+ COMMAND=start + start + confs='--config-file /etc/neutron/neutron.conf' + confs+=' --config-file /etc/neutron/neutron_vpnaas.conf' + confs+=' --config-file /etc/neutron/taas_plugin.ini' + confs+=' --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' + exec uwsgi --ini /etc/neutron/neutron-api-uwsgi.ini --pyargv ' --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/neutron_vpnaas.conf --config-file /etc/neutron/taas_plugin.ini --config-file /etc/neutron/plugins/ml2/ml2_conf.ini ' [uWSGI] getting INI configuration from /etc/neutron/neutron-api-uwsgi.ini *** Starting uWSGI 2.0.31 (64bit) on [Tue Apr 14 06:17:24 2026] *** compiled with version: 13.3.0 on 27 February 2026 14:41:37 os: Linux-5.15.0-174-generic #184-Ubuntu SMP Fri Mar 13 18:41:50 UTC 2026 nodename: neutron-server-5964cf876-x4fcj machine: x86_64 clock source: unix pcre jit disabled detected number of CPU cores: 16 current working directory: / detected binary path: /var/lib/openstack/bin/uwsgi *** dumping internal routing table *** [rule: 0] subject: user_agent regexp: ^kube-probe.* action: donotlog: *** end of the internal routing table *** your memory page size is 4096 bytes detected max file descriptor number: 1048576 lock engine: pthread robust mutexes thunder lock: enabled uwsgi socket 0 bound to TCP address 0.0.0.0:9696 fd 3 Python version: 3.12.3 (main, Jan 22 2026, 20:57:42) [GCC 13.3.0] Python main interpreter initialized at 0x7fe492df6668 python threads support enabled your server socket listen backlog is limited to 100 connections your mercy for graceful operations on workers is 80 seconds mapped 403077 bytes (393 KB) for 2 cores *** Operational MODE: preforking *** *** uWSGI is running in multiple interpreter mode *** spawned uWSGI master process (pid: 1) spawned uWSGI worker 1 (pid: 7, cores: 1) spawned uWSGI worker 2 (pid: 8, cores: 1) running "unix_signal:15 gracefully_kill_them_all" (master-start)... /var/lib/openstack/lib/python3.12/site-packages/pecan/core.py:320: SyntaxWarning: invalid escape sequence '\*' ''' /var/lib/openstack/lib/python3.12/site-packages/pecan/core.py:320: SyntaxWarning: invalid escape sequence '\*' ''' /var/lib/openstack/lib/python3.12/site-packages/pecan/routing.py:48: SyntaxWarning: invalid escape sequence '\(' '^[0-9a-zA-Z-_$\(\)\.~!,;:*+@=]+$', route /var/lib/openstack/lib/python3.12/site-packages/pecan/routing.py:48: SyntaxWarning: invalid escape sequence '\(' '^[0-9a-zA-Z-_$\(\)\.~!,;:*+@=]+$', route 2026-04-14 06:17:28.589 7 INFO neutron.common.config [-] Logging enabled! 2026-04-14 06:17:28.589 7 INFO neutron.common.config [-] uwsgi version 26.0.3.dev42 2026-04-14 06:17:28.679 8 INFO neutron.common.config [-] Logging enabled! 2026-04-14 06:17:28.680 8 INFO neutron.common.config [-] uwsgi version 26.0.3.dev42 2026-04-14 06:17:29.574 7 INFO neutron.manager [-] Loading core plugin: ml2 2026-04-14 06:17:29.750 8 INFO neutron.manager [-] Loading core plugin: ml2 2026-04-14 06:17:30.944 7 INFO neutron.plugins.ml2.managers [-] Configured type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-04-14 06:17:30.947 7 INFO neutron.plugins.ml2.drivers.type_flat [-] Arbitrary flat physical_network names allowed 2026-04-14 06:17:30.951 7 INFO neutron.plugins.ml2.drivers.type_vlan [-] Network VLAN ranges: OrderedDict({'external': [(1, 4094)]}) 2026-04-14 06:17:30.952 7 INFO neutron.plugins.ml2.managers [-] Loaded type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-04-14 06:17:30.952 7 INFO neutron.plugins.ml2.managers [-] Registered types: dict_keys(['flat', 'gre', 'vlan', 'vxlan']) 2026-04-14 06:17:30.953 7 INFO neutron.plugins.ml2.managers [-] Tenant network_types: ['vxlan'] 2026-04-14 06:17:30.953 7 INFO neutron.plugins.ml2.managers [-] Configured extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-04-14 06:17:30.962 7 INFO neutron.plugins.ml2.managers [-] Loaded extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-04-14 06:17:30.962 7 INFO neutron.plugins.ml2.managers [-] Registered extension drivers: ['dns_domain_ports', 'port_security', 'qos'] 2026-04-14 06:17:30.962 7 INFO neutron.plugins.ml2.managers [-] Configured mechanism driver names: ['openvswitch', 'l2population'] 2026-04-14 06:17:30.985 7 INFO neutron.plugins.ml2.drivers.mech_agent [-] Open vSwitch agent's supported_vnic_types: ['normal', 'direct', 'smart-nic', 'vdpa'] 2026-04-14 06:17:30.986 7 INFO neutron.plugins.ml2.managers [-] Loaded mechanism driver names: ['openvswitch', 'l2population'] 2026-04-14 06:17:30.987 7 INFO neutron.plugins.ml2.managers [-] Registered mechanism drivers: ['openvswitch', 'l2population'] 2026-04-14 06:17:31.038 7 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'flat' 2026-04-14 06:17:31.039 7 INFO neutron.plugins.ml2.drivers.type_flat [-] ML2 FlatTypeDriver initialization complete 2026-04-14 06:17:31.039 7 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'gre' 2026-04-14 06:17:31.039 7 INFO neutron.plugins.ml2.drivers.type_tunnel [-] gre ID ranges: [(1, 1000)] 2026-04-14 06:17:31.151 8 INFO neutron.plugins.ml2.managers [-] Configured type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-04-14 06:17:31.154 8 INFO neutron.plugins.ml2.drivers.type_flat [-] Arbitrary flat physical_network names allowed 2026-04-14 06:17:31.158 8 INFO neutron.plugins.ml2.drivers.type_vlan [-] Network VLAN ranges: OrderedDict({'external': [(1, 4094)]}) 2026-04-14 06:17:31.159 8 INFO neutron.plugins.ml2.managers [-] Loaded type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-04-14 06:17:31.159 8 INFO neutron.plugins.ml2.managers [-] Registered types: dict_keys(['flat', 'gre', 'vlan', 'vxlan']) 2026-04-14 06:17:31.159 8 INFO neutron.plugins.ml2.managers [-] Tenant network_types: ['vxlan'] 2026-04-14 06:17:31.159 8 INFO neutron.plugins.ml2.managers [-] Configured extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-04-14 06:17:31.166 8 INFO neutron.plugins.ml2.managers [-] Loaded extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-04-14 06:17:31.167 8 INFO neutron.plugins.ml2.managers [-] Registered extension drivers: ['dns_domain_ports', 'port_security', 'qos'] 2026-04-14 06:17:31.167 8 INFO neutron.plugins.ml2.managers [-] Configured mechanism driver names: ['openvswitch', 'l2population'] 2026-04-14 06:17:31.189 8 INFO neutron.plugins.ml2.drivers.mech_agent [-] Open vSwitch agent's supported_vnic_types: ['normal', 'direct', 'smart-nic', 'vdpa'] 2026-04-14 06:17:31.190 8 INFO neutron.plugins.ml2.managers [-] Loaded mechanism driver names: ['openvswitch', 'l2population'] 2026-04-14 06:17:31.190 8 INFO neutron.plugins.ml2.managers [-] Registered mechanism drivers: ['openvswitch', 'l2population'] 2026-04-14 06:17:31.238 8 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'flat' 2026-04-14 06:17:31.239 8 INFO neutron.plugins.ml2.drivers.type_flat [-] ML2 FlatTypeDriver initialization complete 2026-04-14 06:17:31.239 8 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'gre' 2026-04-14 06:17:31.239 8 INFO neutron.plugins.ml2.drivers.type_tunnel [-] gre ID ranges: [(1, 1000)] 2026-04-14 06:17:31.347 7 INFO neutron.plugins.ml2.managers [None req-ce9db896-8053-4081-8d0c-8063337d12e3 - - - - - -] Initializing driver for type 'vlan' 2026-04-14 06:17:31.540 8 INFO neutron.plugins.ml2.managers [None req-75fad907-e9b6-4744-a7ea-c1c0bf611615 - - - - - -] Initializing driver for type 'vlan' 2026-04-14 06:17:31.617 7 INFO neutron.plugins.ml2.drivers.type_vlan [None req-ce9db896-8053-4081-8d0c-8063337d12e3 - - - - - -] VlanTypeDriver initialization complete 2026-04-14 06:17:31.617 7 INFO neutron.plugins.ml2.managers [None req-ce9db896-8053-4081-8d0c-8063337d12e3 - - - - - -] Initializing driver for type 'vxlan' 2026-04-14 06:17:31.617 7 INFO neutron.plugins.ml2.drivers.type_tunnel [None req-ce9db896-8053-4081-8d0c-8063337d12e3 - - - - - -] vxlan ID ranges: [(1, 1000)] 2026-04-14 06:17:31.631 7 INFO neutron.plugins.ml2.managers [None req-ce9db896-8053-4081-8d0c-8063337d12e3 - - - - - -] Initializing extension driver 'dns_domain_ports' 2026-04-14 06:17:31.631 7 INFO neutron.plugins.ml2.extensions.dns_integration [None req-ce9db896-8053-4081-8d0c-8063337d12e3 - - - - - -] DNSDomainPortsExtensionDriver initialization complete 2026-04-14 06:17:31.632 7 INFO neutron.plugins.ml2.managers [None req-ce9db896-8053-4081-8d0c-8063337d12e3 - - - - - -] Initializing extension driver 'port_security' 2026-04-14 06:17:31.632 7 INFO neutron.plugins.ml2.extensions.port_security [None req-ce9db896-8053-4081-8d0c-8063337d12e3 - - - - - -] PortSecurityExtensionDriver initialization complete 2026-04-14 06:17:31.632 7 INFO neutron.plugins.ml2.managers [None req-ce9db896-8053-4081-8d0c-8063337d12e3 - - - - - -] Initializing extension driver 'qos' 2026-04-14 06:17:31.632 7 INFO neutron.plugins.ml2.managers [None req-ce9db896-8053-4081-8d0c-8063337d12e3 - - - - - -] Initializing mechanism driver 'openvswitch' 2026-04-14 06:17:31.632 7 INFO neutron.plugins.ml2.managers [None req-ce9db896-8053-4081-8d0c-8063337d12e3 - - - - - -] Initializing mechanism driver 'l2population' 2026-04-14 06:17:31.646 7 INFO neutron.quota [None req-c2e7803d-c6c6-4977-82ae-ab265041e53b - - - - - -] Loaded quota_driver: . 2026-04-14 06:17:31.647 7 INFO neutron.plugins.ml2.plugin [None req-c2e7803d-c6c6-4977-82ae-ab265041e53b - - - - - -] Modular L2 Plugin initialization complete 2026-04-14 06:17:31.647 7 INFO neutron.plugins.ml2.managers [None req-c2e7803d-c6c6-4977-82ae-ab265041e53b - - - - - -] Got dns-integration extension from driver 'dns_domain_ports' 2026-04-14 06:17:31.647 7 INFO neutron.plugins.ml2.managers [None req-c2e7803d-c6c6-4977-82ae-ab265041e53b - - - - - -] Got dns-domain-ports extension from driver 'dns_domain_ports' 2026-04-14 06:17:31.647 7 INFO neutron.plugins.ml2.managers [None req-c2e7803d-c6c6-4977-82ae-ab265041e53b - - - - - -] Got port-security extension from driver 'port_security' 2026-04-14 06:17:31.647 7 INFO neutron.extensions.vlantransparent [None req-c2e7803d-c6c6-4977-82ae-ab265041e53b - - - - - -] Disabled vlantransparent extension. 2026-04-14 06:17:31.647 7 INFO neutron.extensions.qinq [None req-c2e7803d-c6c6-4977-82ae-ab265041e53b - - - - - -] Disabled VLAN QinQ extension. 2026-04-14 06:17:31.648 7 INFO neutron.manager [None req-c2e7803d-c6c6-4977-82ae-ab265041e53b - - - - - -] Loading Plugin: qos 2026-04-14 06:17:31.661 7 INFO neutron.manager [None req-c2e7803d-c6c6-4977-82ae-ab265041e53b - - - - - -] Loading Plugin: router 2026-04-14 06:17:31.707 7 INFO neutron.services.service_base [None req-c2e7803d-c6c6-4977-82ae-ab265041e53b - - - - - -] Default provider is not specified for service type L3_ROUTER_NAT 2026-04-14 06:17:31.707 7 INFO neutron.manager [None req-c2e7803d-c6c6-4977-82ae-ab265041e53b - - - - - -] Loading Plugin: segments 2026-04-14 06:17:31.800 7 INFO neutron.manager [None req-c2e7803d-c6c6-4977-82ae-ab265041e53b - - - - - -] Loading Plugin: trunk 2026-04-14 06:17:31.815 7 INFO neutron.manager [None req-c2e7803d-c6c6-4977-82ae-ab265041e53b - - - - - -] Loading Plugin: vpnaas 2026-04-14 06:17:31.853 7 WARNING stevedore.named [None req-c2e7803d-c6c6-4977-82ae-ab265041e53b - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-04-14 06:17:31.853 7 WARNING stevedore.named [None req-c2e7803d-c6c6-4977-82ae-ab265041e53b - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-04-14 06:17:31.929 7 INFO neutron_vpnaas.services.vpn.plugin [None req-c2e7803d-c6c6-4977-82ae-ab265041e53b - - - - - -] VPN plugin using service drivers: dict_keys(['strongswan']), default: strongswan 2026-04-14 06:17:31.929 7 INFO neutron.common.utils [None req-c2e7803d-c6c6-4977-82ae-ab265041e53b - - - - - -] Disable filter validation extension by service plugin VPNDriverPlugin. 2026-04-14 06:17:31.930 7 INFO neutron.manager [None req-c2e7803d-c6c6-4977-82ae-ab265041e53b - - - - - -] Loading Plugin: taas 2026-04-14 06:17:31.943 8 INFO neutron.plugins.ml2.drivers.type_vlan [None req-75fad907-e9b6-4744-a7ea-c1c0bf611615 - - - - - -] VlanTypeDriver initialization complete 2026-04-14 06:17:31.944 8 INFO neutron.plugins.ml2.managers [None req-75fad907-e9b6-4744-a7ea-c1c0bf611615 - - - - - -] Initializing driver for type 'vxlan' 2026-04-14 06:17:31.944 8 INFO neutron.plugins.ml2.drivers.type_tunnel [None req-75fad907-e9b6-4744-a7ea-c1c0bf611615 - - - - - -] vxlan ID ranges: [(1, 1000)] 2026-04-14 06:17:31.954 7 WARNING stevedore.named [None req-c2e7803d-c6c6-4977-82ae-ab265041e53b - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-04-14 06:17:31.954 7 WARNING stevedore.named [None req-c2e7803d-c6c6-4977-82ae-ab265041e53b - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-04-14 06:17:31.958 8 INFO neutron.plugins.ml2.managers [None req-75fad907-e9b6-4744-a7ea-c1c0bf611615 - - - - - -] Initializing extension driver 'dns_domain_ports' 2026-04-14 06:17:31.958 8 INFO neutron.plugins.ml2.extensions.dns_integration [None req-75fad907-e9b6-4744-a7ea-c1c0bf611615 - - - - - -] DNSDomainPortsExtensionDriver initialization complete 2026-04-14 06:17:31.959 8 INFO neutron.plugins.ml2.managers [None req-75fad907-e9b6-4744-a7ea-c1c0bf611615 - - - - - -] Initializing extension driver 'port_security' 2026-04-14 06:17:31.959 8 INFO neutron.plugins.ml2.extensions.port_security [None req-75fad907-e9b6-4744-a7ea-c1c0bf611615 - - - - - -] PortSecurityExtensionDriver initialization complete 2026-04-14 06:17:31.959 8 INFO neutron.plugins.ml2.managers [None req-75fad907-e9b6-4744-a7ea-c1c0bf611615 - - - - - -] Initializing extension driver 'qos' 2026-04-14 06:17:31.959 8 INFO neutron.plugins.ml2.managers [None req-75fad907-e9b6-4744-a7ea-c1c0bf611615 - - - - - -] Initializing mechanism driver 'openvswitch' 2026-04-14 06:17:31.959 8 INFO neutron.plugins.ml2.managers [None req-75fad907-e9b6-4744-a7ea-c1c0bf611615 - - - - - -] Initializing mechanism driver 'l2population' 2026-04-14 06:17:31.974 8 INFO neutron.quota [None req-321c0e58-0c4c-4b68-bc1d-efef815345f2 - - - - - -] Loaded quota_driver: . 2026-04-14 06:17:31.975 8 INFO neutron.plugins.ml2.plugin [None req-321c0e58-0c4c-4b68-bc1d-efef815345f2 - - - - - -] Modular L2 Plugin initialization complete 2026-04-14 06:17:31.975 8 INFO neutron.plugins.ml2.managers [None req-321c0e58-0c4c-4b68-bc1d-efef815345f2 - - - - - -] Got dns-integration extension from driver 'dns_domain_ports' 2026-04-14 06:17:31.975 8 INFO neutron.plugins.ml2.managers [None req-321c0e58-0c4c-4b68-bc1d-efef815345f2 - - - - - -] Got dns-domain-ports extension from driver 'dns_domain_ports' 2026-04-14 06:17:31.975 8 INFO neutron.plugins.ml2.managers [None req-321c0e58-0c4c-4b68-bc1d-efef815345f2 - - - - - -] Got port-security extension from driver 'port_security' 2026-04-14 06:17:31.975 8 INFO neutron.extensions.vlantransparent [None req-321c0e58-0c4c-4b68-bc1d-efef815345f2 - - - - - -] Disabled vlantransparent extension. 2026-04-14 06:17:31.975 8 INFO neutron.extensions.qinq [None req-321c0e58-0c4c-4b68-bc1d-efef815345f2 - - - - - -] Disabled VLAN QinQ extension. 2026-04-14 06:17:31.975 8 INFO neutron.manager [None req-321c0e58-0c4c-4b68-bc1d-efef815345f2 - - - - - -] Loading Plugin: qos 2026-04-14 06:17:31.988 8 INFO neutron.manager [None req-321c0e58-0c4c-4b68-bc1d-efef815345f2 - - - - - -] Loading Plugin: router 2026-04-14 06:17:32.033 8 INFO neutron.services.service_base [None req-321c0e58-0c4c-4b68-bc1d-efef815345f2 - - - - - -] Default provider is not specified for service type L3_ROUTER_NAT 2026-04-14 06:17:32.033 8 INFO neutron.manager [None req-321c0e58-0c4c-4b68-bc1d-efef815345f2 - - - - - -] Loading Plugin: segments 2026-04-14 06:17:32.086 7 INFO neutron_taas.services.taas.taas_plugin [None req-c2e7803d-c6c6-4977-82ae-ab265041e53b - - - - - -] TAAS Plugin initialized using service drivers: dict_keys(['taas']), default: taas 2026-04-14 06:17:32.086 7 INFO neutron.manager [None req-c2e7803d-c6c6-4977-82ae-ab265041e53b - - - - - -] Loading Plugin: tapmirror 2026-04-14 06:17:32.100 7 WARNING stevedore.named [None req-c2e7803d-c6c6-4977-82ae-ab265041e53b - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-04-14 06:17:32.101 7 WARNING stevedore.named [None req-c2e7803d-c6c6-4977-82ae-ab265041e53b - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-04-14 06:17:32.116 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c2e7803d-c6c6-4977-82ae-ab265041e53b - - - - - -] Tap Mirror plugin using service drivers: dict_keys(['taas']), default: taas 2026-04-14 06:17:32.117 7 INFO neutron.manager [None req-c2e7803d-c6c6-4977-82ae-ab265041e53b - - - - - -] Loading Plugin: auto_allocate 2026-04-14 06:17:32.126 7 INFO neutron.manager [None req-c2e7803d-c6c6-4977-82ae-ab265041e53b - - - - - -] Loading Plugin: tag 2026-04-14 06:17:32.128 8 INFO neutron.manager [None req-321c0e58-0c4c-4b68-bc1d-efef815345f2 - - - - - -] Loading Plugin: trunk 2026-04-14 06:17:32.134 7 INFO neutron.manager [None req-c2e7803d-c6c6-4977-82ae-ab265041e53b - - - - - -] Loading Plugin: timestamp 2026-04-14 06:17:32.137 7 INFO neutron.manager [None req-c2e7803d-c6c6-4977-82ae-ab265041e53b - - - - - -] Loading Plugin: network_ip_availability 2026-04-14 06:17:32.141 7 INFO neutron.manager [None req-c2e7803d-c6c6-4977-82ae-ab265041e53b - - - - - -] Loading Plugin: flavors 2026-04-14 06:17:32.142 8 INFO neutron.manager [None req-321c0e58-0c4c-4b68-bc1d-efef815345f2 - - - - - -] Loading Plugin: vpnaas 2026-04-14 06:17:32.144 7 INFO neutron.manager [None req-c2e7803d-c6c6-4977-82ae-ab265041e53b - - - - - -] Loading Plugin: revisions 2026-04-14 06:17:32.148 7 INFO neutron.api.extensions [None req-c2e7803d-c6c6-4977-82ae-ab265041e53b - - - - - -] Initializing extension manager. 2026-04-14 06:17:32.149 7 INFO neutron.api.extensions [None req-c2e7803d-c6c6-4977-82ae-ab265041e53b - - - - - -] Loaded extension: address-group 2026-04-14 06:17:32.150 7 INFO neutron.api.extensions [None req-c2e7803d-c6c6-4977-82ae-ab265041e53b - - - - - -] Loaded extension: address-scope 2026-04-14 06:17:32.151 7 INFO neutron.api.extensions [None req-c2e7803d-c6c6-4977-82ae-ab265041e53b - - - - - -] Loaded extension: router-admin-state-down-before-update 2026-04-14 06:17:32.152 7 INFO neutron.api.extensions [None req-c2e7803d-c6c6-4977-82ae-ab265041e53b - - - - - -] Loaded extension: agent 2026-04-14 06:17:32.152 7 INFO neutron.api.extensions [None req-c2e7803d-c6c6-4977-82ae-ab265041e53b - - - - - -] Loaded extension: agent-resources-synced 2026-04-14 06:17:32.153 7 INFO neutron.api.extensions [None req-c2e7803d-c6c6-4977-82ae-ab265041e53b - - - - - -] Loaded extension: allowed-address-pairs 2026-04-14 06:17:32.154 7 INFO neutron.api.extensions [None req-c2e7803d-c6c6-4977-82ae-ab265041e53b - - - - - -] Loaded extension: auto-allocated-topology 2026-04-14 06:17:32.155 7 INFO neutron.api.extensions [None req-c2e7803d-c6c6-4977-82ae-ab265041e53b - - - - - -] Loaded extension: availability_zone 2026-04-14 06:17:32.155 7 INFO neutron.api.extensions [None req-c2e7803d-c6c6-4977-82ae-ab265041e53b - - - - - -] Loaded extension: availability_zone_filter 2026-04-14 06:17:32.156 7 INFO neutron.api.extensions [None req-c2e7803d-c6c6-4977-82ae-ab265041e53b - - - - - -] Extension data-plane-status not supported by any of loaded plugins 2026-04-14 06:17:32.156 7 INFO neutron.api.extensions [None req-c2e7803d-c6c6-4977-82ae-ab265041e53b - - - - - -] Loaded extension: default-subnetpools 2026-04-14 06:17:32.158 7 INFO neutron.api.extensions [None req-c2e7803d-c6c6-4977-82ae-ab265041e53b - - - - - -] Loaded extension: dhcp_agent_scheduler 2026-04-14 06:17:32.158 7 INFO neutron.api.extensions [None req-c2e7803d-c6c6-4977-82ae-ab265041e53b - - - - - -] Loaded extension: dns-integration 2026-04-14 06:17:32.159 7 INFO neutron.api.extensions [None req-c2e7803d-c6c6-4977-82ae-ab265041e53b - - - - - -] Loaded extension: dns-domain-ports 2026-04-14 06:17:32.159 7 INFO neutron.api.extensions [None req-c2e7803d-c6c6-4977-82ae-ab265041e53b - - - - - -] Extension dns-integration-domain-keywords not supported by any of loaded plugins 2026-04-14 06:17:32.160 7 INFO neutron.api.extensions [None req-c2e7803d-c6c6-4977-82ae-ab265041e53b - - - - - -] Loaded extension: dvr 2026-04-14 06:17:32.160 7 INFO neutron.api.extensions [None req-c2e7803d-c6c6-4977-82ae-ab265041e53b - - - - - -] Extension ecmp_routes not supported by any of loaded plugins 2026-04-14 06:17:32.161 7 INFO neutron.api.extensions [None req-c2e7803d-c6c6-4977-82ae-ab265041e53b - - - - - -] Loaded extension: empty-string-filtering 2026-04-14 06:17:32.161 7 INFO neutron.api.extensions [None req-c2e7803d-c6c6-4977-82ae-ab265041e53b - - - - - -] Extension expose-l3-conntrack-helper not supported by any of loaded plugins 2026-04-14 06:17:32.162 7 INFO neutron.api.extensions [None req-c2e7803d-c6c6-4977-82ae-ab265041e53b - - - - - -] Extension expose-port-forwarding-in-fip not supported by any of loaded plugins 2026-04-14 06:17:32.162 7 INFO neutron.api.extensions [None req-c2e7803d-c6c6-4977-82ae-ab265041e53b - - - - - -] Loaded extension: external-net 2026-04-14 06:17:32.163 7 INFO neutron.api.extensions [None req-c2e7803d-c6c6-4977-82ae-ab265041e53b - - - - - -] Loaded extension: extra_dhcp_opt 2026-04-14 06:17:32.163 7 INFO neutron.api.extensions [None req-c2e7803d-c6c6-4977-82ae-ab265041e53b - - - - - -] Loaded extension: extraroute 2026-04-14 06:17:32.164 7 INFO neutron.api.extensions [None req-c2e7803d-c6c6-4977-82ae-ab265041e53b - - - - - -] Loaded extension: extraroute-atomic 2026-04-14 06:17:32.165 7 INFO neutron.api.extensions [None req-c2e7803d-c6c6-4977-82ae-ab265041e53b - - - - - -] Extension filter-validation not supported by any of loaded plugins 2026-04-14 06:17:32.165 7 INFO neutron.api.extensions [None req-c2e7803d-c6c6-4977-82ae-ab265041e53b - - - - - -] Extension floating-ip-port-forwarding-description not supported by any of loaded plugins 2026-04-14 06:17:32.166 7 INFO neutron.api.extensions [None req-c2e7803d-c6c6-4977-82ae-ab265041e53b - - - - - -] Loaded extension: floating-ip-port-forwarding-detail 2026-04-14 06:17:32.166 7 INFO neutron.api.extensions [None req-c2e7803d-c6c6-4977-82ae-ab265041e53b - - - - - -] Extension floating-ip-port-forwarding-port-ranges not supported by any of loaded plugins 2026-04-14 06:17:32.167 7 INFO neutron.api.extensions [None req-c2e7803d-c6c6-4977-82ae-ab265041e53b - - - - - -] Loaded extension: fip-port-details 2026-04-14 06:17:32.168 7 INFO neutron.api.extensions [None req-c2e7803d-c6c6-4977-82ae-ab265041e53b - - - - - -] Loaded extension: flavors 2026-04-14 06:17:32.169 7 INFO neutron.api.extensions [None req-c2e7803d-c6c6-4977-82ae-ab265041e53b - - - - - -] Extension floating-ip-port-forwarding not supported by any of loaded plugins 2026-04-14 06:17:32.170 7 INFO neutron.api.extensions [None req-c2e7803d-c6c6-4977-82ae-ab265041e53b - - - - - -] Loaded extension: floatingip-pools 2026-04-14 06:17:32.170 7 INFO neutron.api.extensions [None req-c2e7803d-c6c6-4977-82ae-ab265041e53b - - - - - -] Loaded extension: ip_allocation 2026-04-14 06:17:32.171 7 INFO neutron.api.extensions [None req-c2e7803d-c6c6-4977-82ae-ab265041e53b - - - - - -] Loaded extension: ip-substring-filtering 2026-04-14 06:17:32.171 7 INFO neutron.api.extensions [None req-c2e7803d-c6c6-4977-82ae-ab265041e53b - - - - - -] Loaded extension: l2_adjacency 2026-04-14 06:17:32.173 7 INFO neutron.api.extensions [None req-c2e7803d-c6c6-4977-82ae-ab265041e53b - - - - - -] Loaded extension: router 2026-04-14 06:17:32.174 7 INFO neutron.api.extensions [None req-c2e7803d-c6c6-4977-82ae-ab265041e53b - - - - - -] Extension l3-conntrack-helper not supported by any of loaded plugins 2026-04-14 06:17:32.175 7 INFO neutron.api.extensions [None req-c2e7803d-c6c6-4977-82ae-ab265041e53b - - - - - -] Extension enable-default-route-bfd not supported by any of loaded plugins 2026-04-14 06:17:32.175 7 INFO neutron.api.extensions [None req-c2e7803d-c6c6-4977-82ae-ab265041e53b - - - - - -] Extension enable-default-route-ecmp not supported by any of loaded plugins 2026-04-14 06:17:32.176 7 INFO neutron.api.extensions [None req-c2e7803d-c6c6-4977-82ae-ab265041e53b - - - - - -] Loaded extension: ext-gw-mode 2026-04-14 06:17:32.177 7 INFO neutron.api.extensions [None req-c2e7803d-c6c6-4977-82ae-ab265041e53b - - - - - -] Loaded extension: l3-ha 2026-04-14 06:17:32.177 7 INFO neutron.api.extensions [None req-c2e7803d-c6c6-4977-82ae-ab265041e53b - - - - - -] Extension l3-ext-ndp-proxy not supported by any of loaded plugins 2026-04-14 06:17:32.178 7 INFO neutron.api.extensions [None req-c2e7803d-c6c6-4977-82ae-ab265041e53b - - - - - -] Extension external-gateway-multihoming not supported by any of loaded plugins 2026-04-14 06:17:32.178 7 INFO neutron.api.extensions [None req-c2e7803d-c6c6-4977-82ae-ab265041e53b - - - - - -] Loaded extension: l3-flavors 2026-04-14 06:17:32.179 7 INFO neutron.api.extensions [None req-c2e7803d-c6c6-4977-82ae-ab265041e53b - - - - - -] Extension l3-ndp-proxy not supported by any of loaded plugins 2026-04-14 06:17:32.179 7 INFO neutron.api.extensions [None req-c2e7803d-c6c6-4977-82ae-ab265041e53b - - - - - -] Loaded extension: l3-port-ip-change-not-allowed 2026-04-14 06:17:32.180 8 WARNING stevedore.named [None req-321c0e58-0c4c-4b68-bc1d-efef815345f2 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-04-14 06:17:32.181 8 WARNING stevedore.named [None req-321c0e58-0c4c-4b68-bc1d-efef815345f2 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-04-14 06:17:32.181 7 INFO neutron.api.extensions [None req-c2e7803d-c6c6-4977-82ae-ab265041e53b - - - - - -] Loaded extension: l3_agent_scheduler 2026-04-14 06:17:32.183 7 INFO neutron.api.extensions [None req-c2e7803d-c6c6-4977-82ae-ab265041e53b - - - - - -] Extension local_ip not supported by any of loaded plugins 2026-04-14 06:17:32.184 7 INFO neutron.api.extensions [None req-c2e7803d-c6c6-4977-82ae-ab265041e53b - - - - - -] Extension logging not supported by any of loaded plugins 2026-04-14 06:17:32.185 7 INFO neutron.api.extensions [None req-c2e7803d-c6c6-4977-82ae-ab265041e53b - - - - - -] Extension metering not supported by any of loaded plugins 2026-04-14 06:17:32.185 7 INFO neutron.api.extensions [None req-c2e7803d-c6c6-4977-82ae-ab265041e53b - - - - - -] Extension metering_source_and_destination_fields not supported by any of loaded plugins 2026-04-14 06:17:32.186 7 INFO neutron.api.extensions [None req-c2e7803d-c6c6-4977-82ae-ab265041e53b - - - - - -] Loaded extension: multi-provider 2026-04-14 06:17:32.186 7 INFO neutron.api.extensions [None req-c2e7803d-c6c6-4977-82ae-ab265041e53b - - - - - -] Loaded extension: net-mtu 2026-04-14 06:17:32.187 7 INFO neutron.api.extensions [None req-c2e7803d-c6c6-4977-82ae-ab265041e53b - - - - - -] Loaded extension: net-mtu-writable 2026-04-14 06:17:32.187 7 INFO neutron.api.extensions [None req-c2e7803d-c6c6-4977-82ae-ab265041e53b - - - - - -] Loaded extension: network_availability_zone 2026-04-14 06:17:32.188 7 INFO neutron.api.extensions [None req-c2e7803d-c6c6-4977-82ae-ab265041e53b - - - - - -] Loaded extension: network_ha 2026-04-14 06:17:32.188 7 INFO neutron.api.extensions [None req-c2e7803d-c6c6-4977-82ae-ab265041e53b - - - - - -] Loaded extension: network-ip-availability 2026-04-14 06:17:32.190 7 INFO neutron.api.extensions [None req-c2e7803d-c6c6-4977-82ae-ab265041e53b - - - - - -] Extension network-segment-range not supported by any of loaded plugins 2026-04-14 06:17:32.190 7 INFO neutron.api.extensions [None req-c2e7803d-c6c6-4977-82ae-ab265041e53b - - - - - -] Loaded extension: pagination 2026-04-14 06:17:32.191 7 INFO neutron.api.extensions [None req-c2e7803d-c6c6-4977-82ae-ab265041e53b - - - - - -] Loaded extension: port-device-profile 2026-04-14 06:17:32.191 7 INFO neutron.api.extensions [None req-c2e7803d-c6c6-4977-82ae-ab265041e53b - - - - - -] Extension port-hardware-offload-type not supported by any of loaded plugins 2026-04-14 06:17:32.192 7 INFO neutron.api.extensions [None req-c2e7803d-c6c6-4977-82ae-ab265041e53b - - - - - -] Extension port-hint-ovs-tx-steering not supported by any of loaded plugins 2026-04-14 06:17:32.192 7 INFO neutron.api.extensions [None req-c2e7803d-c6c6-4977-82ae-ab265041e53b - - - - - -] Extension port-hints not supported by any of loaded plugins 2026-04-14 06:17:32.193 7 INFO neutron.api.extensions [None req-c2e7803d-c6c6-4977-82ae-ab265041e53b - - - - - -] Loaded extension: port-mac-override 2026-04-14 06:17:32.193 7 INFO neutron.api.extensions [None req-c2e7803d-c6c6-4977-82ae-ab265041e53b - - - - - -] Loaded extension: port-mac-address-regenerate 2026-04-14 06:17:32.194 7 INFO neutron.api.extensions [None req-c2e7803d-c6c6-4977-82ae-ab265041e53b - - - - - -] Loaded extension: port-numa-affinity-policy 2026-04-14 06:17:32.194 7 INFO neutron.api.extensions [None req-c2e7803d-c6c6-4977-82ae-ab265041e53b - - - - - -] Loaded extension: port-numa-affinity-policy-socket 2026-04-14 06:17:32.195 7 INFO neutron.api.extensions [None req-c2e7803d-c6c6-4977-82ae-ab265041e53b - - - - - -] Loaded extension: port-resource-request 2026-04-14 06:17:32.195 7 INFO neutron.api.extensions [None req-c2e7803d-c6c6-4977-82ae-ab265041e53b - - - - - -] Loaded extension: port-resource-request-groups 2026-04-14 06:17:32.196 7 INFO neutron.api.extensions [None req-c2e7803d-c6c6-4977-82ae-ab265041e53b - - - - - -] Extension port-trusted-vif not supported by any of loaded plugins 2026-04-14 06:17:32.196 7 INFO neutron.api.extensions [None req-c2e7803d-c6c6-4977-82ae-ab265041e53b - - - - - -] Loaded extension: binding 2026-04-14 06:17:32.198 7 INFO neutron.api.extensions [None req-c2e7803d-c6c6-4977-82ae-ab265041e53b - - - - - -] Loaded extension: binding-extended 2026-04-14 06:17:32.198 7 INFO neutron.api.extensions [None req-c2e7803d-c6c6-4977-82ae-ab265041e53b - - - - - -] Loaded extension: port-security 2026-04-14 06:17:32.199 7 INFO neutron.api.extensions [None req-c2e7803d-c6c6-4977-82ae-ab265041e53b - - - - - -] Loaded extension: project-id 2026-04-14 06:17:32.199 7 INFO neutron.api.extensions [None req-c2e7803d-c6c6-4977-82ae-ab265041e53b - - - - - -] Loaded extension: provider 2026-04-14 06:17:32.200 7 INFO neutron.api.extensions [None req-c2e7803d-c6c6-4977-82ae-ab265041e53b - - - - - -] Extension qinq not supported by any of loaded plugins 2026-04-14 06:17:32.202 7 INFO neutron.api.extensions [None req-c2e7803d-c6c6-4977-82ae-ab265041e53b - - - - - -] Loaded extension: qos 2026-04-14 06:17:32.202 7 INFO neutron.api.extensions [None req-c2e7803d-c6c6-4977-82ae-ab265041e53b - - - - - -] Loaded extension: qos-bw-limit-direction 2026-04-14 06:17:32.203 7 INFO neutron.api.extensions [None req-c2e7803d-c6c6-4977-82ae-ab265041e53b - - - - - -] Loaded extension: qos-bw-minimum-ingress 2026-04-14 06:17:32.203 7 INFO neutron.api.extensions [None req-c2e7803d-c6c6-4977-82ae-ab265041e53b - - - - - -] Loaded extension: qos-default 2026-04-14 06:17:32.204 7 INFO neutron.api.extensions [None req-c2e7803d-c6c6-4977-82ae-ab265041e53b - - - - - -] Loaded extension: qos-fip 2026-04-14 06:17:32.204 7 INFO neutron.api.extensions [None req-c2e7803d-c6c6-4977-82ae-ab265041e53b - - - - - -] Extension qos-fip-network-policy not supported by any of loaded plugins 2026-04-14 06:17:32.205 7 INFO neutron.api.extensions [None req-c2e7803d-c6c6-4977-82ae-ab265041e53b - - - - - -] Loaded extension: qos-gateway-ip 2026-04-14 06:17:32.205 7 INFO neutron.api.extensions [None req-c2e7803d-c6c6-4977-82ae-ab265041e53b - - - - - -] Loaded extension: qos-port-network-policy 2026-04-14 06:17:32.206 7 INFO neutron.api.extensions [None req-c2e7803d-c6c6-4977-82ae-ab265041e53b - - - - - -] Loaded extension: qos-pps-minimum 2026-04-14 06:17:32.207 7 INFO neutron.api.extensions [None req-c2e7803d-c6c6-4977-82ae-ab265041e53b - - - - - -] Loaded extension: qos-pps-minimum-rule-alias 2026-04-14 06:17:32.207 7 INFO neutron.api.extensions [None req-c2e7803d-c6c6-4977-82ae-ab265041e53b - - - - - -] Loaded extension: qos-pps 2026-04-14 06:17:32.208 7 INFO neutron.api.extensions [None req-c2e7803d-c6c6-4977-82ae-ab265041e53b - - - - - -] Loaded extension: qos-rule-type-details 2026-04-14 06:17:32.208 7 INFO neutron.api.extensions [None req-c2e7803d-c6c6-4977-82ae-ab265041e53b - - - - - -] Loaded extension: qos-rule-type-filter 2026-04-14 06:17:32.209 7 INFO neutron.api.extensions [None req-c2e7803d-c6c6-4977-82ae-ab265041e53b - - - - - -] Loaded extension: qos-rules-alias 2026-04-14 06:17:32.209 7 INFO neutron.api.extensions [None req-c2e7803d-c6c6-4977-82ae-ab265041e53b - - - - - -] Loaded extension: quota-check-limit 2026-04-14 06:17:32.210 7 INFO neutron.api.extensions [None req-c2e7803d-c6c6-4977-82ae-ab265041e53b - - - - - -] Loaded extension: quota-check-limit-default 2026-04-14 06:17:32.212 7 INFO neutron.api.extensions [None req-c2e7803d-c6c6-4977-82ae-ab265041e53b - - - - - -] Loaded extension: quotas 2026-04-14 06:17:32.213 7 INFO neutron.api.extensions [None req-c2e7803d-c6c6-4977-82ae-ab265041e53b - - - - - -] Loaded extension: quota_details 2026-04-14 06:17:32.214 7 INFO neutron.api.extensions [None req-c2e7803d-c6c6-4977-82ae-ab265041e53b - - - - - -] Loaded extension: rbac-policies 2026-04-14 06:17:32.215 7 INFO neutron.api.extensions [None req-c2e7803d-c6c6-4977-82ae-ab265041e53b - - - - - -] Loaded extension: rbac-address-group 2026-04-14 06:17:32.215 7 INFO neutron.api.extensions [None req-c2e7803d-c6c6-4977-82ae-ab265041e53b - - - - - -] Loaded extension: rbac-address-scope 2026-04-14 06:17:32.216 7 INFO neutron.api.extensions [None req-c2e7803d-c6c6-4977-82ae-ab265041e53b - - - - - -] Loaded extension: rbac-security-groups 2026-04-14 06:17:32.216 7 INFO neutron.api.extensions [None req-c2e7803d-c6c6-4977-82ae-ab265041e53b - - - - - -] Loaded extension: rbac-subnetpool 2026-04-14 06:17:32.217 7 INFO neutron.api.extensions [None req-c2e7803d-c6c6-4977-82ae-ab265041e53b - - - - - -] Loaded extension: revision-if-match 2026-04-14 06:17:32.219 7 INFO neutron.api.extensions [None req-c2e7803d-c6c6-4977-82ae-ab265041e53b - - - - - -] Loaded extension: standard-attr-revisions 2026-04-14 06:17:32.219 7 INFO neutron.api.extensions [None req-c2e7803d-c6c6-4977-82ae-ab265041e53b - - - - - -] Loaded extension: router_availability_zone 2026-04-14 06:17:32.220 7 INFO neutron.api.extensions [None req-c2e7803d-c6c6-4977-82ae-ab265041e53b - - - - - -] Extension router-service-type not supported by any of loaded plugins 2026-04-14 06:17:32.222 7 INFO neutron.api.extensions [None req-c2e7803d-c6c6-4977-82ae-ab265041e53b - - - - - -] Loaded extension: security-groups-default-rules 2026-04-14 06:17:32.222 7 INFO neutron.api.extensions [None req-c2e7803d-c6c6-4977-82ae-ab265041e53b - - - - - -] Loaded extension: security-groups-normalized-cidr 2026-04-14 06:17:32.223 7 INFO neutron.api.extensions [None req-c2e7803d-c6c6-4977-82ae-ab265041e53b - - - - - -] Loaded extension: port-security-groups-filtering 2026-04-14 06:17:32.223 7 INFO neutron.api.extensions [None req-c2e7803d-c6c6-4977-82ae-ab265041e53b - - - - - -] Loaded extension: security-groups-remote-address-group 2026-04-14 06:17:32.224 7 INFO neutron.api.extensions [None req-c2e7803d-c6c6-4977-82ae-ab265041e53b - - - - - -] Loaded extension: security-groups-rules-belongs-to-default-sg 2026-04-14 06:17:32.224 7 INFO neutron.api.extensions [None req-c2e7803d-c6c6-4977-82ae-ab265041e53b - - - - - -] Loaded extension: security-groups-shared-filtering 2026-04-14 06:17:32.229 7 INFO neutron.api.extensions [None req-c2e7803d-c6c6-4977-82ae-ab265041e53b - - - - - -] Loaded extension: security-group 2026-04-14 06:17:32.230 7 INFO neutron.api.extensions [None req-c2e7803d-c6c6-4977-82ae-ab265041e53b - - - - - -] Loaded extension: segment 2026-04-14 06:17:32.230 7 INFO neutron.api.extensions [None req-c2e7803d-c6c6-4977-82ae-ab265041e53b - - - - - -] Loaded extension: segments-peer-subnet-host-routes 2026-04-14 06:17:32.231 7 INFO neutron.api.extensions [None req-c2e7803d-c6c6-4977-82ae-ab265041e53b - - - - - -] Loaded extension: service-type 2026-04-14 06:17:32.231 7 INFO neutron.api.extensions [None req-c2e7803d-c6c6-4977-82ae-ab265041e53b - - - - - -] Loaded extension: sorting 2026-04-14 06:17:32.232 7 INFO neutron.api.extensions [None req-c2e7803d-c6c6-4977-82ae-ab265041e53b - - - - - -] Loaded extension: standard-attr-segment 2026-04-14 06:17:32.233 7 INFO neutron.api.extensions [None req-c2e7803d-c6c6-4977-82ae-ab265041e53b - - - - - -] Loaded extension: standard-attr-description 2026-04-14 06:17:32.233 7 INFO neutron.api.extensions [None req-c2e7803d-c6c6-4977-82ae-ab265041e53b - - - - - -] Loaded extension: stateful-security-group 2026-04-14 06:17:32.234 7 WARNING neutron.api.extensions [None req-c2e7803d-c6c6-4977-82ae-ab265041e53b - - - - - -] Did not find expected name "Stdattrs_common" in /var/lib/openstack/lib/python3.12/site-packages/neutron/extensions/stdattrs_common.py 2026-04-14 06:17:32.234 7 INFO neutron.api.extensions [None req-c2e7803d-c6c6-4977-82ae-ab265041e53b - - - - - -] Extension subnet-dns-publish-fixed-ip not supported by any of loaded plugins 2026-04-14 06:17:32.235 7 INFO neutron.api.extensions [None req-c2e7803d-c6c6-4977-82ae-ab265041e53b - - - - - -] Loaded extension: subnet-external-network 2026-04-14 06:17:32.235 7 INFO neutron.api.extensions [None req-c2e7803d-c6c6-4977-82ae-ab265041e53b - - - - - -] Loaded extension: subnet_onboard 2026-04-14 06:17:32.236 7 INFO neutron.api.extensions [None req-c2e7803d-c6c6-4977-82ae-ab265041e53b - - - - - -] Loaded extension: subnet-segmentid-writable 2026-04-14 06:17:32.236 7 INFO neutron.api.extensions [None req-c2e7803d-c6c6-4977-82ae-ab265041e53b - - - - - -] Loaded extension: subnet-service-types 2026-04-14 06:17:32.237 7 INFO neutron.api.extensions [None req-c2e7803d-c6c6-4977-82ae-ab265041e53b - - - - - -] Loaded extension: subnet_allocation 2026-04-14 06:17:32.238 7 INFO neutron.api.extensions [None req-c2e7803d-c6c6-4977-82ae-ab265041e53b - - - - - -] Loaded extension: subnetpool-prefix-ops 2026-04-14 06:17:32.238 7 INFO neutron.api.extensions [None req-c2e7803d-c6c6-4977-82ae-ab265041e53b - - - - - -] Loaded extension: tag-creation 2026-04-14 06:17:32.239 7 INFO neutron.api.extensions [None req-c2e7803d-c6c6-4977-82ae-ab265041e53b - - - - - -] Extension tag-ports-during-bulk-creation not supported by any of loaded plugins 2026-04-14 06:17:32.243 7 INFO neutron.api.extensions [None req-c2e7803d-c6c6-4977-82ae-ab265041e53b - - - - - -] Loaded extension: standard-attr-tag 2026-04-14 06:17:32.243 7 INFO neutron.api.extensions [None req-c2e7803d-c6c6-4977-82ae-ab265041e53b - - - - - -] Loaded extension: standard-attr-timestamp 2026-04-14 06:17:32.244 7 INFO neutron.api.extensions [None req-c2e7803d-c6c6-4977-82ae-ab265041e53b - - - - - -] Loaded extension: trunk 2026-04-14 06:17:32.244 7 INFO neutron.api.extensions [None req-c2e7803d-c6c6-4977-82ae-ab265041e53b - - - - - -] Loaded extension: trunk-details 2026-04-14 06:17:32.245 7 INFO neutron.api.extensions [None req-c2e7803d-c6c6-4977-82ae-ab265041e53b - - - - - -] Extension uplink-status-propagation not supported by any of loaded plugins 2026-04-14 06:17:32.246 7 INFO neutron.api.extensions [None req-c2e7803d-c6c6-4977-82ae-ab265041e53b - - - - - -] Extension uplink-status-propagation-updatable not supported by any of loaded plugins 2026-04-14 06:17:32.248 7 INFO neutron.api.extensions [None req-c2e7803d-c6c6-4977-82ae-ab265041e53b - - - - - -] Extension vlan-transparent not supported by any of loaded plugins 2026-04-14 06:17:32.250 7 INFO neutron.api.extensions [None req-c2e7803d-c6c6-4977-82ae-ab265041e53b - - - - - -] Loaded extension: vpn-aes-ctr 2026-04-14 06:17:32.253 7 INFO neutron.api.extensions [None req-c2e7803d-c6c6-4977-82ae-ab265041e53b - - - - - -] Extension vpn-agent-scheduler not supported by any of loaded plugins 2026-04-14 06:17:32.254 7 INFO neutron.api.extensions [None req-c2e7803d-c6c6-4977-82ae-ab265041e53b - - - - - -] Loaded extension: vpn-endpoint-groups 2026-04-14 06:17:32.255 7 INFO neutron.api.extensions [None req-c2e7803d-c6c6-4977-82ae-ab265041e53b - - - - - -] Loaded extension: vpn-flavors 2026-04-14 06:17:32.257 7 INFO neutron.api.extensions [None req-c2e7803d-c6c6-4977-82ae-ab265041e53b - - - - - -] Loaded extension: vpnaas 2026-04-14 06:17:32.259 7 INFO neutron.api.extensions [None req-c2e7803d-c6c6-4977-82ae-ab265041e53b - - - - - -] Loaded extension: taas 2026-04-14 06:17:32.261 7 INFO neutron.api.extensions [None req-c2e7803d-c6c6-4977-82ae-ab265041e53b - - - - - -] Loaded extension: tap-mirror 2026-04-14 06:17:32.262 7 INFO neutron.api.extensions [None req-c2e7803d-c6c6-4977-82ae-ab265041e53b - - - - - -] Loaded extension: taas-vlan-filter 2026-04-14 06:17:32.263 8 INFO neutron_vpnaas.services.vpn.plugin [None req-321c0e58-0c4c-4b68-bc1d-efef815345f2 - - - - - -] VPN plugin using service drivers: dict_keys(['strongswan']), default: strongswan 2026-04-14 06:17:32.264 8 INFO neutron.common.utils [None req-321c0e58-0c4c-4b68-bc1d-efef815345f2 - - - - - -] Disable filter validation extension by service plugin VPNDriverPlugin. 2026-04-14 06:17:32.264 8 INFO neutron.manager [None req-321c0e58-0c4c-4b68-bc1d-efef815345f2 - - - - - -] Loading Plugin: taas 2026-04-14 06:17:32.266 7 INFO neutron.quota.resource_registry [None req-c2e7803d-c6c6-4977-82ae-ab265041e53b - - - - - -] Creating instance of TrackedResource for resource:network 2026-04-14 06:17:32.267 7 INFO neutron.quota.resource_registry [None req-c2e7803d-c6c6-4977-82ae-ab265041e53b - - - - - -] Creating instance of TrackedResource for resource:subnet 2026-04-14 06:17:32.267 7 INFO neutron.quota.resource_registry [None req-c2e7803d-c6c6-4977-82ae-ab265041e53b - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-04-14 06:17:32.267 7 INFO neutron.quota.resource_registry [None req-c2e7803d-c6c6-4977-82ae-ab265041e53b - - - - - -] Creating instance of TrackedResource for resource:port 2026-04-14 06:17:32.271 7 INFO neutron.quota.resource_registry [None req-c2e7803d-c6c6-4977-82ae-ab265041e53b - - - - - -] Creating instance of TrackedResource for resource:router 2026-04-14 06:17:32.271 7 INFO neutron.quota.resource_registry [None req-c2e7803d-c6c6-4977-82ae-ab265041e53b - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-04-14 06:17:32.276 7 INFO neutron.quota.resource_registry [None req-c2e7803d-c6c6-4977-82ae-ab265041e53b - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-04-14 06:17:32.277 7 INFO neutron.quota.resource_registry [None req-c2e7803d-c6c6-4977-82ae-ab265041e53b - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-04-14 06:17:32.277 7 INFO neutron.quota.resource_registry [None req-c2e7803d-c6c6-4977-82ae-ab265041e53b - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-04-14 06:17:32.278 7 INFO neutron.quota.resource_registry [None req-c2e7803d-c6c6-4977-82ae-ab265041e53b - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-04-14 06:17:32.278 7 WARNING neutron.quota.resource_registry [None req-c2e7803d-c6c6-4977-82ae-ab265041e53b - - - - - -] subnetpool is already registered 2026-04-14 06:17:32.279 7 INFO neutron.quota.resource_registry [None req-c2e7803d-c6c6-4977-82ae-ab265041e53b - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-04-14 06:17:32.279 7 WARNING neutron.quota.resource_registry [None req-c2e7803d-c6c6-4977-82ae-ab265041e53b - - - - - -] subnetpool is already registered 2026-04-14 06:17:32.279 7 INFO neutron.quota.resource_registry [None req-c2e7803d-c6c6-4977-82ae-ab265041e53b - - - - - -] Creating instance of CountableResource for resource:trunk 2026-04-14 06:17:32.280 7 INFO neutron.quota.resource_registry [None req-c2e7803d-c6c6-4977-82ae-ab265041e53b - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-04-14 06:17:32.280 7 INFO neutron.quota.resource_registry [None req-c2e7803d-c6c6-4977-82ae-ab265041e53b - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-04-14 06:17:32.281 7 INFO neutron.quota.resource_registry [None req-c2e7803d-c6c6-4977-82ae-ab265041e53b - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-04-14 06:17:32.281 7 INFO neutron.quota.resource_registry [None req-c2e7803d-c6c6-4977-82ae-ab265041e53b - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-04-14 06:17:32.281 7 INFO neutron.quota.resource_registry [None req-c2e7803d-c6c6-4977-82ae-ab265041e53b - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-04-14 06:17:32.282 7 INFO neutron.quota.resource_registry [None req-c2e7803d-c6c6-4977-82ae-ab265041e53b - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-04-14 06:17:32.282 7 WARNING neutron.quota.resource_registry [None req-c2e7803d-c6c6-4977-82ae-ab265041e53b - - - - - -] ipsecpolicy is already registered 2026-04-14 06:17:32.282 7 INFO neutron.quota.resource_registry [None req-c2e7803d-c6c6-4977-82ae-ab265041e53b - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-04-14 06:17:32.283 7 WARNING neutron.quota.resource_registry [None req-c2e7803d-c6c6-4977-82ae-ab265041e53b - - - - - -] ikepolicy is already registered 2026-04-14 06:17:32.287 7 INFO neutron.quota.resource_registry [None req-c2e7803d-c6c6-4977-82ae-ab265041e53b - - - - - -] Creating instance of TrackedResource for resource:router 2026-04-14 06:17:32.287 7 WARNING neutron.quota.resource_registry [None req-c2e7803d-c6c6-4977-82ae-ab265041e53b - - - - - -] router is already registered 2026-04-14 06:17:32.288 7 INFO neutron.quota.resource_registry [None req-c2e7803d-c6c6-4977-82ae-ab265041e53b - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-04-14 06:17:32.288 7 WARNING neutron.quota.resource_registry [None req-c2e7803d-c6c6-4977-82ae-ab265041e53b - - - - - -] floatingip is already registered 2026-04-14 06:17:32.290 8 WARNING stevedore.named [None req-321c0e58-0c4c-4b68-bc1d-efef815345f2 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-04-14 06:17:32.291 8 WARNING stevedore.named [None req-321c0e58-0c4c-4b68-bc1d-efef815345f2 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-04-14 06:17:32.291 7 INFO neutron.quota.resource_registry [None req-c2e7803d-c6c6-4977-82ae-ab265041e53b - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-04-14 06:17:32.291 7 WARNING neutron.quota.resource_registry [None req-c2e7803d-c6c6-4977-82ae-ab265041e53b - - - - - -] rbac_policy is already registered 2026-04-14 06:17:32.292 7 INFO neutron.quota.resource_registry [None req-c2e7803d-c6c6-4977-82ae-ab265041e53b - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-04-14 06:17:32.292 7 WARNING neutron.quota.resource_registry [None req-c2e7803d-c6c6-4977-82ae-ab265041e53b - - - - - -] security_group is already registered 2026-04-14 06:17:32.293 7 INFO neutron.quota.resource_registry [None req-c2e7803d-c6c6-4977-82ae-ab265041e53b - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-04-14 06:17:32.293 7 WARNING neutron.quota.resource_registry [None req-c2e7803d-c6c6-4977-82ae-ab265041e53b - - - - - -] security_group_rule is already registered 2026-04-14 06:17:32.293 7 INFO neutron.quota.resource_registry [None req-c2e7803d-c6c6-4977-82ae-ab265041e53b - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-04-14 06:17:32.294 7 WARNING neutron.quota.resource_registry [None req-c2e7803d-c6c6-4977-82ae-ab265041e53b - - - - - -] subnetpool is already registered 2026-04-14 06:17:32.294 7 INFO neutron.quota.resource_registry [None req-c2e7803d-c6c6-4977-82ae-ab265041e53b - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-04-14 06:17:32.294 7 WARNING neutron.quota.resource_registry [None req-c2e7803d-c6c6-4977-82ae-ab265041e53b - - - - - -] subnetpool is already registered 2026-04-14 06:17:32.295 7 INFO neutron.quota.resource_registry [None req-c2e7803d-c6c6-4977-82ae-ab265041e53b - - - - - -] Creating instance of CountableResource for resource:trunk 2026-04-14 06:17:32.295 7 WARNING neutron.quota.resource_registry [None req-c2e7803d-c6c6-4977-82ae-ab265041e53b - - - - - -] trunk is already registered 2026-04-14 06:17:32.295 7 INFO neutron.quota.resource_registry [None req-c2e7803d-c6c6-4977-82ae-ab265041e53b - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-04-14 06:17:32.295 7 WARNING neutron.quota.resource_registry [None req-c2e7803d-c6c6-4977-82ae-ab265041e53b - - - - - -] ikepolicy is already registered 2026-04-14 06:17:32.296 7 INFO neutron.quota.resource_registry [None req-c2e7803d-c6c6-4977-82ae-ab265041e53b - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-04-14 06:17:32.296 7 WARNING neutron.quota.resource_registry [None req-c2e7803d-c6c6-4977-82ae-ab265041e53b - - - - - -] ipsecpolicy is already registered 2026-04-14 06:17:32.296 7 INFO neutron.quota.resource_registry [None req-c2e7803d-c6c6-4977-82ae-ab265041e53b - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-04-14 06:17:32.296 7 WARNING neutron.quota.resource_registry [None req-c2e7803d-c6c6-4977-82ae-ab265041e53b - - - - - -] endpoint_group is already registered 2026-04-14 06:17:32.297 7 INFO neutron.quota.resource_registry [None req-c2e7803d-c6c6-4977-82ae-ab265041e53b - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-04-14 06:17:32.297 7 WARNING neutron.quota.resource_registry [None req-c2e7803d-c6c6-4977-82ae-ab265041e53b - - - - - -] vpnservice is already registered 2026-04-14 06:17:32.297 7 INFO neutron.quota.resource_registry [None req-c2e7803d-c6c6-4977-82ae-ab265041e53b - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-04-14 06:17:32.297 7 WARNING neutron.quota.resource_registry [None req-c2e7803d-c6c6-4977-82ae-ab265041e53b - - - - - -] ipsec_site_connection is already registered 2026-04-14 06:17:32.297 7 INFO neutron.quota.resource_registry [None req-c2e7803d-c6c6-4977-82ae-ab265041e53b - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-04-14 06:17:32.298 7 WARNING neutron.quota.resource_registry [None req-c2e7803d-c6c6-4977-82ae-ab265041e53b - - - - - -] ipsecpolicy is already registered 2026-04-14 06:17:32.298 7 INFO neutron.quota.resource_registry [None req-c2e7803d-c6c6-4977-82ae-ab265041e53b - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-04-14 06:17:32.298 7 WARNING neutron.quota.resource_registry [None req-c2e7803d-c6c6-4977-82ae-ab265041e53b - - - - - -] ikepolicy is already registered 2026-04-14 06:17:32.312 8 INFO neutron_taas.services.taas.taas_plugin [None req-321c0e58-0c4c-4b68-bc1d-efef815345f2 - - - - - -] TAAS Plugin initialized using service drivers: dict_keys(['taas']), default: taas 2026-04-14 06:17:32.312 8 INFO neutron.manager [None req-321c0e58-0c4c-4b68-bc1d-efef815345f2 - - - - - -] Loading Plugin: tapmirror 2026-04-14 06:17:32.320 8 WARNING stevedore.named [None req-321c0e58-0c4c-4b68-bc1d-efef815345f2 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-04-14 06:17:32.320 8 WARNING stevedore.named [None req-321c0e58-0c4c-4b68-bc1d-efef815345f2 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-04-14 06:17:32.334 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-321c0e58-0c4c-4b68-bc1d-efef815345f2 - - - - - -] Tap Mirror plugin using service drivers: dict_keys(['taas']), default: taas 2026-04-14 06:17:32.334 8 INFO neutron.manager [None req-321c0e58-0c4c-4b68-bc1d-efef815345f2 - - - - - -] Loading Plugin: auto_allocate 2026-04-14 06:17:32.340 8 INFO neutron.manager [None req-321c0e58-0c4c-4b68-bc1d-efef815345f2 - - - - - -] Loading Plugin: tag 2026-04-14 06:17:32.347 8 INFO neutron.manager [None req-321c0e58-0c4c-4b68-bc1d-efef815345f2 - - - - - -] Loading Plugin: timestamp 2026-04-14 06:17:32.348 7 WARNING keystonemiddleware._common.config [None req-c2e7803d-c6c6-4977-82ae-ab265041e53b - - - - - -] The option "audit_map_file" is not known to keystonemiddleware 2026-04-14 06:17:32.349 8 INFO neutron.manager [None req-321c0e58-0c4c-4b68-bc1d-efef815345f2 - - - - - -] Loading Plugin: network_ip_availability 2026-04-14 06:17:32.353 8 INFO neutron.manager [None req-321c0e58-0c4c-4b68-bc1d-efef815345f2 - - - - - -] Loading Plugin: flavors 2026-04-14 06:17:32.354 7 WARNING oslo_config.cfg [None req-c2e7803d-c6c6-4977-82ae-ab265041e53b - - - - - -] 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 0x7fe492df6668 pid: 7 (default app) 2026-04-14 06:17:32.357 8 INFO neutron.manager [None req-321c0e58-0c4c-4b68-bc1d-efef815345f2 - - - - - -] Loading Plugin: revisions 2026-04-14 06:17:32.361 8 INFO neutron.api.extensions [None req-321c0e58-0c4c-4b68-bc1d-efef815345f2 - - - - - -] Initializing extension manager. 2026-04-14 06:17:32.362 8 INFO neutron.api.extensions [None req-321c0e58-0c4c-4b68-bc1d-efef815345f2 - - - - - -] Loaded extension: address-group 2026-04-14 06:17:32.363 8 INFO neutron.api.extensions [None req-321c0e58-0c4c-4b68-bc1d-efef815345f2 - - - - - -] Loaded extension: address-scope 2026-04-14 06:17:32.364 8 INFO neutron.api.extensions [None req-321c0e58-0c4c-4b68-bc1d-efef815345f2 - - - - - -] Loaded extension: router-admin-state-down-before-update 2026-04-14 06:17:32.365 8 INFO neutron.api.extensions [None req-321c0e58-0c4c-4b68-bc1d-efef815345f2 - - - - - -] Loaded extension: agent 2026-04-14 06:17:32.365 8 INFO neutron.api.extensions [None req-321c0e58-0c4c-4b68-bc1d-efef815345f2 - - - - - -] Loaded extension: agent-resources-synced 2026-04-14 06:17:32.367 8 INFO neutron.api.extensions [None req-321c0e58-0c4c-4b68-bc1d-efef815345f2 - - - - - -] Loaded extension: allowed-address-pairs 2026-04-14 06:17:32.367 8 INFO neutron.api.extensions [None req-321c0e58-0c4c-4b68-bc1d-efef815345f2 - - - - - -] Loaded extension: auto-allocated-topology 2026-04-14 06:17:32.368 8 INFO neutron.api.extensions [None req-321c0e58-0c4c-4b68-bc1d-efef815345f2 - - - - - -] Loaded extension: availability_zone 2026-04-14 06:17:32.368 8 INFO neutron.api.extensions [None req-321c0e58-0c4c-4b68-bc1d-efef815345f2 - - - - - -] Loaded extension: availability_zone_filter 2026-04-14 06:17:32.369 8 INFO neutron.api.extensions [None req-321c0e58-0c4c-4b68-bc1d-efef815345f2 - - - - - -] Extension data-plane-status not supported by any of loaded plugins 2026-04-14 06:17:32.369 8 INFO neutron.api.extensions [None req-321c0e58-0c4c-4b68-bc1d-efef815345f2 - - - - - -] Loaded extension: default-subnetpools 2026-04-14 06:17:32.371 8 INFO neutron.api.extensions [None req-321c0e58-0c4c-4b68-bc1d-efef815345f2 - - - - - -] Loaded extension: dhcp_agent_scheduler 2026-04-14 06:17:32.372 8 INFO neutron.api.extensions [None req-321c0e58-0c4c-4b68-bc1d-efef815345f2 - - - - - -] Loaded extension: dns-integration 2026-04-14 06:17:32.373 8 INFO neutron.api.extensions [None req-321c0e58-0c4c-4b68-bc1d-efef815345f2 - - - - - -] Loaded extension: dns-domain-ports 2026-04-14 06:17:32.373 8 INFO neutron.api.extensions [None req-321c0e58-0c4c-4b68-bc1d-efef815345f2 - - - - - -] Extension dns-integration-domain-keywords not supported by any of loaded plugins 2026-04-14 06:17:32.374 8 INFO neutron.api.extensions [None req-321c0e58-0c4c-4b68-bc1d-efef815345f2 - - - - - -] Loaded extension: dvr 2026-04-14 06:17:32.374 8 INFO neutron.api.extensions [None req-321c0e58-0c4c-4b68-bc1d-efef815345f2 - - - - - -] Extension ecmp_routes not supported by any of loaded plugins 2026-04-14 06:17:32.375 8 INFO neutron.api.extensions [None req-321c0e58-0c4c-4b68-bc1d-efef815345f2 - - - - - -] Loaded extension: empty-string-filtering 2026-04-14 06:17:32.375 8 INFO neutron.api.extensions [None req-321c0e58-0c4c-4b68-bc1d-efef815345f2 - - - - - -] Extension expose-l3-conntrack-helper not supported by any of loaded plugins 2026-04-14 06:17:32.376 8 INFO neutron.api.extensions [None req-321c0e58-0c4c-4b68-bc1d-efef815345f2 - - - - - -] Extension expose-port-forwarding-in-fip not supported by any of loaded plugins 2026-04-14 06:17:32.376 8 INFO neutron.api.extensions [None req-321c0e58-0c4c-4b68-bc1d-efef815345f2 - - - - - -] Loaded extension: external-net 2026-04-14 06:17:32.377 8 INFO neutron.api.extensions [None req-321c0e58-0c4c-4b68-bc1d-efef815345f2 - - - - - -] Loaded extension: extra_dhcp_opt 2026-04-14 06:17:32.377 8 INFO neutron.api.extensions [None req-321c0e58-0c4c-4b68-bc1d-efef815345f2 - - - - - -] Loaded extension: extraroute 2026-04-14 06:17:32.378 8 INFO neutron.api.extensions [None req-321c0e58-0c4c-4b68-bc1d-efef815345f2 - - - - - -] Loaded extension: extraroute-atomic 2026-04-14 06:17:32.378 8 INFO neutron.api.extensions [None req-321c0e58-0c4c-4b68-bc1d-efef815345f2 - - - - - -] Extension filter-validation not supported by any of loaded plugins 2026-04-14 06:17:32.379 8 INFO neutron.api.extensions [None req-321c0e58-0c4c-4b68-bc1d-efef815345f2 - - - - - -] Extension floating-ip-port-forwarding-description not supported by any of loaded plugins 2026-04-14 06:17:32.379 8 INFO neutron.api.extensions [None req-321c0e58-0c4c-4b68-bc1d-efef815345f2 - - - - - -] Loaded extension: floating-ip-port-forwarding-detail 2026-04-14 06:17:32.380 8 INFO neutron.api.extensions [None req-321c0e58-0c4c-4b68-bc1d-efef815345f2 - - - - - -] Extension floating-ip-port-forwarding-port-ranges not supported by any of loaded plugins 2026-04-14 06:17:32.380 8 INFO neutron.api.extensions [None req-321c0e58-0c4c-4b68-bc1d-efef815345f2 - - - - - -] Loaded extension: fip-port-details 2026-04-14 06:17:32.381 8 INFO neutron.api.extensions [None req-321c0e58-0c4c-4b68-bc1d-efef815345f2 - - - - - -] Loaded extension: flavors 2026-04-14 06:17:32.382 8 INFO neutron.api.extensions [None req-321c0e58-0c4c-4b68-bc1d-efef815345f2 - - - - - -] Extension floating-ip-port-forwarding not supported by any of loaded plugins 2026-04-14 06:17:32.383 8 INFO neutron.api.extensions [None req-321c0e58-0c4c-4b68-bc1d-efef815345f2 - - - - - -] Loaded extension: floatingip-pools 2026-04-14 06:17:32.383 8 INFO neutron.api.extensions [None req-321c0e58-0c4c-4b68-bc1d-efef815345f2 - - - - - -] Loaded extension: ip_allocation 2026-04-14 06:17:32.384 8 INFO neutron.api.extensions [None req-321c0e58-0c4c-4b68-bc1d-efef815345f2 - - - - - -] Loaded extension: ip-substring-filtering 2026-04-14 06:17:32.384 8 INFO neutron.api.extensions [None req-321c0e58-0c4c-4b68-bc1d-efef815345f2 - - - - - -] Loaded extension: l2_adjacency 2026-04-14 06:17:32.385 8 INFO neutron.api.extensions [None req-321c0e58-0c4c-4b68-bc1d-efef815345f2 - - - - - -] Loaded extension: router 2026-04-14 06:17:32.387 8 INFO neutron.api.extensions [None req-321c0e58-0c4c-4b68-bc1d-efef815345f2 - - - - - -] Extension l3-conntrack-helper not supported by any of loaded plugins 2026-04-14 06:17:32.388 8 INFO neutron.api.extensions [None req-321c0e58-0c4c-4b68-bc1d-efef815345f2 - - - - - -] Extension enable-default-route-bfd not supported by any of loaded plugins 2026-04-14 06:17:32.388 8 INFO neutron.api.extensions [None req-321c0e58-0c4c-4b68-bc1d-efef815345f2 - - - - - -] Extension enable-default-route-ecmp not supported by any of loaded plugins 2026-04-14 06:17:32.390 8 INFO neutron.api.extensions [None req-321c0e58-0c4c-4b68-bc1d-efef815345f2 - - - - - -] Loaded extension: ext-gw-mode 2026-04-14 06:17:32.390 8 INFO neutron.api.extensions [None req-321c0e58-0c4c-4b68-bc1d-efef815345f2 - - - - - -] Loaded extension: l3-ha 2026-04-14 06:17:32.392 8 INFO neutron.api.extensions [None req-321c0e58-0c4c-4b68-bc1d-efef815345f2 - - - - - -] Extension l3-ext-ndp-proxy not supported by any of loaded plugins 2026-04-14 06:17:32.392 8 INFO neutron.api.extensions [None req-321c0e58-0c4c-4b68-bc1d-efef815345f2 - - - - - -] Extension external-gateway-multihoming not supported by any of loaded plugins 2026-04-14 06:17:32.392 8 INFO neutron.api.extensions [None req-321c0e58-0c4c-4b68-bc1d-efef815345f2 - - - - - -] Loaded extension: l3-flavors 2026-04-14 06:17:32.393 8 INFO neutron.api.extensions [None req-321c0e58-0c4c-4b68-bc1d-efef815345f2 - - - - - -] Extension l3-ndp-proxy not supported by any of loaded plugins 2026-04-14 06:17:32.394 8 INFO neutron.api.extensions [None req-321c0e58-0c4c-4b68-bc1d-efef815345f2 - - - - - -] Loaded extension: l3-port-ip-change-not-allowed 2026-04-14 06:17:32.396 8 INFO neutron.api.extensions [None req-321c0e58-0c4c-4b68-bc1d-efef815345f2 - - - - - -] Loaded extension: l3_agent_scheduler 2026-04-14 06:17:32.397 8 INFO neutron.api.extensions [None req-321c0e58-0c4c-4b68-bc1d-efef815345f2 - - - - - -] Extension local_ip not supported by any of loaded plugins 2026-04-14 06:17:32.399 8 INFO neutron.api.extensions [None req-321c0e58-0c4c-4b68-bc1d-efef815345f2 - - - - - -] Extension logging not supported by any of loaded plugins 2026-04-14 06:17:32.400 8 INFO neutron.api.extensions [None req-321c0e58-0c4c-4b68-bc1d-efef815345f2 - - - - - -] Extension metering not supported by any of loaded plugins 2026-04-14 06:17:32.401 8 INFO neutron.api.extensions [None req-321c0e58-0c4c-4b68-bc1d-efef815345f2 - - - - - -] Extension metering_source_and_destination_fields not supported by any of loaded plugins 2026-04-14 06:17:32.401 8 INFO neutron.api.extensions [None req-321c0e58-0c4c-4b68-bc1d-efef815345f2 - - - - - -] Loaded extension: multi-provider 2026-04-14 06:17:32.402 8 INFO neutron.api.extensions [None req-321c0e58-0c4c-4b68-bc1d-efef815345f2 - - - - - -] Loaded extension: net-mtu 2026-04-14 06:17:32.402 8 INFO neutron.api.extensions [None req-321c0e58-0c4c-4b68-bc1d-efef815345f2 - - - - - -] Loaded extension: net-mtu-writable 2026-04-14 06:17:32.403 8 INFO neutron.api.extensions [None req-321c0e58-0c4c-4b68-bc1d-efef815345f2 - - - - - -] Loaded extension: network_availability_zone 2026-04-14 06:17:32.403 8 INFO neutron.api.extensions [None req-321c0e58-0c4c-4b68-bc1d-efef815345f2 - - - - - -] Loaded extension: network_ha 2026-04-14 06:17:32.404 8 INFO neutron.api.extensions [None req-321c0e58-0c4c-4b68-bc1d-efef815345f2 - - - - - -] Loaded extension: network-ip-availability 2026-04-14 06:17:32.405 8 INFO neutron.api.extensions [None req-321c0e58-0c4c-4b68-bc1d-efef815345f2 - - - - - -] Extension network-segment-range not supported by any of loaded plugins 2026-04-14 06:17:32.405 8 INFO neutron.api.extensions [None req-321c0e58-0c4c-4b68-bc1d-efef815345f2 - - - - - -] Loaded extension: pagination 2026-04-14 06:17:32.406 8 INFO neutron.api.extensions [None req-321c0e58-0c4c-4b68-bc1d-efef815345f2 - - - - - -] Loaded extension: port-device-profile 2026-04-14 06:17:32.406 8 INFO neutron.api.extensions [None req-321c0e58-0c4c-4b68-bc1d-efef815345f2 - - - - - -] Extension port-hardware-offload-type not supported by any of loaded plugins 2026-04-14 06:17:32.407 8 INFO neutron.api.extensions [None req-321c0e58-0c4c-4b68-bc1d-efef815345f2 - - - - - -] Extension port-hint-ovs-tx-steering not supported by any of loaded plugins 2026-04-14 06:17:32.407 8 INFO neutron.api.extensions [None req-321c0e58-0c4c-4b68-bc1d-efef815345f2 - - - - - -] Extension port-hints not supported by any of loaded plugins 2026-04-14 06:17:32.408 8 INFO neutron.api.extensions [None req-321c0e58-0c4c-4b68-bc1d-efef815345f2 - - - - - -] Loaded extension: port-mac-override 2026-04-14 06:17:32.408 8 INFO neutron.api.extensions [None req-321c0e58-0c4c-4b68-bc1d-efef815345f2 - - - - - -] Loaded extension: port-mac-address-regenerate 2026-04-14 06:17:32.409 8 INFO neutron.api.extensions [None req-321c0e58-0c4c-4b68-bc1d-efef815345f2 - - - - - -] Loaded extension: port-numa-affinity-policy 2026-04-14 06:17:32.409 8 INFO neutron.api.extensions [None req-321c0e58-0c4c-4b68-bc1d-efef815345f2 - - - - - -] Loaded extension: port-numa-affinity-policy-socket 2026-04-14 06:17:32.410 8 INFO neutron.api.extensions [None req-321c0e58-0c4c-4b68-bc1d-efef815345f2 - - - - - -] Loaded extension: port-resource-request 2026-04-14 06:17:32.410 8 INFO neutron.api.extensions [None req-321c0e58-0c4c-4b68-bc1d-efef815345f2 - - - - - -] Loaded extension: port-resource-request-groups 2026-04-14 06:17:32.411 8 INFO neutron.api.extensions [None req-321c0e58-0c4c-4b68-bc1d-efef815345f2 - - - - - -] Extension port-trusted-vif not supported by any of loaded plugins 2026-04-14 06:17:32.411 8 INFO neutron.api.extensions [None req-321c0e58-0c4c-4b68-bc1d-efef815345f2 - - - - - -] Loaded extension: binding 2026-04-14 06:17:32.412 8 INFO neutron.api.extensions [None req-321c0e58-0c4c-4b68-bc1d-efef815345f2 - - - - - -] Loaded extension: binding-extended 2026-04-14 06:17:32.412 8 INFO neutron.api.extensions [None req-321c0e58-0c4c-4b68-bc1d-efef815345f2 - - - - - -] Loaded extension: port-security 2026-04-14 06:17:32.413 8 INFO neutron.api.extensions [None req-321c0e58-0c4c-4b68-bc1d-efef815345f2 - - - - - -] Loaded extension: project-id 2026-04-14 06:17:32.413 8 INFO neutron.api.extensions [None req-321c0e58-0c4c-4b68-bc1d-efef815345f2 - - - - - -] Loaded extension: provider 2026-04-14 06:17:32.414 8 INFO neutron.api.extensions [None req-321c0e58-0c4c-4b68-bc1d-efef815345f2 - - - - - -] Extension qinq not supported by any of loaded plugins 2026-04-14 06:17:32.416 8 INFO neutron.api.extensions [None req-321c0e58-0c4c-4b68-bc1d-efef815345f2 - - - - - -] Loaded extension: qos 2026-04-14 06:17:32.417 8 INFO neutron.api.extensions [None req-321c0e58-0c4c-4b68-bc1d-efef815345f2 - - - - - -] Loaded extension: qos-bw-limit-direction 2026-04-14 06:17:32.417 8 INFO neutron.api.extensions [None req-321c0e58-0c4c-4b68-bc1d-efef815345f2 - - - - - -] Loaded extension: qos-bw-minimum-ingress 2026-04-14 06:17:32.418 8 INFO neutron.api.extensions [None req-321c0e58-0c4c-4b68-bc1d-efef815345f2 - - - - - -] Loaded extension: qos-default 2026-04-14 06:17:32.418 8 INFO neutron.api.extensions [None req-321c0e58-0c4c-4b68-bc1d-efef815345f2 - - - - - -] Loaded extension: qos-fip 2026-04-14 06:17:32.419 8 INFO neutron.api.extensions [None req-321c0e58-0c4c-4b68-bc1d-efef815345f2 - - - - - -] Extension qos-fip-network-policy not supported by any of loaded plugins 2026-04-14 06:17:32.419 8 INFO neutron.api.extensions [None req-321c0e58-0c4c-4b68-bc1d-efef815345f2 - - - - - -] Loaded extension: qos-gateway-ip 2026-04-14 06:17:32.420 8 INFO neutron.api.extensions [None req-321c0e58-0c4c-4b68-bc1d-efef815345f2 - - - - - -] Loaded extension: qos-port-network-policy 2026-04-14 06:17:32.420 8 INFO neutron.api.extensions [None req-321c0e58-0c4c-4b68-bc1d-efef815345f2 - - - - - -] Loaded extension: qos-pps-minimum 2026-04-14 06:17:32.421 8 INFO neutron.api.extensions [None req-321c0e58-0c4c-4b68-bc1d-efef815345f2 - - - - - -] Loaded extension: qos-pps-minimum-rule-alias 2026-04-14 06:17:32.422 8 INFO neutron.api.extensions [None req-321c0e58-0c4c-4b68-bc1d-efef815345f2 - - - - - -] Loaded extension: qos-pps 2026-04-14 06:17:32.422 8 INFO neutron.api.extensions [None req-321c0e58-0c4c-4b68-bc1d-efef815345f2 - - - - - -] Loaded extension: qos-rule-type-details 2026-04-14 06:17:32.423 8 INFO neutron.api.extensions [None req-321c0e58-0c4c-4b68-bc1d-efef815345f2 - - - - - -] Loaded extension: qos-rule-type-filter 2026-04-14 06:17:32.424 8 INFO neutron.api.extensions [None req-321c0e58-0c4c-4b68-bc1d-efef815345f2 - - - - - -] Loaded extension: qos-rules-alias 2026-04-14 06:17:32.424 8 INFO neutron.api.extensions [None req-321c0e58-0c4c-4b68-bc1d-efef815345f2 - - - - - -] Loaded extension: quota-check-limit 2026-04-14 06:17:32.425 8 INFO neutron.api.extensions [None req-321c0e58-0c4c-4b68-bc1d-efef815345f2 - - - - - -] Loaded extension: quota-check-limit-default 2026-04-14 06:17:32.427 8 INFO neutron.api.extensions [None req-321c0e58-0c4c-4b68-bc1d-efef815345f2 - - - - - -] Loaded extension: quotas 2026-04-14 06:17:32.428 8 INFO neutron.api.extensions [None req-321c0e58-0c4c-4b68-bc1d-efef815345f2 - - - - - -] Loaded extension: quota_details 2026-04-14 06:17:32.429 8 INFO neutron.api.extensions [None req-321c0e58-0c4c-4b68-bc1d-efef815345f2 - - - - - -] Loaded extension: rbac-policies 2026-04-14 06:17:32.430 8 INFO neutron.api.extensions [None req-321c0e58-0c4c-4b68-bc1d-efef815345f2 - - - - - -] Loaded extension: rbac-address-group 2026-04-14 06:17:32.430 8 INFO neutron.api.extensions [None req-321c0e58-0c4c-4b68-bc1d-efef815345f2 - - - - - -] Loaded extension: rbac-address-scope 2026-04-14 06:17:32.431 8 INFO neutron.api.extensions [None req-321c0e58-0c4c-4b68-bc1d-efef815345f2 - - - - - -] Loaded extension: rbac-security-groups 2026-04-14 06:17:32.431 8 INFO neutron.api.extensions [None req-321c0e58-0c4c-4b68-bc1d-efef815345f2 - - - - - -] Loaded extension: rbac-subnetpool 2026-04-14 06:17:32.432 8 INFO neutron.api.extensions [None req-321c0e58-0c4c-4b68-bc1d-efef815345f2 - - - - - -] Loaded extension: revision-if-match 2026-04-14 06:17:32.433 8 INFO neutron.api.extensions [None req-321c0e58-0c4c-4b68-bc1d-efef815345f2 - - - - - -] Loaded extension: standard-attr-revisions 2026-04-14 06:17:32.433 8 INFO neutron.api.extensions [None req-321c0e58-0c4c-4b68-bc1d-efef815345f2 - - - - - -] Loaded extension: router_availability_zone 2026-04-14 06:17:32.434 8 INFO neutron.api.extensions [None req-321c0e58-0c4c-4b68-bc1d-efef815345f2 - - - - - -] Extension router-service-type not supported by any of loaded plugins 2026-04-14 06:17:32.437 8 INFO neutron.api.extensions [None req-321c0e58-0c4c-4b68-bc1d-efef815345f2 - - - - - -] Loaded extension: security-groups-default-rules 2026-04-14 06:17:32.437 8 INFO neutron.api.extensions [None req-321c0e58-0c4c-4b68-bc1d-efef815345f2 - - - - - -] Loaded extension: security-groups-normalized-cidr 2026-04-14 06:17:32.438 8 INFO neutron.api.extensions [None req-321c0e58-0c4c-4b68-bc1d-efef815345f2 - - - - - -] Loaded extension: port-security-groups-filtering 2026-04-14 06:17:32.438 8 INFO neutron.api.extensions [None req-321c0e58-0c4c-4b68-bc1d-efef815345f2 - - - - - -] Loaded extension: security-groups-remote-address-group 2026-04-14 06:17:32.439 8 INFO neutron.api.extensions [None req-321c0e58-0c4c-4b68-bc1d-efef815345f2 - - - - - -] Loaded extension: security-groups-rules-belongs-to-default-sg 2026-04-14 06:17:32.439 8 INFO neutron.api.extensions [None req-321c0e58-0c4c-4b68-bc1d-efef815345f2 - - - - - -] Loaded extension: security-groups-shared-filtering 2026-04-14 06:17:32.444 8 INFO neutron.api.extensions [None req-321c0e58-0c4c-4b68-bc1d-efef815345f2 - - - - - -] Loaded extension: security-group 2026-04-14 06:17:32.445 8 INFO neutron.api.extensions [None req-321c0e58-0c4c-4b68-bc1d-efef815345f2 - - - - - -] Loaded extension: segment 2026-04-14 06:17:32.445 8 INFO neutron.api.extensions [None req-321c0e58-0c4c-4b68-bc1d-efef815345f2 - - - - - -] Loaded extension: segments-peer-subnet-host-routes 2026-04-14 06:17:32.446 8 INFO neutron.api.extensions [None req-321c0e58-0c4c-4b68-bc1d-efef815345f2 - - - - - -] Loaded extension: service-type 2026-04-14 06:17:32.446 8 INFO neutron.api.extensions [None req-321c0e58-0c4c-4b68-bc1d-efef815345f2 - - - - - -] Loaded extension: sorting 2026-04-14 06:17:32.447 8 INFO neutron.api.extensions [None req-321c0e58-0c4c-4b68-bc1d-efef815345f2 - - - - - -] Loaded extension: standard-attr-segment 2026-04-14 06:17:32.447 8 INFO neutron.api.extensions [None req-321c0e58-0c4c-4b68-bc1d-efef815345f2 - - - - - -] Loaded extension: standard-attr-description 2026-04-14 06:17:32.448 8 INFO neutron.api.extensions [None req-321c0e58-0c4c-4b68-bc1d-efef815345f2 - - - - - -] Loaded extension: stateful-security-group 2026-04-14 06:17:32.448 8 WARNING neutron.api.extensions [None req-321c0e58-0c4c-4b68-bc1d-efef815345f2 - - - - - -] Did not find expected name "Stdattrs_common" in /var/lib/openstack/lib/python3.12/site-packages/neutron/extensions/stdattrs_common.py 2026-04-14 06:17:32.449 8 INFO neutron.api.extensions [None req-321c0e58-0c4c-4b68-bc1d-efef815345f2 - - - - - -] Extension subnet-dns-publish-fixed-ip not supported by any of loaded plugins 2026-04-14 06:17:32.449 8 INFO neutron.api.extensions [None req-321c0e58-0c4c-4b68-bc1d-efef815345f2 - - - - - -] Loaded extension: subnet-external-network 2026-04-14 06:17:32.450 8 INFO neutron.api.extensions [None req-321c0e58-0c4c-4b68-bc1d-efef815345f2 - - - - - -] Loaded extension: subnet_onboard 2026-04-14 06:17:32.450 8 INFO neutron.api.extensions [None req-321c0e58-0c4c-4b68-bc1d-efef815345f2 - - - - - -] Loaded extension: subnet-segmentid-writable 2026-04-14 06:17:32.451 8 INFO neutron.api.extensions [None req-321c0e58-0c4c-4b68-bc1d-efef815345f2 - - - - - -] Loaded extension: subnet-service-types 2026-04-14 06:17:32.452 8 INFO neutron.api.extensions [None req-321c0e58-0c4c-4b68-bc1d-efef815345f2 - - - - - -] Loaded extension: subnet_allocation 2026-04-14 06:17:32.452 8 INFO neutron.api.extensions [None req-321c0e58-0c4c-4b68-bc1d-efef815345f2 - - - - - -] Loaded extension: subnetpool-prefix-ops 2026-04-14 06:17:32.453 8 INFO neutron.api.extensions [None req-321c0e58-0c4c-4b68-bc1d-efef815345f2 - - - - - -] Loaded extension: tag-creation 2026-04-14 06:17:32.453 8 INFO neutron.api.extensions [None req-321c0e58-0c4c-4b68-bc1d-efef815345f2 - - - - - -] Extension tag-ports-during-bulk-creation not supported by any of loaded plugins 2026-04-14 06:17:32.457 8 INFO neutron.api.extensions [None req-321c0e58-0c4c-4b68-bc1d-efef815345f2 - - - - - -] Loaded extension: standard-attr-tag 2026-04-14 06:17:32.458 8 INFO neutron.api.extensions [None req-321c0e58-0c4c-4b68-bc1d-efef815345f2 - - - - - -] Loaded extension: standard-attr-timestamp 2026-04-14 06:17:32.459 8 INFO neutron.api.extensions [None req-321c0e58-0c4c-4b68-bc1d-efef815345f2 - - - - - -] Loaded extension: trunk 2026-04-14 06:17:32.459 8 INFO neutron.api.extensions [None req-321c0e58-0c4c-4b68-bc1d-efef815345f2 - - - - - -] Loaded extension: trunk-details 2026-04-14 06:17:32.460 8 INFO neutron.api.extensions [None req-321c0e58-0c4c-4b68-bc1d-efef815345f2 - - - - - -] Extension uplink-status-propagation not supported by any of loaded plugins 2026-04-14 06:17:32.460 8 INFO neutron.api.extensions [None req-321c0e58-0c4c-4b68-bc1d-efef815345f2 - - - - - -] Extension uplink-status-propagation-updatable not supported by any of loaded plugins 2026-04-14 06:17:32.461 8 INFO neutron.api.extensions [None req-321c0e58-0c4c-4b68-bc1d-efef815345f2 - - - - - -] Extension vlan-transparent not supported by any of loaded plugins 2026-04-14 06:17:32.462 8 INFO neutron.api.extensions [None req-321c0e58-0c4c-4b68-bc1d-efef815345f2 - - - - - -] Loaded extension: vpn-aes-ctr 2026-04-14 06:17:32.463 8 INFO neutron.api.extensions [None req-321c0e58-0c4c-4b68-bc1d-efef815345f2 - - - - - -] Extension vpn-agent-scheduler not supported by any of loaded plugins 2026-04-14 06:17:32.464 8 INFO neutron.api.extensions [None req-321c0e58-0c4c-4b68-bc1d-efef815345f2 - - - - - -] Loaded extension: vpn-endpoint-groups 2026-04-14 06:17:32.465 8 INFO neutron.api.extensions [None req-321c0e58-0c4c-4b68-bc1d-efef815345f2 - - - - - -] Loaded extension: vpn-flavors 2026-04-14 06:17:32.466 8 INFO neutron.api.extensions [None req-321c0e58-0c4c-4b68-bc1d-efef815345f2 - - - - - -] Loaded extension: vpnaas 2026-04-14 06:17:32.468 8 INFO neutron.api.extensions [None req-321c0e58-0c4c-4b68-bc1d-efef815345f2 - - - - - -] Loaded extension: taas 2026-04-14 06:17:32.469 8 INFO neutron.api.extensions [None req-321c0e58-0c4c-4b68-bc1d-efef815345f2 - - - - - -] Loaded extension: tap-mirror 2026-04-14 06:17:32.469 8 INFO neutron.api.extensions [None req-321c0e58-0c4c-4b68-bc1d-efef815345f2 - - - - - -] Loaded extension: taas-vlan-filter 2026-04-14 06:17:32.472 8 INFO neutron.quota.resource_registry [None req-321c0e58-0c4c-4b68-bc1d-efef815345f2 - - - - - -] Creating instance of TrackedResource for resource:network 2026-04-14 06:17:32.472 8 INFO neutron.quota.resource_registry [None req-321c0e58-0c4c-4b68-bc1d-efef815345f2 - - - - - -] Creating instance of TrackedResource for resource:subnet 2026-04-14 06:17:32.472 8 INFO neutron.quota.resource_registry [None req-321c0e58-0c4c-4b68-bc1d-efef815345f2 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-04-14 06:17:32.472 8 INFO neutron.quota.resource_registry [None req-321c0e58-0c4c-4b68-bc1d-efef815345f2 - - - - - -] Creating instance of TrackedResource for resource:port 2026-04-14 06:17:32.475 8 INFO neutron.quota.resource_registry [None req-321c0e58-0c4c-4b68-bc1d-efef815345f2 - - - - - -] Creating instance of TrackedResource for resource:router 2026-04-14 06:17:32.476 8 INFO neutron.quota.resource_registry [None req-321c0e58-0c4c-4b68-bc1d-efef815345f2 - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-04-14 06:17:32.480 8 INFO neutron.quota.resource_registry [None req-321c0e58-0c4c-4b68-bc1d-efef815345f2 - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-04-14 06:17:32.481 8 INFO neutron.quota.resource_registry [None req-321c0e58-0c4c-4b68-bc1d-efef815345f2 - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-04-14 06:17:32.481 8 INFO neutron.quota.resource_registry [None req-321c0e58-0c4c-4b68-bc1d-efef815345f2 - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-04-14 06:17:32.482 8 INFO neutron.quota.resource_registry [None req-321c0e58-0c4c-4b68-bc1d-efef815345f2 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-04-14 06:17:32.482 8 WARNING neutron.quota.resource_registry [None req-321c0e58-0c4c-4b68-bc1d-efef815345f2 - - - - - -] subnetpool is already registered 2026-04-14 06:17:32.483 8 INFO neutron.quota.resource_registry [None req-321c0e58-0c4c-4b68-bc1d-efef815345f2 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-04-14 06:17:32.483 8 WARNING neutron.quota.resource_registry [None req-321c0e58-0c4c-4b68-bc1d-efef815345f2 - - - - - -] subnetpool is already registered 2026-04-14 06:17:32.483 8 INFO neutron.quota.resource_registry [None req-321c0e58-0c4c-4b68-bc1d-efef815345f2 - - - - - -] Creating instance of CountableResource for resource:trunk 2026-04-14 06:17:32.484 8 INFO neutron.quota.resource_registry [None req-321c0e58-0c4c-4b68-bc1d-efef815345f2 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-04-14 06:17:32.484 8 INFO neutron.quota.resource_registry [None req-321c0e58-0c4c-4b68-bc1d-efef815345f2 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-04-14 06:17:32.484 8 INFO neutron.quota.resource_registry [None req-321c0e58-0c4c-4b68-bc1d-efef815345f2 - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-04-14 06:17:32.485 8 INFO neutron.quota.resource_registry [None req-321c0e58-0c4c-4b68-bc1d-efef815345f2 - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-04-14 06:17:32.485 8 INFO neutron.quota.resource_registry [None req-321c0e58-0c4c-4b68-bc1d-efef815345f2 - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-04-14 06:17:32.485 8 INFO neutron.quota.resource_registry [None req-321c0e58-0c4c-4b68-bc1d-efef815345f2 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-04-14 06:17:32.486 8 WARNING neutron.quota.resource_registry [None req-321c0e58-0c4c-4b68-bc1d-efef815345f2 - - - - - -] ipsecpolicy is already registered 2026-04-14 06:17:32.486 8 INFO neutron.quota.resource_registry [None req-321c0e58-0c4c-4b68-bc1d-efef815345f2 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-04-14 06:17:32.486 8 WARNING neutron.quota.resource_registry [None req-321c0e58-0c4c-4b68-bc1d-efef815345f2 - - - - - -] ikepolicy is already registered 2026-04-14 06:17:32.491 8 INFO neutron.quota.resource_registry [None req-321c0e58-0c4c-4b68-bc1d-efef815345f2 - - - - - -] Creating instance of TrackedResource for resource:router 2026-04-14 06:17:32.491 8 WARNING neutron.quota.resource_registry [None req-321c0e58-0c4c-4b68-bc1d-efef815345f2 - - - - - -] router is already registered 2026-04-14 06:17:32.491 8 INFO neutron.quota.resource_registry [None req-321c0e58-0c4c-4b68-bc1d-efef815345f2 - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-04-14 06:17:32.491 8 WARNING neutron.quota.resource_registry [None req-321c0e58-0c4c-4b68-bc1d-efef815345f2 - - - - - -] floatingip is already registered 2026-04-14 06:17:32.495 8 INFO neutron.quota.resource_registry [None req-321c0e58-0c4c-4b68-bc1d-efef815345f2 - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-04-14 06:17:32.495 8 WARNING neutron.quota.resource_registry [None req-321c0e58-0c4c-4b68-bc1d-efef815345f2 - - - - - -] rbac_policy is already registered 2026-04-14 06:17:32.496 8 INFO neutron.quota.resource_registry [None req-321c0e58-0c4c-4b68-bc1d-efef815345f2 - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-04-14 06:17:32.496 8 WARNING neutron.quota.resource_registry [None req-321c0e58-0c4c-4b68-bc1d-efef815345f2 - - - - - -] security_group is already registered 2026-04-14 06:17:32.496 8 INFO neutron.quota.resource_registry [None req-321c0e58-0c4c-4b68-bc1d-efef815345f2 - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-04-14 06:17:32.496 8 WARNING neutron.quota.resource_registry [None req-321c0e58-0c4c-4b68-bc1d-efef815345f2 - - - - - -] security_group_rule is already registered 2026-04-14 06:17:32.497 8 INFO neutron.quota.resource_registry [None req-321c0e58-0c4c-4b68-bc1d-efef815345f2 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-04-14 06:17:32.497 8 WARNING neutron.quota.resource_registry [None req-321c0e58-0c4c-4b68-bc1d-efef815345f2 - - - - - -] subnetpool is already registered 2026-04-14 06:17:32.498 8 INFO neutron.quota.resource_registry [None req-321c0e58-0c4c-4b68-bc1d-efef815345f2 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-04-14 06:17:32.498 8 WARNING neutron.quota.resource_registry [None req-321c0e58-0c4c-4b68-bc1d-efef815345f2 - - - - - -] subnetpool is already registered 2026-04-14 06:17:32.498 8 INFO neutron.quota.resource_registry [None req-321c0e58-0c4c-4b68-bc1d-efef815345f2 - - - - - -] Creating instance of CountableResource for resource:trunk 2026-04-14 06:17:32.498 8 WARNING neutron.quota.resource_registry [None req-321c0e58-0c4c-4b68-bc1d-efef815345f2 - - - - - -] trunk is already registered 2026-04-14 06:17:32.499 8 INFO neutron.quota.resource_registry [None req-321c0e58-0c4c-4b68-bc1d-efef815345f2 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-04-14 06:17:32.499 8 WARNING neutron.quota.resource_registry [None req-321c0e58-0c4c-4b68-bc1d-efef815345f2 - - - - - -] ikepolicy is already registered 2026-04-14 06:17:32.499 8 INFO neutron.quota.resource_registry [None req-321c0e58-0c4c-4b68-bc1d-efef815345f2 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-04-14 06:17:32.499 8 WARNING neutron.quota.resource_registry [None req-321c0e58-0c4c-4b68-bc1d-efef815345f2 - - - - - -] ipsecpolicy is already registered 2026-04-14 06:17:32.500 8 INFO neutron.quota.resource_registry [None req-321c0e58-0c4c-4b68-bc1d-efef815345f2 - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-04-14 06:17:32.500 8 WARNING neutron.quota.resource_registry [None req-321c0e58-0c4c-4b68-bc1d-efef815345f2 - - - - - -] endpoint_group is already registered 2026-04-14 06:17:32.500 8 INFO neutron.quota.resource_registry [None req-321c0e58-0c4c-4b68-bc1d-efef815345f2 - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-04-14 06:17:32.500 8 WARNING neutron.quota.resource_registry [None req-321c0e58-0c4c-4b68-bc1d-efef815345f2 - - - - - -] vpnservice is already registered 2026-04-14 06:17:32.501 8 INFO neutron.quota.resource_registry [None req-321c0e58-0c4c-4b68-bc1d-efef815345f2 - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-04-14 06:17:32.501 8 WARNING neutron.quota.resource_registry [None req-321c0e58-0c4c-4b68-bc1d-efef815345f2 - - - - - -] ipsec_site_connection is already registered 2026-04-14 06:17:32.501 8 INFO neutron.quota.resource_registry [None req-321c0e58-0c4c-4b68-bc1d-efef815345f2 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-04-14 06:17:32.501 8 WARNING neutron.quota.resource_registry [None req-321c0e58-0c4c-4b68-bc1d-efef815345f2 - - - - - -] ipsecpolicy is already registered 2026-04-14 06:17:32.502 8 INFO neutron.quota.resource_registry [None req-321c0e58-0c4c-4b68-bc1d-efef815345f2 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-04-14 06:17:32.502 8 WARNING neutron.quota.resource_registry [None req-321c0e58-0c4c-4b68-bc1d-efef815345f2 - - - - - -] ikepolicy is already registered 2026-04-14 06:17:32.540 8 WARNING keystonemiddleware._common.config [None req-321c0e58-0c4c-4b68-bc1d-efef815345f2 - - - - - -] The option "audit_map_file" is not known to keystonemiddleware 2026-04-14 06:17:32.546 8 WARNING oslo_config.cfg [None req-321c0e58-0c4c-4b68-bc1d-efef815345f2 - - - - - -] 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 0x7fe492df6668 pid: 8 (default app) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: unknown. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-14 06:17:37.732 7 INFO neutron.pecan_wsgi.hooks.translation [None req-55fccae1-6ae5-4968-beab-0bdbfba2f12a 07fe03b92fd4416ab1e2727517b45ecd 18a9ceb573b9494d8f9349bd6d83cd30 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 4/4] 199.204.45.53 () {44 vars in 923 bytes} [Tue Apr 14 06:17:36 2026] GET /v2.0/networks/public => generated 108 bytes in 791 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: unknown. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1/5] 199.204.45.53 () {44 vars in 945 bytes} [Tue Apr 14 06:17:37 2026] GET /v2.0/networks?name=public => generated 15 bytes in 391 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-14 06:17:38.491 7 WARNING neutron.services.revisions.revision_plugin [None req-87dfeaaf-6716-4600-9171-cc34676450b6 07fe03b92fd4416ab1e2727517b45ecd 18a9ceb573b9494d8f9349bd6d83cd30 - - default default] Could not find related network for resource to bump revision. 2026-04-14 06:17:38.511 7 INFO neutron.db.segments_db [None req-87dfeaaf-6716-4600-9171-cc34676450b6 07fe03b92fd4416ab1e2727517b45ecd 18a9ceb573b9494d8f9349bd6d83cd30 - - default default] Added segment 258cd7c3-1348-4ae2-851c-fcedf2d2d7bc of type flat for network 4aa2addd-109c-4740-9c3f-72de3d8b9b02 2026-04-14 06:17:38.560 7 INFO neutron.pecan_wsgi.hooks.translation [None req-87dfeaaf-6716-4600-9171-cc34676450b6 07fe03b92fd4416ab1e2727517b45ecd 18a9ceb573b9494d8f9349bd6d83cd30 - - default default] POST failed (client error): The resource could not be found. [pid: 7|app: 0|req: 5/6] 199.204.45.53 () {48 vars in 963 bytes} [Tue Apr 14 06:17:38 2026] POST /v2.0/networks => generated 124 bytes in 442 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-14 06:17:44.712 8 INFO neutron.pecan_wsgi.hooks.translation [None req-88f606f8-284a-40dc-a4f8-8bfbf47342ff 07fe03b92fd4416ab1e2727517b45ecd 18a9ceb573b9494d8f9349bd6d83cd30 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 2/8] 199.204.45.53 () {44 vars in 923 bytes} [Tue Apr 14 06:17:44 2026] GET /v2.0/networks/public => generated 108 bytes in 370 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 7/9] 199.204.45.53 () {44 vars in 945 bytes} [Tue Apr 14 06:17:44 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-04-14 06:17:44.964 8 WARNING neutron.services.revisions.revision_plugin [None req-f1df9e8a-9017-42da-87dc-da43655cc9d4 07fe03b92fd4416ab1e2727517b45ecd 18a9ceb573b9494d8f9349bd6d83cd30 - - default default] Could not find related network for resource to bump revision. 2026-04-14 06:17:44.988 8 INFO neutron.db.segments_db [None req-f1df9e8a-9017-42da-87dc-da43655cc9d4 07fe03b92fd4416ab1e2727517b45ecd 18a9ceb573b9494d8f9349bd6d83cd30 - - default default] Added segment 2d6c6e52-ab31-4ff9-937d-cddf643be3f8 of type flat for network e52c53a0-1986-472e-9e72-00ca153a88a6 2026-04-14 06:17:45.036 8 INFO neutron.pecan_wsgi.hooks.translation [None req-f1df9e8a-9017-42da-87dc-da43655cc9d4 07fe03b92fd4416ab1e2727517b45ecd 18a9ceb573b9494d8f9349bd6d83cd30 - - default default] POST failed (client error): The resource could not be found. [pid: 8|app: 0|req: 3/10] 199.204.45.53 () {48 vars in 963 bytes} [Tue Apr 14 06:17:44 2026] POST /v2.0/networks => generated 124 bytes in 305 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-14 06:17:50.872 7 INFO neutron.pecan_wsgi.hooks.translation [None req-4c26fe02-4566-46a0-8c61-c2499cb4b5e3 07fe03b92fd4416ab1e2727517b45ecd 18a9ceb573b9494d8f9349bd6d83cd30 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 8/11] 199.204.45.53 () {44 vars in 923 bytes} [Tue Apr 14 06:17:50 2026] GET /v2.0/networks/public => generated 108 bytes in 43 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 4/12] 199.204.45.53 () {44 vars in 945 bytes} [Tue Apr 14 06:17:50 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-04-14 06:17:50.954 7 WARNING neutron.services.revisions.revision_plugin [None req-95bee573-e58f-46ce-ae50-71e4536a17eb 07fe03b92fd4416ab1e2727517b45ecd 18a9ceb573b9494d8f9349bd6d83cd30 - - default default] Could not find related network for resource to bump revision. 2026-04-14 06:17:50.966 7 INFO neutron.db.segments_db [None req-95bee573-e58f-46ce-ae50-71e4536a17eb 07fe03b92fd4416ab1e2727517b45ecd 18a9ceb573b9494d8f9349bd6d83cd30 - - default default] Added segment f77d1df7-6b29-4aff-b1b3-8d1244fe986e of type flat for network eef6a821-9953-4259-af89-ca492406ca10 2026-04-14 06:17:50.985 7 INFO neutron.pecan_wsgi.hooks.translation [None req-95bee573-e58f-46ce-ae50-71e4536a17eb 07fe03b92fd4416ab1e2727517b45ecd 18a9ceb573b9494d8f9349bd6d83cd30 - - default default] POST failed (client error): The resource could not be found. [pid: 7|app: 0|req: 9/13] 199.204.45.53 () {48 vars in 963 bytes} [Tue Apr 14 06:17:50 2026] POST /v2.0/networks => generated 124 bytes in 99 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-14 06:17:56.812 8 INFO neutron.pecan_wsgi.hooks.translation [None req-e6c2996f-7dd7-4bfa-9373-fe2bbf5ef3e3 07fe03b92fd4416ab1e2727517b45ecd 18a9ceb573b9494d8f9349bd6d83cd30 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 5/14] 199.204.45.53 () {44 vars in 923 bytes} [Tue Apr 14 06:17:56 2026] GET /v2.0/networks/public => generated 108 bytes in 49 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 10/15] 199.204.45.53 () {44 vars in 945 bytes} [Tue Apr 14 06:17:56 2026] GET /v2.0/networks?name=public => generated 15 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-14 06:17:56.885 8 WARNING neutron.services.revisions.revision_plugin [None req-19fc13b5-f723-4783-a20f-09f1bcde2909 07fe03b92fd4416ab1e2727517b45ecd 18a9ceb573b9494d8f9349bd6d83cd30 - - default default] Could not find related network for resource to bump revision. 2026-04-14 06:17:56.907 8 INFO neutron.db.segments_db [None req-19fc13b5-f723-4783-a20f-09f1bcde2909 07fe03b92fd4416ab1e2727517b45ecd 18a9ceb573b9494d8f9349bd6d83cd30 - - default default] Added segment 53cdca9a-fa70-4354-a923-c3c5f0b8cec7 of type flat for network f9ec7f33-7e11-450b-85ee-1d854adb4962 2026-04-14 06:17:56.935 8 INFO neutron.pecan_wsgi.hooks.translation [None req-19fc13b5-f723-4783-a20f-09f1bcde2909 07fe03b92fd4416ab1e2727517b45ecd 18a9ceb573b9494d8f9349bd6d83cd30 - - default default] POST failed (client error): The resource could not be found. [pid: 8|app: 0|req: 6/16] 199.204.45.53 () {48 vars in 963 bytes} [Tue Apr 14 06:17:56 2026] POST /v2.0/networks => generated 124 bytes in 107 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-14 06:18:02.844 8 INFO neutron.pecan_wsgi.hooks.translation [None req-c700cfb0-abf5-4c02-afe1-86855dd56aab 07fe03b92fd4416ab1e2727517b45ecd 18a9ceb573b9494d8f9349bd6d83cd30 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 7/18] 199.204.45.53 () {44 vars in 923 bytes} [Tue Apr 14 06:18:02 2026] GET /v2.0/networks/public => generated 108 bytes in 64 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 12/19] 199.204.45.53 () {44 vars in 945 bytes} [Tue Apr 14 06:18:02 2026] GET /v2.0/networks?name=public => generated 15 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-14 06:18:02.936 8 WARNING neutron.services.revisions.revision_plugin [None req-bf00c6ed-391b-4e0f-8489-4abdf28ed060 07fe03b92fd4416ab1e2727517b45ecd 18a9ceb573b9494d8f9349bd6d83cd30 - - default default] Could not find related network for resource to bump revision. 2026-04-14 06:18:02.955 8 INFO neutron.db.segments_db [None req-bf00c6ed-391b-4e0f-8489-4abdf28ed060 07fe03b92fd4416ab1e2727517b45ecd 18a9ceb573b9494d8f9349bd6d83cd30 - - default default] Added segment 10f7c701-7aa3-4456-a557-02b82cb4cd61 of type flat for network a10ac639-9a23-48e2-987e-5e09ca86a2af 2026-04-14 06:18:02.981 8 INFO neutron.pecan_wsgi.hooks.translation [None req-bf00c6ed-391b-4e0f-8489-4abdf28ed060 07fe03b92fd4416ab1e2727517b45ecd 18a9ceb573b9494d8f9349bd6d83cd30 - - default default] POST failed (client error): The resource could not be found. [pid: 8|app: 0|req: 8/20] 199.204.45.53 () {48 vars in 963 bytes} [Tue Apr 14 06:18:02 2026] POST /v2.0/networks => generated 124 bytes in 122 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-14 06:18:08.852 7 INFO neutron.pecan_wsgi.hooks.translation [None req-412c6c75-19b4-405c-84bd-76aef03f8856 07fe03b92fd4416ab1e2727517b45ecd 18a9ceb573b9494d8f9349bd6d83cd30 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 13/21] 199.204.45.53 () {44 vars in 923 bytes} [Tue Apr 14 06:18:08 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: 8|app: 0|req: 9/22] 199.204.45.53 () {44 vars in 945 bytes} [Tue Apr 14 06:18:08 2026] GET /v2.0/networks?name=public => generated 15 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-14 06:18:08.923 7 WARNING neutron.services.revisions.revision_plugin [None req-171130e1-746e-45d7-a4d7-61c9f269fe80 07fe03b92fd4416ab1e2727517b45ecd 18a9ceb573b9494d8f9349bd6d83cd30 - - default default] Could not find related network for resource to bump revision. 2026-04-14 06:18:08.955 7 INFO neutron.db.segments_db [None req-171130e1-746e-45d7-a4d7-61c9f269fe80 07fe03b92fd4416ab1e2727517b45ecd 18a9ceb573b9494d8f9349bd6d83cd30 - - default default] Added segment 7b220a8d-59d6-4047-a3c4-a406f0fd224f of type flat for network ee6f4d17-8edd-4b04-a109-e7a4939e3f82 [pid: 7|app: 0|req: 14/23] 199.204.45.53 () {48 vars in 963 bytes} [Tue Apr 14 06:18:08 2026] POST /v2.0/networks => generated 706 bytes in 191 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-14 06:18:10.184 8 INFO neutron.pecan_wsgi.hooks.translation [None req-9cb68bc4-2d67-47ad-bdaa-f8893ac6c09f 07fe03b92fd4416ab1e2727517b45ecd 18a9ceb573b9494d8f9349bd6d83cd30 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 10/24] 199.204.45.53 () {44 vars in 923 bytes} [Tue Apr 14 06:18:10 2026] GET /v2.0/networks/public => generated 108 bytes in 48 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 15/25] 199.204.45.53 () {44 vars in 945 bytes} [Tue Apr 14 06:18:10 2026] GET /v2.0/networks?name=public => generated 709 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 06:18:10.252 8 INFO neutron.pecan_wsgi.hooks.translation [None req-a8756e4c-2676-41b3-b481-08c8bc17f758 07fe03b92fd4416ab1e2727517b45ecd 18a9ceb573b9494d8f9349bd6d83cd30 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 11/26] 199.204.45.53 () {44 vars in 1030 bytes} [Tue Apr 14 06:18:10 2026] GET /v2.0/subnets/public-subnet?network_id=ee6f4d17-8edd-4b04-a109-e7a4939e3f82 => generated 113 bytes in 25 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 16/27] 199.204.45.53 () {44 vars in 1053 bytes} [Tue Apr 14 06:18:10 2026] GET /v2.0/subnets?name=public-subnet&network_id=ee6f4d17-8edd-4b04-a109-e7a4939e3f82 => generated 14 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 12/28] 199.204.45.53 () {48 vars in 961 bytes} [Tue Apr 14 06:18:10 2026] POST /v2.0/subnets => generated 664 bytes in 310 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-14 06:22:48.909 7 INFO neutron.pecan_wsgi.hooks.translation [None req-fe0046b1-8640-4186-8f9a-8debae016301 07fe03b92fd4416ab1e2727517b45ecd 18a9ceb573b9494d8f9349bd6d83cd30 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 36/66] 199.204.45.53 () {44 vars in 933 bytes} [Tue Apr 14 06:22:48 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 116 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 31/67] 199.204.45.53 () {44 vars in 955 bytes} [Tue Apr 14 06:22:48 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 15 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-14 06:22:49.050 7 INFO neutron.db.segments_db [None req-6fd50656-7d0f-415b-b802-dba8eb3c9756 07fe03b92fd4416ab1e2727517b45ecd 18a9ceb573b9494d8f9349bd6d83cd30 - - default default] Added segment 2b8d9b47-d7af-46c1-b4a7-d106c5fd86e1 of type vxlan for network 80f8f9ba-bc1d-41bb-a234-18cde3f45064 [pid: 7|app: 0|req: 37/68] 199.204.45.53 () {48 vars in 962 bytes} [Tue Apr 14 06:22:49 2026] POST /v2.0/networks => generated 707 bytes in 133 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-14 06:22:50.005 8 INFO neutron.pecan_wsgi.hooks.translation [None req-32d2ab14-a42f-4da2-8963-7b22031c7de7 07fe03b92fd4416ab1e2727517b45ecd 18a9ceb573b9494d8f9349bd6d83cd30 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 32/69] 199.204.45.53 () {44 vars in 933 bytes} [Tue Apr 14 06:22:49 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 51 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 38/70] 199.204.45.53 () {44 vars in 955 bytes} [Tue Apr 14 06:22:50 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 691 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 06:22:50.064 8 INFO neutron.pecan_wsgi.hooks.translation [None req-811156a2-24a8-4189-bd1f-87f1e0c32c5e 07fe03b92fd4416ab1e2727517b45ecd 18a9ceb573b9494d8f9349bd6d83cd30 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 33/71] 199.204.45.53 () {44 vars in 1032 bytes} [Tue Apr 14 06:22:50 2026] GET /v2.0/subnets/lb-mgmt-subnet?network_id=80f8f9ba-bc1d-41bb-a234-18cde3f45064 => generated 114 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 39/72] 199.204.45.53 () {44 vars in 1055 bytes} [Tue Apr 14 06:22:50 2026] GET /v2.0/subnets?name=lb-mgmt-subnet&network_id=80f8f9ba-bc1d-41bb-a234-18cde3f45064 => generated 14 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 34/73] 199.204.45.53 () {48 vars in 961 bytes} [Tue Apr 14 06:22:50 2026] POST /v2.0/subnets => generated 651 bytes in 180 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-14 06:22:51.360 7 INFO neutron.api.v2.resource [None req-b17676fb-bce6-4d51-96be-7e8af8a0df23 07fe03b92fd4416ab1e2727517b45ecd 18a9ceb573b9494d8f9349bd6d83cd30 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 40/74] 199.204.45.53 () {44 vars in 967 bytes} [Tue Apr 14 06:22:51 2026] GET /v2.0/security-groups/lb-health-mgr-sec-grp => generated 131 bytes in 37 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 35/75] 199.204.45.53 () {44 vars in 989 bytes} [Tue Apr 14 06:22:51 2026] GET /v2.0/security-groups?name=lb-health-mgr-sec-grp => generated 23 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 41/76] 199.204.45.53 () {48 vars in 976 bytes} [Tue Apr 14 06:22:51 2026] POST /v2.0/security-groups => generated 1616 bytes in 130 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 36/77] 199.204.45.53 () {44 vars in 997 bytes} [Tue Apr 14 06:22:52 2026] GET /v2.0/security-groups/e77f4ed7-bc72-4db6-a5c7-1f406b4c2e67 => generated 1616 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 42/78] 199.204.45.53 () {44 vars in 997 bytes} [Tue Apr 14 06:22:52 2026] GET /v2.0/security-groups/e77f4ed7-bc72-4db6-a5c7-1f406b4c2e67 => generated 1616 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 37/79] 199.204.45.53 () {44 vars in 997 bytes} [Tue Apr 14 06:22:52 2026] GET /v2.0/security-groups/e77f4ed7-bc72-4db6-a5c7-1f406b4c2e67 => generated 1616 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 43/80] 199.204.45.53 () {48 vars in 987 bytes} [Tue Apr 14 06:22:52 2026] POST /v2.0/security-group-rules => generated 601 bytes in 100 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 38/81] 199.204.45.53 () {44 vars in 997 bytes} [Tue Apr 14 06:22:53 2026] GET /v2.0/security-groups/e77f4ed7-bc72-4db6-a5c7-1f406b4c2e67 => generated 2230 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 44/82] 199.204.45.53 () {44 vars in 997 bytes} [Tue Apr 14 06:22:53 2026] GET /v2.0/security-groups/e77f4ed7-bc72-4db6-a5c7-1f406b4c2e67 => generated 2230 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 39/83] 199.204.45.53 () {44 vars in 997 bytes} [Tue Apr 14 06:22:53 2026] GET /v2.0/security-groups/e77f4ed7-bc72-4db6-a5c7-1f406b4c2e67 => 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: 45/84] 199.204.45.53 () {48 vars in 987 bytes} [Tue Apr 14 06:22:53 2026] POST /v2.0/security-group-rules => generated 603 bytes in 88 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 40/85] 199.204.45.53 () {44 vars in 997 bytes} [Tue Apr 14 06:22:54 2026] GET /v2.0/security-groups/e77f4ed7-bc72-4db6-a5c7-1f406b4c2e67 => generated 2846 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 46/86] 199.204.45.53 () {44 vars in 997 bytes} [Tue Apr 14 06:22:54 2026] GET /v2.0/security-groups/e77f4ed7-bc72-4db6-a5c7-1f406b4c2e67 => generated 2846 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 41/87] 199.204.45.53 () {44 vars in 997 bytes} [Tue Apr 14 06:22:54 2026] GET /v2.0/security-groups/e77f4ed7-bc72-4db6-a5c7-1f406b4c2e67 => generated 2846 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 47/88] 199.204.45.53 () {48 vars in 987 bytes} [Tue Apr 14 06:22:54 2026] POST /v2.0/security-group-rules => generated 603 bytes in 105 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 42/89] 199.204.45.53 () {44 vars in 997 bytes} [Tue Apr 14 06:22:55 2026] GET /v2.0/security-groups/e77f4ed7-bc72-4db6-a5c7-1f406b4c2e67 => generated 3462 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 48/90] 199.204.45.53 () {44 vars in 997 bytes} [Tue Apr 14 06:22:55 2026] GET /v2.0/security-groups/e77f4ed7-bc72-4db6-a5c7-1f406b4c2e67 => generated 3462 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 43/91] 199.204.45.53 () {44 vars in 997 bytes} [Tue Apr 14 06:22:55 2026] GET /v2.0/security-groups/e77f4ed7-bc72-4db6-a5c7-1f406b4c2e67 => generated 3462 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 49/92] 199.204.45.53 () {48 vars in 987 bytes} [Tue Apr 14 06:22:55 2026] POST /v2.0/security-group-rules => generated 603 bytes in 103 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 44/93] 199.204.45.53 () {44 vars in 997 bytes} [Tue Apr 14 06:22:56 2026] GET /v2.0/security-groups/e77f4ed7-bc72-4db6-a5c7-1f406b4c2e67 => generated 4078 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 50/94] 199.204.45.53 () {44 vars in 997 bytes} [Tue Apr 14 06:22:56 2026] GET /v2.0/security-groups/e77f4ed7-bc72-4db6-a5c7-1f406b4c2e67 => generated 4078 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 45/95] 199.204.45.53 () {44 vars in 997 bytes} [Tue Apr 14 06:22:56 2026] GET /v2.0/security-groups/e77f4ed7-bc72-4db6-a5c7-1f406b4c2e67 => generated 4078 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 51/96] 199.204.45.53 () {48 vars in 987 bytes} [Tue Apr 14 06:22:56 2026] POST /v2.0/security-group-rules => generated 603 bytes in 107 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 46/97] 199.204.45.53 () {44 vars in 983 bytes} [Tue Apr 14 06:22:58 2026] GET /v2.0/networks/80f8f9ba-bc1d-41bb-a234-18cde3f45064 => generated 732 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 06:22:58.296 7 INFO neutron.pecan_wsgi.hooks.translation [None req-020750f9-0abd-49fb-acde-14722a9e5dc1 07fe03b92fd4416ab1e2727517b45ecd 18a9ceb573b9494d8f9349bd6d83cd30 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 52/98] 199.204.45.53 () {44 vars in 1072 bytes} [Tue Apr 14 06:22:58 2026] GET /v2.0/ports/octavia-health-manager-port-instance?network_id=80f8f9ba-bc1d-41bb-a234-18cde3f45064 => generated 132 bytes in 37 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 47/99] 199.204.45.53 () {44 vars in 1095 bytes} [Tue Apr 14 06:22:58 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance&network_id=80f8f9ba-bc1d-41bb-a234-18cde3f45064 => generated 12 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 53/100] 199.204.45.53 () {44 vars in 997 bytes} [Tue Apr 14 06:22:58 2026] GET /v2.0/security-groups/e77f4ed7-bc72-4db6-a5c7-1f406b4c2e67 => generated 4694 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 48/101] 199.204.45.53 () {48 vars in 957 bytes} [Tue Apr 14 06:22:58 2026] POST /v2.0/ports => generated 1100 bytes in 349 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: unknown. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-14 06:23:05.386 8 INFO neutron.pecan_wsgi.hooks.translation [None req-43dd4a27-713a-42f1-8853-48934e4975e4 07fe03b92fd4416ab1e2727517b45ecd 18a9ceb573b9494d8f9349bd6d83cd30 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 50/104] 199.204.45.53 () {44 vars in 975 bytes} [Tue Apr 14 06:23:05 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 60 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 55/105] 199.204.45.53 () {44 vars in 997 bytes} [Tue Apr 14 06:23:05 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: 51/106] 199.204.45.53 () {48 vars in 1027 bytes} [Tue Apr 14 06:23:05 2026] PUT /v2.0/ports/29bf17b9-b6f9-4b17-b837-daab048a4c73 => generated 1249 bytes in 631 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 56/107] 199.204.45.53 () {44 vars in 916 bytes} [Tue Apr 14 06:23:07 2026] GET /v2.0/ports => generated 3730 bytes in 103 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: unknown. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-14 06:23:08.862 8 INFO neutron.api.v2.resource [None req-99ba2cd5-02cd-4cb0-9265-89d81c959560 07fe03b92fd4416ab1e2727517b45ecd 18a9ceb573b9494d8f9349bd6d83cd30 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 52/108] 199.204.45.53 () {44 vars in 955 bytes} [Tue Apr 14 06:23:08 2026] GET /v2.0/security-groups/lb-mgmt-sec-grp => generated 125 bytes in 38 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 57/109] 199.204.45.53 () {44 vars in 977 bytes} [Tue Apr 14 06:23:08 2026] GET /v2.0/security-groups?name=lb-mgmt-sec-grp => generated 23 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 53/110] 199.204.45.53 () {48 vars in 976 bytes} [Tue Apr 14 06:23:08 2026] POST /v2.0/security-groups => generated 1610 bytes in 144 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 58/111] 199.204.45.53 () {44 vars in 997 bytes} [Tue Apr 14 06:23:09 2026] GET /v2.0/security-groups/5d51b388-a5cf-488a-8066-65a29dadce8a => generated 1610 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 54/112] 199.204.45.53 () {44 vars in 997 bytes} [Tue Apr 14 06:23:09 2026] GET /v2.0/security-groups/5d51b388-a5cf-488a-8066-65a29dadce8a => generated 1610 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 59/113] 199.204.45.53 () {44 vars in 997 bytes} [Tue Apr 14 06:23:10 2026] GET /v2.0/security-groups/5d51b388-a5cf-488a-8066-65a29dadce8a => generated 1610 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 55/114] 199.204.45.53 () {48 vars in 987 bytes} [Tue Apr 14 06:23:10 2026] POST /v2.0/security-group-rules => generated 623 bytes in 97 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 60/115] 199.204.45.53 () {44 vars in 997 bytes} [Tue Apr 14 06:23:10 2026] GET /v2.0/security-groups/5d51b388-a5cf-488a-8066-65a29dadce8a => 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: 56/116] 199.204.45.53 () {44 vars in 997 bytes} [Tue Apr 14 06:23:11 2026] GET /v2.0/security-groups/5d51b388-a5cf-488a-8066-65a29dadce8a => generated 2246 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 61/117] 199.204.45.53 () {44 vars in 997 bytes} [Tue Apr 14 06:23:11 2026] GET /v2.0/security-groups/5d51b388-a5cf-488a-8066-65a29dadce8a => generated 2246 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 57/118] 199.204.45.53 () {48 vars in 987 bytes} [Tue Apr 14 06:23:11 2026] POST /v2.0/security-group-rules => generated 627 bytes in 93 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 62/127] 199.204.45.53 () {44 vars in 971 bytes} [Tue Apr 14 06:24:11 2026] GET /v2.0/quotas/18a9ceb573b9494d8f9349bd6d83cd30 => generated 292 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 66/128] 199.204.45.53 () {48 vars in 1023 bytes} [Tue Apr 14 06:24:12 2026] PUT /v2.0/quotas/18a9ceb573b9494d8f9349bd6d83cd30 => generated 291 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-14 06:26:21.997 8 INFO neutron.pecan_wsgi.hooks.translation [None req-34d95c2d-08f5-4351-8ccb-f061590e9010 07fe03b92fd4416ab1e2727517b45ecd 18a9ceb573b9494d8f9349bd6d83cd30 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 72/147] 199.204.45.53 () {30 vars in 739 bytes} [Tue Apr 14 06:26:21 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 160 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 76/148] 199.204.45.53 () {30 vars in 761 bytes} [Tue Apr 14 06:26:22 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1252 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-14 06:26:23.699 8 INFO neutron.pecan_wsgi.hooks.translation [None req-43bffd5d-1b89-4e0a-954f-869ba17ae6df 07fe03b92fd4416ab1e2727517b45ecd 18a9ceb573b9494d8f9349bd6d83cd30 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 73/149] 199.204.45.53 () {30 vars in 739 bytes} [Tue Apr 14 06:26:23 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 58 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 77/150] 199.204.45.53 () {30 vars in 761 bytes} [Tue Apr 14 06:26:23 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1252 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-14 06:32:18.109 8 INFO neutron.api.v2.resource [None req-ed23aa0f-548c-4775-a943-87d97ae8e160 07fe03b92fd4416ab1e2727517b45ecd 18a9ceb573b9494d8f9349bd6d83cd30 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 98/199] 199.204.45.53 () {44 vars in 1070 bytes} [Tue Apr 14 06:32:17 2026] GET /v2.0/security-groups/manila-service-security-group?project_id=1f590266ac6d4f83939bc292089900cb => generated 139 bytes in 122 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 102/200] 199.204.45.53 () {44 vars in 1093 bytes} [Tue Apr 14 06:32:18 2026] GET /v2.0/security-groups?name=manila-service-security-group&project_id=1f590266ac6d4f83939bc292089900cb => generated 23 bytes in 153 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 99/201] 199.204.45.53 () {48 vars in 977 bytes} [Tue Apr 14 06:32:18 2026] POST /v2.0/security-groups => generated 1624 bytes in 126 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 103/202] 199.204.45.53 () {44 vars in 1084 bytes} [Tue Apr 14 06:32:19 2026] GET /v2.0/security-groups/10c7470f-ad22-4c03-a251-47f802c92543?project_id=1f590266ac6d4f83939bc292089900cb => generated 1624 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 100/203] 199.204.45.53 () {44 vars in 997 bytes} [Tue Apr 14 06:32:19 2026] GET /v2.0/security-groups/10c7470f-ad22-4c03-a251-47f802c92543 => generated 1624 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 104/204] 199.204.45.53 () {44 vars in 1084 bytes} [Tue Apr 14 06:32:19 2026] GET /v2.0/security-groups/10c7470f-ad22-4c03-a251-47f802c92543?project_id=1f590266ac6d4f83939bc292089900cb => generated 1624 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 101/205] 199.204.45.53 () {48 vars in 987 bytes} [Tue Apr 14 06:32:19 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: 105/206] 199.204.45.53 () {44 vars in 1084 bytes} [Tue Apr 14 06:32:20 2026] GET /v2.0/security-groups/10c7470f-ad22-4c03-a251-47f802c92543?project_id=1f590266ac6d4f83939bc292089900cb => generated 2234 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 102/207] 199.204.45.53 () {44 vars in 997 bytes} [Tue Apr 14 06:32:20 2026] GET /v2.0/security-groups/10c7470f-ad22-4c03-a251-47f802c92543 => 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: 106/208] 199.204.45.53 () {44 vars in 1084 bytes} [Tue Apr 14 06:32:20 2026] GET /v2.0/security-groups/10c7470f-ad22-4c03-a251-47f802c92543?project_id=1f590266ac6d4f83939bc292089900cb => generated 2234 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 103/209] 199.204.45.53 () {48 vars in 987 bytes} [Tue Apr 14 06:32:20 2026] POST /v2.0/security-group-rules => generated 599 bytes in 91 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 107/210] 199.204.45.53 () {44 vars in 1084 bytes} [Tue Apr 14 06:32:21 2026] GET /v2.0/security-groups/10c7470f-ad22-4c03-a251-47f802c92543?project_id=1f590266ac6d4f83939bc292089900cb => generated 2846 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 104/211] 199.204.45.53 () {44 vars in 997 bytes} [Tue Apr 14 06:32:21 2026] GET /v2.0/security-groups/10c7470f-ad22-4c03-a251-47f802c92543 => generated 2846 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 108/212] 199.204.45.53 () {44 vars in 1084 bytes} [Tue Apr 14 06:32:21 2026] GET /v2.0/security-groups/10c7470f-ad22-4c03-a251-47f802c92543?project_id=1f590266ac6d4f83939bc292089900cb => generated 2846 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 105/213] 199.204.45.53 () {48 vars in 987 bytes} [Tue Apr 14 06:32:21 2026] POST /v2.0/security-group-rules => generated 601 bytes in 109 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 109/214] 199.204.45.53 () {44 vars in 1084 bytes} [Tue Apr 14 06:32:22 2026] GET /v2.0/security-groups/10c7470f-ad22-4c03-a251-47f802c92543?project_id=1f590266ac6d4f83939bc292089900cb => generated 3460 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 106/215] 199.204.45.53 () {44 vars in 997 bytes} [Tue Apr 14 06:32:23 2026] GET /v2.0/security-groups/10c7470f-ad22-4c03-a251-47f802c92543 => generated 3460 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 110/216] 199.204.45.53 () {44 vars in 1084 bytes} [Tue Apr 14 06:32:23 2026] GET /v2.0/security-groups/10c7470f-ad22-4c03-a251-47f802c92543?project_id=1f590266ac6d4f83939bc292089900cb => generated 3460 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 107/217] 199.204.45.53 () {48 vars in 987 bytes} [Tue Apr 14 06:32:23 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: 117/236] 199.204.45.53 () {30 vars in 738 bytes} [Tue Apr 14 06:34:35 2026] GET /v2.0/networks?tenant_id=1f590266ac6d4f83939bc292089900cb&shared=False => generated 15 bytes in 122 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-14 06:34:35.372 7 INFO neutron.db.segments_db [None req-58f96880-2cb0-4888-9f80-b8bb46f9d158 b1add53bacdc46f4a344592369ea830e 1f590266ac6d4f83939bc292089900cb - - 4e4ba55ccdbd4761b804ddf84a308b89 4e4ba55ccdbd4761b804ddf84a308b89] Added segment e6a4f7bc-99f8-4cba-983a-45434aa99b9f of type vxlan for network c8b06a2e-a1a6-4849-b2b7-788a3860c4e4 [pid: 7|app: 0|req: 120/237] 199.204.45.53 () {34 vars in 680 bytes} [Tue Apr 14 06:34:35 2026] POST /v2.0/networks => generated 718 bytes in 154 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 118/238] 199.204.45.53 () {30 vars in 720 bytes} [Tue Apr 14 06:34:35 2026] GET /v2.0/ports?device_id=manila-share&binding%3Ahost_id=instance => generated 12 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 121/239] 199.204.45.53 () {30 vars in 631 bytes} [Tue Apr 14 06:34:35 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: 119/240] 199.204.45.53 () {34 vars in 675 bytes} [Tue Apr 14 06:34:35 2026] POST /v2.0/ports => generated 999 bytes in 353 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 122/241] 199.204.45.53 () {30 vars in 701 bytes} [Tue Apr 14 06:34:35 2026] GET /v2.0/networks/c8b06a2e-a1a6-4849-b2b7-788a3860c4e4 => generated 705 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 120/242] 199.204.45.53 () {30 vars in 720 bytes} [Tue Apr 14 06:34:38 2026] GET /v2.0/ports?device_id=manila-share&binding%3Ahost_id=instance => generated 1004 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 123/243] 199.204.45.53 () {30 vars in 701 bytes} [Tue Apr 14 06:34:38 2026] GET /v2.0/networks/c8b06a2e-a1a6-4849-b2b7-788a3860c4e4 => generated 705 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 122/246] 199.204.45.53 () {44 vars in 971 bytes} [Tue Apr 14 06:34:54 2026] GET /v2.0/quotas/1f590266ac6d4f83939bc292089900cb => 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: 125/247] 199.204.45.53 () {48 vars in 1023 bytes} [Tue Apr 14 06:34:54 2026] PUT /v2.0/quotas/1f590266ac6d4f83939bc292089900cb => generated 291 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 06:45:51.254 7 INFO neutron.pecan_wsgi.hooks.translation [None req-87d3eb80-6fa6-4fa0-86f9-9639da8d4a6e 07fe03b92fd4416ab1e2727517b45ecd 18a9ceb573b9494d8f9349bd6d83cd30 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 170/336] 199.204.45.53 () {44 vars in 923 bytes} [Tue Apr 14 06:45:51 2026] GET /v2.0/networks/public => generated 108 bytes in 131 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 167/337] 199.204.45.53 () {44 vars in 945 bytes} [Tue Apr 14 06:45:51 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-04-14 06:45:52.467 7 INFO neutron.pecan_wsgi.hooks.translation [None req-cdacd7ef-ba9b-4b13-919e-9ca5a8421868 07fe03b92fd4416ab1e2727517b45ecd 18a9ceb573b9494d8f9349bd6d83cd30 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 171/338] 199.204.45.53 () {44 vars in 923 bytes} [Tue Apr 14 06:45:52 2026] GET /v2.0/networks/public => generated 108 bytes in 43 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 168/339] 199.204.45.53 () {44 vars in 945 bytes} [Tue Apr 14 06:45:52 2026] GET /v2.0/networks?name=public => generated 753 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 06:45:52.546 7 INFO neutron.pecan_wsgi.hooks.translation [None req-3a7c29f6-54e5-4a30-9a99-26cdcadf03ca 07fe03b92fd4416ab1e2727517b45ecd 18a9ceb573b9494d8f9349bd6d83cd30 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 172/340] 199.204.45.53 () {44 vars in 1030 bytes} [Tue Apr 14 06:45:52 2026] GET /v2.0/subnets/public-subnet?network_id=ee6f4d17-8edd-4b04-a109-e7a4939e3f82 => generated 113 bytes in 23 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 169/341] 199.204.45.53 () {44 vars in 1053 bytes} [Tue Apr 14 06:45:52 2026] GET /v2.0/subnets?name=public-subnet&network_id=ee6f4d17-8edd-4b04-a109-e7a4939e3f82 => generated 667 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 06:46:19.162 8 INFO neutron.pecan_wsgi.hooks.translation [None req-288cdc35-8e5b-4cde-ac18-0d51db3fcc75 07fe03b92fd4416ab1e2727517b45ecd 18a9ceb573b9494d8f9349bd6d83cd30 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 172/346] 199.204.45.53 () {44 vars in 933 bytes} [Tue Apr 14 06:46:19 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 55 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 175/347] 199.204.45.53 () {44 vars in 955 bytes} [Tue Apr 14 06:46:19 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 735 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 06:46:20.157 8 INFO neutron.pecan_wsgi.hooks.translation [None req-6026c35a-f335-4276-923f-ee6648838135 07fe03b92fd4416ab1e2727517b45ecd 18a9ceb573b9494d8f9349bd6d83cd30 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 173/348] 199.204.45.53 () {44 vars in 933 bytes} [Tue Apr 14 06:46:20 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: 7|app: 0|req: 176/349] 199.204.45.53 () {44 vars in 955 bytes} [Tue Apr 14 06:46:20 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 735 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 06:46:20.230 8 INFO neutron.pecan_wsgi.hooks.translation [None req-b287c887-37b0-4420-acf4-2e26326e888b 07fe03b92fd4416ab1e2727517b45ecd 18a9ceb573b9494d8f9349bd6d83cd30 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 174/350] 199.204.45.53 () {44 vars in 1032 bytes} [Tue Apr 14 06:46:20 2026] GET /v2.0/subnets/lb-mgmt-subnet?network_id=80f8f9ba-bc1d-41bb-a234-18cde3f45064 => generated 114 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 177/351] 199.204.45.53 () {44 vars in 1055 bytes} [Tue Apr 14 06:46:20 2026] GET /v2.0/subnets?name=lb-mgmt-subnet&network_id=80f8f9ba-bc1d-41bb-a234-18cde3f45064 => generated 654 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 06:46:21.380 8 INFO neutron.api.v2.resource [None req-35e3da34-627c-4188-8779-8feac4b2b56d 07fe03b92fd4416ab1e2727517b45ecd 18a9ceb573b9494d8f9349bd6d83cd30 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 175/352] 199.204.45.53 () {44 vars in 967 bytes} [Tue Apr 14 06:46:21 2026] GET /v2.0/security-groups/lb-health-mgr-sec-grp => generated 131 bytes in 38 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 178/353] 199.204.45.53 () {44 vars in 989 bytes} [Tue Apr 14 06:46:21 2026] GET /v2.0/security-groups?name=lb-health-mgr-sec-grp => generated 4690 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 176/354] 199.204.45.53 () {44 vars in 997 bytes} [Tue Apr 14 06:46:22 2026] GET /v2.0/security-groups/e77f4ed7-bc72-4db6-a5c7-1f406b4c2e67 => generated 4694 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 179/355] 199.204.45.53 () {44 vars in 997 bytes} [Tue Apr 14 06:46:22 2026] GET /v2.0/security-groups/e77f4ed7-bc72-4db6-a5c7-1f406b4c2e67 => generated 4694 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 177/356] 199.204.45.53 () {44 vars in 1007 bytes} [Tue Apr 14 06:46:22 2026] GET /v2.0/security-group-rules/cde67b50-fe8b-4cae-8117-7c0ea41b450f => generated 601 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 180/357] 199.204.45.53 () {44 vars in 997 bytes} [Tue Apr 14 06:46:23 2026] GET /v2.0/security-groups/e77f4ed7-bc72-4db6-a5c7-1f406b4c2e67 => generated 4694 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 178/358] 199.204.45.53 () {44 vars in 997 bytes} [Tue Apr 14 06:46:23 2026] GET /v2.0/security-groups/e77f4ed7-bc72-4db6-a5c7-1f406b4c2e67 => generated 4694 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 181/359] 199.204.45.53 () {44 vars in 1007 bytes} [Tue Apr 14 06:46:23 2026] GET /v2.0/security-group-rules/3602323e-d645-4ebf-8686-04b87e3d278e => generated 603 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 179/360] 199.204.45.53 () {44 vars in 997 bytes} [Tue Apr 14 06:46:24 2026] GET /v2.0/security-groups/e77f4ed7-bc72-4db6-a5c7-1f406b4c2e67 => generated 4694 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 182/361] 199.204.45.53 () {44 vars in 997 bytes} [Tue Apr 14 06:46:24 2026] GET /v2.0/security-groups/e77f4ed7-bc72-4db6-a5c7-1f406b4c2e67 => generated 4694 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 180/362] 199.204.45.53 () {44 vars in 1007 bytes} [Tue Apr 14 06:46:24 2026] GET /v2.0/security-group-rules/bca9876a-985a-42bd-bf9b-756d3b953dcd => generated 603 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 183/363] 199.204.45.53 () {44 vars in 997 bytes} [Tue Apr 14 06:46:25 2026] GET /v2.0/security-groups/e77f4ed7-bc72-4db6-a5c7-1f406b4c2e67 => generated 4694 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 181/364] 199.204.45.53 () {44 vars in 997 bytes} [Tue Apr 14 06:46:25 2026] GET /v2.0/security-groups/e77f4ed7-bc72-4db6-a5c7-1f406b4c2e67 => 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: 184/365] 199.204.45.53 () {44 vars in 1007 bytes} [Tue Apr 14 06:46:25 2026] GET /v2.0/security-group-rules/06f525a3-8977-4e1d-86c6-ae2e26bed443 => generated 603 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 182/366] 199.204.45.53 () {44 vars in 997 bytes} [Tue Apr 14 06:46:26 2026] GET /v2.0/security-groups/e77f4ed7-bc72-4db6-a5c7-1f406b4c2e67 => generated 4694 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 185/367] 199.204.45.53 () {44 vars in 997 bytes} [Tue Apr 14 06:46:26 2026] GET /v2.0/security-groups/e77f4ed7-bc72-4db6-a5c7-1f406b4c2e67 => generated 4694 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 183/368] 199.204.45.53 () {44 vars in 1007 bytes} [Tue Apr 14 06:46:26 2026] GET /v2.0/security-group-rules/af0c0acd-75bd-4d65-bfcb-900608381abd => 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: 186/369] 199.204.45.53 () {44 vars in 983 bytes} [Tue Apr 14 06:46:27 2026] GET /v2.0/networks/80f8f9ba-bc1d-41bb-a234-18cde3f45064 => generated 732 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 06:46:27.667 8 INFO neutron.pecan_wsgi.hooks.translation [None req-042f065c-b94e-46e7-a9cd-ce3d87ae1fcf 07fe03b92fd4416ab1e2727517b45ecd 18a9ceb573b9494d8f9349bd6d83cd30 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 184/370] 199.204.45.53 () {44 vars in 1072 bytes} [Tue Apr 14 06:46:27 2026] GET /v2.0/ports/octavia-health-manager-port-instance?network_id=80f8f9ba-bc1d-41bb-a234-18cde3f45064 => generated 132 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 187/371] 199.204.45.53 () {44 vars in 1095 bytes} [Tue Apr 14 06:46:27 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance&network_id=80f8f9ba-bc1d-41bb-a234-18cde3f45064 => generated 1254 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 185/372] 199.204.45.53 () {44 vars in 997 bytes} [Tue Apr 14 06:46:27 2026] GET /v2.0/security-groups/e77f4ed7-bc72-4db6-a5c7-1f406b4c2e67 => generated 4694 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-14 06:46:35.141 7 INFO neutron.pecan_wsgi.hooks.translation [None req-e8cb2d1b-9017-4693-96d7-4b99ca4dba2d 07fe03b92fd4416ab1e2727517b45ecd 18a9ceb573b9494d8f9349bd6d83cd30 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 189/375] 199.204.45.53 () {44 vars in 975 bytes} [Tue Apr 14 06:46:35 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 65 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 187/376] 199.204.45.53 () {44 vars in 997 bytes} [Tue Apr 14 06:46:35 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1254 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 190/377] 199.204.45.53 () {44 vars in 916 bytes} [Tue Apr 14 06:46:36 2026] GET /v2.0/ports => generated 4725 bytes in 264 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-14 06:46:37.964 8 INFO neutron.api.v2.resource [None req-0a963e9b-94e9-437a-a3d6-b9cfe50d3756 07fe03b92fd4416ab1e2727517b45ecd 18a9ceb573b9494d8f9349bd6d83cd30 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 188/378] 199.204.45.53 () {44 vars in 955 bytes} [Tue Apr 14 06:46:37 2026] GET /v2.0/security-groups/lb-mgmt-sec-grp => generated 125 bytes in 47 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 191/379] 199.204.45.53 () {44 vars in 977 bytes} [Tue Apr 14 06:46:37 2026] GET /v2.0/security-groups?name=lb-mgmt-sec-grp => generated 2885 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 189/380] 199.204.45.53 () {44 vars in 997 bytes} [Tue Apr 14 06:46:38 2026] GET /v2.0/security-groups/5d51b388-a5cf-488a-8066-65a29dadce8a => generated 2886 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 192/381] 199.204.45.53 () {44 vars in 997 bytes} [Tue Apr 14 06:46:38 2026] GET /v2.0/security-groups/5d51b388-a5cf-488a-8066-65a29dadce8a => 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: 190/382] 199.204.45.53 () {44 vars in 1007 bytes} [Tue Apr 14 06:46:38 2026] GET /v2.0/security-group-rules/269592a3-afa7-49ad-b035-47c5ad315c55 => generated 623 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 193/383] 199.204.45.53 () {44 vars in 997 bytes} [Tue Apr 14 06:46:39 2026] GET /v2.0/security-groups/5d51b388-a5cf-488a-8066-65a29dadce8a => generated 2886 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 191/384] 199.204.45.53 () {44 vars in 997 bytes} [Tue Apr 14 06:46:39 2026] GET /v2.0/security-groups/5d51b388-a5cf-488a-8066-65a29dadce8a => generated 2886 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 194/385] 199.204.45.53 () {44 vars in 1007 bytes} [Tue Apr 14 06:46:39 2026] GET /v2.0/security-group-rules/0cfbd38d-5b5e-48f5-970d-bcdfbfce61ec => generated 627 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 196/388] 199.204.45.53 () {44 vars in 971 bytes} [Tue Apr 14 06:46:50 2026] GET /v2.0/quotas/18a9ceb573b9494d8f9349bd6d83cd30 => generated 291 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 06:47:41.617 8 INFO neutron.api.v2.resource [None req-d008db87-1f96-4db9-92bc-46b6536d8f15 07fe03b92fd4416ab1e2727517b45ecd 18a9ceb573b9494d8f9349bd6d83cd30 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 196/395] 199.204.45.53 () {44 vars in 1070 bytes} [Tue Apr 14 06:47:41 2026] GET /v2.0/security-groups/manila-service-security-group?project_id=1f590266ac6d4f83939bc292089900cb => generated 139 bytes in 45 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 200/396] 199.204.45.53 () {44 vars in 1093 bytes} [Tue Apr 14 06:47:41 2026] GET /v2.0/security-groups?name=manila-service-security-group&project_id=1f590266ac6d4f83939bc292089900cb => generated 4072 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 197/397] 199.204.45.53 () {44 vars in 1084 bytes} [Tue Apr 14 06:47:42 2026] GET /v2.0/security-groups/10c7470f-ad22-4c03-a251-47f802c92543?project_id=1f590266ac6d4f83939bc292089900cb => generated 4075 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 201/398] 199.204.45.53 () {44 vars in 997 bytes} [Tue Apr 14 06:47:42 2026] GET /v2.0/security-groups/10c7470f-ad22-4c03-a251-47f802c92543 => generated 4075 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 198/399] 199.204.45.53 () {44 vars in 1007 bytes} [Tue Apr 14 06:47:42 2026] GET /v2.0/security-group-rules/749b38d5-74ee-465a-bf1d-6b2fb1e21b9f => generated 597 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 202/400] 199.204.45.53 () {44 vars in 1084 bytes} [Tue Apr 14 06:47:43 2026] GET /v2.0/security-groups/10c7470f-ad22-4c03-a251-47f802c92543?project_id=1f590266ac6d4f83939bc292089900cb => generated 4075 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 199/401] 199.204.45.53 () {44 vars in 997 bytes} [Tue Apr 14 06:47:43 2026] GET /v2.0/security-groups/10c7470f-ad22-4c03-a251-47f802c92543 => generated 4075 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 203/402] 199.204.45.53 () {44 vars in 1007 bytes} [Tue Apr 14 06:47:43 2026] GET /v2.0/security-group-rules/3cd29ea1-bba9-4b2b-9dda-6f0faedecf5e => generated 599 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 205/405] 199.204.45.53 () {44 vars in 1084 bytes} [Tue Apr 14 06:47:44 2026] GET /v2.0/security-groups/10c7470f-ad22-4c03-a251-47f802c92543?project_id=1f590266ac6d4f83939bc292089900cb => generated 4075 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 201/406] 199.204.45.53 () {44 vars in 997 bytes} [Tue Apr 14 06:47:44 2026] GET /v2.0/security-groups/10c7470f-ad22-4c03-a251-47f802c92543 => generated 4075 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 206/407] 199.204.45.53 () {44 vars in 1007 bytes} [Tue Apr 14 06:47:44 2026] GET /v2.0/security-group-rules/0895be06-e4dd-4250-b6d8-52005823a904 => 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: 202/408] 199.204.45.53 () {44 vars in 1084 bytes} [Tue Apr 14 06:47:45 2026] GET /v2.0/security-groups/10c7470f-ad22-4c03-a251-47f802c92543?project_id=1f590266ac6d4f83939bc292089900cb => generated 4075 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 207/409] 199.204.45.53 () {44 vars in 997 bytes} [Tue Apr 14 06:47:45 2026] GET /v2.0/security-groups/10c7470f-ad22-4c03-a251-47f802c92543 => generated 4075 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 203/410] 199.204.45.53 () {44 vars in 1007 bytes} [Tue Apr 14 06:47:45 2026] GET /v2.0/security-group-rules/da404eca-6cdf-49e5-8ec1-ca2659f7eaee => generated 602 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 208/411] 199.204.45.53 () {44 vars in 971 bytes} [Tue Apr 14 06:47:52 2026] GET /v2.0/quotas/1f590266ac6d4f83939bc292089900cb => generated 291 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 212/418] 199.204.45.53 () {44 vars in 945 bytes} [Tue Apr 14 06:48:42 2026] GET /v2.0/networks?name=public => generated 753 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 210/425] 10.0.0.146 () {32 vars in 648 bytes} [Tue Apr 14 06:49:20 2026] GET /v2.0/networks => generated 2168 bytes in 204 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 216/426] 10.0.0.146 () {32 vars in 654 bytes} [Tue Apr 14 06:49:22 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: 211/427] 10.0.0.146 () {32 vars in 646 bytes} [Tue Apr 14 06:49:22 2026] GET /v2.0/routers => generated 15 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 217/428] 10.0.0.146 () {32 vars in 642 bytes} [Tue Apr 14 06:49:22 2026] GET /v2.0/ports => generated 4725 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 212/429] 10.0.0.146 () {32 vars in 646 bytes} [Tue Apr 14 06:49:22 2026] GET /v2.0/subnets => generated 1308 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 218/430] 10.0.0.146 () {32 vars in 648 bytes} [Tue Apr 14 06:49:22 2026] GET /v2.0/networks => generated 2168 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 213/431] 10.0.0.146 () {32 vars in 662 bytes} [Tue Apr 14 06:49:22 2026] GET /v2.0/security-groups => generated 17401 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 219/432] 10.0.0.146 () {32 vars in 654 bytes} [Tue Apr 14 06:49:22 2026] GET /v2.0/subnetpools => generated 19 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-14 06:49:33.151 7 INFO neutron.db.segments_db [None req-7092e1b0-237d-45bd-a424-e13e8d5fa571 07fe03b92fd4416ab1e2727517b45ecd 18a9ceb573b9494d8f9349bd6d83cd30 - - default default] Added segment 1f33d081-0f5a-4cbc-b962-6dbd8e990042 of type vxlan for network 60748ab5-0f45-4665-b48f-3bbc622cf01f 2026-04-14 06:49:33.213 8 INFO neutron.db.segments_db [None req-d83d3704-9626-4b6b-ac9a-a47b3f5ec9b0 07fe03b92fd4416ab1e2727517b45ecd 18a9ceb573b9494d8f9349bd6d83cd30 - - default default] Added segment 97d29f50-a697-41a8-afdb-907d05d2561d of type vxlan for network 6665358b-c1c3-4378-b6d4-d6920b179bed [pid: 7|app: 0|req: 221/435] 10.0.0.146 () {34 vars in 670 bytes} [Tue Apr 14 06:49:32 2026] POST /v2.0/networks => generated 749 bytes in 308 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 215/436] 10.0.0.146 () {34 vars in 670 bytes} [Tue Apr 14 06:49:33 2026] POST /v2.0/networks => generated 752 bytes in 320 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 222/437] 10.0.0.146 () {34 vars in 668 bytes} [Tue Apr 14 06:49:33 2026] POST /v2.0/subnets => generated 696 bytes in 209 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-14 06:49:33.497 7 INFO neutron.db.segments_db [None req-d0e2a848-d161-48f5-9f51-c462144a43d9 07fe03b92fd4416ab1e2727517b45ecd 18a9ceb573b9494d8f9349bd6d83cd30 - - default default] Added segment 200fe272-b9a6-42d0-a0d8-f6f8e36a25dd of type vxlan for network 53637a8e-8170-4e52-a921-b846415ab7d6 [pid: 8|app: 0|req: 216/438] 10.0.0.146 () {34 vars in 668 bytes} [Tue Apr 14 06:49:33 2026] POST /v2.0/subnets => generated 699 bytes in 197 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-14 06:49:33.584 8 INFO neutron.db.segments_db [None req-95758975-2ab3-4112-a735-e788f83e37f2 07fe03b92fd4416ab1e2727517b45ecd 18a9ceb573b9494d8f9349bd6d83cd30 - - default default] Added segment b48c8fd7-d826-4ac3-a329-801a3ceb62b0 of type vxlan for network f6d9c491-2eb6-41a2-8a57-18c390eca900 2026-04-14 06:49:33.683 7 INFO neutron.db.l3_hamode_db [None req-d0e2a848-d161-48f5-9f51-c462144a43d9 07fe03b92fd4416ab1e2727517b45ecd e3a438f5b5284d4b9ea6a2cb72ba4ae7 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-14 06:49:33.836 8 INFO neutron.db.l3_hamode_db [None req-95758975-2ab3-4112-a735-e788f83e37f2 07fe03b92fd4416ab1e2727517b45ecd 3b821a19d80e4e538f8fe790bc84ef86 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-14 06:49:34.512 7 INFO neutron.db.l3_hamode_db [None req-d0e2a848-d161-48f5-9f51-c462144a43d9 07fe03b92fd4416ab1e2727517b45ecd 18a9ceb573b9494d8f9349bd6d83cd30 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-14 06:49:34.869 8 INFO neutron.db.l3_hamode_db [None req-95758975-2ab3-4112-a735-e788f83e37f2 07fe03b92fd4416ab1e2727517b45ecd 18a9ceb573b9494d8f9349bd6d83cd30 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 223/439] 10.0.0.146 () {34 vars in 668 bytes} [Tue Apr 14 06:49:33 2026] POST /v2.0/routers => generated 736 bytes in 2368 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 217/440] 10.0.0.146 () {34 vars in 668 bytes} [Tue Apr 14 06:49:33 2026] POST /v2.0/routers => generated 739 bytes in 2532 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 224/441] 10.0.0.146 () {32 vars in 773 bytes} [Tue Apr 14 06:49:35 2026] GET /v2.0/security-groups?tenant_id=de041b0420af4f13bf81334d1f9e1254&name=default => generated 2921 bytes in 245 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 218/442] 10.0.0.146 () {32 vars in 773 bytes} [Tue Apr 14 06:49:36 2026] GET /v2.0/security-groups?tenant_id=052716e978ad4f5fb5ceb132943450a2&name=default => generated 2921 bytes in 174 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 225/443] 10.0.0.146 () {34 vars in 782 bytes} [Tue Apr 14 06:49:36 2026] PUT /v2.0/routers/20a6eccc-307e-48cc-8cd1-b4100df0cae4/add_router_interface => generated 309 bytes in 1162 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 226/444] 10.0.0.146 () {32 vars in 739 bytes} [Tue Apr 14 06:49:37 2026] DELETE /v2.0/security-groups/ea70c40a-c609-4490-b3a4-96f86cdf87f4 => 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: 219/445] 10.0.0.146 () {34 vars in 782 bytes} [Tue Apr 14 06:49:36 2026] PUT /v2.0/routers/08759753-5767-4269-9496-e210364c4e6c/add_router_interface => generated 309 bytes in 1174 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 227/446] 10.0.0.146 () {32 vars in 739 bytes} [Tue Apr 14 06:49:37 2026] DELETE /v2.0/security-groups/c9ed68b2-ed16-4784-ad15-7a2b2e8b22da => 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: 220/447] 10.0.0.146 () {32 vars in 773 bytes} [Tue Apr 14 06:49:37 2026] GET /v2.0/security-groups?tenant_id=9266c79f3e63406e909e0ba4e314acd9&name=default => generated 2925 bytes in 150 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 228/448] 10.0.0.146 () {32 vars in 739 bytes} [Tue Apr 14 06:49:37 2026] DELETE /v2.0/security-groups/47aab9b3-4831-4cd1-ab55-a33824b2a99a => 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: 221/449] 10.0.0.146 () {34 vars in 684 bytes} [Tue Apr 14 06:49:37 2026] POST /v2.0/security-groups => generated 1660 bytes in 123 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 229/450] 10.0.0.146 () {34 vars in 694 bytes} [Tue Apr 14 06:49:38 2026] POST /v2.0/security-group-rules => generated 597 bytes in 143 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 222/451] 10.0.0.146 () {34 vars in 694 bytes} [Tue Apr 14 06:49:38 2026] POST /v2.0/security-group-rules => generated 602 bytes in 126 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 230/452] 10.0.0.149 () {38 vars in 970 bytes} [Tue Apr 14 06:49:38 2026] POST /v2.0/security-groups => generated 1684 bytes in 351 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 223/453] 10.0.0.146 () {34 vars in 675 bytes} [Tue Apr 14 06:49:38 2026] POST /v2.0/floatingips => generated 552 bytes in 437 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 231/454] 10.0.0.149 () {34 vars in 990 bytes} [Tue Apr 14 06:49:39 2026] GET /v2.0/security-groups/8d1027d7-d861-409e-be76-c5e5b90dc177 => generated 1684 bytes in 141 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 224/455] 10.0.0.149 () {38 vars in 980 bytes} [Tue Apr 14 06:49:39 2026] POST /v2.0/security-group-rules => generated 614 bytes in 125 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 225/456] 10.0.0.149 () {34 vars in 1097 bytes} [Tue Apr 14 06:49:39 2026] GET /v2.0/security-groups?name=tempest-securitygroup--373555124&fields=id&tenant_id=3b821a19d80e4e538f8fe790bc84ef86 => 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: 226/457] 10.0.0.149 () {38 vars in 970 bytes} [Tue Apr 14 06:49:39 2026] POST /v2.0/security-groups => generated 1685 bytes in 147 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-04-14 06:49:39.575 7 INFO neutron.db.segments_db [None req-fa6267e8-aa9f-4c9d-854a-c559bdaae26a 07fe03b92fd4416ab1e2727517b45ecd 18a9ceb573b9494d8f9349bd6d83cd30 - - default default] Added segment b8da3543-fb57-4796-bfb9-f8979519c236 of type vxlan for network 48998404-8735-4c07-b860-2e2c80fdbd84 [pid: 8|app: 0|req: 227/458] 10.0.0.149 () {34 vars in 981 bytes} [Tue Apr 14 06:49:39 2026] GET /v2.0/networks?id=6665358b-c1c3-4378-b6d4-d6920b179bed => generated 684 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 228/459] 10.0.0.149 () {34 vars in 990 bytes} [Tue Apr 14 06:49:39 2026] GET /v2.0/security-groups/126c1072-26b6-4b0d-9454-9d3ee9682b83 => generated 1685 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 229/460] 10.0.0.149 () {34 vars in 964 bytes} [Tue Apr 14 06:49:39 2026] GET /v2.0/quotas/3b821a19d80e4e538f8fe790bc84ef86 => 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: 232/461] 10.0.0.146 () {34 vars in 670 bytes} [Tue Apr 14 06:49:39 2026] POST /v2.0/networks => generated 745 bytes in 438 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 230/462] 10.0.0.149 () {38 vars in 980 bytes} [Tue Apr 14 06:49:39 2026] POST /v2.0/security-group-rules => generated 614 bytes in 108 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 233/463] 10.0.0.149 () {34 vars in 1001 bytes} [Tue Apr 14 06:49:39 2026] GET /v2.0/ports?tenant_id=3b821a19d80e4e538f8fe790bc84ef86&fields=id => generated 103 bytes in 114 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 234/464] 10.0.0.149 () {34 vars in 990 bytes} [Tue Apr 14 06:49:39 2026] GET /v2.0/security-groups/126c1072-26b6-4b0d-9454-9d3ee9682b83 => generated 2310 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 231/465] 10.0.0.146 () {34 vars in 668 bytes} [Tue Apr 14 06:49:39 2026] POST /v2.0/subnets => generated 692 bytes in 215 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 235/466] 10.0.0.149 () {38 vars in 980 bytes} [Tue Apr 14 06:49:39 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) 2026-04-14 06:49:40.018 8 INFO neutron.db.segments_db [None req-8e2cdff2-be7f-451f-b3b5-5a29eda0159d 07fe03b92fd4416ab1e2727517b45ecd 18a9ceb573b9494d8f9349bd6d83cd30 - - default default] Added segment e94b079d-d554-418f-b569-8e5a6769a0f5 of type vxlan for network 6802b88f-6c45-4ac4-a8be-90fe34369635 [pid: 7|app: 0|req: 236/467] 10.0.0.149 () {34 vars in 990 bytes} [Tue Apr 14 06:49:39 2026] GET /v2.0/security-groups/126c1072-26b6-4b0d-9454-9d3ee9682b83 => generated 2940 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 237/468] 10.0.0.149 () {34 vars in 1000 bytes} [Tue Apr 14 06:49:40 2026] GET /v2.0/security-group-rules/37c0ad26-acf7-49d2-a607-fe50364de609 => generated 616 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 238/469] 10.0.0.149 () {34 vars in 990 bytes} [Tue Apr 14 06:49:40 2026] GET /v2.0/security-groups/126c1072-26b6-4b0d-9454-9d3ee9682b83 => generated 2940 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 239/470] 10.0.0.149 () {36 vars in 1022 bytes} [Tue Apr 14 06:49:40 2026] DELETE /v2.0/security-group-rules/37c0ad26-acf7-49d2-a607-fe50364de609 => 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: 240/471] 10.0.0.149 () {34 vars in 990 bytes} [Tue Apr 14 06:49:40 2026] GET /v2.0/security-groups/126c1072-26b6-4b0d-9454-9d3ee9682b83 => generated 2310 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-14 06:49:40.268 8 INFO neutron.db.l3_hamode_db [None req-8e2cdff2-be7f-451f-b3b5-5a29eda0159d 07fe03b92fd4416ab1e2727517b45ecd d8648aa260b5453597f21ba7a8276b0f - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 241/472] 10.0.0.149 () {34 vars in 906 bytes} [Tue Apr 14 06:49:40 2026] GET /v2.0/extensions => generated 21537 bytes in 93 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 242/473] 10.0.0.149 () {36 vars in 1012 bytes} [Tue Apr 14 06:49:40 2026] DELETE /v2.0/security-groups/126c1072-26b6-4b0d-9454-9d3ee9682b83 => generated 0 bytes in 77 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 243/474] 10.0.0.149 () {34 vars in 1007 bytes} [Tue Apr 14 06:49:40 2026] GET /v2.0/networks/6665358b-c1c3-4378-b6d4-d6920b179bed?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: 244/475] 10.0.0.149 () {34 vars in 990 bytes} [Tue Apr 14 06:49:40 2026] GET /v2.0/security-groups/8d1027d7-d861-409e-be76-c5e5b90dc177 => generated 2309 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 245/476] 10.0.0.149 () {34 vars in 1107 bytes} [Tue Apr 14 06:49:40 2026] GET /v2.0/networks/6665358b-c1c3-4378-b6d4-d6920b179bed?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: 246/477] 10.0.0.149 () {36 vars in 1012 bytes} [Tue Apr 14 06:49:40 2026] DELETE /v2.0/security-groups/8d1027d7-d861-409e-be76-c5e5b90dc177 => generated 0 bytes in 77 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-14 06:49:41.004 7 INFO neutron_taas.services.taas.taas_plugin [None req-185d9bff-df3c-44b2-a6d2-94e3dbed7bb2 07fe03b92fd4416ab1e2727517b45ecd 18a9ceb573b9494d8f9349bd6d83cd30 - - default default] TaaS: Handle Delete Port: 1775da0d-c7aa-43e1-9b13-515c4ea47d5d 2026-04-14 06:49:41.011 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-185d9bff-df3c-44b2-a6d2-94e3dbed7bb2 07fe03b92fd4416ab1e2727517b45ecd 18a9ceb573b9494d8f9349bd6d83cd30 - - default default] Tap Mirror: Handle Delete Port: 1775da0d-c7aa-43e1-9b13-515c4ea47d5d 2026-04-14 06:49:41.109 8 INFO neutron.db.l3_hamode_db [None req-8e2cdff2-be7f-451f-b3b5-5a29eda0159d 07fe03b92fd4416ab1e2727517b45ecd 18a9ceb573b9494d8f9349bd6d83cd30 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 247/478] 10.0.0.146 () {34 vars in 788 bytes} [Tue Apr 14 06:49:40 2026] PUT /v2.0/routers/20a6eccc-307e-48cc-8cd1-b4100df0cae4/remove_router_interface => generated 309 bytes in 1142 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 248/479] 10.0.0.149 () {34 vars in 989 bytes} [Tue Apr 14 06:49:41 2026] GET /v2.0/ports?device_id=6b8bcf52-bf27-4e1b-86be-b88b9bfd1a5a => generated 12 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-14 06:49:41.925 7 INFO neutron_taas.services.taas.taas_plugin [None req-676b5cb2-a382-4613-95e3-1c02cf296615 07fe03b92fd4416ab1e2727517b45ecd 18a9ceb573b9494d8f9349bd6d83cd30 - - default default] TaaS: Handle Delete Port: 224e649b-d9f8-4d2e-8fa1-fe1679dbfa80 2026-04-14 06:49:41.927 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-676b5cb2-a382-4613-95e3-1c02cf296615 07fe03b92fd4416ab1e2727517b45ecd 18a9ceb573b9494d8f9349bd6d83cd30 - - default default] Tap Mirror: Handle Delete Port: 224e649b-d9f8-4d2e-8fa1-fe1679dbfa80 2026-04-14 06:49:42.087 7 INFO neutron_taas.services.taas.taas_plugin [None req-676b5cb2-a382-4613-95e3-1c02cf296615 07fe03b92fd4416ab1e2727517b45ecd 18a9ceb573b9494d8f9349bd6d83cd30 - - default default] TaaS: Handle Delete Port: 9563e341-1033-4d84-9bec-1753ff8e090c 2026-04-14 06:49:42.089 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-676b5cb2-a382-4613-95e3-1c02cf296615 07fe03b92fd4416ab1e2727517b45ecd 18a9ceb573b9494d8f9349bd6d83cd30 - - default default] Tap Mirror: Handle Delete Port: 9563e341-1033-4d84-9bec-1753ff8e090c [pid: 8|app: 0|req: 232/480] 10.0.0.146 () {34 vars in 668 bytes} [Tue Apr 14 06:49:39 2026] POST /v2.0/routers => generated 732 bytes in 2129 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-14 06:49:42.154 7 WARNING neutron.plugins.ml2.ovo_rpc [None req-676b5cb2-a382-4613-95e3-1c02cf296615 07fe03b92fd4416ab1e2727517b45ecd 18a9ceb573b9494d8f9349bd6d83cd30 - - default default] This handler is supposed to handle AFTER events, as in 'AFTER it's committed', not BEFORE. Offending resource event: port, after_delete. Location: File "/var/lib/openstack/lib/python3.12/site-packages/paste/urlmap.py", line 211, in __call__ return app(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/base.py", line 124, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/base.py", line 124, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/request_id.py", line 58, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/catch_errors.py", line 40, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/keystonemiddleware/auth_token/__init__.py", line 340, in __call__ response = req.get_response(self._app) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/keystonemiddleware/audit/__init__.py", line 159, in __call__ response = req.get_response(self._application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 143, in __call__ return resp(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 143, in __call__ return resp(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/routes/middleware.py", line 153, in __call__ response = self.app(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 143, in __call__ return resp(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/api/v2/resource.py", line 97, in resource result = method(request=request, **args) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/api/v2/base.py", line 576, in delete return self._delete(request, id, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 135, in wrapped return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 181, in wrapped return f(*dup_args, **dup_kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/api/v2/base.py", line 603, in _delete obj_deleter(request.context, id, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/l3_db.py", line 2241, in delete_router super().delete_router(context, id) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 223, in wrapped return f_with_retry(*args, **kwargs, File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 135, in wrapped return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 181, in wrapped return f(*dup_args, **dup_kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/l3_db.py", line 645, in delete_router self._core_plugin.delete_port(context.elevated(), rp_id, File "/var/lib/openstack/lib/python3.12/site-packages/neutron/common/utils.py", line 716, in inner return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 221, in wrapped return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/plugin.py", line 2285, in delete_port self._post_delete_port( File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/plugin.py", line 2290, in _post_delete_port registry.publish(resources.PORT, events.AFTER_DELETE, self, File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/callbacks/registry.py", line 56, in publish _get_callback_manager().publish(resource, event, trigger, payload=payload) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/utils.py", line 104, in _wrapped return function(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/callbacks/manager.py", line 157, in publish errors = self._notify_loop(resource, event, trigger, payload) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/callbacks/manager.py", line 189, in _notify_loop callback.method(resource, event, trigger, payload=payload) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/ovo_rpc.py", line 76, in handle_event if self._is_session_semantic_violated( File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/ovo_rpc.py", line 60, in _is_session_semantic_violated stack = traceback.extract_stack() [pid: 8|app: 0|req: 233/481] 10.0.0.146 () {32 vars in 773 bytes} [Tue Apr 14 06:49:42 2026] GET /v2.0/security-groups?tenant_id=e043b68cf35340e0b07b51bb3f1ae662&name=default => generated 2925 bytes in 339 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-14 06:49:42.496 7 INFO neutron.db.l3_hamode_db [None req-676b5cb2-a382-4613-95e3-1c02cf296615 07fe03b92fd4416ab1e2727517b45ecd 18a9ceb573b9494d8f9349bd6d83cd30 - - default default] HA network 53637a8e-8170-4e52-a921-b846415ab7d6 was deleted as no HA routers are present in tenant e3a438f5b5284d4b9ea6a2cb72ba4ae7. [pid: 7|app: 0|req: 249/482] 10.0.0.146 () {32 vars in 723 bytes} [Tue Apr 14 06:49:41 2026] DELETE /v2.0/routers/20a6eccc-307e-48cc-8cd1-b4100df0cae4 => generated 0 bytes in 722 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 250/483] 10.0.0.146 () {32 vars in 739 bytes} [Tue Apr 14 06:49:42 2026] DELETE /v2.0/security-groups/5a946a4d-59ef-403c-9a07-d4bffed70bd1 => 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: 251/484] 10.0.0.146 () {32 vars in 723 bytes} [Tue Apr 14 06:49:42 2026] DELETE /v2.0/subnets/7d168237-862c-49ff-b32b-aef5f85afe75 => 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: 252/485] 10.0.0.146 () {32 vars in 773 bytes} [Tue Apr 14 06:49:42 2026] GET /v2.0/security-groups?tenant_id=7a1100c236d040e6a7b7b3baa12a0173&name=default => generated 2925 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-14 06:49:42.875 7 INFO neutron_taas.services.taas.taas_plugin [None req-62626fd5-2563-4b0d-b6d2-5070032afb19 07fe03b92fd4416ab1e2727517b45ecd 18a9ceb573b9494d8f9349bd6d83cd30 - - default default] TaaS: Handle Delete Port: e27fe84b-bf48-4287-b223-39a6582ccd3c 2026-04-14 06:49:42.877 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-62626fd5-2563-4b0d-b6d2-5070032afb19 07fe03b92fd4416ab1e2727517b45ecd 18a9ceb573b9494d8f9349bd6d83cd30 - - default default] Tap Mirror: Handle Delete Port: e27fe84b-bf48-4287-b223-39a6582ccd3c 2026-04-14 06:49:43.001 7 INFO neutron.services.segments.plugin [-] Segment 200fe272-b9a6-42d0-a0d8-f6f8e36a25dd resource provider aggregate not found 2026-04-14 06:49:43.016 7 INFO neutron.services.segments.plugin [-] Segment 200fe272-b9a6-42d0-a0d8-f6f8e36a25dd resource provider aggregate not found [pid: 7|app: 0|req: 253/486] 10.0.0.146 () {32 vars in 725 bytes} [Tue Apr 14 06:49:42 2026] DELETE /v2.0/networks/60748ab5-0f45-4665-b48f-3bbc622cf01f => generated 0 bytes in 228 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-14 06:49:43.039 7 INFO neutron.services.segments.plugin [-] Segment 200fe272-b9a6-42d0-a0d8-f6f8e36a25dd resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 200fe272-b9a6-42d0-a0d8-f6f8e36a25dd found for delete ", "request_id": "req-b32e2a58-e808-4837-a29e-d011c7995220"}]} 2026-04-14 06:49:43.050 7 INFO neutron.services.segments.plugin [-] Segment 200fe272-b9a6-42d0-a0d8-f6f8e36a25dd resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 200fe272-b9a6-42d0-a0d8-f6f8e36a25dd found for delete ", "request_id": "req-ac5dca8e-a272-4523-a9c6-503ba007da4a"}]} [pid: 7|app: 0|req: 254/487] 10.0.0.146 () {32 vars in 739 bytes} [Tue Apr 14 06:49:43 2026] DELETE /v2.0/security-groups/67eec0da-4c01-477f-a729-54e514805dec => generated 0 bytes in 82 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 255/488] 10.0.0.149 () {34 vars in 989 bytes} [Tue Apr 14 06:49:43 2026] GET /v2.0/ports?device_id=6b8bcf52-bf27-4e1b-86be-b88b9bfd1a5a => 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: 256/489] 10.0.0.146 () {32 vars in 773 bytes} [Tue Apr 14 06:49:43 2026] GET /v2.0/security-groups?tenant_id=e3a438f5b5284d4b9ea6a2cb72ba4ae7&name=default => generated 2921 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 257/490] 10.0.0.146 () {32 vars in 739 bytes} [Tue Apr 14 06:49:43 2026] DELETE /v2.0/security-groups/f7a8b3bb-2bbc-4dd9-90ba-3b0b1dc5c364 => 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: 234/491] 10.0.0.146 () {34 vars in 782 bytes} [Tue Apr 14 06:49:42 2026] PUT /v2.0/routers/d0aa1700-0043-42ef-81a6-fd7bfb6b37da/add_router_interface => generated 309 bytes in 1524 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 258/492] 10.0.0.149 () {34 vars in 989 bytes} [Tue Apr 14 06:49:44 2026] GET /v2.0/ports?device_id=6b8bcf52-bf27-4e1b-86be-b88b9bfd1a5a => generated 12 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-14 06:49:45.061 7 INFO neutron.services.segments.plugin [-] Segment 1f33d081-0f5a-4cbc-b962-6dbd8e990042 resource provider aggregate not found 2026-04-14 06:49:45.083 7 INFO neutron.services.segments.plugin [-] Segment 1f33d081-0f5a-4cbc-b962-6dbd8e990042 resource provider aggregate not found 2026-04-14 06:49:45.089 7 INFO neutron.services.segments.plugin [-] Segment 1f33d081-0f5a-4cbc-b962-6dbd8e990042 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1f33d081-0f5a-4cbc-b962-6dbd8e990042 found for delete ", "request_id": "req-88b88db9-49d1-4914-bd2e-9ba5c2d43772"}]} 2026-04-14 06:49:45.122 7 INFO neutron.services.segments.plugin [-] Segment 1f33d081-0f5a-4cbc-b962-6dbd8e990042 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1f33d081-0f5a-4cbc-b962-6dbd8e990042 found for delete ", "request_id": "req-117a5f53-32db-4471-84fc-58c7b02b3ca4"}]} [pid: 7|app: 0|req: 260/495] 10.0.0.149 () {34 vars in 981 bytes} [Tue Apr 14 06:49:45 2026] GET /v2.0/networks?id=48998404-8735-4c07-b860-2e2c80fdbd84 => generated 677 bytes in 98 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 236/496] 10.0.0.149 () {34 vars in 964 bytes} [Tue Apr 14 06:49:45 2026] GET /v2.0/quotas/d8648aa260b5453597f21ba7a8276b0f => generated 292 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 261/497] 10.0.0.149 () {34 vars in 1001 bytes} [Tue Apr 14 06:49:45 2026] GET /v2.0/ports?tenant_id=d8648aa260b5453597f21ba7a8276b0f&fields=id => generated 103 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 237/498] 10.0.0.149 () {34 vars in 1007 bytes} [Tue Apr 14 06:49:45 2026] GET /v2.0/networks/48998404-8735-4c07-b860-2e2c80fdbd84?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: 238/499] 10.0.0.149 () {34 vars in 1107 bytes} [Tue Apr 14 06:49:45 2026] GET /v2.0/networks/48998404-8735-4c07-b860-2e2c80fdbd84?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: 239/500] 10.0.0.149 () {34 vars in 989 bytes} [Tue Apr 14 06:49:45 2026] GET /v2.0/ports?device_id=6b8bcf52-bf27-4e1b-86be-b88b9bfd1a5a => generated 12 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-14 06:49:45.547 7 INFO neutron.db.segments_db [None req-567ab332-de10-4148-8dab-5d10c542dc10 07fe03b92fd4416ab1e2727517b45ecd 18a9ceb573b9494d8f9349bd6d83cd30 - - default default] Added segment 9373d349-77f8-48a9-8e9a-333a9f7d696b of type vxlan for network edfb4259-3073-41f3-871f-35e25c1d843d [pid: 8|app: 0|req: 240/501] 10.0.0.146 () {32 vars in 773 bytes} [Tue Apr 14 06:49:45 2026] GET /v2.0/security-groups?tenant_id=50a836f2f7064334901c9b7a65636698&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: 262/502] 10.0.0.146 () {34 vars in 670 bytes} [Tue Apr 14 06:49:45 2026] POST /v2.0/networks => generated 744 bytes in 342 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 241/503] 10.0.0.149 () {34 vars in 989 bytes} [Tue Apr 14 06:49:45 2026] GET /v2.0/ports?device_id=1c828a00-d7f8-4e98-9357-5be5cd99b1a4 => 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: 263/504] 10.0.0.146 () {32 vars in 739 bytes} [Tue Apr 14 06:49:45 2026] DELETE /v2.0/security-groups/f9c0cc2c-c801-41fb-9425-282395caad01 => generated 0 bytes in 90 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 264/505] 199.204.45.53 () {34 vars in 984 bytes} [Tue Apr 14 06:49:45 2026] GET /v2.0/networks?id=6665358b-c1c3-4378-b6d4-d6920b179bed => generated 684 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 265/506] 199.204.45.53 () {34 vars in 909 bytes} [Tue Apr 14 06:49:45 2026] GET /v2.0/extensions => generated 21537 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 242/507] 10.0.0.146 () {34 vars in 668 bytes} [Tue Apr 14 06:49:45 2026] POST /v2.0/subnets => generated 691 bytes in 212 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 266/508] 199.204.45.53 () {34 vars in 1048 bytes} [Tue Apr 14 06:49:45 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=3b821a19d80e4e538f8fe790bc84ef86 => generated 180 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 06:49:45.908 8 INFO neutron.db.segments_db [None req-d62ab7c6-ed25-4cba-ac35-7564df3c61d6 07fe03b92fd4416ab1e2727517b45ecd 18a9ceb573b9494d8f9349bd6d83cd30 - - default default] Added segment 89ea3e44-5b57-47fa-bc8c-218fda5f6077 of type vxlan for network 92dfa961-4d69-4549-94c4-5880bd697d07 2026-04-14 06:49:46.151 8 INFO neutron.db.l3_hamode_db [None req-d62ab7c6-ed25-4cba-ac35-7564df3c61d6 07fe03b92fd4416ab1e2727517b45ecd 1cb838f2f6c34fc8969ea977c0841506 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 267/509] 199.204.45.53 () {38 vars in 953 bytes} [Tue Apr 14 06:49:45 2026] POST /v2.0/ports => generated 954 bytes in 447 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: 268/510] 10.0.0.149 () {34 vars in 989 bytes} [Tue Apr 14 06:49:46 2026] GET /v2.0/ports?device_id=6b8bcf52-bf27-4e1b-86be-b88b9bfd1a5a => generated 957 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 269/511] 10.0.0.149 () {34 vars in 1039 bytes} [Tue Apr 14 06:49:46 2026] GET /v2.0/security-groups?id=c96ac516-055e-414c-8333-d6e63e796c78&fields=id&fields=name => generated 113 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 270/512] 10.0.0.149 () {34 vars in 989 bytes} [Tue Apr 14 06:49:46 2026] GET /v2.0/ports?device_id=1c828a00-d7f8-4e98-9357-5be5cd99b1a4 => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-14 06:49:46.896 8 INFO neutron.db.l3_hamode_db [None req-d62ab7c6-ed25-4cba-ac35-7564df3c61d6 07fe03b92fd4416ab1e2727517b45ecd 18a9ceb573b9494d8f9349bd6d83cd30 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 271/513] 199.204.45.53 () {38 vars in 1026 bytes} [Tue Apr 14 06:49:46 2026] PUT /v2.0/ports/937d9c05-4fdb-4073-be15-f1885a734ebf => generated 1235 bytes in 546 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: 243/514] 10.0.0.146 () {34 vars in 668 bytes} [Tue Apr 14 06:49:45 2026] POST /v2.0/routers => generated 731 bytes in 1930 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-14 06:49:47.793 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-cb304bdb-19a8-4806-aea9-3d28a71bdc03'] response: {'name': 'network-changed', 'server_uuid': '6b8bcf52-bf27-4e1b-86be-b88b9bfd1a5a', 'tag': '937d9c05-4fdb-4073-be15-f1885a734ebf', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 244/515] 10.0.0.149 () {34 vars in 989 bytes} [Tue Apr 14 06:49:47 2026] GET /v2.0/ports?device_id=6b8bcf52-bf27-4e1b-86be-b88b9bfd1a5a => generated 969 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 06:49:47.860 7 INFO neutron.db.segments_db [None req-efdc56aa-f440-449c-b049-95fa66ad57d9 5b27c23736a34c1d993c2a394b7f5820 e7d42ffddb2746b489ba1f42f6942cba - - default default] Added segment 8cdd9deb-94bb-4545-8f48-0bf2398eade1 of type vxlan for network e4bd937f-ab79-40b6-bdda-8d737b226854 [pid: 7|app: 0|req: 272/516] 10.0.0.146 () {34 vars in 669 bytes} [Tue Apr 14 06:49:47 2026] POST /v2.0/networks => generated 648 bytes in 484 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 273/517] 10.0.0.149 () {34 vars in 989 bytes} [Tue Apr 14 06:49:47 2026] GET /v2.0/ports?device_id=1c828a00-d7f8-4e98-9357-5be5cd99b1a4 => 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: 274/518] 10.0.0.149 () {34 vars in 1039 bytes} [Tue Apr 14 06:49:48 2026] GET /v2.0/security-groups?id=c96ac516-055e-414c-8333-d6e63e796c78&fields=id&fields=name => generated 113 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 275/519] 199.204.45.53 () {34 vars in 1078 bytes} [Tue Apr 14 06:49:48 2026] GET /v2.0/ports?tenant_id=3b821a19d80e4e538f8fe790bc84ef86&device_id=6b8bcf52-bf27-4e1b-86be-b88b9bfd1a5a => generated 1238 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 276/520] 199.204.45.53 () {34 vars in 1056 bytes} [Tue Apr 14 06:49:48 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.4&port_id=937d9c05-4fdb-4073-be15-f1885a734ebf => generated 19 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 277/521] 199.204.45.53 () {34 vars in 982 bytes} [Tue Apr 14 06:49:48 2026] GET /v2.0/subnets?id=a28c0475-d034-458f-81e7-f9738fa7f5df => generated 702 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 278/522] 199.204.45.53 () {34 vars in 1050 bytes} [Tue Apr 14 06:49:48 2026] GET /v2.0/ports?network_id=6665358b-c1c3-4378-b6d4-d6920b179bed&device_owner=network%3Adhcp => generated 1244 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 279/523] 199.204.45.53 () {34 vars in 1010 bytes} [Tue Apr 14 06:49:48 2026] GET /v2.0/networks/6665358b-c1c3-4378-b6d4-d6920b179bed?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: 280/524] 10.0.0.146 () {34 vars in 668 bytes} [Tue Apr 14 06:49:48 2026] POST /v2.0/subnets => generated 673 bytes in 242 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 281/525] 199.204.45.53 () {34 vars in 1110 bytes} [Tue Apr 14 06:49:48 2026] GET /v2.0/networks/6665358b-c1c3-4378-b6d4-d6920b179bed?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-14 06:49:48.896 7 INFO neutron.db.segments_db [None req-ecb1573d-0322-496f-8bf0-52de2b2957ec 5b27c23736a34c1d993c2a394b7f5820 e7d42ffddb2746b489ba1f42f6942cba - - default default] Added segment 65bac10a-bca8-47de-a7db-462320ad367d of type vxlan for network 6ca67399-e692-412f-bf7f-ea36421f3025 [pid: 8|app: 0|req: 245/526] 10.0.0.146 () {34 vars in 782 bytes} [Tue Apr 14 06:49:47 2026] PUT /v2.0/routers/5709342e-a410-4822-84a0-4dcce71d1795/add_router_interface => generated 309 bytes in 1089 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 282/527] 10.0.0.146 () {34 vars in 669 bytes} [Tue Apr 14 06:49:48 2026] POST /v2.0/networks => generated 647 bytes in 154 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 246/528] 10.0.0.146 () {34 vars in 742 bytes} [Tue Apr 14 06:49:48 2026] PUT /v2.0/networks/6ca67399-e692-412f-bf7f-ea36421f3025 => generated 592 bytes in 109 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 283/529] 10.0.0.149 () {34 vars in 989 bytes} [Tue Apr 14 06:49:49 2026] GET /v2.0/ports?device_id=1c828a00-d7f8-4e98-9357-5be5cd99b1a4 => generated 12 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 284/530] 10.0.0.149 () {34 vars in 989 bytes} [Tue Apr 14 06:49:49 2026] GET /v2.0/ports?device_id=6b8bcf52-bf27-4e1b-86be-b88b9bfd1a5a => generated 969 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 285/531] 10.0.0.149 () {34 vars in 1039 bytes} [Tue Apr 14 06:49:49 2026] GET /v2.0/security-groups?id=c96ac516-055e-414c-8333-d6e63e796c78&fields=id&fields=name => generated 113 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 247/532] 10.0.0.146 () {34 vars in 668 bytes} [Tue Apr 14 06:49:49 2026] POST /v2.0/subnets => generated 646 bytes in 340 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 286/533] 10.0.0.146 () {34 vars in 740 bytes} [Tue Apr 14 06:49:49 2026] PUT /v2.0/subnets/85a4bc81-3c2e-441c-95fe-73a25a19fd7f => generated 656 bytes in 135 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 248/534] 10.0.0.149 () {38 vars in 970 bytes} [Tue Apr 14 06:49:49 2026] POST /v2.0/security-groups => generated 1681 bytes in 135 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-04-14 06:49:49.795 7 INFO neutron.services.segments.plugin [-] Segment 65bac10a-bca8-47de-a7db-462320ad367d resource provider aggregate not found 2026-04-14 06:49:49.799 7 INFO neutron.services.segments.plugin [-] Segment 65bac10a-bca8-47de-a7db-462320ad367d resource provider aggregate not found [pid: 8|app: 0|req: 249/535] 10.0.0.149 () {38 vars in 970 bytes} [Tue Apr 14 06:49:49 2026] POST /v2.0/security-groups => generated 1681 bytes in 184 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-04-14 06:49:49.819 7 INFO neutron.services.segments.plugin [-] Segment 65bac10a-bca8-47de-a7db-462320ad367d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 65bac10a-bca8-47de-a7db-462320ad367d found for delete ", "request_id": "req-e6e38651-8950-4f65-a615-442b4bb9ed94"}]} 2026-04-14 06:49:49.820 7 INFO neutron.services.segments.plugin [-] Segment 65bac10a-bca8-47de-a7db-462320ad367d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 65bac10a-bca8-47de-a7db-462320ad367d found for delete ", "request_id": "req-59079156-eae5-414f-915d-eb7ad91c50f5"}]} [pid: 7|app: 0|req: 287/536] 10.0.0.146 () {32 vars in 725 bytes} [Tue Apr 14 06:49:49 2026] DELETE /v2.0/networks/6ca67399-e692-412f-bf7f-ea36421f3025 => generated 0 bytes in 223 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-14 06:49:49.846 8 INFO neutron.pecan_wsgi.hooks.translation [None req-c06c0aa7-c993-469b-a8b6-2db3ffc2e458 5b27c23736a34c1d993c2a394b7f5820 e7d42ffddb2746b489ba1f42f6942cba - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 250/537] 10.0.0.146 () {32 vars in 725 bytes} [Tue Apr 14 06:49:49 2026] DELETE /v2.0/networks/6ca67399-e692-412f-bf7f-ea36421f3025 => generated 138 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 251/538] 199.204.45.53 () {34 vars in 1078 bytes} [Tue Apr 14 06:49:49 2026] GET /v2.0/ports?tenant_id=3b821a19d80e4e538f8fe790bc84ef86&device_id=6b8bcf52-bf27-4e1b-86be-b88b9bfd1a5a => generated 1238 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 288/539] 10.0.0.149 () {38 vars in 970 bytes} [Tue Apr 14 06:49:49 2026] POST /v2.0/security-groups => generated 1681 bytes in 100 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 252/540] 10.0.0.146 () {32 vars in 693 bytes} [Tue Apr 14 06:49:49 2026] GET /v2.0/networks?router%3Aexternal=True => generated 651 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 289/541] 199.204.45.53 () {34 vars in 984 bytes} [Tue Apr 14 06:49:49 2026] GET /v2.0/networks?id=6665358b-c1c3-4378-b6d4-d6920b179bed => generated 780 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 253/542] 10.0.0.146 () {32 vars in 741 bytes} [Tue Apr 14 06:49:49 2026] GET /v2.0/subnets?network_id=ee6f4d17-8edd-4b04-a109-e7a4939e3f82 => generated 649 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 254/543] 10.0.0.146 () {32 vars in 652 bytes} [Tue Apr 14 06:49:50 2026] GET /v2.0/extensions => generated 21537 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 290/544] 10.0.0.149 () {34 vars in 1001 bytes} [Tue Apr 14 06:49:50 2026] GET /v2.0/security-groups?tenant_id=1cb838f2f6c34fc8969ea977c0841506 => generated 7908 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 291/545] 10.0.0.149 () {34 vars in 990 bytes} [Tue Apr 14 06:49:50 2026] GET /v2.0/security-groups/08de8e41-b3e6-473b-94d5-055b999f03c7 => generated 2922 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 255/546] 10.0.0.146 () {32 vars in 648 bytes} [Tue Apr 14 06:49:50 2026] GET /v2.0/networks => generated 1313 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 292/547] 10.0.0.149 () {34 vars in 990 bytes} [Tue Apr 14 06:49:50 2026] GET /v2.0/security-groups/08de8e41-b3e6-473b-94d5-055b999f03c7 => generated 2922 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 256/548] 10.0.0.146 () {32 vars in 646 bytes} [Tue Apr 14 06:49:50 2026] GET /v2.0/subnets => generated 1312 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 293/549] 10.0.0.149 () {34 vars in 990 bytes} [Tue Apr 14 06:49:50 2026] GET /v2.0/security-groups/8de433ac-28bc-4fd8-9687-750c639f983f => generated 1681 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 257/550] 199.204.45.53 () {34 vars in 1056 bytes} [Tue Apr 14 06:49:50 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.4&port_id=937d9c05-4fdb-4073-be15-f1885a734ebf => generated 19 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 294/551] 10.0.0.149 () {36 vars in 1012 bytes} [Tue Apr 14 06:49:50 2026] DELETE /v2.0/security-groups/8de433ac-28bc-4fd8-9687-750c639f983f => generated 0 bytes in 60 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 295/552] 10.0.0.149 () {34 vars in 989 bytes} [Tue Apr 14 06:49:50 2026] GET /v2.0/ports?device_id=1c828a00-d7f8-4e98-9357-5be5cd99b1a4 => generated 12 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 258/553] 10.0.0.146 () {32 vars in 722 bytes} [Tue Apr 14 06:49:50 2026] GET /v2.0/networks/e4bd937f-ab79-40b6-bdda-8d737b226854 => generated 673 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 06:49:50.291 8 INFO neutron.api.v2.resource [req-68264a81-e6e8-4efb-bce6-1c5b9fdd6abf req-4002736d-8808-4ec3-9cb1-011756662819 82f03f04a3a4488bbd0442aae5770573 1cb838f2f6c34fc8969ea977c0841506 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 259/554] 10.0.0.149 () {34 vars in 990 bytes} [Tue Apr 14 06:49:50 2026] GET /v2.0/security-groups/8de433ac-28bc-4fd8-9687-750c639f983f => 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: 296/555] 199.204.45.53 () {34 vars in 982 bytes} [Tue Apr 14 06:49:50 2026] GET /v2.0/subnets?id=a28c0475-d034-458f-81e7-f9738fa7f5df => generated 702 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 260/556] 10.0.0.146 () {32 vars in 720 bytes} [Tue Apr 14 06:49:50 2026] GET /v2.0/subnets/142e522f-95f8-4b3b-9501-9b1ecf1ced8f => generated 673 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 297/557] 199.204.45.53 () {34 vars in 1050 bytes} [Tue Apr 14 06:49:50 2026] GET /v2.0/ports?network_id=6665358b-c1c3-4378-b6d4-d6920b179bed&device_owner=network%3Adhcp => generated 1244 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 261/558] 10.0.0.149 () {34 vars in 990 bytes} [Tue Apr 14 06:49:50 2026] GET /v2.0/security-groups/6e7a36ba-7a07-4fb8-a869-5d3a29c297ef => generated 1681 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-14 06:49:50.343 7 INFO neutron.pecan_wsgi.hooks.translation [None req-4deeca90-13ad-449e-b0b6-a821b939e58c 5b27c23736a34c1d993c2a394b7f5820 e7d42ffddb2746b489ba1f42f6942cba - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 298/559] 10.0.0.146 () {32 vars in 723 bytes} [Tue Apr 14 06:49:50 2026] DELETE /v2.0/subnets/85a4bc81-3c2e-441c-95fe-73a25a19fd7f => generated 136 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 299/560] 199.204.45.53 () {34 vars in 1010 bytes} [Tue Apr 14 06:49:50 2026] GET /v2.0/networks/6665358b-c1c3-4378-b6d4-d6920b179bed?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: 262/561] 10.0.0.149 () {34 vars in 989 bytes} [Tue Apr 14 06:49:50 2026] GET /v2.0/ports?device_id=6b8bcf52-bf27-4e1b-86be-b88b9bfd1a5a => generated 969 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 06:49:50.382 7 INFO neutron.pecan_wsgi.hooks.translation [None req-d6395c11-51bc-4d44-90b5-e728bf2b2f40 5b27c23736a34c1d993c2a394b7f5820 e7d42ffddb2746b489ba1f42f6942cba - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 300/562] 10.0.0.146 () {32 vars in 725 bytes} [Tue Apr 14 06:49:50 2026] DELETE /v2.0/networks/6ca67399-e692-412f-bf7f-ea36421f3025 => generated 138 bytes in 9 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 301/563] 199.204.45.53 () {34 vars in 1110 bytes} [Tue Apr 14 06:49:50 2026] GET /v2.0/networks/6665358b-c1c3-4378-b6d4-d6920b179bed?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 302/564] 10.0.0.149 () {34 vars in 1039 bytes} [Tue Apr 14 06:49:50 2026] GET /v2.0/security-groups?id=c96ac516-055e-414c-8333-d6e63e796c78&fields=id&fields=name => generated 113 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 263/565] 10.0.0.149 () {36 vars in 1012 bytes} [Tue Apr 14 06:49:50 2026] DELETE /v2.0/security-groups/6e7a36ba-7a07-4fb8-a869-5d3a29c297ef => generated 0 bytes in 89 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-14 06:49:50.519 8 INFO neutron.api.v2.resource [req-99177685-bcc0-4540-aac6-9e33c337ce69 req-690266f9-df92-4b99-b532-4205979d66ff 82f03f04a3a4488bbd0442aae5770573 1cb838f2f6c34fc8969ea977c0841506 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 264/566] 10.0.0.149 () {34 vars in 990 bytes} [Tue Apr 14 06:49:50 2026] GET /v2.0/security-groups/6e7a36ba-7a07-4fb8-a869-5d3a29c297ef => generated 146 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 303/567] 10.0.0.146 () {32 vars in 723 bytes} [Tue Apr 14 06:49:50 2026] DELETE /v2.0/subnets/142e522f-95f8-4b3b-9501-9b1ecf1ced8f => 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: 304/568] 10.0.0.149 () {34 vars in 990 bytes} [Tue Apr 14 06:49:50 2026] GET /v2.0/security-groups/6c6fe752-da88-4216-9dc6-3e1078597fe3 => generated 1681 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 305/569] 10.0.0.149 () {36 vars in 1012 bytes} [Tue Apr 14 06:49:50 2026] DELETE /v2.0/security-groups/6c6fe752-da88-4216-9dc6-3e1078597fe3 => generated 0 bytes in 62 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-14 06:49:50.673 7 INFO neutron.api.v2.resource [req-5b3f89f1-2b28-4951-b896-19e22b2f126f req-ecf9b7e3-5e82-4642-950a-569a72c40eba 82f03f04a3a4488bbd0442aae5770573 1cb838f2f6c34fc8969ea977c0841506 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 306/570] 10.0.0.149 () {34 vars in 990 bytes} [Tue Apr 14 06:49:50 2026] GET /v2.0/security-groups/6c6fe752-da88-4216-9dc6-3e1078597fe3 => generated 146 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 307/571] 10.0.0.149 () {34 vars in 1001 bytes} [Tue Apr 14 06:49:50 2026] GET /v2.0/security-groups?tenant_id=1cb838f2f6c34fc8969ea977c0841506 => generated 2925 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 265/572] 10.0.0.146 () {32 vars in 725 bytes} [Tue Apr 14 06:49:50 2026] DELETE /v2.0/networks/e4bd937f-ab79-40b6-bdda-8d737b226854 => generated 0 bytes in 211 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 308/573] 10.0.0.149 () {34 vars in 990 bytes} [Tue Apr 14 06:49:50 2026] GET /v2.0/security-groups/08de8e41-b3e6-473b-94d5-055b999f03c7 => generated 2922 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 266/574] 10.0.0.149 () {34 vars in 990 bytes} [Tue Apr 14 06:49:50 2026] GET /v2.0/security-groups/08de8e41-b3e6-473b-94d5-055b999f03c7 => generated 2922 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-14 06:49:50.845 7 INFO neutron.api.v2.resource [req-49bc0417-e3e0-4e1f-8231-d0da1caba559 req-01c2965e-1379-4b83-9530-b0f09e62d0ca 82f03f04a3a4488bbd0442aae5770573 1cb838f2f6c34fc8969ea977c0841506 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 309/575] 10.0.0.149 () {34 vars in 990 bytes} [Tue Apr 14 06:49:50 2026] GET /v2.0/security-groups/6c6fe752-da88-4216-9dc6-3e1078597fe3 => generated 146 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-14 06:49:50.877 8 INFO neutron.api.v2.resource [req-98b81ba1-d46d-4f8e-8564-ead45a7f1235 req-5fcd36c0-0e98-49b4-9158-29a62a6afcd0 82f03f04a3a4488bbd0442aae5770573 1cb838f2f6c34fc8969ea977c0841506 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 267/576] 10.0.0.149 () {34 vars in 990 bytes} [Tue Apr 14 06:49:50 2026] GET /v2.0/security-groups/6e7a36ba-7a07-4fb8-a869-5d3a29c297ef => generated 146 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-14 06:49:50.917 7 INFO neutron.api.v2.resource [req-fba1706d-bd45-41fa-ae93-ab0e166da9d8 req-19ade092-3203-4524-9887-3b59962d858f 82f03f04a3a4488bbd0442aae5770573 1cb838f2f6c34fc8969ea977c0841506 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 310/577] 10.0.0.149 () {34 vars in 990 bytes} [Tue Apr 14 06:49:50 2026] GET /v2.0/security-groups/8de433ac-28bc-4fd8-9687-750c639f983f => generated 146 bytes in 22 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-14 06:49:51.200 8 INFO neutron.services.segments.plugin [-] Segment 8cdd9deb-94bb-4545-8f48-0bf2398eade1 resource provider aggregate not found 2026-04-14 06:49:51.214 8 INFO neutron.services.segments.plugin [-] Segment 8cdd9deb-94bb-4545-8f48-0bf2398eade1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8cdd9deb-94bb-4545-8f48-0bf2398eade1 found for delete ", "request_id": "req-7557ddc4-75b2-4176-899b-d82f5f73aea2"}]} 2026-04-14 06:49:51.272 8 INFO neutron.services.segments.plugin [-] Segment 8cdd9deb-94bb-4545-8f48-0bf2398eade1 resource provider aggregate not found [pid: 7|app: 0|req: 311/578] 199.204.45.53 () {34 vars in 984 bytes} [Tue Apr 14 06:49:51 2026] GET /v2.0/networks?id=48998404-8735-4c07-b860-2e2c80fdbd84 => generated 677 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 06:49:51.321 8 INFO neutron.services.segments.plugin [-] Segment 8cdd9deb-94bb-4545-8f48-0bf2398eade1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8cdd9deb-94bb-4545-8f48-0bf2398eade1 found for delete ", "request_id": "req-15045288-bb63-4a6a-8f76-f674bba48f54"}]} 2026-04-14 06:49:51.445 8 INFO neutron_taas.services.taas.taas_plugin [None req-0f64681f-db53-4d14-acf3-cdb0c6a384c0 07fe03b92fd4416ab1e2727517b45ecd 18a9ceb573b9494d8f9349bd6d83cd30 - - default default] TaaS: Handle Delete Port: 56f8ca40-8310-4f8a-9181-3ce1f816a6db 2026-04-14 06:49:51.454 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0f64681f-db53-4d14-acf3-cdb0c6a384c0 07fe03b92fd4416ab1e2727517b45ecd 18a9ceb573b9494d8f9349bd6d83cd30 - - default default] Tap Mirror: Handle Delete Port: 56f8ca40-8310-4f8a-9181-3ce1f816a6db [pid: 7|app: 0|req: 312/579] 199.204.45.53 () {38 vars in 953 bytes} [Tue Apr 14 06:49:51 2026] POST /v2.0/ports => generated 954 bytes in 355 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: 313/580] 10.0.0.146 () {32 vars in 773 bytes} [Tue Apr 14 06:49:51 2026] GET /v2.0/security-groups?tenant_id=e7d42ffddb2746b489ba1f42f6942cba&name=default => generated 2925 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 314/581] 10.0.0.149 () {34 vars in 989 bytes} [Tue Apr 14 06:49:51 2026] GET /v2.0/ports?device_id=1c828a00-d7f8-4e98-9357-5be5cd99b1a4 => generated 957 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 315/582] 10.0.0.149 () {34 vars in 989 bytes} [Tue Apr 14 06:49:51 2026] GET /v2.0/ports?device_id=6b8bcf52-bf27-4e1b-86be-b88b9bfd1a5a => generated 969 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 268/583] 10.0.0.146 () {34 vars in 788 bytes} [Tue Apr 14 06:49:50 2026] PUT /v2.0/routers/5709342e-a410-4822-84a0-4dcce71d1795/remove_router_interface => generated 309 bytes in 1111 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 269/584] 10.0.0.146 () {32 vars in 739 bytes} [Tue Apr 14 06:49:52 2026] DELETE /v2.0/security-groups/c50668e3-676c-46f2-8225-b88d29541c79 => 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: 270/585] 10.0.0.149 () {34 vars in 1039 bytes} [Tue Apr 14 06:49:52 2026] GET /v2.0/security-groups?id=2f19f622-df25-4016-91ed-08290768cad9&fields=id&fields=name => generated 88 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 271/586] 10.0.0.149 () {34 vars in 1039 bytes} [Tue Apr 14 06:49:52 2026] GET /v2.0/security-groups?id=c96ac516-055e-414c-8333-d6e63e796c78&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: 316/587] 199.204.45.53 () {38 vars in 1026 bytes} [Tue Apr 14 06:49:51 2026] PUT /v2.0/ports/f6b871a2-b42a-45a9-9010-250a847fcdb5 => generated 1235 bytes in 361 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-14 06:49:52.355 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-e536571d-3d07-42df-ab29-b74f6e7e0ea1'] response: {'name': 'network-changed', 'server_uuid': '1c828a00-d7f8-4e98-9357-5be5cd99b1a4', 'tag': 'f6b871a2-b42a-45a9-9010-250a847fcdb5', 'status': 'completed', 'code': 200} 2026-04-14 06:49:52.450 8 INFO neutron_taas.services.taas.taas_plugin [None req-a36aecbd-d219-455b-a77a-4d3fd62f433a 07fe03b92fd4416ab1e2727517b45ecd 18a9ceb573b9494d8f9349bd6d83cd30 - - default default] TaaS: Handle Delete Port: 0f5bda19-aac1-445e-a63b-66e4326cdb47 2026-04-14 06:49:52.453 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a36aecbd-d219-455b-a77a-4d3fd62f433a 07fe03b92fd4416ab1e2727517b45ecd 18a9ceb573b9494d8f9349bd6d83cd30 - - default default] Tap Mirror: Handle Delete Port: 0f5bda19-aac1-445e-a63b-66e4326cdb47 2026-04-14 06:49:52.721 8 INFO neutron_taas.services.taas.taas_plugin [None req-a36aecbd-d219-455b-a77a-4d3fd62f433a 07fe03b92fd4416ab1e2727517b45ecd 18a9ceb573b9494d8f9349bd6d83cd30 - - default default] TaaS: Handle Delete Port: c87165d0-173e-4e72-991f-52a1dea03a71 2026-04-14 06:49:52.724 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a36aecbd-d219-455b-a77a-4d3fd62f433a 07fe03b92fd4416ab1e2727517b45ecd 18a9ceb573b9494d8f9349bd6d83cd30 - - default default] Tap Mirror: Handle Delete Port: c87165d0-173e-4e72-991f-52a1dea03a71 2026-04-14 06:49:52.803 8 WARNING neutron.plugins.ml2.ovo_rpc [None req-a36aecbd-d219-455b-a77a-4d3fd62f433a 07fe03b92fd4416ab1e2727517b45ecd 18a9ceb573b9494d8f9349bd6d83cd30 - - default default] This handler is supposed to handle AFTER events, as in 'AFTER it's committed', not BEFORE. Offending resource event: port, after_delete. Location: File "/var/lib/openstack/lib/python3.12/site-packages/paste/urlmap.py", line 211, in __call__ return app(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/base.py", line 124, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/base.py", line 124, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/request_id.py", line 58, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/catch_errors.py", line 40, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/keystonemiddleware/auth_token/__init__.py", line 340, in __call__ response = req.get_response(self._app) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/keystonemiddleware/audit/__init__.py", line 159, in __call__ response = req.get_response(self._application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 143, in __call__ return resp(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 143, in __call__ return resp(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/routes/middleware.py", line 153, in __call__ response = self.app(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 143, in __call__ return resp(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/api/v2/resource.py", line 97, in resource result = method(request=request, **args) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/api/v2/base.py", line 576, in delete return self._delete(request, id, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 135, in wrapped return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 181, in wrapped return f(*dup_args, **dup_kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/api/v2/base.py", line 603, in _delete obj_deleter(request.context, id, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/l3_db.py", line 2241, in delete_router super().delete_router(context, id) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 223, in wrapped return f_with_retry(*args, **kwargs, File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 135, in wrapped return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 181, in wrapped return f(*dup_args, **dup_kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/l3_db.py", line 645, in delete_router self._core_plugin.delete_port(context.elevated(), rp_id, File "/var/lib/openstack/lib/python3.12/site-packages/neutron/common/utils.py", line 716, in inner return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 221, in wrapped return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/plugin.py", line 2285, in delete_port self._post_delete_port( File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/plugin.py", line 2290, in _post_delete_port registry.publish(resources.PORT, events.AFTER_DELETE, self, File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/callbacks/registry.py", line 56, in publish _get_callback_manager().publish(resource, event, trigger, payload=payload) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/utils.py", line 104, in _wrapped return function(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/callbacks/manager.py", line 157, in publish errors = self._notify_loop(resource, event, trigger, payload) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/callbacks/manager.py", line 189, in _notify_loop callback.method(resource, event, trigger, payload=payload) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/ovo_rpc.py", line 76, in handle_event if self._is_session_semantic_violated( File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/ovo_rpc.py", line 60, in _is_session_semantic_violated stack = traceback.extract_stack() /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 317/588] 199.204.45.53 () {34 vars in 1078 bytes} [Tue Apr 14 06:49:52 2026] GET /v2.0/ports?tenant_id=d8648aa260b5453597f21ba7a8276b0f&device_id=1c828a00-d7f8-4e98-9357-5be5cd99b1a4 => 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: 318/589] 199.204.45.53 () {34 vars in 1016 bytes} [Tue Apr 14 06:49:52 2026] GET /v2.0/networks?tenant_id=d8648aa260b5453597f21ba7a8276b0f&shared=False => generated 773 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 319/590] 199.204.45.53 () {34 vars in 928 bytes} [Tue Apr 14 06:49:52 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 320/591] 10.0.0.149 () {34 vars in 989 bytes} [Tue Apr 14 06:49:53 2026] GET /v2.0/ports?device_id=1c828a00-d7f8-4e98-9357-5be5cd99b1a4 => generated 969 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 321/592] 10.0.0.149 () {34 vars in 989 bytes} [Tue Apr 14 06:49:53 2026] GET /v2.0/ports?device_id=6b8bcf52-bf27-4e1b-86be-b88b9bfd1a5a => generated 969 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 322/593] 10.0.0.149 () {34 vars in 1039 bytes} [Tue Apr 14 06:49:53 2026] GET /v2.0/security-groups?id=2f19f622-df25-4016-91ed-08290768cad9&fields=id&fields=name => generated 88 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 323/594] 10.0.0.149 () {34 vars in 1039 bytes} [Tue Apr 14 06:49:53 2026] GET /v2.0/security-groups?id=c96ac516-055e-414c-8333-d6e63e796c78&fields=id&fields=name => generated 113 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 06:49:53.460 8 INFO neutron.services.segments.plugin [-] Segment 89ea3e44-5b57-47fa-bc8c-218fda5f6077 resource provider aggregate not found 2026-04-14 06:49:53.466 8 INFO neutron.services.segments.plugin [-] Segment 89ea3e44-5b57-47fa-bc8c-218fda5f6077 resource provider aggregate not found 2026-04-14 06:49:53.482 8 INFO neutron.services.segments.plugin [-] Segment 89ea3e44-5b57-47fa-bc8c-218fda5f6077 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 89ea3e44-5b57-47fa-bc8c-218fda5f6077 found for delete ", "request_id": "req-fed0696e-d5d5-42a1-a704-eafdece0e560"}]} 2026-04-14 06:49:53.487 8 INFO neutron.db.l3_hamode_db [None req-a36aecbd-d219-455b-a77a-4d3fd62f433a 07fe03b92fd4416ab1e2727517b45ecd 18a9ceb573b9494d8f9349bd6d83cd30 - - default default] HA network 92dfa961-4d69-4549-94c4-5880bd697d07 was deleted as no HA routers are present in tenant 1cb838f2f6c34fc8969ea977c0841506. [pid: 8|app: 0|req: 272/595] 10.0.0.146 () {32 vars in 723 bytes} [Tue Apr 14 06:49:52 2026] DELETE /v2.0/routers/5709342e-a410-4822-84a0-4dcce71d1795 => generated 0 bytes in 1292 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-14 06:49:53.501 8 INFO neutron.services.segments.plugin [-] Segment 89ea3e44-5b57-47fa-bc8c-218fda5f6077 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 89ea3e44-5b57-47fa-bc8c-218fda5f6077 found for delete ", "request_id": "req-1d40fe2c-0d3b-4129-a712-a47fd3aecb98"}]} [pid: 7|app: 0|req: 324/596] 10.0.0.146 () {32 vars in 723 bytes} [Tue Apr 14 06:49:53 2026] DELETE /v2.0/subnets/b94f4e17-dfed-4217-b3a9-17a615917c41 => generated 0 bytes in 169 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-14 06:49:53.781 8 INFO neutron_taas.services.taas.taas_plugin [None req-1465e4b7-eee5-425e-93b9-56692e7462d7 07fe03b92fd4416ab1e2727517b45ecd 18a9ceb573b9494d8f9349bd6d83cd30 - - default default] TaaS: Handle Delete Port: 158f4ad8-0963-49c2-b305-c512e9b2aa6a 2026-04-14 06:49:53.784 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1465e4b7-eee5-425e-93b9-56692e7462d7 07fe03b92fd4416ab1e2727517b45ecd 18a9ceb573b9494d8f9349bd6d83cd30 - - default default] Tap Mirror: Handle Delete Port: 158f4ad8-0963-49c2-b305-c512e9b2aa6a [pid: 8|app: 0|req: 273/597] 10.0.0.146 () {32 vars in 725 bytes} [Tue Apr 14 06:49:53 2026] DELETE /v2.0/networks/edfb4259-3073-41f3-871f-35e25c1d843d => 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: 274/598] 199.204.45.53 () {34 vars in 1078 bytes} [Tue Apr 14 06:49:54 2026] GET /v2.0/ports?tenant_id=d8648aa260b5453597f21ba7a8276b0f&device_id=1c828a00-d7f8-4e98-9357-5be5cd99b1a4 => 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: 275/599] 199.204.45.53 () {34 vars in 1056 bytes} [Tue Apr 14 06:49:54 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.8&port_id=f6b871a2-b42a-45a9-9010-250a847fcdb5 => 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: 276/600] 199.204.45.53 () {34 vars in 982 bytes} [Tue Apr 14 06:49:54 2026] GET /v2.0/subnets?id=5e890d14-b5fd-40b3-b2b3-a3b113f71248 => generated 695 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 277/601] 10.0.0.146 () {32 vars in 773 bytes} [Tue Apr 14 06:49:54 2026] GET /v2.0/security-groups?tenant_id=1cb838f2f6c34fc8969ea977c0841506&name=default => generated 2925 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 278/602] 199.204.45.53 () {34 vars in 1050 bytes} [Tue Apr 14 06:49:54 2026] GET /v2.0/ports?network_id=48998404-8735-4c07-b860-2e2c80fdbd84&device_owner=network%3Adhcp => generated 1244 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-14 06:49:54.281 7 INFO neutron.db.segments_db [None req-d09c980a-71f6-4de4-a7d6-c19ffead81c6 5cff6172b17b4874970d6eda836a1e09 377aa492f3b5476b90c4f42637c240df - - default default] Added segment 23aeb0bf-2838-451a-b897-eb183898f8a0 of type vxlan for network 3caade1f-8028-4877-84dc-b3f130b847f2 [pid: 7|app: 0|req: 325/603] 10.0.0.146 () {34 vars in 669 bytes} [Tue Apr 14 06:49:53 2026] POST /v2.0/networks => generated 645 bytes in 408 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 279/604] 10.0.0.146 () {32 vars in 739 bytes} [Tue Apr 14 06:49:54 2026] DELETE /v2.0/security-groups/08de8e41-b3e6-473b-94d5-055b999f03c7 => generated 0 bytes in 110 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 326/605] 199.204.45.53 () {34 vars in 1010 bytes} [Tue Apr 14 06:49:54 2026] GET /v2.0/networks/48998404-8735-4c07-b860-2e2c80fdbd84?fields=segments => generated 14 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 327/606] 199.204.45.53 () {34 vars in 1110 bytes} [Tue Apr 14 06:49:54 2026] GET /v2.0/networks/48998404-8735-4c07-b860-2e2c80fdbd84?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: 328/607] 10.0.0.149 () {34 vars in 989 bytes} [Tue Apr 14 06:49:54 2026] GET /v2.0/ports?device_id=1c828a00-d7f8-4e98-9357-5be5cd99b1a4 => generated 969 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 329/608] 10.0.0.149 () {34 vars in 989 bytes} [Tue Apr 14 06:49:54 2026] GET /v2.0/ports?device_id=6b8bcf52-bf27-4e1b-86be-b88b9bfd1a5a => generated 969 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 330/609] 10.0.0.149 () {34 vars in 1039 bytes} [Tue Apr 14 06:49:54 2026] GET /v2.0/security-groups?id=2f19f622-df25-4016-91ed-08290768cad9&fields=id&fields=name => generated 88 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 331/610] 10.0.0.149 () {34 vars in 1039 bytes} [Tue Apr 14 06:49:54 2026] GET /v2.0/security-groups?id=c96ac516-055e-414c-8333-d6e63e796c78&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: 280/611] 10.0.0.146 () {34 vars in 664 bytes} [Tue Apr 14 06:49:54 2026] POST /v2.0/ports => generated 774 bytes in 406 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-14 06:49:54.857 7 INFO neutron.db.segments_db [None req-73e9551a-c0db-483e-a385-7c6f4dcb63dc 5cff6172b17b4874970d6eda836a1e09 377aa492f3b5476b90c4f42637c240df - - default default] Added segment 551f5ef8-7558-49ab-b968-9691e10ccd9e of type vxlan for network 4f1b9649-5391-4fb8-955b-2839e1beccf6 [pid: 7|app: 0|req: 332/612] 10.0.0.146 () {34 vars in 669 bytes} [Tue Apr 14 06:49:54 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) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 281/613] 10.0.0.146 () {34 vars in 668 bytes} [Tue Apr 14 06:49:54 2026] POST /v2.0/subnets => generated 626 bytes in 211 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-14 06:49:55.520 8 INFO neutron.services.segments.plugin [-] Segment 9373d349-77f8-48a9-8e9a-333a9f7d696b resource provider aggregate not found [pid: 7|app: 0|req: 333/614] 10.0.0.146 () {34 vars in 664 bytes} [Tue Apr 14 06:49:55 2026] POST /v2.0/ports => generated 953 bytes in 369 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-14 06:49:55.538 8 INFO neutron.services.segments.plugin [-] Segment 9373d349-77f8-48a9-8e9a-333a9f7d696b resource provider aggregate not found 2026-04-14 06:49:55.569 8 INFO neutron.services.segments.plugin [-] Segment 9373d349-77f8-48a9-8e9a-333a9f7d696b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9373d349-77f8-48a9-8e9a-333a9f7d696b found for delete ", "request_id": "req-bc363a64-1ef6-4f8b-b2bd-e6237c3eac7f"}]} 2026-04-14 06:49:55.572 8 INFO neutron.services.segments.plugin [-] Segment 9373d349-77f8-48a9-8e9a-333a9f7d696b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9373d349-77f8-48a9-8e9a-333a9f7d696b found for delete ", "request_id": "req-fdd9c547-4868-48f7-b2d9-5dbed12f1956"}]} /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 334/615] 10.0.0.149 () {34 vars in 989 bytes} [Tue Apr 14 06:49:55 2026] GET /v2.0/ports?device_id=1c828a00-d7f8-4e98-9357-5be5cd99b1a4 => generated 969 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 335/616] 10.0.0.149 () {34 vars in 989 bytes} [Tue Apr 14 06:49:55 2026] GET /v2.0/ports?device_id=6b8bcf52-bf27-4e1b-86be-b88b9bfd1a5a => 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: 336/617] 10.0.0.149 () {34 vars in 1039 bytes} [Tue Apr 14 06:49:55 2026] GET /v2.0/security-groups?id=2f19f622-df25-4016-91ed-08290768cad9&fields=id&fields=name => generated 88 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 337/618] 10.0.0.149 () {34 vars in 1039 bytes} [Tue Apr 14 06:49:55 2026] GET /v2.0/security-groups?id=c96ac516-055e-414c-8333-d6e63e796c78&fields=id&fields=name => generated 113 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 06:49:55.748 8 INFO neutron_taas.services.taas.taas_plugin [None req-6f261b2f-47f3-43b9-9aa5-88785f8f5ff6 5cff6172b17b4874970d6eda836a1e09 377aa492f3b5476b90c4f42637c240df - - default default] TaaS: Handle Delete Port: a47d86bf-75bf-45be-b84b-238d259c045c 2026-04-14 06:49:55.756 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6f261b2f-47f3-43b9-9aa5-88785f8f5ff6 5cff6172b17b4874970d6eda836a1e09 377aa492f3b5476b90c4f42637c240df - - default default] Tap Mirror: Handle Delete Port: a47d86bf-75bf-45be-b84b-238d259c045c [pid: 8|app: 0|req: 282/619] 10.0.0.146 () {32 vars in 719 bytes} [Tue Apr 14 06:49:55 2026] DELETE /v2.0/ports/a47d86bf-75bf-45be-b84b-238d259c045c => generated 0 bytes in 396 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-14 06:49:55.984 7 INFO neutron.pecan_wsgi.hooks.translation [None req-f9243e05-4760-4f81-ae98-02d265a351c7 5cff6172b17b4874970d6eda836a1e09 377aa492f3b5476b90c4f42637c240df - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 338/620] 10.0.0.146 () {32 vars in 719 bytes} [Tue Apr 14 06:49:55 2026] DELETE /v2.0/ports/a47d86bf-75bf-45be-b84b-238d259c045c => generated 132 bytes in 47 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-14 06:49:56.013 8 INFO neutron.pecan_wsgi.hooks.translation [None req-5f3a4a1a-4fe0-4693-bf6a-00aaee76e459 5cff6172b17b4874970d6eda836a1e09 377aa492f3b5476b90c4f42637c240df - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 283/621] 10.0.0.146 () {32 vars in 716 bytes} [Tue Apr 14 06:49:55 2026] GET /v2.0/ports/a47d86bf-75bf-45be-b84b-238d259c045c => generated 132 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 339/622] 10.0.0.146 () {32 vars in 723 bytes} [Tue Apr 14 06:49:56 2026] DELETE /v2.0/subnets/239e4ba1-f1f9-4cbb-8b27-e9ddcc5f48d0 => generated 0 bytes in 136 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 284/623] 10.0.0.146 () {32 vars in 725 bytes} [Tue Apr 14 06:49:56 2026] DELETE /v2.0/networks/4f1b9649-5391-4fb8-955b-2839e1beccf6 => generated 0 bytes in 135 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-14 06:49:56.351 8 INFO neutron.db.segments_db [None req-8fa30f33-883c-4849-bb74-fc49b81aa076 5cff6172b17b4874970d6eda836a1e09 377aa492f3b5476b90c4f42637c240df - - default default] Added segment db4e2789-dc78-4e0b-b405-ea9263b1e81c of type vxlan for network 10b1ff83-0441-44a3-b052-669a4c3334da [pid: 8|app: 0|req: 285/624] 10.0.0.146 () {34 vars in 669 bytes} [Tue Apr 14 06:49:56 2026] POST /v2.0/networks => generated 631 bytes in 151 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-14 06:49:56.511 7 INFO neutron.db.segments_db [None req-d1ef8a53-da04-47c9-866f-47449cf5b8e1 07fe03b92fd4416ab1e2727517b45ecd 18a9ceb573b9494d8f9349bd6d83cd30 - - default default] Added segment ab5af412-f9c7-4af0-8696-3f667ddb86b9 of type vxlan for network 1c118732-8150-4da2-8bd3-51a412ad5331 [pid: 7|app: 0|req: 340/625] 10.0.0.146 () {34 vars in 670 bytes} [Tue Apr 14 06:49:56 2026] POST /v2.0/networks => generated 747 bytes in 413 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 286/626] 10.0.0.146 () {34 vars in 668 bytes} [Tue Apr 14 06:49:56 2026] POST /v2.0/subnets => generated 626 bytes in 314 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 341/627] 10.0.0.146 () {34 vars in 668 bytes} [Tue Apr 14 06:49:56 2026] POST /v2.0/subnets => generated 694 bytes in 136 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-14 06:49:56.836 7 INFO neutron.db.segments_db [None req-91896fad-17a8-455b-8ea2-e68f0881ce3a 07fe03b92fd4416ab1e2727517b45ecd 18a9ceb573b9494d8f9349bd6d83cd30 - - default default] Added segment 2ceb88a5-b867-44fb-9432-713cb8d13cdc of type vxlan for network a1c98265-3a62-4a05-acea-b3cb78bf3d86 2026-04-14 06:49:57.072 7 INFO neutron.db.l3_hamode_db [None req-91896fad-17a8-455b-8ea2-e68f0881ce3a 07fe03b92fd4416ab1e2727517b45ecd 79dbd2b5370c41fb9b0b23d0227cb96a - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 287/628] 10.0.0.146 () {34 vars in 664 bytes} [Tue Apr 14 06:49:56 2026] POST /v2.0/ports => generated 911 bytes in 377 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 288/629] 10.0.0.149 () {34 vars in 989 bytes} [Tue Apr 14 06:49:57 2026] GET /v2.0/ports?device_id=1c828a00-d7f8-4e98-9357-5be5cd99b1a4 => 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: 289/630] 10.0.0.149 () {34 vars in 989 bytes} [Tue Apr 14 06:49:57 2026] GET /v2.0/ports?device_id=6b8bcf52-bf27-4e1b-86be-b88b9bfd1a5a => generated 971 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 06:49:57.421 8 INFO neutron_taas.services.taas.taas_plugin [None req-504bc03a-ef50-4a31-8c35-1ab12691d7aa 5cff6172b17b4874970d6eda836a1e09 377aa492f3b5476b90c4f42637c240df - - default default] TaaS: Handle Delete Port: ccffa45c-6ce1-4149-a123-cf073825702c 2026-04-14 06:49:57.424 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-504bc03a-ef50-4a31-8c35-1ab12691d7aa 5cff6172b17b4874970d6eda836a1e09 377aa492f3b5476b90c4f42637c240df - - default default] Tap Mirror: Handle Delete Port: ccffa45c-6ce1-4149-a123-cf073825702c [pid: 8|app: 0|req: 290/631] 10.0.0.146 () {32 vars in 719 bytes} [Tue Apr 14 06:49:57 2026] DELETE /v2.0/ports/ccffa45c-6ce1-4149-a123-cf073825702c => generated 0 bytes in 278 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-14 06:49:57.595 8 INFO neutron.services.segments.plugin [-] Segment 551f5ef8-7558-49ab-b968-9691e10ccd9e resource provider aggregate not found 2026-04-14 06:49:57.599 8 INFO neutron.services.segments.plugin [-] Segment 551f5ef8-7558-49ab-b968-9691e10ccd9e resource provider aggregate not found 2026-04-14 06:49:57.612 8 INFO neutron.services.segments.plugin [-] Segment 551f5ef8-7558-49ab-b968-9691e10ccd9e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 551f5ef8-7558-49ab-b968-9691e10ccd9e found for delete ", "request_id": "req-97bddc24-879e-41d1-8bb6-978140ca398d"}]} 2026-04-14 06:49:57.614 8 INFO neutron.services.segments.plugin [-] Segment 551f5ef8-7558-49ab-b968-9691e10ccd9e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 551f5ef8-7558-49ab-b968-9691e10ccd9e found for delete ", "request_id": "req-b7d54e57-6f2c-448c-8a20-0987c3cc05de"}]} [pid: 8|app: 0|req: 291/632] 10.0.0.149 () {34 vars in 1039 bytes} [Tue Apr 14 06:49:57 2026] GET /v2.0/security-groups?id=2f19f622-df25-4016-91ed-08290768cad9&fields=id&fields=name => generated 88 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 292/633] 10.0.0.149 () {34 vars in 1039 bytes} [Tue Apr 14 06:49:57 2026] GET /v2.0/security-groups?id=c96ac516-055e-414c-8333-d6e63e796c78&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-04-14 06:49:57.682 8 INFO neutron.pecan_wsgi.hooks.translation [None req-6eebdcc1-512e-4dd7-994f-d84eb1ed4ace 5cff6172b17b4874970d6eda836a1e09 377aa492f3b5476b90c4f42637c240df - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 293/634] 10.0.0.146 () {32 vars in 716 bytes} [Tue Apr 14 06:49:57 2026] GET /v2.0/ports/ccffa45c-6ce1-4149-a123-cf073825702c => generated 132 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-14 06:49:57.764 7 INFO neutron.db.l3_hamode_db [None req-91896fad-17a8-455b-8ea2-e68f0881ce3a 07fe03b92fd4416ab1e2727517b45ecd 18a9ceb573b9494d8f9349bd6d83cd30 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 294/635] 10.0.0.146 () {32 vars in 723 bytes} [Tue Apr 14 06:49:57 2026] DELETE /v2.0/subnets/e3452f04-0ecd-405a-bf24-16feb789d8f5 => generated 0 bytes in 117 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 295/636] 10.0.0.146 () {32 vars in 725 bytes} [Tue Apr 14 06:49:57 2026] DELETE /v2.0/networks/10b1ff83-0441-44a3-b052-669a4c3334da => generated 0 bytes in 148 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 296/637] 10.0.0.146 () {34 vars in 664 bytes} [Tue Apr 14 06:49:57 2026] POST /v2.0/ports => generated 775 bytes in 296 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: 297/638] 10.0.0.146 () {34 vars in 736 bytes} [Tue Apr 14 06:49:58 2026] PUT /v2.0/ports/83e9b1b9-ad8d-4da6-89a1-73b7f0453649 => generated 752 bytes in 211 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-14 06:49:58.613 8 INFO neutron_taas.services.taas.taas_plugin [None req-a5530ea3-ce60-400c-bf83-a712213166d9 5cff6172b17b4874970d6eda836a1e09 377aa492f3b5476b90c4f42637c240df - - default default] TaaS: Handle Delete Port: 83e9b1b9-ad8d-4da6-89a1-73b7f0453649 2026-04-14 06:49:58.617 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a5530ea3-ce60-400c-bf83-a712213166d9 5cff6172b17b4874970d6eda836a1e09 377aa492f3b5476b90c4f42637c240df - - default default] Tap Mirror: Handle Delete Port: 83e9b1b9-ad8d-4da6-89a1-73b7f0453649 [pid: 7|app: 0|req: 342/639] 10.0.0.146 () {34 vars in 668 bytes} [Tue Apr 14 06:49:56 2026] POST /v2.0/routers => generated 734 bytes in 1974 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 298/640] 10.0.0.146 () {32 vars in 719 bytes} [Tue Apr 14 06:49:58 2026] DELETE /v2.0/ports/83e9b1b9-ad8d-4da6-89a1-73b7f0453649 => generated 0 bytes in 276 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 299/641] 10.0.0.149 () {34 vars in 989 bytes} [Tue Apr 14 06:49:58 2026] GET /v2.0/ports?device_id=1c828a00-d7f8-4e98-9357-5be5cd99b1a4 => generated 969 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 343/642] 10.0.0.149 () {34 vars in 989 bytes} [Tue Apr 14 06:49:58 2026] GET /v2.0/ports?device_id=6b8bcf52-bf27-4e1b-86be-b88b9bfd1a5a => generated 971 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 344/643] 10.0.0.146 () {32 vars in 642 bytes} [Tue Apr 14 06:49:58 2026] GET /v2.0/ports => generated 777 bytes in 91 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 345/644] 10.0.0.149 () {34 vars in 1039 bytes} [Tue Apr 14 06:49:58 2026] GET /v2.0/security-groups?id=2f19f622-df25-4016-91ed-08290768cad9&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: 7|app: 0|req: 346/645] 10.0.0.149 () {34 vars in 1039 bytes} [Tue Apr 14 06:49:58 2026] GET /v2.0/security-groups?id=c96ac516-055e-414c-8333-d6e63e796c78&fields=id&fields=name => generated 113 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 06:49:58.999 7 INFO neutron.pecan_wsgi.hooks.translation [None req-05a4979b-5b57-423f-b088-d1e6f84cb377 5cff6172b17b4874970d6eda836a1e09 377aa492f3b5476b90c4f42637c240df - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 347/646] 10.0.0.146 () {32 vars in 716 bytes} [Tue Apr 14 06:49:58 2026] GET /v2.0/ports/83e9b1b9-ad8d-4da6-89a1-73b7f0453649 => generated 132 bytes in 22 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 348/647] 10.0.0.146 () {32 vars in 642 bytes} [Tue Apr 14 06:49:59 2026] GET /v2.0/ports => generated 777 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 349/648] 10.0.0.149 () {34 vars in 989 bytes} [Tue Apr 14 06:49:59 2026] GET /v2.0/ports?device_id=6b8bcf52-bf27-4e1b-86be-b88b9bfd1a5a => 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: 350/649] 10.0.0.146 () {32 vars in 716 bytes} [Tue Apr 14 06:49:59 2026] GET /v2.0/ports/32e71454-3dbc-4475-abe7-94a270a0bd69 => generated 774 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 06:49:59.637 8 INFO neutron.services.segments.plugin [-] Segment db4e2789-dc78-4e0b-b405-ea9263b1e81c resource provider aggregate not found 2026-04-14 06:49:59.647 8 INFO neutron.services.segments.plugin [-] Segment db4e2789-dc78-4e0b-b405-ea9263b1e81c resource provider aggregate not found 2026-04-14 06:49:59.673 8 INFO neutron.services.segments.plugin [-] Segment db4e2789-dc78-4e0b-b405-ea9263b1e81c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid db4e2789-dc78-4e0b-b405-ea9263b1e81c found for delete ", "request_id": "req-7bd949a9-1c92-48df-8024-4d40578524d9"}]} 2026-04-14 06:49:59.678 8 INFO neutron.services.segments.plugin [-] Segment db4e2789-dc78-4e0b-b405-ea9263b1e81c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid db4e2789-dc78-4e0b-b405-ea9263b1e81c found for delete ", "request_id": "req-e580a9db-83c9-40f5-924b-3f8de6cfa5a9"}]} 2026-04-14 06:49:59.917 7 INFO neutron.db.l3_db [None req-edc64feb-5cd9-4285-814a-23fb37c2eede 802fc66ae370426e97b2cc7230c5de50 3b821a19d80e4e538f8fe790bc84ef86 - - default default] Floating IP 513ab270-f265-4f8f-afc5-17ae3fe654a6 associated. External IP: 10.96.250.220, port: 937d9c05-4fdb-4073-be15-f1885a734ebf. [pid: 8|app: 0|req: 300/650] 10.0.0.146 () {34 vars in 782 bytes} [Tue Apr 14 06:49:58 2026] PUT /v2.0/routers/76f5b7e5-8d99-4dc9-8842-1c3587736a75/add_router_interface => generated 309 bytes in 1263 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 06:50:00.090 8 INFO neutron.pecan_wsgi.hooks.translation [None req-ff567238-7ee8-4769-9c92-11b8244166b0 5cff6172b17b4874970d6eda836a1e09 377aa492f3b5476b90c4f42637c240df - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 301/651] 10.0.0.146 () {32 vars in 719 bytes} [Tue Apr 14 06:50:00 2026] DELETE /v2.0/ports/ccffa45c-6ce1-4149-a123-cf073825702c => generated 132 bytes in 28 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 304/654] 10.0.0.149 () {34 vars in 989 bytes} [Tue Apr 14 06:50:00 2026] GET /v2.0/ports?device_id=1c828a00-d7f8-4e98-9357-5be5cd99b1a4 => generated 971 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 06:50:00.201 8 INFO neutron.pecan_wsgi.hooks.translation [None req-734999ea-df93-48dc-bfc1-e2460e0a722e 5cff6172b17b4874970d6eda836a1e09 377aa492f3b5476b90c4f42637c240df - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 305/655] 10.0.0.146 () {32 vars in 723 bytes} [Tue Apr 14 06:50:00 2026] DELETE /v2.0/subnets/e3452f04-0ecd-405a-bf24-16feb789d8f5 => generated 136 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 306/656] 10.0.0.149 () {34 vars in 1039 bytes} [Tue Apr 14 06:50:00 2026] GET /v2.0/security-groups?id=2f19f622-df25-4016-91ed-08290768cad9&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: 351/657] 10.0.0.146 () {34 vars in 748 bytes} [Tue Apr 14 06:49:59 2026] PUT /v2.0/floatingips/513ab270-f265-4f8f-afc5-17ae3fe654a6 => generated 855 bytes in 1111 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 06:50:00.263 8 INFO neutron.pecan_wsgi.hooks.translation [None req-001a846f-6cad-4438-92c1-318b4effa4b6 5cff6172b17b4874970d6eda836a1e09 377aa492f3b5476b90c4f42637c240df - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 307/658] 10.0.0.146 () {32 vars in 723 bytes} [Tue Apr 14 06:50:00 2026] DELETE /v2.0/subnets/239e4ba1-f1f9-4cbb-8b27-e9ddcc5f48d0 => generated 136 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-14 06:50:00.294 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-32054462-6c44-4ee3-9ee8-9a0662a4b8b9'] response: {'name': 'network-changed', 'server_uuid': '6b8bcf52-bf27-4e1b-86be-b88b9bfd1a5a', 'tag': '937d9c05-4fdb-4073-be15-f1885a734ebf', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 308/659] 10.0.0.149 () {34 vars in 989 bytes} [Tue Apr 14 06:50:00 2026] GET /v2.0/ports?device_id=6b8bcf52-bf27-4e1b-86be-b88b9bfd1a5a => generated 971 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 309/660] 10.0.0.149 () {34 vars in 1039 bytes} [Tue Apr 14 06:50:00 2026] GET /v2.0/security-groups?id=c96ac516-055e-414c-8333-d6e63e796c78&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-04-14 06:50:00.426 7 INFO neutron_taas.services.taas.taas_plugin [None req-500d29ed-861d-4b66-8e28-a804e6b80905 5cff6172b17b4874970d6eda836a1e09 377aa492f3b5476b90c4f42637c240df - - default default] TaaS: Handle Delete Port: 32e71454-3dbc-4475-abe7-94a270a0bd69 2026-04-14 06:50:00.433 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-500d29ed-861d-4b66-8e28-a804e6b80905 5cff6172b17b4874970d6eda836a1e09 377aa492f3b5476b90c4f42637c240df - - default default] Tap Mirror: Handle Delete Port: 32e71454-3dbc-4475-abe7-94a270a0bd69 [pid: 7|app: 0|req: 352/661] 10.0.0.146 () {32 vars in 719 bytes} [Tue Apr 14 06:50:00 2026] DELETE /v2.0/ports/32e71454-3dbc-4475-abe7-94a270a0bd69 => generated 0 bytes in 273 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 310/662] 10.0.0.146 () {32 vars in 725 bytes} [Tue Apr 14 06:50:00 2026] DELETE /v2.0/networks/3caade1f-8028-4877-84dc-b3f130b847f2 => generated 0 bytes in 206 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 353/663] 10.0.0.146 () {34 vars in 684 bytes} [Tue Apr 14 06:50:00 2026] POST /v2.0/security-groups => generated 1658 bytes in 180 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 311/664] 199.204.45.53 () {34 vars in 1078 bytes} [Tue Apr 14 06:50:00 2026] GET /v2.0/ports?tenant_id=3b821a19d80e4e538f8fe790bc84ef86&device_id=6b8bcf52-bf27-4e1b-86be-b88b9bfd1a5a => generated 1240 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 312/665] 199.204.45.53 () {34 vars in 984 bytes} [Tue Apr 14 06:50:00 2026] GET /v2.0/networks?id=6665358b-c1c3-4378-b6d4-d6920b179bed => generated 780 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 354/666] 10.0.0.146 () {34 vars in 694 bytes} [Tue Apr 14 06:50:00 2026] POST /v2.0/security-group-rules => generated 597 bytes in 136 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 313/667] 199.204.45.53 () {34 vars in 1056 bytes} [Tue Apr 14 06:50:00 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.4&port_id=937d9c05-4fdb-4073-be15-f1885a734ebf => generated 858 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 355/668] 199.204.45.53 () {34 vars in 982 bytes} [Tue Apr 14 06:50:00 2026] GET /v2.0/subnets?id=a28c0475-d034-458f-81e7-f9738fa7f5df => generated 702 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 356/669] 199.204.45.53 () {34 vars in 1050 bytes} [Tue Apr 14 06:50:01 2026] GET /v2.0/ports?network_id=6665358b-c1c3-4378-b6d4-d6920b179bed&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: 357/670] 199.204.45.53 () {34 vars in 1010 bytes} [Tue Apr 14 06:50:01 2026] GET /v2.0/networks/6665358b-c1c3-4378-b6d4-d6920b179bed?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: 314/671] 10.0.0.146 () {34 vars in 694 bytes} [Tue Apr 14 06:50:00 2026] POST /v2.0/security-group-rules => generated 602 bytes in 112 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 315/672] 199.204.45.53 () {34 vars in 1110 bytes} [Tue Apr 14 06:50:01 2026] GET /v2.0/networks/6665358b-c1c3-4378-b6d4-d6920b179bed?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 316/673] 10.0.0.149 () {34 vars in 989 bytes} [Tue Apr 14 06:50:01 2026] GET /v2.0/ports?device_id=1c828a00-d7f8-4e98-9357-5be5cd99b1a4 => generated 971 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 317/674] 10.0.0.146 () {32 vars in 773 bytes} [Tue Apr 14 06:50:01 2026] GET /v2.0/security-groups?tenant_id=377aa492f3b5476b90c4f42637c240df&name=default => generated 2925 bytes in 178 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 318/675] 10.0.0.149 () {34 vars in 1039 bytes} [Tue Apr 14 06:50:01 2026] GET /v2.0/security-groups?id=2f19f622-df25-4016-91ed-08290768cad9&fields=id&fields=name => generated 88 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 358/676] 10.0.0.146 () {34 vars in 675 bytes} [Tue Apr 14 06:50:01 2026] POST /v2.0/floatingips => generated 552 bytes in 569 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-14 06:50:01.695 8 INFO neutron.services.segments.plugin [-] Segment 23aeb0bf-2838-451a-b897-eb183898f8a0 resource provider aggregate not found 2026-04-14 06:50:01.706 8 INFO neutron.services.segments.plugin [-] Segment 23aeb0bf-2838-451a-b897-eb183898f8a0 resource provider aggregate not found 2026-04-14 06:50:01.717 8 INFO neutron.services.segments.plugin [-] Segment 23aeb0bf-2838-451a-b897-eb183898f8a0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 23aeb0bf-2838-451a-b897-eb183898f8a0 found for delete ", "request_id": "req-0c22f7bd-0e3d-4089-9a53-84f636c9629f"}]} [pid: 8|app: 0|req: 319/677] 10.0.0.146 () {32 vars in 739 bytes} [Tue Apr 14 06:50:01 2026] DELETE /v2.0/security-groups/b415a94f-5c5d-4526-aeaa-79028d6b4139 => generated 0 bytes in 159 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-14 06:50:01.732 8 INFO neutron.services.segments.plugin [-] Segment 23aeb0bf-2838-451a-b897-eb183898f8a0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 23aeb0bf-2838-451a-b897-eb183898f8a0 found for delete ", "request_id": "req-bd2b698d-d54f-408f-94dc-43ca4f8637c4"}]} [pid: 7|app: 0|req: 359/678] 10.0.0.149 () {34 vars in 989 bytes} [Tue Apr 14 06:50:01 2026] GET /v2.0/ports?device_id=1c828a00-d7f8-4e98-9357-5be5cd99b1a4 => generated 971 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 320/679] 10.0.0.149 () {34 vars in 1039 bytes} [Tue Apr 14 06:50:01 2026] GET /v2.0/security-groups?id=2f19f622-df25-4016-91ed-08290768cad9&fields=id&fields=name => generated 88 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 360/680] 10.0.0.149 () {34 vars in 989 bytes} [Tue Apr 14 06:50:03 2026] GET /v2.0/ports?device_id=1c828a00-d7f8-4e98-9357-5be5cd99b1a4 => 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: 321/681] 10.0.0.149 () {34 vars in 1039 bytes} [Tue Apr 14 06:50:03 2026] GET /v2.0/security-groups?id=2f19f622-df25-4016-91ed-08290768cad9&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: 361/682] 10.0.0.146 () {34 vars in 683 bytes} [Tue Apr 14 06:50:03 2026] POST /v2.0/security-groups => generated 1624 bytes in 472 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 322/683] 10.0.0.146 () {32 vars in 662 bytes} [Tue Apr 14 06:50:03 2026] GET /v2.0/security-groups => generated 4529 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 362/684] 10.0.0.146 () {34 vars in 757 bytes} [Tue Apr 14 06:50:04 2026] PUT /v2.0/security-groups/aef38842-33b6-4864-b2b3-c48fdb003499 => generated 1664 bytes in 106 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 323/685] 10.0.0.146 () {32 vars in 736 bytes} [Tue Apr 14 06:50:04 2026] GET /v2.0/security-groups/aef38842-33b6-4864-b2b3-c48fdb003499 => generated 1664 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 363/686] 10.0.0.146 () {32 vars in 739 bytes} [Tue Apr 14 06:50:04 2026] DELETE /v2.0/security-groups/aef38842-33b6-4864-b2b3-c48fdb003499 => 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: 324/687] 10.0.0.146 () {32 vars in 662 bytes} [Tue Apr 14 06:50:04 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-04-14 06:50:04.287 8 INFO neutron.api.v2.resource [None req-81d7c9e1-77ac-4f21-9dca-311e220937b3 a7f8807a366c4b17845b28364c40225c ff8fd46832f448db9b956f97bcf895c3 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 325/688] 10.0.0.146 () {32 vars in 739 bytes} [Tue Apr 14 06:50:04 2026] DELETE /v2.0/security-groups/aef38842-33b6-4864-b2b3-c48fdb003499 => generated 146 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 364/689] 10.0.0.149 () {34 vars in 989 bytes} [Tue Apr 14 06:50:04 2026] GET /v2.0/ports?device_id=1c828a00-d7f8-4e98-9357-5be5cd99b1a4 => 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: 365/690] 10.0.0.149 () {34 vars in 1039 bytes} [Tue Apr 14 06:50:04 2026] GET /v2.0/security-groups?id=2f19f622-df25-4016-91ed-08290768cad9&fields=id&fields=name => generated 88 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 366/691] 199.204.45.53 () {34 vars in 992 bytes} [Tue Apr 14 06:50:04 2026] GET /v2.0/ports?device_id=1c828a00-d7f8-4e98-9357-5be5cd99b1a4 => generated 971 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 326/692] 10.0.0.146 () {34 vars in 683 bytes} [Tue Apr 14 06:50:04 2026] POST /v2.0/security-groups => generated 1624 bytes in 193 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 327/693] 10.0.0.146 () {34 vars in 694 bytes} [Tue Apr 14 06:50:04 2026] POST /v2.0/security-group-rules => generated 601 bytes in 138 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-14 06:50:04.641 7 INFO neutron_taas.services.taas.taas_plugin [req-d2c0ad49-24a1-4318-a1c6-ad8a4ccffa39 req-f6200a0b-8096-479e-b0a7-8843745e8ced fc14f5d67c2c4aca9bd895a4e641d2c6 d8648aa260b5453597f21ba7a8276b0f - - default default] TaaS: Handle Delete Port: f6b871a2-b42a-45a9-9010-250a847fcdb5 2026-04-14 06:50:04.644 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-d2c0ad49-24a1-4318-a1c6-ad8a4ccffa39 req-f6200a0b-8096-479e-b0a7-8843745e8ced fc14f5d67c2c4aca9bd895a4e641d2c6 d8648aa260b5453597f21ba7a8276b0f - - default default] Tap Mirror: Handle Delete Port: f6b871a2-b42a-45a9-9010-250a847fcdb5 [pid: 8|app: 0|req: 328/694] 10.0.0.146 () {32 vars in 746 bytes} [Tue Apr 14 06:50:04 2026] GET /v2.0/security-group-rules/e28c9259-7089-4d16-a8f6-af4ec4d60213 => generated 601 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 329/695] 10.0.0.146 () {32 vars in 672 bytes} [Tue Apr 14 06:50:04 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 99 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 367/696] 199.204.45.53 () {36 vars in 995 bytes} [Tue Apr 14 06:50:04 2026] DELETE /v2.0/ports/f6b871a2-b42a-45a9-9010-250a847fcdb5 => generated 0 bytes in 403 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 330/697] 10.0.0.146 () {32 vars in 749 bytes} [Tue Apr 14 06:50:04 2026] DELETE /v2.0/security-group-rules/e28c9259-7089-4d16-a8f6-af4ec4d60213 => generated 0 bytes in 97 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-14 06:50:04.891 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-015779e7-32a4-40e1-b1f4-36d236c69a96'] response: {'server_uuid': '1c828a00-d7f8-4e98-9357-5be5cd99b1a4', 'name': 'network-vif-deleted', 'tag': 'f6b871a2-b42a-45a9-9010-250a847fcdb5', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 368/698] 10.0.0.146 () {32 vars in 672 bytes} [Tue Apr 14 06:50:04 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 102 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 331/699] 10.0.0.146 () {34 vars in 694 bytes} [Tue Apr 14 06:50:04 2026] POST /v2.0/security-group-rules => generated 601 bytes in 98 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 369/700] 10.0.0.146 () {32 vars in 746 bytes} [Tue Apr 14 06:50:05 2026] GET /v2.0/security-group-rules/9fb53ee6-bfb7-4073-bbef-b9fa10737999 => generated 601 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 332/701] 10.0.0.146 () {32 vars in 672 bytes} [Tue Apr 14 06:50:05 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 370/702] 10.0.0.146 () {32 vars in 749 bytes} [Tue Apr 14 06:50:05 2026] DELETE /v2.0/security-group-rules/9fb53ee6-bfb7-4073-bbef-b9fa10737999 => 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: 333/703] 10.0.0.146 () {32 vars in 672 bytes} [Tue Apr 14 06:50:05 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-14 06:50:05.325 7 INFO neutron.db.securitygroups_db [None req-918b0459-ec7a-4993-b228-b4eead820a70 a7f8807a366c4b17845b28364c40225c ff8fd46832f448db9b956f97bcf895c3 - - default default] Project ff8fd46832f448db9b956f97bcf895c3 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: 371/704] 10.0.0.146 () {34 vars in 694 bytes} [Tue Apr 14 06:50:05 2026] POST /v2.0/security-group-rules => generated 607 bytes in 111 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 334/705] 10.0.0.146 () {32 vars in 746 bytes} [Tue Apr 14 06:50:05 2026] GET /v2.0/security-group-rules/9b4d8043-867f-4f4d-8d2d-ae05eb9cca9b => generated 607 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 372/706] 10.0.0.149 () {34 vars in 989 bytes} [Tue Apr 14 06:50:05 2026] GET /v2.0/ports?device_id=1c828a00-d7f8-4e98-9357-5be5cd99b1a4 => 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: 335/707] 10.0.0.146 () {32 vars in 672 bytes} [Tue Apr 14 06:50:05 2026] GET /v2.0/security-group-rules => generated 4144 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 373/708] 10.0.0.146 () {32 vars in 749 bytes} [Tue Apr 14 06:50:05 2026] DELETE /v2.0/security-group-rules/9b4d8043-867f-4f4d-8d2d-ae05eb9cca9b => generated 0 bytes in 62 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 336/709] 10.0.0.146 () {32 vars in 672 bytes} [Tue Apr 14 06:50:05 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 374/710] 10.0.0.146 () {32 vars in 739 bytes} [Tue Apr 14 06:50:05 2026] DELETE /v2.0/security-groups/fe7da528-a223-4a31-aa25-eb66389114dd => 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: 337/711] 10.0.0.146 () {32 vars in 662 bytes} [Tue Apr 14 06:50:05 2026] GET /v2.0/security-groups => generated 2925 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 375/712] 10.0.0.146 () {32 vars in 662 bytes} [Tue Apr 14 06:50:05 2026] GET /v2.0/security-groups => generated 2925 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 338/713] 10.0.0.146 () {32 vars in 773 bytes} [Tue Apr 14 06:50:06 2026] GET /v2.0/security-groups?tenant_id=ff8fd46832f448db9b956f97bcf895c3&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: 339/714] 10.0.0.149 () {34 vars in 989 bytes} [Tue Apr 14 06:50:06 2026] GET /v2.0/ports?device_id=1c828a00-d7f8-4e98-9357-5be5cd99b1a4 => 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: 376/715] 10.0.0.146 () {32 vars in 739 bytes} [Tue Apr 14 06:50:06 2026] DELETE /v2.0/security-groups/90493e07-c0ca-466a-a550-cd29846f5b4a => 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: 340/716] 10.0.0.149 () {34 vars in 1095 bytes} [Tue Apr 14 06:50:06 2026] GET /v2.0/security-groups?name=tempest-securitygroup--82844403&fields=id&tenant_id=79dbd2b5370c41fb9b0b23d0227cb96a => generated 69 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 377/717] 10.0.0.149 () {34 vars in 981 bytes} [Tue Apr 14 06:50:06 2026] GET /v2.0/networks?id=1c118732-8150-4da2-8bd3-51a412ad5331 => generated 679 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 341/718] 10.0.0.149 () {34 vars in 964 bytes} [Tue Apr 14 06:50:06 2026] GET /v2.0/quotas/79dbd2b5370c41fb9b0b23d0227cb96a => 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: 378/719] 10.0.0.149 () {34 vars in 1001 bytes} [Tue Apr 14 06:50:06 2026] GET /v2.0/ports?tenant_id=79dbd2b5370c41fb9b0b23d0227cb96a&fields=id => generated 103 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 342/720] 10.0.0.149 () {34 vars in 906 bytes} [Tue Apr 14 06:50:07 2026] GET /v2.0/extensions => generated 21537 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 379/721] 10.0.0.149 () {34 vars in 1007 bytes} [Tue Apr 14 06:50:07 2026] GET /v2.0/networks/1c118732-8150-4da2-8bd3-51a412ad5331?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: 343/722] 10.0.0.149 () {34 vars in 1107 bytes} [Tue Apr 14 06:50:07 2026] GET /v2.0/networks/1c118732-8150-4da2-8bd3-51a412ad5331?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: 380/723] 10.0.0.149 () {34 vars in 989 bytes} [Tue Apr 14 06:50:07 2026] GET /v2.0/ports?device_id=1c828a00-d7f8-4e98-9357-5be5cd99b1a4 => 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: 344/724] 10.0.0.149 () {34 vars in 989 bytes} [Tue Apr 14 06:50:07 2026] GET /v2.0/ports?device_id=61941601-46be-4352-bd80-f8424c44dd96 => 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: 381/725] 10.0.0.146 () {34 vars in 676 bytes} [Tue Apr 14 06:50:08 2026] POST /v2.0/subnetpools => generated 549 bytes in 222 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 345/726] 10.0.0.146 () {32 vars in 728 bytes} [Tue Apr 14 06:50:08 2026] GET /v2.0/subnetpools/6f047070-3371-4f32-8a18-0e17253149f8 => generated 549 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 382/727] 10.0.0.146 () {34 vars in 748 bytes} [Tue Apr 14 06:50:08 2026] PUT /v2.0/subnetpools/6f047070-3371-4f32-8a18-0e17253149f8 => generated 500 bytes in 92 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 346/728] 10.0.0.146 () {32 vars in 731 bytes} [Tue Apr 14 06:50:08 2026] DELETE /v2.0/subnetpools/6f047070-3371-4f32-8a18-0e17253149f8 => generated 0 bytes in 45 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-14 06:50:08.784 8 INFO neutron.api.v2.resource [None req-e6085b34-c0b1-4df6-b18b-78d7075c8278 5fc175727edb4615baaee670825a3eab 5ccd4499293f4a35a07ef50cb44d9df1 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 347/729] 10.0.0.146 () {32 vars in 728 bytes} [Tue Apr 14 06:50:08 2026] GET /v2.0/subnetpools/6f047070-3371-4f32-8a18-0e17253149f8 => generated 145 bytes in 9 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-14 06:50:08.799 8 INFO neutron.api.v2.resource [None req-b7d62ea3-db83-4d79-9a87-ce911fa5e200 5fc175727edb4615baaee670825a3eab 5ccd4499293f4a35a07ef50cb44d9df1 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 348/730] 10.0.0.146 () {32 vars in 731 bytes} [Tue Apr 14 06:50:08 2026] DELETE /v2.0/subnetpools/6f047070-3371-4f32-8a18-0e17253149f8 => generated 145 bytes in 9 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 349/731] 10.0.0.149 () {34 vars in 989 bytes} [Tue Apr 14 06:50:08 2026] GET /v2.0/ports?device_id=61941601-46be-4352-bd80-f8424c44dd96 => generated 12 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-14 06:50:09.121 7 INFO neutron_taas.services.taas.taas_plugin [None req-c49a64c4-d96c-4c9f-9751-565abffc012a 07fe03b92fd4416ab1e2727517b45ecd 18a9ceb573b9494d8f9349bd6d83cd30 - - default default] TaaS: Handle Delete Port: af58e644-8c00-4728-bf65-17ba53111382 2026-04-14 06:50:09.124 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c49a64c4-d96c-4c9f-9751-565abffc012a 07fe03b92fd4416ab1e2727517b45ecd 18a9ceb573b9494d8f9349bd6d83cd30 - - default default] Tap Mirror: Handle Delete Port: af58e644-8c00-4728-bf65-17ba53111382 [pid: 8|app: 0|req: 350/732] 10.0.0.146 () {32 vars in 773 bytes} [Tue Apr 14 06:50:09 2026] GET /v2.0/security-groups?tenant_id=5ccd4499293f4a35a07ef50cb44d9df1&name=default => generated 2925 bytes in 303 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 383/733] 10.0.0.146 () {34 vars in 788 bytes} [Tue Apr 14 06:50:08 2026] PUT /v2.0/routers/d0aa1700-0043-42ef-81a6-fd7bfb6b37da/remove_router_interface => generated 309 bytes in 988 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 351/734] 10.0.0.146 () {32 vars in 739 bytes} [Tue Apr 14 06:50:09 2026] DELETE /v2.0/security-groups/1b804940-9000-49c0-b602-8e991adc21f4 => generated 0 bytes in 135 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-14 06:50:09.973 7 INFO neutron_taas.services.taas.taas_plugin [None req-85b88bb5-6935-490a-a23c-3d587be7a890 07fe03b92fd4416ab1e2727517b45ecd 18a9ceb573b9494d8f9349bd6d83cd30 - - default default] TaaS: Handle Delete Port: e28a851c-c504-4ca6-9a95-6f7b56f604b0 2026-04-14 06:50:09.989 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-85b88bb5-6935-490a-a23c-3d587be7a890 07fe03b92fd4416ab1e2727517b45ecd 18a9ceb573b9494d8f9349bd6d83cd30 - - default default] Tap Mirror: Handle Delete Port: e28a851c-c504-4ca6-9a95-6f7b56f604b0 [pid: 8|app: 0|req: 352/735] 10.0.0.149 () {34 vars in 989 bytes} [Tue Apr 14 06:50:10 2026] GET /v2.0/ports?device_id=61941601-46be-4352-bd80-f8424c44dd96 => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-14 06:50:10.234 7 INFO neutron_taas.services.taas.taas_plugin [None req-85b88bb5-6935-490a-a23c-3d587be7a890 07fe03b92fd4416ab1e2727517b45ecd 18a9ceb573b9494d8f9349bd6d83cd30 - - default default] TaaS: Handle Delete Port: 046900d4-6ad1-44cd-9c62-a61b934beea7 2026-04-14 06:50:10.236 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-85b88bb5-6935-490a-a23c-3d587be7a890 07fe03b92fd4416ab1e2727517b45ecd 18a9ceb573b9494d8f9349bd6d83cd30 - - default default] Tap Mirror: Handle Delete Port: 046900d4-6ad1-44cd-9c62-a61b934beea7 2026-04-14 06:50:10.639 7 INFO neutron.services.segments.plugin [-] Segment e94b079d-d554-418f-b569-8e5a6769a0f5 resource provider aggregate not found 2026-04-14 06:50:10.645 7 INFO neutron.services.segments.plugin [-] Segment e94b079d-d554-418f-b569-8e5a6769a0f5 resource provider aggregate not found 2026-04-14 06:50:10.675 7 INFO neutron.services.segments.plugin [-] Segment e94b079d-d554-418f-b569-8e5a6769a0f5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e94b079d-d554-418f-b569-8e5a6769a0f5 found for delete ", "request_id": "req-11a3fffa-4c08-4af0-b427-066c5b8ec1e8"}]} 2026-04-14 06:50:10.680 7 INFO neutron.db.l3_hamode_db [None req-85b88bb5-6935-490a-a23c-3d587be7a890 07fe03b92fd4416ab1e2727517b45ecd 18a9ceb573b9494d8f9349bd6d83cd30 - - default default] HA network 6802b88f-6c45-4ac4-a8be-90fe34369635 was deleted as no HA routers are present in tenant d8648aa260b5453597f21ba7a8276b0f. [pid: 7|app: 0|req: 384/736] 10.0.0.146 () {32 vars in 723 bytes} [Tue Apr 14 06:50:09 2026] DELETE /v2.0/routers/d0aa1700-0043-42ef-81a6-fd7bfb6b37da => generated 0 bytes in 962 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-14 06:50:10.688 7 INFO neutron.services.segments.plugin [-] Segment e94b079d-d554-418f-b569-8e5a6769a0f5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e94b079d-d554-418f-b569-8e5a6769a0f5 found for delete ", "request_id": "req-cb62fabc-9df9-46c4-a2b5-64aec8a527a0"}]} [pid: 8|app: 0|req: 353/737] 10.0.0.146 () {32 vars in 723 bytes} [Tue Apr 14 06:50:10 2026] DELETE /v2.0/subnets/5e890d14-b5fd-40b3-b2b3-a3b113f71248 => generated 0 bytes in 298 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-14 06:50:11.109 7 INFO neutron_taas.services.taas.taas_plugin [None req-0c4ea5a9-81cf-4b50-8228-9180105ef47b 07fe03b92fd4416ab1e2727517b45ecd 18a9ceb573b9494d8f9349bd6d83cd30 - - default default] TaaS: Handle Delete Port: f2c31441-bdc8-46b4-b69c-129782c4e313 2026-04-14 06:50:11.112 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0c4ea5a9-81cf-4b50-8228-9180105ef47b 07fe03b92fd4416ab1e2727517b45ecd 18a9ceb573b9494d8f9349bd6d83cd30 - - default default] Tap Mirror: Handle Delete Port: f2c31441-bdc8-46b4-b69c-129782c4e313 [pid: 8|app: 0|req: 354/738] 10.0.0.149 () {34 vars in 989 bytes} [Tue Apr 14 06:50:11 2026] GET /v2.0/ports?device_id=61941601-46be-4352-bd80-f8424c44dd96 => 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: 385/739] 10.0.0.146 () {32 vars in 725 bytes} [Tue Apr 14 06:50:11 2026] DELETE /v2.0/networks/48998404-8735-4c07-b860-2e2c80fdbd84 => generated 0 bytes in 305 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 355/740] 10.0.0.146 () {32 vars in 773 bytes} [Tue Apr 14 06:50:11 2026] GET /v2.0/security-groups?tenant_id=d8648aa260b5453597f21ba7a8276b0f&name=default => generated 2925 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 386/741] 10.0.0.146 () {32 vars in 739 bytes} [Tue Apr 14 06:50:11 2026] DELETE /v2.0/security-groups/2f19f622-df25-4016-91ed-08290768cad9 => 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: 356/742] 10.0.0.149 () {34 vars in 989 bytes} [Tue Apr 14 06:50:12 2026] GET /v2.0/ports?device_id=61941601-46be-4352-bd80-f8424c44dd96 => 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: 387/743] 199.204.45.53 () {34 vars in 984 bytes} [Tue Apr 14 06:50:12 2026] GET /v2.0/networks?id=1c118732-8150-4da2-8bd3-51a412ad5331 => generated 679 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 357/744] 199.204.45.53 () {34 vars in 1048 bytes} [Tue Apr 14 06:50:12 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=79dbd2b5370c41fb9b0b23d0227cb96a => generated 179 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 06:50:12.701 7 INFO neutron.services.segments.plugin [-] Segment b8da3543-fb57-4796-bfb9-f8979519c236 resource provider aggregate not found 2026-04-14 06:50:12.706 7 INFO neutron.services.segments.plugin [-] Segment b8da3543-fb57-4796-bfb9-f8979519c236 resource provider aggregate not found 2026-04-14 06:50:12.718 7 INFO neutron.services.segments.plugin [-] Segment b8da3543-fb57-4796-bfb9-f8979519c236 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b8da3543-fb57-4796-bfb9-f8979519c236 found for delete ", "request_id": "req-142676e7-2e1d-4cb9-9fa9-91241d4804c8"}]} 2026-04-14 06:50:12.723 7 INFO neutron.services.segments.plugin [-] Segment b8da3543-fb57-4796-bfb9-f8979519c236 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b8da3543-fb57-4796-bfb9-f8979519c236 found for delete ", "request_id": "req-db2f010b-4102-43cf-8368-9322e8bcb47c"}]} [pid: 7|app: 0|req: 388/745] 199.204.45.53 () {38 vars in 953 bytes} [Tue Apr 14 06:50:12 2026] POST /v2.0/ports => generated 954 bytes in 406 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 358/746] 199.204.45.53 () {38 vars in 1026 bytes} [Tue Apr 14 06:50:12 2026] PUT /v2.0/ports/26602339-2c3d-441c-9326-9217de11094a => generated 1235 bytes in 489 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 389/747] 10.0.0.149 () {34 vars in 989 bytes} [Tue Apr 14 06:50:13 2026] GET /v2.0/ports?device_id=61941601-46be-4352-bd80-f8424c44dd96 => generated 969 bytes in 51 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: 359/748] 10.0.0.149 () {34 vars in 1039 bytes} [Tue Apr 14 06:50:13 2026] GET /v2.0/security-groups?id=983e3150-bd0d-4b76-82ec-53a7e43f81f2&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: 390/749] 10.0.0.146 () {32 vars in 773 bytes} [Tue Apr 14 06:50:13 2026] GET /v2.0/security-groups?tenant_id=c64b71799e0b42beb2b83de9b7c36b19&name=default => generated 2925 bytes in 247 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 360/750] 10.0.0.146 () {32 vars in 739 bytes} [Tue Apr 14 06:50:13 2026] DELETE /v2.0/security-groups/835428ae-aa37-4d04-9d62-e7f37beeac65 => generated 0 bytes in 127 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-14 06:50:13.904 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-971a82ed-8cbd-48a4-94c5-ffb2d8182b68'] response: {'name': 'network-changed', 'server_uuid': '61941601-46be-4352-bd80-f8424c44dd96', 'tag': '26602339-2c3d-441c-9326-9217de11094a', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 391/751] 199.204.45.53 () {34 vars in 1078 bytes} [Tue Apr 14 06:50:14 2026] GET /v2.0/ports?tenant_id=79dbd2b5370c41fb9b0b23d0227cb96a&device_id=61941601-46be-4352-bd80-f8424c44dd96 => generated 1238 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 361/752] 199.204.45.53 () {34 vars in 1056 bytes} [Tue Apr 14 06:50:14 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.7&port_id=26602339-2c3d-441c-9326-9217de11094a => 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: 392/753] 199.204.45.53 () {34 vars in 982 bytes} [Tue Apr 14 06:50:14 2026] GET /v2.0/subnets?id=a5344438-5fc9-4e1e-892d-168ff3db90fd => generated 697 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 394/756] 199.204.45.53 () {34 vars in 1050 bytes} [Tue Apr 14 06:50:14 2026] GET /v2.0/ports?network_id=1c118732-8150-4da2-8bd3-51a412ad5331&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: 395/757] 199.204.45.53 () {34 vars in 1010 bytes} [Tue Apr 14 06:50:14 2026] GET /v2.0/networks/1c118732-8150-4da2-8bd3-51a412ad5331?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: 363/758] 10.0.0.149 () {34 vars in 989 bytes} [Tue Apr 14 06:50:14 2026] GET /v2.0/ports?device_id=61941601-46be-4352-bd80-f8424c44dd96 => generated 969 bytes in 110 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 396/759] 199.204.45.53 () {34 vars in 1110 bytes} [Tue Apr 14 06:50:14 2026] GET /v2.0/networks/1c118732-8150-4da2-8bd3-51a412ad5331?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: 364/760] 10.0.0.149 () {34 vars in 1039 bytes} [Tue Apr 14 06:50:14 2026] GET /v2.0/security-groups?id=983e3150-bd0d-4b76-82ec-53a7e43f81f2&fields=id&fields=name => generated 112 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 397/761] 199.204.45.53 () {34 vars in 1078 bytes} [Tue Apr 14 06:50:15 2026] GET /v2.0/ports?tenant_id=79dbd2b5370c41fb9b0b23d0227cb96a&device_id=61941601-46be-4352-bd80-f8424c44dd96 => generated 1238 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 365/762] 199.204.45.53 () {34 vars in 984 bytes} [Tue Apr 14 06:50:15 2026] GET /v2.0/networks?id=1c118732-8150-4da2-8bd3-51a412ad5331 => generated 775 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 366/763] 199.204.45.53 () {34 vars in 1056 bytes} [Tue Apr 14 06:50:15 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.7&port_id=26602339-2c3d-441c-9326-9217de11094a => 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: 398/764] 10.0.0.149 () {34 vars in 989 bytes} [Tue Apr 14 06:50:15 2026] GET /v2.0/ports?device_id=61941601-46be-4352-bd80-f8424c44dd96 => generated 969 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 367/765] 199.204.45.53 () {34 vars in 982 bytes} [Tue Apr 14 06:50:15 2026] GET /v2.0/subnets?id=a5344438-5fc9-4e1e-892d-168ff3db90fd => generated 697 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 399/766] 10.0.0.149 () {34 vars in 1039 bytes} [Tue Apr 14 06:50:15 2026] GET /v2.0/security-groups?id=983e3150-bd0d-4b76-82ec-53a7e43f81f2&fields=id&fields=name => generated 112 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 368/767] 199.204.45.53 () {34 vars in 1050 bytes} [Tue Apr 14 06:50:15 2026] GET /v2.0/ports?network_id=1c118732-8150-4da2-8bd3-51a412ad5331&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: 400/768] 199.204.45.53 () {34 vars in 1010 bytes} [Tue Apr 14 06:50:15 2026] GET /v2.0/networks/1c118732-8150-4da2-8bd3-51a412ad5331?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: 369/769] 199.204.45.53 () {34 vars in 1110 bytes} [Tue Apr 14 06:50:15 2026] GET /v2.0/networks/1c118732-8150-4da2-8bd3-51a412ad5331?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: 401/770] 10.0.0.146 () {32 vars in 773 bytes} [Tue Apr 14 06:50:15 2026] GET /v2.0/security-groups?tenant_id=e3f282ddf7dd44c28813368f06491d1c&name=default => generated 2925 bytes in 408 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 370/771] 10.0.0.146 () {32 vars in 739 bytes} [Tue Apr 14 06:50:16 2026] DELETE /v2.0/security-groups/3865a188-8747-4b8c-8952-ccce48a185a7 => 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: 371/772] 10.0.0.146 () {32 vars in 773 bytes} [Tue Apr 14 06:50:16 2026] GET /v2.0/security-groups?tenant_id=faeabaaf87464e02b2b68cfd5b3f4fcc&name=default => generated 2925 bytes in 129 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 372/773] 10.0.0.146 () {32 vars in 739 bytes} [Tue Apr 14 06:50:16 2026] DELETE /v2.0/security-groups/ea7e60a1-544e-4bf0-a52c-42c75b77bf8d => generated 0 bytes in 76 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 402/774] 10.0.0.146 () {32 vars in 773 bytes} [Tue Apr 14 06:50:16 2026] GET /v2.0/security-groups?tenant_id=f951672de365492e8cbfbef31094d9ea&name=default => generated 2925 bytes in 329 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 373/775] 10.0.0.146 () {32 vars in 739 bytes} [Tue Apr 14 06:50:16 2026] DELETE /v2.0/security-groups/747e1c77-91f8-494f-b754-726d858ebcc2 => generated 0 bytes in 101 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 403/776] 10.0.0.149 () {34 vars in 989 bytes} [Tue Apr 14 06:50:16 2026] GET /v2.0/ports?device_id=61941601-46be-4352-bd80-f8424c44dd96 => generated 969 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 374/777] 10.0.0.149 () {34 vars in 1039 bytes} [Tue Apr 14 06:50:16 2026] GET /v2.0/security-groups?id=983e3150-bd0d-4b76-82ec-53a7e43f81f2&fields=id&fields=name => generated 112 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 404/778] 10.0.0.149 () {34 vars in 989 bytes} [Tue Apr 14 06:50:18 2026] GET /v2.0/ports?device_id=61941601-46be-4352-bd80-f8424c44dd96 => generated 969 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 375/779] 10.0.0.149 () {34 vars in 1039 bytes} [Tue Apr 14 06:50:18 2026] GET /v2.0/security-groups?id=983e3150-bd0d-4b76-82ec-53a7e43f81f2&fields=id&fields=name => generated 112 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 06:50:18.948 7 INFO neutron.db.segments_db [None req-d0ad583b-d932-4b31-b9fe-5c6274df6212 07fe03b92fd4416ab1e2727517b45ecd 18a9ceb573b9494d8f9349bd6d83cd30 - - default default] Added segment baca86d4-21a5-4287-899a-39c55100bf04 of type vxlan for network 2a43b927-b049-482b-bb7f-9ee04dabeebc [pid: 7|app: 0|req: 405/780] 10.0.0.146 () {34 vars in 670 bytes} [Tue Apr 14 06:50:18 2026] POST /v2.0/networks => generated 740 bytes in 393 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 376/781] 10.0.0.146 () {34 vars in 668 bytes} [Tue Apr 14 06:50:19 2026] POST /v2.0/subnets => generated 687 bytes in 180 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 377/782] 10.0.0.149 () {34 vars in 989 bytes} [Tue Apr 14 06:50:19 2026] GET /v2.0/ports?device_id=61941601-46be-4352-bd80-f8424c44dd96 => generated 969 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 06:50:19.315 7 INFO neutron.db.segments_db [None req-431c0509-cf32-4158-8f85-cf320ca29879 07fe03b92fd4416ab1e2727517b45ecd 18a9ceb573b9494d8f9349bd6d83cd30 - - default default] Added segment c6cf19ed-3341-4e79-a68e-785f75610e4e of type vxlan for network 262fc18c-a169-4ea7-94ed-d4d01baa3d25 [pid: 8|app: 0|req: 378/783] 10.0.0.149 () {34 vars in 1039 bytes} [Tue Apr 14 06:50:19 2026] GET /v2.0/security-groups?id=983e3150-bd0d-4b76-82ec-53a7e43f81f2&fields=id&fields=name => generated 112 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 06:50:19.590 7 INFO neutron.db.l3_hamode_db [None req-431c0509-cf32-4158-8f85-cf320ca29879 07fe03b92fd4416ab1e2727517b45ecd f22b2d41d0524b998094a9a55e94f600 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-14 06:50:20.332 7 INFO neutron.db.l3_hamode_db [None req-431c0509-cf32-4158-8f85-cf320ca29879 07fe03b92fd4416ab1e2727517b45ecd 18a9ceb573b9494d8f9349bd6d83cd30 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 379/784] 10.0.0.149 () {34 vars in 989 bytes} [Tue Apr 14 06:50:20 2026] GET /v2.0/ports?device_id=61941601-46be-4352-bd80-f8424c44dd96 => generated 969 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 380/785] 10.0.0.149 () {34 vars in 1039 bytes} [Tue Apr 14 06:50:20 2026] GET /v2.0/security-groups?id=983e3150-bd0d-4b76-82ec-53a7e43f81f2&fields=id&fields=name => generated 112 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 406/786] 10.0.0.146 () {34 vars in 668 bytes} [Tue Apr 14 06:50:19 2026] POST /v2.0/routers => generated 727 bytes in 1986 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 407/787] 10.0.0.149 () {34 vars in 989 bytes} [Tue Apr 14 06:50:21 2026] GET /v2.0/ports?device_id=61941601-46be-4352-bd80-f8424c44dd96 => 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: 408/788] 10.0.0.149 () {34 vars in 1039 bytes} [Tue Apr 14 06:50:21 2026] GET /v2.0/security-groups?id=983e3150-bd0d-4b76-82ec-53a7e43f81f2&fields=id&fields=name => generated 112 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 381/789] 10.0.0.146 () {34 vars in 782 bytes} [Tue Apr 14 06:50:21 2026] PUT /v2.0/routers/99336b0d-6136-4341-b399-49ca45a2f61c/add_router_interface => generated 309 bytes in 1230 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 409/790] 10.0.0.146 () {32 vars in 773 bytes} [Tue Apr 14 06:50:22 2026] GET /v2.0/security-groups?tenant_id=134a4745fbc74e1ca4b04fe3b6081846&name=default => generated 2925 bytes in 391 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 382/791] 10.0.0.146 () {32 vars in 739 bytes} [Tue Apr 14 06:50:22 2026] DELETE /v2.0/security-groups/0f64439c-fb69-45a9-8134-ad3caed3dabb => 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: 383/792] 10.0.0.149 () {34 vars in 989 bytes} [Tue Apr 14 06:50:22 2026] GET /v2.0/ports?device_id=61941601-46be-4352-bd80-f8424c44dd96 => generated 971 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 410/793] 10.0.0.146 () {32 vars in 773 bytes} [Tue Apr 14 06:50:22 2026] GET /v2.0/security-groups?tenant_id=dfc0eff8266844d4b81c9e43c117be6e&name=default => generated 2925 bytes in 116 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 384/794] 10.0.0.149 () {34 vars in 1039 bytes} [Tue Apr 14 06:50:22 2026] GET /v2.0/security-groups?id=983e3150-bd0d-4b76-82ec-53a7e43f81f2&fields=id&fields=name => generated 112 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 411/795] 10.0.0.146 () {32 vars in 739 bytes} [Tue Apr 14 06:50:22 2026] DELETE /v2.0/security-groups/f7717ad3-66da-4175-be99-9b11706fd61c => generated 0 bytes in 106 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 385/796] 10.0.0.149 () {34 vars in 989 bytes} [Tue Apr 14 06:50:23 2026] GET /v2.0/ports?device_id=61941601-46be-4352-bd80-f8424c44dd96 => generated 971 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 412/797] 10.0.0.149 () {34 vars in 1039 bytes} [Tue Apr 14 06:50:23 2026] GET /v2.0/security-groups?id=983e3150-bd0d-4b76-82ec-53a7e43f81f2&fields=id&fields=name => generated 112 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 386/798] 10.0.0.149 () {34 vars in 989 bytes} [Tue Apr 14 06:50:23 2026] GET /v2.0/ports?device_id=61941601-46be-4352-bd80-f8424c44dd96 => generated 971 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 06:50:24.369 7 INFO neutron.db.l3_db [None req-c757fd53-3ae3-427b-8183-a9c8a6bac10a 97aa66f63e9f49adbfb67c98c968a800 79dbd2b5370c41fb9b0b23d0227cb96a - - default default] Floating IP 00f93c64-505c-42c3-8373-6914ee3eddbc associated. External IP: 10.96.250.201, port: 26602339-2c3d-441c-9326-9217de11094a. [pid: 7|app: 0|req: 413/799] 10.0.0.146 () {34 vars in 748 bytes} [Tue Apr 14 06:50:24 2026] PUT /v2.0/floatingips/00f93c64-505c-42c3-8373-6914ee3eddbc => generated 855 bytes in 683 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 06:50:24.730 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-3c93b93b-965f-4efc-93e8-250689b9e1ed'] response: {'name': 'network-changed', 'server_uuid': '61941601-46be-4352-bd80-f8424c44dd96', 'tag': '26602339-2c3d-441c-9326-9217de11094a', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 387/800] 10.0.0.149 () {34 vars in 989 bytes} [Tue Apr 14 06:50:24 2026] GET /v2.0/ports?device_id=61941601-46be-4352-bd80-f8424c44dd96 => generated 971 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 414/801] 10.0.0.149 () {34 vars in 1039 bytes} [Tue Apr 14 06:50:24 2026] GET /v2.0/security-groups?id=983e3150-bd0d-4b76-82ec-53a7e43f81f2&fields=id&fields=name => generated 112 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 388/802] 10.0.0.149 () {34 vars in 981 bytes} [Tue Apr 14 06:50:24 2026] GET /v2.0/networks?id=2a43b927-b049-482b-bb7f-9ee04dabeebc => generated 672 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 415/803] 10.0.0.149 () {34 vars in 964 bytes} [Tue Apr 14 06:50:25 2026] GET /v2.0/quotas/f22b2d41d0524b998094a9a55e94f600 => generated 292 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 389/804] 10.0.0.149 () {34 vars in 1001 bytes} [Tue Apr 14 06:50:25 2026] GET /v2.0/ports?tenant_id=f22b2d41d0524b998094a9a55e94f600&fields=id => generated 103 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 390/805] 10.0.0.149 () {34 vars in 1007 bytes} [Tue Apr 14 06:50:25 2026] GET /v2.0/networks/2a43b927-b049-482b-bb7f-9ee04dabeebc?fields=segments => generated 14 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 416/806] 10.0.0.149 () {34 vars in 989 bytes} [Tue Apr 14 06:50:25 2026] GET /v2.0/ports?device_id=61941601-46be-4352-bd80-f8424c44dd96 => 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: 391/807] 10.0.0.149 () {34 vars in 1107 bytes} [Tue Apr 14 06:50:25 2026] GET /v2.0/networks/2a43b927-b049-482b-bb7f-9ee04dabeebc?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 417/808] 10.0.0.149 () {34 vars in 1039 bytes} [Tue Apr 14 06:50:25 2026] GET /v2.0/security-groups?id=983e3150-bd0d-4b76-82ec-53a7e43f81f2&fields=id&fields=name => generated 112 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 392/809] 199.204.45.53 () {34 vars in 1078 bytes} [Tue Apr 14 06:50:25 2026] GET /v2.0/ports?tenant_id=79dbd2b5370c41fb9b0b23d0227cb96a&device_id=61941601-46be-4352-bd80-f8424c44dd96 => generated 1240 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 418/810] 199.204.45.53 () {34 vars in 984 bytes} [Tue Apr 14 06:50:25 2026] GET /v2.0/networks?id=1c118732-8150-4da2-8bd3-51a412ad5331 => generated 775 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 419/811] 10.0.0.149 () {34 vars in 989 bytes} [Tue Apr 14 06:50:25 2026] GET /v2.0/ports?device_id=d4e88ff8-f41b-40a9-b9d6-549c734c234e => 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: 393/812] 199.204.45.53 () {34 vars in 1056 bytes} [Tue Apr 14 06:50:25 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.7&port_id=26602339-2c3d-441c-9326-9217de11094a => generated 858 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 420/813] 199.204.45.53 () {34 vars in 982 bytes} [Tue Apr 14 06:50:25 2026] GET /v2.0/subnets?id=a5344438-5fc9-4e1e-892d-168ff3db90fd => generated 697 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 394/814] 199.204.45.53 () {34 vars in 1050 bytes} [Tue Apr 14 06:50:25 2026] GET /v2.0/ports?network_id=1c118732-8150-4da2-8bd3-51a412ad5331&device_owner=network%3Adhcp => generated 1244 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 421/815] 199.204.45.53 () {34 vars in 1010 bytes} [Tue Apr 14 06:50:25 2026] GET /v2.0/networks/1c118732-8150-4da2-8bd3-51a412ad5331?fields=segments => generated 14 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 395/816] 199.204.45.53 () {34 vars in 1110 bytes} [Tue Apr 14 06:50:25 2026] GET /v2.0/networks/1c118732-8150-4da2-8bd3-51a412ad5331?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: 422/817] 10.0.0.149 () {34 vars in 989 bytes} [Tue Apr 14 06:50:26 2026] GET /v2.0/ports?device_id=61941601-46be-4352-bd80-f8424c44dd96 => 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: 396/818] 10.0.0.149 () {34 vars in 1039 bytes} [Tue Apr 14 06:50:26 2026] GET /v2.0/security-groups?id=983e3150-bd0d-4b76-82ec-53a7e43f81f2&fields=id&fields=name => generated 112 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 423/819] 10.0.0.149 () {34 vars in 989 bytes} [Tue Apr 14 06:50:26 2026] GET /v2.0/ports?device_id=d4e88ff8-f41b-40a9-b9d6-549c734c234e => 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: 397/820] 10.0.0.149 () {34 vars in 989 bytes} [Tue Apr 14 06:50:27 2026] GET /v2.0/ports?device_id=61941601-46be-4352-bd80-f8424c44dd96 => generated 971 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 424/821] 10.0.0.149 () {34 vars in 1039 bytes} [Tue Apr 14 06:50:27 2026] GET /v2.0/security-groups?id=983e3150-bd0d-4b76-82ec-53a7e43f81f2&fields=id&fields=name => generated 112 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 398/822] 10.0.0.149 () {34 vars in 989 bytes} [Tue Apr 14 06:50:27 2026] GET /v2.0/ports?device_id=d4e88ff8-f41b-40a9-b9d6-549c734c234e => 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: 399/823] 199.204.45.53 () {34 vars in 992 bytes} [Tue Apr 14 06:50:27 2026] GET /v2.0/ports?device_id=61941601-46be-4352-bd80-f8424c44dd96 => generated 971 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 06:50:27.936 8 INFO neutron_taas.services.taas.taas_plugin [req-55a67881-8b69-42a2-b2ab-0a32f8f87396 req-41127cee-bdd0-4aae-be6f-547ab3d1b58d 97aa66f63e9f49adbfb67c98c968a800 79dbd2b5370c41fb9b0b23d0227cb96a - - default default] TaaS: Handle Delete Port: 26602339-2c3d-441c-9326-9217de11094a 2026-04-14 06:50:27.939 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-55a67881-8b69-42a2-b2ab-0a32f8f87396 req-41127cee-bdd0-4aae-be6f-547ab3d1b58d 97aa66f63e9f49adbfb67c98c968a800 79dbd2b5370c41fb9b0b23d0227cb96a - - default default] Tap Mirror: Handle Delete Port: 26602339-2c3d-441c-9326-9217de11094a [pid: 7|app: 0|req: 425/824] 10.0.0.146 () {32 vars in 773 bytes} [Tue Apr 14 06:50:27 2026] GET /v2.0/security-groups?tenant_id=22a4dd12aaef4590bb28bf2e0cd4679b&name=default => generated 2925 bytes in 332 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-14 06:50:28.138 8 INFO neutron.db.l3_db [req-55a67881-8b69-42a2-b2ab-0a32f8f87396 req-41127cee-bdd0-4aae-be6f-547ab3d1b58d 97aa66f63e9f49adbfb67c98c968a800 79dbd2b5370c41fb9b0b23d0227cb96a - - default default] Floating IP 00f93c64-505c-42c3-8373-6914ee3eddbc disassociated. External IP: 10.96.250.201, port: 26602339-2c3d-441c-9326-9217de11094a. [pid: 7|app: 0|req: 426/825] 10.0.0.146 () {32 vars in 739 bytes} [Tue Apr 14 06:50:28 2026] DELETE /v2.0/security-groups/532bdc39-c8f5-4619-bb05-d682aa8f40ac => 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: 427/826] 10.0.0.146 () {32 vars in 773 bytes} [Tue Apr 14 06:50:28 2026] GET /v2.0/security-groups?tenant_id=8c1772087fbc4b6288b861e2c30eb4fd&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: 428/827] 10.0.0.146 () {32 vars in 739 bytes} [Tue Apr 14 06:50:28 2026] DELETE /v2.0/security-groups/10eec486-4859-4001-9d67-ba23002955c2 => 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: 400/828] 199.204.45.53 () {36 vars in 995 bytes} [Tue Apr 14 06:50:27 2026] DELETE /v2.0/ports/26602339-2c3d-441c-9326-9217de11094a => generated 0 bytes in 706 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-14 06:50:28.575 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-5169dbdf-41eb-4d0b-add9-876b63a1ae1c'] response: {'server_uuid': '61941601-46be-4352-bd80-f8424c44dd96', 'name': 'network-vif-deleted', 'tag': '26602339-2c3d-441c-9326-9217de11094a', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 429/829] 10.0.0.149 () {34 vars in 989 bytes} [Tue Apr 14 06:50:28 2026] GET /v2.0/ports?device_id=61941601-46be-4352-bd80-f8424c44dd96 => 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: 401/830] 10.0.0.149 () {34 vars in 989 bytes} [Tue Apr 14 06:50:28 2026] GET /v2.0/ports?device_id=d4e88ff8-f41b-40a9-b9d6-549c734c234e => 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: 431/833] 199.204.45.53 () {34 vars in 984 bytes} [Tue Apr 14 06:50:29 2026] GET /v2.0/networks?id=2a43b927-b049-482b-bb7f-9ee04dabeebc => generated 672 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 432/834] 10.0.0.149 () {34 vars in 989 bytes} [Tue Apr 14 06:50:29 2026] GET /v2.0/ports?device_id=61941601-46be-4352-bd80-f8424c44dd96 => 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: 433/835] 10.0.0.149 () {34 vars in 989 bytes} [Tue Apr 14 06:50:29 2026] GET /v2.0/ports?device_id=d4e88ff8-f41b-40a9-b9d6-549c734c234e => 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: 403/836] 199.204.45.53 () {38 vars in 953 bytes} [Tue Apr 14 06:50:29 2026] POST /v2.0/ports => generated 954 bytes in 331 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 434/837] 199.204.45.53 () {38 vars in 1026 bytes} [Tue Apr 14 06:50:30 2026] PUT /v2.0/ports/07a0cbc5-aea4-4d15-af8d-b5b2692d44bb => generated 1235 bytes in 431 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-14 06:50:30.523 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-e572292d-37f7-40c0-97fb-26d8c14ae215'] response: {'name': 'network-changed', 'server_uuid': 'd4e88ff8-f41b-40a9-b9d6-549c734c234e', 'tag': '07a0cbc5-aea4-4d15-af8d-b5b2692d44bb', 'status': 'completed', 'code': 200} /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 404/838] 10.0.0.149 () {34 vars in 989 bytes} [Tue Apr 14 06:50:30 2026] GET /v2.0/ports?device_id=61941601-46be-4352-bd80-f8424c44dd96 => 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: 435/839] 10.0.0.149 () {34 vars in 989 bytes} [Tue Apr 14 06:50:30 2026] GET /v2.0/ports?device_id=d4e88ff8-f41b-40a9-b9d6-549c734c234e => generated 969 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 405/840] 10.0.0.149 () {34 vars in 1039 bytes} [Tue Apr 14 06:50:30 2026] GET /v2.0/security-groups?id=df7a762a-60dc-4483-8ad9-4ee94b14dba6&fields=id&fields=name => generated 88 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 436/841] 199.204.45.53 () {34 vars in 1078 bytes} [Tue Apr 14 06:50:31 2026] GET /v2.0/ports?tenant_id=f22b2d41d0524b998094a9a55e94f600&device_id=d4e88ff8-f41b-40a9-b9d6-549c734c234e => generated 1238 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 406/842] 199.204.45.53 () {34 vars in 1016 bytes} [Tue Apr 14 06:50:31 2026] GET /v2.0/networks?tenant_id=f22b2d41d0524b998094a9a55e94f600&shared=False => generated 768 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 437/843] 199.204.45.53 () {34 vars in 928 bytes} [Tue Apr 14 06:50:31 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 407/844] 10.0.0.149 () {34 vars in 989 bytes} [Tue Apr 14 06:50:31 2026] GET /v2.0/ports?device_id=61941601-46be-4352-bd80-f8424c44dd96 => 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: 438/845] 10.0.0.149 () {34 vars in 989 bytes} [Tue Apr 14 06:50:31 2026] GET /v2.0/ports?device_id=d4e88ff8-f41b-40a9-b9d6-549c734c234e => generated 969 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 408/846] 10.0.0.149 () {34 vars in 1039 bytes} [Tue Apr 14 06:50:32 2026] GET /v2.0/security-groups?id=df7a762a-60dc-4483-8ad9-4ee94b14dba6&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: 439/847] 199.204.45.53 () {34 vars in 1078 bytes} [Tue Apr 14 06:50:32 2026] GET /v2.0/ports?tenant_id=f22b2d41d0524b998094a9a55e94f600&device_id=d4e88ff8-f41b-40a9-b9d6-549c734c234e => generated 1238 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 409/848] 199.204.45.53 () {34 vars in 1056 bytes} [Tue Apr 14 06:50:32 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.7&port_id=07a0cbc5-aea4-4d15-af8d-b5b2692d44bb => 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: 440/849] 199.204.45.53 () {34 vars in 982 bytes} [Tue Apr 14 06:50:32 2026] GET /v2.0/subnets?id=f6312083-9540-4f66-b375-a2ddef913364 => generated 690 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 410/850] 199.204.45.53 () {34 vars in 1050 bytes} [Tue Apr 14 06:50:32 2026] GET /v2.0/ports?network_id=2a43b927-b049-482b-bb7f-9ee04dabeebc&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: 441/851] 199.204.45.53 () {34 vars in 1010 bytes} [Tue Apr 14 06:50:32 2026] GET /v2.0/networks/2a43b927-b049-482b-bb7f-9ee04dabeebc?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: 411/852] 199.204.45.53 () {34 vars in 1110 bytes} [Tue Apr 14 06:50:32 2026] GET /v2.0/networks/2a43b927-b049-482b-bb7f-9ee04dabeebc?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: 442/853] 10.0.0.146 () {32 vars in 739 bytes} [Tue Apr 14 06:50:33 2026] DELETE /v2.0/security-groups/983e3150-bd0d-4b76-82ec-53a7e43f81f2 => generated 0 bytes in 94 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-14 06:50:33.123 8 INFO neutron.api.v2.resource [None req-03fac463-82c6-4691-8ca7-78e619f8bed2 97aa66f63e9f49adbfb67c98c968a800 79dbd2b5370c41fb9b0b23d0227cb96a - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 412/854] 10.0.0.146 () {32 vars in 736 bytes} [Tue Apr 14 06:50:33 2026] GET /v2.0/security-groups/983e3150-bd0d-4b76-82ec-53a7e43f81f2 => generated 146 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 443/855] 10.0.0.149 () {34 vars in 989 bytes} [Tue Apr 14 06:50:33 2026] GET /v2.0/ports?device_id=d4e88ff8-f41b-40a9-b9d6-549c734c234e => generated 969 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 444/856] 10.0.0.149 () {34 vars in 1039 bytes} [Tue Apr 14 06:50:33 2026] GET /v2.0/security-groups?id=df7a762a-60dc-4483-8ad9-4ee94b14dba6&fields=id&fields=name => generated 88 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-14 06:50:33.215 8 INFO neutron_taas.services.taas.taas_plugin [None req-095263bb-1a93-4306-afa9-b5ae9b01c635 97aa66f63e9f49adbfb67c98c968a800 79dbd2b5370c41fb9b0b23d0227cb96a - - default default] TaaS: Handle Delete Port: b7c2bfa3-ac1c-46e1-88d0-c22526127be8 2026-04-14 06:50:33.218 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-095263bb-1a93-4306-afa9-b5ae9b01c635 97aa66f63e9f49adbfb67c98c968a800 79dbd2b5370c41fb9b0b23d0227cb96a - - default default] Tap Mirror: Handle Delete Port: b7c2bfa3-ac1c-46e1-88d0-c22526127be8 [pid: 8|app: 0|req: 413/857] 10.0.0.146 () {32 vars in 731 bytes} [Tue Apr 14 06:50:33 2026] DELETE /v2.0/floatingips/00f93c64-505c-42c3-8373-6914ee3eddbc => generated 0 bytes in 229 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-14 06:50:33.724 7 INFO neutron_taas.services.taas.taas_plugin [None req-49109c6a-bad3-4383-b5ef-a6b7873aacd0 07fe03b92fd4416ab1e2727517b45ecd 18a9ceb573b9494d8f9349bd6d83cd30 - - default default] TaaS: Handle Delete Port: 9985bad3-ee35-40f2-86c3-c9e28bb2c2b9 2026-04-14 06:50:33.727 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-49109c6a-bad3-4383-b5ef-a6b7873aacd0 07fe03b92fd4416ab1e2727517b45ecd 18a9ceb573b9494d8f9349bd6d83cd30 - - default default] Tap Mirror: Handle Delete Port: 9985bad3-ee35-40f2-86c3-c9e28bb2c2b9 [pid: 8|app: 0|req: 414/858] 10.0.0.146 () {32 vars in 773 bytes} [Tue Apr 14 06:50:34 2026] GET /v2.0/security-groups?tenant_id=65f0b6dde42942bdadce4aa98adb185c&name=default => generated 2925 bytes in 319 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 445/859] 10.0.0.146 () {34 vars in 788 bytes} [Tue Apr 14 06:50:33 2026] PUT /v2.0/routers/76f5b7e5-8d99-4dc9-8842-1c3587736a75/remove_router_interface => generated 309 bytes in 996 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 415/860] 10.0.0.149 () {34 vars in 989 bytes} [Tue Apr 14 06:50:34 2026] GET /v2.0/ports?device_id=d4e88ff8-f41b-40a9-b9d6-549c734c234e => generated 969 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 446/861] 10.0.0.146 () {32 vars in 739 bytes} [Tue Apr 14 06:50:34 2026] DELETE /v2.0/security-groups/b536ad2e-c9a2-47c3-93b5-9ed0d7968970 => generated 0 bytes in 127 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 447/862] 10.0.0.149 () {34 vars in 1039 bytes} [Tue Apr 14 06:50:34 2026] GET /v2.0/security-groups?id=df7a762a-60dc-4483-8ad9-4ee94b14dba6&fields=id&fields=name => generated 88 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-14 06:50:34.649 8 INFO neutron_taas.services.taas.taas_plugin [None req-c6aa3536-1924-4e70-b5a1-260857248c13 07fe03b92fd4416ab1e2727517b45ecd 18a9ceb573b9494d8f9349bd6d83cd30 - - default default] TaaS: Handle Delete Port: 765ee12b-c4dd-4be3-8245-ff94f641ba6b 2026-04-14 06:50:34.652 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c6aa3536-1924-4e70-b5a1-260857248c13 07fe03b92fd4416ab1e2727517b45ecd 18a9ceb573b9494d8f9349bd6d83cd30 - - default default] Tap Mirror: Handle Delete Port: 765ee12b-c4dd-4be3-8245-ff94f641ba6b [pid: 7|app: 0|req: 448/863] 10.0.0.146 () {32 vars in 773 bytes} [Tue Apr 14 06:50:34 2026] GET /v2.0/security-groups?tenant_id=0f324bbcf5ab471f91d23c2a4ff60e36&name=default => generated 2925 bytes in 124 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 449/864] 10.0.0.146 () {32 vars in 739 bytes} [Tue Apr 14 06:50:34 2026] DELETE /v2.0/security-groups/861ab47a-467b-431f-ad89-2b98ceb21e5f => generated 0 bytes in 105 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-14 06:50:34.941 8 INFO neutron_taas.services.taas.taas_plugin [None req-c6aa3536-1924-4e70-b5a1-260857248c13 07fe03b92fd4416ab1e2727517b45ecd 18a9ceb573b9494d8f9349bd6d83cd30 - - default default] TaaS: Handle Delete Port: 9abc18bf-5adc-4d2a-b98a-1faea1e8321a 2026-04-14 06:50:34.944 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c6aa3536-1924-4e70-b5a1-260857248c13 07fe03b92fd4416ab1e2727517b45ecd 18a9ceb573b9494d8f9349bd6d83cd30 - - default default] Tap Mirror: Handle Delete Port: 9abc18bf-5adc-4d2a-b98a-1faea1e8321a 2026-04-14 06:50:35.305 8 INFO neutron.services.segments.plugin [-] Segment 2ceb88a5-b867-44fb-9432-713cb8d13cdc resource provider aggregate not found 2026-04-14 06:50:35.318 8 INFO neutron.services.segments.plugin [-] Segment 2ceb88a5-b867-44fb-9432-713cb8d13cdc resource provider aggregate not found 2026-04-14 06:50:35.330 8 INFO neutron.services.segments.plugin [-] Segment 2ceb88a5-b867-44fb-9432-713cb8d13cdc resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2ceb88a5-b867-44fb-9432-713cb8d13cdc found for delete ", "request_id": "req-04140c88-f985-4b2e-8567-6211c11b339f"}]} 2026-04-14 06:50:35.342 8 INFO neutron.services.segments.plugin [-] Segment 2ceb88a5-b867-44fb-9432-713cb8d13cdc resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2ceb88a5-b867-44fb-9432-713cb8d13cdc found for delete ", "request_id": "req-561458a0-ed49-4ce9-8170-16c24e998622"}]} 2026-04-14 06:50:35.344 8 INFO neutron.db.l3_hamode_db [None req-c6aa3536-1924-4e70-b5a1-260857248c13 07fe03b92fd4416ab1e2727517b45ecd 18a9ceb573b9494d8f9349bd6d83cd30 - - default default] HA network a1c98265-3a62-4a05-acea-b3cb78bf3d86 was deleted as no HA routers are present in tenant 79dbd2b5370c41fb9b0b23d0227cb96a. [pid: 8|app: 0|req: 416/865] 10.0.0.146 () {32 vars in 723 bytes} [Tue Apr 14 06:50:34 2026] DELETE /v2.0/routers/76f5b7e5-8d99-4dc9-8842-1c3587736a75 => generated 0 bytes in 911 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 450/866] 10.0.0.146 () {32 vars in 723 bytes} [Tue Apr 14 06:50:35 2026] DELETE /v2.0/subnets/a5344438-5fc9-4e1e-892d-168ff3db90fd => generated 0 bytes in 156 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-14 06:50:35.628 8 INFO neutron_taas.services.taas.taas_plugin [None req-3ce5066c-dd6c-4a8e-85a3-0a0ecb65d372 07fe03b92fd4416ab1e2727517b45ecd 18a9ceb573b9494d8f9349bd6d83cd30 - - default default] TaaS: Handle Delete Port: 26fb0740-151a-48ac-be48-a67851854733 2026-04-14 06:50:35.630 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3ce5066c-dd6c-4a8e-85a3-0a0ecb65d372 07fe03b92fd4416ab1e2727517b45ecd 18a9ceb573b9494d8f9349bd6d83cd30 - - default default] Tap Mirror: Handle Delete Port: 26fb0740-151a-48ac-be48-a67851854733 [pid: 7|app: 0|req: 451/867] 10.0.0.149 () {34 vars in 989 bytes} [Tue Apr 14 06:50:35 2026] GET /v2.0/ports?device_id=d4e88ff8-f41b-40a9-b9d6-549c734c234e => 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: 452/868] 10.0.0.149 () {34 vars in 1039 bytes} [Tue Apr 14 06:50:35 2026] GET /v2.0/security-groups?id=df7a762a-60dc-4483-8ad9-4ee94b14dba6&fields=id&fields=name => generated 88 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 417/869] 10.0.0.146 () {32 vars in 725 bytes} [Tue Apr 14 06:50:35 2026] DELETE /v2.0/networks/1c118732-8150-4da2-8bd3-51a412ad5331 => generated 0 bytes in 276 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 453/870] 10.0.0.146 () {32 vars in 773 bytes} [Tue Apr 14 06:50:35 2026] GET /v2.0/security-groups?tenant_id=79dbd2b5370c41fb9b0b23d0227cb96a&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: 418/871] 10.0.0.146 () {32 vars in 739 bytes} [Tue Apr 14 06:50:35 2026] DELETE /v2.0/security-groups/59269526-05bc-486e-ae4f-60f7c50b45dd => generated 0 bytes in 435 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 454/872] 10.0.0.149 () {34 vars in 989 bytes} [Tue Apr 14 06:50:36 2026] GET /v2.0/ports?device_id=d4e88ff8-f41b-40a9-b9d6-549c734c234e => generated 971 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 419/873] 10.0.0.149 () {34 vars in 1039 bytes} [Tue Apr 14 06:50:36 2026] GET /v2.0/security-groups?id=df7a762a-60dc-4483-8ad9-4ee94b14dba6&fields=id&fields=name => generated 88 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-14 06:50:37.354 8 INFO neutron.services.segments.plugin [-] Segment ab5af412-f9c7-4af0-8696-3f667ddb86b9 resource provider aggregate not found 2026-04-14 06:50:37.373 8 INFO neutron.services.segments.plugin [-] Segment ab5af412-f9c7-4af0-8696-3f667ddb86b9 resource provider aggregate not found 2026-04-14 06:50:37.381 8 INFO neutron.services.segments.plugin [-] Segment ab5af412-f9c7-4af0-8696-3f667ddb86b9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ab5af412-f9c7-4af0-8696-3f667ddb86b9 found for delete ", "request_id": "req-092f55ee-8cfa-4687-aa2d-cdcbb63bb183"}]} 2026-04-14 06:50:37.391 8 INFO neutron.services.segments.plugin [-] Segment ab5af412-f9c7-4af0-8696-3f667ddb86b9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ab5af412-f9c7-4af0-8696-3f667ddb86b9 found for delete ", "request_id": "req-afcfef14-2bff-446e-a078-b278411e2350"}]} [pid: 7|app: 0|req: 455/874] 10.0.0.146 () {32 vars in 773 bytes} [Tue Apr 14 06:50:37 2026] GET /v2.0/security-groups?tenant_id=b7f77581076742fab2d51c9c7f3745ea&name=default => generated 2925 bytes in 312 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 420/875] 10.0.0.146 () {32 vars in 739 bytes} [Tue Apr 14 06:50:37 2026] DELETE /v2.0/security-groups/7faaf8f4-26c5-44fc-bb44-f05d529d295a => generated 0 bytes in 74 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 456/876] 10.0.0.149 () {34 vars in 989 bytes} [Tue Apr 14 06:50:37 2026] GET /v2.0/ports?device_id=d4e88ff8-f41b-40a9-b9d6-549c734c234e => 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: 421/877] 10.0.0.149 () {34 vars in 1039 bytes} [Tue Apr 14 06:50:37 2026] GET /v2.0/security-groups?id=df7a762a-60dc-4483-8ad9-4ee94b14dba6&fields=id&fields=name => generated 88 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 457/878] 10.0.0.129 () {34 vars in 989 bytes} [Tue Apr 14 06:50:38 2026] GET /v2.0/ports?device_id=6b8bcf52-bf27-4e1b-86be-b88b9bfd1a5a => generated 1240 bytes in 314 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 422/879] 10.0.0.129 () {34 vars in 1039 bytes} [Tue Apr 14 06:50:38 2026] GET /v2.0/security-groups?id=c96ac516-055e-414c-8333-d6e63e796c78&fields=id&fields=name => generated 113 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 06:50:38.556 7 INFO neutron.db.segments_db [None req-99c63360-ef27-4c0f-a5ae-dc117dfe6d48 07fe03b92fd4416ab1e2727517b45ecd 18a9ceb573b9494d8f9349bd6d83cd30 - - default default] Added segment e7c1d6af-2ef5-4203-830f-ad2404efac01 of type vxlan for network e4b8db4b-df2c-4cd4-a0db-101f5f5725dc [pid: 7|app: 0|req: 458/880] 10.0.0.146 () {34 vars in 670 bytes} [Tue Apr 14 06:50:38 2026] POST /v2.0/networks => generated 738 bytes in 229 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 423/881] 10.0.0.146 () {34 vars in 668 bytes} [Tue Apr 14 06:50:38 2026] POST /v2.0/subnets => generated 685 bytes in 184 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-14 06:50:38.875 7 INFO neutron.db.segments_db [None req-98355aa9-42ed-4136-9ff0-522829f924aa 07fe03b92fd4416ab1e2727517b45ecd 18a9ceb573b9494d8f9349bd6d83cd30 - - default default] Added segment 719be70f-7fb2-455a-9c28-cb3a40e3164a of type vxlan for network 03644e09-d5fc-4514-9e20-6978268dad8c 2026-04-14 06:50:39.123 7 INFO neutron.db.l3_hamode_db [None req-98355aa9-42ed-4136-9ff0-522829f924aa 07fe03b92fd4416ab1e2727517b45ecd 381d2c0de5a24157be92ebc8c93de67b - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 424/882] 10.0.0.149 () {34 vars in 989 bytes} [Tue Apr 14 06:50:39 2026] GET /v2.0/ports?device_id=d4e88ff8-f41b-40a9-b9d6-549c734c234e => generated 971 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 425/883] 10.0.0.149 () {34 vars in 1039 bytes} [Tue Apr 14 06:50:39 2026] GET /v2.0/security-groups?id=df7a762a-60dc-4483-8ad9-4ee94b14dba6&fields=id&fields=name => generated 88 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-14 06:50:40.025 7 INFO neutron.db.l3_hamode_db [None req-98355aa9-42ed-4136-9ff0-522829f924aa 07fe03b92fd4416ab1e2727517b45ecd 18a9ceb573b9494d8f9349bd6d83cd30 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 426/884] 10.0.0.149 () {34 vars in 989 bytes} [Tue Apr 14 06:50:40 2026] GET /v2.0/ports?device_id=d4e88ff8-f41b-40a9-b9d6-549c734c234e => generated 971 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 427/885] 10.0.0.149 () {34 vars in 1039 bytes} [Tue Apr 14 06:50:40 2026] GET /v2.0/security-groups?id=df7a762a-60dc-4483-8ad9-4ee94b14dba6&fields=id&fields=name => generated 88 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 459/886] 10.0.0.146 () {34 vars in 668 bytes} [Tue Apr 14 06:50:38 2026] POST /v2.0/routers => generated 725 bytes in 2498 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 460/887] 10.0.0.149 () {34 vars in 989 bytes} [Tue Apr 14 06:50:41 2026] GET /v2.0/ports?device_id=d4e88ff8-f41b-40a9-b9d6-549c734c234e => 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: 461/888] 10.0.0.149 () {34 vars in 1039 bytes} [Tue Apr 14 06:50:41 2026] GET /v2.0/security-groups?id=df7a762a-60dc-4483-8ad9-4ee94b14dba6&fields=id&fields=name => generated 88 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 462/889] 199.204.45.53 () {34 vars in 992 bytes} [Tue Apr 14 06:50:41 2026] GET /v2.0/ports?device_id=d4e88ff8-f41b-40a9-b9d6-549c734c234e => generated 971 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 06:50:41.938 7 INFO neutron_taas.services.taas.taas_plugin [req-d7182bad-dd70-4ce8-b5d9-4ecd0d3aa582 req-f4ad5f9a-7212-4e70-8179-4fd5cb42308a 38908093e47f47a48be7c71adeafcb5d f22b2d41d0524b998094a9a55e94f600 - - default default] TaaS: Handle Delete Port: 07a0cbc5-aea4-4d15-af8d-b5b2692d44bb 2026-04-14 06:50:41.941 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-d7182bad-dd70-4ce8-b5d9-4ecd0d3aa582 req-f4ad5f9a-7212-4e70-8179-4fd5cb42308a 38908093e47f47a48be7c71adeafcb5d f22b2d41d0524b998094a9a55e94f600 - - default default] Tap Mirror: Handle Delete Port: 07a0cbc5-aea4-4d15-af8d-b5b2692d44bb [pid: 7|app: 0|req: 463/890] 199.204.45.53 () {36 vars in 995 bytes} [Tue Apr 14 06:50:41 2026] DELETE /v2.0/ports/07a0cbc5-aea4-4d15-af8d-b5b2692d44bb => generated 0 bytes in 323 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-14 06:50:42.166 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-f8847e64-3c37-4d80-bf0d-9d810c31f9d2'] response: {'server_uuid': 'd4e88ff8-f41b-40a9-b9d6-549c734c234e', 'name': 'network-vif-deleted', 'tag': '07a0cbc5-aea4-4d15-af8d-b5b2692d44bb', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 428/891] 10.0.0.146 () {34 vars in 782 bytes} [Tue Apr 14 06:50:41 2026] PUT /v2.0/routers/e1ccb11a-97a8-4ff9-acaf-6981af1b74f9/add_router_interface => generated 309 bytes in 996 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 464/892] 10.0.0.146 () {32 vars in 773 bytes} [Tue Apr 14 06:50:42 2026] GET /v2.0/security-groups?tenant_id=35b364a38eb14a9680dca16d8b26ca9f&name=default => generated 2925 bytes in 273 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 429/893] 10.0.0.146 () {32 vars in 739 bytes} [Tue Apr 14 06:50:42 2026] DELETE /v2.0/security-groups/1776c22c-4f88-43f0-965e-6f15115b091a => 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: 465/894] 10.0.0.149 () {34 vars in 989 bytes} [Tue Apr 14 06:50:42 2026] GET /v2.0/ports?device_id=d4e88ff8-f41b-40a9-b9d6-549c734c234e => 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: 430/895] 10.0.0.146 () {34 vars in 684 bytes} [Tue Apr 14 06:50:42 2026] POST /v2.0/security-groups => generated 1659 bytes in 132 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 466/896] 10.0.0.146 () {34 vars in 694 bytes} [Tue Apr 14 06:50:43 2026] POST /v2.0/security-group-rules => generated 597 bytes in 131 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 431/897] 10.0.0.146 () {34 vars in 694 bytes} [Tue Apr 14 06:50:43 2026] POST /v2.0/security-group-rules => generated 602 bytes in 112 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 432/898] 10.0.0.149 () {34 vars in 989 bytes} [Tue Apr 14 06:50:43 2026] GET /v2.0/ports?device_id=d4e88ff8-f41b-40a9-b9d6-549c734c234e => generated 12 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 467/899] 10.0.0.146 () {34 vars in 675 bytes} [Tue Apr 14 06:50:43 2026] POST /v2.0/floatingips => generated 552 bytes in 634 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 468/900] 10.0.0.149 () {34 vars in 1097 bytes} [Tue Apr 14 06:50:44 2026] GET /v2.0/security-groups?name=tempest-securitygroup--434562208&fields=id&tenant_id=381d2c0de5a24157be92ebc8c93de67b => generated 69 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 471/903] 10.0.0.149 () {34 vars in 981 bytes} [Tue Apr 14 06:50:44 2026] GET /v2.0/networks?id=e4b8db4b-df2c-4cd4-a0db-101f5f5725dc => generated 670 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 472/904] 10.0.0.149 () {34 vars in 964 bytes} [Tue Apr 14 06:50:44 2026] GET /v2.0/quotas/381d2c0de5a24157be92ebc8c93de67b => generated 292 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 473/905] 10.0.0.149 () {34 vars in 1001 bytes} [Tue Apr 14 06:50:44 2026] GET /v2.0/ports?tenant_id=381d2c0de5a24157be92ebc8c93de67b&fields=id => generated 103 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 474/906] 10.0.0.149 () {34 vars in 1007 bytes} [Tue Apr 14 06:50:44 2026] GET /v2.0/networks/e4b8db4b-df2c-4cd4-a0db-101f5f5725dc?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: 475/907] 10.0.0.149 () {34 vars in 1107 bytes} [Tue Apr 14 06:50:44 2026] GET /v2.0/networks/e4b8db4b-df2c-4cd4-a0db-101f5f5725dc?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-14 06:50:44.757 8 INFO neutron.db.segments_db [None req-939363f4-c58e-4361-b719-dce0a53763d1 b7d19ae11efb4aa7bfca0b668f9a87f5 653201790d31470491b71c517051c364 - - default default] Added segment afbce3e0-2e7a-40e6-beac-2c54fc7bbc6c of type vxlan for network 43219c13-9f58-454a-b4b6-5fbe01bcc63f [pid: 8|app: 0|req: 433/908] 10.0.0.146 () {34 vars in 669 bytes} [Tue Apr 14 06:50:44 2026] POST /v2.0/networks => generated 648 bytes in 431 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 434/909] 10.0.0.149 () {34 vars in 989 bytes} [Tue Apr 14 06:50:44 2026] GET /v2.0/ports?device_id=d1e5a7de-c18f-457f-ba37-d4cd3b4f6af3 => 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: 435/910] 10.0.0.149 () {34 vars in 989 bytes} [Tue Apr 14 06:50:45 2026] GET /v2.0/ports?device_id=d4e88ff8-f41b-40a9-b9d6-549c734c234e => 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: 476/911] 10.0.0.146 () {34 vars in 668 bytes} [Tue Apr 14 06:50:44 2026] POST /v2.0/subnets => generated 627 bytes in 265 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-14 06:50:45.172 8 INFO neutron.db.segments_db [None req-707efbee-3894-478c-9b2e-2e219ccde7e2 b7d19ae11efb4aa7bfca0b668f9a87f5 653201790d31470491b71c517051c364 - - default default] Added segment 6a86302b-4a61-4f6a-8551-79151975147f of type vxlan for network 42bb7d87-def6-4483-82e9-323e7621c250 2026-04-14 06:50:45.425 8 INFO neutron.db.l3_hamode_db [None req-707efbee-3894-478c-9b2e-2e219ccde7e2 b7d19ae11efb4aa7bfca0b668f9a87f5 653201790d31470491b71c517051c364 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 477/912] 10.0.0.149 () {34 vars in 989 bytes} [Tue Apr 14 06:50:45 2026] GET /v2.0/ports?device_id=d1e5a7de-c18f-457f-ba37-d4cd3b4f6af3 => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-14 06:50:46.356 8 INFO neutron.db.l3_hamode_db [None req-707efbee-3894-478c-9b2e-2e219ccde7e2 b7d19ae11efb4aa7bfca0b668f9a87f5 653201790d31470491b71c517051c364 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 478/913] 10.0.0.149 () {34 vars in 989 bytes} [Tue Apr 14 06:50:47 2026] GET /v2.0/ports?device_id=d1e5a7de-c18f-457f-ba37-d4cd3b4f6af3 => 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: 436/914] 10.0.0.146 () {34 vars in 668 bytes} [Tue Apr 14 06:50:45 2026] POST /v2.0/routers => generated 695 bytes in 2233 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-14 06:50:47.693 7 INFO neutron_taas.services.taas.taas_plugin [None req-2e1214f0-027b-40f2-9e32-1449e1f5ba13 07fe03b92fd4416ab1e2727517b45ecd 18a9ceb573b9494d8f9349bd6d83cd30 - - default default] TaaS: Handle Delete Port: f7a3aa1e-a469-4b67-8199-31c13b9144c0 2026-04-14 06:50:47.696 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2e1214f0-027b-40f2-9e32-1449e1f5ba13 07fe03b92fd4416ab1e2727517b45ecd 18a9ceb573b9494d8f9349bd6d83cd30 - - default default] Tap Mirror: Handle Delete Port: f7a3aa1e-a469-4b67-8199-31c13b9144c0 [pid: 7|app: 0|req: 479/915] 10.0.0.146 () {34 vars in 788 bytes} [Tue Apr 14 06:50:47 2026] PUT /v2.0/routers/99336b0d-6136-4341-b399-49ca45a2f61c/remove_router_interface => generated 309 bytes in 996 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 437/916] 10.0.0.146 () {34 vars in 782 bytes} [Tue Apr 14 06:50:47 2026] PUT /v2.0/routers/39eab7e5-2af2-47a0-8c5e-569b9744d080/add_router_interface => generated 309 bytes in 938 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 480/917] 10.0.0.149 () {34 vars in 989 bytes} [Tue Apr 14 06:50:48 2026] GET /v2.0/ports?device_id=d1e5a7de-c18f-457f-ba37-d4cd3b4f6af3 => generated 12 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-14 06:50:48.516 8 INFO neutron_taas.services.taas.taas_plugin [None req-8ac28fa6-d055-4d80-b5a8-22725ad40b50 07fe03b92fd4416ab1e2727517b45ecd 18a9ceb573b9494d8f9349bd6d83cd30 - - default default] TaaS: Handle Delete Port: 58c7ac57-f7df-4a7c-bc36-ab11a3130e14 2026-04-14 06:50:48.522 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8ac28fa6-d055-4d80-b5a8-22725ad40b50 07fe03b92fd4416ab1e2727517b45ecd 18a9ceb573b9494d8f9349bd6d83cd30 - - default default] Tap Mirror: Handle Delete Port: 58c7ac57-f7df-4a7c-bc36-ab11a3130e14 [pid: 7|app: 0|req: 481/918] 10.0.0.146 () {34 vars in 664 bytes} [Tue Apr 14 06:50:48 2026] POST /v2.0/ports => generated 955 bytes in 375 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-14 06:50:48.799 8 INFO neutron_taas.services.taas.taas_plugin [None req-8ac28fa6-d055-4d80-b5a8-22725ad40b50 07fe03b92fd4416ab1e2727517b45ecd 18a9ceb573b9494d8f9349bd6d83cd30 - - default default] TaaS: Handle Delete Port: e90164f8-2f6a-4320-9b0b-002781c38e2a 2026-04-14 06:50:48.803 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8ac28fa6-d055-4d80-b5a8-22725ad40b50 07fe03b92fd4416ab1e2727517b45ecd 18a9ceb573b9494d8f9349bd6d83cd30 - - default default] Tap Mirror: Handle Delete Port: e90164f8-2f6a-4320-9b0b-002781c38e2a [pid: 7|app: 0|req: 482/919] 10.0.0.146 () {34 vars in 664 bytes} [Tue Apr 14 06:50:48 2026] POST /v2.0/ports => generated 959 bytes in 326 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-14 06:50:49.159 8 INFO neutron.services.segments.plugin [-] Segment c6cf19ed-3341-4e79-a68e-785f75610e4e resource provider aggregate not found 2026-04-14 06:50:49.161 8 INFO neutron.services.segments.plugin [-] Segment c6cf19ed-3341-4e79-a68e-785f75610e4e resource provider aggregate not found 2026-04-14 06:50:49.175 8 INFO neutron.services.segments.plugin [-] Segment c6cf19ed-3341-4e79-a68e-785f75610e4e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c6cf19ed-3341-4e79-a68e-785f75610e4e found for delete ", "request_id": "req-3920665f-6bc4-4452-b81b-5fd00fea450d"}]} 2026-04-14 06:50:49.183 8 INFO neutron.services.segments.plugin [-] Segment c6cf19ed-3341-4e79-a68e-785f75610e4e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c6cf19ed-3341-4e79-a68e-785f75610e4e found for delete ", "request_id": "req-41d5d35a-0af0-435f-a6d9-7badf76290e8"}]} 2026-04-14 06:50:49.188 8 INFO neutron.db.l3_hamode_db [None req-8ac28fa6-d055-4d80-b5a8-22725ad40b50 07fe03b92fd4416ab1e2727517b45ecd 18a9ceb573b9494d8f9349bd6d83cd30 - - default default] HA network 262fc18c-a169-4ea7-94ed-d4d01baa3d25 was deleted as no HA routers are present in tenant f22b2d41d0524b998094a9a55e94f600. [pid: 8|app: 0|req: 438/920] 10.0.0.146 () {32 vars in 723 bytes} [Tue Apr 14 06:50:48 2026] DELETE /v2.0/routers/99336b0d-6136-4341-b399-49ca45a2f61c => generated 0 bytes in 900 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 439/921] 10.0.0.146 () {32 vars in 723 bytes} [Tue Apr 14 06:50:49 2026] DELETE /v2.0/subnets/f6312083-9540-4f66-b375-a2ddef913364 => generated 0 bytes in 151 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-14 06:50:49.448 8 INFO neutron_taas.services.taas.taas_plugin [None req-61b80ee8-0ec0-4951-8366-5405aafebd50 07fe03b92fd4416ab1e2727517b45ecd 18a9ceb573b9494d8f9349bd6d83cd30 - - default default] TaaS: Handle Delete Port: 8ef18583-559e-456e-9f4d-976c86354876 2026-04-14 06:50:49.452 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-61b80ee8-0ec0-4951-8366-5405aafebd50 07fe03b92fd4416ab1e2727517b45ecd 18a9ceb573b9494d8f9349bd6d83cd30 - - default default] Tap Mirror: Handle Delete Port: 8ef18583-559e-456e-9f4d-976c86354876 [pid: 8|app: 0|req: 440/922] 10.0.0.146 () {32 vars in 725 bytes} [Tue Apr 14 06:50:49 2026] DELETE /v2.0/networks/2a43b927-b049-482b-bb7f-9ee04dabeebc => generated 0 bytes in 279 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 441/923] 10.0.0.149 () {34 vars in 989 bytes} [Tue Apr 14 06:50:49 2026] GET /v2.0/ports?device_id=d1e5a7de-c18f-457f-ba37-d4cd3b4f6af3 => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-14 06:50:49.709 7 INFO neutron.db.l3_db [None req-34369f64-3fe0-492f-ae75-6d0454160026 b7d19ae11efb4aa7bfca0b668f9a87f5 653201790d31470491b71c517051c364 - - default default] Floating IP 8a4b0f62-0ee1-4adc-bc09-de7a22b88e18 associated. External IP: 10.96.250.202, port: 5ece911a-765f-4313-8d9d-b14a8598476f. [pid: 8|app: 0|req: 442/924] 10.0.0.146 () {32 vars in 773 bytes} [Tue Apr 14 06:50:49 2026] GET /v2.0/security-groups?tenant_id=f22b2d41d0524b998094a9a55e94f600&name=default => generated 2925 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 443/925] 10.0.0.146 () {32 vars in 739 bytes} [Tue Apr 14 06:50:49 2026] DELETE /v2.0/security-groups/df7a762a-60dc-4483-8ad9-4ee94b14dba6 => 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: 483/926] 10.0.0.146 () {34 vars in 676 bytes} [Tue Apr 14 06:50:49 2026] POST /v2.0/floatingips => generated 843 bytes in 929 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-14 06:50:50.049 8 INFO neutron.db.l3_db [None req-7fbf2d02-040a-4a5d-b691-01fd98b96458 b7d19ae11efb4aa7bfca0b668f9a87f5 653201790d31470491b71c517051c364 - - default default] Floating IP 8a4b0f62-0ee1-4adc-bc09-de7a22b88e18 disassociated. External IP: 10.96.250.202, port: 5ece911a-765f-4313-8d9d-b14a8598476f. [pid: 8|app: 0|req: 444/927] 10.0.0.146 () {34 vars in 748 bytes} [Tue Apr 14 06:50:49 2026] PUT /v2.0/floatingips/8a4b0f62-0ee1-4adc-bc09-de7a22b88e18 => generated 552 bytes in 333 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 06:50:50.412 7 INFO neutron_taas.services.taas.taas_plugin [None req-566035da-7790-49fb-b969-b5490898a6bd b7d19ae11efb4aa7bfca0b668f9a87f5 653201790d31470491b71c517051c364 - - default default] TaaS: Handle Delete Port: f11c5f5e-56bb-481d-99b1-03a144b967fe 2026-04-14 06:50:50.414 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-566035da-7790-49fb-b969-b5490898a6bd b7d19ae11efb4aa7bfca0b668f9a87f5 653201790d31470491b71c517051c364 - - default default] Tap Mirror: Handle Delete Port: f11c5f5e-56bb-481d-99b1-03a144b967fe [pid: 8|app: 0|req: 445/928] 199.204.45.53 () {34 vars in 984 bytes} [Tue Apr 14 06:50:50 2026] GET /v2.0/networks?id=e4b8db4b-df2c-4cd4-a0db-101f5f5725dc => generated 670 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 446/929] 199.204.45.53 () {34 vars in 1048 bytes} [Tue Apr 14 06:50:50 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=381d2c0de5a24157be92ebc8c93de67b => 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: 484/930] 10.0.0.146 () {32 vars in 731 bytes} [Tue Apr 14 06:50:50 2026] DELETE /v2.0/floatingips/8a4b0f62-0ee1-4adc-bc09-de7a22b88e18 => generated 0 bytes in 320 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 447/931] 199.204.45.53 () {38 vars in 953 bytes} [Tue Apr 14 06:50:50 2026] POST /v2.0/ports => generated 958 bytes in 434 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: 448/932] 10.0.0.149 () {34 vars in 989 bytes} [Tue Apr 14 06:50:50 2026] GET /v2.0/ports?device_id=d1e5a7de-c18f-457f-ba37-d4cd3b4f6af3 => generated 961 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 06:50:51.210 8 INFO neutron.services.segments.plugin [-] Segment baca86d4-21a5-4287-899a-39c55100bf04 resource provider aggregate not found 2026-04-14 06:50:51.216 8 INFO neutron.services.segments.plugin [-] Segment baca86d4-21a5-4287-899a-39c55100bf04 resource provider aggregate not found 2026-04-14 06:50:51.246 8 INFO neutron.services.segments.plugin [-] Segment baca86d4-21a5-4287-899a-39c55100bf04 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid baca86d4-21a5-4287-899a-39c55100bf04 found for delete ", "request_id": "req-6708ed41-8dbe-4ff7-b3a1-ec181d864e80"}]} 2026-04-14 06:50:51.262 8 INFO neutron.services.segments.plugin [-] Segment baca86d4-21a5-4287-899a-39c55100bf04 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid baca86d4-21a5-4287-899a-39c55100bf04 found for delete ", "request_id": "req-746a9bf2-b3d2-4f87-8fc0-81a34af9b579"}]} 2026-04-14 06:50:51.332 7 INFO neutron.db.l3_db [None req-59b275aa-011d-489d-8afb-8dc91ae22497 b7d19ae11efb4aa7bfca0b668f9a87f5 653201790d31470491b71c517051c364 - - default default] Floating IP 805d79a2-1753-4b3d-b053-55e0c3441803 associated. External IP: 10.96.250.207, port: fa37e71b-c569-4ef9-9659-1694505fe2f3. [pid: 8|app: 0|req: 449/933] 199.204.45.53 () {38 vars in 1026 bytes} [Tue Apr 14 06:50:51 2026] PUT /v2.0/ports/6d100330-1872-4829-ba31-b62559875f5d => generated 1239 bytes in 522 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: 450/934] 10.0.0.149 () {34 vars in 1039 bytes} [Tue Apr 14 06:50:51 2026] GET /v2.0/security-groups?id=b7d7c684-173b-4e70-a5ee-24e5ab0fd289&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-04-14 06:50:51.584 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-01b5df86-1785-43a6-a32d-e236947578df'] response: {'name': 'network-changed', 'server_uuid': 'd1e5a7de-c18f-457f-ba37-d4cd3b4f6af3', 'tag': '6d100330-1872-4829-ba31-b62559875f5d', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 485/935] 10.0.0.146 () {34 vars in 676 bytes} [Tue Apr 14 06:50:50 2026] POST /v2.0/floatingips => generated 842 bytes in 1031 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 451/936] 10.0.0.146 () {32 vars in 728 bytes} [Tue Apr 14 06:50:51 2026] GET /v2.0/floatingips/805d79a2-1753-4b3d-b053-55e0c3441803 => generated 842 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 486/937] 10.0.0.146 () {32 vars in 654 bytes} [Tue Apr 14 06:50:51 2026] GET /v2.0/floatingips => generated 845 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 487/938] 199.204.45.53 () {34 vars in 1078 bytes} [Tue Apr 14 06:50:52 2026] GET /v2.0/ports?tenant_id=381d2c0de5a24157be92ebc8c93de67b&device_id=d1e5a7de-c18f-457f-ba37-d4cd3b4f6af3 => generated 1242 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 488/939] 199.204.45.53 () {34 vars in 1016 bytes} [Tue Apr 14 06:50:52 2026] GET /v2.0/networks?tenant_id=381d2c0de5a24157be92ebc8c93de67b&shared=False => generated 766 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 489/940] 199.204.45.53 () {34 vars in 928 bytes} [Tue Apr 14 06:50:52 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 06:50:52.308 8 INFO neutron.db.l3_db [None req-d6d88aec-8637-48bc-864a-8bd20dcf4dea b7d19ae11efb4aa7bfca0b668f9a87f5 653201790d31470491b71c517051c364 - - default default] Floating IP 805d79a2-1753-4b3d-b053-55e0c3441803 associated. External IP: 10.96.250.207, port: fa37e71b-c569-4ef9-9659-1694505fe2f3. [pid: 7|app: 0|req: 490/941] 10.0.0.149 () {34 vars in 989 bytes} [Tue Apr 14 06:50:52 2026] GET /v2.0/ports?device_id=d1e5a7de-c18f-457f-ba37-d4cd3b4f6af3 => generated 973 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 491/942] 10.0.0.149 () {34 vars in 1039 bytes} [Tue Apr 14 06:50:52 2026] GET /v2.0/security-groups?id=b7d7c684-173b-4e70-a5ee-24e5ab0fd289&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: 452/943] 10.0.0.146 () {34 vars in 748 bytes} [Tue Apr 14 06:50:51 2026] PUT /v2.0/floatingips/805d79a2-1753-4b3d-b053-55e0c3441803 => generated 843 bytes in 1129 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 06:50:53.037 7 INFO neutron.db.l3_db [None req-315a682d-5b20-4b78-a5e2-e462b958a014 b7d19ae11efb4aa7bfca0b668f9a87f5 653201790d31470491b71c517051c364 - - default default] Floating IP 805d79a2-1753-4b3d-b053-55e0c3441803 disassociated. External IP: 10.96.250.207, port: 5ece911a-765f-4313-8d9d-b14a8598476f. [pid: 8|app: 0|req: 453/944] 10.0.0.208 () {30 vars in 649 bytes} [Tue Apr 14 06:50:52 2026] GET /v2.0/extensions => generated 21537 bytes in 93 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 454/945] 10.0.0.208 () {30 vars in 723 bytes} [Tue Apr 14 06:50:53 2026] GET /v2.0/quotas/69d905046ab44932a5829581c1aecb76/details => generated 847 bytes in 100 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 455/946] 199.204.45.53 () {34 vars in 1078 bytes} [Tue Apr 14 06:50:53 2026] GET /v2.0/ports?tenant_id=381d2c0de5a24157be92ebc8c93de67b&device_id=d1e5a7de-c18f-457f-ba37-d4cd3b4f6af3 => 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: 456/947] 199.204.45.53 () {34 vars in 1058 bytes} [Tue Apr 14 06:50:53 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.14&port_id=6d100330-1872-4829-ba31-b62559875f5d => 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: 457/948] 199.204.45.53 () {34 vars in 982 bytes} [Tue Apr 14 06:50:53 2026] GET /v2.0/subnets?id=23adb6c2-d554-4402-aa58-6b739722d41b => generated 688 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 492/949] 10.0.0.146 () {34 vars in 748 bytes} [Tue Apr 14 06:50:52 2026] PUT /v2.0/floatingips/805d79a2-1753-4b3d-b053-55e0c3441803 => generated 552 bytes in 429 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 458/950] 199.204.45.53 () {34 vars in 1050 bytes} [Tue Apr 14 06:50:53 2026] GET /v2.0/ports?network_id=e4b8db4b-df2c-4cd4-a0db-101f5f5725dc&device_owner=network%3Adhcp => generated 1244 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 459/951] 199.204.45.53 () {34 vars in 1010 bytes} [Tue Apr 14 06:50:53 2026] GET /v2.0/networks/e4b8db4b-df2c-4cd4-a0db-101f5f5725dc?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: 460/952] 199.204.45.53 () {34 vars in 1110 bytes} [Tue Apr 14 06:50:53 2026] GET /v2.0/networks/e4b8db4b-df2c-4cd4-a0db-101f5f5725dc?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-04-14 06:50:53.469 7 INFO neutron_taas.services.taas.taas_plugin [None req-2a48f864-2dc8-42c5-9563-789f69225c96 b7d19ae11efb4aa7bfca0b668f9a87f5 653201790d31470491b71c517051c364 - - default default] TaaS: Handle Delete Port: 1dcdadce-e7ac-426e-a4db-7eb096a13203 2026-04-14 06:50:53.472 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2a48f864-2dc8-42c5-9563-789f69225c96 b7d19ae11efb4aa7bfca0b668f9a87f5 653201790d31470491b71c517051c364 - - default default] Tap Mirror: Handle Delete Port: 1dcdadce-e7ac-426e-a4db-7eb096a13203 [pid: 7|app: 0|req: 493/953] 10.0.0.146 () {32 vars in 731 bytes} [Tue Apr 14 06:50:53 2026] DELETE /v2.0/floatingips/805d79a2-1753-4b3d-b053-55e0c3441803 => generated 0 bytes in 282 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-14 06:50:53.665 8 INFO neutron.api.v2.resource [None req-e1ab6feb-661c-4667-8789-002c450021b5 b7d19ae11efb4aa7bfca0b668f9a87f5 653201790d31470491b71c517051c364 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 461/954] 10.0.0.146 () {32 vars in 731 bytes} [Tue Apr 14 06:50:53 2026] DELETE /v2.0/floatingips/805d79a2-1753-4b3d-b053-55e0c3441803 => generated 144 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-14 06:50:53.811 7 INFO neutron_taas.services.taas.taas_plugin [None req-2e0ff78f-07f0-4943-ba8f-687560fa1887 b7d19ae11efb4aa7bfca0b668f9a87f5 653201790d31470491b71c517051c364 - - default default] TaaS: Handle Delete Port: 5ece911a-765f-4313-8d9d-b14a8598476f 2026-04-14 06:50:53.816 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2e0ff78f-07f0-4943-ba8f-687560fa1887 b7d19ae11efb4aa7bfca0b668f9a87f5 653201790d31470491b71c517051c364 - - default default] Tap Mirror: Handle Delete Port: 5ece911a-765f-4313-8d9d-b14a8598476f [pid: 8|app: 0|req: 462/955] 10.0.0.149 () {34 vars in 989 bytes} [Tue Apr 14 06:50:53 2026] GET /v2.0/ports?device_id=d1e5a7de-c18f-457f-ba37-d4cd3b4f6af3 => generated 973 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 463/956] 10.0.0.149 () {34 vars in 1039 bytes} [Tue Apr 14 06:50:53 2026] GET /v2.0/security-groups?id=b7d7c684-173b-4e70-a5ee-24e5ab0fd289&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: 494/957] 10.0.0.146 () {32 vars in 719 bytes} [Tue Apr 14 06:50:53 2026] DELETE /v2.0/ports/5ece911a-765f-4313-8d9d-b14a8598476f => generated 0 bytes in 334 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-14 06:50:54.138 8 INFO neutron_taas.services.taas.taas_plugin [None req-e76d2370-17e0-44a3-b4ea-0f2e852e5269 b7d19ae11efb4aa7bfca0b668f9a87f5 653201790d31470491b71c517051c364 - - default default] TaaS: Handle Delete Port: fa37e71b-c569-4ef9-9659-1694505fe2f3 2026-04-14 06:50:54.140 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e76d2370-17e0-44a3-b4ea-0f2e852e5269 b7d19ae11efb4aa7bfca0b668f9a87f5 653201790d31470491b71c517051c364 - - default default] Tap Mirror: Handle Delete Port: fa37e71b-c569-4ef9-9659-1694505fe2f3 [pid: 8|app: 0|req: 464/958] 10.0.0.146 () {32 vars in 719 bytes} [Tue Apr 14 06:50:54 2026] DELETE /v2.0/ports/fa37e71b-c569-4ef9-9659-1694505fe2f3 => generated 0 bytes in 264 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 495/959] 10.0.0.146 () {32 vars in 735 bytes} [Tue Apr 14 06:50:54 2026] GET /v2.0/ports?device_id=39eab7e5-2af2-47a0-8c5e-569b9744d080 => generated 958 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 496/960] 10.0.0.149 () {34 vars in 989 bytes} [Tue Apr 14 06:50:54 2026] GET /v2.0/ports?device_id=6b8bcf52-bf27-4e1b-86be-b88b9bfd1a5a => generated 971 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 497/961] 10.0.0.149 () {34 vars in 970 bytes} [Tue Apr 14 06:50:54 2026] GET /v2.0/ports/937d9c05-4fdb-4073-be15-f1885a734ebf => generated 968 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 06:50:54.695 8 INFO neutron_taas.services.taas.taas_plugin [None req-57ce2ebf-7bc7-4aad-965a-a148f260d288 b7d19ae11efb4aa7bfca0b668f9a87f5 653201790d31470491b71c517051c364 - - default default] TaaS: Handle Delete Port: 5ae78a97-baf3-4cbf-8dd3-b6c503389028 2026-04-14 06:50:54.697 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-57ce2ebf-7bc7-4aad-965a-a148f260d288 b7d19ae11efb4aa7bfca0b668f9a87f5 653201790d31470491b71c517051c364 - - default default] Tap Mirror: Handle Delete Port: 5ae78a97-baf3-4cbf-8dd3-b6c503389028 [pid: 7|app: 0|req: 498/962] 10.0.0.208 () {30 vars in 649 bytes} [Tue Apr 14 06:50:54 2026] GET /v2.0/extensions => generated 21537 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 499/963] 10.0.0.208 () {30 vars in 723 bytes} [Tue Apr 14 06:50:54 2026] GET /v2.0/quotas/69d905046ab44932a5829581c1aecb76/details => generated 847 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 500/964] 10.0.0.149 () {34 vars in 989 bytes} [Tue Apr 14 06:50:55 2026] GET /v2.0/ports?device_id=d1e5a7de-c18f-457f-ba37-d4cd3b4f6af3 => generated 973 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 501/965] 10.0.0.149 () {34 vars in 1039 bytes} [Tue Apr 14 06:50:55 2026] GET /v2.0/security-groups?id=b7d7c684-173b-4e70-a5ee-24e5ab0fd289&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: 465/966] 10.0.0.146 () {34 vars in 788 bytes} [Tue Apr 14 06:50:54 2026] PUT /v2.0/routers/39eab7e5-2af2-47a0-8c5e-569b9744d080/remove_router_interface => generated 309 bytes in 813 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 466/967] 199.204.45.53 () {34 vars in 998 bytes} [Tue Apr 14 06:50:55 2026] GET /v2.0/subnets?network_id=6665358b-c1c3-4378-b6d4-d6920b179bed => generated 684 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 467/968] 199.204.45.53 () {34 vars in 1144 bytes} [Tue Apr 14 06:50:55 2026] GET /v2.0/ports?device_id=6b8bcf52-bf27-4e1b-86be-b88b9bfd1a5a&device_owner=compute%3Anova&network_id=6665358b-c1c3-4378-b6d4-d6920b179bed => generated 971 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 06:50:55.328 7 INFO neutron_taas.services.taas.taas_plugin [None req-394e5824-6684-4e6f-b632-71247a5989cc b7d19ae11efb4aa7bfca0b668f9a87f5 653201790d31470491b71c517051c364 - - default default] TaaS: Handle Delete Port: 46d53d17-0e1c-43f9-a8d1-c739663e081f 2026-04-14 06:50:55.330 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-394e5824-6684-4e6f-b632-71247a5989cc b7d19ae11efb4aa7bfca0b668f9a87f5 653201790d31470491b71c517051c364 - - default default] Tap Mirror: Handle Delete Port: 46d53d17-0e1c-43f9-a8d1-c739663e081f 2026-04-14 06:50:55.511 7 INFO neutron_taas.services.taas.taas_plugin [None req-394e5824-6684-4e6f-b632-71247a5989cc b7d19ae11efb4aa7bfca0b668f9a87f5 653201790d31470491b71c517051c364 - - default default] TaaS: Handle Delete Port: bb7cf73e-320e-4909-b7c4-000173c111dd 2026-04-14 06:50:55.513 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-394e5824-6684-4e6f-b632-71247a5989cc b7d19ae11efb4aa7bfca0b668f9a87f5 653201790d31470491b71c517051c364 - - default default] Tap Mirror: Handle Delete Port: bb7cf73e-320e-4909-b7c4-000173c111dd [pid: 8|app: 0|req: 468/969] 199.204.45.53 () {38 vars in 1026 bytes} [Tue Apr 14 06:50:55 2026] PUT /v2.0/ports/937d9c05-4fdb-4073-be15-f1885a734ebf => generated 1145 bytes in 305 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-14 06:50:55.653 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-7c536bbf-a29c-4467-8775-6a89edd5238d'] response: {'name': 'network-changed', 'server_uuid': '6b8bcf52-bf27-4e1b-86be-b88b9bfd1a5a', 'tag': '937d9c05-4fdb-4073-be15-f1885a734ebf', 'status': 'completed', 'code': 200} 2026-04-14 06:50:55.832 7 INFO neutron.services.segments.plugin [-] Segment 6a86302b-4a61-4f6a-8551-79151975147f resource provider aggregate not found 2026-04-14 06:50:55.839 7 INFO neutron.services.segments.plugin [-] Segment 6a86302b-4a61-4f6a-8551-79151975147f resource provider aggregate not found 2026-04-14 06:50:55.855 7 INFO neutron.services.segments.plugin [-] Segment 6a86302b-4a61-4f6a-8551-79151975147f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6a86302b-4a61-4f6a-8551-79151975147f found for delete ", "request_id": "req-755dc0eb-4dbf-4627-9a66-d465a3e723e6"}]} 2026-04-14 06:50:55.857 7 INFO neutron.services.segments.plugin [-] Segment 6a86302b-4a61-4f6a-8551-79151975147f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6a86302b-4a61-4f6a-8551-79151975147f found for delete ", "request_id": "req-c9bbf1fa-1f97-4ffa-b8aa-97dc88ab75f8"}]} 2026-04-14 06:50:55.863 7 INFO neutron.db.l3_hamode_db [None req-394e5824-6684-4e6f-b632-71247a5989cc b7d19ae11efb4aa7bfca0b668f9a87f5 653201790d31470491b71c517051c364 - - default default] HA network 42bb7d87-def6-4483-82e9-323e7621c250 was deleted as no HA routers are present in tenant 653201790d31470491b71c517051c364. [pid: 7|app: 0|req: 502/970] 10.0.0.146 () {32 vars in 723 bytes} [Tue Apr 14 06:50:55 2026] DELETE /v2.0/routers/39eab7e5-2af2-47a0-8c5e-569b9744d080 => generated 0 bytes in 735 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: 469/971] 10.0.0.146 () {32 vars in 723 bytes} [Tue Apr 14 06:50:55 2026] DELETE /v2.0/subnets/d6c3e5ec-6178-4cf1-b6a0-8fff0ec275f2 => generated 0 bytes in 98 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 503/972] 10.0.0.146 () {32 vars in 725 bytes} [Tue Apr 14 06:50:55 2026] DELETE /v2.0/networks/43219c13-9f58-454a-b4b6-5fbe01bcc63f => 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: 470/973] 199.204.45.53 () {34 vars in 1078 bytes} [Tue Apr 14 06:50:56 2026] GET /v2.0/ports?tenant_id=3b821a19d80e4e538f8fe790bc84ef86&device_id=6b8bcf52-bf27-4e1b-86be-b88b9bfd1a5a => generated 1417 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 504/974] 199.204.45.53 () {34 vars in 984 bytes} [Tue Apr 14 06:50:56 2026] GET /v2.0/networks?id=6665358b-c1c3-4378-b6d4-d6920b179bed => generated 780 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 471/975] 10.0.0.149 () {34 vars in 989 bytes} [Tue Apr 14 06:50:56 2026] GET /v2.0/ports?device_id=d1e5a7de-c18f-457f-ba37-d4cd3b4f6af3 => generated 973 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 505/976] 199.204.45.53 () {34 vars in 1056 bytes} [Tue Apr 14 06:50:56 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.4&port_id=937d9c05-4fdb-4073-be15-f1885a734ebf => generated 860 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 472/977] 10.0.0.149 () {34 vars in 1039 bytes} [Tue Apr 14 06:50:56 2026] GET /v2.0/security-groups?id=b7d7c684-173b-4e70-a5ee-24e5ab0fd289&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: 506/978] 199.204.45.53 () {34 vars in 1056 bytes} [Tue Apr 14 06:50:56 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.8&port_id=937d9c05-4fdb-4073-be15-f1885a734ebf => 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: 473/979] 199.204.45.53 () {34 vars in 982 bytes} [Tue Apr 14 06:50:56 2026] GET /v2.0/subnets?id=a28c0475-d034-458f-81e7-f9738fa7f5df => generated 702 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 507/980] 199.204.45.53 () {34 vars in 1050 bytes} [Tue Apr 14 06:50:56 2026] GET /v2.0/ports?network_id=6665358b-c1c3-4378-b6d4-d6920b179bed&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: 474/981] 199.204.45.53 () {34 vars in 1010 bytes} [Tue Apr 14 06:50:56 2026] GET /v2.0/networks/6665358b-c1c3-4378-b6d4-d6920b179bed?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: 508/982] 199.204.45.53 () {34 vars in 1110 bytes} [Tue Apr 14 06:50:56 2026] GET /v2.0/networks/6665358b-c1c3-4378-b6d4-d6920b179bed?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: 475/983] 10.0.0.146 () {32 vars in 773 bytes} [Tue Apr 14 06:50:56 2026] GET /v2.0/security-groups?tenant_id=653201790d31470491b71c517051c364&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: 509/984] 10.0.0.149 () {34 vars in 989 bytes} [Tue Apr 14 06:50:56 2026] GET /v2.0/ports?device_id=6b8bcf52-bf27-4e1b-86be-b88b9bfd1a5a => generated 1148 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 510/985] 10.0.0.149 () {34 vars in 1039 bytes} [Tue Apr 14 06:50:56 2026] GET /v2.0/security-groups?id=c96ac516-055e-414c-8333-d6e63e796c78&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: 476/986] 10.0.0.146 () {32 vars in 739 bytes} [Tue Apr 14 06:50:56 2026] DELETE /v2.0/security-groups/447a2e00-93f9-4bbd-b6d9-6b5eeaaf93e2 => 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: 477/987] 10.0.0.149 () {34 vars in 989 bytes} [Tue Apr 14 06:50:57 2026] GET /v2.0/ports?device_id=d1e5a7de-c18f-457f-ba37-d4cd3b4f6af3 => generated 975 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 478/988] 10.0.0.149 () {34 vars in 1039 bytes} [Tue Apr 14 06:50:57 2026] GET /v2.0/security-groups?id=b7d7c684-173b-4e70-a5ee-24e5ab0fd289&fields=id&fields=name => generated 113 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 511/989] 10.0.0.146 () {32 vars in 773 bytes} [Tue Apr 14 06:50:57 2026] GET /v2.0/security-groups?tenant_id=69d905046ab44932a5829581c1aecb76&name=default => generated 2925 bytes in 339 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 512/990] 199.204.45.53 () {34 vars in 1078 bytes} [Tue Apr 14 06:50:57 2026] GET /v2.0/ports?tenant_id=3b821a19d80e4e538f8fe790bc84ef86&device_id=6b8bcf52-bf27-4e1b-86be-b88b9bfd1a5a => generated 1417 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 479/991] 10.0.0.146 () {32 vars in 739 bytes} [Tue Apr 14 06:50:57 2026] DELETE /v2.0/security-groups/09fae637-47f1-459e-a9aa-4cf7fcd1ad41 => 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: 513/992] 199.204.45.53 () {34 vars in 984 bytes} [Tue Apr 14 06:50:57 2026] GET /v2.0/networks?id=6665358b-c1c3-4378-b6d4-d6920b179bed => generated 780 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 480/993] 199.204.45.53 () {34 vars in 1056 bytes} [Tue Apr 14 06:50:57 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.4&port_id=937d9c05-4fdb-4073-be15-f1885a734ebf => generated 860 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 514/994] 199.204.45.53 () {34 vars in 1056 bytes} [Tue Apr 14 06:50:57 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.8&port_id=937d9c05-4fdb-4073-be15-f1885a734ebf => generated 19 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 481/995] 199.204.45.53 () {34 vars in 982 bytes} [Tue Apr 14 06:50:57 2026] GET /v2.0/subnets?id=a28c0475-d034-458f-81e7-f9738fa7f5df => generated 702 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 515/996] 199.204.45.53 () {34 vars in 1050 bytes} [Tue Apr 14 06:50:57 2026] GET /v2.0/ports?network_id=6665358b-c1c3-4378-b6d4-d6920b179bed&device_owner=network%3Adhcp => generated 1244 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 482/997] 199.204.45.53 () {34 vars in 1010 bytes} [Tue Apr 14 06:50:57 2026] GET /v2.0/networks/6665358b-c1c3-4378-b6d4-d6920b179bed?fields=segments => generated 14 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-14 06:50:57.882 7 INFO neutron.services.segments.plugin [-] Segment afbce3e0-2e7a-40e6-beac-2c54fc7bbc6c resource provider aggregate not found 2026-04-14 06:50:57.897 7 INFO neutron.services.segments.plugin [-] Segment afbce3e0-2e7a-40e6-beac-2c54fc7bbc6c resource provider aggregate not found 2026-04-14 06:50:57.903 7 INFO neutron.services.segments.plugin [-] Segment afbce3e0-2e7a-40e6-beac-2c54fc7bbc6c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid afbce3e0-2e7a-40e6-beac-2c54fc7bbc6c found for delete ", "request_id": "req-20c88a19-2d60-492e-8a29-c4de49010213"}]} 2026-04-14 06:50:57.919 7 INFO neutron.services.segments.plugin [-] Segment afbce3e0-2e7a-40e6-beac-2c54fc7bbc6c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid afbce3e0-2e7a-40e6-beac-2c54fc7bbc6c found for delete ", "request_id": "req-ee1e59e3-b693-4255-8389-77aff07a1483"}]} [pid: 7|app: 0|req: 516/998] 199.204.45.53 () {34 vars in 1110 bytes} [Tue Apr 14 06:50:57 2026] GET /v2.0/networks/6665358b-c1c3-4378-b6d4-d6920b179bed?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 483/999] 199.204.45.53 () {34 vars in 1116 bytes} [Tue Apr 14 06:50:58 2026] GET /v2.0/ports?device_id=6b8bcf52-bf27-4e1b-86be-b88b9bfd1a5a&device_owner=compute%3Anova&fixed_ips=ip_address%3D10.100.0.8 => generated 1148 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 484/1000] 10.0.0.149 () {34 vars in 989 bytes} [Tue Apr 14 06:50:58 2026] GET /v2.0/ports?device_id=d1e5a7de-c18f-457f-ba37-d4cd3b4f6af3 => generated 975 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 485/1001] 10.0.0.149 () {34 vars in 1039 bytes} [Tue Apr 14 06:50:58 2026] GET /v2.0/security-groups?id=b7d7c684-173b-4e70-a5ee-24e5ab0fd289&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: 486/1002] 10.0.0.149 () {34 vars in 989 bytes} [Tue Apr 14 06:50:58 2026] GET /v2.0/ports?device_id=d1e5a7de-c18f-457f-ba37-d4cd3b4f6af3 => generated 975 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 517/1003] 199.204.45.53 () {38 vars in 1026 bytes} [Tue Apr 14 06:50:58 2026] PUT /v2.0/ports/937d9c05-4fdb-4073-be15-f1885a734ebf => generated 968 bytes in 429 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-14 06:50:59.001 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-8c39129f-a205-4996-8b42-8203bd9bd5da'] response: {'name': 'network-changed', 'server_uuid': '6b8bcf52-bf27-4e1b-86be-b88b9bfd1a5a', 'tag': '937d9c05-4fdb-4073-be15-f1885a734ebf', 'status': 'completed', 'code': 200} 2026-04-14 06:50:59.243 8 INFO neutron.db.segments_db [None req-7c9bd7b7-9d86-48d4-bb1f-f9baf7dc4f4d 0eb31b2519b54b4fb4c5274981416872 c6dff2aea6de43c39bd056c1111719fb - - default default] Added segment 4a381ffb-fe33-4f5a-8645-dd0319518383 of type vxlan for network c1d080fb-4a95-4020-9ab6-22e2cb7fb363 2026-04-14 06:50:59.314 8 INFO neutron.db.segments_db [None req-7c9bd7b7-9d86-48d4-bb1f-f9baf7dc4f4d 0eb31b2519b54b4fb4c5274981416872 c6dff2aea6de43c39bd056c1111719fb - - default default] Added segment aeed8d81-bcb1-4c80-b277-a03ed8e19679 of type vxlan for network f8b7f275-acd9-466c-806a-10b51635223e 2026-04-14 06:50:59.325 7 INFO neutron.db.l3_db [None req-eb515ec7-9b81-4f28-bced-3b8b773230ab cd3cac7393eb4571accbc651b94054b1 381d2c0de5a24157be92ebc8c93de67b - - default default] Floating IP efc847ba-55a5-41aa-b5a9-6b9634d746c4 associated. External IP: 10.96.250.204, port: 6d100330-1872-4829-ba31-b62559875f5d. [pid: 8|app: 0|req: 487/1004] 10.0.0.146 () {34 vars in 669 bytes} [Tue Apr 14 06:50:58 2026] POST /v2.0/networks => generated 1245 bytes in 638 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 488/1005] 10.0.0.146 () {32 vars in 648 bytes} [Tue Apr 14 06:50:59 2026] GET /v2.0/networks => generated 1844 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 489/1006] 199.204.45.53 () {34 vars in 1078 bytes} [Tue Apr 14 06:50:59 2026] GET /v2.0/ports?tenant_id=3b821a19d80e4e538f8fe790bc84ef86&device_id=6b8bcf52-bf27-4e1b-86be-b88b9bfd1a5a => 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: 518/1007] 10.0.0.146 () {34 vars in 748 bytes} [Tue Apr 14 06:50:58 2026] PUT /v2.0/floatingips/efc847ba-55a5-41aa-b5a9-6b9634d746c4 => generated 856 bytes in 666 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 06:50:59.626 8 INFO neutron.services.segments.plugin [-] Segment 4a381ffb-fe33-4f5a-8645-dd0319518383 resource provider aggregate not found 2026-04-14 06:50:59.631 8 INFO neutron.services.segments.plugin [-] Segment 4a381ffb-fe33-4f5a-8645-dd0319518383 resource provider aggregate not found 2026-04-14 06:50:59.652 8 INFO neutron.services.segments.plugin [-] Segment 4a381ffb-fe33-4f5a-8645-dd0319518383 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4a381ffb-fe33-4f5a-8645-dd0319518383 found for delete ", "request_id": "req-fb95efbc-f20b-4b54-8bd9-2c4755ed7707"}]} [pid: 8|app: 0|req: 490/1010] 10.0.0.146 () {32 vars in 725 bytes} [Tue Apr 14 06:50:59 2026] DELETE /v2.0/networks/c1d080fb-4a95-4020-9ab6-22e2cb7fb363 => generated 0 bytes in 131 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-14 06:50:59.655 8 INFO neutron.services.segments.plugin [-] Segment 4a381ffb-fe33-4f5a-8645-dd0319518383 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4a381ffb-fe33-4f5a-8645-dd0319518383 found for delete ", "request_id": "req-8b7699b6-8f2f-4b01-b4c8-fcc7ea1bffc3"}]} [pid: 7|app: 0|req: 521/1011] 199.204.45.53 () {34 vars in 984 bytes} [Tue Apr 14 06:50:59 2026] GET /v2.0/networks?id=6665358b-c1c3-4378-b6d4-d6920b179bed => generated 780 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 522/1012] 10.0.0.149 () {34 vars in 989 bytes} [Tue Apr 14 06:50:59 2026] GET /v2.0/ports?device_id=d1e5a7de-c18f-457f-ba37-d4cd3b4f6af3 => generated 975 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 491/1013] 10.0.0.146 () {32 vars in 725 bytes} [Tue Apr 14 06:50:59 2026] DELETE /v2.0/networks/f8b7f275-acd9-466c-806a-10b51635223e => 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: 523/1014] 199.204.45.53 () {34 vars in 1056 bytes} [Tue Apr 14 06:50:59 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.4&port_id=937d9c05-4fdb-4073-be15-f1885a734ebf => generated 860 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 492/1015] 10.0.0.149 () {34 vars in 1039 bytes} [Tue Apr 14 06:50:59 2026] GET /v2.0/security-groups?id=b7d7c684-173b-4e70-a5ee-24e5ab0fd289&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: 493/1016] 199.204.45.53 () {34 vars in 982 bytes} [Tue Apr 14 06:50:59 2026] GET /v2.0/subnets?id=a28c0475-d034-458f-81e7-f9738fa7f5df => generated 702 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 524/1017] 10.0.0.146 () {32 vars in 648 bytes} [Tue Apr 14 06:50:59 2026] GET /v2.0/networks => generated 651 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 494/1018] 199.204.45.53 () {34 vars in 1050 bytes} [Tue Apr 14 06:50:59 2026] GET /v2.0/ports?network_id=6665358b-c1c3-4378-b6d4-d6920b179bed&device_owner=network%3Adhcp => generated 1244 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-14 06:50:59.941 7 INFO neutron.db.segments_db [None req-09375156-613f-41c4-bad1-a670ab729e3d 0eb31b2519b54b4fb4c5274981416872 c6dff2aea6de43c39bd056c1111719fb - - default default] Added segment 419470a6-f47f-4af1-b9d8-4e60a6232e32 of type vxlan for network 3cd661d3-8db1-4526-b85c-36a2788a9f4c [pid: 8|app: 0|req: 495/1019] 199.204.45.53 () {34 vars in 1010 bytes} [Tue Apr 14 06:50:59 2026] GET /v2.0/networks/6665358b-c1c3-4378-b6d4-d6920b179bed?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: 496/1020] 199.204.45.53 () {34 vars in 1110 bytes} [Tue Apr 14 06:50:59 2026] GET /v2.0/networks/6665358b-c1c3-4378-b6d4-d6920b179bed?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 525/1021] 10.0.0.146 () {34 vars in 669 bytes} [Tue Apr 14 06:50:59 2026] POST /v2.0/networks => generated 654 bytes in 180 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 497/1022] 10.0.0.149 () {34 vars in 989 bytes} [Tue Apr 14 06:51:00 2026] GET /v2.0/ports?device_id=d1e5a7de-c18f-457f-ba37-d4cd3b4f6af3 => generated 975 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 06:51:00.117 7 INFO neutron.db.segments_db [None req-16a0fca9-cd06-442e-ae26-fa3261989704 0eb31b2519b54b4fb4c5274981416872 c6dff2aea6de43c39bd056c1111719fb - - default default] Added segment 235eec7e-4151-47f8-b265-ace767193576 of type vxlan for network 07c89f23-1aba-4750-bf28-741b558979ba [pid: 8|app: 0|req: 498/1023] 10.0.0.149 () {34 vars in 1039 bytes} [Tue Apr 14 06:51:00 2026] GET /v2.0/security-groups?id=b7d7c684-173b-4e70-a5ee-24e5ab0fd289&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: 526/1024] 10.0.0.146 () {34 vars in 669 bytes} [Tue Apr 14 06:51:00 2026] POST /v2.0/networks => generated 653 bytes in 180 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 499/1025] 10.0.0.149 () {34 vars in 989 bytes} [Tue Apr 14 06:51:00 2026] GET /v2.0/ports?device_id=6b8bcf52-bf27-4e1b-86be-b88b9bfd1a5a => 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: 500/1026] 10.0.0.149 () {34 vars in 1039 bytes} [Tue Apr 14 06:51:00 2026] GET /v2.0/security-groups?id=c96ac516-055e-414c-8333-d6e63e796c78&fields=id&fields=name => generated 113 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 527/1027] 10.0.0.146 () {34 vars in 664 bytes} [Tue Apr 14 06:51:00 2026] POST /v2.0/ports => generated 1506 bytes in 679 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-04-14 06:51:01.034 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-d0bafa8a-ae0c-48d6-aeb1-71688dc2d51c'] response: {'name': 'network-changed', 'server_uuid': 'd1e5a7de-c18f-457f-ba37-d4cd3b4f6af3', 'tag': '6d100330-1872-4829-ba31-b62559875f5d', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 501/1028] 10.0.0.146 () {32 vars in 642 bytes} [Tue Apr 14 06:51:00 2026] GET /v2.0/ports => generated 1506 bytes in 119 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: 528/1029] 199.204.45.53 () {34 vars in 1078 bytes} [Tue Apr 14 06:51:01 2026] GET /v2.0/ports?tenant_id=3b821a19d80e4e538f8fe790bc84ef86&device_id=6b8bcf52-bf27-4e1b-86be-b88b9bfd1a5a => generated 1240 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-14 06:51:01.141 8 INFO neutron_taas.services.taas.taas_plugin [None req-ef3c3884-eed3-43d7-aa76-cfb890849efe 0eb31b2519b54b4fb4c5274981416872 c6dff2aea6de43c39bd056c1111719fb - - default default] TaaS: Handle Delete Port: c3accb61-ce7f-4825-9394-d7e52cb910f4 2026-04-14 06:51:01.144 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ef3c3884-eed3-43d7-aa76-cfb890849efe 0eb31b2519b54b4fb4c5274981416872 c6dff2aea6de43c39bd056c1111719fb - - default default] Tap Mirror: Handle Delete Port: c3accb61-ce7f-4825-9394-d7e52cb910f4 [pid: 7|app: 0|req: 529/1030] 199.204.45.53 () {34 vars in 984 bytes} [Tue Apr 14 06:51:01 2026] GET /v2.0/networks?id=6665358b-c1c3-4378-b6d4-d6920b179bed => generated 780 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 530/1031] 199.204.45.53 () {34 vars in 1056 bytes} [Tue Apr 14 06:51:01 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.4&port_id=937d9c05-4fdb-4073-be15-f1885a734ebf => generated 860 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 502/1032] 10.0.0.146 () {32 vars in 719 bytes} [Tue Apr 14 06:51:01 2026] DELETE /v2.0/ports/c3accb61-ce7f-4825-9394-d7e52cb910f4 => 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: 531/1033] 10.0.0.149 () {34 vars in 989 bytes} [Tue Apr 14 06:51:01 2026] GET /v2.0/ports?device_id=d1e5a7de-c18f-457f-ba37-d4cd3b4f6af3 => generated 975 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 503/1034] 199.204.45.53 () {34 vars in 982 bytes} [Tue Apr 14 06:51:01 2026] GET /v2.0/subnets?id=a28c0475-d034-458f-81e7-f9738fa7f5df => generated 702 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 504/1035] 10.0.0.149 () {34 vars in 1039 bytes} [Tue Apr 14 06:51:01 2026] GET /v2.0/security-groups?id=b7d7c684-173b-4e70-a5ee-24e5ab0fd289&fields=id&fields=name => generated 113 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 505/1036] 199.204.45.53 () {34 vars in 1050 bytes} [Tue Apr 14 06:51:01 2026] GET /v2.0/ports?network_id=6665358b-c1c3-4378-b6d4-d6920b179bed&device_owner=network%3Adhcp => generated 1244 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-14 06:51:01.405 7 INFO neutron_taas.services.taas.taas_plugin [None req-21d54ff2-e881-429c-b514-57edc60e2753 0eb31b2519b54b4fb4c5274981416872 c6dff2aea6de43c39bd056c1111719fb - - default default] TaaS: Handle Delete Port: 43df7d9c-94e1-49ec-acb7-77e6ec8ef170 2026-04-14 06:51:01.409 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-21d54ff2-e881-429c-b514-57edc60e2753 0eb31b2519b54b4fb4c5274981416872 c6dff2aea6de43c39bd056c1111719fb - - default default] Tap Mirror: Handle Delete Port: 43df7d9c-94e1-49ec-acb7-77e6ec8ef170 [pid: 8|app: 0|req: 506/1037] 199.204.45.53 () {34 vars in 1010 bytes} [Tue Apr 14 06:51:01 2026] GET /v2.0/networks/6665358b-c1c3-4378-b6d4-d6920b179bed?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: 507/1038] 10.0.0.149 () {34 vars in 989 bytes} [Tue Apr 14 06:51:01 2026] GET /v2.0/ports?device_id=6b8bcf52-bf27-4e1b-86be-b88b9bfd1a5a => generated 971 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 532/1039] 10.0.0.146 () {32 vars in 719 bytes} [Tue Apr 14 06:51:01 2026] DELETE /v2.0/ports/43df7d9c-94e1-49ec-acb7-77e6ec8ef170 => generated 0 bytes in 217 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 533/1040] 10.0.0.149 () {34 vars in 1039 bytes} [Tue Apr 14 06:51:01 2026] GET /v2.0/security-groups?id=c96ac516-055e-414c-8333-d6e63e796c78&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: 508/1041] 199.204.45.53 () {34 vars in 1110 bytes} [Tue Apr 14 06:51:01 2026] GET /v2.0/networks/6665358b-c1c3-4378-b6d4-d6920b179bed?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: 534/1042] 10.0.0.146 () {32 vars in 642 bytes} [Tue Apr 14 06:51:01 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) [pid: 8|app: 0|req: 509/1043] 199.204.45.53 () {34 vars in 1078 bytes} [Tue Apr 14 06:51:01 2026] GET /v2.0/ports?tenant_id=381d2c0de5a24157be92ebc8c93de67b&device_id=d1e5a7de-c18f-457f-ba37-d4cd3b4f6af3 => generated 1244 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-14 06:51:01.598 7 INFO neutron.db.segments_db [None req-56eab4cb-5936-4f16-ab67-ab8083b54773 0eb31b2519b54b4fb4c5274981416872 c6dff2aea6de43c39bd056c1111719fb - - default default] Added segment 1b48c720-129a-4096-b724-f716e4da9d84 of type vxlan for network 33087392-0a00-4f73-83ab-53a67d105678 [pid: 8|app: 0|req: 510/1044] 199.204.45.53 () {34 vars in 984 bytes} [Tue Apr 14 06:51:01 2026] GET /v2.0/networks?id=e4b8db4b-df2c-4cd4-a0db-101f5f5725dc => generated 766 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 06:51:01.683 8 INFO neutron.services.segments.plugin [-] Segment aeed8d81-bcb1-4c80-b277-a03ed8e19679 resource provider aggregate not found [pid: 7|app: 0|req: 535/1045] 10.0.0.146 () {34 vars in 669 bytes} [Tue Apr 14 06:51:01 2026] POST /v2.0/networks => generated 654 bytes in 136 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-14 06:51:01.685 8 INFO neutron.services.segments.plugin [-] Segment aeed8d81-bcb1-4c80-b277-a03ed8e19679 resource provider aggregate not found 2026-04-14 06:51:01.708 8 INFO neutron.services.segments.plugin [-] Segment aeed8d81-bcb1-4c80-b277-a03ed8e19679 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid aeed8d81-bcb1-4c80-b277-a03ed8e19679 found for delete ", "request_id": "req-3b9f810c-b38d-4bde-8dde-1108764d4ad3"}]} 2026-04-14 06:51:01.709 8 INFO neutron.services.segments.plugin [-] Segment aeed8d81-bcb1-4c80-b277-a03ed8e19679 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid aeed8d81-bcb1-4c80-b277-a03ed8e19679 found for delete ", "request_id": "req-00843e96-cceb-447d-bf6f-1808f1878b24"}]} [pid: 8|app: 0|req: 511/1046] 199.204.45.53 () {34 vars in 1058 bytes} [Tue Apr 14 06:51:01 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.14&port_id=6d100330-1872-4829-ba31-b62559875f5d => generated 861 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 06:51:01.745 7 INFO neutron.db.segments_db [None req-d7cd9e60-982c-44ad-9c32-ac1e0c2a5f13 0eb31b2519b54b4fb4c5274981416872 c6dff2aea6de43c39bd056c1111719fb - - default default] Added segment 53d8c14a-cc32-41bb-9c8e-ae841fd4c0b0 of type vxlan for network 6f5f2f2b-74f3-4b37-883d-978492f8747f [pid: 8|app: 0|req: 512/1047] 199.204.45.53 () {34 vars in 982 bytes} [Tue Apr 14 06:51:01 2026] GET /v2.0/subnets?id=23adb6c2-d554-4402-aa58-6b739722d41b => generated 688 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 513/1048] 199.204.45.53 () {34 vars in 1050 bytes} [Tue Apr 14 06:51:01 2026] GET /v2.0/ports?network_id=e4b8db4b-df2c-4cd4-a0db-101f5f5725dc&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: 536/1049] 10.0.0.146 () {34 vars in 669 bytes} [Tue Apr 14 06:51:01 2026] POST /v2.0/networks => generated 654 bytes in 130 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 514/1050] 199.204.45.53 () {34 vars in 1010 bytes} [Tue Apr 14 06:51:01 2026] GET /v2.0/networks/e4b8db4b-df2c-4cd4-a0db-101f5f5725dc?fields=segments => generated 14 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 537/1051] 199.204.45.53 () {34 vars in 1110 bytes} [Tue Apr 14 06:51:01 2026] GET /v2.0/networks/e4b8db4b-df2c-4cd4-a0db-101f5f5725dc?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-14 06:51:02.353 8 INFO neutron.db.segments_db [None req-b923cb67-0d3f-4ced-9226-fc7f03cd3ba0 99fff5b83fa04531a97b3e80948c9abb b33b24c4c9d94c4f8726f87f597bd10d - - default default] Added segment 59766ffe-3fa8-4d91-89de-949b5c3a4c78 of type vxlan for network 95eb7428-d84f-45ab-9ef4-12753ad57a56 2026-04-14 06:51:02.591 8 INFO neutron.db.l3_hamode_db [None req-b923cb67-0d3f-4ced-9226-fc7f03cd3ba0 99fff5b83fa04531a97b3e80948c9abb b33b24c4c9d94c4f8726f87f597bd10d - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 538/1052] 10.0.0.146 () {34 vars in 668 bytes} [Tue Apr 14 06:51:02 2026] POST /v2.0/subnets => generated 1323 bytes in 441 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 539/1053] 10.0.0.149 () {34 vars in 989 bytes} [Tue Apr 14 06:51:02 2026] GET /v2.0/ports?device_id=d1e5a7de-c18f-457f-ba37-d4cd3b4f6af3 => generated 975 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 540/1054] 199.204.45.53 () {34 vars in 992 bytes} [Tue Apr 14 06:51:02 2026] GET /v2.0/ports?device_id=d1e5a7de-c18f-457f-ba37-d4cd3b4f6af3 => generated 975 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 541/1055] 10.0.0.149 () {34 vars in 989 bytes} [Tue Apr 14 06:51:02 2026] GET /v2.0/ports?device_id=6b8bcf52-bf27-4e1b-86be-b88b9bfd1a5a => generated 971 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 542/1056] 10.0.0.146 () {32 vars in 646 bytes} [Tue Apr 14 06:51:02 2026] GET /v2.0/subnets => generated 1959 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 543/1057] 10.0.0.149 () {34 vars in 1039 bytes} [Tue Apr 14 06:51:02 2026] GET /v2.0/security-groups?id=b7d7c684-173b-4e70-a5ee-24e5ab0fd289&fields=id&fields=name => generated 113 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 06:51:03.032 8 INFO neutron.db.l3_hamode_db [None req-b923cb67-0d3f-4ced-9226-fc7f03cd3ba0 99fff5b83fa04531a97b3e80948c9abb b33b24c4c9d94c4f8726f87f597bd10d - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-14 06:51:03.051 7 INFO neutron_taas.services.taas.taas_plugin [req-883e4999-24b2-4acb-9834-2651f944abe9 req-ae6e86ec-34ed-4a02-9a36-e08c1413eb9a cd3cac7393eb4571accbc651b94054b1 381d2c0de5a24157be92ebc8c93de67b - - default default] TaaS: Handle Delete Port: 6d100330-1872-4829-ba31-b62559875f5d 2026-04-14 06:51:03.055 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-883e4999-24b2-4acb-9834-2651f944abe9 req-ae6e86ec-34ed-4a02-9a36-e08c1413eb9a cd3cac7393eb4571accbc651b94054b1 381d2c0de5a24157be92ebc8c93de67b - - default default] Tap Mirror: Handle Delete Port: 6d100330-1872-4829-ba31-b62559875f5d 2026-04-14 06:51:03.199 7 INFO neutron.db.l3_db [req-883e4999-24b2-4acb-9834-2651f944abe9 req-ae6e86ec-34ed-4a02-9a36-e08c1413eb9a cd3cac7393eb4571accbc651b94054b1 381d2c0de5a24157be92ebc8c93de67b - - default default] Floating IP efc847ba-55a5-41aa-b5a9-6b9634d746c4 disassociated. External IP: 10.96.250.204, port: 6d100330-1872-4829-ba31-b62559875f5d. [pid: 8|app: 0|req: 515/1058] 10.0.0.146 () {34 vars in 667 bytes} [Tue Apr 14 06:51:02 2026] POST /v2.0/routers => generated 474 bytes in 1382 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 544/1059] 199.204.45.53 () {36 vars in 995 bytes} [Tue Apr 14 06:51:02 2026] DELETE /v2.0/ports/6d100330-1872-4829-ba31-b62559875f5d => generated 0 bytes in 597 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 516/1060] 199.204.45.53 () {34 vars in 992 bytes} [Tue Apr 14 06:51:03 2026] GET /v2.0/ports?device_id=6b8bcf52-bf27-4e1b-86be-b88b9bfd1a5a => generated 969 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 545/1061] 10.0.0.149 () {34 vars in 1039 bytes} [Tue Apr 14 06:51:03 2026] GET /v2.0/security-groups?id=c96ac516-055e-414c-8333-d6e63e796c78&fields=id&fields=name => generated 113 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 06:51:03.589 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-2e6b826b-b92d-484a-9c0f-b40117b8ec2a'] response: {'server_uuid': 'd1e5a7de-c18f-457f-ba37-d4cd3b4f6af3', 'name': 'network-vif-deleted', 'tag': '6d100330-1872-4829-ba31-b62559875f5d', 'status': 'completed', 'code': 200} 2026-04-14 06:51:03.644 7 INFO neutron.db.l3_hamode_db [None req-facca742-241e-457c-a6d9-832fcb4c3598 99fff5b83fa04531a97b3e80948c9abb b33b24c4c9d94c4f8726f87f597bd10d - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 517/1062] 10.0.0.146 () {32 vars in 723 bytes} [Tue Apr 14 06:51:03 2026] DELETE /v2.0/subnets/55e3b3fd-dcb0-4093-940d-eacebd38b3d3 => generated 0 bytes in 101 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-14 06:51:03.767 7 INFO neutron.db.l3_hamode_db [None req-facca742-241e-457c-a6d9-832fcb4c3598 99fff5b83fa04531a97b3e80948c9abb b33b24c4c9d94c4f8726f87f597bd10d - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-14 06:51:03.775 8 INFO neutron_taas.services.taas.taas_plugin [req-29066562-337f-4a96-b5a5-e812e9b8f33e req-9c4ca87e-52c6-4090-bdd1-1a78e6f0da71 802fc66ae370426e97b2cc7230c5de50 3b821a19d80e4e538f8fe790bc84ef86 - - default default] TaaS: Handle Delete Port: 937d9c05-4fdb-4073-be15-f1885a734ebf 2026-04-14 06:51:03.777 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-29066562-337f-4a96-b5a5-e812e9b8f33e req-9c4ca87e-52c6-4090-bdd1-1a78e6f0da71 802fc66ae370426e97b2cc7230c5de50 3b821a19d80e4e538f8fe790bc84ef86 - - default default] Tap Mirror: Handle Delete Port: 937d9c05-4fdb-4073-be15-f1885a734ebf 2026-04-14 06:51:03.864 8 INFO neutron.db.l3_db [req-29066562-337f-4a96-b5a5-e812e9b8f33e req-9c4ca87e-52c6-4090-bdd1-1a78e6f0da71 802fc66ae370426e97b2cc7230c5de50 3b821a19d80e4e538f8fe790bc84ef86 - - default default] Floating IP 513ab270-f265-4f8f-afc5-17ae3fe654a6 disassociated. External IP: 10.96.250.220, port: 937d9c05-4fdb-4073-be15-f1885a734ebf. [pid: 8|app: 0|req: 518/1063] 199.204.45.53 () {36 vars in 995 bytes} [Tue Apr 14 06:51:03 2026] DELETE /v2.0/ports/937d9c05-4fdb-4073-be15-f1885a734ebf => generated 0 bytes in 527 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-14 06:51:04.242 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-62300f86-0d88-410b-bc36-f5fba30bd3fa'] response: {'server_uuid': '6b8bcf52-bf27-4e1b-86be-b88b9bfd1a5a', 'name': 'network-vif-deleted', 'tag': '937d9c05-4fdb-4073-be15-f1885a734ebf', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 546/1064] 10.0.0.146 () {34 vars in 667 bytes} [Tue Apr 14 06:51:03 2026] POST /v2.0/routers => generated 474 bytes in 710 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 547/1065] 10.0.0.149 () {34 vars in 989 bytes} [Tue Apr 14 06:51:04 2026] GET /v2.0/ports?device_id=d1e5a7de-c18f-457f-ba37-d4cd3b4f6af3 => generated 12 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 519/1066] 10.0.0.146 () {32 vars in 723 bytes} [Tue Apr 14 06:51:04 2026] DELETE /v2.0/subnets/0e70cc30-a41d-44f7-9772-de6318ee23d8 => generated 0 bytes in 120 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 520/1067] 10.0.0.146 () {32 vars in 646 bytes} [Tue Apr 14 06:51:04 2026] GET /v2.0/subnets => generated 649 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 06:51:04.352 7 INFO neutron.db.l3_hamode_db [None req-0e13e673-e1d5-43ce-9ef3-7de8c708ed41 99fff5b83fa04531a97b3e80948c9abb b33b24c4c9d94c4f8726f87f597bd10d - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-14 06:51:04.474 8 INFO neutron.services.segments.plugin [-] Segment 53d8c14a-cc32-41bb-9c8e-ae841fd4c0b0 resource provider aggregate not found 2026-04-14 06:51:04.474 8 INFO neutron.services.segments.plugin [-] Segment 53d8c14a-cc32-41bb-9c8e-ae841fd4c0b0 resource provider aggregate not found 2026-04-14 06:51:04.491 7 INFO neutron.db.l3_hamode_db [None req-0e13e673-e1d5-43ce-9ef3-7de8c708ed41 99fff5b83fa04531a97b3e80948c9abb b33b24c4c9d94c4f8726f87f597bd10d - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-14 06:51:04.491 8 INFO neutron.services.segments.plugin [-] Segment 53d8c14a-cc32-41bb-9c8e-ae841fd4c0b0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 53d8c14a-cc32-41bb-9c8e-ae841fd4c0b0 found for delete ", "request_id": "req-63661771-fbf0-4ef1-b7b7-a833fefe3e68"}]} 2026-04-14 06:51:04.494 8 INFO neutron.services.segments.plugin [-] Segment 53d8c14a-cc32-41bb-9c8e-ae841fd4c0b0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 53d8c14a-cc32-41bb-9c8e-ae841fd4c0b0 found for delete ", "request_id": "req-55e6e169-c7ac-4e8c-9597-a0c4c7b0529f"}]} [pid: 8|app: 0|req: 521/1068] 10.0.0.146 () {32 vars in 725 bytes} [Tue Apr 14 06:51:04 2026] DELETE /v2.0/networks/6f5f2f2b-74f3-4b37-883d-978492f8747f => generated 0 bytes in 140 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 522/1069] 10.0.0.146 () {32 vars in 725 bytes} [Tue Apr 14 06:51:04 2026] DELETE /v2.0/networks/33087392-0a00-4f73-83ab-53a67d105678 => generated 0 bytes in 148 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 523/1070] 10.0.0.146 () {32 vars in 725 bytes} [Tue Apr 14 06:51:04 2026] DELETE /v2.0/networks/07c89f23-1aba-4750-bf28-741b558979ba => generated 0 bytes in 129 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 524/1071] 10.0.0.149 () {34 vars in 989 bytes} [Tue Apr 14 06:51:04 2026] GET /v2.0/ports?device_id=6b8bcf52-bf27-4e1b-86be-b88b9bfd1a5a => 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: 525/1072] 10.0.0.146 () {32 vars in 725 bytes} [Tue Apr 14 06:51:04 2026] DELETE /v2.0/networks/3cd661d3-8db1-4526-b85c-36a2788a9f4c => 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: 548/1073] 10.0.0.146 () {34 vars in 667 bytes} [Tue Apr 14 06:51:04 2026] POST /v2.0/routers => generated 474 bytes in 744 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-14 06:51:05.110 8 INFO neutron.db.l3_hamode_db [None req-1f39486e-f6b6-4941-abe4-2797e3d8019c 99fff5b83fa04531a97b3e80948c9abb b33b24c4c9d94c4f8726f87f597bd10d - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-14 06:51:05.230 8 INFO neutron.db.l3_hamode_db [None req-1f39486e-f6b6-4941-abe4-2797e3d8019c 99fff5b83fa04531a97b3e80948c9abb b33b24c4c9d94c4f8726f87f597bd10d - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 549/1074] 10.0.0.149 () {34 vars in 989 bytes} [Tue Apr 14 06:51:05 2026] GET /v2.0/ports?device_id=d1e5a7de-c18f-457f-ba37-d4cd3b4f6af3 => 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: 550/1075] 10.0.0.146 () {32 vars in 773 bytes} [Tue Apr 14 06:51:05 2026] GET /v2.0/security-groups?tenant_id=c6dff2aea6de43c39bd056c1111719fb&name=default => generated 2925 bytes in 193 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 551/1076] 10.0.0.146 () {32 vars in 739 bytes} [Tue Apr 14 06:51:05 2026] DELETE /v2.0/security-groups/a52010a6-e8ac-4b8f-91c6-d64ae446b66e => generated 0 bytes in 101 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 526/1077] 10.0.0.146 () {34 vars in 667 bytes} [Tue Apr 14 06:51:05 2026] POST /v2.0/routers => generated 474 bytes in 814 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 552/1078] 10.0.0.149 () {34 vars in 989 bytes} [Tue Apr 14 06:51:05 2026] GET /v2.0/ports?device_id=6b8bcf52-bf27-4e1b-86be-b88b9bfd1a5a => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-14 06:51:05.944 8 INFO neutron.db.l3_hamode_db [None req-e6c3307c-8b53-447e-8800-8dff0f1d2c8c 99fff5b83fa04531a97b3e80948c9abb b33b24c4c9d94c4f8726f87f597bd10d - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-14 06:51:06.061 8 INFO neutron.db.l3_hamode_db [None req-e6c3307c-8b53-447e-8800-8dff0f1d2c8c 99fff5b83fa04531a97b3e80948c9abb b33b24c4c9d94c4f8726f87f597bd10d - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 553/1079] 10.0.0.149 () {34 vars in 989 bytes} [Tue Apr 14 06:51:06 2026] GET /v2.0/ports?device_id=d1e5a7de-c18f-457f-ba37-d4cd3b4f6af3 => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-14 06:51:06.529 8 INFO neutron.services.segments.plugin [-] Segment 1b48c720-129a-4096-b724-f716e4da9d84 resource provider aggregate not found 2026-04-14 06:51:06.530 8 INFO neutron.services.segments.plugin [-] Segment 1b48c720-129a-4096-b724-f716e4da9d84 resource provider aggregate not found 2026-04-14 06:51:06.550 8 INFO neutron.services.segments.plugin [-] Segment 1b48c720-129a-4096-b724-f716e4da9d84 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1b48c720-129a-4096-b724-f716e4da9d84 found for delete ", "request_id": "req-8603bf68-939c-4b55-83ec-8851eb23fce1"}]} 2026-04-14 06:51:06.555 8 INFO neutron.services.segments.plugin [-] Segment 1b48c720-129a-4096-b724-f716e4da9d84 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1b48c720-129a-4096-b724-f716e4da9d84 found for delete ", "request_id": "req-be00fe77-a979-4230-a3ef-11d46ec72314"}]} 2026-04-14 06:51:06.571 8 INFO neutron.services.segments.plugin [-] Segment 235eec7e-4151-47f8-b265-ace767193576 resource provider aggregate not found 2026-04-14 06:51:06.577 8 INFO neutron.services.segments.plugin [-] Segment 235eec7e-4151-47f8-b265-ace767193576 resource provider aggregate not found 2026-04-14 06:51:06.590 8 INFO neutron.services.segments.plugin [-] Segment 235eec7e-4151-47f8-b265-ace767193576 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 235eec7e-4151-47f8-b265-ace767193576 found for delete ", "request_id": "req-e6bbb416-2da3-4ed7-b80d-a59e32a5d6f8"}]} 2026-04-14 06:51:06.594 8 INFO neutron.services.segments.plugin [-] Segment 235eec7e-4151-47f8-b265-ace767193576 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 235eec7e-4151-47f8-b265-ace767193576 found for delete ", "request_id": "req-cd95b8f1-cf59-4383-ad7c-da18dddaac94"}]} 2026-04-14 06:51:06.615 8 INFO neutron.services.segments.plugin [-] Segment 419470a6-f47f-4af1-b9d8-4e60a6232e32 resource provider aggregate not found 2026-04-14 06:51:06.615 8 INFO neutron.services.segments.plugin [-] Segment 419470a6-f47f-4af1-b9d8-4e60a6232e32 resource provider aggregate not found 2026-04-14 06:51:06.636 8 INFO neutron.services.segments.plugin [-] Segment 419470a6-f47f-4af1-b9d8-4e60a6232e32 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 419470a6-f47f-4af1-b9d8-4e60a6232e32 found for delete ", "request_id": "req-26c7319c-435f-41d1-804c-0daab0ccbb3c"}]} 2026-04-14 06:51:06.647 8 INFO neutron.services.segments.plugin [-] Segment 419470a6-f47f-4af1-b9d8-4e60a6232e32 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 419470a6-f47f-4af1-b9d8-4e60a6232e32 found for delete ", "request_id": "req-0379b36a-907a-4ae8-b426-832cd012dbd6"}]} [pid: 8|app: 0|req: 527/1080] 10.0.0.146 () {34 vars in 667 bytes} [Tue Apr 14 06:51:05 2026] POST /v2.0/routers => generated 474 bytes in 850 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 528/1081] 10.0.0.149 () {34 vars in 989 bytes} [Tue Apr 14 06:51:06 2026] GET /v2.0/ports?device_id=6b8bcf52-bf27-4e1b-86be-b88b9bfd1a5a => 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: 554/1082] 10.0.0.146 () {34 vars in 750 bytes} [Tue Apr 14 06:51:06 2026] PUT /v2.0/routers/781968f6-1a9d-410b-81b8-449fcb2d8e35/tags => generated 17 bytes in 480 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 529/1083] 10.0.0.146 () {34 vars in 750 bytes} [Tue Apr 14 06:51:07 2026] PUT /v2.0/routers/23d2b258-910f-4994-ade3-1a87c542b2be/tags => generated 25 bytes in 143 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 530/1084] 10.0.0.146 () {34 vars in 750 bytes} [Tue Apr 14 06:51:07 2026] PUT /v2.0/routers/3323bec8-f9c3-4eaf-8dc2-e74e843056af/tags => generated 34 bytes in 112 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 531/1085] 10.0.0.146 () {34 vars in 750 bytes} [Tue Apr 14 06:51:07 2026] PUT /v2.0/routers/c9556779-31b5-4fbe-97e9-5d914c6d0664/tags => generated 19 bytes in 100 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 532/1086] 10.0.0.146 () {32 vars in 739 bytes} [Tue Apr 14 06:51:07 2026] DELETE /v2.0/security-groups/b7d7c684-173b-4e70-a5ee-24e5ab0fd289 => generated 0 bytes in 93 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-14 06:51:07.689 7 INFO neutron.db.segments_db [None req-f4e37152-3163-46e5-a004-4faced649a8d ef031c7377274b13b1ab54b367bc6c87 0ad3bda0e0b74a1b8997320a7c35f9d9 - - default default] Added segment a1940ead-cf3b-48d8-ad65-d38c498b579d of type vxlan for network e2317010-422a-4ed3-99a3-0de4c1f2781d [pid: 8|app: 0|req: 533/1087] 10.0.0.146 () {32 vars in 663 bytes} [Tue Apr 14 06:51:07 2026] GET /v2.0/routers?tags=red => generated 1463 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-14 06:51:07.766 8 INFO neutron.api.v2.resource [None req-101ea49c-ce28-4c3a-9f6b-82014ae7a09d cd3cac7393eb4571accbc651b94054b1 381d2c0de5a24157be92ebc8c93de67b - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 534/1088] 10.0.0.146 () {32 vars in 736 bytes} [Tue Apr 14 06:51:07 2026] GET /v2.0/security-groups/b7d7c684-173b-4e70-a5ee-24e5ab0fd289 => generated 146 bytes in 8 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 555/1089] 10.0.0.146 () {34 vars in 669 bytes} [Tue Apr 14 06:51:07 2026] POST /v2.0/networks => generated 647 bytes in 427 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 535/1090] 10.0.0.146 () {32 vars in 677 bytes} [Tue Apr 14 06:51:07 2026] GET /v2.0/routers?tags=red%2Cblue => generated 988 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 06:51:07.904 7 INFO neutron_taas.services.taas.taas_plugin [None req-af398be0-b995-469c-9f88-92f89dd0207f cd3cac7393eb4571accbc651b94054b1 381d2c0de5a24157be92ebc8c93de67b - - default default] TaaS: Handle Delete Port: 92dd900b-936c-436f-b400-d63098c4870f 2026-04-14 06:51:07.907 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-af398be0-b995-469c-9f88-92f89dd0207f cd3cac7393eb4571accbc651b94054b1 381d2c0de5a24157be92ebc8c93de67b - - default default] Tap Mirror: Handle Delete Port: 92dd900b-936c-436f-b400-d63098c4870f [pid: 7|app: 0|req: 556/1091] 10.0.0.146 () {32 vars in 731 bytes} [Tue Apr 14 06:51:07 2026] DELETE /v2.0/floatingips/efc847ba-55a5-41aa-b5a9-6b9634d746c4 => generated 0 bytes in 253 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 536/1092] 10.0.0.146 () {34 vars in 664 bytes} [Tue Apr 14 06:51:07 2026] POST /v2.0/ports => generated 779 bytes in 279 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: 557/1093] 10.0.0.146 () {32 vars in 673 bytes} [Tue Apr 14 06:51:08 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: 558/1094] 10.0.0.146 () {32 vars in 739 bytes} [Tue Apr 14 06:51:08 2026] DELETE /v2.0/security-groups/c96ac516-055e-414c-8333-d6e63e796c78 => generated 0 bytes in 80 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-14 06:51:08.251 7 INFO neutron.db.segments_db [None req-1fcc9ba1-eaa4-4a15-bb44-c4fa648a3d25 ef031c7377274b13b1ab54b367bc6c87 0ad3bda0e0b74a1b8997320a7c35f9d9 - - default default] Added segment ba6a362c-1da1-400b-8333-6a4d7157601f of type vxlan for network c23d7d3e-8418-40e3-97c7-42b7e71c7a5c [pid: 7|app: 0|req: 559/1095] 10.0.0.146 () {34 vars in 669 bytes} [Tue Apr 14 06:51:08 2026] POST /v2.0/networks => generated 636 bytes in 131 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 560/1096] 10.0.0.146 () {32 vars in 685 bytes} [Tue Apr 14 06:51:08 2026] GET /v2.0/routers?tags-any=red%2Cblue => generated 1463 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-14 06:51:08.403 7 INFO neutron.api.v2.resource [None req-7058921b-4e3b-44b9-b8e4-c6edb16325d9 802fc66ae370426e97b2cc7230c5de50 3b821a19d80e4e538f8fe790bc84ef86 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 561/1097] 10.0.0.146 () {32 vars in 736 bytes} [Tue Apr 14 06:51:08 2026] GET /v2.0/security-groups/c96ac516-055e-414c-8333-d6e63e796c78 => generated 146 bytes in 8 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-14 06:51:08.471 8 INFO neutron_taas.services.taas.taas_plugin [None req-c159f2c5-72b1-41f7-86ca-bf3286529a8c 07fe03b92fd4416ab1e2727517b45ecd 18a9ceb573b9494d8f9349bd6d83cd30 - - default default] TaaS: Handle Delete Port: 08201523-f272-4788-8f37-7b5b1c559c4e 2026-04-14 06:51:08.474 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c159f2c5-72b1-41f7-86ca-bf3286529a8c 07fe03b92fd4416ab1e2727517b45ecd 18a9ceb573b9494d8f9349bd6d83cd30 - - default default] Tap Mirror: Handle Delete Port: 08201523-f272-4788-8f37-7b5b1c559c4e [pid: 7|app: 0|req: 562/1098] 10.0.0.146 () {34 vars in 668 bytes} [Tue Apr 14 06:51:08 2026] POST /v2.0/subnets => generated 646 bytes in 251 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 563/1099] 10.0.0.146 () {32 vars in 671 bytes} [Tue Apr 14 06:51:08 2026] GET /v2.0/routers?not-tags=red => generated 960 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 06:51:08.823 7 INFO neutron_taas.services.taas.taas_plugin [None req-885da1d9-e419-489a-96ad-f41920c446f2 802fc66ae370426e97b2cc7230c5de50 3b821a19d80e4e538f8fe790bc84ef86 - - default default] TaaS: Handle Delete Port: 04a31124-8129-4035-8d97-84b60f374d1e 2026-04-14 06:51:08.826 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-885da1d9-e419-489a-96ad-f41920c446f2 802fc66ae370426e97b2cc7230c5de50 3b821a19d80e4e538f8fe790bc84ef86 - - default default] Tap Mirror: Handle Delete Port: 04a31124-8129-4035-8d97-84b60f374d1e [pid: 7|app: 0|req: 564/1100] 10.0.0.146 () {32 vars in 731 bytes} [Tue Apr 14 06:51:08 2026] DELETE /v2.0/floatingips/513ab270-f265-4f8f-afc5-17ae3fe654a6 => generated 0 bytes in 239 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 537/1101] 10.0.0.146 () {34 vars in 788 bytes} [Tue Apr 14 06:51:08 2026] PUT /v2.0/routers/e1ccb11a-97a8-4ff9-acaf-6981af1b74f9/remove_router_interface => generated 309 bytes in 917 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 538/1102] 10.0.0.146 () {32 vars in 685 bytes} [Tue Apr 14 06:51:09 2026] GET /v2.0/routers?not-tags=red%2Cblue => generated 1435 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-14 06:51:09.241 8 INFO neutron_taas.services.taas.taas_plugin [None req-58ab808d-56a1-436c-af32-b1c491449969 07fe03b92fd4416ab1e2727517b45ecd 18a9ceb573b9494d8f9349bd6d83cd30 - - default default] TaaS: Handle Delete Port: e65b0061-f8fb-4010-ba16-269c1b6950ac 2026-04-14 06:51:09.244 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-58ab808d-56a1-436c-af32-b1c491449969 07fe03b92fd4416ab1e2727517b45ecd 18a9ceb573b9494d8f9349bd6d83cd30 - - default default] Tap Mirror: Handle Delete Port: e65b0061-f8fb-4010-ba16-269c1b6950ac [pid: 7|app: 0|req: 565/1103] 10.0.0.146 () {34 vars in 664 bytes} [Tue Apr 14 06:51:08 2026] POST /v2.0/ports => generated 964 bytes in 309 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-14 06:51:09.503 8 INFO neutron_taas.services.taas.taas_plugin [None req-58ab808d-56a1-436c-af32-b1c491449969 07fe03b92fd4416ab1e2727517b45ecd 18a9ceb573b9494d8f9349bd6d83cd30 - - default default] TaaS: Handle Delete Port: c083e3d3-fdff-4260-974f-aee3a8ea337b 2026-04-14 06:51:09.506 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-58ab808d-56a1-436c-af32-b1c491449969 07fe03b92fd4416ab1e2727517b45ecd 18a9ceb573b9494d8f9349bd6d83cd30 - - default default] Tap Mirror: Handle Delete Port: c083e3d3-fdff-4260-974f-aee3a8ea337b 2026-04-14 06:51:09.680 7 INFO neutron_taas.services.taas.taas_plugin [None req-7164676c-d0d3-49f5-b28a-90e13be2519c 07fe03b92fd4416ab1e2727517b45ecd 18a9ceb573b9494d8f9349bd6d83cd30 - - default default] TaaS: Handle Delete Port: 9321cd8e-b788-4acb-afba-671c78adaf00 2026-04-14 06:51:09.683 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7164676c-d0d3-49f5-b28a-90e13be2519c 07fe03b92fd4416ab1e2727517b45ecd 18a9ceb573b9494d8f9349bd6d83cd30 - - default default] Tap Mirror: Handle Delete Port: 9321cd8e-b788-4acb-afba-671c78adaf00 2026-04-14 06:51:09.851 8 INFO neutron.services.segments.plugin [-] Segment 719be70f-7fb2-455a-9c28-cb3a40e3164a resource provider aggregate not found 2026-04-14 06:51:09.860 8 INFO neutron.services.segments.plugin [-] Segment 719be70f-7fb2-455a-9c28-cb3a40e3164a resource provider aggregate not found 2026-04-14 06:51:09.878 8 INFO neutron.services.segments.plugin [-] Segment 719be70f-7fb2-455a-9c28-cb3a40e3164a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 719be70f-7fb2-455a-9c28-cb3a40e3164a found for delete ", "request_id": "req-3feaac41-8ff9-41bf-8c82-0f43a5336746"}]} 2026-04-14 06:51:09.881 8 INFO neutron.services.segments.plugin [-] Segment 719be70f-7fb2-455a-9c28-cb3a40e3164a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 719be70f-7fb2-455a-9c28-cb3a40e3164a found for delete ", "request_id": "req-dc3b26b2-0e45-465c-8a78-6a9763a14f7a"}]} 2026-04-14 06:51:09.899 8 INFO neutron.db.l3_hamode_db [None req-58ab808d-56a1-436c-af32-b1c491449969 07fe03b92fd4416ab1e2727517b45ecd 18a9ceb573b9494d8f9349bd6d83cd30 - - default default] HA network 03644e09-d5fc-4514-9e20-6978268dad8c was deleted as no HA routers are present in tenant 381d2c0de5a24157be92ebc8c93de67b. [pid: 8|app: 0|req: 539/1104] 10.0.0.146 () {32 vars in 723 bytes} [Tue Apr 14 06:51:09 2026] DELETE /v2.0/routers/e1ccb11a-97a8-4ff9-acaf-6981af1b74f9 => generated 0 bytes in 819 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 540/1105] 10.0.0.146 () {32 vars in 681 bytes} [Tue Apr 14 06:51:09 2026] GET /v2.0/routers?not-tags-any=blue => generated 1435 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-14 06:51:10.080 8 INFO neutron_taas.services.taas.taas_plugin [None req-782d6f73-d6c8-4309-91fe-b260bfb70ebe ef031c7377274b13b1ab54b367bc6c87 0ad3bda0e0b74a1b8997320a7c35f9d9 - - default default] TaaS: Handle Delete Port: 2276478c-2cd8-4798-8b2d-1c95c2b3794c 2026-04-14 06:51:10.082 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-782d6f73-d6c8-4309-91fe-b260bfb70ebe ef031c7377274b13b1ab54b367bc6c87 0ad3bda0e0b74a1b8997320a7c35f9d9 - - default default] Tap Mirror: Handle Delete Port: 2276478c-2cd8-4798-8b2d-1c95c2b3794c [pid: 8|app: 0|req: 541/1106] 10.0.0.146 () {32 vars in 719 bytes} [Tue Apr 14 06:51:09 2026] DELETE /v2.0/ports/2276478c-2cd8-4798-8b2d-1c95c2b3794c => generated 0 bytes in 196 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 566/1107] 10.0.0.146 () {34 vars in 788 bytes} [Tue Apr 14 06:51:09 2026] PUT /v2.0/routers/08759753-5767-4269-9496-e210364c4e6c/remove_router_interface => generated 309 bytes in 892 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 567/1108] 10.0.0.146 () {32 vars in 693 bytes} [Tue Apr 14 06:51:10 2026] GET /v2.0/routers?not-tags-any=red%2Cblue => generated 960 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 06:51:10.257 7 INFO neutron.pecan_wsgi.hooks.translation [None req-91abf9ba-1ac8-4f3f-901e-89d90f1bdb9a ef031c7377274b13b1ab54b367bc6c87 0ad3bda0e0b74a1b8997320a7c35f9d9 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 568/1109] 10.0.0.146 () {32 vars in 719 bytes} [Tue Apr 14 06:51:10 2026] DELETE /v2.0/ports/2276478c-2cd8-4798-8b2d-1c95c2b3794c => generated 132 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 542/1110] 10.0.0.146 () {32 vars in 723 bytes} [Tue Apr 14 06:51:10 2026] DELETE /v2.0/subnets/23adb6c2-d554-4402-aa58-6b739722d41b => 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: 543/1111] 10.0.0.146 () {32 vars in 720 bytes} [Tue Apr 14 06:51:10 2026] GET /v2.0/routers/781968f6-1a9d-410b-81b8-449fcb2d8e35 => generated 485 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 06:51:10.350 8 INFO neutron.pecan_wsgi.hooks.translation [None req-a9f5d67a-0510-4e65-b0e0-c0f8dab820a3 ef031c7377274b13b1ab54b367bc6c87 0ad3bda0e0b74a1b8997320a7c35f9d9 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 544/1112] 10.0.0.146 () {32 vars in 716 bytes} [Tue Apr 14 06:51:10 2026] GET /v2.0/ports/2276478c-2cd8-4798-8b2d-1c95c2b3794c => generated 132 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-14 06:51:10.438 8 INFO neutron_taas.services.taas.taas_plugin [None req-ad8c55a4-7c5f-4b25-b1ce-399678ef9351 07fe03b92fd4416ab1e2727517b45ecd 18a9ceb573b9494d8f9349bd6d83cd30 - - default default] TaaS: Handle Delete Port: 083f6022-de80-481c-8af4-e59985987da0 2026-04-14 06:51:10.442 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ad8c55a4-7c5f-4b25-b1ce-399678ef9351 07fe03b92fd4416ab1e2727517b45ecd 18a9ceb573b9494d8f9349bd6d83cd30 - - default default] Tap Mirror: Handle Delete Port: 083f6022-de80-481c-8af4-e59985987da0 2026-04-14 06:51:10.450 7 INFO neutron_taas.services.taas.taas_plugin [None req-e0aa428d-51fd-48cd-8f14-e38ff610cc9a 07fe03b92fd4416ab1e2727517b45ecd 18a9ceb573b9494d8f9349bd6d83cd30 - - default default] TaaS: Handle Delete Port: 165630e0-a3cc-4f41-8144-fc4e00af6aca 2026-04-14 06:51:10.454 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e0aa428d-51fd-48cd-8f14-e38ff610cc9a 07fe03b92fd4416ab1e2727517b45ecd 18a9ceb573b9494d8f9349bd6d83cd30 - - default default] Tap Mirror: Handle Delete Port: 165630e0-a3cc-4f41-8144-fc4e00af6aca [pid: 8|app: 0|req: 545/1113] 10.0.0.146 () {32 vars in 725 bytes} [Tue Apr 14 06:51:10 2026] DELETE /v2.0/networks/e4b8db4b-df2c-4cd4-a0db-101f5f5725dc => generated 0 bytes in 261 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-14 06:51:10.739 7 INFO neutron_taas.services.taas.taas_plugin [None req-e0aa428d-51fd-48cd-8f14-e38ff610cc9a 07fe03b92fd4416ab1e2727517b45ecd 18a9ceb573b9494d8f9349bd6d83cd30 - - default default] TaaS: Handle Delete Port: 6fc9eb52-cc80-46fd-bd40-b64fef379981 2026-04-14 06:51:10.741 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e0aa428d-51fd-48cd-8f14-e38ff610cc9a 07fe03b92fd4416ab1e2727517b45ecd 18a9ceb573b9494d8f9349bd6d83cd30 - - default default] Tap Mirror: Handle Delete Port: 6fc9eb52-cc80-46fd-bd40-b64fef379981 2026-04-14 06:51:11.139 7 INFO neutron.services.segments.plugin [-] Segment b48c8fd7-d826-4ac3-a329-801a3ceb62b0 resource provider aggregate not found 2026-04-14 06:51:11.141 7 INFO neutron.services.segments.plugin [-] Segment b48c8fd7-d826-4ac3-a329-801a3ceb62b0 resource provider aggregate not found 2026-04-14 06:51:11.164 7 INFO neutron.services.segments.plugin [-] Segment b48c8fd7-d826-4ac3-a329-801a3ceb62b0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b48c8fd7-d826-4ac3-a329-801a3ceb62b0 found for delete ", "request_id": "req-591a8606-3159-4b22-a910-17ff52c73a5d"}]} 2026-04-14 06:51:11.175 7 INFO neutron.services.segments.plugin [-] Segment b48c8fd7-d826-4ac3-a329-801a3ceb62b0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b48c8fd7-d826-4ac3-a329-801a3ceb62b0 found for delete ", "request_id": "req-8ade009f-e1c3-40c6-ad15-4606b4ccf3d3"}]} [pid: 8|app: 0|req: 546/1114] 10.0.0.146 () {34 vars in 741 bytes} [Tue Apr 14 06:51:10 2026] PUT /v2.0/routers/781968f6-1a9d-410b-81b8-449fcb2d8e35 => generated 485 bytes in 568 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 06:51:11.191 7 INFO neutron.db.l3_hamode_db [None req-e0aa428d-51fd-48cd-8f14-e38ff610cc9a 07fe03b92fd4416ab1e2727517b45ecd 18a9ceb573b9494d8f9349bd6d83cd30 - - default default] HA network f6d9c491-2eb6-41a2-8a57-18c390eca900 was deleted as no HA routers are present in tenant 3b821a19d80e4e538f8fe790bc84ef86. [pid: 7|app: 0|req: 569/1115] 10.0.0.146 () {32 vars in 723 bytes} [Tue Apr 14 06:51:10 2026] DELETE /v2.0/routers/08759753-5767-4269-9496-e210364c4e6c => generated 0 bytes in 941 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 570/1116] 10.0.0.146 () {32 vars in 773 bytes} [Tue Apr 14 06:51:11 2026] GET /v2.0/security-groups?tenant_id=381d2c0de5a24157be92ebc8c93de67b&name=default => generated 2925 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 571/1117] 10.0.0.146 () {32 vars in 735 bytes} [Tue Apr 14 06:51:11 2026] GET /v2.0/ports?device_id=781968f6-1a9d-410b-81b8-449fcb2d8e35 => 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: 547/1118] 10.0.0.146 () {32 vars in 723 bytes} [Tue Apr 14 06:51:11 2026] DELETE /v2.0/subnets/a4c5296a-86d9-4083-9edb-05e82932b1b6 => generated 0 bytes in 155 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 572/1119] 10.0.0.146 () {32 vars in 723 bytes} [Tue Apr 14 06:51:11 2026] DELETE /v2.0/subnets/a28c0475-d034-458f-81e7-f9738fa7f5df => generated 0 bytes in 137 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 548/1120] 10.0.0.146 () {32 vars in 739 bytes} [Tue Apr 14 06:51:11 2026] DELETE /v2.0/security-groups/92270fb2-702b-4b2c-8622-d4a74b9d7238 => generated 0 bytes in 89 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-14 06:51:11.507 8 INFO neutron_taas.services.taas.taas_plugin [None req-7671af51-a578-46e5-85c9-1eb8adf06815 ef031c7377274b13b1ab54b367bc6c87 0ad3bda0e0b74a1b8997320a7c35f9d9 - - default default] TaaS: Handle Delete Port: 569f7baf-1c5f-4fab-a2a5-48327ee461cd 2026-04-14 06:51:11.510 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7671af51-a578-46e5-85c9-1eb8adf06815 ef031c7377274b13b1ab54b367bc6c87 0ad3bda0e0b74a1b8997320a7c35f9d9 - - default default] Tap Mirror: Handle Delete Port: 569f7baf-1c5f-4fab-a2a5-48327ee461cd 2026-04-14 06:51:11.529 7 INFO neutron_taas.services.taas.taas_plugin [None req-014ec410-fcc2-42c0-a285-0ac5084b81ec 99fff5b83fa04531a97b3e80948c9abb b33b24c4c9d94c4f8726f87f597bd10d - - default default] TaaS: Handle Delete Port: 60741bbf-53cb-4c6c-89c0-f1baec1cc5dd 2026-04-14 06:51:11.531 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-014ec410-fcc2-42c0-a285-0ac5084b81ec 99fff5b83fa04531a97b3e80948c9abb b33b24c4c9d94c4f8726f87f597bd10d - - default default] Tap Mirror: Handle Delete Port: 60741bbf-53cb-4c6c-89c0-f1baec1cc5dd [pid: 8|app: 0|req: 549/1121] 10.0.0.146 () {32 vars in 725 bytes} [Tue Apr 14 06:51:11 2026] DELETE /v2.0/networks/c23d7d3e-8418-40e3-97c7-42b7e71c7a5c => generated 0 bytes in 248 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 573/1122] 10.0.0.146 () {32 vars in 723 bytes} [Tue Apr 14 06:51:11 2026] DELETE /v2.0/routers/781968f6-1a9d-410b-81b8-449fcb2d8e35 => generated 0 bytes in 334 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-14 06:51:11.767 8 INFO neutron_taas.services.taas.taas_plugin [None req-453f552f-fd5a-45a1-bffa-f8ea2e6e9aa1 07fe03b92fd4416ab1e2727517b45ecd 18a9ceb573b9494d8f9349bd6d83cd30 - - default default] TaaS: Handle Delete Port: 9d8e02f4-c28e-4e03-a094-54ea46c3d4f3 2026-04-14 06:51:11.771 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-453f552f-fd5a-45a1-bffa-f8ea2e6e9aa1 07fe03b92fd4416ab1e2727517b45ecd 18a9ceb573b9494d8f9349bd6d83cd30 - - default default] Tap Mirror: Handle Delete Port: 9d8e02f4-c28e-4e03-a094-54ea46c3d4f3 2026-04-14 06:51:11.794 7 INFO neutron.db.segments_db [None req-d95db4f5-9334-4641-a95f-b6ee73715917 ef031c7377274b13b1ab54b367bc6c87 0ad3bda0e0b74a1b8997320a7c35f9d9 - - default default] Added segment e745e3fe-6667-4e91-acb1-d4eb78803bad of type vxlan for network 9e4a4073-7ee5-4a63-938f-00879f6c8c85 2026-04-14 06:51:11.929 8 INFO neutron.services.segments.plugin [-] Segment e7c1d6af-2ef5-4203-830f-ad2404efac01 resource provider aggregate not found 2026-04-14 06:51:11.933 8 INFO neutron.services.segments.plugin [-] Segment e7c1d6af-2ef5-4203-830f-ad2404efac01 resource provider aggregate not found [pid: 7|app: 0|req: 574/1123] 10.0.0.146 () {34 vars in 669 bytes} [Tue Apr 14 06:51:11 2026] POST /v2.0/networks => generated 635 bytes in 224 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-14 06:51:11.951 8 INFO neutron.services.segments.plugin [-] Segment e7c1d6af-2ef5-4203-830f-ad2404efac01 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e7c1d6af-2ef5-4203-830f-ad2404efac01 found for delete ", "request_id": "req-94185448-5de1-4392-9a3c-f47fba1f60c9"}]} 2026-04-14 06:51:11.958 8 INFO neutron.services.segments.plugin [-] Segment e7c1d6af-2ef5-4203-830f-ad2404efac01 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e7c1d6af-2ef5-4203-830f-ad2404efac01 found for delete ", "request_id": "req-11bc4345-54a9-478f-9449-283ff8dd2ee6"}]} 2026-04-14 06:51:11.976 8 INFO neutron.services.segments.plugin [-] Segment ba6a362c-1da1-400b-8333-6a4d7157601f resource provider aggregate not found 2026-04-14 06:51:11.976 8 INFO neutron.services.segments.plugin [-] Segment ba6a362c-1da1-400b-8333-6a4d7157601f resource provider aggregate not found [pid: 7|app: 0|req: 575/1124] 10.0.0.146 () {32 vars in 720 bytes} [Tue Apr 14 06:51:11 2026] GET /v2.0/routers/23d2b258-910f-4994-ade3-1a87c542b2be => generated 493 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 06:51:11.994 8 INFO neutron.services.segments.plugin [-] Segment ba6a362c-1da1-400b-8333-6a4d7157601f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ba6a362c-1da1-400b-8333-6a4d7157601f found for delete ", "request_id": "req-a94aa7c2-9530-46d7-88c1-3ce40a351a9b"}]} 2026-04-14 06:51:11.999 8 INFO neutron.services.segments.plugin [-] Segment ba6a362c-1da1-400b-8333-6a4d7157601f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ba6a362c-1da1-400b-8333-6a4d7157601f found for delete ", "request_id": "req-a879af93-13b9-4944-a2a2-69ab273e4c1d"}]} [pid: 8|app: 0|req: 550/1125] 10.0.0.146 () {32 vars in 725 bytes} [Tue Apr 14 06:51:11 2026] DELETE /v2.0/networks/6665358b-c1c3-4378-b6d4-d6920b179bed => generated 0 bytes in 406 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 576/1126] 10.0.0.146 () {34 vars in 668 bytes} [Tue Apr 14 06:51:11 2026] POST /v2.0/subnets => generated 646 bytes in 212 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 577/1127] 10.0.0.146 () {34 vars in 664 bytes} [Tue Apr 14 06:51:12 2026] POST /v2.0/ports => generated 927 bytes in 281 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 578/1128] 10.0.0.146 () {32 vars in 773 bytes} [Tue Apr 14 06:51:12 2026] GET /v2.0/security-groups?tenant_id=3b821a19d80e4e538f8fe790bc84ef86&name=default => 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: 551/1129] 10.0.0.146 () {34 vars in 741 bytes} [Tue Apr 14 06:51:12 2026] PUT /v2.0/routers/23d2b258-910f-4994-ade3-1a87c542b2be => generated 493 bytes in 528 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 06:51:12.617 7 INFO neutron_taas.services.taas.taas_plugin [None req-44562382-b9eb-464f-8277-2f65a5af3871 ef031c7377274b13b1ab54b367bc6c87 0ad3bda0e0b74a1b8997320a7c35f9d9 - - default default] TaaS: Handle Delete Port: 62f3ceb1-064b-4d49-a2d4-d963279d47eb 2026-04-14 06:51:12.620 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-44562382-b9eb-464f-8277-2f65a5af3871 ef031c7377274b13b1ab54b367bc6c87 0ad3bda0e0b74a1b8997320a7c35f9d9 - - default default] Tap Mirror: Handle Delete Port: 62f3ceb1-064b-4d49-a2d4-d963279d47eb [pid: 8|app: 0|req: 552/1130] 10.0.0.146 () {32 vars in 739 bytes} [Tue Apr 14 06:51:12 2026] DELETE /v2.0/security-groups/5b7be988-f26b-47fe-8f1d-b4b91226c8ed => 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: 553/1131] 10.0.0.146 () {32 vars in 735 bytes} [Tue Apr 14 06:51:12 2026] GET /v2.0/ports?device_id=23d2b258-910f-4994-ade3-1a87c542b2be => 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: 579/1132] 10.0.0.146 () {32 vars in 719 bytes} [Tue Apr 14 06:51:12 2026] DELETE /v2.0/ports/62f3ceb1-064b-4d49-a2d4-d963279d47eb => generated 0 bytes in 202 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-14 06:51:12.758 7 INFO neutron.pecan_wsgi.hooks.translation [None req-ccfbd06e-888f-42c4-bdbd-732bcb28ff43 ef031c7377274b13b1ab54b367bc6c87 0ad3bda0e0b74a1b8997320a7c35f9d9 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 580/1133] 10.0.0.146 () {32 vars in 716 bytes} [Tue Apr 14 06:51:12 2026] GET /v2.0/ports/62f3ceb1-064b-4d49-a2d4-d963279d47eb => generated 132 bytes in 24 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-14 06:51:12.892 8 INFO neutron_taas.services.taas.taas_plugin [None req-0740d42e-5490-44f9-841d-d4b09785cb3a 99fff5b83fa04531a97b3e80948c9abb b33b24c4c9d94c4f8726f87f597bd10d - - default default] TaaS: Handle Delete Port: 9b17a8d6-9723-4b65-b509-899a8181f860 2026-04-14 06:51:12.898 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0740d42e-5490-44f9-841d-d4b09785cb3a 99fff5b83fa04531a97b3e80948c9abb b33b24c4c9d94c4f8726f87f597bd10d - - default default] Tap Mirror: Handle Delete Port: 9b17a8d6-9723-4b65-b509-899a8181f860 [pid: 7|app: 0|req: 581/1134] 10.0.0.146 () {32 vars in 723 bytes} [Tue Apr 14 06:51:12 2026] DELETE /v2.0/subnets/8ecc742f-8855-4e10-bb06-195e81b6d0f2 => 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: 582/1135] 10.0.0.146 () {32 vars in 725 bytes} [Tue Apr 14 06:51:12 2026] DELETE /v2.0/networks/9e4a4073-7ee5-4a63-938f-00879f6c8c85 => generated 0 bytes in 150 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 554/1136] 10.0.0.146 () {32 vars in 723 bytes} [Tue Apr 14 06:51:12 2026] DELETE /v2.0/routers/23d2b258-910f-4994-ade3-1a87c542b2be => generated 0 bytes in 377 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 555/1137] 10.0.0.146 () {32 vars in 720 bytes} [Tue Apr 14 06:51:13 2026] GET /v2.0/routers/3323bec8-f9c3-4eaf-8dc2-e74e843056af => generated 502 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 06:51:13.189 7 INFO neutron.services.segments.plugin [-] Segment e745e3fe-6667-4e91-acb1-d4eb78803bad resource provider aggregate not found 2026-04-14 06:51:13.197 7 INFO neutron.services.segments.plugin [-] Segment e745e3fe-6667-4e91-acb1-d4eb78803bad resource provider aggregate not found 2026-04-14 06:51:13.215 7 INFO neutron.services.segments.plugin [-] Segment e745e3fe-6667-4e91-acb1-d4eb78803bad resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e745e3fe-6667-4e91-acb1-d4eb78803bad found for delete ", "request_id": "req-93bf5cf4-2481-4053-b315-9d9e1405b01e"}]} 2026-04-14 06:51:13.221 7 INFO neutron.services.segments.plugin [-] Segment e745e3fe-6667-4e91-acb1-d4eb78803bad resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e745e3fe-6667-4e91-acb1-d4eb78803bad found for delete ", "request_id": "req-5826b492-223d-4d0d-8b88-f2cc4a018877"}]} [pid: 7|app: 0|req: 583/1138] 10.0.0.146 () {34 vars in 664 bytes} [Tue Apr 14 06:51:13 2026] POST /v2.0/ports => generated 778 bytes in 298 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-14 06:51:13.615 7 INFO neutron.db.segments_db [None req-d5d64aa6-b261-4edd-b878-76aed89001a7 07fe03b92fd4416ab1e2727517b45ecd 18a9ceb573b9494d8f9349bd6d83cd30 - - default default] Added segment 89e3f210-f862-458c-a88f-dd7a995fd808 of type vxlan for network 8166700e-96ff-44b5-9cad-fba0d4556b27 [pid: 8|app: 0|req: 556/1139] 10.0.0.146 () {34 vars in 741 bytes} [Tue Apr 14 06:51:13 2026] PUT /v2.0/routers/3323bec8-f9c3-4eaf-8dc2-e74e843056af => generated 502 bytes in 479 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 584/1140] 10.0.0.146 () {34 vars in 670 bytes} [Tue Apr 14 06:51:13 2026] POST /v2.0/networks => generated 743 bytes in 317 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 585/1141] 10.0.0.146 () {32 vars in 735 bytes} [Tue Apr 14 06:51:13 2026] GET /v2.0/ports?device_id=3323bec8-f9c3-4eaf-8dc2-e74e843056af => generated 12 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 557/1142] 10.0.0.146 () {34 vars in 736 bytes} [Tue Apr 14 06:51:13 2026] PUT /v2.0/ports/8a2454fe-7500-49e2-afce-63c7d6c3ddbb => generated 752 bytes in 160 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: 586/1143] 10.0.0.146 () {34 vars in 668 bytes} [Tue Apr 14 06:51:13 2026] POST /v2.0/subnets => generated 690 bytes in 186 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-14 06:51:13.974 8 INFO neutron_taas.services.taas.taas_plugin [None req-2e594535-5035-4f1c-bed1-8d66cc062d85 99fff5b83fa04531a97b3e80948c9abb b33b24c4c9d94c4f8726f87f597bd10d - - default default] TaaS: Handle Delete Port: e9d9ab81-accd-49a9-9a23-22a3575bb43d 2026-04-14 06:51:13.976 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2e594535-5035-4f1c-bed1-8d66cc062d85 99fff5b83fa04531a97b3e80948c9abb b33b24c4c9d94c4f8726f87f597bd10d - - default default] Tap Mirror: Handle Delete Port: e9d9ab81-accd-49a9-9a23-22a3575bb43d 2026-04-14 06:51:13.998 7 INFO neutron_taas.services.taas.taas_plugin [None req-c0a32692-b633-4499-ab57-4ce2560eba80 ef031c7377274b13b1ab54b367bc6c87 0ad3bda0e0b74a1b8997320a7c35f9d9 - - default default] TaaS: Handle Delete Port: 8a2454fe-7500-49e2-afce-63c7d6c3ddbb 2026-04-14 06:51:14.001 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c0a32692-b633-4499-ab57-4ce2560eba80 ef031c7377274b13b1ab54b367bc6c87 0ad3bda0e0b74a1b8997320a7c35f9d9 - - default default] Tap Mirror: Handle Delete Port: 8a2454fe-7500-49e2-afce-63c7d6c3ddbb 2026-04-14 06:51:14.014 8 INFO neutron.services.segments.plugin [-] Segment 97d29f50-a697-41a8-afdb-907d05d2561d resource provider aggregate not found 2026-04-14 06:51:14.020 8 INFO neutron.services.segments.plugin [-] Segment 97d29f50-a697-41a8-afdb-907d05d2561d resource provider aggregate not found 2026-04-14 06:51:14.034 8 INFO neutron.services.segments.plugin [-] Segment 97d29f50-a697-41a8-afdb-907d05d2561d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 97d29f50-a697-41a8-afdb-907d05d2561d found for delete ", "request_id": "req-c3f8877f-9f58-4602-889c-16a2bff250df"}]} 2026-04-14 06:51:14.036 8 INFO neutron.services.segments.plugin [-] Segment 97d29f50-a697-41a8-afdb-907d05d2561d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 97d29f50-a697-41a8-afdb-907d05d2561d found for delete ", "request_id": "req-9748510b-1abe-416f-b5bf-e0b8b5af7213"}]} [pid: 7|app: 0|req: 587/1144] 10.0.0.146 () {32 vars in 719 bytes} [Tue Apr 14 06:51:13 2026] DELETE /v2.0/ports/8a2454fe-7500-49e2-afce-63c7d6c3ddbb => generated 0 bytes in 184 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-14 06:51:14.125 7 INFO neutron.db.segments_db [None req-9749af56-15ce-4531-a17f-ede6d392bf07 07fe03b92fd4416ab1e2727517b45ecd 18a9ceb573b9494d8f9349bd6d83cd30 - - default default] Added segment c9823cc5-44a8-4242-8db0-46eee0d7fa04 of type vxlan for network 8ab6b86d-51f9-43df-87b5-3d03d6d4b44e [pid: 8|app: 0|req: 558/1145] 10.0.0.146 () {32 vars in 723 bytes} [Tue Apr 14 06:51:13 2026] DELETE /v2.0/routers/3323bec8-f9c3-4eaf-8dc2-e74e843056af => generated 0 bytes in 373 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 559/1146] 10.0.0.146 () {32 vars in 642 bytes} [Tue Apr 14 06:51:14 2026] GET /v2.0/ports => generated 782 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 560/1147] 10.0.0.146 () {32 vars in 720 bytes} [Tue Apr 14 06:51:14 2026] GET /v2.0/routers/c9556779-31b5-4fbe-97e9-5d914c6d0664 => generated 487 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 06:51:14.245 8 INFO neutron.pecan_wsgi.hooks.translation [None req-e45d1fac-021c-49b3-b2f0-f3c6c1fa36e7 ef031c7377274b13b1ab54b367bc6c87 0ad3bda0e0b74a1b8997320a7c35f9d9 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 561/1148] 10.0.0.146 () {32 vars in 716 bytes} [Tue Apr 14 06:51:14 2026] GET /v2.0/ports/8a2454fe-7500-49e2-afce-63c7d6c3ddbb => generated 132 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-14 06:51:14.369 7 INFO neutron.db.l3_hamode_db [None req-9749af56-15ce-4531-a17f-ede6d392bf07 07fe03b92fd4416ab1e2727517b45ecd 2b37461e866f4cfeb9f30c15ee25cf08 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 562/1149] 10.0.0.146 () {34 vars in 741 bytes} [Tue Apr 14 06:51:14 2026] PUT /v2.0/routers/c9556779-31b5-4fbe-97e9-5d914c6d0664 => generated 487 bytes in 485 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 563/1150] 10.0.0.146 () {32 vars in 642 bytes} [Tue Apr 14 06:51:14 2026] GET /v2.0/ports => generated 782 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 566/1153] 10.0.0.146 () {32 vars in 735 bytes} [Tue Apr 14 06:51:14 2026] GET /v2.0/ports?device_id=c9556779-31b5-4fbe-97e9-5d914c6d0664 => 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: 567/1154] 10.0.0.146 () {32 vars in 716 bytes} [Tue Apr 14 06:51:14 2026] GET /v2.0/ports/831bd777-b92e-4294-b1c7-a8d7f6aa4790 => generated 779 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 06:51:14.996 8 INFO neutron_taas.services.taas.taas_plugin [None req-55732f23-c75c-4f2d-a232-130051c3e663 99fff5b83fa04531a97b3e80948c9abb b33b24c4c9d94c4f8726f87f597bd10d - - default default] TaaS: Handle Delete Port: 085b2431-d129-4062-8966-8399bb3a9255 2026-04-14 06:51:14.998 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-55732f23-c75c-4f2d-a232-130051c3e663 99fff5b83fa04531a97b3e80948c9abb b33b24c4c9d94c4f8726f87f597bd10d - - default default] Tap Mirror: Handle Delete Port: 085b2431-d129-4062-8966-8399bb3a9255 2026-04-14 06:51:15.115 7 INFO neutron.db.l3_hamode_db [None req-9749af56-15ce-4531-a17f-ede6d392bf07 07fe03b92fd4416ab1e2727517b45ecd 18a9ceb573b9494d8f9349bd6d83cd30 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 568/1155] 10.0.0.146 () {32 vars in 723 bytes} [Tue Apr 14 06:51:14 2026] DELETE /v2.0/routers/c9556779-31b5-4fbe-97e9-5d914c6d0664 => generated 0 bytes in 328 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-14 06:51:15.190 8 INFO neutron.pecan_wsgi.hooks.translation [None req-f6f7bdbb-6039-42a7-a698-05ccf792c5ff ef031c7377274b13b1ab54b367bc6c87 0ad3bda0e0b74a1b8997320a7c35f9d9 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 569/1156] 10.0.0.146 () {32 vars in 719 bytes} [Tue Apr 14 06:51:15 2026] DELETE /v2.0/ports/62f3ceb1-064b-4d49-a2d4-d963279d47eb => generated 132 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 570/1157] 10.0.0.146 () {32 vars in 720 bytes} [Tue Apr 14 06:51:15 2026] GET /v2.0/routers/d13a9db1-a495-46cd-9a18-4482db16b762 => generated 480 bytes in 428 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 06:51:15.631 8 INFO neutron.pecan_wsgi.hooks.translation [None req-5309adb4-99fb-43da-809b-fd5e309f2b52 ef031c7377274b13b1ab54b367bc6c87 0ad3bda0e0b74a1b8997320a7c35f9d9 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 571/1158] 10.0.0.146 () {32 vars in 723 bytes} [Tue Apr 14 06:51:15 2026] DELETE /v2.0/subnets/8ecc742f-8855-4e10-bb06-195e81b6d0f2 => generated 136 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 572/1159] 10.0.0.146 () {32 vars in 773 bytes} [Tue Apr 14 06:51:15 2026] GET /v2.0/security-groups?tenant_id=a83952583b7c4994a1d3777cd229188c&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: 588/1160] 10.0.0.146 () {34 vars in 668 bytes} [Tue Apr 14 06:51:14 2026] POST /v2.0/routers => generated 730 bytes in 1835 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-14 06:51:15.930 7 INFO neutron.pecan_wsgi.hooks.translation [None req-3c202c9e-0bde-4076-912c-905399dd03f4 ef031c7377274b13b1ab54b367bc6c87 0ad3bda0e0b74a1b8997320a7c35f9d9 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 589/1161] 10.0.0.146 () {32 vars in 723 bytes} [Tue Apr 14 06:51:15 2026] DELETE /v2.0/subnets/a4c5296a-86d9-4083-9edb-05e82932b1b6 => 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: 590/1162] 10.0.0.146 () {32 vars in 739 bytes} [Tue Apr 14 06:51:15 2026] DELETE /v2.0/security-groups/70815b0a-7eff-48c2-bbe6-82fee55f32d6 => 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: 573/1163] 10.0.0.146 () {34 vars in 741 bytes} [Tue Apr 14 06:51:15 2026] PUT /v2.0/routers/d13a9db1-a495-46cd-9a18-4482db16b762 => generated 480 bytes in 483 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 06:51:16.475 8 INFO neutron_taas.services.taas.taas_plugin [None req-37e49d7a-0338-48ed-9bf8-ddb1862bfde1 ef031c7377274b13b1ab54b367bc6c87 0ad3bda0e0b74a1b8997320a7c35f9d9 - - default default] TaaS: Handle Delete Port: 831bd777-b92e-4294-b1c7-a8d7f6aa4790 2026-04-14 06:51:16.477 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-37e49d7a-0338-48ed-9bf8-ddb1862bfde1 ef031c7377274b13b1ab54b367bc6c87 0ad3bda0e0b74a1b8997320a7c35f9d9 - - default default] Tap Mirror: Handle Delete Port: 831bd777-b92e-4294-b1c7-a8d7f6aa4790 [pid: 8|app: 0|req: 574/1164] 10.0.0.146 () {32 vars in 719 bytes} [Tue Apr 14 06:51:16 2026] DELETE /v2.0/ports/831bd777-b92e-4294-b1c7-a8d7f6aa4790 => generated 0 bytes in 189 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 575/1165] 10.0.0.146 () {32 vars in 735 bytes} [Tue Apr 14 06:51:16 2026] GET /v2.0/ports?device_id=d13a9db1-a495-46cd-9a18-4482db16b762 => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-14 06:51:16.693 8 INFO neutron.services.segments.plugin [-] Segment a1940ead-cf3b-48d8-ad65-d38c498b579d resource provider aggregate not found 2026-04-14 06:51:16.701 8 INFO neutron.services.segments.plugin [-] Segment a1940ead-cf3b-48d8-ad65-d38c498b579d resource provider aggregate not found 2026-04-14 06:51:16.716 8 INFO neutron.services.segments.plugin [-] Segment a1940ead-cf3b-48d8-ad65-d38c498b579d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a1940ead-cf3b-48d8-ad65-d38c498b579d found for delete ", "request_id": "req-87fd9d6b-d7ef-4507-af26-988cac574698"}]} 2026-04-14 06:51:16.718 8 INFO neutron.services.segments.plugin [-] Segment a1940ead-cf3b-48d8-ad65-d38c498b579d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a1940ead-cf3b-48d8-ad65-d38c498b579d found for delete ", "request_id": "req-a528001f-ce41-4c1c-ad24-426509b16627"}]} [pid: 8|app: 0|req: 576/1166] 10.0.0.146 () {32 vars in 725 bytes} [Tue Apr 14 06:51:16 2026] DELETE /v2.0/networks/e2317010-422a-4ed3-99a3-0de4c1f2781d => generated 0 bytes in 162 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-14 06:51:16.918 8 INFO neutron_taas.services.taas.taas_plugin [None req-bad2da22-61fa-4a79-8885-94785d5b0f27 99fff5b83fa04531a97b3e80948c9abb b33b24c4c9d94c4f8726f87f597bd10d - - default default] TaaS: Handle Delete Port: a48c6a15-4706-440a-9ac9-dbc5b5331e5f 2026-04-14 06:51:16.921 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-bad2da22-61fa-4a79-8885-94785d5b0f27 99fff5b83fa04531a97b3e80948c9abb b33b24c4c9d94c4f8726f87f597bd10d - - default default] Tap Mirror: Handle Delete Port: a48c6a15-4706-440a-9ac9-dbc5b5331e5f [pid: 7|app: 0|req: 591/1167] 10.0.0.146 () {34 vars in 782 bytes} [Tue Apr 14 06:51:16 2026] PUT /v2.0/routers/116f2c09-91d8-4143-a960-59898da811b9/add_router_interface => generated 309 bytes in 1208 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 06:51:17.274 8 INFO neutron.db.l3_hamode_db [None req-bad2da22-61fa-4a79-8885-94785d5b0f27 99fff5b83fa04531a97b3e80948c9abb b33b24c4c9d94c4f8726f87f597bd10d - - default default] HA network 95eb7428-d84f-45ab-9ef4-12753ad57a56 was deleted as no HA routers are present in tenant b33b24c4c9d94c4f8726f87f597bd10d. [pid: 8|app: 0|req: 577/1168] 10.0.0.146 () {32 vars in 723 bytes} [Tue Apr 14 06:51:16 2026] DELETE /v2.0/routers/d13a9db1-a495-46cd-9a18-4482db16b762 => generated 0 bytes in 540 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 592/1169] 10.0.0.146 () {32 vars in 773 bytes} [Tue Apr 14 06:51:17 2026] GET /v2.0/security-groups?tenant_id=0ad3bda0e0b74a1b8997320a7c35f9d9&name=default => generated 2925 bytes in 118 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 578/1170] 10.0.0.146 () {32 vars in 739 bytes} [Tue Apr 14 06:51:17 2026] DELETE /v2.0/security-groups/5301cdfb-94da-4e8f-a837-320facb5df54 => generated 0 bytes in 107 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 593/1171] 10.0.0.146 () {34 vars in 684 bytes} [Tue Apr 14 06:51:17 2026] POST /v2.0/security-groups => generated 1658 bytes in 126 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 579/1172] 10.0.0.146 () {34 vars in 694 bytes} [Tue Apr 14 06:51:17 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: 8|app: 0|req: 580/1173] 10.0.0.146 () {34 vars in 694 bytes} [Tue Apr 14 06:51:18 2026] POST /v2.0/security-group-rules => generated 602 bytes in 145 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 594/1174] 10.0.0.146 () {32 vars in 773 bytes} [Tue Apr 14 06:51:18 2026] GET /v2.0/security-groups?tenant_id=1611237f145b415999872fe944065b46&name=default => generated 2925 bytes in 233 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 595/1175] 10.0.0.146 () {32 vars in 739 bytes} [Tue Apr 14 06:51:18 2026] DELETE /v2.0/security-groups/75d2753a-3c7d-48f9-b9e0-28a29b980f9a => 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: 596/1176] 10.0.0.146 () {32 vars in 773 bytes} [Tue Apr 14 06:51:18 2026] GET /v2.0/security-groups?tenant_id=b33b24c4c9d94c4f8726f87f597bd10d&name=default => generated 2925 bytes in 123 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-14 06:51:18.739 8 INFO neutron.services.segments.plugin [-] Segment 59766ffe-3fa8-4d91-89de-949b5c3a4c78 resource provider aggregate not found 2026-04-14 06:51:18.745 8 INFO neutron.services.segments.plugin [-] Segment 59766ffe-3fa8-4d91-89de-949b5c3a4c78 resource provider aggregate not found 2026-04-14 06:51:18.763 8 INFO neutron.services.segments.plugin [-] Segment 59766ffe-3fa8-4d91-89de-949b5c3a4c78 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 59766ffe-3fa8-4d91-89de-949b5c3a4c78 found for delete ", "request_id": "req-89834e99-27e0-4f10-a21f-cbcac009e102"}]} 2026-04-14 06:51:18.767 8 INFO neutron.services.segments.plugin [-] Segment 59766ffe-3fa8-4d91-89de-949b5c3a4c78 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 59766ffe-3fa8-4d91-89de-949b5c3a4c78 found for delete ", "request_id": "req-e23d5ce5-eb55-4e1e-84ff-8bc22b0fd04f"}]} [pid: 7|app: 0|req: 597/1177] 10.0.0.146 () {32 vars in 739 bytes} [Tue Apr 14 06:51:18 2026] DELETE /v2.0/security-groups/437c54b5-9595-4dd3-87d0-6a25df3b7301 => generated 0 bytes in 102 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 581/1178] 10.0.0.146 () {34 vars in 675 bytes} [Tue Apr 14 06:51:18 2026] POST /v2.0/floatingips => generated 552 bytes in 638 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 598/1179] 10.0.0.146 () {32 vars in 773 bytes} [Tue Apr 14 06:51:18 2026] GET /v2.0/security-groups?tenant_id=f57dd755987d45038eca98dd2087c67e&name=default => generated 2925 bytes in 138 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 582/1180] 10.0.0.146 () {32 vars in 739 bytes} [Tue Apr 14 06:51:19 2026] DELETE /v2.0/security-groups/cb527a4a-814b-4848-b9e2-219791de293c => generated 0 bytes in 109 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 599/1181] 10.0.0.149 () {34 vars in 1097 bytes} [Tue Apr 14 06:51:19 2026] GET /v2.0/security-groups?name=tempest-securitygroup--268797385&fields=id&tenant_id=2b37461e866f4cfeb9f30c15ee25cf08 => generated 69 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 583/1182] 10.0.0.149 () {34 vars in 981 bytes} [Tue Apr 14 06:51:19 2026] GET /v2.0/networks?id=8166700e-96ff-44b5-9cad-fba0d4556b27 => generated 675 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 600/1183] 10.0.0.149 () {34 vars in 964 bytes} [Tue Apr 14 06:51:19 2026] GET /v2.0/quotas/2b37461e866f4cfeb9f30c15ee25cf08 => 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: 584/1184] 10.0.0.149 () {34 vars in 1001 bytes} [Tue Apr 14 06:51:19 2026] GET /v2.0/ports?tenant_id=2b37461e866f4cfeb9f30c15ee25cf08&fields=id => generated 103 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 601/1185] 10.0.0.149 () {34 vars in 1007 bytes} [Tue Apr 14 06:51:19 2026] GET /v2.0/networks/8166700e-96ff-44b5-9cad-fba0d4556b27?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: 585/1186] 10.0.0.149 () {34 vars in 1107 bytes} [Tue Apr 14 06:51:19 2026] GET /v2.0/networks/8166700e-96ff-44b5-9cad-fba0d4556b27?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: 602/1187] 10.0.0.149 () {34 vars in 989 bytes} [Tue Apr 14 06:51:19 2026] GET /v2.0/ports?device_id=cd84512e-42ae-4de7-97f2-b45647e20bc8 => 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: 586/1188] 10.0.0.146 () {32 vars in 773 bytes} [Tue Apr 14 06:51:20 2026] GET /v2.0/security-groups?tenant_id=814d5428d2bb4681b4c823b0d8be4a69&name=default => generated 2925 bytes in 248 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 603/1189] 10.0.0.146 () {32 vars in 739 bytes} [Tue Apr 14 06:51:20 2026] DELETE /v2.0/security-groups/2e39601a-8a57-4cac-9a89-225b4f5262ee => 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: 587/1190] 10.0.0.146 () {32 vars in 773 bytes} [Tue Apr 14 06:51:20 2026] GET /v2.0/security-groups?tenant_id=152b63c3e130449ab331798fd306df43&name=default => generated 2925 bytes in 133 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 588/1191] 10.0.0.149 () {34 vars in 989 bytes} [Tue Apr 14 06:51:20 2026] GET /v2.0/ports?device_id=cd84512e-42ae-4de7-97f2-b45647e20bc8 => 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: 604/1192] 10.0.0.146 () {32 vars in 739 bytes} [Tue Apr 14 06:51:20 2026] DELETE /v2.0/security-groups/68462347-1ca8-494e-8c1d-688f03fbfed0 => 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: 589/1193] 10.0.0.149 () {34 vars in 989 bytes} [Tue Apr 14 06:51:22 2026] GET /v2.0/ports?device_id=cd84512e-42ae-4de7-97f2-b45647e20bc8 => 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: 605/1194] 10.0.0.146 () {32 vars in 652 bytes} [Tue Apr 14 06:51:22 2026] GET /v2.0/extensions => generated 21537 bytes in 234 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 590/1195] 10.0.0.146 () {32 vars in 680 bytes} [Tue Apr 14 06:51:23 2026] GET /v2.0/extensions/address-group => generated 159 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 606/1196] 10.0.0.146 () {32 vars in 680 bytes} [Tue Apr 14 06:51:23 2026] GET /v2.0/extensions/address-scope => generated 163 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 591/1197] 10.0.0.146 () {32 vars in 728 bytes} [Tue Apr 14 06:51:23 2026] GET /v2.0/extensions/router-admin-state-down-before-update => generated 312 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 607/1198] 10.0.0.146 () {32 vars in 664 bytes} [Tue Apr 14 06:51:23 2026] GET /v2.0/extensions/agent => generated 153 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 608/1199] 10.0.0.146 () {32 vars in 698 bytes} [Tue Apr 14 06:51:23 2026] GET /v2.0/extensions/agent-resources-synced => generated 223 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 592/1200] 10.0.0.149 () {34 vars in 989 bytes} [Tue Apr 14 06:51:23 2026] GET /v2.0/ports?device_id=cd84512e-42ae-4de7-97f2-b45647e20bc8 => 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: 609/1201] 10.0.0.146 () {32 vars in 696 bytes} [Tue Apr 14 06:51:23 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: 593/1202] 10.0.0.146 () {32 vars in 700 bytes} [Tue Apr 14 06:51:23 2026] GET /v2.0/extensions/auto-allocated-topology => generated 200 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 610/1203] 10.0.0.146 () {32 vars in 688 bytes} [Tue Apr 14 06:51:23 2026] GET /v2.0/extensions/availability_zone => generated 178 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 594/1204] 10.0.0.146 () {32 vars in 702 bytes} [Tue Apr 14 06:51:23 2026] GET /v2.0/extensions/availability_zone_filter => generated 220 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 611/1205] 10.0.0.146 () {32 vars in 692 bytes} [Tue Apr 14 06:51:23 2026] GET /v2.0/extensions/default-subnetpools => generated 211 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 595/1206] 10.0.0.146 () {32 vars in 694 bytes} [Tue Apr 14 06:51:23 2026] GET /v2.0/extensions/dhcp_agent_scheduler => generated 187 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 612/1207] 10.0.0.146 () {32 vars in 684 bytes} [Tue Apr 14 06:51:23 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 596/1208] 10.0.0.146 () {32 vars in 686 bytes} [Tue Apr 14 06:51:23 2026] GET /v2.0/extensions/dns-domain-ports => generated 205 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 613/1209] 10.0.0.146 () {32 vars in 660 bytes} [Tue Apr 14 06:51:23 2026] GET /v2.0/extensions/dvr => generated 193 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 597/1210] 10.0.0.146 () {32 vars in 698 bytes} [Tue Apr 14 06:51:23 2026] GET /v2.0/extensions/empty-string-filtering => generated 219 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 614/1211] 10.0.0.146 () {32 vars in 678 bytes} [Tue Apr 14 06:51:23 2026] GET /v2.0/extensions/external-net => generated 200 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 598/1212] 10.0.0.146 () {32 vars in 682 bytes} [Tue Apr 14 06:51:23 2026] GET /v2.0/extensions/extra_dhcp_opt => generated 304 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 615/1213] 10.0.0.146 () {32 vars in 674 bytes} [Tue Apr 14 06:51:23 2026] GET /v2.0/extensions/extraroute => generated 181 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 599/1214] 10.0.0.146 () {32 vars in 688 bytes} [Tue Apr 14 06:51:23 2026] GET /v2.0/extensions/extraroute-atomic => generated 250 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 616/1215] 10.0.0.146 () {32 vars in 722 bytes} [Tue Apr 14 06:51:23 2026] GET /v2.0/extensions/floating-ip-port-forwarding-detail => generated 271 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 600/1216] 10.0.0.146 () {32 vars in 686 bytes} [Tue Apr 14 06:51:23 2026] GET /v2.0/extensions/fip-port-details => generated 212 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 617/1217] 10.0.0.146 () {32 vars in 668 bytes} [Tue Apr 14 06:51:23 2026] GET /v2.0/extensions/flavors => generated 193 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 601/1218] 10.0.0.146 () {32 vars in 686 bytes} [Tue Apr 14 06:51:23 2026] GET /v2.0/extensions/floatingip-pools => generated 188 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 618/1219] 10.0.0.146 () {32 vars in 680 bytes} [Tue Apr 14 06:51:23 2026] GET /v2.0/extensions/ip_allocation => generated 162 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 602/1220] 10.0.0.146 () {32 vars in 698 bytes} [Tue Apr 14 06:51:23 2026] GET /v2.0/extensions/ip-substring-filtering => generated 222 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 619/1221] 10.0.0.146 () {32 vars in 678 bytes} [Tue Apr 14 06:51:23 2026] GET /v2.0/extensions/l2_adjacency => generated 178 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 603/1222] 10.0.0.146 () {32 vars in 666 bytes} [Tue Apr 14 06:51:23 2026] GET /v2.0/extensions/router => generated 256 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 620/1223] 10.0.0.146 () {32 vars in 676 bytes} [Tue Apr 14 06:51:23 2026] GET /v2.0/extensions/ext-gw-mode => generated 268 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 604/1224] 10.0.0.146 () {32 vars in 664 bytes} [Tue Apr 14 06:51:23 2026] GET /v2.0/extensions/l3-ha => 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: 621/1225] 10.0.0.146 () {32 vars in 674 bytes} [Tue Apr 14 06:51:23 2026] GET /v2.0/extensions/l3-flavors => generated 172 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 605/1226] 10.0.0.146 () {32 vars in 712 bytes} [Tue Apr 14 06:51:23 2026] GET /v2.0/extensions/l3-port-ip-change-not-allowed => generated 245 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 622/1227] 10.0.0.146 () {32 vars in 690 bytes} [Tue Apr 14 06:51:23 2026] GET /v2.0/extensions/l3_agent_scheduler => generated 180 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 606/1228] 10.0.0.146 () {32 vars in 682 bytes} [Tue Apr 14 06:51:23 2026] GET /v2.0/extensions/multi-provider => generated 212 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 623/1229] 10.0.0.146 () {32 vars in 668 bytes} [Tue Apr 14 06:51:23 2026] GET /v2.0/extensions/net-mtu => generated 176 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 607/1230] 10.0.0.146 () {32 vars in 686 bytes} [Tue Apr 14 06:51:23 2026] GET /v2.0/extensions/net-mtu-writable => generated 207 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 624/1231] 10.0.0.146 () {32 vars in 704 bytes} [Tue Apr 14 06:51:23 2026] GET /v2.0/extensions/network_availability_zone => generated 200 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 608/1232] 10.0.0.146 () {32 vars in 674 bytes} [Tue Apr 14 06:51:23 2026] GET /v2.0/extensions/network_ha => generated 186 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 625/1233] 10.0.0.146 () {32 vars in 700 bytes} [Tue Apr 14 06:51:23 2026] GET /v2.0/extensions/network-ip-availability => generated 216 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 609/1234] 10.0.0.146 () {32 vars in 674 bytes} [Tue Apr 14 06:51:23 2026] GET /v2.0/extensions/pagination => generated 192 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 626/1235] 10.0.0.146 () {32 vars in 692 bytes} [Tue Apr 14 06:51:23 2026] GET /v2.0/extensions/port-device-profile => generated 189 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 610/1236] 10.0.0.146 () {32 vars in 688 bytes} [Tue Apr 14 06:51:23 2026] GET /v2.0/extensions/port-mac-override => generated 251 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 627/1237] 10.0.0.146 () {32 vars in 708 bytes} [Tue Apr 14 06:51:23 2026] GET /v2.0/extensions/port-mac-address-regenerate => generated 209 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 611/1238] 10.0.0.146 () {32 vars in 704 bytes} [Tue Apr 14 06:51:23 2026] GET /v2.0/extensions/port-numa-affinity-policy => generated 198 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 628/1239] 10.0.0.146 () {32 vars in 718 bytes} [Tue Apr 14 06:51:23 2026] GET /v2.0/extensions/port-numa-affinity-policy-socket => generated 240 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 612/1240] 10.0.0.146 () {32 vars in 696 bytes} [Tue Apr 14 06:51:23 2026] GET /v2.0/extensions/port-resource-request => generated 185 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 629/1241] 10.0.0.146 () {32 vars in 710 bytes} [Tue Apr 14 06:51:23 2026] GET /v2.0/extensions/port-resource-request-groups => generated 271 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 613/1242] 10.0.0.146 () {32 vars in 668 bytes} [Tue Apr 14 06:51:23 2026] GET /v2.0/extensions/binding => generated 193 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 630/1243] 10.0.0.146 () {32 vars in 686 bytes} [Tue Apr 14 06:51:23 2026] GET /v2.0/extensions/binding-extended => generated 212 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 614/1244] 10.0.0.146 () {32 vars in 680 bytes} [Tue Apr 14 06:51:23 2026] GET /v2.0/extensions/port-security => generated 160 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 631/1245] 10.0.0.146 () {32 vars in 674 bytes} [Tue Apr 14 06:51:23 2026] GET /v2.0/extensions/project-id => generated 204 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 615/1246] 10.0.0.146 () {32 vars in 670 bytes} [Tue Apr 14 06:51:23 2026] GET /v2.0/extensions/provider => generated 191 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 632/1247] 10.0.0.146 () {32 vars in 660 bytes} [Tue Apr 14 06:51:23 2026] GET /v2.0/extensions/qos => generated 166 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 616/1248] 10.0.0.146 () {32 vars in 698 bytes} [Tue Apr 14 06:51:23 2026] GET /v2.0/extensions/qos-bw-limit-direction => generated 258 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 633/1249] 10.0.0.146 () {32 vars in 698 bytes} [Tue Apr 14 06:51:23 2026] GET /v2.0/extensions/qos-bw-minimum-ingress => generated 251 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 634/1250] 10.0.0.146 () {32 vars in 676 bytes} [Tue Apr 14 06:51:23 2026] GET /v2.0/extensions/qos-default => generated 183 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 635/1251] 10.0.0.146 () {32 vars in 668 bytes} [Tue Apr 14 06:51:23 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: 636/1252] 10.0.0.146 () {32 vars in 682 bytes} [Tue Apr 14 06:51:23 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: 7|app: 0|req: 637/1253] 10.0.0.146 () {32 vars in 700 bytes} [Tue Apr 14 06:51:23 2026] GET /v2.0/extensions/qos-port-network-policy => generated 209 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 638/1254] 10.0.0.146 () {32 vars in 684 bytes} [Tue Apr 14 06:51:23 2026] GET /v2.0/extensions/qos-pps-minimum => generated 203 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 639/1255] 10.0.0.146 () {32 vars in 706 bytes} [Tue Apr 14 06:51:23 2026] GET /v2.0/extensions/qos-pps-minimum-rule-alias => generated 277 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 640/1256] 10.0.0.146 () {32 vars in 668 bytes} [Tue Apr 14 06:51:23 2026] GET /v2.0/extensions/qos-pps => generated 195 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 641/1257] 10.0.0.146 () {32 vars in 696 bytes} [Tue Apr 14 06:51:23 2026] GET /v2.0/extensions/qos-rule-type-details => generated 229 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 642/1258] 10.0.0.146 () {32 vars in 694 bytes} [Tue Apr 14 06:51:23 2026] GET /v2.0/extensions/qos-rule-type-filter => generated 373 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 643/1259] 10.0.0.146 () {32 vars in 684 bytes} [Tue Apr 14 06:51:23 2026] GET /v2.0/extensions/qos-rules-alias => generated 254 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 644/1260] 10.0.0.146 () {32 vars in 688 bytes} [Tue Apr 14 06:51:23 2026] GET /v2.0/extensions/quota-check-limit => generated 226 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 645/1261] 10.0.0.146 () {32 vars in 704 bytes} [Tue Apr 14 06:51:23 2026] GET /v2.0/extensions/quota-check-limit-default => generated 268 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 646/1262] 10.0.0.146 () {32 vars in 666 bytes} [Tue Apr 14 06:51:23 2026] GET /v2.0/extensions/quotas => generated 192 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 647/1263] 10.0.0.146 () {32 vars in 680 bytes} [Tue Apr 14 06:51:23 2026] GET /v2.0/extensions/quota_details => generated 213 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 648/1264] 10.0.0.146 () {32 vars in 680 bytes} [Tue Apr 14 06:51:23 2026] GET /v2.0/extensions/rbac-policies => generated 223 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 649/1265] 10.0.0.146 () {32 vars in 690 bytes} [Tue Apr 14 06:51:23 2026] GET /v2.0/extensions/rbac-address-group => generated 198 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 650/1266] 10.0.0.146 () {32 vars in 690 bytes} [Tue Apr 14 06:51:23 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: 7|app: 0|req: 651/1267] 10.0.0.146 () {32 vars in 694 bytes} [Tue Apr 14 06:51:23 2026] GET /v2.0/extensions/rbac-security-groups => generated 210 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 652/1268] 10.0.0.146 () {32 vars in 684 bytes} [Tue Apr 14 06:51:23 2026] GET /v2.0/extensions/rbac-subnetpool => generated 181 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 653/1269] 10.0.0.146 () {32 vars in 688 bytes} [Tue Apr 14 06:51:23 2026] GET /v2.0/extensions/revision-if-match => generated 247 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 654/1270] 10.0.0.146 () {32 vars in 700 bytes} [Tue Apr 14 06:51:23 2026] GET /v2.0/extensions/standard-attr-revisions => generated 229 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 06:51:23.794 8 INFO neutron.db.segments_db [None req-caa11a7c-cf10-44b5-a1cc-8cf6eae9476b f2f5032d60ee40df95a21f832d002c26 3c6f6d256cc147d89488d6d6dd62e68b - - default default] Added segment 9593dd3e-d6d7-4223-b579-4a82e750cac6 of type vxlan for network 8949cc79-93f7-4cd8-b12e-82c6a333f894 [pid: 7|app: 0|req: 655/1271] 10.0.0.146 () {32 vars in 702 bytes} [Tue Apr 14 06:51:23 2026] GET /v2.0/extensions/router_availability_zone => generated 197 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 656/1272] 10.0.0.146 () {32 vars in 712 bytes} [Tue Apr 14 06:51:23 2026] GET /v2.0/extensions/security-groups-default-rules => generated 262 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 657/1273] 10.0.0.146 () {32 vars in 716 bytes} [Tue Apr 14 06:51:23 2026] GET /v2.0/extensions/security-groups-normalized-cidr => generated 251 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 658/1274] 10.0.0.146 () {32 vars in 714 bytes} [Tue Apr 14 06:51:23 2026] GET /v2.0/extensions/port-security-groups-filtering => generated 228 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 659/1275] 10.0.0.146 () {32 vars in 726 bytes} [Tue Apr 14 06:51:23 2026] GET /v2.0/extensions/security-groups-remote-address-group => generated 254 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 660/1276] 10.0.0.146 () {32 vars in 740 bytes} [Tue Apr 14 06:51:23 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: 661/1277] 10.0.0.146 () {32 vars in 718 bytes} [Tue Apr 14 06:51:23 2026] GET /v2.0/extensions/security-groups-shared-filtering => generated 241 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 662/1278] 10.0.0.146 () {32 vars in 682 bytes} [Tue Apr 14 06:51:23 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: 663/1279] 10.0.0.146 () {32 vars in 668 bytes} [Tue Apr 14 06:51:23 2026] GET /v2.0/extensions/segment => generated 145 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 664/1280] 10.0.0.146 () {32 vars in 718 bytes} [Tue Apr 14 06:51:23 2026] GET /v2.0/extensions/segments-peer-subnet-host-routes => generated 233 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 665/1281] 10.0.0.146 () {32 vars in 678 bytes} [Tue Apr 14 06:51:23 2026] GET /v2.0/extensions/service-type => generated 221 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 666/1282] 10.0.0.146 () {32 vars in 668 bytes} [Tue Apr 14 06:51:23 2026] GET /v2.0/extensions/sorting => generated 183 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 667/1283] 10.0.0.146 () {32 vars in 696 bytes} [Tue Apr 14 06:51:23 2026] GET /v2.0/extensions/standard-attr-segment => generated 212 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 617/1284] 10.0.0.146 () {34 vars in 669 bytes} [Tue Apr 14 06:51:23 2026] POST /v2.0/networks => generated 632 bytes in 279 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 668/1285] 10.0.0.146 () {32 vars in 704 bytes} [Tue Apr 14 06:51:23 2026] GET /v2.0/extensions/standard-attr-description => generated 214 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 669/1286] 10.0.0.146 () {32 vars in 700 bytes} [Tue Apr 14 06:51:23 2026] GET /v2.0/extensions/stateful-security-group => generated 208 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 670/1287] 10.0.0.146 () {32 vars in 700 bytes} [Tue Apr 14 06:51:23 2026] GET /v2.0/extensions/subnet-external-network => generated 224 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 671/1288] 10.0.0.146 () {32 vars in 682 bytes} [Tue Apr 14 06:51:23 2026] GET /v2.0/extensions/subnet_onboard => generated 197 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 672/1289] 10.0.0.146 () {32 vars in 704 bytes} [Tue Apr 14 06:51:23 2026] GET /v2.0/extensions/subnet-segmentid-writable => generated 227 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 673/1290] 10.0.0.146 () {32 vars in 694 bytes} [Tue Apr 14 06:51:23 2026] GET /v2.0/extensions/subnet-service-types => generated 206 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 674/1291] 10.0.0.146 () {32 vars in 688 bytes} [Tue Apr 14 06:51:23 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: 7|app: 0|req: 675/1292] 10.0.0.146 () {32 vars in 696 bytes} [Tue Apr 14 06:51:23 2026] GET /v2.0/extensions/subnetpool-prefix-ops => generated 224 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 676/1293] 10.0.0.146 () {32 vars in 678 bytes} [Tue Apr 14 06:51:23 2026] GET /v2.0/extensions/tag-creation => generated 190 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 677/1294] 10.0.0.146 () {32 vars in 688 bytes} [Tue Apr 14 06:51:23 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: 7|app: 0|req: 678/1295] 10.0.0.146 () {32 vars in 700 bytes} [Tue Apr 14 06:51:23 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: 7|app: 0|req: 679/1296] 10.0.0.146 () {32 vars in 664 bytes} [Tue Apr 14 06:51:23 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: 680/1297] 10.0.0.146 () {32 vars in 680 bytes} [Tue Apr 14 06:51:23 2026] GET /v2.0/extensions/trunk-details => generated 168 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 681/1298] 10.0.0.146 () {32 vars in 676 bytes} [Tue Apr 14 06:51:23 2026] GET /v2.0/extensions/vpn-aes-ctr => generated 195 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 682/1299] 10.0.0.146 () {32 vars in 692 bytes} [Tue Apr 14 06:51:24 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: 683/1300] 10.0.0.146 () {32 vars in 676 bytes} [Tue Apr 14 06:51:24 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: 684/1301] 10.0.0.146 () {32 vars in 666 bytes} [Tue Apr 14 06:51:24 2026] GET /v2.0/extensions/vpnaas => generated 154 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 685/1302] 10.0.0.146 () {32 vars in 662 bytes} [Tue Apr 14 06:51:24 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: 686/1303] 10.0.0.146 () {32 vars in 674 bytes} [Tue Apr 14 06:51:24 2026] GET /v2.0/extensions/tap-mirror => generated 222 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 687/1304] 10.0.0.146 () {32 vars in 686 bytes} [Tue Apr 14 06:51:24 2026] GET /v2.0/extensions/taas-vlan-filter => generated 226 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 688/1305] 199.204.45.53 () {34 vars in 984 bytes} [Tue Apr 14 06:51:24 2026] GET /v2.0/networks?id=8166700e-96ff-44b5-9cad-fba0d4556b27 => generated 675 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 689/1306] 199.204.45.53 () {34 vars in 1048 bytes} [Tue Apr 14 06:51:24 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=2b37461e866f4cfeb9f30c15ee25cf08 => generated 180 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 618/1307] 10.0.0.146 () {34 vars in 668 bytes} [Tue Apr 14 06:51:23 2026] POST /v2.0/subnets => generated 626 bytes in 289 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-14 06:51:24.254 8 INFO neutron.db.segments_db [None req-06be9689-d76e-46ce-a272-09c0d94d90dd f2f5032d60ee40df95a21f832d002c26 3c6f6d256cc147d89488d6d6dd62e68b - - default default] Added segment 4b5fb660-cfdb-4136-8ced-b43f65d91890 of type vxlan for network 91510f14-2b52-420a-abac-8efc36587f90 [pid: 8|app: 0|req: 619/1308] 10.0.0.146 () {34 vars in 669 bytes} [Tue Apr 14 06:51:24 2026] POST /v2.0/networks => generated 632 bytes in 174 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 620/1309] 10.0.0.149 () {34 vars in 989 bytes} [Tue Apr 14 06:51:24 2026] GET /v2.0/ports?device_id=cd84512e-42ae-4de7-97f2-b45647e20bc8 => generated 12 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 690/1310] 199.204.45.53 () {38 vars in 953 bytes} [Tue Apr 14 06:51:24 2026] POST /v2.0/ports => generated 954 bytes in 429 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: 621/1311] 10.0.0.146 () {34 vars in 668 bytes} [Tue Apr 14 06:51:24 2026] POST /v2.0/subnets => generated 629 bytes in 308 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 622/1312] 10.0.0.146 () {32 vars in 773 bytes} [Tue Apr 14 06:51:24 2026] GET /v2.0/security-groups?tenant_id=5bd244446cb34b03b2ed1b0a3f29814c&name=default => generated 2925 bytes in 247 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-14 06:51:24.993 8 INFO neutron.db.segments_db [None req-faba1c98-2a2d-444e-8bc4-6f250df20b77 f2f5032d60ee40df95a21f832d002c26 3c6f6d256cc147d89488d6d6dd62e68b - - default default] Added segment 4115657f-9dea-4579-ba75-dfb0a7ba14cb of type vxlan for network 75ad05b7-beba-408d-83d9-4ea1745421f5 [pid: 7|app: 0|req: 691/1313] 199.204.45.53 () {38 vars in 1026 bytes} [Tue Apr 14 06:51:24 2026] PUT /v2.0/ports/cfb7a64f-1fc4-4659-8d0b-596ff265996a => generated 1235 bytes in 435 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-14 06:51:25.084 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-3cac036d-95ba-4db9-a15f-d46c5484be9e'] response: {'name': 'network-changed', 'server_uuid': 'cd84512e-42ae-4de7-97f2-b45647e20bc8', 'tag': 'cfb7a64f-1fc4-4659-8d0b-596ff265996a', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 623/1314] 10.0.0.146 () {34 vars in 669 bytes} [Tue Apr 14 06:51:24 2026] POST /v2.0/networks => generated 631 bytes in 142 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 692/1315] 10.0.0.146 () {32 vars in 739 bytes} [Tue Apr 14 06:51:25 2026] DELETE /v2.0/security-groups/8b580083-3388-4dca-a1ee-5d51fb80d7ab => 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: 624/1316] 10.0.0.146 () {34 vars in 668 bytes} [Tue Apr 14 06:51:25 2026] POST /v2.0/subnets => generated 629 bytes in 214 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-14 06:51:25.371 7 INFO neutron.db.segments_db [None req-e939feff-3883-4168-9764-c3cb3fae7d06 f2f5032d60ee40df95a21f832d002c26 3c6f6d256cc147d89488d6d6dd62e68b - - default default] Added segment 6522eb65-77ef-455a-8742-485aca153dc4 of type vxlan for network 5fe88c8e-f7c1-461c-bdb9-0f3e23b2b391 [pid: 7|app: 0|req: 693/1317] 10.0.0.146 () {34 vars in 669 bytes} [Tue Apr 14 06:51:25 2026] POST /v2.0/networks => generated 631 bytes in 150 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 625/1318] 10.0.0.149 () {34 vars in 989 bytes} [Tue Apr 14 06:51:25 2026] GET /v2.0/ports?device_id=cd84512e-42ae-4de7-97f2-b45647e20bc8 => generated 969 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 626/1319] 10.0.0.149 () {34 vars in 1039 bytes} [Tue Apr 14 06:51:25 2026] GET /v2.0/security-groups?id=051d2950-a860-4b02-88f3-06bca024e4bc&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: 627/1320] 199.204.45.53 () {34 vars in 1078 bytes} [Tue Apr 14 06:51:25 2026] GET /v2.0/ports?tenant_id=2b37461e866f4cfeb9f30c15ee25cf08&device_id=cd84512e-42ae-4de7-97f2-b45647e20bc8 => generated 1238 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 628/1321] 199.204.45.53 () {34 vars in 1016 bytes} [Tue Apr 14 06:51:25 2026] GET /v2.0/networks?tenant_id=2b37461e866f4cfeb9f30c15ee25cf08&shared=False => generated 771 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 694/1322] 10.0.0.146 () {34 vars in 668 bytes} [Tue Apr 14 06:51:25 2026] POST /v2.0/subnets => generated 629 bytes in 255 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 629/1323] 199.204.45.53 () {34 vars in 928 bytes} [Tue Apr 14 06:51:25 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 06:51:25.787 7 INFO neutron.db.segments_db [None req-6ae25b60-b646-487c-b1c5-21d5061d18a2 f2f5032d60ee40df95a21f832d002c26 3c6f6d256cc147d89488d6d6dd62e68b - - default default] Added segment b600b632-c9a6-4795-8f6a-4a421d332a3a of type vxlan for network b2ff660f-13f2-42a6-9c98-434a1f1740c2 [pid: 7|app: 0|req: 695/1324] 10.0.0.146 () {34 vars in 669 bytes} [Tue Apr 14 06:51:25 2026] POST /v2.0/networks => generated 631 bytes in 163 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 630/1325] 10.0.0.146 () {34 vars in 668 bytes} [Tue Apr 14 06:51:25 2026] POST /v2.0/subnets => generated 629 bytes in 240 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 696/1326] 10.0.0.146 () {34 vars in 750 bytes} [Tue Apr 14 06:51:26 2026] PUT /v2.0/subnets/55b28029-8ed7-4cff-9be3-5a26bf2fec79/tags => generated 17 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 631/1327] 10.0.0.146 () {34 vars in 750 bytes} [Tue Apr 14 06:51:26 2026] PUT /v2.0/subnets/56caf228-27f7-425d-b4c1-9e06f07d55dc/tags => generated 25 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 697/1328] 10.0.0.146 () {34 vars in 750 bytes} [Tue Apr 14 06:51:26 2026] PUT /v2.0/subnets/558629f2-a7ee-4bec-adf9-c96eea5a5f86/tags => generated 34 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 632/1329] 10.0.0.146 () {34 vars in 750 bytes} [Tue Apr 14 06:51:26 2026] PUT /v2.0/subnets/594a9db7-7d3c-4e34-89aa-bb74d0bb35eb/tags => generated 19 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 698/1330] 10.0.0.146 () {32 vars in 663 bytes} [Tue Apr 14 06:51:26 2026] GET /v2.0/subnets?tags=red => generated 1904 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 633/1331] 10.0.0.146 () {32 vars in 677 bytes} [Tue Apr 14 06:51:26 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: 7|app: 0|req: 699/1332] 10.0.0.146 () {32 vars in 673 bytes} [Tue Apr 14 06:51:26 2026] GET /v2.0/subnets?tags-any=blue => generated 1283 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 634/1333] 10.0.0.146 () {32 vars in 685 bytes} [Tue Apr 14 06:51:26 2026] GET /v2.0/subnets?tags-any=red%2Cblue => generated 1904 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 635/1334] 10.0.0.149 () {34 vars in 989 bytes} [Tue Apr 14 06:51:26 2026] GET /v2.0/ports?device_id=cd84512e-42ae-4de7-97f2-b45647e20bc8 => 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: 700/1335] 10.0.0.146 () {32 vars in 671 bytes} [Tue Apr 14 06:51:26 2026] GET /v2.0/subnets?not-tags=red => generated 1894 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 636/1336] 10.0.0.149 () {34 vars in 1039 bytes} [Tue Apr 14 06:51:26 2026] GET /v2.0/security-groups?id=051d2950-a860-4b02-88f3-06bca024e4bc&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: 701/1337] 10.0.0.146 () {32 vars in 685 bytes} [Tue Apr 14 06:51:26 2026] GET /v2.0/subnets?not-tags=red%2Cblue => generated 2515 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 637/1338] 199.204.45.53 () {34 vars in 1078 bytes} [Tue Apr 14 06:51:26 2026] GET /v2.0/ports?tenant_id=2b37461e866f4cfeb9f30c15ee25cf08&device_id=cd84512e-42ae-4de7-97f2-b45647e20bc8 => 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: 702/1339] 10.0.0.146 () {32 vars in 681 bytes} [Tue Apr 14 06:51:26 2026] GET /v2.0/subnets?not-tags-any=blue => generated 2515 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 703/1340] 199.204.45.53 () {34 vars in 1056 bytes} [Tue Apr 14 06:51:26 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.4&port_id=cfb7a64f-1fc4-4659-8d0b-596ff265996a => generated 19 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 704/1341] 10.0.0.146 () {32 vars in 693 bytes} [Tue Apr 14 06:51:26 2026] GET /v2.0/subnets?not-tags-any=red%2Cblue => generated 1894 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 705/1342] 199.204.45.53 () {34 vars in 982 bytes} [Tue Apr 14 06:51:26 2026] GET /v2.0/subnets?id=a244a892-bae2-4c8d-988d-219569ca42c7 => generated 693 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 706/1343] 10.0.0.146 () {32 vars in 723 bytes} [Tue Apr 14 06:51:26 2026] DELETE /v2.0/subnets/55b28029-8ed7-4cff-9be3-5a26bf2fec79 => generated 0 bytes in 127 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 707/1344] 199.204.45.53 () {34 vars in 1050 bytes} [Tue Apr 14 06:51:26 2026] GET /v2.0/ports?network_id=8166700e-96ff-44b5-9cad-fba0d4556b27&device_owner=network%3Adhcp => generated 1244 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-14 06:51:27.090 8 INFO neutron.db.segments_db [None req-092fbc1c-1330-4435-a543-4a3d0c2f8196 29e23ddc19fd4a57b68222a5f705cecc 9d9204c9840749b0ac724a148795723e - - default default] Added segment a10a0727-17f7-42d7-8ae6-30203917a7a4 of type vxlan for network 72cb036a-fcc4-45b9-a1c4-8c7cd25ab93b [pid: 7|app: 0|req: 708/1345] 10.0.0.146 () {32 vars in 723 bytes} [Tue Apr 14 06:51:27 2026] DELETE /v2.0/subnets/56caf228-27f7-425d-b4c1-9e06f07d55dc => generated 0 bytes in 115 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 638/1346] 10.0.0.146 () {34 vars in 669 bytes} [Tue Apr 14 06:51:26 2026] POST /v2.0/networks => generated 644 bytes in 390 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 709/1347] 199.204.45.53 () {34 vars in 1010 bytes} [Tue Apr 14 06:51:27 2026] GET /v2.0/networks/8166700e-96ff-44b5-9cad-fba0d4556b27?fields=segments => generated 14 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 710/1348] 199.204.45.53 () {34 vars in 1110 bytes} [Tue Apr 14 06:51:27 2026] GET /v2.0/networks/8166700e-96ff-44b5-9cad-fba0d4556b27?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: 639/1349] 10.0.0.146 () {32 vars in 723 bytes} [Tue Apr 14 06:51:27 2026] DELETE /v2.0/subnets/558629f2-a7ee-4bec-adf9-c96eea5a5f86 => 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: 640/1350] 10.0.0.146 () {32 vars in 723 bytes} [Tue Apr 14 06:51:27 2026] DELETE /v2.0/subnets/594a9db7-7d3c-4e34-89aa-bb74d0bb35eb => 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: 711/1351] 10.0.0.146 () {34 vars in 668 bytes} [Tue Apr 14 06:51:27 2026] POST /v2.0/subnets => generated 641 bytes in 235 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-14 06:51:27.548 7 INFO neutron.db.segments_db [None req-ed919fb0-f1dd-47d5-8586-685603cb41e1 29e23ddc19fd4a57b68222a5f705cecc 9d9204c9840749b0ac724a148795723e - - default default] Added segment 97590b47-8da7-45f1-90d3-dfd57624a195 of type vxlan for network e0fd4759-bf6b-4d47-9cb2-cde67a32aa96 [pid: 8|app: 0|req: 641/1352] 10.0.0.146 () {32 vars in 723 bytes} [Tue Apr 14 06:51:27 2026] DELETE /v2.0/subnets/08226659-139b-43f7-a078-de245c4e36c6 => 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: 712/1353] 10.0.0.146 () {34 vars in 669 bytes} [Tue Apr 14 06:51:27 2026] POST /v2.0/networks => generated 643 bytes in 148 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-14 06:51:27.675 8 INFO neutron.services.segments.plugin [-] Segment 9593dd3e-d6d7-4223-b579-4a82e750cac6 resource provider aggregate not found 2026-04-14 06:51:27.680 8 INFO neutron.services.segments.plugin [-] Segment 9593dd3e-d6d7-4223-b579-4a82e750cac6 resource provider aggregate not found 2026-04-14 06:51:27.701 8 INFO neutron.services.segments.plugin [-] Segment 9593dd3e-d6d7-4223-b579-4a82e750cac6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9593dd3e-d6d7-4223-b579-4a82e750cac6 found for delete ", "request_id": "req-06daeead-d3f6-4b1c-9744-83081dbc39d2"}]} 2026-04-14 06:51:27.702 8 INFO neutron.services.segments.plugin [-] Segment 9593dd3e-d6d7-4223-b579-4a82e750cac6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9593dd3e-d6d7-4223-b579-4a82e750cac6 found for delete ", "request_id": "req-5d0826c7-58cb-4ee5-a947-4e8224dc7dc9"}]} [pid: 8|app: 0|req: 642/1354] 10.0.0.146 () {32 vars in 725 bytes} [Tue Apr 14 06:51:27 2026] DELETE /v2.0/networks/8949cc79-93f7-4cd8-b12e-82c6a333f894 => generated 0 bytes in 146 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 713/1355] 10.0.0.146 () {34 vars in 742 bytes} [Tue Apr 14 06:51:27 2026] PUT /v2.0/networks/e0fd4759-bf6b-4d47-9cb2-cde67a32aa96 => generated 592 bytes in 97 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 643/1356] 10.0.0.146 () {32 vars in 725 bytes} [Tue Apr 14 06:51:27 2026] DELETE /v2.0/networks/91510f14-2b52-420a-abac-8efc36587f90 => generated 0 bytes in 103 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 644/1357] 10.0.0.149 () {34 vars in 989 bytes} [Tue Apr 14 06:51:27 2026] GET /v2.0/ports?device_id=cd84512e-42ae-4de7-97f2-b45647e20bc8 => generated 969 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 645/1358] 10.0.0.146 () {32 vars in 725 bytes} [Tue Apr 14 06:51:27 2026] DELETE /v2.0/networks/75ad05b7-beba-408d-83d9-4ea1745421f5 => generated 0 bytes in 126 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 714/1359] 10.0.0.146 () {34 vars in 668 bytes} [Tue Apr 14 06:51:27 2026] POST /v2.0/subnets => generated 626 bytes in 226 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 646/1360] 10.0.0.149 () {34 vars in 1039 bytes} [Tue Apr 14 06:51:27 2026] GET /v2.0/security-groups?id=051d2950-a860-4b02-88f3-06bca024e4bc&fields=id&fields=name => generated 113 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 06:51:28.083 7 INFO neutron.services.segments.plugin [-] Segment 6522eb65-77ef-455a-8742-485aca153dc4 resource provider aggregate not found 2026-04-14 06:51:28.087 7 INFO neutron.services.segments.plugin [-] Segment 6522eb65-77ef-455a-8742-485aca153dc4 resource provider aggregate not found 2026-04-14 06:51:28.106 7 INFO neutron.services.segments.plugin [-] Segment 6522eb65-77ef-455a-8742-485aca153dc4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6522eb65-77ef-455a-8742-485aca153dc4 found for delete ", "request_id": "req-c7257e6a-b241-45ce-bea1-5ea68fba56fe"}]} 2026-04-14 06:51:28.107 7 INFO neutron.services.segments.plugin [-] Segment 6522eb65-77ef-455a-8742-485aca153dc4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6522eb65-77ef-455a-8742-485aca153dc4 found for delete ", "request_id": "req-a778a614-4843-42d2-864f-4031e77c4c72"}]} [pid: 8|app: 0|req: 647/1361] 10.0.0.146 () {34 vars in 740 bytes} [Tue Apr 14 06:51:27 2026] PUT /v2.0/subnets/e76506e8-5336-4b4c-a7e2-26cfcc7c3e77 => generated 636 bytes in 114 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 715/1362] 10.0.0.146 () {32 vars in 725 bytes} [Tue Apr 14 06:51:27 2026] DELETE /v2.0/networks/5fe88c8e-f7c1-461c-bdb9-0f3e23b2b391 => generated 0 bytes in 137 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 716/1363] 10.0.0.146 () {32 vars in 725 bytes} [Tue Apr 14 06:51:28 2026] DELETE /v2.0/networks/b2ff660f-13f2-42a6-9c98-434a1f1740c2 => generated 0 bytes in 122 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 648/1364] 10.0.0.146 () {32 vars in 725 bytes} [Tue Apr 14 06:51:28 2026] DELETE /v2.0/networks/e0fd4759-bf6b-4d47-9cb2-cde67a32aa96 => generated 0 bytes in 201 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-14 06:51:28.345 7 INFO neutron.pecan_wsgi.hooks.translation [None req-0384f597-555b-4f4c-8ddb-3be33072ba74 29e23ddc19fd4a57b68222a5f705cecc 9d9204c9840749b0ac724a148795723e - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 717/1365] 10.0.0.146 () {32 vars in 725 bytes} [Tue Apr 14 06:51:28 2026] DELETE /v2.0/networks/e0fd4759-bf6b-4d47-9cb2-cde67a32aa96 => generated 138 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 649/1366] 10.0.0.146 () {32 vars in 693 bytes} [Tue Apr 14 06:51:28 2026] GET /v2.0/networks?router%3Aexternal=True => generated 651 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 718/1367] 10.0.0.146 () {32 vars in 741 bytes} [Tue Apr 14 06:51:28 2026] GET /v2.0/subnets?network_id=ee6f4d17-8edd-4b04-a109-e7a4939e3f82 => generated 649 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 650/1368] 10.0.0.146 () {32 vars in 652 bytes} [Tue Apr 14 06:51:28 2026] GET /v2.0/extensions => generated 21537 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 719/1369] 10.0.0.146 () {32 vars in 648 bytes} [Tue Apr 14 06:51:28 2026] GET /v2.0/networks => generated 1309 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 651/1370] 10.0.0.146 () {32 vars in 646 bytes} [Tue Apr 14 06:51:28 2026] GET /v2.0/subnets => generated 1280 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 720/1371] 10.0.0.146 () {32 vars in 722 bytes} [Tue Apr 14 06:51:28 2026] GET /v2.0/networks/72cb036a-fcc4-45b9-a1c4-8c7cd25ab93b => generated 669 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 652/1372] 10.0.0.146 () {32 vars in 720 bytes} [Tue Apr 14 06:51:28 2026] GET /v2.0/subnets/f788668d-ba39-4953-a6d5-2be17970dedc => generated 641 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 06:51:28.697 7 INFO neutron.pecan_wsgi.hooks.translation [None req-8eb41947-0226-4f9c-b030-0b541f4959c9 29e23ddc19fd4a57b68222a5f705cecc 9d9204c9840749b0ac724a148795723e - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 721/1373] 10.0.0.146 () {32 vars in 723 bytes} [Tue Apr 14 06:51:28 2026] DELETE /v2.0/subnets/e76506e8-5336-4b4c-a7e2-26cfcc7c3e77 => generated 136 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-14 06:51:28.716 8 INFO neutron.pecan_wsgi.hooks.translation [None req-b8dbf6bb-f1a5-4db7-99c7-613d6f19b20b 29e23ddc19fd4a57b68222a5f705cecc 9d9204c9840749b0ac724a148795723e - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 653/1374] 10.0.0.146 () {32 vars in 725 bytes} [Tue Apr 14 06:51:28 2026] DELETE /v2.0/networks/e0fd4759-bf6b-4d47-9cb2-cde67a32aa96 => generated 138 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 722/1375] 10.0.0.146 () {32 vars in 723 bytes} [Tue Apr 14 06:51:28 2026] DELETE /v2.0/subnets/f788668d-ba39-4953-a6d5-2be17970dedc => 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: 654/1376] 10.0.0.146 () {32 vars in 725 bytes} [Tue Apr 14 06:51:28 2026] DELETE /v2.0/networks/72cb036a-fcc4-45b9-a1c4-8c7cd25ab93b => generated 0 bytes in 130 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 723/1377] 10.0.0.149 () {34 vars in 989 bytes} [Tue Apr 14 06:51:29 2026] GET /v2.0/ports?device_id=cd84512e-42ae-4de7-97f2-b45647e20bc8 => generated 969 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 655/1378] 10.0.0.149 () {34 vars in 1039 bytes} [Tue Apr 14 06:51:29 2026] GET /v2.0/security-groups?id=051d2950-a860-4b02-88f3-06bca024e4bc&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: 724/1379] 10.0.0.146 () {32 vars in 773 bytes} [Tue Apr 14 06:51:29 2026] GET /v2.0/security-groups?tenant_id=3c6f6d256cc147d89488d6d6dd62e68b&name=default => generated 2925 bytes in 294 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 656/1382] 10.0.0.146 () {32 vars in 739 bytes} [Tue Apr 14 06:51:29 2026] DELETE /v2.0/security-groups/560f3a45-31de-445b-9bc5-d49a8c6b3755 => 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: 727/1383] 10.0.0.146 () {32 vars in 773 bytes} [Tue Apr 14 06:51:29 2026] GET /v2.0/security-groups?tenant_id=9d9204c9840749b0ac724a148795723e&name=default => generated 2925 bytes in 123 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-14 06:51:29.726 8 INFO neutron.services.segments.plugin [-] Segment 4b5fb660-cfdb-4136-8ced-b43f65d91890 resource provider aggregate not found 2026-04-14 06:51:29.729 8 INFO neutron.services.segments.plugin [-] Segment 4b5fb660-cfdb-4136-8ced-b43f65d91890 resource provider aggregate not found 2026-04-14 06:51:29.750 8 INFO neutron.services.segments.plugin [-] Segment 4b5fb660-cfdb-4136-8ced-b43f65d91890 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4b5fb660-cfdb-4136-8ced-b43f65d91890 found for delete ", "request_id": "req-f02c7f9b-0e49-4ca3-aef7-809edf1da8a4"}]} 2026-04-14 06:51:29.759 8 INFO neutron.services.segments.plugin [-] Segment 4b5fb660-cfdb-4136-8ced-b43f65d91890 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4b5fb660-cfdb-4136-8ced-b43f65d91890 found for delete ", "request_id": "req-f2abd94f-e149-47a2-ba55-476f2f56c09b"}]} 2026-04-14 06:51:29.771 8 INFO neutron.services.segments.plugin [-] Segment 4115657f-9dea-4579-ba75-dfb0a7ba14cb resource provider aggregate not found 2026-04-14 06:51:29.786 8 INFO neutron.services.segments.plugin [-] Segment 4115657f-9dea-4579-ba75-dfb0a7ba14cb resource provider aggregate not found [pid: 7|app: 0|req: 728/1384] 10.0.0.146 () {32 vars in 773 bytes} [Tue Apr 14 06:51:29 2026] GET /v2.0/security-groups?tenant_id=a03fd1982da6409c9d15bc6c37ae6848&name=default => generated 2925 bytes in 138 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-14 06:51:29.796 8 INFO neutron.services.segments.plugin [-] Segment 4115657f-9dea-4579-ba75-dfb0a7ba14cb resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4115657f-9dea-4579-ba75-dfb0a7ba14cb found for delete ", "request_id": "req-bd92ff42-abca-493b-885f-6b532a49477d"}]} 2026-04-14 06:51:29.814 8 INFO neutron.services.segments.plugin [-] Segment 4115657f-9dea-4579-ba75-dfb0a7ba14cb resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4115657f-9dea-4579-ba75-dfb0a7ba14cb found for delete ", "request_id": "req-ecc43aaa-cef8-4cb7-8a28-6ceeda85b612"}]} 2026-04-14 06:51:29.819 8 INFO neutron.services.segments.plugin [-] Segment 97590b47-8da7-45f1-90d3-dfd57624a195 resource provider aggregate not found 2026-04-14 06:51:29.830 8 INFO neutron.services.segments.plugin [-] Segment 97590b47-8da7-45f1-90d3-dfd57624a195 resource provider aggregate not found 2026-04-14 06:51:29.836 8 INFO neutron.services.segments.plugin [-] Segment 97590b47-8da7-45f1-90d3-dfd57624a195 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 97590b47-8da7-45f1-90d3-dfd57624a195 found for delete ", "request_id": "req-7dd52dc1-aa74-4c12-aac0-5495163ee0ac"}]} 2026-04-14 06:51:29.852 8 INFO neutron.services.segments.plugin [-] Segment 97590b47-8da7-45f1-90d3-dfd57624a195 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 97590b47-8da7-45f1-90d3-dfd57624a195 found for delete ", "request_id": "req-5c1ce319-4f82-41d5-9e6a-da45d6ea1c4d"}]} 2026-04-14 06:51:29.858 8 INFO neutron.services.segments.plugin [-] Segment a10a0727-17f7-42d7-8ae6-30203917a7a4 resource provider aggregate not found [pid: 8|app: 0|req: 657/1385] 10.0.0.146 () {32 vars in 739 bytes} [Tue Apr 14 06:51:29 2026] DELETE /v2.0/security-groups/2d29b147-aadf-4564-b7a8-0fe90c1dac53 => generated 0 bytes in 218 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-14 06:51:29.877 8 INFO neutron.services.segments.plugin [-] Segment a10a0727-17f7-42d7-8ae6-30203917a7a4 resource provider aggregate not found 2026-04-14 06:51:29.881 8 INFO neutron.services.segments.plugin [-] Segment a10a0727-17f7-42d7-8ae6-30203917a7a4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a10a0727-17f7-42d7-8ae6-30203917a7a4 found for delete ", "request_id": "req-bc979a57-2f8a-49fd-8811-2b006d5ace80"}]} [pid: 7|app: 0|req: 729/1386] 10.0.0.146 () {32 vars in 739 bytes} [Tue Apr 14 06:51:29 2026] DELETE /v2.0/security-groups/c0653da6-e93f-44a3-b8b8-c6213a53d408 => generated 0 bytes in 101 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-14 06:51:29.909 8 INFO neutron.services.segments.plugin [-] Segment a10a0727-17f7-42d7-8ae6-30203917a7a4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a10a0727-17f7-42d7-8ae6-30203917a7a4 found for delete ", "request_id": "req-b35a0376-089f-4d12-93fc-79093a708e10"}]} 2026-04-14 06:51:30.126 7 INFO neutron.services.segments.plugin [-] Segment b600b632-c9a6-4795-8f6a-4a421d332a3a resource provider aggregate not found 2026-04-14 06:51:30.131 7 INFO neutron.services.segments.plugin [-] Segment b600b632-c9a6-4795-8f6a-4a421d332a3a resource provider aggregate not found 2026-04-14 06:51:30.147 7 INFO neutron.services.segments.plugin [-] Segment b600b632-c9a6-4795-8f6a-4a421d332a3a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b600b632-c9a6-4795-8f6a-4a421d332a3a found for delete ", "request_id": "req-05c4787a-19cf-4c32-8e7e-486f151e0f5e"}]} 2026-04-14 06:51:30.148 7 INFO neutron.services.segments.plugin [-] Segment b600b632-c9a6-4795-8f6a-4a421d332a3a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b600b632-c9a6-4795-8f6a-4a421d332a3a found for delete ", "request_id": "req-d934ffbd-e942-44c7-869e-7b7496ef49b9"}]} [pid: 8|app: 0|req: 658/1387] 10.0.0.146 () {32 vars in 773 bytes} [Tue Apr 14 06:51:30 2026] GET /v2.0/security-groups?tenant_id=d6b71fc8bb72407387e925c76b75d94f&name=default => generated 2925 bytes in 121 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 730/1388] 10.0.0.146 () {32 vars in 739 bytes} [Tue Apr 14 06:51:30 2026] DELETE /v2.0/security-groups/a0a711b9-e624-4508-a0fd-a153633082e2 => generated 0 bytes in 102 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 659/1389] 10.0.0.149 () {34 vars in 989 bytes} [Tue Apr 14 06:51:30 2026] GET /v2.0/ports?device_id=cd84512e-42ae-4de7-97f2-b45647e20bc8 => generated 971 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 731/1390] 10.0.0.149 () {34 vars in 1039 bytes} [Tue Apr 14 06:51:30 2026] GET /v2.0/security-groups?id=051d2950-a860-4b02-88f3-06bca024e4bc&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: 732/1391] 10.0.0.149 () {34 vars in 989 bytes} [Tue Apr 14 06:51:31 2026] GET /v2.0/ports?device_id=cd84512e-42ae-4de7-97f2-b45647e20bc8 => generated 971 bytes in 127 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 733/1392] 10.0.0.149 () {34 vars in 1039 bytes} [Tue Apr 14 06:51:31 2026] GET /v2.0/security-groups?id=051d2950-a860-4b02-88f3-06bca024e4bc&fields=id&fields=name => generated 113 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 660/1393] 10.0.0.146 () {32 vars in 773 bytes} [Tue Apr 14 06:51:31 2026] GET /v2.0/security-groups?tenant_id=df2c5aebc99b493597d01ab9f1d3a8b5&name=default => generated 2925 bytes in 480 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 661/1394] 10.0.0.146 () {32 vars in 739 bytes} [Tue Apr 14 06:51:31 2026] DELETE /v2.0/security-groups/6fb9569f-6606-4c09-a72e-12b669db87c9 => generated 0 bytes in 169 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-14 06:51:32.033 7 INFO neutron.db.segments_db [None req-7933a0af-fe7b-4827-9781-91c101c7e0a3 c088fce4458b4a6b822209a592ab5549 03685cea68cb44c2b894e6936ed10bc8 - - default default] Added segment b9b8617d-cac2-4743-9aef-40c7272e4bf2 of type vxlan for network acb594df-e853-4766-a71c-65b2bb291c70 [pid: 7|app: 0|req: 734/1395] 10.0.0.146 () {34 vars in 669 bytes} [Tue Apr 14 06:51:31 2026] POST /v2.0/networks => generated 630 bytes in 334 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-14 06:51:32.206 8 INFO neutron.db.segments_db [None req-6e0af2fe-c96f-4cdf-99f0-d88841ce7b62 c088fce4458b4a6b822209a592ab5549 03685cea68cb44c2b894e6936ed10bc8 - - default default] Added segment 7e359683-f061-43ad-ae72-ab15e4608bc8 of type vxlan for network c472b49b-8058-4715-ac9b-9e160267abb5 [pid: 8|app: 0|req: 662/1396] 10.0.0.146 () {34 vars in 669 bytes} [Tue Apr 14 06:51:32 2026] POST /v2.0/networks => generated 630 bytes in 183 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 735/1397] 10.0.0.146 () {34 vars in 668 bytes} [Tue Apr 14 06:51:32 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) [pid: 7|app: 0|req: 736/1398] 10.0.0.149 () {34 vars in 989 bytes} [Tue Apr 14 06:51:32 2026] GET /v2.0/ports?device_id=cd84512e-42ae-4de7-97f2-b45647e20bc8 => 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: 737/1399] 10.0.0.149 () {34 vars in 1039 bytes} [Tue Apr 14 06:51:32 2026] GET /v2.0/security-groups?id=051d2950-a860-4b02-88f3-06bca024e4bc&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: 738/1400] 10.0.0.149 () {34 vars in 989 bytes} [Tue Apr 14 06:51:32 2026] GET /v2.0/ports?device_id=cd84512e-42ae-4de7-97f2-b45647e20bc8 => generated 971 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 663/1401] 10.0.0.146 () {34 vars in 668 bytes} [Tue Apr 14 06:51:32 2026] POST /v2.0/subnets => generated 626 bytes in 354 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-14 06:51:32.993 8 INFO neutron.db.segments_db [None req-83ca138c-032b-4f8b-a55a-b4f33cd48ec0 c088fce4458b4a6b822209a592ab5549 03685cea68cb44c2b894e6936ed10bc8 - - default default] Added segment 8896b53c-95c6-419b-9bfc-f6f349480910 of type vxlan for network acbfadd8-5812-4ff1-adad-e662540dcea4 2026-04-14 06:51:33.178 7 INFO neutron.db.l3_db [None req-c3c97d93-b70d-4af6-b92d-7dcaa887fa49 3e34afd75ef54e20b0a328a68d3a23ed 2b37461e866f4cfeb9f30c15ee25cf08 - - default default] Floating IP 2aece4f0-2b2c-4405-9e85-d5661a1cea11 associated. External IP: 10.96.250.208, port: cfb7a64f-1fc4-4659-8d0b-596ff265996a. 2026-04-14 06:51:33.292 8 INFO neutron.db.l3_hamode_db [None req-83ca138c-032b-4f8b-a55a-b4f33cd48ec0 c088fce4458b4a6b822209a592ab5549 03685cea68cb44c2b894e6936ed10bc8 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-14 06:51:33.422 8 INFO neutron.db.l3_hamode_db [None req-83ca138c-032b-4f8b-a55a-b4f33cd48ec0 c088fce4458b4a6b822209a592ab5549 03685cea68cb44c2b894e6936ed10bc8 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 739/1402] 10.0.0.146 () {34 vars in 748 bytes} [Tue Apr 14 06:51:32 2026] PUT /v2.0/floatingips/2aece4f0-2b2c-4405-9e85-d5661a1cea11 => generated 855 bytes in 652 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 06:51:33.508 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-34258f64-bde8-49e7-b256-eb5ba8737ca4'] response: {'name': 'network-changed', 'server_uuid': 'cd84512e-42ae-4de7-97f2-b45647e20bc8', 'tag': 'cfb7a64f-1fc4-4659-8d0b-596ff265996a', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 740/1403] 10.0.0.149 () {34 vars in 989 bytes} [Tue Apr 14 06:51:33 2026] GET /v2.0/ports?device_id=cd84512e-42ae-4de7-97f2-b45647e20bc8 => 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: 741/1404] 10.0.0.149 () {34 vars in 1039 bytes} [Tue Apr 14 06:51:33 2026] GET /v2.0/security-groups?id=051d2950-a860-4b02-88f3-06bca024e4bc&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: 742/1405] 199.204.45.53 () {34 vars in 1078 bytes} [Tue Apr 14 06:51:34 2026] GET /v2.0/ports?tenant_id=2b37461e866f4cfeb9f30c15ee25cf08&device_id=cd84512e-42ae-4de7-97f2-b45647e20bc8 => generated 1240 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 664/1406] 10.0.0.146 () {34 vars in 668 bytes} [Tue Apr 14 06:51:32 2026] POST /v2.0/routers => generated 506 bytes in 1196 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 743/1407] 199.204.45.53 () {34 vars in 984 bytes} [Tue Apr 14 06:51:34 2026] GET /v2.0/networks?id=8166700e-96ff-44b5-9cad-fba0d4556b27 => generated 771 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 665/1408] 10.0.0.149 () {34 vars in 989 bytes} [Tue Apr 14 06:51:34 2026] GET /v2.0/ports?device_id=cd84512e-42ae-4de7-97f2-b45647e20bc8 => generated 971 bytes in 94 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 666/1409] 199.204.45.53 () {34 vars in 1056 bytes} [Tue Apr 14 06:51:34 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.4&port_id=cfb7a64f-1fc4-4659-8d0b-596ff265996a => generated 858 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 667/1410] 10.0.0.149 () {34 vars in 1039 bytes} [Tue Apr 14 06:51:34 2026] GET /v2.0/security-groups?id=051d2950-a860-4b02-88f3-06bca024e4bc&fields=id&fields=name => generated 113 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 668/1411] 199.204.45.53 () {34 vars in 982 bytes} [Tue Apr 14 06:51:34 2026] GET /v2.0/subnets?id=a244a892-bae2-4c8d-988d-219569ca42c7 => generated 693 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 669/1412] 199.204.45.53 () {34 vars in 1050 bytes} [Tue Apr 14 06:51:34 2026] GET /v2.0/ports?network_id=8166700e-96ff-44b5-9cad-fba0d4556b27&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: 670/1413] 199.204.45.53 () {34 vars in 1010 bytes} [Tue Apr 14 06:51:34 2026] GET /v2.0/networks/8166700e-96ff-44b5-9cad-fba0d4556b27?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: 671/1414] 199.204.45.53 () {34 vars in 1110 bytes} [Tue Apr 14 06:51:34 2026] GET /v2.0/networks/8166700e-96ff-44b5-9cad-fba0d4556b27?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-04-14 06:51:34.962 8 INFO neutron.db.segments_db [None req-167d0c21-1d05-4781-a1f1-8df62aae8d92 9efe1c737c07466e939746dc6a7fe637 5e95ab61a69745d18ef201d4bf31d4dd - - default default] Added segment 64fab853-8295-4ac6-b761-205786c1e008 of type vxlan for network 7d3994a6-ef15-44d5-8cf9-2d931ed61ffb [pid: 8|app: 0|req: 672/1415] 10.0.0.146 () {34 vars in 669 bytes} [Tue Apr 14 06:51:34 2026] POST /v2.0/networks => generated 632 bytes in 409 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 744/1416] 10.0.0.146 () {34 vars in 782 bytes} [Tue Apr 14 06:51:34 2026] PUT /v2.0/routers/7c2a9ad8-abed-4351-98ef-7e5d388fb770/add_router_interface => generated 309 bytes in 1087 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 06:51:35.314 8 INFO neutron.db.segments_db [None req-6a6cec4d-ce9e-4d0e-8eea-b7fd5ce50aa1 7f90d3f105b14304b7c7ab85f000a1d1 1c3e3674e37a4990b9ee73ebd2a950c8 - - default default] Added segment c7096076-6c7d-4fd9-a9c9-c5e57dfdb4d4 of type vxlan for network a609a427-0710-49e8-a1dc-57dd68783597 [pid: 8|app: 0|req: 673/1417] 10.0.0.146 () {34 vars in 670 bytes} [Tue Apr 14 06:51:35 2026] POST /v2.0/networks => generated 633 bytes in 360 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 674/1418] 10.0.0.146 () {32 vars in 716 bytes} [Tue Apr 14 06:51:35 2026] GET /v2.0/ports/c6e170ad-ed5d-45fa-bc84-6aaf714dd34f => generated 955 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 675/1419] 10.0.0.149 () {34 vars in 989 bytes} [Tue Apr 14 06:51:35 2026] GET /v2.0/ports?device_id=cd84512e-42ae-4de7-97f2-b45647e20bc8 => 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: 745/1420] 10.0.0.146 () {34 vars in 663 bytes} [Tue Apr 14 06:51:35 2026] POST /v2.0/ports => generated 743 bytes in 346 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-14 06:51:35.586 8 INFO neutron.db.segments_db [None req-343c130d-1b12-4f9d-a5f9-81fe05ae6330 7f90d3f105b14304b7c7ab85f000a1d1 1c3e3674e37a4990b9ee73ebd2a950c8 - - default default] Added segment f976c5c6-7813-4f79-a237-163dad1ca2c3 of type vxlan for network 31115258-3ed2-4e1e-a34d-4b349cd1649e 2026-04-14 06:51:35.850 8 INFO neutron.db.l3_hamode_db [None req-343c130d-1b12-4f9d-a5f9-81fe05ae6330 7f90d3f105b14304b7c7ab85f000a1d1 1c3e3674e37a4990b9ee73ebd2a950c8 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-14 06:51:36.541 8 INFO neutron.db.l3_hamode_db [None req-343c130d-1b12-4f9d-a5f9-81fe05ae6330 7f90d3f105b14304b7c7ab85f000a1d1 1c3e3674e37a4990b9ee73ebd2a950c8 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 746/1421] 10.0.0.146 () {34 vars in 782 bytes} [Tue Apr 14 06:51:35 2026] PUT /v2.0/routers/7c2a9ad8-abed-4351-98ef-7e5d388fb770/add_router_interface => generated 309 bytes in 1286 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 747/1422] 10.0.0.149 () {34 vars in 1039 bytes} [Tue Apr 14 06:51:36 2026] GET /v2.0/security-groups?id=051d2950-a860-4b02-88f3-06bca024e4bc&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: 676/1423] 10.0.0.146 () {34 vars in 668 bytes} [Tue Apr 14 06:51:35 2026] POST /v2.0/routers => generated 695 bytes in 1829 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 677/1424] 199.204.45.53 () {34 vars in 992 bytes} [Tue Apr 14 06:51:37 2026] GET /v2.0/ports?device_id=cd84512e-42ae-4de7-97f2-b45647e20bc8 => generated 971 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 678/1425] 10.0.0.146 () {32 vars in 716 bytes} [Tue Apr 14 06:51:37 2026] GET /v2.0/ports/a6da3522-764a-411e-bb23-bdd21c04a026 => generated 955 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 748/1426] 10.0.0.146 () {34 vars in 665 bytes} [Tue Apr 14 06:51:36 2026] POST /v2.0/trunks => generated 407 bytes in 568 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 679/1427] 10.0.0.146 () {32 vars in 775 bytes} [Tue Apr 14 06:51:37 2026] GET /v2.0/subnets?project_id=1c3e3674e37a4990b9ee73ebd2a950c8&cidr=10.100.0.0%2F28 => generated 14 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-14 06:51:37.572 7 INFO neutron_taas.services.taas.taas_plugin [req-931a490f-b0f8-46f6-b929-7b821cc3f1e0 req-55101824-ad99-4520-820b-763394f70682 3e34afd75ef54e20b0a328a68d3a23ed 2b37461e866f4cfeb9f30c15ee25cf08 - - default default] TaaS: Handle Delete Port: cfb7a64f-1fc4-4659-8d0b-596ff265996a 2026-04-14 06:51:37.574 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-931a490f-b0f8-46f6-b929-7b821cc3f1e0 req-55101824-ad99-4520-820b-763394f70682 3e34afd75ef54e20b0a328a68d3a23ed 2b37461e866f4cfeb9f30c15ee25cf08 - - default default] Tap Mirror: Handle Delete Port: cfb7a64f-1fc4-4659-8d0b-596ff265996a 2026-04-14 06:51:37.700 7 INFO neutron.db.l3_db [req-931a490f-b0f8-46f6-b929-7b821cc3f1e0 req-55101824-ad99-4520-820b-763394f70682 3e34afd75ef54e20b0a328a68d3a23ed 2b37461e866f4cfeb9f30c15ee25cf08 - - default default] Floating IP 2aece4f0-2b2c-4405-9e85-d5661a1cea11 disassociated. External IP: 10.96.250.208, port: cfb7a64f-1fc4-4659-8d0b-596ff265996a. 2026-04-14 06:51:37.793 8 INFO neutron_taas.services.taas.taas_plugin [None req-dadc65a3-3cd0-4600-a5d8-830211884611 c088fce4458b4a6b822209a592ab5549 03685cea68cb44c2b894e6936ed10bc8 - - default default] TaaS: Handle Delete Port: a6da3522-764a-411e-bb23-bdd21c04a026 2026-04-14 06:51:37.797 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-dadc65a3-3cd0-4600-a5d8-830211884611 c088fce4458b4a6b822209a592ab5549 03685cea68cb44c2b894e6936ed10bc8 - - default default] Tap Mirror: Handle Delete Port: a6da3522-764a-411e-bb23-bdd21c04a026 [pid: 7|app: 0|req: 749/1428] 199.204.45.53 () {36 vars in 995 bytes} [Tue Apr 14 06:51:37 2026] DELETE /v2.0/ports/cfb7a64f-1fc4-4659-8d0b-596ff265996a => generated 0 bytes in 562 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-14 06:51:38.071 7 INFO neutron.db.segments_db [None req-3b6d30c1-f170-4451-8d6d-e34f68655915 9efe1c737c07466e939746dc6a7fe637 5e95ab61a69745d18ef201d4bf31d4dd - - default default] Added segment 9f450928-55c4-4596-aa0a-d4b804d0b952 of type vxlan for network cffdcdf5-19e7-4619-bdaf-3975fa9653cb 2026-04-14 06:51:38.080 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-e00301f6-4b66-423f-b1df-4456f6b07350'] response: {'server_uuid': 'cd84512e-42ae-4de7-97f2-b45647e20bc8', 'name': 'network-vif-deleted', 'tag': 'cfb7a64f-1fc4-4659-8d0b-596ff265996a', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 680/1429] 10.0.0.146 () {34 vars in 788 bytes} [Tue Apr 14 06:51:37 2026] PUT /v2.0/routers/7c2a9ad8-abed-4351-98ef-7e5d388fb770/remove_router_interface => generated 309 bytes in 655 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 750/1430] 10.0.0.146 () {34 vars in 669 bytes} [Tue Apr 14 06:51:38 2026] POST /v2.0/networks => generated 631 bytes in 143 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 751/1431] 10.0.0.149 () {34 vars in 989 bytes} [Tue Apr 14 06:51:38 2026] GET /v2.0/ports?device_id=cd84512e-42ae-4de7-97f2-b45647e20bc8 => 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: 681/1432] 10.0.0.146 () {32 vars in 693 bytes} [Tue Apr 14 06:51:38 2026] GET /v2.0/networks?router%3Aexternal=True => generated 753 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 682/1433] 10.0.0.146 () {34 vars in 663 bytes} [Tue Apr 14 06:51:38 2026] POST /v2.0/ports => generated 743 bytes in 248 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: 683/1434] 10.0.0.146 () {32 vars in 783 bytes} [Tue Apr 14 06:51:38 2026] GET /v2.0/subnets?network_id=ee6f4d17-8edd-4b04-a109-e7a4939e3f82&cidr=10.100.0.0%2F28 => generated 14 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-14 06:51:38.467 7 INFO neutron_taas.services.taas.taas_plugin [None req-429be702-89ae-45df-9931-3fa0c2043976 c088fce4458b4a6b822209a592ab5549 03685cea68cb44c2b894e6936ed10bc8 - - default default] TaaS: Handle Delete Port: c6e170ad-ed5d-45fa-bc84-6aaf714dd34f 2026-04-14 06:51:38.471 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-429be702-89ae-45df-9931-3fa0c2043976 c088fce4458b4a6b822209a592ab5549 03685cea68cb44c2b894e6936ed10bc8 - - default default] Tap Mirror: Handle Delete Port: c6e170ad-ed5d-45fa-bc84-6aaf714dd34f [pid: 8|app: 0|req: 684/1435] 10.0.0.146 () {34 vars in 665 bytes} [Tue Apr 14 06:51:38 2026] POST /v2.0/trunks => generated 407 bytes in 221 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 685/1436] 10.0.0.146 () {34 vars in 668 bytes} [Tue Apr 14 06:51:38 2026] POST /v2.0/subnets => generated 656 bytes in 238 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 752/1437] 10.0.0.146 () {34 vars in 788 bytes} [Tue Apr 14 06:51:38 2026] PUT /v2.0/routers/7c2a9ad8-abed-4351-98ef-7e5d388fb770/remove_router_interface => generated 309 bytes in 771 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 06:51:38.982 8 INFO neutron.db.segments_db [None req-10e443dd-8ccb-4bee-aee4-c6c7bf15f5ae 9efe1c737c07466e939746dc6a7fe637 5e95ab61a69745d18ef201d4bf31d4dd - - default default] Added segment afb2e207-9928-44d3-a426-62068ab31d8a of type vxlan for network 0883e608-284c-4e2f-89dd-e41e65a40ca6 [pid: 8|app: 0|req: 686/1438] 10.0.0.146 () {34 vars in 669 bytes} [Tue Apr 14 06:51:38 2026] POST /v2.0/networks => generated 632 bytes in 154 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 687/1439] 10.0.0.146 () {32 vars in 735 bytes} [Tue Apr 14 06:51:39 2026] GET /v2.0/ports?device_id=7c2a9ad8-abed-4351-98ef-7e5d388fb770 => 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: 688/1440] 10.0.0.146 () {34 vars in 663 bytes} [Tue Apr 14 06:51:39 2026] POST /v2.0/ports => generated 743 bytes in 373 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-14 06:51:39.677 8 INFO neutron_taas.services.taas.taas_plugin [None req-ab0281f0-578f-49c9-8185-191f3e532f5a c088fce4458b4a6b822209a592ab5549 03685cea68cb44c2b894e6936ed10bc8 - - default default] TaaS: Handle Delete Port: ad468421-b368-4892-954f-38bc6ca9b463 2026-04-14 06:51:39.680 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ab0281f0-578f-49c9-8185-191f3e532f5a c088fce4458b4a6b822209a592ab5549 03685cea68cb44c2b894e6936ed10bc8 - - default default] Tap Mirror: Handle Delete Port: ad468421-b368-4892-954f-38bc6ca9b463 2026-04-14 06:51:40.029 8 INFO neutron.services.segments.plugin [-] Segment 8896b53c-95c6-419b-9bfc-f6f349480910 resource provider aggregate not found 2026-04-14 06:51:40.034 8 INFO neutron.services.segments.plugin [-] Segment 8896b53c-95c6-419b-9bfc-f6f349480910 resource provider aggregate not found 2026-04-14 06:51:40.049 8 INFO neutron.services.segments.plugin [-] Segment 8896b53c-95c6-419b-9bfc-f6f349480910 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8896b53c-95c6-419b-9bfc-f6f349480910 found for delete ", "request_id": "req-824833db-f2f9-4439-bee0-0e9dfe138904"}]} 2026-04-14 06:51:40.052 8 INFO neutron.services.segments.plugin [-] Segment 8896b53c-95c6-419b-9bfc-f6f349480910 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8896b53c-95c6-419b-9bfc-f6f349480910 found for delete ", "request_id": "req-0d99e5a4-fd6f-49e2-bd27-1c22c296874c"}]} 2026-04-14 06:51:40.060 8 INFO neutron.db.l3_hamode_db [None req-ab0281f0-578f-49c9-8185-191f3e532f5a c088fce4458b4a6b822209a592ab5549 03685cea68cb44c2b894e6936ed10bc8 - - default default] HA network acbfadd8-5812-4ff1-adad-e662540dcea4 was deleted as no HA routers are present in tenant 03685cea68cb44c2b894e6936ed10bc8. [pid: 8|app: 0|req: 689/1441] 10.0.0.146 () {32 vars in 723 bytes} [Tue Apr 14 06:51:39 2026] DELETE /v2.0/routers/7c2a9ad8-abed-4351-98ef-7e5d388fb770 => generated 0 bytes in 595 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 690/1442] 10.0.0.149 () {34 vars in 989 bytes} [Tue Apr 14 06:51:40 2026] GET /v2.0/ports?device_id=cd84512e-42ae-4de7-97f2-b45647e20bc8 => 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: 691/1443] 10.0.0.146 () {34 vars in 665 bytes} [Tue Apr 14 06:51:40 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: 753/1444] 10.0.0.146 () {34 vars in 782 bytes} [Tue Apr 14 06:51:38 2026] PUT /v2.0/routers/d3269791-46b7-43cf-9bb5-9eadd2fc0934/add_router_interface => generated 309 bytes in 1394 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 692/1445] 10.0.0.146 () {32 vars in 723 bytes} [Tue Apr 14 06:51:40 2026] DELETE /v2.0/subnets/092caea9-57ef-4786-826c-e9946bc79361 => generated 0 bytes in 143 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-14 06:51:40.402 7 INFO neutron.db.segments_db [None req-1132abda-9d7d-4937-be36-e43846ee802a 9efe1c737c07466e939746dc6a7fe637 5e95ab61a69745d18ef201d4bf31d4dd - - default default] Added segment 82e2bb6b-d7dc-463a-a128-957f8d1aa513 of type vxlan for network 3ffe30d1-ab37-4235-be6c-b2dbde2ab16e [pid: 8|app: 0|req: 693/1446] 10.0.0.146 () {32 vars in 648 bytes} [Tue Apr 14 06:51:40 2026] GET /v2.0/networks => generated 8613 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 754/1447] 10.0.0.146 () {34 vars in 669 bytes} [Tue Apr 14 06:51:40 2026] POST /v2.0/networks => generated 632 bytes in 147 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 755/1448] 10.0.0.146 () {32 vars in 646 bytes} [Tue Apr 14 06:51:40 2026] GET /v2.0/subnets => generated 4530 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 694/1449] 10.0.0.146 () {32 vars in 723 bytes} [Tue Apr 14 06:51:40 2026] DELETE /v2.0/subnets/a765a269-e084-4328-a699-3d747bf7edfd => generated 0 bytes in 183 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 695/1450] 10.0.0.146 () {32 vars in 646 bytes} [Tue Apr 14 06:51:40 2026] GET /v2.0/routers => generated 1464 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-14 06:51:40.819 8 INFO neutron_taas.services.taas.taas_plugin [None req-69fb59b1-b288-4ab9-969f-576918dc1373 c088fce4458b4a6b822209a592ab5549 03685cea68cb44c2b894e6936ed10bc8 - - default default] TaaS: Handle Delete Port: 4d26c0dc-4731-4b16-a70a-25522ddfc99b 2026-04-14 06:51:40.822 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-69fb59b1-b288-4ab9-969f-576918dc1373 c088fce4458b4a6b822209a592ab5549 03685cea68cb44c2b894e6936ed10bc8 - - default default] Tap Mirror: Handle Delete Port: 4d26c0dc-4731-4b16-a70a-25522ddfc99b [pid: 7|app: 0|req: 756/1451] 10.0.0.146 () {34 vars in 663 bytes} [Tue Apr 14 06:51:40 2026] POST /v2.0/ports => generated 743 bytes in 307 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 757/1452] 10.0.0.146 () {34 vars in 684 bytes} [Tue Apr 14 06:51:40 2026] POST /v2.0/security-groups => generated 1675 bytes in 126 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 696/1453] 10.0.0.146 () {32 vars in 725 bytes} [Tue Apr 14 06:51:40 2026] DELETE /v2.0/networks/c472b49b-8058-4715-ac9b-9e160267abb5 => generated 0 bytes in 297 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 758/1454] 10.0.0.146 () {34 vars in 665 bytes} [Tue Apr 14 06:51:40 2026] POST /v2.0/trunks => generated 407 bytes in 146 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 697/1455] 10.0.0.146 () {34 vars in 694 bytes} [Tue Apr 14 06:51:41 2026] POST /v2.0/security-group-rules => generated 597 bytes in 102 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-14 06:51:41.180 8 INFO neutron.db.segments_db [None req-c57ca143-9c5f-4ae7-b3d4-a11dffc11cf3 9efe1c737c07466e939746dc6a7fe637 5e95ab61a69745d18ef201d4bf31d4dd - - default default] Added segment 6887b21a-78f7-4a8c-92cf-cf3bae22934d of type vxlan for network f865dc66-dfed-4370-8fdc-e4caef5e8841 2026-04-14 06:51:41.230 7 INFO neutron_taas.services.taas.taas_plugin [None req-1c073da7-d9fe-43dc-9a74-1d01e187c083 c088fce4458b4a6b822209a592ab5549 03685cea68cb44c2b894e6936ed10bc8 - - default default] TaaS: Handle Delete Port: c449af03-b871-4006-87ee-5cb38fd62e99 2026-04-14 06:51:41.232 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1c073da7-d9fe-43dc-9a74-1d01e187c083 c088fce4458b4a6b822209a592ab5549 03685cea68cb44c2b894e6936ed10bc8 - - default default] Tap Mirror: Handle Delete Port: c449af03-b871-4006-87ee-5cb38fd62e99 [pid: 8|app: 0|req: 698/1456] 10.0.0.146 () {34 vars in 669 bytes} [Tue Apr 14 06:51:41 2026] POST /v2.0/networks => generated 632 bytes in 149 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 699/1457] 10.0.0.146 () {34 vars in 694 bytes} [Tue Apr 14 06:51:41 2026] POST /v2.0/security-group-rules => generated 596 bytes in 118 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-14 06:51:41.398 7 INFO neutron.services.segments.plugin [-] Segment b9b8617d-cac2-4743-9aef-40c7272e4bf2 resource provider aggregate not found 2026-04-14 06:51:41.406 7 INFO neutron.services.segments.plugin [-] Segment b9b8617d-cac2-4743-9aef-40c7272e4bf2 resource provider aggregate not found [pid: 8|app: 0|req: 700/1458] 10.0.0.149 () {34 vars in 989 bytes} [Tue Apr 14 06:51:41 2026] GET /v2.0/ports?device_id=cd84512e-42ae-4de7-97f2-b45647e20bc8 => generated 12 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-14 06:51:41.425 7 INFO neutron.services.segments.plugin [-] Segment b9b8617d-cac2-4743-9aef-40c7272e4bf2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b9b8617d-cac2-4743-9aef-40c7272e4bf2 found for delete ", "request_id": "req-9d85930d-b8ce-4611-bebb-edd4e6201dec"}]} [pid: 7|app: 0|req: 759/1459] 10.0.0.146 () {32 vars in 725 bytes} [Tue Apr 14 06:51:41 2026] DELETE /v2.0/networks/acb594df-e853-4766-a71c-65b2bb291c70 => generated 0 bytes in 308 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-14 06:51:41.432 7 INFO neutron.services.segments.plugin [-] Segment b9b8617d-cac2-4743-9aef-40c7272e4bf2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b9b8617d-cac2-4743-9aef-40c7272e4bf2 found for delete ", "request_id": "req-96cf72ab-78b4-45d4-94d1-6d13b2e436f8"}]} [pid: 7|app: 0|req: 760/1460] 10.0.0.146 () {34 vars in 694 bytes} [Tue Apr 14 06:51:41 2026] POST /v2.0/security-group-rules => generated 602 bytes in 100 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-14 06:51:41.581 7 INFO neutron.db.segments_db [None req-fa3f63f4-7486-4fbb-abb6-42740a24ac34 c088fce4458b4a6b822209a592ab5549 03685cea68cb44c2b894e6936ed10bc8 - - default default] Added segment c5a28b09-4885-4b25-aa5d-05fa3ce56d73 of type vxlan for network 65d6a81a-ff21-46b7-bb82-6309064260ff [pid: 7|app: 0|req: 761/1461] 10.0.0.146 () {34 vars in 669 bytes} [Tue Apr 14 06:51:41 2026] POST /v2.0/networks => generated 630 bytes in 161 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 762/1462] 10.0.0.146 () {34 vars in 694 bytes} [Tue Apr 14 06:51:41 2026] POST /v2.0/security-group-rules => generated 601 bytes in 124 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 701/1463] 10.0.0.146 () {34 vars in 663 bytes} [Tue Apr 14 06:51:41 2026] POST /v2.0/ports => generated 743 bytes in 441 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-14 06:51:41.893 8 INFO neutron.db.securitygroups_db [None req-8060b0fb-b86b-4e34-b14a-5f5f09e51a45 7f90d3f105b14304b7c7ab85f000a1d1 1c3e3674e37a4990b9ee73ebd2a950c8 - - default default] Project 1c3e3674e37a4990b9ee73ebd2a950c8 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: 702/1464] 10.0.0.146 () {34 vars in 694 bytes} [Tue Apr 14 06:51:41 2026] POST /v2.0/security-group-rules => generated 607 bytes in 122 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 763/1465] 10.0.0.146 () {34 vars in 668 bytes} [Tue Apr 14 06:51:41 2026] POST /v2.0/subnets => generated 626 bytes in 200 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-14 06:51:42.045 7 INFO neutron.db.securitygroups_db [None req-5030558d-34ac-4c69-92ab-53222579e96b 7f90d3f105b14304b7c7ab85f000a1d1 1c3e3674e37a4990b9ee73ebd2a950c8 - - default default] Project 1c3e3674e37a4990b9ee73ebd2a950c8 added a security group rule with legacy IPv6 ICMP protocol name icmp, ipv6-icmp should be used instead. It was automatically converted. 2026-04-14 06:51:42.073 8 INFO neutron.services.segments.plugin [-] Segment 7e359683-f061-43ad-ae72-ab15e4608bc8 resource provider aggregate not found 2026-04-14 06:51:42.081 8 INFO neutron.services.segments.plugin [-] Segment 7e359683-f061-43ad-ae72-ab15e4608bc8 resource provider aggregate not found 2026-04-14 06:51:42.095 8 INFO neutron.services.segments.plugin [-] Segment 7e359683-f061-43ad-ae72-ab15e4608bc8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7e359683-f061-43ad-ae72-ab15e4608bc8 found for delete ", "request_id": "req-1d82ee5f-0111-4cdb-a2a5-b4bba0aff435"}]} 2026-04-14 06:51:42.108 8 INFO neutron.services.segments.plugin [-] Segment 7e359683-f061-43ad-ae72-ab15e4608bc8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7e359683-f061-43ad-ae72-ab15e4608bc8 found for delete ", "request_id": "req-33890a3e-fd84-4373-bda4-4b5d6f822215"}]} [pid: 7|app: 0|req: 764/1466] 10.0.0.146 () {34 vars in 694 bytes} [Tue Apr 14 06:51:42 2026] POST /v2.0/security-group-rules => generated 606 bytes in 121 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 703/1467] 10.0.0.146 () {34 vars in 665 bytes} [Tue Apr 14 06:51:41 2026] POST /v2.0/trunks => generated 407 bytes in 168 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-14 06:51:42.183 7 INFO neutron.db.segments_db [None req-ea123f00-d1ce-4420-a92e-8586896e340d c088fce4458b4a6b822209a592ab5549 03685cea68cb44c2b894e6936ed10bc8 - - default default] Added segment 59b408d3-aa55-485e-b27f-447bc99e36bb of type vxlan for network 983773ab-5f06-40c4-8cee-aba2fbd3f118 [pid: 8|app: 0|req: 704/1468] 10.0.0.146 () {34 vars in 748 bytes} [Tue Apr 14 06:51:42 2026] PUT /v2.0/trunks/fcdfea25-6231-44ef-ae2e-8f9a07adc448/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: 705/1469] 10.0.0.146 () {34 vars in 748 bytes} [Tue Apr 14 06:51:42 2026] PUT /v2.0/trunks/8e865468-2224-4084-b3db-3f1244d84773/tags => generated 25 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 706/1470] 10.0.0.146 () {34 vars in 748 bytes} [Tue Apr 14 06:51:42 2026] PUT /v2.0/trunks/09648839-4f4f-4139-9e01-cbdb726c0bf1/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: 707/1471] 10.0.0.146 () {34 vars in 748 bytes} [Tue Apr 14 06:51:42 2026] PUT /v2.0/trunks/0b29cf9f-ad39-48e8-a8cc-ad366b97c791/tags => 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: 708/1472] 10.0.0.146 () {32 vars in 661 bytes} [Tue Apr 14 06:51:42 2026] GET /v2.0/trunks?tags=red => generated 1246 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 709/1473] 10.0.0.146 () {32 vars in 675 bytes} [Tue Apr 14 06:51:42 2026] GET /v2.0/trunks?tags=red%2Cblue => generated 843 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 710/1474] 10.0.0.146 () {32 vars in 671 bytes} [Tue Apr 14 06:51:42 2026] GET /v2.0/trunks?tags-any=blue => generated 843 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 06:51:42.393 7 INFO neutron.db.l3_hamode_db [None req-ea123f00-d1ce-4420-a92e-8586896e340d c088fce4458b4a6b822209a592ab5549 03685cea68cb44c2b894e6936ed10bc8 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 711/1475] 10.0.0.146 () {32 vars in 683 bytes} [Tue Apr 14 06:51:42 2026] GET /v2.0/trunks?tags-any=red%2Cblue => generated 1246 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 712/1476] 10.0.0.146 () {32 vars in 669 bytes} [Tue Apr 14 06:51:42 2026] GET /v2.0/trunks?not-tags=red => generated 815 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 713/1477] 10.0.0.146 () {32 vars in 683 bytes} [Tue Apr 14 06:51:42 2026] GET /v2.0/trunks?not-tags=red%2Cblue => generated 1218 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-14 06:51:42.485 7 INFO neutron.db.l3_hamode_db [None req-ea123f00-d1ce-4420-a92e-8586896e340d c088fce4458b4a6b822209a592ab5549 03685cea68cb44c2b894e6936ed10bc8 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 714/1478] 10.0.0.146 () {32 vars in 648 bytes} [Tue Apr 14 06:51:42 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: 715/1479] 10.0.0.146 () {32 vars in 679 bytes} [Tue Apr 14 06:51:42 2026] GET /v2.0/trunks?not-tags-any=blue => generated 1218 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 716/1480] 10.0.0.146 () {32 vars in 739 bytes} [Tue Apr 14 06:51:42 2026] DELETE /v2.0/security-groups/051d2950-a860-4b02-88f3-06bca024e4bc => 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: 717/1481] 10.0.0.146 () {32 vars in 691 bytes} [Tue Apr 14 06:51:42 2026] GET /v2.0/trunks?not-tags-any=red%2Cblue => generated 815 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 718/1482] 10.0.0.149 () {34 vars in 1099 bytes} [Tue Apr 14 06:51:42 2026] GET /v2.0/security-groups?name=tempest-secgroup-smoke-1939857597&fields=id&tenant_id=1c3e3674e37a4990b9ee73ebd2a950c8 => generated 69 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-14 06:51:42.733 8 INFO neutron.api.v2.resource [None req-3fc111a2-1f21-47d3-8959-b9c43e80ebf7 3e34afd75ef54e20b0a328a68d3a23ed 2b37461e866f4cfeb9f30c15ee25cf08 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 719/1483] 10.0.0.146 () {32 vars in 736 bytes} [Tue Apr 14 06:51:42 2026] GET /v2.0/security-groups/051d2950-a860-4b02-88f3-06bca024e4bc => generated 146 bytes in 9 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 720/1484] 10.0.0.146 () {32 vars in 718 bytes} [Tue Apr 14 06:51:42 2026] GET /v2.0/trunks/fcdfea25-6231-44ef-ae2e-8f9a07adc448 => generated 412 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 721/1485] 10.0.0.149 () {34 vars in 981 bytes} [Tue Apr 14 06:51:42 2026] GET /v2.0/networks?id=a609a427-0710-49e8-a1dc-57dd68783597 => generated 661 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 06:51:42.893 8 INFO neutron_taas.services.taas.taas_plugin [None req-97108504-442f-47cf-bc3d-264e8400fea6 3e34afd75ef54e20b0a328a68d3a23ed 2b37461e866f4cfeb9f30c15ee25cf08 - - default default] TaaS: Handle Delete Port: 2200a1cd-3708-4d7b-8c3a-23b761e3c0a9 2026-04-14 06:51:42.896 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-97108504-442f-47cf-bc3d-264e8400fea6 3e34afd75ef54e20b0a328a68d3a23ed 2b37461e866f4cfeb9f30c15ee25cf08 - - default default] Tap Mirror: Handle Delete Port: 2200a1cd-3708-4d7b-8c3a-23b761e3c0a9 [pid: 7|app: 0|req: 765/1486] 10.0.0.146 () {34 vars in 668 bytes} [Tue Apr 14 06:51:42 2026] POST /v2.0/routers => generated 506 bytes in 911 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 722/1487] 10.0.0.146 () {32 vars in 731 bytes} [Tue Apr 14 06:51:42 2026] DELETE /v2.0/floatingips/2aece4f0-2b2c-4405-9e85-d5661a1cea11 => generated 0 bytes in 276 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 723/1488] 10.0.0.149 () {34 vars in 964 bytes} [Tue Apr 14 06:51:43 2026] GET /v2.0/quotas/1c3e3674e37a4990b9ee73ebd2a950c8 => generated 292 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 766/1489] 10.0.0.146 () {32 vars in 716 bytes} [Tue Apr 14 06:51:43 2026] GET /v2.0/ports/9ad07de1-b8f9-4c38-889e-d363fbb08e5b => generated 826 bytes in 95 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 724/1490] 10.0.0.146 () {34 vars in 664 bytes} [Tue Apr 14 06:51:43 2026] POST /v2.0/ports => generated 947 bytes in 424 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: 725/1491] 10.0.0.149 () {34 vars in 1001 bytes} [Tue Apr 14 06:51:43 2026] GET /v2.0/ports?tenant_id=1c3e3674e37a4990b9ee73ebd2a950c8&fields=id => generated 57 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-14 06:51:43.537 7 INFO neutron_taas.services.taas.taas_plugin [None req-ddab1bee-fb7c-46c7-b3c9-69bf2bfd5f43 07fe03b92fd4416ab1e2727517b45ecd 18a9ceb573b9494d8f9349bd6d83cd30 - - default default] TaaS: Handle Delete Port: 4659bf54-4aa7-4ec3-bf0a-19475c1836b7 2026-04-14 06:51:43.545 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ddab1bee-fb7c-46c7-b3c9-69bf2bfd5f43 07fe03b92fd4416ab1e2727517b45ecd 18a9ceb573b9494d8f9349bd6d83cd30 - - default default] Tap Mirror: Handle Delete Port: 4659bf54-4aa7-4ec3-bf0a-19475c1836b7 [pid: 8|app: 0|req: 726/1492] 10.0.0.146 () {32 vars in 721 bytes} [Tue Apr 14 06:51:43 2026] DELETE /v2.0/trunks/fcdfea25-6231-44ef-ae2e-8f9a07adc448 => generated 0 bytes in 109 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 767/1493] 10.0.0.146 () {34 vars in 788 bytes} [Tue Apr 14 06:51:43 2026] PUT /v2.0/routers/116f2c09-91d8-4143-a960-59898da811b9/remove_router_interface => generated 309 bytes in 965 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 768/1494] 10.0.0.149 () {34 vars in 1007 bytes} [Tue Apr 14 06:51:44 2026] GET /v2.0/networks/a609a427-0710-49e8-a1dc-57dd68783597?fields=segments => generated 14 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 769/1495] 10.0.0.146 () {32 vars in 718 bytes} [Tue Apr 14 06:51:44 2026] GET /v2.0/trunks/8e865468-2224-4084-b3db-3f1244d84773 => generated 420 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 06:51:44.384 7 INFO neutron_taas.services.taas.taas_plugin [None req-6257f473-49d4-4b45-b76f-ebc05f94ae3c 07fe03b92fd4416ab1e2727517b45ecd 18a9ceb573b9494d8f9349bd6d83cd30 - - default default] TaaS: Handle Delete Port: c6aee143-98a5-48fa-9c3a-47713cc9f59b 2026-04-14 06:51:44.387 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6257f473-49d4-4b45-b76f-ebc05f94ae3c 07fe03b92fd4416ab1e2727517b45ecd 18a9ceb573b9494d8f9349bd6d83cd30 - - default default] Tap Mirror: Handle Delete Port: c6aee143-98a5-48fa-9c3a-47713cc9f59b 2026-04-14 06:51:44.696 7 INFO neutron_taas.services.taas.taas_plugin [None req-6257f473-49d4-4b45-b76f-ebc05f94ae3c 07fe03b92fd4416ab1e2727517b45ecd 18a9ceb573b9494d8f9349bd6d83cd30 - - default default] TaaS: Handle Delete Port: a92d8a59-57e8-4527-9a4f-667897c8e889 2026-04-14 06:51:44.699 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6257f473-49d4-4b45-b76f-ebc05f94ae3c 07fe03b92fd4416ab1e2727517b45ecd 18a9ceb573b9494d8f9349bd6d83cd30 - - default default] Tap Mirror: Handle Delete Port: a92d8a59-57e8-4527-9a4f-667897c8e889 [pid: 8|app: 0|req: 727/1496] 10.0.0.146 () {34 vars in 782 bytes} [Tue Apr 14 06:51:43 2026] PUT /v2.0/routers/65404123-ceef-482d-a213-e4a5f4efe3ec/add_router_interface => generated 309 bytes in 1186 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: 728/1497] 10.0.0.149 () {34 vars in 1107 bytes} [Tue Apr 14 06:51:44 2026] GET /v2.0/networks/a609a427-0710-49e8-a1dc-57dd68783597?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: 729/1498] 10.0.0.146 () {32 vars in 716 bytes} [Tue Apr 14 06:51:44 2026] GET /v2.0/ports/9aab91c5-fa25-4bc1-8fe5-8a2e3fe8d611 => generated 826 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 732/1501] 10.0.0.146 () {32 vars in 716 bytes} [Tue Apr 14 06:51:44 2026] GET /v2.0/ports/2cb896b7-c7cc-4cb7-9366-39a0e346c778 => generated 1021 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 733/1502] 10.0.0.146 () {32 vars in 721 bytes} [Tue Apr 14 06:51:44 2026] DELETE /v2.0/trunks/8e865468-2224-4084-b3db-3f1244d84773 => generated 0 bytes in 55 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-14 06:51:45.037 7 INFO neutron.services.segments.plugin [-] Segment c9823cc5-44a8-4242-8db0-46eee0d7fa04 resource provider aggregate not found [pid: 8|app: 0|req: 734/1503] 10.0.0.149 () {34 vars in 989 bytes} [Tue Apr 14 06:51:45 2026] GET /v2.0/ports?device_id=6c93d84d-edf4-45dd-9f83-4d6ba58e72ea => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-14 06:51:45.046 7 INFO neutron.services.segments.plugin [-] Segment c9823cc5-44a8-4242-8db0-46eee0d7fa04 resource provider aggregate not found 2026-04-14 06:51:45.059 7 INFO neutron.services.segments.plugin [-] Segment c9823cc5-44a8-4242-8db0-46eee0d7fa04 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c9823cc5-44a8-4242-8db0-46eee0d7fa04 found for delete ", "request_id": "req-9c1c2a66-ac5f-4d2a-9890-1e90dee5dc3b"}]} 2026-04-14 06:51:45.065 7 INFO neutron.services.segments.plugin [-] Segment c9823cc5-44a8-4242-8db0-46eee0d7fa04 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c9823cc5-44a8-4242-8db0-46eee0d7fa04 found for delete ", "request_id": "req-021e515b-f731-4763-b85c-d94564006ae5"}]} 2026-04-14 06:51:45.081 7 INFO neutron.db.l3_hamode_db [None req-6257f473-49d4-4b45-b76f-ebc05f94ae3c 07fe03b92fd4416ab1e2727517b45ecd 18a9ceb573b9494d8f9349bd6d83cd30 - - default default] HA network 8ab6b86d-51f9-43df-87b5-3d03d6d4b44e was deleted as no HA routers are present in tenant 2b37461e866f4cfeb9f30c15ee25cf08. [pid: 7|app: 0|req: 770/1504] 10.0.0.146 () {32 vars in 723 bytes} [Tue Apr 14 06:51:44 2026] DELETE /v2.0/routers/116f2c09-91d8-4143-a960-59898da811b9 => generated 0 bytes in 927 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 771/1505] 10.0.0.146 () {32 vars in 718 bytes} [Tue Apr 14 06:51:45 2026] GET /v2.0/trunks/09648839-4f4f-4139-9e01-cbdb726c0bf1 => generated 429 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 772/1506] 10.0.0.146 () {32 vars in 723 bytes} [Tue Apr 14 06:51:45 2026] DELETE /v2.0/subnets/a244a892-bae2-4c8d-988d-219569ca42c7 => 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: 773/1507] 10.0.0.146 () {32 vars in 716 bytes} [Tue Apr 14 06:51:45 2026] GET /v2.0/ports/62df9e0c-7739-4816-94c8-5469697845e2 => generated 826 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 06:51:45.386 8 INFO neutron_taas.services.taas.taas_plugin [None req-284d5f14-a3b4-4fe7-8b2d-b13b1e92a84d c088fce4458b4a6b822209a592ab5549 03685cea68cb44c2b894e6936ed10bc8 - - default default] TaaS: Handle Delete Port: 2cb896b7-c7cc-4cb7-9366-39a0e346c778 2026-04-14 06:51:45.389 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-284d5f14-a3b4-4fe7-8b2d-b13b1e92a84d c088fce4458b4a6b822209a592ab5549 03685cea68cb44c2b894e6936ed10bc8 - - default default] Tap Mirror: Handle Delete Port: 2cb896b7-c7cc-4cb7-9366-39a0e346c778 2026-04-14 06:51:45.416 7 INFO neutron_taas.services.taas.taas_plugin [None req-21a8e734-f231-4d77-be97-f4b35e008a6d 07fe03b92fd4416ab1e2727517b45ecd 18a9ceb573b9494d8f9349bd6d83cd30 - - default default] TaaS: Handle Delete Port: b3eb1e9b-1fcb-4e78-8e59-1dddb84ded83 2026-04-14 06:51:45.418 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-21a8e734-f231-4d77-be97-f4b35e008a6d 07fe03b92fd4416ab1e2727517b45ecd 18a9ceb573b9494d8f9349bd6d83cd30 - - default default] Tap Mirror: Handle Delete Port: b3eb1e9b-1fcb-4e78-8e59-1dddb84ded83 [pid: 7|app: 0|req: 774/1508] 10.0.0.146 () {32 vars in 725 bytes} [Tue Apr 14 06:51:45 2026] DELETE /v2.0/networks/8166700e-96ff-44b5-9cad-fba0d4556b27 => generated 0 bytes in 266 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 775/1509] 10.0.0.146 () {32 vars in 721 bytes} [Tue Apr 14 06:51:45 2026] DELETE /v2.0/trunks/09648839-4f4f-4139-9e01-cbdb726c0bf1 => generated 0 bytes in 68 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 776/1510] 10.0.0.146 () {32 vars in 718 bytes} [Tue Apr 14 06:51:45 2026] GET /v2.0/trunks/0b29cf9f-ad39-48e8-a8cc-ad366b97c791 => generated 414 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 777/1511] 10.0.0.146 () {32 vars in 716 bytes} [Tue Apr 14 06:51:45 2026] GET /v2.0/ports/335fba44-bad2-47f4-b6e2-271551a7812c => generated 826 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 778/1512] 10.0.0.146 () {32 vars in 773 bytes} [Tue Apr 14 06:51:45 2026] GET /v2.0/security-groups?tenant_id=2b37461e866f4cfeb9f30c15ee25cf08&name=default => generated 2925 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 779/1513] 10.0.0.146 () {32 vars in 721 bytes} [Tue Apr 14 06:51:45 2026] DELETE /v2.0/trunks/0b29cf9f-ad39-48e8-a8cc-ad366b97c791 => 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: 735/1514] 10.0.0.146 () {34 vars in 788 bytes} [Tue Apr 14 06:51:45 2026] PUT /v2.0/routers/65404123-ceef-482d-a213-e4a5f4efe3ec/remove_router_interface => generated 309 bytes in 814 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: 736/1515] 10.0.0.146 () {32 vars in 718 bytes} [Tue Apr 14 06:51:45 2026] GET /v2.0/trunks/5ad4564c-49b4-4db0-9a58-8519728e917e => generated 407 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 780/1516] 10.0.0.146 () {32 vars in 739 bytes} [Tue Apr 14 06:51:45 2026] DELETE /v2.0/security-groups/4cd7ca5d-61a1-41b1-a7a2-e2169f3619c1 => generated 0 bytes in 86 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-14 06:51:45.971 8 INFO neutron.api.v2.resource [None req-760de91a-1f54-4120-b544-a4f63314acf3 c088fce4458b4a6b822209a592ab5549 03685cea68cb44c2b894e6936ed10bc8 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 8|app: 0|req: 737/1517] 10.0.0.146 () {34 vars in 788 bytes} [Tue Apr 14 06:51:45 2026] PUT /v2.0/routers/65404123-ceef-482d-a213-e4a5f4efe3ec/remove_router_interface => generated 197 bytes in 100 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 781/1518] 10.0.0.146 () {32 vars in 716 bytes} [Tue Apr 14 06:51:45 2026] GET /v2.0/ports/7ab552d8-02f2-4ea7-9240-3d991c81e1d5 => generated 826 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 738/1519] 10.0.0.146 () {32 vars in 735 bytes} [Tue Apr 14 06:51:45 2026] GET /v2.0/ports?device_id=65404123-ceef-482d-a213-e4a5f4efe3ec => 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: 782/1520] 10.0.0.146 () {32 vars in 721 bytes} [Tue Apr 14 06:51:45 2026] DELETE /v2.0/trunks/5ad4564c-49b4-4db0-9a58-8519728e917e => generated 0 bytes in 58 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-14 06:51:46.139 7 INFO neutron_taas.services.taas.taas_plugin [None req-1831f28b-30b1-44fd-a4dc-1f1a14148d92 9efe1c737c07466e939746dc6a7fe637 5e95ab61a69745d18ef201d4bf31d4dd - - default default] TaaS: Handle Delete Port: 9ad07de1-b8f9-4c38-889e-d363fbb08e5b 2026-04-14 06:51:46.143 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1831f28b-30b1-44fd-a4dc-1f1a14148d92 9efe1c737c07466e939746dc6a7fe637 5e95ab61a69745d18ef201d4bf31d4dd - - default default] Tap Mirror: Handle Delete Port: 9ad07de1-b8f9-4c38-889e-d363fbb08e5b 2026-04-14 06:51:46.162 8 INFO neutron_taas.services.taas.taas_plugin [None req-0d65be47-9cd6-48a7-84e1-348342332910 c088fce4458b4a6b822209a592ab5549 03685cea68cb44c2b894e6936ed10bc8 - - default default] TaaS: Handle Delete Port: 8bd7ebab-fc36-4454-9026-4970a2e76981 2026-04-14 06:51:46.165 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0d65be47-9cd6-48a7-84e1-348342332910 c088fce4458b4a6b822209a592ab5549 03685cea68cb44c2b894e6936ed10bc8 - - default default] Tap Mirror: Handle Delete Port: 8bd7ebab-fc36-4454-9026-4970a2e76981 [pid: 7|app: 0|req: 783/1521] 10.0.0.146 () {32 vars in 719 bytes} [Tue Apr 14 06:51:46 2026] DELETE /v2.0/ports/9ad07de1-b8f9-4c38-889e-d363fbb08e5b => generated 0 bytes in 162 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 784/1522] 10.0.0.149 () {34 vars in 989 bytes} [Tue Apr 14 06:51:46 2026] GET /v2.0/ports?device_id=6c93d84d-edf4-45dd-9f83-4d6ba58e72ea => generated 12 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-14 06:51:46.334 7 INFO neutron_taas.services.taas.taas_plugin [None req-72cb74f6-f10a-4d08-b17c-9bd10d46f427 9efe1c737c07466e939746dc6a7fe637 5e95ab61a69745d18ef201d4bf31d4dd - - default default] TaaS: Handle Delete Port: 9aab91c5-fa25-4bc1-8fe5-8a2e3fe8d611 2026-04-14 06:51:46.337 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-72cb74f6-f10a-4d08-b17c-9bd10d46f427 9efe1c737c07466e939746dc6a7fe637 5e95ab61a69745d18ef201d4bf31d4dd - - default default] Tap Mirror: Handle Delete Port: 9aab91c5-fa25-4bc1-8fe5-8a2e3fe8d611 [pid: 7|app: 0|req: 785/1523] 10.0.0.146 () {32 vars in 719 bytes} [Tue Apr 14 06:51:46 2026] DELETE /v2.0/ports/9aab91c5-fa25-4bc1-8fe5-8a2e3fe8d611 => generated 0 bytes in 173 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-14 06:51:46.499 7 INFO neutron_taas.services.taas.taas_plugin [None req-66ad4b78-acee-4a1b-b8f6-084097c80441 9efe1c737c07466e939746dc6a7fe637 5e95ab61a69745d18ef201d4bf31d4dd - - default default] TaaS: Handle Delete Port: 62df9e0c-7739-4816-94c8-5469697845e2 2026-04-14 06:51:46.501 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-66ad4b78-acee-4a1b-b8f6-084097c80441 9efe1c737c07466e939746dc6a7fe637 5e95ab61a69745d18ef201d4bf31d4dd - - default default] Tap Mirror: Handle Delete Port: 62df9e0c-7739-4816-94c8-5469697845e2 2026-04-14 06:51:46.558 8 INFO neutron.services.segments.plugin [-] Segment 59b408d3-aa55-485e-b27f-447bc99e36bb resource provider aggregate not found 2026-04-14 06:51:46.565 8 INFO neutron.services.segments.plugin [-] Segment 59b408d3-aa55-485e-b27f-447bc99e36bb resource provider aggregate not found [pid: 7|app: 0|req: 786/1524] 10.0.0.146 () {32 vars in 719 bytes} [Tue Apr 14 06:51:46 2026] DELETE /v2.0/ports/62df9e0c-7739-4816-94c8-5469697845e2 => generated 0 bytes in 154 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-14 06:51:46.585 8 INFO neutron.services.segments.plugin [-] Segment 59b408d3-aa55-485e-b27f-447bc99e36bb resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 59b408d3-aa55-485e-b27f-447bc99e36bb found for delete ", "request_id": "req-4c2bcbb2-5f8c-45c9-99d0-c38965bc3167"}]} 2026-04-14 06:51:46.591 8 INFO neutron.services.segments.plugin [-] Segment 59b408d3-aa55-485e-b27f-447bc99e36bb resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 59b408d3-aa55-485e-b27f-447bc99e36bb found for delete ", "request_id": "req-ebe3f619-b435-49f3-bb18-c4a43b089a98"}]} 2026-04-14 06:51:46.611 8 INFO neutron.db.l3_hamode_db [None req-0d65be47-9cd6-48a7-84e1-348342332910 c088fce4458b4a6b822209a592ab5549 03685cea68cb44c2b894e6936ed10bc8 - - default default] HA network 983773ab-5f06-40c4-8cee-aba2fbd3f118 was deleted as no HA routers are present in tenant 03685cea68cb44c2b894e6936ed10bc8. [pid: 8|app: 0|req: 739/1525] 10.0.0.146 () {32 vars in 723 bytes} [Tue Apr 14 06:51:46 2026] DELETE /v2.0/routers/65404123-ceef-482d-a213-e4a5f4efe3ec => generated 0 bytes in 615 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-14 06:51:46.716 7 INFO neutron_taas.services.taas.taas_plugin [None req-7e99ce1b-f645-4a81-a1a1-55a8e458ad7e 9efe1c737c07466e939746dc6a7fe637 5e95ab61a69745d18ef201d4bf31d4dd - - default default] TaaS: Handle Delete Port: 335fba44-bad2-47f4-b6e2-271551a7812c 2026-04-14 06:51:46.718 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7e99ce1b-f645-4a81-a1a1-55a8e458ad7e 9efe1c737c07466e939746dc6a7fe637 5e95ab61a69745d18ef201d4bf31d4dd - - default default] Tap Mirror: Handle Delete Port: 335fba44-bad2-47f4-b6e2-271551a7812c [pid: 7|app: 0|req: 787/1526] 10.0.0.146 () {32 vars in 719 bytes} [Tue Apr 14 06:51:46 2026] DELETE /v2.0/ports/335fba44-bad2-47f4-b6e2-271551a7812c => generated 0 bytes in 210 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 740/1527] 10.0.0.146 () {32 vars in 723 bytes} [Tue Apr 14 06:51:46 2026] DELETE /v2.0/subnets/8006c8ca-c0e5-4dcd-b531-098e4e6fde62 => generated 0 bytes in 168 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-14 06:51:46.899 7 INFO neutron_taas.services.taas.taas_plugin [None req-2c8f3361-1344-4e77-8f42-de843c8e0ac7 9efe1c737c07466e939746dc6a7fe637 5e95ab61a69745d18ef201d4bf31d4dd - - default default] TaaS: Handle Delete Port: 7ab552d8-02f2-4ea7-9240-3d991c81e1d5 2026-04-14 06:51:46.903 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2c8f3361-1344-4e77-8f42-de843c8e0ac7 9efe1c737c07466e939746dc6a7fe637 5e95ab61a69745d18ef201d4bf31d4dd - - default default] Tap Mirror: Handle Delete Port: 7ab552d8-02f2-4ea7-9240-3d991c81e1d5 [pid: 8|app: 0|req: 741/1528] 10.0.0.146 () {32 vars in 725 bytes} [Tue Apr 14 06:51:46 2026] DELETE /v2.0/networks/65d6a81a-ff21-46b7-bb82-6309064260ff => generated 0 bytes in 111 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-14 06:51:46.977 8 INFO neutron.db.segments_db [None req-8f47795d-aef5-41f5-852f-5f80189ca33f c088fce4458b4a6b822209a592ab5549 03685cea68cb44c2b894e6936ed10bc8 - - default default] Added segment 47a7c28f-61ac-4bd5-a248-518cb7be3d1a of type vxlan for network 03d6c9e3-08e0-43d8-bec3-a581d6c1ff19 [pid: 7|app: 0|req: 788/1529] 10.0.0.146 () {32 vars in 719 bytes} [Tue Apr 14 06:51:46 2026] DELETE /v2.0/ports/7ab552d8-02f2-4ea7-9240-3d991c81e1d5 => generated 0 bytes in 209 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-14 06:51:47.081 7 INFO neutron.services.segments.plugin [-] Segment 89e3f210-f862-458c-a88f-dd7a995fd808 resource provider aggregate not found 2026-04-14 06:51:47.084 7 INFO neutron.services.segments.plugin [-] Segment 89e3f210-f862-458c-a88f-dd7a995fd808 resource provider aggregate not found [pid: 8|app: 0|req: 742/1530] 10.0.0.146 () {34 vars in 669 bytes} [Tue Apr 14 06:51:46 2026] POST /v2.0/networks => generated 627 bytes in 173 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-14 06:51:47.114 7 INFO neutron.services.segments.plugin [-] Segment 89e3f210-f862-458c-a88f-dd7a995fd808 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 89e3f210-f862-458c-a88f-dd7a995fd808 found for delete ", "request_id": "req-8819058e-d0d4-4278-bd22-2d65acbecfd8"}]} 2026-04-14 06:51:47.115 7 INFO neutron.services.segments.plugin [-] Segment 89e3f210-f862-458c-a88f-dd7a995fd808 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 89e3f210-f862-458c-a88f-dd7a995fd808 found for delete ", "request_id": "req-d7cda6ea-5705-458f-a9d4-0162b4ef0c0d"}]} [pid: 7|app: 0|req: 789/1531] 10.0.0.146 () {32 vars in 725 bytes} [Tue Apr 14 06:51:47 2026] DELETE /v2.0/networks/7d3994a6-ef15-44d5-8cf9-2d931ed61ffb => generated 0 bytes in 164 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 790/1532] 10.0.0.146 () {32 vars in 725 bytes} [Tue Apr 14 06:51:47 2026] DELETE /v2.0/networks/cffdcdf5-19e7-4619-bdaf-3975fa9653cb => generated 0 bytes in 143 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 743/1533] 10.0.0.146 () {34 vars in 668 bytes} [Tue Apr 14 06:51:47 2026] POST /v2.0/subnets => generated 626 bytes in 250 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 791/1534] 10.0.0.149 () {34 vars in 989 bytes} [Tue Apr 14 06:51:47 2026] GET /v2.0/ports?device_id=6c93d84d-edf4-45dd-9f83-4d6ba58e72ea => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-14 06:51:47.426 7 INFO neutron.db.segments_db [None req-9b8a56a9-47b4-4ff2-84ea-a7fd8e92df2c c088fce4458b4a6b822209a592ab5549 03685cea68cb44c2b894e6936ed10bc8 - - default default] Added segment 6d66fbe4-4787-4f90-9bac-8c82397ffeea of type vxlan for network 646bc1f2-ada1-4eb4-9518-43d56ad5785d [pid: 8|app: 0|req: 744/1535] 10.0.0.146 () {32 vars in 725 bytes} [Tue Apr 14 06:51:47 2026] DELETE /v2.0/networks/0883e608-284c-4e2f-89dd-e41e65a40ca6 => generated 0 bytes in 123 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 745/1536] 10.0.0.146 () {32 vars in 725 bytes} [Tue Apr 14 06:51:47 2026] DELETE /v2.0/networks/3ffe30d1-ab37-4235-be6c-b2dbde2ab16e => generated 0 bytes in 146 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-14 06:51:47.734 7 INFO neutron.db.l3_hamode_db [None req-9b8a56a9-47b4-4ff2-84ea-a7fd8e92df2c c088fce4458b4a6b822209a592ab5549 03685cea68cb44c2b894e6936ed10bc8 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 746/1537] 10.0.0.146 () {32 vars in 725 bytes} [Tue Apr 14 06:51:47 2026] DELETE /v2.0/networks/f865dc66-dfed-4370-8fdc-e4caef5e8841 => generated 0 bytes in 144 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-14 06:51:47.840 7 INFO neutron.db.l3_hamode_db [None req-9b8a56a9-47b4-4ff2-84ea-a7fd8e92df2c c088fce4458b4a6b822209a592ab5549 03685cea68cb44c2b894e6936ed10bc8 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-14 06:51:48.086 8 INFO neutron.db.segments_db [None req-3511d2fb-274a-46b0-a02d-0b7fb6de903e 07fe03b92fd4416ab1e2727517b45ecd 18a9ceb573b9494d8f9349bd6d83cd30 - - default default] Added segment d96c55c8-9490-4a12-bae7-468889bb4e58 of type vxlan for network d379b1ae-9770-4e3c-b1ab-c037fcfcbfb2 [pid: 8|app: 0|req: 747/1538] 10.0.0.146 () {34 vars in 670 bytes} [Tue Apr 14 06:51:47 2026] POST /v2.0/networks => generated 743 bytes in 396 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 792/1539] 10.0.0.146 () {34 vars in 668 bytes} [Tue Apr 14 06:51:47 2026] POST /v2.0/routers => generated 507 bytes in 993 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 748/1540] 10.0.0.146 () {34 vars in 668 bytes} [Tue Apr 14 06:51:48 2026] POST /v2.0/subnets => generated 690 bytes in 175 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-14 06:51:48.391 8 INFO neutron.db.segments_db [None req-3f3039e3-b6c1-4a6d-a0c8-48084f8217d9 07fe03b92fd4416ab1e2727517b45ecd 18a9ceb573b9494d8f9349bd6d83cd30 - - default default] Added segment e47fc5eb-d2ba-4982-964b-9ade52d3411c of type vxlan for network 2b0bea37-770c-4f67-9a2a-98a5172c9288 2026-04-14 06:51:48.613 8 INFO neutron.services.segments.plugin [-] Segment c5a28b09-4885-4b25-aa5d-05fa3ce56d73 resource provider aggregate not found 2026-04-14 06:51:48.615 8 INFO neutron.services.segments.plugin [-] Segment c5a28b09-4885-4b25-aa5d-05fa3ce56d73 resource provider aggregate not found 2026-04-14 06:51:48.633 8 INFO neutron.services.segments.plugin [-] Segment c5a28b09-4885-4b25-aa5d-05fa3ce56d73 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c5a28b09-4885-4b25-aa5d-05fa3ce56d73 found for delete ", "request_id": "req-276e74b2-272b-4dcd-ac60-af9084cd15a0"}]} 2026-04-14 06:51:48.638 8 INFO neutron.services.segments.plugin [-] Segment c5a28b09-4885-4b25-aa5d-05fa3ce56d73 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c5a28b09-4885-4b25-aa5d-05fa3ce56d73 found for delete ", "request_id": "req-4597d8b5-bf21-4582-b5ae-d51bc85cd1cb"}]} 2026-04-14 06:51:48.658 8 INFO neutron.services.segments.plugin [-] Segment afb2e207-9928-44d3-a426-62068ab31d8a resource provider aggregate not found 2026-04-14 06:51:48.662 8 INFO neutron.services.segments.plugin [-] Segment afb2e207-9928-44d3-a426-62068ab31d8a resource provider aggregate not found 2026-04-14 06:51:48.673 8 INFO neutron.db.l3_hamode_db [None req-3f3039e3-b6c1-4a6d-a0c8-48084f8217d9 07fe03b92fd4416ab1e2727517b45ecd 45703d5da41045839d065bd8ca265284 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-14 06:51:48.685 8 INFO neutron.services.segments.plugin [-] Segment afb2e207-9928-44d3-a426-62068ab31d8a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid afb2e207-9928-44d3-a426-62068ab31d8a found for delete ", "request_id": "req-368de69d-d740-4c48-a5cb-f6a09e11efc7"}]} 2026-04-14 06:51:48.689 8 INFO neutron.services.segments.plugin [-] Segment afb2e207-9928-44d3-a426-62068ab31d8a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid afb2e207-9928-44d3-a426-62068ab31d8a found for delete ", "request_id": "req-47d5ef20-ecc7-41de-b488-74a80837b064"}]} 2026-04-14 06:51:48.706 8 INFO neutron.services.segments.plugin [-] Segment 82e2bb6b-d7dc-463a-a128-957f8d1aa513 resource provider aggregate not found 2026-04-14 06:51:48.707 8 INFO neutron.services.segments.plugin [-] Segment 82e2bb6b-d7dc-463a-a128-957f8d1aa513 resource provider aggregate not found 2026-04-14 06:51:48.727 8 INFO neutron.services.segments.plugin [-] Segment 82e2bb6b-d7dc-463a-a128-957f8d1aa513 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 82e2bb6b-d7dc-463a-a128-957f8d1aa513 found for delete ", "request_id": "req-e35cc45b-7d40-46b6-8a2b-ef550f089461"}]} 2026-04-14 06:51:48.734 8 INFO neutron.services.segments.plugin [-] Segment 82e2bb6b-d7dc-463a-a128-957f8d1aa513 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 82e2bb6b-d7dc-463a-a128-957f8d1aa513 found for delete ", "request_id": "req-9fa23b4e-b7f8-469a-8e45-e419b401fac6"}]} 2026-04-14 06:51:48.751 8 INFO neutron.services.segments.plugin [-] Segment 6887b21a-78f7-4a8c-92cf-cf3bae22934d resource provider aggregate not found 2026-04-14 06:51:48.759 8 INFO neutron.services.segments.plugin [-] Segment 6887b21a-78f7-4a8c-92cf-cf3bae22934d resource provider aggregate not found 2026-04-14 06:51:48.778 8 INFO neutron.services.segments.plugin [-] Segment 6887b21a-78f7-4a8c-92cf-cf3bae22934d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6887b21a-78f7-4a8c-92cf-cf3bae22934d found for delete ", "request_id": "req-c4470af0-ca05-4106-bcde-936d2ee77a6b"}]} 2026-04-14 06:51:48.779 8 INFO neutron.services.segments.plugin [-] Segment 6887b21a-78f7-4a8c-92cf-cf3bae22934d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6887b21a-78f7-4a8c-92cf-cf3bae22934d found for delete ", "request_id": "req-9abe4bd7-d667-4017-bc58-88eb575818a4"}]} 2026-04-14 06:51:49.138 7 INFO neutron.services.segments.plugin [-] Segment 64fab853-8295-4ac6-b761-205786c1e008 resource provider aggregate not found 2026-04-14 06:51:49.143 7 INFO neutron.services.segments.plugin [-] Segment 64fab853-8295-4ac6-b761-205786c1e008 resource provider aggregate not found 2026-04-14 06:51:49.153 7 INFO neutron.services.segments.plugin [-] Segment 64fab853-8295-4ac6-b761-205786c1e008 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 64fab853-8295-4ac6-b761-205786c1e008 found for delete ", "request_id": "req-9202d2a2-7671-4c47-89cc-96e409bbb0a3"}]} 2026-04-14 06:51:49.166 7 INFO neutron.services.segments.plugin [-] Segment 64fab853-8295-4ac6-b761-205786c1e008 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 64fab853-8295-4ac6-b761-205786c1e008 found for delete ", "request_id": "req-6680fa82-04b3-4b8b-bf41-388e23a82778"}]} 2026-04-14 06:51:49.173 7 INFO neutron.services.segments.plugin [-] Segment 9f450928-55c4-4596-aa0a-d4b804d0b952 resource provider aggregate not found 2026-04-14 06:51:49.190 7 INFO neutron.services.segments.plugin [-] Segment 9f450928-55c4-4596-aa0a-d4b804d0b952 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9f450928-55c4-4596-aa0a-d4b804d0b952 found for delete ", "request_id": "req-48748b3c-3bb6-47bf-ba06-e91de63319c9"}]} 2026-04-14 06:51:49.192 7 INFO neutron.services.segments.plugin [-] Segment 9f450928-55c4-4596-aa0a-d4b804d0b952 resource provider aggregate not found 2026-04-14 06:51:49.220 7 INFO neutron.services.segments.plugin [-] Segment 9f450928-55c4-4596-aa0a-d4b804d0b952 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9f450928-55c4-4596-aa0a-d4b804d0b952 found for delete ", "request_id": "req-cbedb4e1-a9ec-4bb5-8218-59930c301c41"}]} [pid: 7|app: 0|req: 793/1541] 10.0.0.146 () {34 vars in 782 bytes} [Tue Apr 14 06:51:48 2026] PUT /v2.0/routers/60f9e433-77db-4f48-8cc7-ce6ae1215063/add_router_interface => generated 309 bytes in 1066 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 794/1542] 10.0.0.149 () {34 vars in 989 bytes} [Tue Apr 14 06:51:49 2026] GET /v2.0/ports?device_id=6c93d84d-edf4-45dd-9f83-4d6ba58e72ea => 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: 795/1543] 10.0.0.146 () {32 vars in 773 bytes} [Tue Apr 14 06:51:49 2026] GET /v2.0/security-groups?tenant_id=2b6c68383468456cb9f42a6541ce039a&name=default => generated 2925 bytes in 194 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 796/1544] 10.0.0.146 () {32 vars in 716 bytes} [Tue Apr 14 06:51:49 2026] GET /v2.0/ports/fa823cc7-32e4-4dbf-a2c1-915704d73768 => generated 955 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 797/1545] 10.0.0.146 () {32 vars in 739 bytes} [Tue Apr 14 06:51:49 2026] DELETE /v2.0/security-groups/e6226554-22b3-437d-8b03-dc55475c71f8 => generated 0 bytes in 88 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-14 06:51:49.861 8 INFO neutron.db.l3_hamode_db [None req-3f3039e3-b6c1-4a6d-a0c8-48084f8217d9 07fe03b92fd4416ab1e2727517b45ecd 18a9ceb573b9494d8f9349bd6d83cd30 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-14 06:51:50.102 7 INFO neutron_taas.services.taas.taas_plugin [None req-bb497e71-6097-4a3a-acdb-d5876a511d8a c088fce4458b4a6b822209a592ab5549 03685cea68cb44c2b894e6936ed10bc8 - - default default] TaaS: Handle Delete Port: fa823cc7-32e4-4dbf-a2c1-915704d73768 2026-04-14 06:51:50.106 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-bb497e71-6097-4a3a-acdb-d5876a511d8a c088fce4458b4a6b822209a592ab5549 03685cea68cb44c2b894e6936ed10bc8 - - default default] Tap Mirror: Handle Delete Port: fa823cc7-32e4-4dbf-a2c1-915704d73768 [pid: 7|app: 0|req: 798/1546] 10.0.0.146 () {34 vars in 788 bytes} [Tue Apr 14 06:51:49 2026] PUT /v2.0/routers/60f9e433-77db-4f48-8cc7-ce6ae1215063/remove_router_interface => generated 309 bytes in 750 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 799/1547] 10.0.0.146 () {32 vars in 773 bytes} [Tue Apr 14 06:51:50 2026] GET /v2.0/security-groups?tenant_id=5e95ab61a69745d18ef201d4bf31d4dd&name=default => generated 2925 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 800/1548] 10.0.0.149 () {34 vars in 989 bytes} [Tue Apr 14 06:51:50 2026] GET /v2.0/ports?device_id=6c93d84d-edf4-45dd-9f83-4d6ba58e72ea => 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: 801/1549] 10.0.0.146 () {32 vars in 735 bytes} [Tue Apr 14 06:51:50 2026] GET /v2.0/ports?device_id=60f9e433-77db-4f48-8cc7-ce6ae1215063 => 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: 802/1550] 10.0.0.146 () {32 vars in 739 bytes} [Tue Apr 14 06:51:50 2026] DELETE /v2.0/security-groups/e300134d-fcf6-4935-aec5-771dd3fc2d8d => 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: 749/1551] 10.0.0.146 () {34 vars in 668 bytes} [Tue Apr 14 06:51:48 2026] POST /v2.0/routers => generated 730 bytes in 2439 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-14 06:51:50.860 7 INFO neutron_taas.services.taas.taas_plugin [None req-8546ef3f-5faf-45f2-8013-c068909d5c9f c088fce4458b4a6b822209a592ab5549 03685cea68cb44c2b894e6936ed10bc8 - - default default] TaaS: Handle Delete Port: a9596da8-381c-45c4-b5c2-f136e1f7da0e 2026-04-14 06:51:50.863 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8546ef3f-5faf-45f2-8013-c068909d5c9f c088fce4458b4a6b822209a592ab5549 03685cea68cb44c2b894e6936ed10bc8 - - default default] Tap Mirror: Handle Delete Port: a9596da8-381c-45c4-b5c2-f136e1f7da0e 2026-04-14 06:51:51.213 7 INFO neutron.services.segments.plugin [-] Segment 6d66fbe4-4787-4f90-9bac-8c82397ffeea resource provider aggregate not found 2026-04-14 06:51:51.218 7 INFO neutron.db.l3_hamode_db [None req-8546ef3f-5faf-45f2-8013-c068909d5c9f c088fce4458b4a6b822209a592ab5549 03685cea68cb44c2b894e6936ed10bc8 - - default default] HA network 646bc1f2-ada1-4eb4-9518-43d56ad5785d was deleted as no HA routers are present in tenant 03685cea68cb44c2b894e6936ed10bc8. [pid: 7|app: 0|req: 803/1552] 10.0.0.146 () {32 vars in 723 bytes} [Tue Apr 14 06:51:50 2026] DELETE /v2.0/routers/60f9e433-77db-4f48-8cc7-ce6ae1215063 => generated 0 bytes in 520 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-14 06:51:51.255 7 INFO neutron.services.segments.plugin [-] Segment 6d66fbe4-4787-4f90-9bac-8c82397ffeea resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6d66fbe4-4787-4f90-9bac-8c82397ffeea found for delete ", "request_id": "req-34154ccc-113f-4165-bd57-0d9b2b84aa59"}]} 2026-04-14 06:51:51.256 7 INFO neutron.services.segments.plugin [-] Segment 6d66fbe4-4787-4f90-9bac-8c82397ffeea resource provider aggregate not found 2026-04-14 06:51:51.274 7 INFO neutron.services.segments.plugin [-] Segment 6d66fbe4-4787-4f90-9bac-8c82397ffeea resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6d66fbe4-4787-4f90-9bac-8c82397ffeea found for delete ", "request_id": "req-9d5fa017-7cc2-41bc-85cd-284d8cd0b053"}]} [pid: 7|app: 0|req: 804/1553] 10.0.0.146 () {32 vars in 773 bytes} [Tue Apr 14 06:51:51 2026] GET /v2.0/security-groups?tenant_id=a24ddcaacb4c4a83b378ce59823b2359&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: 805/1554] 199.204.45.53 () {34 vars in 984 bytes} [Tue Apr 14 06:51:51 2026] GET /v2.0/networks?id=a609a427-0710-49e8-a1dc-57dd68783597 => generated 661 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 806/1555] 10.0.0.146 () {32 vars in 723 bytes} [Tue Apr 14 06:51:51 2026] DELETE /v2.0/subnets/117ed956-095c-4bf3-8cc6-2f402d9ce807 => 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: 807/1556] 10.0.0.146 () {32 vars in 739 bytes} [Tue Apr 14 06:51:51 2026] DELETE /v2.0/security-groups/fffc15ff-68f9-4de3-9eac-b48053d015f7 => generated 0 bytes in 96 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 808/1557] 199.204.45.53 () {34 vars in 1048 bytes} [Tue Apr 14 06:51:51 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=1c3e3674e37a4990b9ee73ebd2a950c8 => generated 181 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 809/1558] 10.0.0.146 () {32 vars in 725 bytes} [Tue Apr 14 06:51:51 2026] DELETE /v2.0/networks/03d6c9e3-08e0-43d8-bec3-a581d6c1ff19 => 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: 810/1559] 10.0.0.149 () {34 vars in 989 bytes} [Tue Apr 14 06:51:51 2026] GET /v2.0/ports?device_id=6c93d84d-edf4-45dd-9f83-4d6ba58e72ea => generated 12 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 750/1560] 10.0.0.146 () {34 vars in 782 bytes} [Tue Apr 14 06:51:50 2026] PUT /v2.0/routers/db146e52-679f-4ecc-8e9c-28729a2cc67b/add_router_interface => generated 309 bytes in 1191 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 06:51:52.053 8 INFO neutron.db.segments_db [None req-413b25fe-2149-47da-ad38-6379da327f88 c088fce4458b4a6b822209a592ab5549 03685cea68cb44c2b894e6936ed10bc8 - - default default] Added segment e2930824-4a8b-45bc-801f-9f0575052fd3 of type vxlan for network 906299d0-7eb0-4eeb-ac80-f64a5a2bd1d7 [pid: 7|app: 0|req: 811/1561] 199.204.45.53 () {38 vars in 953 bytes} [Tue Apr 14 06:51:51 2026] POST /v2.0/ports => generated 954 bytes in 483 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-14 06:51:52.348 8 INFO neutron.db.l3_hamode_db [None req-413b25fe-2149-47da-ad38-6379da327f88 c088fce4458b4a6b822209a592ab5549 03685cea68cb44c2b894e6936ed10bc8 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 812/1562] 199.204.45.53 () {38 vars in 1026 bytes} [Tue Apr 14 06:51:52 2026] PUT /v2.0/ports/3393a0d0-30fb-4ab4-90e0-1ff39fda7b98 => generated 1235 bytes in 402 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-14 06:51:52.733 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-0ead988c-c34a-45c9-89ca-f7fd734a375e'] response: {'name': 'network-changed', 'server_uuid': '6c93d84d-edf4-45dd-9f83-4d6ba58e72ea', 'tag': '3393a0d0-30fb-4ab4-90e0-1ff39fda7b98', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 813/1563] 10.0.0.146 () {34 vars in 684 bytes} [Tue Apr 14 06:51:52 2026] POST /v2.0/security-groups => generated 1660 bytes in 122 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 814/1564] 10.0.0.146 () {34 vars in 694 bytes} [Tue Apr 14 06:51:52 2026] POST /v2.0/security-group-rules => generated 597 bytes in 103 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 815/1565] 10.0.0.149 () {34 vars in 989 bytes} [Tue Apr 14 06:51:52 2026] GET /v2.0/ports?device_id=6c93d84d-edf4-45dd-9f83-4d6ba58e72ea => generated 969 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 816/1566] 10.0.0.146 () {34 vars in 694 bytes} [Tue Apr 14 06:51:52 2026] POST /v2.0/security-group-rules => generated 602 bytes in 96 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 817/1567] 10.0.0.149 () {34 vars in 1039 bytes} [Tue Apr 14 06:51:53 2026] GET /v2.0/security-groups?id=0217d7a5-7d8f-450d-ae5c-80d6df0382fd&fields=id&fields=name => generated 114 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 06:51:53.177 8 INFO neutron.db.l3_hamode_db [None req-413b25fe-2149-47da-ad38-6379da327f88 c088fce4458b4a6b822209a592ab5549 03685cea68cb44c2b894e6936ed10bc8 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-14 06:51:53.274 7 INFO neutron.services.segments.plugin [-] Segment 47a7c28f-61ac-4bd5-a248-518cb7be3d1a resource provider aggregate not found 2026-04-14 06:51:53.293 7 INFO neutron.services.segments.plugin [-] Segment 47a7c28f-61ac-4bd5-a248-518cb7be3d1a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 47a7c28f-61ac-4bd5-a248-518cb7be3d1a found for delete ", "request_id": "req-f1f9446f-b100-49bf-ad2a-64f3190e3dec"}]} 2026-04-14 06:51:53.296 7 INFO neutron.services.segments.plugin [-] Segment 47a7c28f-61ac-4bd5-a248-518cb7be3d1a resource provider aggregate not found 2026-04-14 06:51:53.310 7 INFO neutron.services.segments.plugin [-] Segment 47a7c28f-61ac-4bd5-a248-518cb7be3d1a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 47a7c28f-61ac-4bd5-a248-518cb7be3d1a found for delete ", "request_id": "req-75bde209-b348-4761-80c6-1c1844ab1963"}]} [pid: 7|app: 0|req: 818/1568] 10.0.0.146 () {34 vars in 675 bytes} [Tue Apr 14 06:51:53 2026] POST /v2.0/floatingips => generated 552 bytes in 514 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 819/1569] 199.204.45.53 () {34 vars in 1078 bytes} [Tue Apr 14 06:51:53 2026] GET /v2.0/ports?tenant_id=1c3e3674e37a4990b9ee73ebd2a950c8&device_id=6c93d84d-edf4-45dd-9f83-4d6ba58e72ea => 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: 820/1570] 199.204.45.53 () {34 vars in 1016 bytes} [Tue Apr 14 06:51:53 2026] GET /v2.0/networks?tenant_id=1c3e3674e37a4990b9ee73ebd2a950c8&shared=False => 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: 821/1571] 199.204.45.53 () {34 vars in 928 bytes} [Tue Apr 14 06:51:53 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 822/1572] 10.0.0.149 () {34 vars in 1099 bytes} [Tue Apr 14 06:51:54 2026] GET /v2.0/security-groups?name=tempest-securitygroup--1150754147&fields=id&tenant_id=45703d5da41045839d065bd8ca265284 => generated 69 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 751/1573] 10.0.0.146 () {34 vars in 668 bytes} [Tue Apr 14 06:51:51 2026] POST /v2.0/routers => generated 688 bytes in 2133 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 823/1574] 10.0.0.149 () {34 vars in 981 bytes} [Tue Apr 14 06:51:54 2026] GET /v2.0/networks?id=d379b1ae-9770-4e3c-b1ab-c037fcfcbfb2 => generated 675 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 824/1575] 10.0.0.149 () {34 vars in 964 bytes} [Tue Apr 14 06:51:54 2026] GET /v2.0/quotas/45703d5da41045839d065bd8ca265284 => 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: 752/1576] 10.0.0.146 () {32 vars in 720 bytes} [Tue Apr 14 06:51:54 2026] GET /v2.0/routers/5ead0f04-02c8-4e15-b232-5d4b472c82fa => generated 694 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 825/1577] 10.0.0.149 () {34 vars in 989 bytes} [Tue Apr 14 06:51:54 2026] GET /v2.0/ports?device_id=6c93d84d-edf4-45dd-9f83-4d6ba58e72ea => generated 969 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 753/1578] 10.0.0.149 () {34 vars in 1001 bytes} [Tue Apr 14 06:51:54 2026] GET /v2.0/ports?tenant_id=45703d5da41045839d065bd8ca265284&fields=id => generated 103 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 754/1579] 10.0.0.149 () {34 vars in 1039 bytes} [Tue Apr 14 06:51:54 2026] GET /v2.0/security-groups?id=0217d7a5-7d8f-450d-ae5c-80d6df0382fd&fields=id&fields=name => generated 114 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 826/1580] 10.0.0.146 () {32 vars in 646 bytes} [Tue Apr 14 06:51:54 2026] GET /v2.0/routers => generated 697 bytes in 99 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 755/1581] 10.0.0.149 () {34 vars in 1007 bytes} [Tue Apr 14 06:51:54 2026] GET /v2.0/networks/d379b1ae-9770-4e3c-b1ab-c037fcfcbfb2?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: 756/1582] 10.0.0.149 () {34 vars in 1107 bytes} [Tue Apr 14 06:51:54 2026] GET /v2.0/networks/d379b1ae-9770-4e3c-b1ab-c037fcfcbfb2?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: 757/1583] 10.0.0.149 () {34 vars in 989 bytes} [Tue Apr 14 06:51:54 2026] GET /v2.0/ports?device_id=e9ac0489-210c-4e8d-a42e-9b54bd8e3fd3 => generated 12 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 827/1584] 10.0.0.146 () {34 vars in 740 bytes} [Tue Apr 14 06:51:54 2026] PUT /v2.0/routers/5ead0f04-02c8-4e15-b232-5d4b472c82fa => generated 701 bytes in 431 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 758/1585] 10.0.0.146 () {32 vars in 720 bytes} [Tue Apr 14 06:51:54 2026] GET /v2.0/routers/5ead0f04-02c8-4e15-b232-5d4b472c82fa => generated 701 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 828/1586] 199.204.45.53 () {34 vars in 1078 bytes} [Tue Apr 14 06:51:54 2026] GET /v2.0/ports?tenant_id=1c3e3674e37a4990b9ee73ebd2a950c8&device_id=6c93d84d-edf4-45dd-9f83-4d6ba58e72ea => generated 1238 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 759/1587] 10.0.0.146 () {32 vars in 735 bytes} [Tue Apr 14 06:51:54 2026] GET /v2.0/ports?device_id=5ead0f04-02c8-4e15-b232-5d4b472c82fa => generated 12 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 829/1588] 199.204.45.53 () {34 vars in 1056 bytes} [Tue Apr 14 06:51:54 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.5&port_id=3393a0d0-30fb-4ab4-90e0-1ff39fda7b98 => 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: 830/1589] 199.204.45.53 () {34 vars in 982 bytes} [Tue Apr 14 06:51:54 2026] GET /v2.0/subnets?id=d7780820-92cf-48ab-8f22-167bf93bd978 => generated 677 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 831/1590] 199.204.45.53 () {34 vars in 1050 bytes} [Tue Apr 14 06:51:54 2026] GET /v2.0/ports?network_id=a609a427-0710-49e8-a1dc-57dd68783597&device_owner=network%3Adhcp => generated 1244 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 832/1591] 199.204.45.53 () {34 vars in 1010 bytes} [Tue Apr 14 06:51:54 2026] GET /v2.0/networks/a609a427-0710-49e8-a1dc-57dd68783597?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: 833/1592] 199.204.45.53 () {34 vars in 1110 bytes} [Tue Apr 14 06:51:54 2026] GET /v2.0/networks/a609a427-0710-49e8-a1dc-57dd68783597?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-04-14 06:51:55.075 8 INFO neutron_taas.services.taas.taas_plugin [None req-9dfdc169-dbfe-4873-9ba6-49d9c71ca313 c088fce4458b4a6b822209a592ab5549 03685cea68cb44c2b894e6936ed10bc8 - - default default] TaaS: Handle Delete Port: 98b864bb-364b-49f2-a8ff-fede912cd6cd 2026-04-14 06:51:55.078 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9dfdc169-dbfe-4873-9ba6-49d9c71ca313 c088fce4458b4a6b822209a592ab5549 03685cea68cb44c2b894e6936ed10bc8 - - default default] Tap Mirror: Handle Delete Port: 98b864bb-364b-49f2-a8ff-fede912cd6cd 2026-04-14 06:51:55.310 8 INFO neutron_taas.services.taas.taas_plugin [None req-9dfdc169-dbfe-4873-9ba6-49d9c71ca313 c088fce4458b4a6b822209a592ab5549 03685cea68cb44c2b894e6936ed10bc8 - - default default] TaaS: Handle Delete Port: 0efd16ac-de92-4bb3-9c87-0bd3fc3e85e9 2026-04-14 06:51:55.313 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9dfdc169-dbfe-4873-9ba6-49d9c71ca313 c088fce4458b4a6b822209a592ab5549 03685cea68cb44c2b894e6936ed10bc8 - - default default] Tap Mirror: Handle Delete Port: 0efd16ac-de92-4bb3-9c87-0bd3fc3e85e9 [pid: 7|app: 0|req: 834/1593] 10.0.0.146 () {34 vars in 677 bytes} [Tue Apr 14 06:51:55 2026] POST /v2.0/qos/policies => generated 359 bytes in 310 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 835/1594] 10.0.0.146 () {34 vars in 752 bytes} [Tue Apr 14 06:51:55 2026] PUT /v2.0/policies/8ff8c244-17b8-4703-8f16-493bbd8d117d/tags => generated 25 bytes in 175 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 836/1595] 10.0.0.149 () {34 vars in 989 bytes} [Tue Apr 14 06:51:55 2026] GET /v2.0/ports?device_id=6c93d84d-edf4-45dd-9f83-4d6ba58e72ea => 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: 837/1596] 10.0.0.146 () {32 vars in 732 bytes} [Tue Apr 14 06:51:55 2026] GET /v2.0/policies/8ff8c244-17b8-4703-8f16-493bbd8d117d/tags => generated 25 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 838/1597] 10.0.0.149 () {34 vars in 1039 bytes} [Tue Apr 14 06:51:55 2026] GET /v2.0/security-groups?id=0217d7a5-7d8f-450d-ae5c-80d6df0382fd&fields=id&fields=name => generated 114 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 839/1598] 10.0.0.146 () {34 vars in 763 bytes} [Tue Apr 14 06:51:55 2026] PUT /v2.0/policies/8ff8c244-17b8-4703-8f16-493bbd8d117d/tags/green => generated 4 bytes in 53 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) 2026-04-14 06:51:55.649 8 INFO neutron.services.segments.plugin [-] Segment e2930824-4a8b-45bc-801f-9f0575052fd3 resource provider aggregate not found 2026-04-14 06:51:55.664 8 INFO neutron.services.segments.plugin [-] Segment e2930824-4a8b-45bc-801f-9f0575052fd3 resource provider aggregate not found 2026-04-14 06:51:55.668 8 INFO neutron.services.segments.plugin [-] Segment e2930824-4a8b-45bc-801f-9f0575052fd3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e2930824-4a8b-45bc-801f-9f0575052fd3 found for delete ", "request_id": "req-81056ae3-10a7-45fa-ab57-b4d798251e4f"}]} [pid: 7|app: 0|req: 840/1599] 10.0.0.149 () {34 vars in 989 bytes} [Tue Apr 14 06:51:55 2026] GET /v2.0/ports?device_id=e9ac0489-210c-4e8d-a42e-9b54bd8e3fd3 => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-14 06:51:55.673 8 INFO neutron.db.l3_hamode_db [None req-9dfdc169-dbfe-4873-9ba6-49d9c71ca313 c088fce4458b4a6b822209a592ab5549 03685cea68cb44c2b894e6936ed10bc8 - - default default] HA network 906299d0-7eb0-4eeb-ac80-f64a5a2bd1d7 was deleted as no HA routers are present in tenant 03685cea68cb44c2b894e6936ed10bc8. [pid: 8|app: 0|req: 760/1600] 10.0.0.146 () {32 vars in 723 bytes} [Tue Apr 14 06:51:54 2026] DELETE /v2.0/routers/5ead0f04-02c8-4e15-b232-5d4b472c82fa => generated 0 bytes in 823 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-14 06:51:55.692 8 INFO neutron.services.segments.plugin [-] Segment e2930824-4a8b-45bc-801f-9f0575052fd3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e2930824-4a8b-45bc-801f-9f0575052fd3 found for delete ", "request_id": "req-e47e1bed-df43-449e-bdd3-2c0dfa669fac"}]} [pid: 7|app: 0|req: 841/1601] 10.0.0.146 () {32 vars in 732 bytes} [Tue Apr 14 06:51:55 2026] GET /v2.0/policies/8ff8c244-17b8-4703-8f16-493bbd8d117d/tags => generated 34 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 761/1602] 10.0.0.146 () {32 vars in 735 bytes} [Tue Apr 14 06:51:55 2026] GET /v2.0/ports?device_id=5ead0f04-02c8-4e15-b232-5d4b472c82fa => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-14 06:51:55.727 8 INFO neutron.api.v2.resource [None req-f8bc74d1-5398-4ad8-8d92-23d940c1a8bf c088fce4458b4a6b822209a592ab5549 03685cea68cb44c2b894e6936ed10bc8 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 762/1603] 10.0.0.146 () {32 vars in 723 bytes} [Tue Apr 14 06:51:55 2026] DELETE /v2.0/routers/5ead0f04-02c8-4e15-b232-5d4b472c82fa => generated 135 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 842/1604] 10.0.0.146 () {34 vars in 759 bytes} [Tue Apr 14 06:51:55 2026] PUT /v2.0/policies/8ff8c244-17b8-4703-8f16-493bbd8d117d/tags/red => generated 4 bytes in 28 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 763/1605] 10.0.0.146 () {32 vars in 735 bytes} [Tue Apr 14 06:51:55 2026] GET /v2.0/ports?device_id=60f9e433-77db-4f48-8cc7-ce6ae1215063 => generated 12 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-14 06:51:55.767 8 INFO neutron.api.v2.resource [None req-ed953930-23fb-4cbc-83e7-fa4869f47a6f c088fce4458b4a6b822209a592ab5549 03685cea68cb44c2b894e6936ed10bc8 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 843/1606] 10.0.0.146 () {32 vars in 732 bytes} [Tue Apr 14 06:51:55 2026] GET /v2.0/policies/8ff8c244-17b8-4703-8f16-493bbd8d117d/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: 764/1607] 10.0.0.146 () {32 vars in 723 bytes} [Tue Apr 14 06:51:55 2026] DELETE /v2.0/routers/60f9e433-77db-4f48-8cc7-ce6ae1215063 => generated 135 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-14 06:51:55.785 7 INFO neutron.pecan_wsgi.hooks.translation [None req-30f1dd10-bc54-461b-8f31-1d14d71cf1f3 c088fce4458b4a6b822209a592ab5549 03685cea68cb44c2b894e6936ed10bc8 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 844/1608] 10.0.0.146 () {32 vars in 723 bytes} [Tue Apr 14 06:51:55 2026] DELETE /v2.0/subnets/117ed956-095c-4bf3-8cc6-2f402d9ce807 => generated 136 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 845/1609] 10.0.0.146 () {32 vars in 735 bytes} [Tue Apr 14 06:51:55 2026] GET /v2.0/ports?device_id=65404123-ceef-482d-a213-e4a5f4efe3ec => generated 12 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-14 06:51:55.828 7 INFO neutron.api.v2.resource [None req-c87a2b32-bd05-492a-8d27-c3aeb133aa88 c088fce4458b4a6b822209a592ab5549 03685cea68cb44c2b894e6936ed10bc8 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 846/1610] 10.0.0.146 () {32 vars in 723 bytes} [Tue Apr 14 06:51:55 2026] DELETE /v2.0/routers/65404123-ceef-482d-a213-e4a5f4efe3ec => generated 135 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 765/1611] 10.0.0.146 () {34 vars in 781 bytes} [Tue Apr 14 06:51:55 2026] PUT /v2.0/policies/8ff8c244-17b8-4703-8f16-493bbd8d117d/tags/black.or.white => generated 4 bytes in 68 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) 2026-04-14 06:51:55.843 7 INFO neutron.pecan_wsgi.hooks.translation [None req-b8765821-22ea-4d53-a1b5-0e3f46a0c400 c088fce4458b4a6b822209a592ab5549 03685cea68cb44c2b894e6936ed10bc8 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 847/1612] 10.0.0.146 () {32 vars in 723 bytes} [Tue Apr 14 06:51:55 2026] DELETE /v2.0/subnets/8006c8ca-c0e5-4dcd-b531-098e4e6fde62 => generated 136 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 848/1613] 10.0.0.146 () {32 vars in 735 bytes} [Tue Apr 14 06:51:55 2026] GET /v2.0/ports?device_id=7c2a9ad8-abed-4351-98ef-7e5d388fb770 => 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: 766/1614] 10.0.0.146 () {32 vars in 732 bytes} [Tue Apr 14 06:51:55 2026] GET /v2.0/policies/8ff8c244-17b8-4703-8f16-493bbd8d117d/tags => generated 52 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-14 06:51:55.895 7 INFO neutron.api.v2.resource [None req-79c779aa-2b48-462f-a98d-0db2d4f7b787 c088fce4458b4a6b822209a592ab5549 03685cea68cb44c2b894e6936ed10bc8 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 849/1615] 10.0.0.146 () {32 vars in 723 bytes} [Tue Apr 14 06:51:55 2026] DELETE /v2.0/routers/7c2a9ad8-abed-4351-98ef-7e5d388fb770 => generated 135 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-14 06:51:55.909 7 INFO neutron.pecan_wsgi.hooks.translation [None req-c801aca3-46f8-4adf-a9e0-05ac804e0609 c088fce4458b4a6b822209a592ab5549 03685cea68cb44c2b894e6936ed10bc8 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 850/1616] 10.0.0.146 () {32 vars in 723 bytes} [Tue Apr 14 06:51:55 2026] DELETE /v2.0/subnets/092caea9-57ef-4786-826c-e9946bc79361 => generated 136 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 767/1617] 10.0.0.146 () {34 vars in 752 bytes} [Tue Apr 14 06:51:55 2026] PUT /v2.0/policies/8ff8c244-17b8-4703-8f16-493bbd8d117d/tags => generated 37 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-14 06:51:55.925 7 INFO neutron.pecan_wsgi.hooks.translation [None req-1d304616-ccc1-4c12-b0e8-0fb98e8886b3 c088fce4458b4a6b822209a592ab5549 03685cea68cb44c2b894e6936ed10bc8 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 851/1618] 10.0.0.146 () {32 vars in 723 bytes} [Tue Apr 14 06:51:55 2026] DELETE /v2.0/subnets/a765a269-e084-4328-a699-3d747bf7edfd => generated 136 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 768/1619] 10.0.0.146 () {32 vars in 732 bytes} [Tue Apr 14 06:51:55 2026] GET /v2.0/policies/8ff8c244-17b8-4703-8f16-493bbd8d117d/tags => generated 37 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 852/1620] 10.0.0.146 () {32 vars in 740 bytes} [Tue Apr 14 06:51:55 2026] GET /v2.0/policies/8ff8c244-17b8-4703-8f16-493bbd8d117d/tags/red => generated 0 bytes in 42 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-14 06:51:56.060 8 INFO neutron.api.v2.resource [None req-d406bd6c-2bc4-4586-a515-ff670bf0950e 6f10d024d60648e2bcf4257c5b40d3bc ae75c9e37732455d842f793d8e08dba3 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 769/1621] 10.0.0.146 () {32 vars in 744 bytes} [Tue Apr 14 06:51:56 2026] GET /v2.0/policies/8ff8c244-17b8-4703-8f16-493bbd8d117d/tags/green => generated 99 bytes in 32 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 853/1622] 10.0.0.146 () {32 vars in 743 bytes} [Tue Apr 14 06:51:56 2026] DELETE /v2.0/policies/8ff8c244-17b8-4703-8f16-493bbd8d117d/tags/red => 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: 770/1623] 10.0.0.146 () {32 vars in 732 bytes} [Tue Apr 14 06:51:56 2026] GET /v2.0/policies/8ff8c244-17b8-4703-8f16-493bbd8d117d/tags => generated 30 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-14 06:51:56.242 7 INFO neutron.api.v2.resource [None req-e81a478a-fe68-4a55-851d-cacebd084280 6f10d024d60648e2bcf4257c5b40d3bc ae75c9e37732455d842f793d8e08dba3 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 854/1624] 10.0.0.146 () {32 vars in 747 bytes} [Tue Apr 14 06:51:56 2026] DELETE /v2.0/policies/8ff8c244-17b8-4703-8f16-493bbd8d117d/tags/green => generated 99 bytes in 39 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 771/1625] 10.0.0.146 () {32 vars in 735 bytes} [Tue Apr 14 06:51:56 2026] DELETE /v2.0/policies/8ff8c244-17b8-4703-8f16-493bbd8d117d/tags => 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: 855/1626] 10.0.0.146 () {32 vars in 732 bytes} [Tue Apr 14 06:51:56 2026] GET /v2.0/policies/8ff8c244-17b8-4703-8f16-493bbd8d117d/tags => 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: 772/1627] 10.0.0.146 () {32 vars in 733 bytes} [Tue Apr 14 06:51:56 2026] DELETE /v2.0/qos/policies/8ff8c244-17b8-4703-8f16-493bbd8d117d => 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: 773/1628] 10.0.0.149 () {34 vars in 989 bytes} [Tue Apr 14 06:51:56 2026] GET /v2.0/ports?device_id=6c93d84d-edf4-45dd-9f83-4d6ba58e72ea => generated 969 bytes in 95 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 774/1629] 10.0.0.149 () {34 vars in 989 bytes} [Tue Apr 14 06:51:56 2026] GET /v2.0/ports?device_id=e9ac0489-210c-4e8d-a42e-9b54bd8e3fd3 => 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: 775/1630] 10.0.0.149 () {34 vars in 1039 bytes} [Tue Apr 14 06:51:56 2026] GET /v2.0/security-groups?id=0217d7a5-7d8f-450d-ae5c-80d6df0382fd&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: 856/1631] 10.0.0.146 () {32 vars in 773 bytes} [Tue Apr 14 06:51:56 2026] GET /v2.0/security-groups?tenant_id=03685cea68cb44c2b894e6936ed10bc8&name=default => generated 2925 bytes in 283 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 776/1632] 10.0.0.146 () {32 vars in 739 bytes} [Tue Apr 14 06:51:56 2026] DELETE /v2.0/security-groups/edaae940-7540-4c05-9fcd-1d0bd8fa7c73 => 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: 857/1633] 10.0.0.146 () {32 vars in 773 bytes} [Tue Apr 14 06:51:57 2026] GET /v2.0/security-groups?tenant_id=ae75c9e37732455d842f793d8e08dba3&name=default => generated 2925 bytes in 323 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 777/1634] 10.0.0.146 () {32 vars in 739 bytes} [Tue Apr 14 06:51:57 2026] DELETE /v2.0/security-groups/7ab9ef0c-20ff-453e-8576-9ceb32cd79a1 => generated 0 bytes in 110 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 778/1635] 10.0.0.149 () {34 vars in 989 bytes} [Tue Apr 14 06:51:57 2026] GET /v2.0/ports?device_id=e9ac0489-210c-4e8d-a42e-9b54bd8e3fd3 => generated 12 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 858/1636] 10.0.0.146 () {32 vars in 773 bytes} [Tue Apr 14 06:51:57 2026] GET /v2.0/security-groups?tenant_id=f9b389fb2ea74a8a87f0991bef78c7fa&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: 779/1637] 10.0.0.149 () {34 vars in 989 bytes} [Tue Apr 14 06:51:57 2026] GET /v2.0/ports?device_id=6c93d84d-edf4-45dd-9f83-4d6ba58e72ea => 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: 780/1638] 10.0.0.149 () {34 vars in 1039 bytes} [Tue Apr 14 06:51:57 2026] GET /v2.0/security-groups?id=0217d7a5-7d8f-450d-ae5c-80d6df0382fd&fields=id&fields=name => generated 114 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 859/1639] 10.0.0.146 () {32 vars in 739 bytes} [Tue Apr 14 06:51:57 2026] DELETE /v2.0/security-groups/de79a765-5854-433b-ae71-cbe01155f7e9 => generated 0 bytes in 148 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 781/1640] 199.204.45.53 () {34 vars in 984 bytes} [Tue Apr 14 06:51:58 2026] GET /v2.0/networks?id=d379b1ae-9770-4e3c-b1ab-c037fcfcbfb2 => generated 675 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 860/1641] 199.204.45.53 () {34 vars in 1048 bytes} [Tue Apr 14 06:51:58 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=45703d5da41045839d065bd8ca265284 => generated 181 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 861/1642] 10.0.0.149 () {34 vars in 989 bytes} [Tue Apr 14 06:51:58 2026] GET /v2.0/ports?device_id=e9ac0489-210c-4e8d-a42e-9b54bd8e3fd3 => 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: 782/1643] 199.204.45.53 () {38 vars in 953 bytes} [Tue Apr 14 06:51:58 2026] POST /v2.0/ports => generated 954 bytes in 492 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: 783/1644] 10.0.0.149 () {34 vars in 989 bytes} [Tue Apr 14 06:51:59 2026] GET /v2.0/ports?device_id=6c93d84d-edf4-45dd-9f83-4d6ba58e72ea => generated 971 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 862/1645] 10.0.0.146 () {34 vars in 683 bytes} [Tue Apr 14 06:51:59 2026] POST /v2.0/security-groups => generated 1625 bytes in 545 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 863/1646] 10.0.0.149 () {34 vars in 1039 bytes} [Tue Apr 14 06:51:59 2026] GET /v2.0/security-groups?id=0217d7a5-7d8f-450d-ae5c-80d6df0382fd&fields=id&fields=name => generated 114 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 866/1649] 10.0.0.146 () {32 vars in 662 bytes} [Tue Apr 14 06:51:59 2026] GET /v2.0/security-groups => generated 4530 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 867/1650] 10.0.0.146 () {34 vars in 757 bytes} [Tue Apr 14 06:51:59 2026] PUT /v2.0/security-groups/822c132b-949b-43e4-ba80-6b3dad785555 => generated 1662 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 868/1651] 10.0.0.146 () {32 vars in 736 bytes} [Tue Apr 14 06:51:59 2026] GET /v2.0/security-groups/822c132b-949b-43e4-ba80-6b3dad785555 => generated 1662 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 784/1652] 199.204.45.53 () {38 vars in 1026 bytes} [Tue Apr 14 06:51:59 2026] PUT /v2.0/ports/299713dd-bc36-4341-8aa0-2e8becb067a9 => generated 1235 bytes in 400 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-14 06:51:59.872 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-8698eece-bb22-4bb6-b64c-8ebc4ec9ad13'] response: {'name': 'network-changed', 'server_uuid': 'e9ac0489-210c-4e8d-a42e-9b54bd8e3fd3', 'tag': '299713dd-bc36-4341-8aa0-2e8becb067a9', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 869/1653] 10.0.0.146 () {32 vars in 739 bytes} [Tue Apr 14 06:51:59 2026] DELETE /v2.0/security-groups/822c132b-949b-43e4-ba80-6b3dad785555 => generated 0 bytes in 127 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: 785/1654] 10.0.0.146 () {32 vars in 662 bytes} [Tue Apr 14 06:51:59 2026] GET /v2.0/security-groups => generated 2925 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-14 06:51:59.952 7 INFO neutron.api.v2.resource [None req-65ec5c2b-0437-4063-a5e0-fda594edf56f c6963704d6e2443190ac4cebdec66126 a44fbd606d9742239d21c889784b9327 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 870/1655] 10.0.0.146 () {32 vars in 739 bytes} [Tue Apr 14 06:51:59 2026] DELETE /v2.0/security-groups/822c132b-949b-43e4-ba80-6b3dad785555 => generated 146 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 786/1656] 10.0.0.146 () {34 vars in 683 bytes} [Tue Apr 14 06:51:59 2026] POST /v2.0/security-groups => generated 1624 bytes in 134 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 871/1657] 10.0.0.149 () {34 vars in 989 bytes} [Tue Apr 14 06:52:00 2026] GET /v2.0/ports?device_id=e9ac0489-210c-4e8d-a42e-9b54bd8e3fd3 => generated 969 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 872/1658] 10.0.0.149 () {34 vars in 1039 bytes} [Tue Apr 14 06:52:00 2026] GET /v2.0/security-groups?id=04eaa8e0-7740-46fb-be69-e4ba7c53d524&fields=id&fields=name => generated 114 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 787/1659] 10.0.0.146 () {34 vars in 694 bytes} [Tue Apr 14 06:52:00 2026] POST /v2.0/security-group-rules => generated 601 bytes in 111 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 873/1660] 10.0.0.146 () {32 vars in 746 bytes} [Tue Apr 14 06:52:00 2026] GET /v2.0/security-group-rules/ec008a11-7781-459a-9c51-b892d7aa3613 => generated 601 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 788/1661] 10.0.0.146 () {32 vars in 672 bytes} [Tue Apr 14 06:52:00 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 874/1662] 10.0.0.146 () {32 vars in 749 bytes} [Tue Apr 14 06:52:00 2026] DELETE /v2.0/security-group-rules/ec008a11-7781-459a-9c51-b892d7aa3613 => 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: 875/1663] 199.204.45.53 () {34 vars in 1078 bytes} [Tue Apr 14 06:52:00 2026] GET /v2.0/ports?tenant_id=45703d5da41045839d065bd8ca265284&device_id=e9ac0489-210c-4e8d-a42e-9b54bd8e3fd3 => 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: 789/1664] 10.0.0.146 () {32 vars in 672 bytes} [Tue Apr 14 06:52:00 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: 7|app: 0|req: 876/1665] 199.204.45.53 () {34 vars in 1016 bytes} [Tue Apr 14 06:52:00 2026] GET /v2.0/networks?tenant_id=45703d5da41045839d065bd8ca265284&shared=False => generated 771 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 877/1666] 199.204.45.53 () {34 vars in 928 bytes} [Tue Apr 14 06:52:00 2026] GET /v2.0/networks?shared=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: 790/1667] 10.0.0.146 () {34 vars in 694 bytes} [Tue Apr 14 06:52:00 2026] POST /v2.0/security-group-rules => generated 601 bytes in 125 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 878/1668] 10.0.0.146 () {32 vars in 746 bytes} [Tue Apr 14 06:52:00 2026] GET /v2.0/security-group-rules/98501eac-7093-440b-a676-12a0bb7054b7 => generated 601 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 791/1669] 10.0.0.146 () {32 vars in 672 bytes} [Tue Apr 14 06:52:00 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 879/1670] 10.0.0.146 () {32 vars in 749 bytes} [Tue Apr 14 06:52:00 2026] DELETE /v2.0/security-group-rules/98501eac-7093-440b-a676-12a0bb7054b7 => 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: 792/1671] 10.0.0.149 () {34 vars in 989 bytes} [Tue Apr 14 06:52:00 2026] GET /v2.0/ports?device_id=6c93d84d-edf4-45dd-9f83-4d6ba58e72ea => generated 971 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 880/1672] 10.0.0.146 () {32 vars in 672 bytes} [Tue Apr 14 06:52:00 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 793/1673] 10.0.0.149 () {34 vars in 1039 bytes} [Tue Apr 14 06:52:00 2026] GET /v2.0/security-groups?id=0217d7a5-7d8f-450d-ae5c-80d6df0382fd&fields=id&fields=name => generated 114 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 881/1674] 10.0.0.146 () {34 vars in 694 bytes} [Tue Apr 14 06:52:00 2026] POST /v2.0/security-group-rules => generated 602 bytes in 109 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 794/1675] 10.0.0.149 () {34 vars in 989 bytes} [Tue Apr 14 06:52:00 2026] GET /v2.0/ports?device_id=6c93d84d-edf4-45dd-9f83-4d6ba58e72ea => generated 971 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 882/1676] 10.0.0.146 () {32 vars in 746 bytes} [Tue Apr 14 06:52:00 2026] GET /v2.0/security-group-rules/e8c160e5-3a43-4c1f-8ab8-724914178c26 => generated 602 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 795/1677] 10.0.0.149 () {34 vars in 1039 bytes} [Tue Apr 14 06:52:00 2026] GET /v2.0/security-groups?id=0217d7a5-7d8f-450d-ae5c-80d6df0382fd&fields=id&fields=name => generated 114 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 883/1678] 10.0.0.146 () {32 vars in 672 bytes} [Tue Apr 14 06:52:00 2026] GET /v2.0/security-group-rules => generated 4139 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 884/1679] 10.0.0.146 () {32 vars in 749 bytes} [Tue Apr 14 06:52:01 2026] DELETE /v2.0/security-group-rules/e8c160e5-3a43-4c1f-8ab8-724914178c26 => 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: 796/1680] 10.0.0.146 () {32 vars in 735 bytes} [Tue Apr 14 06:52:01 2026] GET /v2.0/ports?device_id=6c93d84d-edf4-45dd-9f83-4d6ba58e72ea => generated 1240 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 885/1681] 10.0.0.146 () {32 vars in 672 bytes} [Tue Apr 14 06:52:01 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: 7|app: 0|req: 886/1682] 10.0.0.146 () {32 vars in 739 bytes} [Tue Apr 14 06:52:01 2026] DELETE /v2.0/security-groups/e766e49e-f5d4-4a36-b607-a1f0a60f55ff => generated 0 bytes in 73 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 887/1683] 10.0.0.146 () {32 vars in 662 bytes} [Tue Apr 14 06:52:01 2026] GET /v2.0/security-groups => generated 2925 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 888/1684] 10.0.0.149 () {34 vars in 989 bytes} [Tue Apr 14 06:52:01 2026] GET /v2.0/ports?device_id=e9ac0489-210c-4e8d-a42e-9b54bd8e3fd3 => generated 969 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 889/1685] 10.0.0.146 () {32 vars in 662 bytes} [Tue Apr 14 06:52:01 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: 890/1686] 10.0.0.149 () {34 vars in 1039 bytes} [Tue Apr 14 06:52:01 2026] GET /v2.0/security-groups?id=04eaa8e0-7740-46fb-be69-e4ba7c53d524&fields=id&fields=name => generated 114 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 891/1687] 10.0.0.146 () {34 vars in 683 bytes} [Tue Apr 14 06:52:01 2026] POST /v2.0/security-groups => generated 1601 bytes in 501 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-04-14 06:52:02.029 8 INFO neutron.db.l3_db [None req-834efb9f-afb4-4992-b380-77188b336e98 7f90d3f105b14304b7c7ab85f000a1d1 1c3e3674e37a4990b9ee73ebd2a950c8 - - default default] Floating IP 3ee19a39-1989-4e56-b645-0bad0d58052b associated. External IP: 10.96.250.208, port: 3393a0d0-30fb-4ab4-90e0-1ff39fda7b98. [pid: 7|app: 0|req: 892/1688] 199.204.45.53 () {34 vars in 1078 bytes} [Tue Apr 14 06:52:02 2026] GET /v2.0/ports?tenant_id=45703d5da41045839d065bd8ca265284&device_id=e9ac0489-210c-4e8d-a42e-9b54bd8e3fd3 => 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: 893/1689] 10.0.0.146 () {32 vars in 773 bytes} [Tue Apr 14 06:52:02 2026] GET /v2.0/security-groups?tenant_id=a44fbd606d9742239d21c889784b9327&name=default => generated 2925 bytes in 143 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 894/1690] 10.0.0.146 () {34 vars in 766 bytes} [Tue Apr 14 06:52:02 2026] PUT /v2.0/security-groups/e9df5758-9bba-4a4a-a927-dd57e9d75ef2/tags => generated 25 bytes in 103 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 895/1691] 199.204.45.53 () {34 vars in 1056 bytes} [Tue Apr 14 06:52:02 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.7&port_id=299713dd-bc36-4341-8aa0-2e8becb067a9 => generated 19 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 797/1692] 10.0.0.146 () {34 vars in 676 bytes} [Tue Apr 14 06:52:01 2026] POST /v2.0/floatingips => generated 855 bytes in 1305 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 896/1693] 10.0.0.146 () {32 vars in 739 bytes} [Tue Apr 14 06:52:02 2026] DELETE /v2.0/security-groups/540caf39-6d17-42f8-ac55-1ba254947f8f => generated 0 bytes in 107 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-14 06:52:02.438 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-0837ddc3-ac71-4032-bc58-09be8920113e'] response: {'name': 'network-changed', 'server_uuid': '6c93d84d-edf4-45dd-9f83-4d6ba58e72ea', 'tag': '3393a0d0-30fb-4ab4-90e0-1ff39fda7b98', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 798/1694] 10.0.0.146 () {32 vars in 746 bytes} [Tue Apr 14 06:52:02 2026] GET /v2.0/security-groups/e9df5758-9bba-4a4a-a927-dd57e9d75ef2/tags => generated 25 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 897/1695] 199.204.45.53 () {34 vars in 982 bytes} [Tue Apr 14 06:52:02 2026] GET /v2.0/subnets?id=41b981c3-36c2-4563-a94e-82a6b60a35a6 => generated 693 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 799/1696] 10.0.0.146 () {32 vars in 728 bytes} [Tue Apr 14 06:52:02 2026] GET /v2.0/floatingips/3ee19a39-1989-4e56-b645-0bad0d58052b => generated 855 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 800/1697] 199.204.45.53 () {34 vars in 1050 bytes} [Tue Apr 14 06:52:02 2026] GET /v2.0/ports?network_id=d379b1ae-9770-4e3c-b1ab-c037fcfcbfb2&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: 898/1698] 10.0.0.146 () {34 vars in 777 bytes} [Tue Apr 14 06:52:02 2026] PUT /v2.0/security-groups/e9df5758-9bba-4a4a-a927-dd57e9d75ef2/tags/green => generated 4 bytes in 57 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 801/1699] 10.0.0.149 () {34 vars in 989 bytes} [Tue Apr 14 06:52:02 2026] GET /v2.0/ports?device_id=e9ac0489-210c-4e8d-a42e-9b54bd8e3fd3 => 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: 899/1700] 10.0.0.146 () {32 vars in 746 bytes} [Tue Apr 14 06:52:02 2026] GET /v2.0/security-groups/e9df5758-9bba-4a4a-a927-dd57e9d75ef2/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: 900/1701] 10.0.0.149 () {34 vars in 1039 bytes} [Tue Apr 14 06:52:02 2026] GET /v2.0/security-groups?id=04eaa8e0-7740-46fb-be69-e4ba7c53d524&fields=id&fields=name => generated 114 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 802/1702] 199.204.45.53 () {34 vars in 1010 bytes} [Tue Apr 14 06:52:02 2026] GET /v2.0/networks/d379b1ae-9770-4e3c-b1ab-c037fcfcbfb2?fields=segments => generated 14 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 901/1703] 10.0.0.146 () {34 vars in 773 bytes} [Tue Apr 14 06:52:02 2026] PUT /v2.0/security-groups/e9df5758-9bba-4a4a-a927-dd57e9d75ef2/tags/red => generated 4 bytes in 43 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 803/1704] 199.204.45.53 () {34 vars in 1110 bytes} [Tue Apr 14 06:52:02 2026] GET /v2.0/networks/d379b1ae-9770-4e3c-b1ab-c037fcfcbfb2?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: 902/1705] 10.0.0.146 () {32 vars in 746 bytes} [Tue Apr 14 06:52:02 2026] GET /v2.0/security-groups/e9df5758-9bba-4a4a-a927-dd57e9d75ef2/tags => generated 34 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 804/1706] 10.0.0.146 () {34 vars in 795 bytes} [Tue Apr 14 06:52:02 2026] PUT /v2.0/security-groups/e9df5758-9bba-4a4a-a927-dd57e9d75ef2/tags/black.or.white => generated 4 bytes in 60 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 903/1707] 10.0.0.146 () {32 vars in 746 bytes} [Tue Apr 14 06:52:02 2026] GET /v2.0/security-groups/e9df5758-9bba-4a4a-a927-dd57e9d75ef2/tags => generated 52 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 805/1708] 10.0.0.146 () {34 vars in 766 bytes} [Tue Apr 14 06:52:02 2026] PUT /v2.0/security-groups/e9df5758-9bba-4a4a-a927-dd57e9d75ef2/tags => generated 37 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 904/1709] 10.0.0.146 () {32 vars in 746 bytes} [Tue Apr 14 06:52:02 2026] GET /v2.0/security-groups/e9df5758-9bba-4a4a-a927-dd57e9d75ef2/tags => generated 37 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 806/1710] 10.0.0.146 () {32 vars in 754 bytes} [Tue Apr 14 06:52:02 2026] GET /v2.0/security-groups/e9df5758-9bba-4a4a-a927-dd57e9d75ef2/tags/red => generated 0 bytes in 58 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-14 06:52:02.980 7 INFO neutron.api.v2.resource [None req-d441810e-30b2-41c7-b3f5-d36e8ee1acbc 91b288b4ab4f469497751402425430ce d1384c157f2e40a69b1f886c74c268bf - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 905/1711] 10.0.0.146 () {32 vars in 758 bytes} [Tue Apr 14 06:52:02 2026] GET /v2.0/security-groups/e9df5758-9bba-4a4a-a927-dd57e9d75ef2/tags/green => generated 99 bytes in 37 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 807/1712] 199.204.45.53 () {34 vars in 1078 bytes} [Tue Apr 14 06:52:02 2026] GET /v2.0/ports?tenant_id=1c3e3674e37a4990b9ee73ebd2a950c8&device_id=6c93d84d-edf4-45dd-9f83-4d6ba58e72ea => generated 1240 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 906/1713] 10.0.0.146 () {32 vars in 757 bytes} [Tue Apr 14 06:52:02 2026] DELETE /v2.0/security-groups/e9df5758-9bba-4a4a-a927-dd57e9d75ef2/tags/red => generated 0 bytes in 48 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 907/1714] 10.0.0.146 () {32 vars in 746 bytes} [Tue Apr 14 06:52:03 2026] GET /v2.0/security-groups/e9df5758-9bba-4a4a-a927-dd57e9d75ef2/tags => generated 30 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 808/1715] 199.204.45.53 () {34 vars in 984 bytes} [Tue Apr 14 06:52:03 2026] GET /v2.0/networks?id=a609a427-0710-49e8-a1dc-57dd68783597 => generated 757 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 809/1716] 199.204.45.53 () {34 vars in 1056 bytes} [Tue Apr 14 06:52:03 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.5&port_id=3393a0d0-30fb-4ab4-90e0-1ff39fda7b98 => generated 858 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 06:52:03.123 7 INFO neutron.api.v2.resource [None req-7980f3b3-0190-475a-91a3-f06800bc5ff1 91b288b4ab4f469497751402425430ce d1384c157f2e40a69b1f886c74c268bf - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 908/1717] 10.0.0.146 () {32 vars in 761 bytes} [Tue Apr 14 06:52:03 2026] DELETE /v2.0/security-groups/e9df5758-9bba-4a4a-a927-dd57e9d75ef2/tags/green => generated 99 bytes in 43 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 810/1718] 199.204.45.53 () {34 vars in 982 bytes} [Tue Apr 14 06:52:03 2026] GET /v2.0/subnets?id=d7780820-92cf-48ab-8f22-167bf93bd978 => generated 677 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 909/1719] 10.0.0.146 () {32 vars in 749 bytes} [Tue Apr 14 06:52:03 2026] DELETE /v2.0/security-groups/e9df5758-9bba-4a4a-a927-dd57e9d75ef2/tags => generated 0 bytes in 55 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 811/1720] 199.204.45.53 () {34 vars in 1050 bytes} [Tue Apr 14 06:52:03 2026] GET /v2.0/ports?network_id=a609a427-0710-49e8-a1dc-57dd68783597&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: 910/1721] 10.0.0.146 () {32 vars in 746 bytes} [Tue Apr 14 06:52:03 2026] GET /v2.0/security-groups/e9df5758-9bba-4a4a-a927-dd57e9d75ef2/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: 812/1722] 199.204.45.53 () {34 vars in 1010 bytes} [Tue Apr 14 06:52:03 2026] GET /v2.0/networks/a609a427-0710-49e8-a1dc-57dd68783597?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: 813/1723] 199.204.45.53 () {34 vars in 1110 bytes} [Tue Apr 14 06:52:03 2026] GET /v2.0/networks/a609a427-0710-49e8-a1dc-57dd68783597?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 911/1724] 10.0.0.146 () {32 vars in 739 bytes} [Tue Apr 14 06:52:03 2026] DELETE /v2.0/security-groups/e9df5758-9bba-4a4a-a927-dd57e9d75ef2 => 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: 814/1725] 10.0.0.146 () {32 vars in 728 bytes} [Tue Apr 14 06:52:03 2026] GET /v2.0/floatingips/3ee19a39-1989-4e56-b645-0bad0d58052b => generated 855 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 912/1726] 10.0.0.149 () {34 vars in 989 bytes} [Tue Apr 14 06:52:03 2026] GET /v2.0/ports?device_id=e9ac0489-210c-4e8d-a42e-9b54bd8e3fd3 => generated 969 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 815/1727] 10.0.0.149 () {34 vars in 1039 bytes} [Tue Apr 14 06:52:03 2026] GET /v2.0/security-groups?id=04eaa8e0-7740-46fb-be69-e4ba7c53d524&fields=id&fields=name => generated 114 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 913/1728] 10.0.0.146 () {32 vars in 773 bytes} [Tue Apr 14 06:52:03 2026] GET /v2.0/security-groups?tenant_id=d1384c157f2e40a69b1f886c74c268bf&name=default => generated 2925 bytes in 285 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 914/1729] 10.0.0.146 () {32 vars in 622 bytes} [Tue Apr 14 06:52:04 2026] GET / => generated 151 bytes in 3 msecs (HTTP/1.1 200) 3 headers in 91 bytes (1 switches on core 0) [pid: 7|app: 0|req: 915/1730] 10.0.0.146 () {32 vars in 632 bytes} [Tue Apr 14 06:52:04 2026] GET /v2.0/ => generated 632 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 816/1731] 10.0.0.146 () {32 vars in 739 bytes} [Tue Apr 14 06:52:04 2026] DELETE /v2.0/security-groups/20334220-6cb2-406d-a81c-e54c18fbf240 => 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: 817/1732] 10.0.0.146 () {32 vars in 728 bytes} [Tue Apr 14 06:52:04 2026] GET /v2.0/floatingips/3ee19a39-1989-4e56-b645-0bad0d58052b => generated 857 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 916/1733] 10.0.0.146 () {32 vars in 773 bytes} [Tue Apr 14 06:52:04 2026] GET /v2.0/security-groups?tenant_id=1867d624d9634cd8b44ae2bf38804805&name=default => generated 2925 bytes in 130 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 818/1734] 10.0.0.146 () {32 vars in 739 bytes} [Tue Apr 14 06:52:04 2026] DELETE /v2.0/security-groups/5f4feece-8b7a-4d84-9411-4671636dba5d => generated 0 bytes in 110 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 917/1735] 10.0.0.149 () {34 vars in 989 bytes} [Tue Apr 14 06:52:04 2026] GET /v2.0/ports?device_id=e9ac0489-210c-4e8d-a42e-9b54bd8e3fd3 => generated 969 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 918/1736] 10.0.0.149 () {34 vars in 1039 bytes} [Tue Apr 14 06:52:04 2026] GET /v2.0/security-groups?id=04eaa8e0-7740-46fb-be69-e4ba7c53d524&fields=id&fields=name => generated 114 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 819/1737] 10.0.0.146 () {32 vars in 773 bytes} [Tue Apr 14 06:52:04 2026] GET /v2.0/security-groups?tenant_id=fd6bc880941b487b86d8ffa2d7fdfcb0&name=default => generated 2925 bytes in 348 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 919/1738] 10.0.0.146 () {32 vars in 739 bytes} [Tue Apr 14 06:52:05 2026] DELETE /v2.0/security-groups/1036cdd8-1922-4b56-ad0f-cfb52d961cc1 => 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: 820/1739] 10.0.0.149 () {34 vars in 989 bytes} [Tue Apr 14 06:52:05 2026] GET /v2.0/ports?device_id=e9ac0489-210c-4e8d-a42e-9b54bd8e3fd3 => generated 969 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 920/1740] 10.0.0.149 () {34 vars in 1039 bytes} [Tue Apr 14 06:52:06 2026] GET /v2.0/security-groups?id=04eaa8e0-7740-46fb-be69-e4ba7c53d524&fields=id&fields=name => generated 114 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 821/1741] 10.0.0.149 () {34 vars in 989 bytes} [Tue Apr 14 06:52:07 2026] GET /v2.0/ports?device_id=e9ac0489-210c-4e8d-a42e-9b54bd8e3fd3 => 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: 921/1742] 10.0.0.149 () {34 vars in 1039 bytes} [Tue Apr 14 06:52:07 2026] GET /v2.0/security-groups?id=04eaa8e0-7740-46fb-be69-e4ba7c53d524&fields=id&fields=name => generated 114 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 06:52:08.437 8 INFO neutron.db.segments_db [None req-2df5049a-70ce-4be1-8af1-4308f7ab9dcd ea737de9e4744658aa5c6864886e1b24 4c3eb59a86044b2087a3bb333c4901e7 - - default default] Added segment 87769e5c-6ece-4178-940d-936c34dc3d36 of type vxlan for network 8519dbf9-d7aa-4920-8bc9-5af484a55952 [pid: 7|app: 0|req: 922/1743] 10.0.0.149 () {34 vars in 989 bytes} [Tue Apr 14 06:52:08 2026] GET /v2.0/ports?device_id=e9ac0489-210c-4e8d-a42e-9b54bd8e3fd3 => generated 971 bytes in 106 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 923/1744] 10.0.0.149 () {34 vars in 1039 bytes} [Tue Apr 14 06:52:08 2026] GET /v2.0/security-groups?id=04eaa8e0-7740-46fb-be69-e4ba7c53d524&fields=id&fields=name => generated 114 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 822/1745] 10.0.0.146 () {34 vars in 669 bytes} [Tue Apr 14 06:52:08 2026] POST /v2.0/networks => generated 631 bytes in 453 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-14 06:52:08.604 7 INFO neutron.db.segments_db [None req-94bad428-6f6d-412e-8ec2-965a7de9945b ea737de9e4744658aa5c6864886e1b24 4c3eb59a86044b2087a3bb333c4901e7 - - default default] Added segment ace26322-098e-4ebe-9622-fe3a5d1d430b of type vxlan for network 7511df00-0271-4df7-ae30-2d4f5f368dd2 [pid: 8|app: 0|req: 823/1746] 10.0.0.149 () {34 vars in 989 bytes} [Tue Apr 14 06:52:08 2026] GET /v2.0/ports?device_id=e9ac0489-210c-4e8d-a42e-9b54bd8e3fd3 => generated 971 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 924/1747] 10.0.0.146 () {34 vars in 669 bytes} [Tue Apr 14 06:52:08 2026] POST /v2.0/networks => generated 632 bytes in 135 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 925/1748] 10.0.0.146 () {34 vars in 752 bytes} [Tue Apr 14 06:52:08 2026] PUT /v2.0/networks/8519dbf9-d7aa-4920-8bc9-5af484a55952/tags => generated 25 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 926/1749] 10.0.0.146 () {32 vars in 732 bytes} [Tue Apr 14 06:52:08 2026] GET /v2.0/networks/8519dbf9-d7aa-4920-8bc9-5af484a55952/tags => generated 25 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 927/1750] 10.0.0.146 () {34 vars in 752 bytes} [Tue Apr 14 06:52:08 2026] PUT /v2.0/networks/7511df00-0271-4df7-ae30-2d4f5f368dd2/tags => generated 17 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 928/1751] 10.0.0.146 () {32 vars in 732 bytes} [Tue Apr 14 06:52:08 2026] GET /v2.0/networks/7511df00-0271-4df7-ae30-2d4f5f368dd2/tags => generated 17 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 929/1752] 10.0.0.146 () {34 vars in 752 bytes} [Tue Apr 14 06:52:08 2026] PUT /v2.0/networks/7511df00-0271-4df7-ae30-2d4f5f368dd2/tags => generated 12 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 930/1753] 10.0.0.146 () {32 vars in 732 bytes} [Tue Apr 14 06:52:08 2026] GET /v2.0/networks/7511df00-0271-4df7-ae30-2d4f5f368dd2/tags => generated 12 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-14 06:52:09.055 8 INFO neutron.db.l3_db [None req-240aeae2-66d9-4847-8a68-7bc8d67ace4d a4acce45bbbf4940a13308475d1f90c0 45703d5da41045839d065bd8ca265284 - - default default] Floating IP c653ef98-b9b2-45cd-a879-e496eb09c0b8 associated. External IP: 10.96.250.217, port: 299713dd-bc36-4341-8aa0-2e8becb067a9. [pid: 7|app: 0|req: 931/1754] 10.0.0.146 () {32 vars in 732 bytes} [Tue Apr 14 06:52:09 2026] GET /v2.0/networks/8519dbf9-d7aa-4920-8bc9-5af484a55952/tags => generated 25 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-14 06:52:09.289 7 INFO neutron.services.segments.plugin [-] Segment 87769e5c-6ece-4178-940d-936c34dc3d36 resource provider aggregate not found 2026-04-14 06:52:09.290 7 INFO neutron.services.segments.plugin [-] Segment 87769e5c-6ece-4178-940d-936c34dc3d36 resource provider aggregate not found [pid: 7|app: 0|req: 932/1755] 10.0.0.146 () {32 vars in 725 bytes} [Tue Apr 14 06:52:09 2026] DELETE /v2.0/networks/8519dbf9-d7aa-4920-8bc9-5af484a55952 => generated 0 bytes in 157 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-14 06:52:09.318 7 INFO neutron.services.segments.plugin [-] Segment 87769e5c-6ece-4178-940d-936c34dc3d36 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 87769e5c-6ece-4178-940d-936c34dc3d36 found for delete ", "request_id": "req-4e2f47fe-3be9-4f46-9874-c3adae9932ad"}]} 2026-04-14 06:52:09.333 7 INFO neutron.services.segments.plugin [-] Segment 87769e5c-6ece-4178-940d-936c34dc3d36 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 87769e5c-6ece-4178-940d-936c34dc3d36 found for delete ", "request_id": "req-3c9a0110-6bb0-4527-a1a8-35d9e62c3ec9"}]} [pid: 7|app: 0|req: 933/1756] 10.0.0.146 () {32 vars in 725 bytes} [Tue Apr 14 06:52:09 2026] DELETE /v2.0/networks/7511df00-0271-4df7-ae30-2d4f5f368dd2 => generated 0 bytes in 148 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 824/1757] 10.0.0.146 () {34 vars in 748 bytes} [Tue Apr 14 06:52:08 2026] PUT /v2.0/floatingips/c653ef98-b9b2-45cd-a879-e496eb09c0b8 => generated 855 bytes in 869 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 06:52:09.586 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-9ca09f04-0374-457d-b5d8-5ad15b53a4f6'] response: {'name': 'network-changed', 'server_uuid': 'e9ac0489-210c-4e8d-a42e-9b54bd8e3fd3', 'tag': '299713dd-bc36-4341-8aa0-2e8becb067a9', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 934/1758] 199.204.45.53 () {34 vars in 1078 bytes} [Tue Apr 14 06:52:10 2026] GET /v2.0/ports?tenant_id=45703d5da41045839d065bd8ca265284&device_id=e9ac0489-210c-4e8d-a42e-9b54bd8e3fd3 => generated 1240 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 935/1759] 199.204.45.53 () {34 vars in 984 bytes} [Tue Apr 14 06:52:10 2026] GET /v2.0/networks?id=d379b1ae-9770-4e3c-b1ab-c037fcfcbfb2 => generated 771 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 936/1760] 199.204.45.53 () {34 vars in 1056 bytes} [Tue Apr 14 06:52:10 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.7&port_id=299713dd-bc36-4341-8aa0-2e8becb067a9 => 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: 937/1761] 10.0.0.146 () {32 vars in 773 bytes} [Tue Apr 14 06:52:10 2026] GET /v2.0/security-groups?tenant_id=b82213cf136e435699297afbdf09fb4b&name=default => generated 2925 bytes in 181 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 825/1762] 10.0.0.146 () {32 vars in 773 bytes} [Tue Apr 14 06:52:10 2026] GET /v2.0/security-groups?tenant_id=9d1a755a7e344392a3d6d96be94bc99e&name=default => generated 2925 bytes in 325 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 938/1763] 199.204.45.53 () {34 vars in 982 bytes} [Tue Apr 14 06:52:10 2026] GET /v2.0/subnets?id=41b981c3-36c2-4563-a94e-82a6b60a35a6 => generated 693 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 826/1764] 10.0.0.146 () {32 vars in 739 bytes} [Tue Apr 14 06:52:10 2026] DELETE /v2.0/security-groups/0ec4b63e-a150-4645-8bf4-f4bc45fbad2e => 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: 939/1765] 10.0.0.146 () {32 vars in 739 bytes} [Tue Apr 14 06:52:10 2026] DELETE /v2.0/security-groups/dd2a4c4a-bab5-4b47-9635-30719e02b61d => 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: 827/1766] 199.204.45.53 () {34 vars in 1050 bytes} [Tue Apr 14 06:52:10 2026] GET /v2.0/ports?network_id=d379b1ae-9770-4e3c-b1ab-c037fcfcbfb2&device_owner=network%3Adhcp => generated 1244 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 940/1767] 199.204.45.53 () {34 vars in 1010 bytes} [Tue Apr 14 06:52:10 2026] GET /v2.0/networks/d379b1ae-9770-4e3c-b1ab-c037fcfcbfb2?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: 828/1768] 199.204.45.53 () {34 vars in 1110 bytes} [Tue Apr 14 06:52:10 2026] GET /v2.0/networks/d379b1ae-9770-4e3c-b1ab-c037fcfcbfb2?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: 941/1769] 10.0.0.146 () {32 vars in 773 bytes} [Tue Apr 14 06:52:10 2026] GET /v2.0/security-groups?tenant_id=4c3eb59a86044b2087a3bb333c4901e7&name=default => generated 2925 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 829/1770] 10.0.0.146 () {32 vars in 773 bytes} [Tue Apr 14 06:52:10 2026] GET /v2.0/security-groups?tenant_id=8b577570157f4725a8d330d69240d42d&name=default => generated 2925 bytes in 212 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 942/1771] 10.0.0.146 () {32 vars in 739 bytes} [Tue Apr 14 06:52:10 2026] DELETE /v2.0/security-groups/f0799743-46be-4759-b4f5-85cb2d6eb61b => generated 0 bytes in 222 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 830/1772] 10.0.0.146 () {32 vars in 739 bytes} [Tue Apr 14 06:52:10 2026] DELETE /v2.0/security-groups/8fe66303-8d18-4f91-9ff9-be8fbdd1f260 => generated 0 bytes in 123 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-14 06:52:11.349 7 INFO neutron.services.segments.plugin [-] Segment ace26322-098e-4ebe-9622-fe3a5d1d430b resource provider aggregate not found 2026-04-14 06:52:11.354 7 INFO neutron.services.segments.plugin [-] Segment ace26322-098e-4ebe-9622-fe3a5d1d430b resource provider aggregate not found 2026-04-14 06:52:11.369 7 INFO neutron.services.segments.plugin [-] Segment ace26322-098e-4ebe-9622-fe3a5d1d430b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ace26322-098e-4ebe-9622-fe3a5d1d430b found for delete ", "request_id": "req-a0f6c8f1-9ff0-4209-a062-fcdedc7250aa"}]} 2026-04-14 06:52:11.370 7 INFO neutron.services.segments.plugin [-] Segment ace26322-098e-4ebe-9622-fe3a5d1d430b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ace26322-098e-4ebe-9622-fe3a5d1d430b found for delete ", "request_id": "req-55d1e7ca-0fcc-45f4-92e4-3875de18a253"}]} [pid: 7|app: 0|req: 943/1773] 10.0.0.129 () {34 vars in 989 bytes} [Tue Apr 14 06:52:11 2026] GET /v2.0/ports?device_id=6c93d84d-edf4-45dd-9f83-4d6ba58e72ea => generated 1240 bytes in 295 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 831/1774] 10.0.0.129 () {34 vars in 1039 bytes} [Tue Apr 14 06:52:12 2026] GET /v2.0/security-groups?id=0217d7a5-7d8f-450d-ae5c-80d6df0382fd&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: 833/1777] 10.0.0.146 () {32 vars in 773 bytes} [Tue Apr 14 06:52:15 2026] GET /v2.0/security-groups?tenant_id=91cde9016f5b48dda0200e008f88524a&name=default => generated 2925 bytes in 308 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 945/1778] 10.0.0.146 () {32 vars in 739 bytes} [Tue Apr 14 06:52:16 2026] DELETE /v2.0/security-groups/ac842367-acda-4f57-a8ba-ece6c697e23d => 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: 834/1779] 10.0.0.146 () {32 vars in 773 bytes} [Tue Apr 14 06:52:16 2026] GET /v2.0/security-groups?tenant_id=b059ef3ac0d94085a645b70abf27cba8&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: 946/1780] 10.0.0.146 () {32 vars in 739 bytes} [Tue Apr 14 06:52:16 2026] DELETE /v2.0/security-groups/38d97711-fc7c-4fa4-b8fa-a2d0d12ee4c5 => generated 0 bytes in 106 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 835/1781] 10.0.0.129 () {34 vars in 989 bytes} [Tue Apr 14 06:52:17 2026] GET /v2.0/ports?device_id=e9ac0489-210c-4e8d-a42e-9b54bd8e3fd3 => generated 1240 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 947/1782] 10.0.0.129 () {34 vars in 1039 bytes} [Tue Apr 14 06:52:17 2026] GET /v2.0/security-groups?id=04eaa8e0-7740-46fb-be69-e4ba7c53d524&fields=id&fields=name => generated 114 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 06:52:18.565 8 INFO neutron.db.segments_db [None req-8d1d4710-6516-4dd3-a9a9-14da6a4d7877 07fe03b92fd4416ab1e2727517b45ecd 18a9ceb573b9494d8f9349bd6d83cd30 - - default default] Added segment 770499f4-c471-4642-a063-0bff77eec169 of type vxlan for network 46126409-72b5-48b5-9f98-05e6aa732362 [pid: 8|app: 0|req: 836/1783] 10.0.0.146 () {34 vars in 670 bytes} [Tue Apr 14 06:52:18 2026] POST /v2.0/networks => generated 740 bytes in 449 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 948/1784] 10.0.0.146 () {34 vars in 668 bytes} [Tue Apr 14 06:52:18 2026] POST /v2.0/subnets => generated 688 bytes in 170 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-14 06:52:18.889 8 INFO neutron.db.segments_db [None req-d57d37cd-2c25-45f3-9e32-2879d6ce5076 07fe03b92fd4416ab1e2727517b45ecd 18a9ceb573b9494d8f9349bd6d83cd30 - - default default] Added segment 6653c05e-d2b9-436f-b925-87889f813114 of type vxlan for network 8fc8862d-e03f-455a-acff-ef127135df19 2026-04-14 06:52:19.139 8 INFO neutron.db.l3_hamode_db [None req-d57d37cd-2c25-45f3-9e32-2879d6ce5076 07fe03b92fd4416ab1e2727517b45ecd e8d9caf50f9846f48fb1803884a8d599 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-14 06:52:19.996 8 INFO neutron.db.l3_hamode_db [None req-d57d37cd-2c25-45f3-9e32-2879d6ce5076 07fe03b92fd4416ab1e2727517b45ecd 18a9ceb573b9494d8f9349bd6d83cd30 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-14 06:52:20.761 7 INFO neutron.db.segments_db [None req-88d9c380-c287-4f39-ab51-b3424ff1de53 f338e706d3b94fdaa54fed57d3f72b2f df2225c5438b4489a1230367d9c47e43 - - default default] Added segment 36924677-4834-467c-968f-1ed58a00ef9d of type vxlan for network b1444614-835b-4b84-8006-1759bc907225 [pid: 7|app: 0|req: 949/1785] 10.0.0.146 () {34 vars in 669 bytes} [Tue Apr 14 06:52:20 2026] POST /v2.0/networks => generated 639 bytes in 851 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 837/1786] 10.0.0.146 () {34 vars in 668 bytes} [Tue Apr 14 06:52:18 2026] POST /v2.0/routers => generated 728 bytes in 2063 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 950/1787] 10.0.0.146 () {34 vars in 668 bytes} [Tue Apr 14 06:52:20 2026] POST /v2.0/subnets => generated 658 bytes in 238 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 951/1788] 10.0.0.146 () {32 vars in 721 bytes} [Tue Apr 14 06:52:21 2026] GET /v2.0/subnetpools?name=shared-default-subnetpool-v6 => generated 19 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 952/1789] 10.0.0.146 () {34 vars in 668 bytes} [Tue Apr 14 06:52:21 2026] POST /v2.0/subnets => generated 730 bytes in 277 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-14 06:52:21.495 7 INFO neutron.db.segments_db [None req-e64cfd86-33bf-4ec8-991a-466676542c2e f338e706d3b94fdaa54fed57d3f72b2f df2225c5438b4489a1230367d9c47e43 - - default default] Added segment 5d8db317-5ffa-4996-b31b-fb6b101595fa of type vxlan for network df08c0c9-12fa-4d58-ba81-757a5f426d2b [pid: 7|app: 0|req: 953/1790] 10.0.0.146 () {34 vars in 669 bytes} [Tue Apr 14 06:52:21 2026] POST /v2.0/networks => generated 638 bytes in 130 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 954/1791] 10.0.0.146 () {34 vars in 668 bytes} [Tue Apr 14 06:52:21 2026] POST /v2.0/subnets => generated 655 bytes in 216 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 955/1792] 10.0.0.146 () {34 vars in 668 bytes} [Tue Apr 14 06:52:21 2026] POST /v2.0/subnets => generated 726 bytes in 194 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 838/1793] 10.0.0.146 () {34 vars in 782 bytes} [Tue Apr 14 06:52:20 2026] PUT /v2.0/routers/2fa73052-28eb-4b44-851a-eda10184c12a/add_router_interface => generated 309 bytes in 1130 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 06:52:22.051 7 INFO neutron.db.segments_db [None req-edb3e0f5-2f69-477a-8084-12c700e0f7a4 f338e706d3b94fdaa54fed57d3f72b2f df2225c5438b4489a1230367d9c47e43 - - default default] Added segment 1e8e1ef9-124b-40ea-a678-27b0a8f376d5 of type vxlan for network 94492cfd-ca7b-482d-a6f7-f1956e6d2420 [pid: 7|app: 0|req: 956/1794] 10.0.0.146 () {34 vars in 669 bytes} [Tue Apr 14 06:52:21 2026] POST /v2.0/networks => generated 637 bytes in 135 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 839/1795] 10.0.0.146 () {34 vars in 668 bytes} [Tue Apr 14 06:52:22 2026] POST /v2.0/subnets => generated 655 bytes in 242 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 957/1796] 10.0.0.146 () {34 vars in 668 bytes} [Tue Apr 14 06:52:22 2026] POST /v2.0/subnets => generated 730 bytes in 298 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-14 06:52:22.760 8 INFO neutron.db.segments_db [None req-3e535592-9bd2-47f7-85cb-b6a55edd15a7 f338e706d3b94fdaa54fed57d3f72b2f df2225c5438b4489a1230367d9c47e43 - - default default] Added segment ac8d9889-a51f-4efe-a3be-cf2095bece8e of type vxlan for network e0f53755-67a4-4917-9aef-bd843e7c43f1 2026-04-14 06:52:23.038 8 INFO neutron.db.l3_hamode_db [None req-3e535592-9bd2-47f7-85cb-b6a55edd15a7 f338e706d3b94fdaa54fed57d3f72b2f df2225c5438b4489a1230367d9c47e43 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-14 06:52:23.254 7 INFO neutron.db.segments_db [None req-7aeb75dc-5159-4896-9daf-323d260f1ebc 07fe03b92fd4416ab1e2727517b45ecd 18a9ceb573b9494d8f9349bd6d83cd30 - - default default] Added segment 91a139a9-2876-4157-9f05-e3fa496b89e5 of type vxlan for network ed7a8a20-98ff-4851-9548-9e64bd312577 [pid: 7|app: 0|req: 958/1797] 10.0.0.146 () {34 vars in 670 bytes} [Tue Apr 14 06:52:23 2026] POST /v2.0/networks => generated 741 bytes in 268 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 959/1798] 10.0.0.146 () {34 vars in 668 bytes} [Tue Apr 14 06:52:23 2026] POST /v2.0/subnets => generated 688 bytes in 199 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-14 06:52:23.594 7 INFO neutron.db.segments_db [None req-a081cb9d-f7af-439c-a49b-940776ca992a 07fe03b92fd4416ab1e2727517b45ecd 18a9ceb573b9494d8f9349bd6d83cd30 - - default default] Added segment f37fb011-932c-4665-af8e-b4132afbb6bf of type vxlan for network 8a4a0f98-16d6-4d54-aee2-a1b92e02b1e1 2026-04-14 06:52:23.827 7 INFO neutron.db.l3_hamode_db [None req-a081cb9d-f7af-439c-a49b-940776ca992a 07fe03b92fd4416ab1e2727517b45ecd 3ee366f2b9c54205b849361a142f53bf - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-14 06:52:23.921 8 INFO neutron.db.l3_hamode_db [None req-3e535592-9bd2-47f7-85cb-b6a55edd15a7 f338e706d3b94fdaa54fed57d3f72b2f df2225c5438b4489a1230367d9c47e43 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-14 06:52:24.674 7 INFO neutron.db.l3_hamode_db [None req-a081cb9d-f7af-439c-a49b-940776ca992a 07fe03b92fd4416ab1e2727517b45ecd 18a9ceb573b9494d8f9349bd6d83cd30 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 840/1799] 10.0.0.146 () {34 vars in 668 bytes} [Tue Apr 14 06:52:22 2026] POST /v2.0/routers => generated 685 bytes in 2101 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 960/1800] 10.0.0.146 () {34 vars in 668 bytes} [Tue Apr 14 06:52:23 2026] POST /v2.0/routers => generated 728 bytes in 2109 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 961/1801] 10.0.0.146 () {32 vars in 825 bytes} [Tue Apr 14 06:52:25 2026] GET /v2.0/ports?project_id=1c3e3674e37a4990b9ee73ebd2a950c8&network_id=a609a427-0710-49e8-a1dc-57dd68783597 => generated 3691 bytes in 125 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 841/1802] 10.0.0.146 () {34 vars in 782 bytes} [Tue Apr 14 06:52:24 2026] PUT /v2.0/routers/c4063e8f-5119-47d0-8914-6321eb536d33/add_router_interface => generated 309 bytes in 1301 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 842/1803] 10.0.0.146 () {32 vars in 741 bytes} [Tue Apr 14 06:52:26 2026] GET /v2.0/subnets?network_id=ee6f4d17-8edd-4b04-a109-e7a4939e3f82 => generated 667 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 962/1804] 10.0.0.146 () {34 vars in 782 bytes} [Tue Apr 14 06:52:25 2026] PUT /v2.0/routers/d3ce175e-7a74-43a2-910e-7508d939203f/add_router_interface => generated 309 bytes in 1309 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 06:52:27.218 7 INFO neutron.db.l3_db [None req-80ae54c7-5496-4042-ab61-eaa847017f9d 7f90d3f105b14304b7c7ab85f000a1d1 1c3e3674e37a4990b9ee73ebd2a950c8 - - default default] Floating IP 3ee19a39-1989-4e56-b645-0bad0d58052b disassociated. External IP: 10.96.250.208, port: 3393a0d0-30fb-4ab4-90e0-1ff39fda7b98. [pid: 7|app: 0|req: 963/1805] 10.0.0.146 () {34 vars in 748 bytes} [Tue Apr 14 06:52:27 2026] PUT /v2.0/floatingips/3ee19a39-1989-4e56-b645-0bad0d58052b => generated 554 bytes in 400 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 06:52:27.537 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-94429fe0-3c26-4f8e-a6dc-94a1b01943e8'] response: {'name': 'network-changed', 'server_uuid': '6c93d84d-edf4-45dd-9f83-4d6ba58e72ea', 'tag': '3393a0d0-30fb-4ab4-90e0-1ff39fda7b98', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 964/1806] 10.0.0.146 () {32 vars in 728 bytes} [Tue Apr 14 06:52:27 2026] GET /v2.0/floatingips/3ee19a39-1989-4e56-b645-0bad0d58052b => generated 554 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 843/1807] 10.0.0.146 () {34 vars in 782 bytes} [Tue Apr 14 06:52:26 2026] PUT /v2.0/routers/c4063e8f-5119-47d0-8914-6321eb536d33/add_router_interface => generated 309 bytes in 1458 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 844/1808] 10.0.0.146 () {34 vars in 684 bytes} [Tue Apr 14 06:52:27 2026] POST /v2.0/security-groups => generated 1671 bytes in 129 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 845/1809] 10.0.0.146 () {34 vars in 694 bytes} [Tue Apr 14 06:52:27 2026] POST /v2.0/security-group-rules => generated 597 bytes in 111 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 846/1810] 10.0.0.146 () {34 vars in 694 bytes} [Tue Apr 14 06:52:28 2026] POST /v2.0/security-group-rules => generated 596 bytes in 110 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 847/1811] 199.204.45.53 () {34 vars in 1078 bytes} [Tue Apr 14 06:52:28 2026] GET /v2.0/ports?tenant_id=1c3e3674e37a4990b9ee73ebd2a950c8&device_id=6c93d84d-edf4-45dd-9f83-4d6ba58e72ea => generated 1240 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 848/1812] 10.0.0.146 () {34 vars in 694 bytes} [Tue Apr 14 06:52:28 2026] POST /v2.0/security-group-rules => generated 602 bytes in 97 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 849/1813] 199.204.45.53 () {34 vars in 984 bytes} [Tue Apr 14 06:52:28 2026] GET /v2.0/networks?id=a609a427-0710-49e8-a1dc-57dd68783597 => generated 757 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 850/1814] 10.0.0.146 () {34 vars in 694 bytes} [Tue Apr 14 06:52:28 2026] POST /v2.0/security-group-rules => generated 601 bytes in 127 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 851/1815] 199.204.45.53 () {34 vars in 1056 bytes} [Tue Apr 14 06:52:28 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.5&port_id=3393a0d0-30fb-4ab4-90e0-1ff39fda7b98 => generated 19 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-14 06:52:28.539 8 INFO neutron.db.securitygroups_db [None req-49e21e84-ef9e-4be7-ae52-80a9f6271342 3aff4f90d8834356aae3fee0798c2153 e8d9caf50f9846f48fb1803884a8d599 - - default default] Project e8d9caf50f9846f48fb1803884a8d599 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: 852/1816] 10.0.0.146 () {34 vars in 694 bytes} [Tue Apr 14 06:52:28 2026] POST /v2.0/security-group-rules => generated 607 bytes in 171 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 853/1817] 199.204.45.53 () {34 vars in 982 bytes} [Tue Apr 14 06:52:28 2026] GET /v2.0/subnets?id=d7780820-92cf-48ab-8f22-167bf93bd978 => generated 677 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 854/1818] 10.0.0.146 () {32 vars in 728 bytes} [Tue Apr 14 06:52:28 2026] GET /v2.0/floatingips/3ee19a39-1989-4e56-b645-0bad0d58052b => generated 554 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 06:52:28.760 8 INFO neutron.db.securitygroups_db [None req-6cbe652a-71da-41e5-bff2-bbfe5f07c9ad 3aff4f90d8834356aae3fee0798c2153 e8d9caf50f9846f48fb1803884a8d599 - - default default] Project e8d9caf50f9846f48fb1803884a8d599 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: 855/1819] 10.0.0.146 () {34 vars in 694 bytes} [Tue Apr 14 06:52:28 2026] POST /v2.0/security-group-rules => generated 606 bytes in 113 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 856/1820] 199.204.45.53 () {34 vars in 1050 bytes} [Tue Apr 14 06:52:28 2026] GET /v2.0/ports?network_id=a609a427-0710-49e8-a1dc-57dd68783597&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: 857/1821] 199.204.45.53 () {34 vars in 1010 bytes} [Tue Apr 14 06:52:28 2026] GET /v2.0/networks/a609a427-0710-49e8-a1dc-57dd68783597?fields=segments => generated 14 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 858/1822] 199.204.45.53 () {34 vars in 1110 bytes} [Tue Apr 14 06:52:28 2026] GET /v2.0/networks/a609a427-0710-49e8-a1dc-57dd68783597?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 965/1823] 10.0.0.146 () {34 vars in 782 bytes} [Tue Apr 14 06:52:27 2026] PUT /v2.0/routers/c4063e8f-5119-47d0-8914-6321eb536d33/add_router_interface => generated 309 bytes in 1381 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 859/1824] 10.0.0.146 () {34 vars in 683 bytes} [Tue Apr 14 06:52:29 2026] POST /v2.0/security-groups => generated 1627 bytes in 147 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 966/1825] 10.0.0.146 () {34 vars in 694 bytes} [Tue Apr 14 06:52:29 2026] POST /v2.0/security-group-rules => generated 597 bytes in 180 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 860/1826] 10.0.0.146 () {34 vars in 684 bytes} [Tue Apr 14 06:52:29 2026] POST /v2.0/security-groups => generated 1660 bytes in 163 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 861/1827] 10.0.0.146 () {34 vars in 694 bytes} [Tue Apr 14 06:52:29 2026] POST /v2.0/security-group-rules => generated 597 bytes in 121 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 967/1830] 10.0.0.146 () {34 vars in 694 bytes} [Tue Apr 14 06:52:29 2026] POST /v2.0/security-group-rules => generated 597 bytes in 179 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 864/1831] 10.0.0.146 () {34 vars in 694 bytes} [Tue Apr 14 06:52:29 2026] POST /v2.0/security-group-rules => generated 602 bytes in 109 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 968/1832] 10.0.0.146 () {34 vars in 694 bytes} [Tue Apr 14 06:52:29 2026] POST /v2.0/security-group-rules => generated 599 bytes in 109 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 969/1833] 10.0.0.146 () {34 vars in 694 bytes} [Tue Apr 14 06:52:29 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: 970/1834] 10.0.0.146 () {32 vars in 728 bytes} [Tue Apr 14 06:52:29 2026] GET /v2.0/floatingips/3ee19a39-1989-4e56-b645-0bad0d58052b => generated 552 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 971/1835] 10.0.0.146 () {34 vars in 694 bytes} [Tue Apr 14 06:52:29 2026] POST /v2.0/security-group-rules => generated 601 bytes in 97 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 972/1836] 10.0.0.146 () {34 vars in 694 bytes} [Tue Apr 14 06:52:29 2026] POST /v2.0/security-group-rules => generated 597 bytes in 114 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 973/1837] 10.0.0.146 () {34 vars in 694 bytes} [Tue Apr 14 06:52:30 2026] POST /v2.0/security-group-rules => generated 597 bytes in 112 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 974/1838] 10.0.0.146 () {34 vars in 694 bytes} [Tue Apr 14 06:52:30 2026] POST /v2.0/security-group-rules => generated 597 bytes in 125 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 975/1839] 10.0.0.146 () {34 vars in 694 bytes} [Tue Apr 14 06:52:30 2026] POST /v2.0/security-group-rules => generated 599 bytes in 116 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 976/1840] 10.0.0.146 () {34 vars in 694 bytes} [Tue Apr 14 06:52:30 2026] POST /v2.0/security-group-rules => generated 601 bytes in 154 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 865/1841] 10.0.0.146 () {34 vars in 675 bytes} [Tue Apr 14 06:52:29 2026] POST /v2.0/floatingips => generated 552 bytes in 949 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 977/1842] 10.0.0.146 () {34 vars in 694 bytes} [Tue Apr 14 06:52:30 2026] POST /v2.0/security-group-rules => generated 597 bytes in 137 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 866/1843] 10.0.0.149 () {34 vars in 1095 bytes} [Tue Apr 14 06:52:30 2026] GET /v2.0/security-groups?name=tempest-secgroup-smoke-35439317&fields=id&tenant_id=e8d9caf50f9846f48fb1803884a8d599 => generated 69 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 867/1844] 10.0.0.149 () {34 vars in 1099 bytes} [Tue Apr 14 06:52:30 2026] GET /v2.0/security-groups?name=tempest-securitygroup--1702912039&fields=id&tenant_id=e8d9caf50f9846f48fb1803884a8d599 => 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: 978/1845] 10.0.0.149 () {34 vars in 989 bytes} [Tue Apr 14 06:52:30 2026] GET /v2.0/ports?device_id=e9ac0489-210c-4e8d-a42e-9b54bd8e3fd3 => generated 971 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 979/1846] 10.0.0.149 () {34 vars in 1039 bytes} [Tue Apr 14 06:52:30 2026] GET /v2.0/security-groups?id=04eaa8e0-7740-46fb-be69-e4ba7c53d524&fields=id&fields=name => generated 114 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 868/1847] 10.0.0.149 () {34 vars in 981 bytes} [Tue Apr 14 06:52:30 2026] GET /v2.0/networks?id=46126409-72b5-48b5-9f98-05e6aa732362 => generated 673 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 980/1848] 10.0.0.149 () {34 vars in 964 bytes} [Tue Apr 14 06:52:30 2026] GET /v2.0/quotas/e8d9caf50f9846f48fb1803884a8d599 => 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: 869/1849] 10.0.0.149 () {34 vars in 1001 bytes} [Tue Apr 14 06:52:30 2026] GET /v2.0/ports?tenant_id=e8d9caf50f9846f48fb1803884a8d599&fields=id => generated 103 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 981/1850] 10.0.0.146 () {34 vars in 684 bytes} [Tue Apr 14 06:52:30 2026] POST /v2.0/security-groups => generated 1673 bytes in 115 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 870/1851] 10.0.0.149 () {34 vars in 989 bytes} [Tue Apr 14 06:52:30 2026] GET /v2.0/ports?device_id=e9ac0489-210c-4e8d-a42e-9b54bd8e3fd3 => 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: 982/1852] 10.0.0.149 () {34 vars in 1007 bytes} [Tue Apr 14 06:52:31 2026] GET /v2.0/networks/46126409-72b5-48b5-9f98-05e6aa732362?fields=segments => generated 14 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 983/1853] 10.0.0.149 () {34 vars in 1039 bytes} [Tue Apr 14 06:52:31 2026] GET /v2.0/security-groups?id=04eaa8e0-7740-46fb-be69-e4ba7c53d524&fields=id&fields=name => generated 114 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 984/1854] 10.0.0.149 () {34 vars in 1107 bytes} [Tue Apr 14 06:52:31 2026] GET /v2.0/networks/46126409-72b5-48b5-9f98-05e6aa732362?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: 871/1855] 10.0.0.146 () {34 vars in 694 bytes} [Tue Apr 14 06:52:31 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: 7|app: 0|req: 985/1856] 10.0.0.149 () {34 vars in 1093 bytes} [Tue Apr 14 06:52:31 2026] GET /v2.0/security-groups?name=tempest-lb_member_SG-617768160&fields=id&tenant_id=df2225c5438b4489a1230367d9c47e43 => generated 69 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 986/1857] 10.0.0.149 () {34 vars in 981 bytes} [Tue Apr 14 06:52:31 2026] GET /v2.0/networks?id=df08c0c9-12fa-4d58-ba81-757a5f426d2b => generated 705 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 987/1858] 10.0.0.149 () {34 vars in 964 bytes} [Tue Apr 14 06:52:31 2026] GET /v2.0/quotas/df2225c5438b4489a1230367d9c47e43 => generated 292 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 872/1859] 10.0.0.146 () {34 vars in 694 bytes} [Tue Apr 14 06:52:31 2026] POST /v2.0/security-group-rules => generated 596 bytes in 147 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 988/1860] 10.0.0.149 () {34 vars in 989 bytes} [Tue Apr 14 06:52:31 2026] GET /v2.0/ports?device_id=8c8fe145-d0fb-4380-9cbb-0fff294ed839 => generated 12 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 873/1861] 10.0.0.149 () {34 vars in 1001 bytes} [Tue Apr 14 06:52:31 2026] GET /v2.0/ports?tenant_id=df2225c5438b4489a1230367d9c47e43&fields=id => generated 241 bytes in 164 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 989/1862] 10.0.0.146 () {34 vars in 694 bytes} [Tue Apr 14 06:52:31 2026] POST /v2.0/security-group-rules => generated 602 bytes in 161 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 874/1863] 10.0.0.149 () {34 vars in 989 bytes} [Tue Apr 14 06:52:31 2026] GET /v2.0/ports?device_id=e9ac0489-210c-4e8d-a42e-9b54bd8e3fd3 => generated 971 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 875/1864] 10.0.0.149 () {34 vars in 1007 bytes} [Tue Apr 14 06:52:31 2026] GET /v2.0/networks/df08c0c9-12fa-4d58-ba81-757a5f426d2b?fields=segments => generated 14 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 876/1865] 10.0.0.149 () {34 vars in 1039 bytes} [Tue Apr 14 06:52:31 2026] GET /v2.0/security-groups?id=04eaa8e0-7740-46fb-be69-e4ba7c53d524&fields=id&fields=name => generated 114 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 990/1866] 10.0.0.146 () {34 vars in 694 bytes} [Tue Apr 14 06:52:31 2026] POST /v2.0/security-group-rules => generated 601 bytes in 132 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 877/1867] 10.0.0.149 () {34 vars in 1107 bytes} [Tue Apr 14 06:52:31 2026] GET /v2.0/networks/df08c0c9-12fa-4d58-ba81-757a5f426d2b?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-14 06:52:31.679 7 INFO neutron.db.securitygroups_db [None req-bb9da82c-b132-4dac-88d2-6c553952dec0 7f90d3f105b14304b7c7ab85f000a1d1 1c3e3674e37a4990b9ee73ebd2a950c8 - - default default] Project 1c3e3674e37a4990b9ee73ebd2a950c8 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: 991/1868] 10.0.0.146 () {34 vars in 694 bytes} [Tue Apr 14 06:52:31 2026] POST /v2.0/security-group-rules => generated 607 bytes in 129 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 878/1869] 10.0.0.149 () {34 vars in 989 bytes} [Tue Apr 14 06:52:31 2026] GET /v2.0/ports?device_id=66be69d6-7304-4c90-80b1-89d2d3bcc8c1 => generated 12 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-14 06:52:31.805 7 INFO neutron.db.securitygroups_db [None req-880165ce-859e-49d9-abb8-005c841a8559 7f90d3f105b14304b7c7ab85f000a1d1 1c3e3674e37a4990b9ee73ebd2a950c8 - - default default] Project 1c3e3674e37a4990b9ee73ebd2a950c8 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: 992/1870] 10.0.0.146 () {34 vars in 694 bytes} [Tue Apr 14 06:52:31 2026] POST /v2.0/security-group-rules => generated 606 bytes in 114 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 879/1871] 10.0.0.146 () {32 vars in 648 bytes} [Tue Apr 14 06:52:32 2026] GET /v2.0/networks => generated 1298 bytes in 144 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 993/1872] 10.0.0.149 () {34 vars in 989 bytes} [Tue Apr 14 06:52:32 2026] GET /v2.0/ports?device_id=8c8fe145-d0fb-4380-9cbb-0fff294ed839 => 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: 880/1873] 10.0.0.149 () {34 vars in 1097 bytes} [Tue Apr 14 06:52:32 2026] GET /v2.0/security-groups?name=tempest-secgroup-smoke-596615181&fields=id&tenant_id=1c3e3674e37a4990b9ee73ebd2a950c8 => generated 69 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 994/1874] 10.0.0.149 () {34 vars in 981 bytes} [Tue Apr 14 06:52:32 2026] GET /v2.0/networks?id=a609a427-0710-49e8-a1dc-57dd68783597 => generated 661 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 881/1875] 10.0.0.149 () {34 vars in 964 bytes} [Tue Apr 14 06:52:32 2026] GET /v2.0/quotas/1c3e3674e37a4990b9ee73ebd2a950c8 => generated 292 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 995/1876] 10.0.0.149 () {34 vars in 1001 bytes} [Tue Apr 14 06:52:32 2026] GET /v2.0/ports?tenant_id=1c3e3674e37a4990b9ee73ebd2a950c8&fields=id => generated 149 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 882/1877] 10.0.0.149 () {34 vars in 989 bytes} [Tue Apr 14 06:52:32 2026] GET /v2.0/ports?device_id=e9ac0489-210c-4e8d-a42e-9b54bd8e3fd3 => 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: 996/1878] 10.0.0.149 () {34 vars in 1007 bytes} [Tue Apr 14 06:52:32 2026] GET /v2.0/networks/a609a427-0710-49e8-a1dc-57dd68783597?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: 883/1879] 10.0.0.149 () {34 vars in 1039 bytes} [Tue Apr 14 06:52:32 2026] GET /v2.0/security-groups?id=04eaa8e0-7740-46fb-be69-e4ba7c53d524&fields=id&fields=name => generated 114 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 997/1880] 10.0.0.149 () {34 vars in 1107 bytes} [Tue Apr 14 06:52:32 2026] GET /v2.0/networks/a609a427-0710-49e8-a1dc-57dd68783597?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: 884/1881] 10.0.0.149 () {34 vars in 989 bytes} [Tue Apr 14 06:52:32 2026] GET /v2.0/ports?device_id=857dd679-353b-4468-84a8-bcd64496dbba => 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: 998/1882] 199.204.45.53 () {34 vars in 1078 bytes} [Tue Apr 14 06:52:32 2026] GET /v2.0/ports?tenant_id=45703d5da41045839d065bd8ca265284&device_id=e9ac0489-210c-4e8d-a42e-9b54bd8e3fd3 => generated 1240 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 885/1883] 199.204.45.53 () {34 vars in 984 bytes} [Tue Apr 14 06:52:33 2026] GET /v2.0/networks?id=d379b1ae-9770-4e3c-b1ab-c037fcfcbfb2 => generated 771 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 999/1884] 199.204.45.53 () {34 vars in 1056 bytes} [Tue Apr 14 06:52:33 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.7&port_id=299713dd-bc36-4341-8aa0-2e8becb067a9 => generated 860 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 886/1885] 199.204.45.53 () {34 vars in 982 bytes} [Tue Apr 14 06:52:33 2026] GET /v2.0/subnets?id=41b981c3-36c2-4563-a94e-82a6b60a35a6 => generated 693 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1000/1886] 199.204.45.53 () {34 vars in 1050 bytes} [Tue Apr 14 06:52:33 2026] GET /v2.0/ports?network_id=d379b1ae-9770-4e3c-b1ab-c037fcfcbfb2&device_owner=network%3Adhcp => generated 1244 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 887/1887] 199.204.45.53 () {34 vars in 1010 bytes} [Tue Apr 14 06:52:33 2026] GET /v2.0/networks/d379b1ae-9770-4e3c-b1ab-c037fcfcbfb2?fields=segments => generated 14 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1001/1888] 199.204.45.53 () {34 vars in 1110 bytes} [Tue Apr 14 06:52:33 2026] GET /v2.0/networks/d379b1ae-9770-4e3c-b1ab-c037fcfcbfb2?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 888/1889] 10.0.0.149 () {34 vars in 989 bytes} [Tue Apr 14 06:52:33 2026] GET /v2.0/ports?device_id=8c8fe145-d0fb-4380-9cbb-0fff294ed839 => generated 12 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1002/1890] 10.0.0.149 () {34 vars in 989 bytes} [Tue Apr 14 06:52:33 2026] GET /v2.0/ports?device_id=e9ac0489-210c-4e8d-a42e-9b54bd8e3fd3 => 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: 889/1891] 10.0.0.149 () {34 vars in 1039 bytes} [Tue Apr 14 06:52:33 2026] GET /v2.0/security-groups?id=04eaa8e0-7740-46fb-be69-e4ba7c53d524&fields=id&fields=name => generated 114 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1003/1892] 10.0.0.149 () {34 vars in 989 bytes} [Tue Apr 14 06:52:34 2026] GET /v2.0/ports?device_id=857dd679-353b-4468-84a8-bcd64496dbba => 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: 890/1893] 10.0.0.149 () {34 vars in 989 bytes} [Tue Apr 14 06:52:34 2026] GET /v2.0/ports?device_id=8c8fe145-d0fb-4380-9cbb-0fff294ed839 => generated 12 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1004/1894] 10.0.0.149 () {34 vars in 989 bytes} [Tue Apr 14 06:52:34 2026] GET /v2.0/ports?device_id=e9ac0489-210c-4e8d-a42e-9b54bd8e3fd3 => generated 971 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 891/1895] 10.0.0.149 () {34 vars in 1039 bytes} [Tue Apr 14 06:52:35 2026] GET /v2.0/security-groups?id=04eaa8e0-7740-46fb-be69-e4ba7c53d524&fields=id&fields=name => generated 114 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1005/1896] 10.0.0.149 () {34 vars in 989 bytes} [Tue Apr 14 06:52:35 2026] GET /v2.0/ports?device_id=857dd679-353b-4468-84a8-bcd64496dbba => 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: 892/1897] 199.204.45.53 () {34 vars in 984 bytes} [Tue Apr 14 06:52:35 2026] GET /v2.0/networks?id=46126409-72b5-48b5-9f98-05e6aa732362 => generated 673 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1006/1898] 199.204.45.53 () {34 vars in 1048 bytes} [Tue Apr 14 06:52:35 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=e8d9caf50f9846f48fb1803884a8d599 => generated 272 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1007/1899] 10.0.0.149 () {34 vars in 989 bytes} [Tue Apr 14 06:52:35 2026] GET /v2.0/ports?device_id=8c8fe145-d0fb-4380-9cbb-0fff294ed839 => 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: 893/1900] 199.204.45.53 () {38 vars in 953 bytes} [Tue Apr 14 06:52:35 2026] POST /v2.0/ports => generated 993 bytes in 403 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 1008/1901] 10.0.0.149 () {34 vars in 989 bytes} [Tue Apr 14 06:52:36 2026] GET /v2.0/ports?device_id=e9ac0489-210c-4e8d-a42e-9b54bd8e3fd3 => generated 971 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 894/1902] 10.0.0.149 () {34 vars in 989 bytes} [Tue Apr 14 06:52:36 2026] GET /v2.0/ports?device_id=857dd679-353b-4468-84a8-bcd64496dbba => 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: 895/1903] 10.0.0.149 () {34 vars in 1039 bytes} [Tue Apr 14 06:52:36 2026] GET /v2.0/security-groups?id=04eaa8e0-7740-46fb-be69-e4ba7c53d524&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: 1009/1904] 199.204.45.53 () {38 vars in 1026 bytes} [Tue Apr 14 06:52:36 2026] PUT /v2.0/ports/2ea6d50d-e412-4780-b349-192e001ef8a1 => generated 1274 bytes in 397 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-14 06:52:36.643 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-f475b9a3-72df-49db-b6e2-21d7bb5ac033'] response: {'name': 'network-changed', 'server_uuid': '8c8fe145-d0fb-4380-9cbb-0fff294ed839', 'tag': '2ea6d50d-e412-4780-b349-192e001ef8a1', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 896/1905] 10.0.0.149 () {34 vars in 989 bytes} [Tue Apr 14 06:52:36 2026] GET /v2.0/ports?device_id=66be69d6-7304-4c90-80b1-89d2d3bcc8c1 => generated 12 bytes in 28 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: 1010/1906] 10.0.0.149 () {34 vars in 989 bytes} [Tue Apr 14 06:52:36 2026] GET /v2.0/ports?device_id=8c8fe145-d0fb-4380-9cbb-0fff294ed839 => generated 1008 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 897/1907] 10.0.0.149 () {34 vars in 1119 bytes} [Tue Apr 14 06:52:37 2026] GET /v2.0/security-groups?id=ef5911e8-43c0-4783-a34d-d6e92effb59d&id=039d54b9-efa8-4f34-b87a-7560873461be&fields=id&fields=name => generated 205 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1011/1908] 199.204.45.53 () {34 vars in 1078 bytes} [Tue Apr 14 06:52:37 2026] GET /v2.0/ports?tenant_id=e8d9caf50f9846f48fb1803884a8d599&device_id=8c8fe145-d0fb-4380-9cbb-0fff294ed839 => generated 1277 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 898/1909] 199.204.45.53 () {34 vars in 1016 bytes} [Tue Apr 14 06:52:37 2026] GET /v2.0/networks?tenant_id=e8d9caf50f9846f48fb1803884a8d599&shared=False => generated 768 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 899/1910] 10.0.0.149 () {34 vars in 989 bytes} [Tue Apr 14 06:52:37 2026] GET /v2.0/ports?device_id=857dd679-353b-4468-84a8-bcd64496dbba => 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: 1012/1911] 199.204.45.53 () {34 vars in 928 bytes} [Tue Apr 14 06:52:37 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 900/1912] 10.0.0.149 () {34 vars in 989 bytes} [Tue Apr 14 06:52:37 2026] GET /v2.0/ports?device_id=e9ac0489-210c-4e8d-a42e-9b54bd8e3fd3 => generated 971 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1013/1913] 10.0.0.149 () {34 vars in 1039 bytes} [Tue Apr 14 06:52:37 2026] GET /v2.0/security-groups?id=04eaa8e0-7740-46fb-be69-e4ba7c53d524&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: 901/1914] 199.204.45.53 () {34 vars in 984 bytes} [Tue Apr 14 06:52:37 2026] GET /v2.0/networks?id=df08c0c9-12fa-4d58-ba81-757a5f426d2b => 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: 1014/1915] 199.204.45.53 () {34 vars in 1048 bytes} [Tue Apr 14 06:52:37 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=df2225c5438b4489a1230367d9c47e43 => generated 178 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1015/1916] 10.0.0.149 () {34 vars in 989 bytes} [Tue Apr 14 06:52:38 2026] GET /v2.0/ports?device_id=8c8fe145-d0fb-4380-9cbb-0fff294ed839 => generated 1008 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1016/1917] 10.0.0.149 () {34 vars in 1119 bytes} [Tue Apr 14 06:52:38 2026] GET /v2.0/security-groups?id=ef5911e8-43c0-4783-a34d-d6e92effb59d&id=039d54b9-efa8-4f34-b87a-7560873461be&fields=id&fields=name => generated 205 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 902/1918] 199.204.45.53 () {38 vars in 953 bytes} [Tue Apr 14 06:52:37 2026] POST /v2.0/ports => generated 1183 bytes in 382 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: 1017/1919] 199.204.45.53 () {34 vars in 1078 bytes} [Tue Apr 14 06:52:38 2026] GET /v2.0/ports?tenant_id=e8d9caf50f9846f48fb1803884a8d599&device_id=8c8fe145-d0fb-4380-9cbb-0fff294ed839 => generated 1277 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1018/1920] 10.0.0.149 () {34 vars in 989 bytes} [Tue Apr 14 06:52:38 2026] GET /v2.0/ports?device_id=857dd679-353b-4468-84a8-bcd64496dbba => 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: 1019/1921] 199.204.45.53 () {34 vars in 1056 bytes} [Tue Apr 14 06:52:38 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.6&port_id=2ea6d50d-e412-4780-b349-192e001ef8a1 => 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: 1020/1922] 199.204.45.53 () {34 vars in 982 bytes} [Tue Apr 14 06:52:38 2026] GET /v2.0/subnets?id=bf7265f5-7e83-44ef-9b41-68bc2285415b => generated 691 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1021/1923] 199.204.45.53 () {34 vars in 1050 bytes} [Tue Apr 14 06:52:38 2026] GET /v2.0/ports?network_id=46126409-72b5-48b5-9f98-05e6aa732362&device_owner=network%3Adhcp => generated 1244 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1022/1924] 199.204.45.53 () {34 vars in 1010 bytes} [Tue Apr 14 06:52:38 2026] GET /v2.0/networks/46126409-72b5-48b5-9f98-05e6aa732362?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: 1023/1925] 10.0.0.149 () {34 vars in 989 bytes} [Tue Apr 14 06:52:38 2026] GET /v2.0/ports?device_id=e9ac0489-210c-4e8d-a42e-9b54bd8e3fd3 => generated 969 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1024/1926] 199.204.45.53 () {34 vars in 1110 bytes} [Tue Apr 14 06:52:38 2026] GET /v2.0/networks/46126409-72b5-48b5-9f98-05e6aa732362?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1025/1927] 10.0.0.149 () {34 vars in 1039 bytes} [Tue Apr 14 06:52:38 2026] GET /v2.0/security-groups?id=04eaa8e0-7740-46fb-be69-e4ba7c53d524&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: 903/1928] 199.204.45.53 () {38 vars in 1026 bytes} [Tue Apr 14 06:52:38 2026] PUT /v2.0/ports/8fe2eb6a-02c8-4029-b7f7-7ec039b14ba5 => generated 1464 bytes in 492 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-14 06:52:38.845 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-3a62d5b4-4cec-41e0-a611-cb6720e72b8c'] response: {'name': 'network-changed', 'server_uuid': '66be69d6-7304-4c90-80b1-89d2d3bcc8c1', 'tag': '8fe2eb6a-02c8-4029-b7f7-7ec039b14ba5', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1026/1929] 10.0.0.149 () {34 vars in 989 bytes} [Tue Apr 14 06:52:39 2026] GET /v2.0/ports?device_id=8c8fe145-d0fb-4380-9cbb-0fff294ed839 => generated 1008 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 904/1930] 10.0.0.149 () {34 vars in 1119 bytes} [Tue Apr 14 06:52:39 2026] GET /v2.0/security-groups?id=ef5911e8-43c0-4783-a34d-d6e92effb59d&id=039d54b9-efa8-4f34-b87a-7560873461be&fields=id&fields=name => generated 205 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1027/1931] 199.204.45.53 () {34 vars in 1078 bytes} [Tue Apr 14 06:52:39 2026] GET /v2.0/ports?tenant_id=df2225c5438b4489a1230367d9c47e43&device_id=66be69d6-7304-4c90-80b1-89d2d3bcc8c1 => generated 1467 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 905/1932] 199.204.45.53 () {34 vars in 1016 bytes} [Tue Apr 14 06:52:39 2026] GET /v2.0/networks?tenant_id=df2225c5438b4489a1230367d9c47e43&shared=False => generated 2374 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 906/1933] 10.0.0.149 () {34 vars in 989 bytes} [Tue Apr 14 06:52:39 2026] GET /v2.0/ports?device_id=857dd679-353b-4468-84a8-bcd64496dbba => 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: 1028/1934] 199.204.45.53 () {34 vars in 928 bytes} [Tue Apr 14 06:52:39 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 907/1935] 10.0.0.149 () {34 vars in 989 bytes} [Tue Apr 14 06:52:39 2026] GET /v2.0/ports?device_id=e9ac0489-210c-4e8d-a42e-9b54bd8e3fd3 => generated 969 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1029/1936] 10.0.0.149 () {34 vars in 1039 bytes} [Tue Apr 14 06:52:39 2026] GET /v2.0/security-groups?id=04eaa8e0-7740-46fb-be69-e4ba7c53d524&fields=id&fields=name => generated 114 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 908/1937] 199.204.45.53 () {34 vars in 984 bytes} [Tue Apr 14 06:52:40 2026] GET /v2.0/networks?id=a609a427-0710-49e8-a1dc-57dd68783597 => generated 661 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1030/1938] 199.204.45.53 () {34 vars in 1048 bytes} [Tue Apr 14 06:52:40 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=1c3e3674e37a4990b9ee73ebd2a950c8 => generated 273 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1031/1939] 10.0.0.149 () {34 vars in 989 bytes} [Tue Apr 14 06:52:40 2026] GET /v2.0/ports?device_id=8c8fe145-d0fb-4380-9cbb-0fff294ed839 => 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: 909/1940] 199.204.45.53 () {38 vars in 953 bytes} [Tue Apr 14 06:52:40 2026] POST /v2.0/ports => generated 954 bytes in 365 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: 1032/1941] 10.0.0.149 () {34 vars in 1119 bytes} [Tue Apr 14 06:52:40 2026] GET /v2.0/security-groups?id=ef5911e8-43c0-4783-a34d-d6e92effb59d&id=039d54b9-efa8-4f34-b87a-7560873461be&fields=id&fields=name => generated 205 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1033/1942] 199.204.45.53 () {34 vars in 1078 bytes} [Tue Apr 14 06:52:40 2026] GET /v2.0/ports?tenant_id=df2225c5438b4489a1230367d9c47e43&device_id=66be69d6-7304-4c90-80b1-89d2d3bcc8c1 => generated 1467 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1034/1943] 10.0.0.149 () {34 vars in 989 bytes} [Tue Apr 14 06:52:40 2026] GET /v2.0/ports?device_id=857dd679-353b-4468-84a8-bcd64496dbba => generated 957 bytes in 99 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1035/1944] 199.204.45.53 () {34 vars in 1056 bytes} [Tue Apr 14 06:52:40 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.227&port_id=8fe2eb6a-02c8-4029-b7f7-7ec039b14ba5 => 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: 1036/1945] 10.0.0.149 () {34 vars in 1039 bytes} [Tue Apr 14 06:52:40 2026] GET /v2.0/security-groups?id=3ff2ec92-c9d0-4541-a1a8-0bd071db16cc&fields=id&fields=name => generated 113 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1037/1946] 199.204.45.53 () {34 vars in 1102 bytes} [Tue Apr 14 06:52:40 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A2de&port_id=8fe2eb6a-02c8-4029-b7f7-7ec039b14ba5 => generated 19 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1038/1947] 199.204.45.53 () {34 vars in 1062 bytes} [Tue Apr 14 06:52:40 2026] GET /v2.0/subnets?id=37e972b1-09a7-417a-8cb1-1c8c891ad91a&id=ff8ba4db-29c9-4fcd-adb0-2eeef0cd6b8e => generated 1410 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1039/1948] 199.204.45.53 () {34 vars in 1050 bytes} [Tue Apr 14 06:52:40 2026] GET /v2.0/ports?network_id=df08c0c9-12fa-4d58-ba81-757a5f426d2b&device_owner=network%3Adhcp => generated 1457 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1040/1949] 199.204.45.53 () {34 vars in 1050 bytes} [Tue Apr 14 06:52:40 2026] GET /v2.0/ports?network_id=df08c0c9-12fa-4d58-ba81-757a5f426d2b&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: 910/1950] 199.204.45.53 () {38 vars in 1026 bytes} [Tue Apr 14 06:52:40 2026] PUT /v2.0/ports/a7c0add8-c1cb-46b6-a05c-13023403b5fc => generated 1235 bytes in 391 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: 1041/1951] 199.204.45.53 () {34 vars in 1010 bytes} [Tue Apr 14 06:52:40 2026] GET /v2.0/networks/df08c0c9-12fa-4d58-ba81-757a5f426d2b?fields=segments => generated 14 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-14 06:52:40.976 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-0eddd39e-54b7-49e4-95bc-d6710db62156'] response: {'name': 'network-changed', 'server_uuid': '857dd679-353b-4468-84a8-bcd64496dbba', 'tag': 'a7c0add8-c1cb-46b6-a05c-13023403b5fc', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 911/1952] 10.0.0.149 () {34 vars in 989 bytes} [Tue Apr 14 06:52:40 2026] GET /v2.0/ports?device_id=e9ac0489-210c-4e8d-a42e-9b54bd8e3fd3 => generated 971 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1042/1953] 199.204.45.53 () {34 vars in 1110 bytes} [Tue Apr 14 06:52:40 2026] GET /v2.0/networks/df08c0c9-12fa-4d58-ba81-757a5f426d2b?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: 912/1954] 10.0.0.149 () {34 vars in 1039 bytes} [Tue Apr 14 06:52:40 2026] GET /v2.0/security-groups?id=04eaa8e0-7740-46fb-be69-e4ba7c53d524&fields=id&fields=name => generated 114 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1043/1955] 199.204.45.53 () {34 vars in 1078 bytes} [Tue Apr 14 06:52:41 2026] GET /v2.0/ports?tenant_id=1c3e3674e37a4990b9ee73ebd2a950c8&device_id=857dd679-353b-4468-84a8-bcd64496dbba => generated 1238 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 913/1956] 199.204.45.53 () {34 vars in 1016 bytes} [Tue Apr 14 06:52:41 2026] GET /v2.0/networks?tenant_id=1c3e3674e37a4990b9ee73ebd2a950c8&shared=False => generated 757 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1044/1957] 10.0.0.149 () {34 vars in 989 bytes} [Tue Apr 14 06:52:41 2026] GET /v2.0/ports?device_id=8c8fe145-d0fb-4380-9cbb-0fff294ed839 => generated 1008 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 914/1958] 199.204.45.53 () {34 vars in 928 bytes} [Tue Apr 14 06:52:41 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: 1045/1959] 10.0.0.149 () {34 vars in 1119 bytes} [Tue Apr 14 06:52:41 2026] GET /v2.0/security-groups?id=ef5911e8-43c0-4783-a34d-d6e92effb59d&id=039d54b9-efa8-4f34-b87a-7560873461be&fields=id&fields=name => generated 205 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 915/1960] 199.204.45.53 () {34 vars in 992 bytes} [Tue Apr 14 06:52:41 2026] GET /v2.0/ports?device_id=8c8fe145-d0fb-4380-9cbb-0fff294ed839 => generated 1277 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1046/1961] 199.204.45.53 () {34 vars in 1122 bytes} [Tue Apr 14 06:52:41 2026] GET /v2.0/security-groups?id=ef5911e8-43c0-4783-a34d-d6e92effb59d&id=039d54b9-efa8-4f34-b87a-7560873461be&fields=id&fields=name => generated 205 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 916/1962] 10.0.0.149 () {34 vars in 989 bytes} [Tue Apr 14 06:52:41 2026] GET /v2.0/ports?device_id=857dd679-353b-4468-84a8-bcd64496dbba => generated 969 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1047/1963] 10.0.0.149 () {34 vars in 1039 bytes} [Tue Apr 14 06:52:41 2026] GET /v2.0/security-groups?id=3ff2ec92-c9d0-4541-a1a8-0bd071db16cc&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: 917/1964] 10.0.0.149 () {34 vars in 989 bytes} [Tue Apr 14 06:52:41 2026] GET /v2.0/ports?device_id=66be69d6-7304-4c90-80b1-89d2d3bcc8c1 => generated 1198 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1048/1965] 10.0.0.149 () {34 vars in 1039 bytes} [Tue Apr 14 06:52:41 2026] GET /v2.0/security-groups?id=f4526700-ab2e-496f-93b5-c4a4c9af3015&fields=id&fields=name => generated 111 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 918/1966] 10.0.0.149 () {34 vars in 989 bytes} [Tue Apr 14 06:52:42 2026] GET /v2.0/ports?device_id=e9ac0489-210c-4e8d-a42e-9b54bd8e3fd3 => generated 971 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1049/1967] 10.0.0.149 () {34 vars in 1039 bytes} [Tue Apr 14 06:52:42 2026] GET /v2.0/security-groups?id=04eaa8e0-7740-46fb-be69-e4ba7c53d524&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: 919/1968] 199.204.45.53 () {34 vars in 1078 bytes} [Tue Apr 14 06:52:42 2026] GET /v2.0/ports?tenant_id=1c3e3674e37a4990b9ee73ebd2a950c8&device_id=857dd679-353b-4468-84a8-bcd64496dbba => generated 1238 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1050/1969] 199.204.45.53 () {34 vars in 1056 bytes} [Tue Apr 14 06:52:42 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.3&port_id=a7c0add8-c1cb-46b6-a05c-13023403b5fc => 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: 920/1970] 199.204.45.53 () {34 vars in 982 bytes} [Tue Apr 14 06:52:42 2026] GET /v2.0/subnets?id=d7780820-92cf-48ab-8f22-167bf93bd978 => generated 677 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 921/1971] 199.204.45.53 () {34 vars in 1050 bytes} [Tue Apr 14 06:52:42 2026] GET /v2.0/ports?network_id=a609a427-0710-49e8-a1dc-57dd68783597&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: 1051/1972] 10.0.0.149 () {34 vars in 989 bytes} [Tue Apr 14 06:52:42 2026] GET /v2.0/ports?device_id=8c8fe145-d0fb-4380-9cbb-0fff294ed839 => generated 1008 bytes in 95 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 922/1973] 199.204.45.53 () {34 vars in 1010 bytes} [Tue Apr 14 06:52:42 2026] GET /v2.0/networks/a609a427-0710-49e8-a1dc-57dd68783597?fields=segments => generated 14 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1052/1974] 10.0.0.149 () {34 vars in 1119 bytes} [Tue Apr 14 06:52:42 2026] GET /v2.0/security-groups?id=ef5911e8-43c0-4783-a34d-d6e92effb59d&id=039d54b9-efa8-4f34-b87a-7560873461be&fields=id&fields=name => generated 205 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 923/1975] 199.204.45.53 () {34 vars in 1110 bytes} [Tue Apr 14 06:52:42 2026] GET /v2.0/networks/a609a427-0710-49e8-a1dc-57dd68783597?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: 1053/1976] 10.0.0.149 () {34 vars in 989 bytes} [Tue Apr 14 06:52:42 2026] GET /v2.0/ports?device_id=857dd679-353b-4468-84a8-bcd64496dbba => generated 969 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 924/1977] 10.0.0.149 () {34 vars in 1039 bytes} [Tue Apr 14 06:52:43 2026] GET /v2.0/security-groups?id=3ff2ec92-c9d0-4541-a1a8-0bd071db16cc&fields=id&fields=name => generated 113 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1054/1978] 10.0.0.149 () {34 vars in 989 bytes} [Tue Apr 14 06:52:43 2026] GET /v2.0/ports?device_id=8c8fe145-d0fb-4380-9cbb-0fff294ed839 => generated 1010 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 925/1979] 10.0.0.149 () {34 vars in 1119 bytes} [Tue Apr 14 06:52:44 2026] GET /v2.0/security-groups?id=ef5911e8-43c0-4783-a34d-d6e92effb59d&id=039d54b9-efa8-4f34-b87a-7560873461be&fields=id&fields=name => generated 205 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1055/1980] 10.0.0.149 () {34 vars in 989 bytes} [Tue Apr 14 06:52:44 2026] GET /v2.0/ports?device_id=857dd679-353b-4468-84a8-bcd64496dbba => generated 969 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 926/1981] 10.0.0.149 () {34 vars in 1039 bytes} [Tue Apr 14 06:52:44 2026] GET /v2.0/security-groups?id=3ff2ec92-c9d0-4541-a1a8-0bd071db16cc&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: 928/1984] 10.0.0.149 () {34 vars in 989 bytes} [Tue Apr 14 06:52:45 2026] GET /v2.0/ports?device_id=8c8fe145-d0fb-4380-9cbb-0fff294ed839 => generated 1010 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1057/1985] 10.0.0.149 () {34 vars in 1119 bytes} [Tue Apr 14 06:52:45 2026] GET /v2.0/security-groups?id=ef5911e8-43c0-4783-a34d-d6e92effb59d&id=039d54b9-efa8-4f34-b87a-7560873461be&fields=id&fields=name => generated 205 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 929/1986] 10.0.0.149 () {34 vars in 989 bytes} [Tue Apr 14 06:52:45 2026] GET /v2.0/ports?device_id=857dd679-353b-4468-84a8-bcd64496dbba => generated 969 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1058/1987] 10.0.0.149 () {34 vars in 989 bytes} [Tue Apr 14 06:52:45 2026] GET /v2.0/ports?device_id=8c8fe145-d0fb-4380-9cbb-0fff294ed839 => generated 1010 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 930/1988] 10.0.0.149 () {34 vars in 1039 bytes} [Tue Apr 14 06:52:45 2026] GET /v2.0/security-groups?id=3ff2ec92-c9d0-4541-a1a8-0bd071db16cc&fields=id&fields=name => generated 113 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 06:52:45.733 7 INFO neutron.db.l3_db [None req-db1a1d65-67a1-4ebb-b94a-3bbbefd315fe 3aff4f90d8834356aae3fee0798c2153 e8d9caf50f9846f48fb1803884a8d599 - - default default] Floating IP 98122288-4629-480e-89c2-2be7bb14e492 associated. External IP: 10.96.250.218, port: 2ea6d50d-e412-4780-b349-192e001ef8a1. [pid: 7|app: 0|req: 1059/1989] 10.0.0.146 () {34 vars in 748 bytes} [Tue Apr 14 06:52:45 2026] PUT /v2.0/floatingips/98122288-4629-480e-89c2-2be7bb14e492 => generated 855 bytes in 638 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 06:52:46.041 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-95a30215-c6eb-49e8-8702-57b9fb37e012'] response: {'name': 'network-changed', 'server_uuid': '8c8fe145-d0fb-4380-9cbb-0fff294ed839', 'tag': '2ea6d50d-e412-4780-b349-192e001ef8a1', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 931/1990] 10.0.0.149 () {34 vars in 989 bytes} [Tue Apr 14 06:52:46 2026] GET /v2.0/ports?device_id=857dd679-353b-4468-84a8-bcd64496dbba => generated 971 bytes in 100 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 932/1991] 199.204.45.53 () {34 vars in 1078 bytes} [Tue Apr 14 06:52:46 2026] GET /v2.0/ports?tenant_id=e8d9caf50f9846f48fb1803884a8d599&device_id=8c8fe145-d0fb-4380-9cbb-0fff294ed839 => generated 1279 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1060/1992] 10.0.0.149 () {34 vars in 1039 bytes} [Tue Apr 14 06:52:46 2026] GET /v2.0/security-groups?id=3ff2ec92-c9d0-4541-a1a8-0bd071db16cc&fields=id&fields=name => generated 113 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 933/1993] 199.204.45.53 () {34 vars in 984 bytes} [Tue Apr 14 06:52:46 2026] GET /v2.0/networks?id=46126409-72b5-48b5-9f98-05e6aa732362 => generated 768 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1061/1994] 199.204.45.53 () {34 vars in 1056 bytes} [Tue Apr 14 06:52:46 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.6&port_id=2ea6d50d-e412-4780-b349-192e001ef8a1 => generated 858 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 934/1995] 199.204.45.53 () {34 vars in 982 bytes} [Tue Apr 14 06:52:46 2026] GET /v2.0/subnets?id=bf7265f5-7e83-44ef-9b41-68bc2285415b => 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: 1062/1996] 199.204.45.53 () {34 vars in 1050 bytes} [Tue Apr 14 06:52:46 2026] GET /v2.0/ports?network_id=46126409-72b5-48b5-9f98-05e6aa732362&device_owner=network%3Adhcp => generated 1244 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 935/1997] 199.204.45.53 () {34 vars in 1010 bytes} [Tue Apr 14 06:52:46 2026] GET /v2.0/networks/46126409-72b5-48b5-9f98-05e6aa732362?fields=segments => generated 14 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1063/1998] 199.204.45.53 () {34 vars in 1110 bytes} [Tue Apr 14 06:52:46 2026] GET /v2.0/networks/46126409-72b5-48b5-9f98-05e6aa732362?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 936/1999] 10.0.0.149 () {34 vars in 989 bytes} [Tue Apr 14 06:52:47 2026] GET /v2.0/ports?device_id=66be69d6-7304-4c90-80b1-89d2d3bcc8c1 => generated 1200 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1064/2000] 10.0.0.149 () {34 vars in 1039 bytes} [Tue Apr 14 06:52:47 2026] GET /v2.0/security-groups?id=f4526700-ab2e-496f-93b5-c4a4c9af3015&fields=id&fields=name => generated 111 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 937/2001] 10.0.0.146 () {32 vars in 817 bytes} [Tue Apr 14 06:52:47 2026] GET /v2.0/ports?network_id=df08c0c9-12fa-4d58-ba81-757a5f426d2b&mac_address=fa%3A16%3A3e%3A32%3A3c%3A54 => generated 1200 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 938/2002] 10.0.0.149 () {34 vars in 989 bytes} [Tue Apr 14 06:52:47 2026] GET /v2.0/ports?device_id=857dd679-353b-4468-84a8-bcd64496dbba => generated 971 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 939/2003] 10.0.0.149 () {34 vars in 1039 bytes} [Tue Apr 14 06:52:47 2026] GET /v2.0/security-groups?id=3ff2ec92-c9d0-4541-a1a8-0bd071db16cc&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: 940/2004] 10.0.0.149 () {34 vars in 989 bytes} [Tue Apr 14 06:52:47 2026] GET /v2.0/ports?device_id=857dd679-353b-4468-84a8-bcd64496dbba => generated 971 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 941/2005] 10.0.0.149 () {34 vars in 1039 bytes} [Tue Apr 14 06:52:47 2026] GET /v2.0/security-groups?id=3ff2ec92-c9d0-4541-a1a8-0bd071db16cc&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: 942/2006] 10.0.0.146 () {32 vars in 735 bytes} [Tue Apr 14 06:52:47 2026] GET /v2.0/ports?device_id=857dd679-353b-4468-84a8-bcd64496dbba => generated 1240 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-14 06:52:48.188 7 INFO neutron.db.l3_db [None req-6c5b3152-a94b-4db8-80e6-9f2e912a9756 f338e706d3b94fdaa54fed57d3f72b2f df2225c5438b4489a1230367d9c47e43 - - default default] Floating IP 5f083250-63cb-4ecd-9309-19422b2d6302 associated. External IP: 10.96.250.215, port: 8fe2eb6a-02c8-4029-b7f7-7ec039b14ba5. 2026-04-14 06:52:48.373 8 INFO neutron.db.l3_db [None req-146f5c38-b86f-4efb-b266-2e41944e36db 7f90d3f105b14304b7c7ab85f000a1d1 1c3e3674e37a4990b9ee73ebd2a950c8 - - default default] Floating IP 3ee19a39-1989-4e56-b645-0bad0d58052b associated. External IP: 10.96.250.208, port: a7c0add8-c1cb-46b6-a05c-13023403b5fc. [pid: 7|app: 0|req: 1065/2007] 10.0.0.146 () {34 vars in 676 bytes} [Tue Apr 14 06:52:47 2026] POST /v2.0/floatingips => generated 855 bytes in 1206 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-14 06:52:48.578 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-fb52a90d-4deb-465d-ba80-7ae938e680fb'] response: {'name': 'network-changed', 'server_uuid': '66be69d6-7304-4c90-80b1-89d2d3bcc8c1', 'tag': '8fe2eb6a-02c8-4029-b7f7-7ec039b14ba5', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1066/2008] 10.0.0.149 () {34 vars in 1093 bytes} [Tue Apr 14 06:52:48 2026] GET /v2.0/security-groups?name=tempest-lb_member_SG-617768160&fields=id&tenant_id=df2225c5438b4489a1230367d9c47e43 => generated 69 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 943/2009] 10.0.0.146 () {34 vars in 748 bytes} [Tue Apr 14 06:52:48 2026] PUT /v2.0/floatingips/3ee19a39-1989-4e56-b645-0bad0d58052b => generated 855 bytes in 675 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1067/2010] 10.0.0.149 () {34 vars in 981 bytes} [Tue Apr 14 06:52:48 2026] GET /v2.0/networks?id=94492cfd-ca7b-482d-a6f7-f1956e6d2420 => generated 704 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1068/2011] 10.0.0.149 () {34 vars in 964 bytes} [Tue Apr 14 06:52:48 2026] GET /v2.0/quotas/df2225c5438b4489a1230367d9c47e43 => generated 292 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 06:52:48.730 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-7c98a86e-383e-4f1e-9f2f-85e041fd89bf'] response: {'name': 'network-changed', 'server_uuid': '857dd679-353b-4468-84a8-bcd64496dbba', 'tag': 'a7c0add8-c1cb-46b6-a05c-13023403b5fc', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 944/2012] 10.0.0.146 () {32 vars in 728 bytes} [Tue Apr 14 06:52:48 2026] GET /v2.0/floatingips/3ee19a39-1989-4e56-b645-0bad0d58052b => generated 855 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1069/2013] 10.0.0.149 () {34 vars in 1001 bytes} [Tue Apr 14 06:52:48 2026] GET /v2.0/ports?tenant_id=df2225c5438b4489a1230367d9c47e43&fields=id => generated 333 bytes in 167 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 945/2014] 10.0.0.149 () {34 vars in 1007 bytes} [Tue Apr 14 06:52:48 2026] GET /v2.0/networks/94492cfd-ca7b-482d-a6f7-f1956e6d2420?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: 1070/2015] 10.0.0.149 () {34 vars in 1107 bytes} [Tue Apr 14 06:52:48 2026] GET /v2.0/networks/94492cfd-ca7b-482d-a6f7-f1956e6d2420?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 946/2016] 199.204.45.53 () {34 vars in 1078 bytes} [Tue Apr 14 06:52:49 2026] GET /v2.0/ports?tenant_id=df2225c5438b4489a1230367d9c47e43&device_id=66be69d6-7304-4c90-80b1-89d2d3bcc8c1 => generated 1469 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 947/2017] 199.204.45.53 () {34 vars in 1078 bytes} [Tue Apr 14 06:52:49 2026] GET /v2.0/ports?tenant_id=1c3e3674e37a4990b9ee73ebd2a950c8&device_id=857dd679-353b-4468-84a8-bcd64496dbba => generated 1240 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1071/2018] 199.204.45.53 () {34 vars in 984 bytes} [Tue Apr 14 06:52:49 2026] GET /v2.0/networks?id=df08c0c9-12fa-4d58-ba81-757a5f426d2b => generated 801 bytes in 176 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 948/2019] 10.0.0.149 () {34 vars in 989 bytes} [Tue Apr 14 06:52:49 2026] GET /v2.0/ports?device_id=ee652daa-1f08-4a9a-a543-c02dc7a8afce => 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: 949/2020] 199.204.45.53 () {34 vars in 1056 bytes} [Tue Apr 14 06:52:49 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.227&port_id=8fe2eb6a-02c8-4029-b7f7-7ec039b14ba5 => generated 858 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1072/2021] 199.204.45.53 () {34 vars in 984 bytes} [Tue Apr 14 06:52:49 2026] GET /v2.0/networks?id=a609a427-0710-49e8-a1dc-57dd68783597 => generated 757 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 950/2022] 199.204.45.53 () {34 vars in 1102 bytes} [Tue Apr 14 06:52:49 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A2de&port_id=8fe2eb6a-02c8-4029-b7f7-7ec039b14ba5 => 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: 951/2023] 199.204.45.53 () {34 vars in 1062 bytes} [Tue Apr 14 06:52:49 2026] GET /v2.0/subnets?id=37e972b1-09a7-417a-8cb1-1c8c891ad91a&id=ff8ba4db-29c9-4fcd-adb0-2eeef0cd6b8e => generated 1410 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1073/2024] 199.204.45.53 () {34 vars in 1056 bytes} [Tue Apr 14 06:52:49 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.3&port_id=a7c0add8-c1cb-46b6-a05c-13023403b5fc => generated 858 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 952/2025] 199.204.45.53 () {34 vars in 1050 bytes} [Tue Apr 14 06:52:49 2026] GET /v2.0/ports?network_id=df08c0c9-12fa-4d58-ba81-757a5f426d2b&device_owner=network%3Adhcp => generated 1457 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1074/2026] 199.204.45.53 () {34 vars in 982 bytes} [Tue Apr 14 06:52:49 2026] GET /v2.0/subnets?id=d7780820-92cf-48ab-8f22-167bf93bd978 => generated 677 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1075/2027] 199.204.45.53 () {34 vars in 1050 bytes} [Tue Apr 14 06:52:49 2026] GET /v2.0/ports?network_id=a609a427-0710-49e8-a1dc-57dd68783597&device_owner=network%3Adhcp => generated 1244 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 953/2028] 199.204.45.53 () {34 vars in 1050 bytes} [Tue Apr 14 06:52:49 2026] GET /v2.0/ports?network_id=df08c0c9-12fa-4d58-ba81-757a5f426d2b&device_owner=network%3Adhcp => generated 1457 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1076/2029] 199.204.45.53 () {34 vars in 1010 bytes} [Tue Apr 14 06:52:49 2026] GET /v2.0/networks/a609a427-0710-49e8-a1dc-57dd68783597?fields=segments => generated 14 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 954/2030] 199.204.45.53 () {34 vars in 1010 bytes} [Tue Apr 14 06:52:49 2026] GET /v2.0/networks/df08c0c9-12fa-4d58-ba81-757a5f426d2b?fields=segments => generated 14 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1077/2031] 199.204.45.53 () {34 vars in 1110 bytes} [Tue Apr 14 06:52:49 2026] GET /v2.0/networks/a609a427-0710-49e8-a1dc-57dd68783597?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: 955/2032] 199.204.45.53 () {34 vars in 1110 bytes} [Tue Apr 14 06:52:49 2026] GET /v2.0/networks/df08c0c9-12fa-4d58-ba81-757a5f426d2b?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1078/2033] 10.0.0.146 () {32 vars in 728 bytes} [Tue Apr 14 06:52:49 2026] GET /v2.0/floatingips/3ee19a39-1989-4e56-b645-0bad0d58052b => generated 855 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 956/2034] 10.0.0.129 () {34 vars in 989 bytes} [Tue Apr 14 06:52:50 2026] GET /v2.0/ports?device_id=e9ac0489-210c-4e8d-a42e-9b54bd8e3fd3 => generated 1240 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1079/2035] 10.0.0.129 () {34 vars in 1039 bytes} [Tue Apr 14 06:52:50 2026] GET /v2.0/security-groups?id=04eaa8e0-7740-46fb-be69-e4ba7c53d524&fields=id&fields=name => generated 114 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 957/2036] 10.0.0.146 () {32 vars in 728 bytes} [Tue Apr 14 06:52:50 2026] GET /v2.0/floatingips/3ee19a39-1989-4e56-b645-0bad0d58052b => 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: 1080/2037] 10.0.0.149 () {34 vars in 989 bytes} [Tue Apr 14 06:52:54 2026] GET /v2.0/ports?device_id=ee652daa-1f08-4a9a-a543-c02dc7a8afce => 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: 958/2038] 199.204.45.53 () {34 vars in 984 bytes} [Tue Apr 14 06:52:54 2026] GET /v2.0/networks?id=94492cfd-ca7b-482d-a6f7-f1956e6d2420 => generated 704 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1081/2039] 199.204.45.53 () {34 vars in 1048 bytes} [Tue Apr 14 06:52:54 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=df2225c5438b4489a1230367d9c47e43 => generated 178 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 959/2040] 199.204.45.53 () {38 vars in 953 bytes} [Tue Apr 14 06:52:54 2026] POST /v2.0/ports => generated 1187 bytes in 471 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: 960/2041] 10.0.0.129 () {34 vars in 989 bytes} [Tue Apr 14 06:52:55 2026] GET /v2.0/ports?device_id=66be69d6-7304-4c90-80b1-89d2d3bcc8c1 => generated 1469 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 961/2042] 10.0.0.129 () {34 vars in 1039 bytes} [Tue Apr 14 06:52:55 2026] GET /v2.0/security-groups?id=f4526700-ab2e-496f-93b5-c4a4c9af3015&fields=id&fields=name => generated 111 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1082/2043] 199.204.45.53 () {38 vars in 1026 bytes} [Tue Apr 14 06:52:55 2026] PUT /v2.0/ports/2fadf3ef-b242-4aca-ad7f-9c8d27ebe7d2 => generated 1468 bytes in 440 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-14 06:52:55.522 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-d9c36ed6-847d-4267-8b31-9783ab84d331'] response: {'name': 'network-changed', 'server_uuid': 'ee652daa-1f08-4a9a-a543-c02dc7a8afce', 'tag': '2fadf3ef-b242-4aca-ad7f-9c8d27ebe7d2', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 962/2044] 199.204.45.53 () {34 vars in 1078 bytes} [Tue Apr 14 06:52:56 2026] GET /v2.0/ports?tenant_id=df2225c5438b4489a1230367d9c47e43&device_id=ee652daa-1f08-4a9a-a543-c02dc7a8afce => generated 1471 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1083/2045] 199.204.45.53 () {34 vars in 1016 bytes} [Tue Apr 14 06:52:56 2026] GET /v2.0/networks?tenant_id=df2225c5438b4489a1230367d9c47e43&shared=False => generated 2374 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 963/2046] 199.204.45.53 () {34 vars in 928 bytes} [Tue Apr 14 06:52:56 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: 1084/2047] 199.204.45.53 () {34 vars in 1078 bytes} [Tue Apr 14 06:52:57 2026] GET /v2.0/ports?tenant_id=df2225c5438b4489a1230367d9c47e43&device_id=ee652daa-1f08-4a9a-a543-c02dc7a8afce => generated 1471 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 964/2048] 199.204.45.53 () {34 vars in 1056 bytes} [Tue Apr 14 06:52:57 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.206&port_id=2fadf3ef-b242-4aca-ad7f-9c8d27ebe7d2 => 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: 1085/2049] 199.204.45.53 () {34 vars in 1104 bytes} [Tue Apr 14 06:52:57 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A2ca&port_id=2fadf3ef-b242-4aca-ad7f-9c8d27ebe7d2 => generated 19 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 965/2050] 199.204.45.53 () {34 vars in 1062 bytes} [Tue Apr 14 06:52:57 2026] GET /v2.0/subnets?id=6bb73521-e889-423c-a672-3d6a5dabbcd5&id=9770f230-7282-4f9b-9e4a-b573e0f14ad0 => generated 1414 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1086/2051] 199.204.45.53 () {34 vars in 1050 bytes} [Tue Apr 14 06:52:57 2026] GET /v2.0/ports?network_id=94492cfd-ca7b-482d-a6f7-f1956e6d2420&device_owner=network%3Adhcp => generated 1461 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 966/2052] 199.204.45.53 () {34 vars in 1050 bytes} [Tue Apr 14 06:52:57 2026] GET /v2.0/ports?network_id=94492cfd-ca7b-482d-a6f7-f1956e6d2420&device_owner=network%3Adhcp => generated 1461 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1087/2053] 199.204.45.53 () {34 vars in 1010 bytes} [Tue Apr 14 06:52:57 2026] GET /v2.0/networks/94492cfd-ca7b-482d-a6f7-f1956e6d2420?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: 967/2054] 199.204.45.53 () {34 vars in 1110 bytes} [Tue Apr 14 06:52:57 2026] GET /v2.0/networks/94492cfd-ca7b-482d-a6f7-f1956e6d2420?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: 1089/2057] 10.0.0.149 () {34 vars in 989 bytes} [Tue Apr 14 06:52:59 2026] GET /v2.0/ports?device_id=ee652daa-1f08-4a9a-a543-c02dc7a8afce => generated 1202 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 969/2058] 10.0.0.149 () {34 vars in 1039 bytes} [Tue Apr 14 06:52:59 2026] GET /v2.0/security-groups?id=f4526700-ab2e-496f-93b5-c4a4c9af3015&fields=id&fields=name => generated 111 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1090/2059] 10.0.0.149 () {34 vars in 989 bytes} [Tue Apr 14 06:53:00 2026] GET /v2.0/ports?device_id=e9ac0489-210c-4e8d-a42e-9b54bd8e3fd3 => generated 971 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 970/2060] 10.0.0.149 () {34 vars in 1039 bytes} [Tue Apr 14 06:53:00 2026] GET /v2.0/security-groups?id=04eaa8e0-7740-46fb-be69-e4ba7c53d524&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: 1091/2061] 10.0.0.149 () {34 vars in 989 bytes} [Tue Apr 14 06:53:00 2026] GET /v2.0/ports?device_id=e9ac0489-210c-4e8d-a42e-9b54bd8e3fd3 => 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: 971/2062] 10.0.0.149 () {34 vars in 1039 bytes} [Tue Apr 14 06:53:00 2026] GET /v2.0/security-groups?id=04eaa8e0-7740-46fb-be69-e4ba7c53d524&fields=id&fields=name => generated 114 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1092/2063] 10.0.0.149 () {34 vars in 989 bytes} [Tue Apr 14 06:53:01 2026] GET /v2.0/ports?device_id=e9ac0489-210c-4e8d-a42e-9b54bd8e3fd3 => generated 971 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 972/2064] 10.0.0.149 () {34 vars in 1039 bytes} [Tue Apr 14 06:53:01 2026] GET /v2.0/security-groups?id=04eaa8e0-7740-46fb-be69-e4ba7c53d524&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: 1093/2065] 10.0.0.149 () {34 vars in 989 bytes} [Tue Apr 14 06:53:02 2026] GET /v2.0/ports?device_id=e9ac0489-210c-4e8d-a42e-9b54bd8e3fd3 => generated 971 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 973/2066] 10.0.0.149 () {34 vars in 1039 bytes} [Tue Apr 14 06:53:02 2026] GET /v2.0/security-groups?id=04eaa8e0-7740-46fb-be69-e4ba7c53d524&fields=id&fields=name => generated 114 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1094/2067] 199.204.45.53 () {34 vars in 992 bytes} [Tue Apr 14 06:53:02 2026] GET /v2.0/ports?device_id=e9ac0489-210c-4e8d-a42e-9b54bd8e3fd3 => generated 971 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 06:53:03.146 8 INFO neutron_taas.services.taas.taas_plugin [req-11cd3f14-d112-4fd1-92ad-c9842ee712a6 req-54c2464e-93db-4e4c-bb54-79321a456e3f a4acce45bbbf4940a13308475d1f90c0 45703d5da41045839d065bd8ca265284 - - default default] TaaS: Handle Delete Port: 299713dd-bc36-4341-8aa0-2e8becb067a9 2026-04-14 06:53:03.152 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-11cd3f14-d112-4fd1-92ad-c9842ee712a6 req-54c2464e-93db-4e4c-bb54-79321a456e3f a4acce45bbbf4940a13308475d1f90c0 45703d5da41045839d065bd8ca265284 - - default default] Tap Mirror: Handle Delete Port: 299713dd-bc36-4341-8aa0-2e8becb067a9 2026-04-14 06:53:03.281 8 INFO neutron.db.l3_db [req-11cd3f14-d112-4fd1-92ad-c9842ee712a6 req-54c2464e-93db-4e4c-bb54-79321a456e3f a4acce45bbbf4940a13308475d1f90c0 45703d5da41045839d065bd8ca265284 - - default default] Floating IP c653ef98-b9b2-45cd-a879-e496eb09c0b8 disassociated. External IP: 10.96.250.217, port: 299713dd-bc36-4341-8aa0-2e8becb067a9. [pid: 7|app: 0|req: 1095/2068] 10.0.0.129 () {34 vars in 989 bytes} [Tue Apr 14 06:53:03 2026] GET /v2.0/ports?device_id=857dd679-353b-4468-84a8-bcd64496dbba => generated 1240 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1096/2069] 10.0.0.129 () {34 vars in 1039 bytes} [Tue Apr 14 06:53:03 2026] GET /v2.0/security-groups?id=3ff2ec92-c9d0-4541-a1a8-0bd071db16cc&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: 974/2070] 199.204.45.53 () {36 vars in 995 bytes} [Tue Apr 14 06:53:02 2026] DELETE /v2.0/ports/299713dd-bc36-4341-8aa0-2e8becb067a9 => generated 0 bytes in 709 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-14 06:53:03.741 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-92f995b7-d269-461c-b332-8a832a10bb4f'] response: {'server_uuid': 'e9ac0489-210c-4e8d-a42e-9b54bd8e3fd3', 'name': 'network-vif-deleted', 'tag': '299713dd-bc36-4341-8aa0-2e8becb067a9', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1097/2071] 10.0.0.149 () {34 vars in 989 bytes} [Tue Apr 14 06:53:03 2026] GET /v2.0/ports?device_id=e9ac0489-210c-4e8d-a42e-9b54bd8e3fd3 => generated 12 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 975/2072] 10.0.0.149 () {34 vars in 989 bytes} [Tue Apr 14 06:53:04 2026] GET /v2.0/ports?device_id=ee652daa-1f08-4a9a-a543-c02dc7a8afce => generated 1204 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1098/2073] 10.0.0.149 () {34 vars in 1039 bytes} [Tue Apr 14 06:53:04 2026] GET /v2.0/security-groups?id=f4526700-ab2e-496f-93b5-c4a4c9af3015&fields=id&fields=name => generated 111 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 976/2074] 10.0.0.146 () {32 vars in 817 bytes} [Tue Apr 14 06:53:04 2026] GET /v2.0/ports?network_id=94492cfd-ca7b-482d-a6f7-f1956e6d2420&mac_address=fa%3A16%3A3e%3A31%3A82%3A46 => generated 1204 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 977/2075] 10.0.0.149 () {34 vars in 989 bytes} [Tue Apr 14 06:53:05 2026] GET /v2.0/ports?device_id=e9ac0489-210c-4e8d-a42e-9b54bd8e3fd3 => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-14 06:53:05.657 7 INFO neutron.db.l3_db [None req-a722222a-d1b4-4b3f-9d29-6253836e86f2 f338e706d3b94fdaa54fed57d3f72b2f df2225c5438b4489a1230367d9c47e43 - - default default] Floating IP 45144f21-97b7-49b7-be76-7878ab2fad84 associated. External IP: 10.96.250.203, port: 2fadf3ef-b242-4aca-ad7f-9c8d27ebe7d2. [pid: 7|app: 0|req: 1099/2076] 10.0.0.146 () {34 vars in 676 bytes} [Tue Apr 14 06:53:04 2026] POST /v2.0/floatingips => generated 855 bytes in 1105 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-14 06:53:06.002 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-9ce210cb-a9c0-4ce8-8bb7-5bab882a882d'] response: {'name': 'network-changed', 'server_uuid': 'ee652daa-1f08-4a9a-a543-c02dc7a8afce', 'tag': '2fadf3ef-b242-4aca-ad7f-9c8d27ebe7d2', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 978/2077] 10.0.0.149 () {34 vars in 989 bytes} [Tue Apr 14 06:53:06 2026] GET /v2.0/ports?device_id=e9ac0489-210c-4e8d-a42e-9b54bd8e3fd3 => 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: 1100/2078] 199.204.45.53 () {34 vars in 1078 bytes} [Tue Apr 14 06:53:06 2026] GET /v2.0/ports?tenant_id=df2225c5438b4489a1230367d9c47e43&device_id=ee652daa-1f08-4a9a-a543-c02dc7a8afce => generated 1473 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 979/2079] 199.204.45.53 () {34 vars in 984 bytes} [Tue Apr 14 06:53:06 2026] GET /v2.0/networks?id=94492cfd-ca7b-482d-a6f7-f1956e6d2420 => generated 800 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1101/2080] 199.204.45.53 () {34 vars in 1056 bytes} [Tue Apr 14 06:53:06 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.206&port_id=2fadf3ef-b242-4aca-ad7f-9c8d27ebe7d2 => generated 858 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 980/2081] 199.204.45.53 () {34 vars in 1104 bytes} [Tue Apr 14 06:53:06 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A2ca&port_id=2fadf3ef-b242-4aca-ad7f-9c8d27ebe7d2 => 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: 1102/2082] 199.204.45.53 () {34 vars in 1062 bytes} [Tue Apr 14 06:53:06 2026] GET /v2.0/subnets?id=6bb73521-e889-423c-a672-3d6a5dabbcd5&id=9770f230-7282-4f9b-9e4a-b573e0f14ad0 => generated 1414 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 981/2083] 199.204.45.53 () {34 vars in 1050 bytes} [Tue Apr 14 06:53:06 2026] GET /v2.0/ports?network_id=94492cfd-ca7b-482d-a6f7-f1956e6d2420&device_owner=network%3Adhcp => generated 1461 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1103/2084] 199.204.45.53 () {34 vars in 1050 bytes} [Tue Apr 14 06:53:06 2026] GET /v2.0/ports?network_id=94492cfd-ca7b-482d-a6f7-f1956e6d2420&device_owner=network%3Adhcp => generated 1461 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 982/2085] 199.204.45.53 () {34 vars in 1010 bytes} [Tue Apr 14 06:53:06 2026] GET /v2.0/networks/94492cfd-ca7b-482d-a6f7-f1956e6d2420?fields=segments => generated 14 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1104/2086] 199.204.45.53 () {34 vars in 1110 bytes} [Tue Apr 14 06:53:06 2026] GET /v2.0/networks/94492cfd-ca7b-482d-a6f7-f1956e6d2420?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 983/2087] 10.0.0.146 () {32 vars in 739 bytes} [Tue Apr 14 06:53:07 2026] DELETE /v2.0/security-groups/04eaa8e0-7740-46fb-be69-e4ba7c53d524 => generated 0 bytes in 95 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-14 06:53:07.395 7 INFO neutron.api.v2.resource [None req-081b3b61-5f3e-4fb6-a69a-417e41c41f06 a4acce45bbbf4940a13308475d1f90c0 45703d5da41045839d065bd8ca265284 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1105/2088] 10.0.0.146 () {32 vars in 736 bytes} [Tue Apr 14 06:53:07 2026] GET /v2.0/security-groups/04eaa8e0-7740-46fb-be69-e4ba7c53d524 => generated 146 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-14 06:53:07.504 8 INFO neutron_taas.services.taas.taas_plugin [None req-90eb85b9-fd14-471b-89a3-9905c276a88a a4acce45bbbf4940a13308475d1f90c0 45703d5da41045839d065bd8ca265284 - - default default] TaaS: Handle Delete Port: 5f7d3cd7-a138-4bc2-801f-aa1aff4519b3 2026-04-14 06:53:07.506 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-90eb85b9-fd14-471b-89a3-9905c276a88a a4acce45bbbf4940a13308475d1f90c0 45703d5da41045839d065bd8ca265284 - - default default] Tap Mirror: Handle Delete Port: 5f7d3cd7-a138-4bc2-801f-aa1aff4519b3 [pid: 7|app: 0|req: 1106/2089] 10.0.0.149 () {34 vars in 989 bytes} [Tue Apr 14 06:53:07 2026] GET /v2.0/ports?device_id=8c8fe145-d0fb-4380-9cbb-0fff294ed839 => generated 1010 bytes in 103 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 984/2090] 10.0.0.146 () {32 vars in 731 bytes} [Tue Apr 14 06:53:07 2026] DELETE /v2.0/floatingips/c653ef98-b9b2-45cd-a879-e496eb09c0b8 => generated 0 bytes in 288 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1107/2091] 10.0.0.149 () {34 vars in 1119 bytes} [Tue Apr 14 06:53:07 2026] GET /v2.0/security-groups?id=ef5911e8-43c0-4783-a34d-d6e92effb59d&id=039d54b9-efa8-4f34-b87a-7560873461be&fields=id&fields=name => generated 205 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1108/2092] 10.0.0.146 () {32 vars in 735 bytes} [Tue Apr 14 06:53:07 2026] GET /v2.0/ports?device_id=8c8fe145-d0fb-4380-9cbb-0fff294ed839 => generated 1279 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1109/2093] 10.0.0.146 () {32 vars in 857 bytes} [Tue Apr 14 06:53:07 2026] GET /v2.0/floatingips?floating_network_id=ee6f4d17-8edd-4b04-a109-e7a4939e3f82&port_id=2ea6d50d-e412-4780-b349-192e001ef8a1 => generated 860 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 06:53:08.115 8 INFO neutron_taas.services.taas.taas_plugin [None req-c6cc9b25-0505-46d8-9a59-2a71b2aea49e 07fe03b92fd4416ab1e2727517b45ecd 18a9ceb573b9494d8f9349bd6d83cd30 - - default default] TaaS: Handle Delete Port: 1e75f786-ebea-4028-a7e2-e73dfb161f6a 2026-04-14 06:53:08.119 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c6cc9b25-0505-46d8-9a59-2a71b2aea49e 07fe03b92fd4416ab1e2727517b45ecd 18a9ceb573b9494d8f9349bd6d83cd30 - - default default] Tap Mirror: Handle Delete Port: 1e75f786-ebea-4028-a7e2-e73dfb161f6a [pid: 7|app: 0|req: 1110/2094] 10.0.0.129 () {34 vars in 989 bytes} [Tue Apr 14 06:53:08 2026] GET /v2.0/ports?device_id=8c8fe145-d0fb-4380-9cbb-0fff294ed839 => generated 1279 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1111/2095] 10.0.0.129 () {34 vars in 1119 bytes} [Tue Apr 14 06:53:08 2026] GET /v2.0/security-groups?id=ef5911e8-43c0-4783-a34d-d6e92effb59d&id=039d54b9-efa8-4f34-b87a-7560873461be&fields=id&fields=name => generated 205 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 985/2096] 10.0.0.146 () {34 vars in 788 bytes} [Tue Apr 14 06:53:07 2026] PUT /v2.0/routers/db146e52-679f-4ecc-8e9c-28729a2cc67b/remove_router_interface => generated 309 bytes in 1018 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 06:53:08.931 7 INFO neutron_taas.services.taas.taas_plugin [None req-ae14bb5b-be51-4a0f-9e29-d100337b02dd 07fe03b92fd4416ab1e2727517b45ecd 18a9ceb573b9494d8f9349bd6d83cd30 - - default default] TaaS: Handle Delete Port: 36ec5d4a-7d16-4f27-87b2-405707ba591c 2026-04-14 06:53:08.934 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ae14bb5b-be51-4a0f-9e29-d100337b02dd 07fe03b92fd4416ab1e2727517b45ecd 18a9ceb573b9494d8f9349bd6d83cd30 - - default default] Tap Mirror: Handle Delete Port: 36ec5d4a-7d16-4f27-87b2-405707ba591c 2026-04-14 06:53:09.165 7 INFO neutron_taas.services.taas.taas_plugin [None req-ae14bb5b-be51-4a0f-9e29-d100337b02dd 07fe03b92fd4416ab1e2727517b45ecd 18a9ceb573b9494d8f9349bd6d83cd30 - - default default] TaaS: Handle Delete Port: 2472e946-719e-4527-8f54-0b230f4e8587 2026-04-14 06:53:09.167 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ae14bb5b-be51-4a0f-9e29-d100337b02dd 07fe03b92fd4416ab1e2727517b45ecd 18a9ceb573b9494d8f9349bd6d83cd30 - - default default] Tap Mirror: Handle Delete Port: 2472e946-719e-4527-8f54-0b230f4e8587 2026-04-14 06:53:09.459 7 INFO neutron.services.segments.plugin [-] Segment e47fc5eb-d2ba-4982-964b-9ade52d3411c resource provider aggregate not found 2026-04-14 06:53:09.463 7 INFO neutron.services.segments.plugin [-] Segment e47fc5eb-d2ba-4982-964b-9ade52d3411c resource provider aggregate not found 2026-04-14 06:53:09.482 7 INFO neutron.services.segments.plugin [-] Segment e47fc5eb-d2ba-4982-964b-9ade52d3411c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e47fc5eb-d2ba-4982-964b-9ade52d3411c found for delete ", "request_id": "req-fbef6b8b-6844-4187-a718-a3a48964cf17"}]} 2026-04-14 06:53:09.491 7 INFO neutron.db.l3_hamode_db [None req-ae14bb5b-be51-4a0f-9e29-d100337b02dd 07fe03b92fd4416ab1e2727517b45ecd 18a9ceb573b9494d8f9349bd6d83cd30 - - default default] HA network 2b0bea37-770c-4f67-9a2a-98a5172c9288 was deleted as no HA routers are present in tenant 45703d5da41045839d065bd8ca265284. [pid: 7|app: 0|req: 1112/2097] 10.0.0.146 () {32 vars in 723 bytes} [Tue Apr 14 06:53:08 2026] DELETE /v2.0/routers/db146e52-679f-4ecc-8e9c-28729a2cc67b => generated 0 bytes in 782 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-14 06:53:09.507 7 INFO neutron.services.segments.plugin [-] Segment e47fc5eb-d2ba-4982-964b-9ade52d3411c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e47fc5eb-d2ba-4982-964b-9ade52d3411c found for delete ", "request_id": "req-69d27153-c86f-4d16-9f66-ff327f6b6a32"}]} [pid: 8|app: 0|req: 986/2098] 10.0.0.146 () {32 vars in 723 bytes} [Tue Apr 14 06:53:09 2026] DELETE /v2.0/subnets/41b981c3-36c2-4563-a94e-82a6b60a35a6 => generated 0 bytes in 184 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-14 06:53:09.788 7 INFO neutron_taas.services.taas.taas_plugin [None req-9d5a6bf1-307a-4888-b361-9b8c381e6b82 07fe03b92fd4416ab1e2727517b45ecd 18a9ceb573b9494d8f9349bd6d83cd30 - - default default] TaaS: Handle Delete Port: e13bdd33-90cb-43fd-b179-d910a176567e 2026-04-14 06:53:09.791 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9d5a6bf1-307a-4888-b361-9b8c381e6b82 07fe03b92fd4416ab1e2727517b45ecd 18a9ceb573b9494d8f9349bd6d83cd30 - - default default] Tap Mirror: Handle Delete Port: e13bdd33-90cb-43fd-b179-d910a176567e [pid: 7|app: 0|req: 1113/2099] 10.0.0.146 () {32 vars in 725 bytes} [Tue Apr 14 06:53:09 2026] DELETE /v2.0/networks/d379b1ae-9770-4e3c-b1ab-c037fcfcbfb2 => generated 0 bytes in 305 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 987/2100] 10.0.0.146 () {32 vars in 773 bytes} [Tue Apr 14 06:53:10 2026] GET /v2.0/security-groups?tenant_id=45703d5da41045839d065bd8ca265284&name=default => generated 2925 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1114/2101] 10.0.0.146 () {32 vars in 739 bytes} [Tue Apr 14 06:53:10 2026] DELETE /v2.0/security-groups/86173dc4-7364-486b-9b62-1d04f52a5ade => generated 0 bytes in 99 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 988/2102] 10.0.0.149 () {34 vars in 989 bytes} [Tue Apr 14 06:53:11 2026] GET /v2.0/ports?device_id=8c8fe145-d0fb-4380-9cbb-0fff294ed839 => generated 1010 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1115/2103] 10.0.0.149 () {34 vars in 1119 bytes} [Tue Apr 14 06:53:11 2026] GET /v2.0/security-groups?id=ef5911e8-43c0-4783-a34d-d6e92effb59d&id=039d54b9-efa8-4f34-b87a-7560873461be&fields=id&fields=name => generated 205 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 06:53:11.497 7 INFO neutron.services.segments.plugin [-] Segment d96c55c8-9490-4a12-bae7-468889bb4e58 resource provider aggregate not found 2026-04-14 06:53:11.514 7 INFO neutron.services.segments.plugin [-] Segment d96c55c8-9490-4a12-bae7-468889bb4e58 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d96c55c8-9490-4a12-bae7-468889bb4e58 found for delete ", "request_id": "req-3b296770-1417-47fd-a60a-0d2f01d6ec7d"}]} 2026-04-14 06:53:11.527 7 INFO neutron.services.segments.plugin [-] Segment d96c55c8-9490-4a12-bae7-468889bb4e58 resource provider aggregate not found 2026-04-14 06:53:11.545 7 INFO neutron.services.segments.plugin [-] Segment d96c55c8-9490-4a12-bae7-468889bb4e58 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d96c55c8-9490-4a12-bae7-468889bb4e58 found for delete ", "request_id": "req-8d76c743-1a21-4f79-8054-ba36bef6d68e"}]} [pid: 8|app: 0|req: 989/2104] 10.0.0.149 () {34 vars in 989 bytes} [Tue Apr 14 06:53:12 2026] GET /v2.0/ports?device_id=857dd679-353b-4468-84a8-bcd64496dbba => generated 971 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1116/2105] 10.0.0.149 () {34 vars in 1039 bytes} [Tue Apr 14 06:53:12 2026] GET /v2.0/security-groups?id=3ff2ec92-c9d0-4541-a1a8-0bd071db16cc&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: 990/2106] 10.0.0.149 () {34 vars in 989 bytes} [Tue Apr 14 06:53:12 2026] GET /v2.0/ports?device_id=8c8fe145-d0fb-4380-9cbb-0fff294ed839 => generated 1010 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1117/2107] 10.0.0.149 () {34 vars in 1119 bytes} [Tue Apr 14 06:53:12 2026] GET /v2.0/security-groups?id=ef5911e8-43c0-4783-a34d-d6e92effb59d&id=039d54b9-efa8-4f34-b87a-7560873461be&fields=id&fields=name => generated 205 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 991/2108] 10.0.0.149 () {34 vars in 989 bytes} [Tue Apr 14 06:53:13 2026] GET /v2.0/ports?device_id=857dd679-353b-4468-84a8-bcd64496dbba => generated 971 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1118/2109] 10.0.0.149 () {34 vars in 1039 bytes} [Tue Apr 14 06:53:13 2026] GET /v2.0/security-groups?id=3ff2ec92-c9d0-4541-a1a8-0bd071db16cc&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: 992/2110] 10.0.0.149 () {34 vars in 989 bytes} [Tue Apr 14 06:53:13 2026] GET /v2.0/ports?device_id=8c8fe145-d0fb-4380-9cbb-0fff294ed839 => generated 1010 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1119/2111] 10.0.0.129 () {34 vars in 989 bytes} [Tue Apr 14 06:53:13 2026] GET /v2.0/ports?device_id=ee652daa-1f08-4a9a-a543-c02dc7a8afce => generated 1473 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 993/2112] 10.0.0.149 () {34 vars in 1119 bytes} [Tue Apr 14 06:53:13 2026] GET /v2.0/security-groups?id=ef5911e8-43c0-4783-a34d-d6e92effb59d&id=039d54b9-efa8-4f34-b87a-7560873461be&fields=id&fields=name => generated 205 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1120/2113] 10.0.0.129 () {34 vars in 1039 bytes} [Tue Apr 14 06:53:13 2026] GET /v2.0/security-groups?id=f4526700-ab2e-496f-93b5-c4a4c9af3015&fields=id&fields=name => generated 111 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 994/2114] 199.204.45.53 () {34 vars in 992 bytes} [Tue Apr 14 06:53:13 2026] GET /v2.0/ports?device_id=8c8fe145-d0fb-4380-9cbb-0fff294ed839 => generated 1010 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-14 06:53:13.985 7 INFO neutron_taas.services.taas.taas_plugin [req-f4457399-8e2a-4d84-90aa-b2c798d34dbf req-b354f7a6-2612-4285-95d4-b3237be79860 3aff4f90d8834356aae3fee0798c2153 e8d9caf50f9846f48fb1803884a8d599 - - default default] TaaS: Handle Delete Port: 2ea6d50d-e412-4780-b349-192e001ef8a1 2026-04-14 06:53:13.987 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-f4457399-8e2a-4d84-90aa-b2c798d34dbf req-b354f7a6-2612-4285-95d4-b3237be79860 3aff4f90d8834356aae3fee0798c2153 e8d9caf50f9846f48fb1803884a8d599 - - default default] Tap Mirror: Handle Delete Port: 2ea6d50d-e412-4780-b349-192e001ef8a1 2026-04-14 06:53:14.103 7 INFO neutron.db.l3_db [req-f4457399-8e2a-4d84-90aa-b2c798d34dbf req-b354f7a6-2612-4285-95d4-b3237be79860 3aff4f90d8834356aae3fee0798c2153 e8d9caf50f9846f48fb1803884a8d599 - - default default] Floating IP 98122288-4629-480e-89c2-2be7bb14e492 disassociated. External IP: 10.96.250.218, port: 2ea6d50d-e412-4780-b349-192e001ef8a1. [pid: 7|app: 0|req: 1121/2117] 199.204.45.53 () {36 vars in 995 bytes} [Tue Apr 14 06:53:13 2026] DELETE /v2.0/ports/2ea6d50d-e412-4780-b349-192e001ef8a1 => generated 0 bytes in 673 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-14 06:53:14.557 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-9ba3cc88-ef16-46b1-9a4b-653fc3142c4d'] response: {'server_uuid': '8c8fe145-d0fb-4380-9cbb-0fff294ed839', 'name': 'network-vif-deleted', 'tag': '2ea6d50d-e412-4780-b349-192e001ef8a1', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 997/2118] 10.0.0.149 () {34 vars in 989 bytes} [Tue Apr 14 06:53:14 2026] GET /v2.0/ports?device_id=857dd679-353b-4468-84a8-bcd64496dbba => 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: 1122/2119] 10.0.0.149 () {34 vars in 1039 bytes} [Tue Apr 14 06:53:14 2026] GET /v2.0/security-groups?id=3ff2ec92-c9d0-4541-a1a8-0bd071db16cc&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: 998/2120] 10.0.0.149 () {34 vars in 989 bytes} [Tue Apr 14 06:53:14 2026] GET /v2.0/ports?device_id=8c8fe145-d0fb-4380-9cbb-0fff294ed839 => 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: 1123/2121] 199.204.45.53 () {34 vars in 992 bytes} [Tue Apr 14 06:53:14 2026] GET /v2.0/ports?device_id=857dd679-353b-4468-84a8-bcd64496dbba => generated 971 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 06:53:15.075 8 INFO neutron_taas.services.taas.taas_plugin [req-4295537a-f5ce-4054-9252-cb8fcc6de4a2 req-a4826299-988b-4499-a09a-6cff61959586 7f90d3f105b14304b7c7ab85f000a1d1 1c3e3674e37a4990b9ee73ebd2a950c8 - - default default] TaaS: Handle Delete Port: a7c0add8-c1cb-46b6-a05c-13023403b5fc 2026-04-14 06:53:15.079 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-4295537a-f5ce-4054-9252-cb8fcc6de4a2 req-a4826299-988b-4499-a09a-6cff61959586 7f90d3f105b14304b7c7ab85f000a1d1 1c3e3674e37a4990b9ee73ebd2a950c8 - - default default] Tap Mirror: Handle Delete Port: a7c0add8-c1cb-46b6-a05c-13023403b5fc 2026-04-14 06:53:15.215 8 INFO neutron.db.l3_db [req-4295537a-f5ce-4054-9252-cb8fcc6de4a2 req-a4826299-988b-4499-a09a-6cff61959586 7f90d3f105b14304b7c7ab85f000a1d1 1c3e3674e37a4990b9ee73ebd2a950c8 - - default default] Floating IP 3ee19a39-1989-4e56-b645-0bad0d58052b disassociated. External IP: 10.96.250.208, port: a7c0add8-c1cb-46b6-a05c-13023403b5fc. [pid: 8|app: 0|req: 999/2122] 199.204.45.53 () {36 vars in 995 bytes} [Tue Apr 14 06:53:14 2026] DELETE /v2.0/ports/a7c0add8-c1cb-46b6-a05c-13023403b5fc => generated 0 bytes in 618 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-14 06:53:15.626 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-5b97e25e-99da-4aa7-86b9-ea89ee4ee34f'] response: {'server_uuid': '857dd679-353b-4468-84a8-bcd64496dbba', 'name': 'network-vif-deleted', 'tag': 'a7c0add8-c1cb-46b6-a05c-13023403b5fc', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1124/2123] 10.0.0.149 () {34 vars in 989 bytes} [Tue Apr 14 06:53:15 2026] GET /v2.0/ports?device_id=857dd679-353b-4468-84a8-bcd64496dbba => 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: 1000/2124] 10.0.0.149 () {34 vars in 989 bytes} [Tue Apr 14 06:53:15 2026] GET /v2.0/ports?device_id=8c8fe145-d0fb-4380-9cbb-0fff294ed839 => 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: 1001/2125] 10.0.0.149 () {34 vars in 989 bytes} [Tue Apr 14 06:53:17 2026] GET /v2.0/ports?device_id=857dd679-353b-4468-84a8-bcd64496dbba => 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: 1002/2126] 10.0.0.149 () {34 vars in 989 bytes} [Tue Apr 14 06:53:17 2026] GET /v2.0/ports?device_id=8c8fe145-d0fb-4380-9cbb-0fff294ed839 => 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: 1125/2127] 10.0.0.146 () {32 vars in 773 bytes} [Tue Apr 14 06:53:16 2026] GET /v2.0/security-groups?tenant_id=ca3f870865f74b24ac24a7d4b7694173&name=default => generated 2925 bytes in 283 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1003/2128] 10.0.0.146 () {32 vars in 739 bytes} [Tue Apr 14 06:53:17 2026] DELETE /v2.0/security-groups/0550011b-5ced-45e9-8b2f-ec0b1e3b623f => 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: 1126/2129] 10.0.0.146 () {32 vars in 773 bytes} [Tue Apr 14 06:53:17 2026] GET /v2.0/security-groups?tenant_id=491b214c31e7402ebe2fe3190ceadd56&name=default => generated 2925 bytes in 132 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1004/2130] 10.0.0.146 () {32 vars in 739 bytes} [Tue Apr 14 06:53:17 2026] DELETE /v2.0/security-groups/a8cc728e-a180-47a3-b019-04368a2b8262 => generated 0 bytes in 87 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1127/2131] 10.0.0.149 () {34 vars in 989 bytes} [Tue Apr 14 06:53:18 2026] GET /v2.0/ports?device_id=857dd679-353b-4468-84a8-bcd64496dbba => 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: 1005/2132] 10.0.0.146 () {32 vars in 739 bytes} [Tue Apr 14 06:53:18 2026] DELETE /v2.0/security-groups/ef5911e8-43c0-4783-a34d-d6e92effb59d => generated 0 bytes in 101 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-14 06:53:18.311 7 INFO neutron.api.v2.resource [None req-031abbbf-e529-4b74-ae31-4b2c2cbeaf3d 3aff4f90d8834356aae3fee0798c2153 e8d9caf50f9846f48fb1803884a8d599 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1128/2133] 10.0.0.146 () {32 vars in 736 bytes} [Tue Apr 14 06:53:18 2026] GET /v2.0/security-groups/ef5911e8-43c0-4783-a34d-d6e92effb59d => generated 146 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-14 06:53:18.402 8 INFO neutron_taas.services.taas.taas_plugin [None req-fce471bd-87dc-48ce-b309-43e25f23006a 3aff4f90d8834356aae3fee0798c2153 e8d9caf50f9846f48fb1803884a8d599 - - default default] TaaS: Handle Delete Port: 7f32125c-8b6b-4612-b164-9e981eb1a8db 2026-04-14 06:53:18.405 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-fce471bd-87dc-48ce-b309-43e25f23006a 3aff4f90d8834356aae3fee0798c2153 e8d9caf50f9846f48fb1803884a8d599 - - default default] Tap Mirror: Handle Delete Port: 7f32125c-8b6b-4612-b164-9e981eb1a8db [pid: 8|app: 0|req: 1006/2134] 10.0.0.146 () {32 vars in 731 bytes} [Tue Apr 14 06:53:18 2026] DELETE /v2.0/floatingips/98122288-4629-480e-89c2-2be7bb14e492 => generated 0 bytes in 281 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1129/2135] 10.0.0.146 () {32 vars in 739 bytes} [Tue Apr 14 06:53:18 2026] DELETE /v2.0/security-groups/039d54b9-efa8-4f34-b87a-7560873461be => generated 0 bytes in 141 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-14 06:53:19.194 8 INFO neutron_taas.services.taas.taas_plugin [None req-78c3d372-7b1c-40aa-ad4a-f10b9d92fe8d 07fe03b92fd4416ab1e2727517b45ecd 18a9ceb573b9494d8f9349bd6d83cd30 - - default default] TaaS: Handle Delete Port: c3744fac-b1ea-4168-ae77-a743dc2a6464 2026-04-14 06:53:19.198 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-78c3d372-7b1c-40aa-ad4a-f10b9d92fe8d 07fe03b92fd4416ab1e2727517b45ecd 18a9ceb573b9494d8f9349bd6d83cd30 - - default default] Tap Mirror: Handle Delete Port: c3744fac-b1ea-4168-ae77-a743dc2a6464 [pid: 7|app: 0|req: 1130/2136] 10.0.0.146 () {32 vars in 739 bytes} [Tue Apr 14 06:53:19 2026] DELETE /v2.0/security-groups/3ff2ec92-c9d0-4541-a1a8-0bd071db16cc => generated 0 bytes in 157 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-14 06:53:19.511 7 INFO neutron_taas.services.taas.taas_plugin [None req-bebfc077-5c3e-43ca-9d33-d50a08e99263 7f90d3f105b14304b7c7ab85f000a1d1 1c3e3674e37a4990b9ee73ebd2a950c8 - - default default] TaaS: Handle Delete Port: 4d15c7c0-b19b-4c75-ac11-a96e74e2ee8f 2026-04-14 06:53:19.514 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-bebfc077-5c3e-43ca-9d33-d50a08e99263 7f90d3f105b14304b7c7ab85f000a1d1 1c3e3674e37a4990b9ee73ebd2a950c8 - - default default] Tap Mirror: Handle Delete Port: 4d15c7c0-b19b-4c75-ac11-a96e74e2ee8f [pid: 7|app: 0|req: 1131/2137] 10.0.0.146 () {32 vars in 731 bytes} [Tue Apr 14 06:53:19 2026] DELETE /v2.0/floatingips/3ee19a39-1989-4e56-b645-0bad0d58052b => generated 0 bytes in 303 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1007/2138] 10.0.0.146 () {34 vars in 788 bytes} [Tue Apr 14 06:53:18 2026] PUT /v2.0/routers/2fa73052-28eb-4b44-851a-eda10184c12a/remove_router_interface => generated 309 bytes in 980 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1008/2139] 10.0.0.149 () {34 vars in 989 bytes} [Tue Apr 14 06:53:19 2026] GET /v2.0/ports?device_id=6c93d84d-edf4-45dd-9f83-4d6ba58e72ea => generated 971 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 06:53:19.962 7 INFO neutron_taas.services.taas.taas_plugin [None req-9358d051-cba6-4556-9025-2b40a5ffbab4 07fe03b92fd4416ab1e2727517b45ecd 18a9ceb573b9494d8f9349bd6d83cd30 - - default default] TaaS: Handle Delete Port: 7a2760bb-e819-4b0f-81dd-fc07352ded2e 2026-04-14 06:53:19.966 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9358d051-cba6-4556-9025-2b40a5ffbab4 07fe03b92fd4416ab1e2727517b45ecd 18a9ceb573b9494d8f9349bd6d83cd30 - - default default] Tap Mirror: Handle Delete Port: 7a2760bb-e819-4b0f-81dd-fc07352ded2e [pid: 8|app: 0|req: 1009/2140] 10.0.0.149 () {34 vars in 1039 bytes} [Tue Apr 14 06:53:19 2026] GET /v2.0/security-groups?id=0217d7a5-7d8f-450d-ae5c-80d6df0382fd&fields=id&fields=name => generated 114 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 06:53:20.218 7 INFO neutron_taas.services.taas.taas_plugin [None req-9358d051-cba6-4556-9025-2b40a5ffbab4 07fe03b92fd4416ab1e2727517b45ecd 18a9ceb573b9494d8f9349bd6d83cd30 - - default default] TaaS: Handle Delete Port: 26dbbd0a-edb2-4167-a961-f3943c4bda15 2026-04-14 06:53:20.221 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9358d051-cba6-4556-9025-2b40a5ffbab4 07fe03b92fd4416ab1e2727517b45ecd 18a9ceb573b9494d8f9349bd6d83cd30 - - default default] Tap Mirror: Handle Delete Port: 26dbbd0a-edb2-4167-a961-f3943c4bda15 2026-04-14 06:53:20.544 7 INFO neutron.services.segments.plugin [-] Segment 6653c05e-d2b9-436f-b925-87889f813114 resource provider aggregate not found 2026-04-14 06:53:20.549 7 INFO neutron.services.segments.plugin [-] Segment 6653c05e-d2b9-436f-b925-87889f813114 resource provider aggregate not found 2026-04-14 06:53:20.567 7 INFO neutron.services.segments.plugin [-] Segment 6653c05e-d2b9-436f-b925-87889f813114 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6653c05e-d2b9-436f-b925-87889f813114 found for delete ", "request_id": "req-a351cc71-be7f-45a9-89e5-8fc35c015886"}]} 2026-04-14 06:53:20.568 7 INFO neutron.services.segments.plugin [-] Segment 6653c05e-d2b9-436f-b925-87889f813114 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6653c05e-d2b9-436f-b925-87889f813114 found for delete ", "request_id": "req-cbb5e558-fcd2-4392-8ae3-2c5c6ab5d3df"}]} 2026-04-14 06:53:20.577 7 INFO neutron.db.l3_hamode_db [None req-9358d051-cba6-4556-9025-2b40a5ffbab4 07fe03b92fd4416ab1e2727517b45ecd 18a9ceb573b9494d8f9349bd6d83cd30 - - default default] HA network 8fc8862d-e03f-455a-acff-ef127135df19 was deleted as no HA routers are present in tenant e8d9caf50f9846f48fb1803884a8d599. [pid: 7|app: 0|req: 1132/2141] 10.0.0.146 () {32 vars in 723 bytes} [Tue Apr 14 06:53:19 2026] DELETE /v2.0/routers/2fa73052-28eb-4b44-851a-eda10184c12a => generated 0 bytes in 808 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1010/2142] 10.0.0.146 () {32 vars in 723 bytes} [Tue Apr 14 06:53:20 2026] DELETE /v2.0/subnets/bf7265f5-7e83-44ef-9b41-68bc2285415b => generated 0 bytes in 166 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-14 06:53:20.871 7 INFO neutron_taas.services.taas.taas_plugin [None req-172fcc69-1afe-4398-92c8-6a486cf66153 07fe03b92fd4416ab1e2727517b45ecd 18a9ceb573b9494d8f9349bd6d83cd30 - - default default] TaaS: Handle Delete Port: 47c44473-9801-49b2-ab89-98f8329e80d4 2026-04-14 06:53:20.873 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-172fcc69-1afe-4398-92c8-6a486cf66153 07fe03b92fd4416ab1e2727517b45ecd 18a9ceb573b9494d8f9349bd6d83cd30 - - default default] Tap Mirror: Handle Delete Port: 47c44473-9801-49b2-ab89-98f8329e80d4 [pid: 7|app: 0|req: 1133/2143] 10.0.0.146 () {32 vars in 725 bytes} [Tue Apr 14 06:53:20 2026] DELETE /v2.0/networks/46126409-72b5-48b5-9f98-05e6aa732362 => generated 0 bytes in 304 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1011/2144] 10.0.0.149 () {34 vars in 989 bytes} [Tue Apr 14 06:53:21 2026] GET /v2.0/ports?device_id=6c93d84d-edf4-45dd-9f83-4d6ba58e72ea => 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: 1012/2145] 10.0.0.149 () {34 vars in 1039 bytes} [Tue Apr 14 06:53:21 2026] GET /v2.0/security-groups?id=0217d7a5-7d8f-450d-ae5c-80d6df0382fd&fields=id&fields=name => generated 114 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 06:53:21.428 7 INFO neutron_taas.services.taas.taas_plugin [None req-e8c2cd5b-a850-4243-928e-7c686ffa4c66 07fe03b92fd4416ab1e2727517b45ecd 18a9ceb573b9494d8f9349bd6d83cd30 - - default default] TaaS: Handle Delete Port: 16e33abd-c201-4413-b85b-a4142c78beb8 2026-04-14 06:53:21.432 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e8c2cd5b-a850-4243-928e-7c686ffa4c66 07fe03b92fd4416ab1e2727517b45ecd 18a9ceb573b9494d8f9349bd6d83cd30 - - default default] Tap Mirror: Handle Delete Port: 16e33abd-c201-4413-b85b-a4142c78beb8 [pid: 7|app: 0|req: 1134/2146] 10.0.0.146 () {34 vars in 788 bytes} [Tue Apr 14 06:53:21 2026] PUT /v2.0/routers/d3ce175e-7a74-43a2-910e-7508d939203f/remove_router_interface => generated 309 bytes in 924 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 06:53:22.248 8 INFO neutron_taas.services.taas.taas_plugin [None req-41ee115a-20f2-4807-adf9-5aa9b01b6a01 07fe03b92fd4416ab1e2727517b45ecd 18a9ceb573b9494d8f9349bd6d83cd30 - - default default] TaaS: Handle Delete Port: a0a4548f-9d7f-4da0-857b-419ee02b42df 2026-04-14 06:53:22.252 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-41ee115a-20f2-4807-adf9-5aa9b01b6a01 07fe03b92fd4416ab1e2727517b45ecd 18a9ceb573b9494d8f9349bd6d83cd30 - - default default] Tap Mirror: Handle Delete Port: a0a4548f-9d7f-4da0-857b-419ee02b42df [pid: 7|app: 0|req: 1135/2147] 10.0.0.149 () {34 vars in 989 bytes} [Tue Apr 14 06:53:22 2026] GET /v2.0/ports?device_id=6c93d84d-edf4-45dd-9f83-4d6ba58e72ea => generated 971 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1136/2148] 199.204.45.53 () {34 vars in 992 bytes} [Tue Apr 14 06:53:22 2026] GET /v2.0/ports?device_id=6c93d84d-edf4-45dd-9f83-4d6ba58e72ea => generated 971 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1137/2149] 10.0.0.149 () {34 vars in 1039 bytes} [Tue Apr 14 06:53:22 2026] GET /v2.0/security-groups?id=0217d7a5-7d8f-450d-ae5c-80d6df0382fd&fields=id&fields=name => generated 114 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 06:53:22.494 7 INFO neutron_taas.services.taas.taas_plugin [req-9b567c4a-2a66-4f54-a7b0-62f55a5c9e7a req-2ef591a8-6b4d-476d-8cc2-04ec648c4515 7f90d3f105b14304b7c7ab85f000a1d1 1c3e3674e37a4990b9ee73ebd2a950c8 - - default default] TaaS: Handle Delete Port: 3393a0d0-30fb-4ab4-90e0-1ff39fda7b98 2026-04-14 06:53:22.498 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-9b567c4a-2a66-4f54-a7b0-62f55a5c9e7a req-2ef591a8-6b4d-476d-8cc2-04ec648c4515 7f90d3f105b14304b7c7ab85f000a1d1 1c3e3674e37a4990b9ee73ebd2a950c8 - - default default] Tap Mirror: Handle Delete Port: 3393a0d0-30fb-4ab4-90e0-1ff39fda7b98 2026-04-14 06:53:22.504 8 INFO neutron_taas.services.taas.taas_plugin [None req-41ee115a-20f2-4807-adf9-5aa9b01b6a01 07fe03b92fd4416ab1e2727517b45ecd 18a9ceb573b9494d8f9349bd6d83cd30 - - default default] TaaS: Handle Delete Port: bfbe1e24-ad13-48cb-b39f-e40d853ffabe 2026-04-14 06:53:22.509 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-41ee115a-20f2-4807-adf9-5aa9b01b6a01 07fe03b92fd4416ab1e2727517b45ecd 18a9ceb573b9494d8f9349bd6d83cd30 - - default default] Tap Mirror: Handle Delete Port: bfbe1e24-ad13-48cb-b39f-e40d853ffabe 2026-04-14 06:53:22.593 7 INFO neutron.services.segments.plugin [-] Segment 770499f4-c471-4642-a063-0bff77eec169 resource provider aggregate not found 2026-04-14 06:53:22.599 7 INFO neutron.services.segments.plugin [-] Segment 770499f4-c471-4642-a063-0bff77eec169 resource provider aggregate not found 2026-04-14 06:53:22.616 7 INFO neutron.services.segments.plugin [-] Segment 770499f4-c471-4642-a063-0bff77eec169 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 770499f4-c471-4642-a063-0bff77eec169 found for delete ", "request_id": "req-fc9028e1-e218-432b-aa78-02f7f7339084"}]} 2026-04-14 06:53:22.626 7 INFO neutron.services.segments.plugin [-] Segment 770499f4-c471-4642-a063-0bff77eec169 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 770499f4-c471-4642-a063-0bff77eec169 found for delete ", "request_id": "req-9357fc97-a43f-4f86-92be-10d1fe2d7e07"}]} [pid: 7|app: 0|req: 1138/2150] 199.204.45.53 () {36 vars in 995 bytes} [Tue Apr 14 06:53:22 2026] DELETE /v2.0/ports/3393a0d0-30fb-4ab4-90e0-1ff39fda7b98 => generated 0 bytes in 346 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-14 06:53:22.744 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-f55c6810-6855-424d-b81f-40ee3ce6103f'] response: {'server_uuid': '6c93d84d-edf4-45dd-9f83-4d6ba58e72ea', 'name': 'network-vif-deleted', 'tag': '3393a0d0-30fb-4ab4-90e0-1ff39fda7b98', 'status': 'completed', 'code': 200} 2026-04-14 06:53:22.912 8 INFO neutron.services.segments.plugin [-] Segment f37fb011-932c-4665-af8e-b4132afbb6bf resource provider aggregate not found 2026-04-14 06:53:22.922 8 INFO neutron.services.segments.plugin [-] Segment f37fb011-932c-4665-af8e-b4132afbb6bf resource provider aggregate not found 2026-04-14 06:53:22.939 8 INFO neutron.services.segments.plugin [-] Segment f37fb011-932c-4665-af8e-b4132afbb6bf resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f37fb011-932c-4665-af8e-b4132afbb6bf found for delete ", "request_id": "req-08acaea4-b03b-4260-bbc0-e0800ce5b757"}]} 2026-04-14 06:53:22.942 8 INFO neutron.services.segments.plugin [-] Segment f37fb011-932c-4665-af8e-b4132afbb6bf resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f37fb011-932c-4665-af8e-b4132afbb6bf found for delete ", "request_id": "req-367ceba0-bee3-42af-9b11-75732dc53a1a"}]} 2026-04-14 06:53:22.945 8 INFO neutron.db.l3_hamode_db [None req-41ee115a-20f2-4807-adf9-5aa9b01b6a01 07fe03b92fd4416ab1e2727517b45ecd 18a9ceb573b9494d8f9349bd6d83cd30 - - default default] HA network 8a4a0f98-16d6-4d54-aee2-a1b92e02b1e1 was deleted as no HA routers are present in tenant 3ee366f2b9c54205b849361a142f53bf. [pid: 8|app: 0|req: 1013/2151] 10.0.0.146 () {32 vars in 723 bytes} [Tue Apr 14 06:53:22 2026] DELETE /v2.0/routers/d3ce175e-7a74-43a2-910e-7508d939203f => generated 0 bytes in 945 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1139/2152] 10.0.0.146 () {32 vars in 723 bytes} [Tue Apr 14 06:53:22 2026] DELETE /v2.0/subnets/addd5451-e612-4825-a53d-cd26ab887559 => generated 0 bytes in 151 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-14 06:53:23.194 8 INFO neutron_taas.services.taas.taas_plugin [None req-6272d48e-f84c-42c4-bbae-a3f2b383259f 07fe03b92fd4416ab1e2727517b45ecd 18a9ceb573b9494d8f9349bd6d83cd30 - - default default] TaaS: Handle Delete Port: e026420a-fb11-4db8-9c5a-9cef4d11021a 2026-04-14 06:53:23.198 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6272d48e-f84c-42c4-bbae-a3f2b383259f 07fe03b92fd4416ab1e2727517b45ecd 18a9ceb573b9494d8f9349bd6d83cd30 - - default default] Tap Mirror: Handle Delete Port: e026420a-fb11-4db8-9c5a-9cef4d11021a [pid: 8|app: 0|req: 1014/2153] 10.0.0.146 () {32 vars in 725 bytes} [Tue Apr 14 06:53:23 2026] DELETE /v2.0/networks/ed7a8a20-98ff-4851-9548-9e64bd312577 => generated 0 bytes in 253 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1140/2154] 10.0.0.149 () {34 vars in 989 bytes} [Tue Apr 14 06:53:23 2026] GET /v2.0/ports?device_id=6c93d84d-edf4-45dd-9f83-4d6ba58e72ea => 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: 1141/2155] 10.0.0.146 () {32 vars in 773 bytes} [Tue Apr 14 06:53:23 2026] GET /v2.0/security-groups?tenant_id=3ee366f2b9c54205b849361a142f53bf&name=default => generated 2925 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1015/2156] 10.0.0.146 () {32 vars in 773 bytes} [Tue Apr 14 06:53:23 2026] GET /v2.0/security-groups?tenant_id=fa882c76a9304961b855cdf88fd0b6c8&name=default => generated 2925 bytes in 355 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1142/2157] 10.0.0.146 () {32 vars in 739 bytes} [Tue Apr 14 06:53:23 2026] DELETE /v2.0/security-groups/48177664-8554-4013-bb3c-49f056c9a7aa => 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: 1016/2158] 10.0.0.146 () {32 vars in 739 bytes} [Tue Apr 14 06:53:23 2026] DELETE /v2.0/security-groups/efd94ed6-c5b9-4050-bd93-202087c70618 => 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: 1143/2159] 10.0.0.146 () {32 vars in 773 bytes} [Tue Apr 14 06:53:23 2026] GET /v2.0/security-groups?tenant_id=e8d9caf50f9846f48fb1803884a8d599&name=default => generated 2925 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1017/2160] 10.0.0.146 () {32 vars in 739 bytes} [Tue Apr 14 06:53:24 2026] DELETE /v2.0/security-groups/786dea87-220d-40e8-b163-3b1b4ea4e67b => generated 0 bytes in 97 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1144/2161] 10.0.0.146 () {32 vars in 773 bytes} [Tue Apr 14 06:53:24 2026] GET /v2.0/security-groups?tenant_id=3655cd78f1cf44c6a957be5c761a73bd&name=default => generated 2925 bytes in 151 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1018/2162] 10.0.0.146 () {32 vars in 739 bytes} [Tue Apr 14 06:53:24 2026] DELETE /v2.0/security-groups/ca88e1af-a049-47b3-8847-7fa65a0a07bf => 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: 1145/2163] 10.0.0.149 () {34 vars in 989 bytes} [Tue Apr 14 06:53:24 2026] GET /v2.0/ports?device_id=6c93d84d-edf4-45dd-9f83-4d6ba58e72ea => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-14 06:53:24.962 8 INFO neutron.services.segments.plugin [-] Segment 91a139a9-2876-4157-9f05-e3fa496b89e5 resource provider aggregate not found 2026-04-14 06:53:24.966 8 INFO neutron.services.segments.plugin [-] Segment 91a139a9-2876-4157-9f05-e3fa496b89e5 resource provider aggregate not found 2026-04-14 06:53:24.977 8 INFO neutron.services.segments.plugin [-] Segment 91a139a9-2876-4157-9f05-e3fa496b89e5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 91a139a9-2876-4157-9f05-e3fa496b89e5 found for delete ", "request_id": "req-aa85f136-d421-4750-ae35-06978aa3d32f"}]} 2026-04-14 06:53:24.981 8 INFO neutron.services.segments.plugin [-] Segment 91a139a9-2876-4157-9f05-e3fa496b89e5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 91a139a9-2876-4157-9f05-e3fa496b89e5 found for delete ", "request_id": "req-d90322cf-5f38-4b77-96fe-6672600e318b"}]} [pid: 8|app: 0|req: 1019/2164] 10.0.0.149 () {34 vars in 989 bytes} [Tue Apr 14 06:53:25 2026] GET /v2.0/ports?device_id=6c93d84d-edf4-45dd-9f83-4d6ba58e72ea => 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: 1020/2165] 10.0.0.146 () {32 vars in 739 bytes} [Tue Apr 14 06:53:26 2026] DELETE /v2.0/security-groups/0217d7a5-7d8f-450d-ae5c-80d6df0382fd => 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: 1146/2166] 10.0.0.146 () {32 vars in 773 bytes} [Tue Apr 14 06:53:26 2026] GET /v2.0/security-groups?tenant_id=e796a6603cfe44aa834f607dac53213b&name=default => generated 2925 bytes in 275 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1021/2167] 10.0.0.146 () {32 vars in 739 bytes} [Tue Apr 14 06:53:26 2026] DELETE /v2.0/security-groups/11968668-0f96-4b51-9050-343cf2f50db5 => generated 0 bytes in 95 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-14 06:53:27.203 7 INFO neutron_taas.services.taas.taas_plugin [None req-0ec2d5ed-2938-4f60-b722-a7bc64d6ee3d 7f90d3f105b14304b7c7ab85f000a1d1 1c3e3674e37a4990b9ee73ebd2a950c8 - - default default] TaaS: Handle Delete Port: 42b0426a-a151-4d91-b6de-55b86857fa68 2026-04-14 06:53:27.206 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0ec2d5ed-2938-4f60-b722-a7bc64d6ee3d 7f90d3f105b14304b7c7ab85f000a1d1 1c3e3674e37a4990b9ee73ebd2a950c8 - - default default] Tap Mirror: Handle Delete Port: 42b0426a-a151-4d91-b6de-55b86857fa68 [pid: 7|app: 0|req: 1147/2168] 10.0.0.146 () {34 vars in 788 bytes} [Tue Apr 14 06:53:26 2026] PUT /v2.0/routers/d3269791-46b7-43cf-9bb5-9eadd2fc0934/remove_router_interface => generated 309 bytes in 984 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1022/2169] 10.0.0.146 () {32 vars in 723 bytes} [Tue Apr 14 06:53:27 2026] DELETE /v2.0/subnets/d7780820-92cf-48ab-8f22-167bf93bd978 => generated 0 bytes in 169 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-14 06:53:28.163 7 INFO neutron_taas.services.taas.taas_plugin [None req-aafbaee5-176c-4d0e-983d-5079379b6f32 7f90d3f105b14304b7c7ab85f000a1d1 1c3e3674e37a4990b9ee73ebd2a950c8 - - default default] TaaS: Handle Delete Port: 6871910b-cc1c-41ae-949c-8272b9cd97c0 2026-04-14 06:53:28.166 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-aafbaee5-176c-4d0e-983d-5079379b6f32 7f90d3f105b14304b7c7ab85f000a1d1 1c3e3674e37a4990b9ee73ebd2a950c8 - - default default] Tap Mirror: Handle Delete Port: 6871910b-cc1c-41ae-949c-8272b9cd97c0 [pid: 8|app: 0|req: 1023/2170] 10.0.0.146 () {32 vars in 720 bytes} [Tue Apr 14 06:53:28 2026] GET /v2.0/subnets/0dfa01e4-b062-4b47-b369-acc8a7208c1d => generated 676 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 06:53:28.481 7 INFO neutron_taas.services.taas.taas_plugin [None req-aafbaee5-176c-4d0e-983d-5079379b6f32 7f90d3f105b14304b7c7ab85f000a1d1 1c3e3674e37a4990b9ee73ebd2a950c8 - - default default] TaaS: Handle Delete Port: 5e214c25-6f62-4650-8bde-b4f0d2276b92 2026-04-14 06:53:28.484 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-aafbaee5-176c-4d0e-983d-5079379b6f32 7f90d3f105b14304b7c7ab85f000a1d1 1c3e3674e37a4990b9ee73ebd2a950c8 - - default default] Tap Mirror: Handle Delete Port: 5e214c25-6f62-4650-8bde-b4f0d2276b92 2026-04-14 06:53:28.852 7 INFO neutron.services.segments.plugin [-] Segment f976c5c6-7813-4f79-a237-163dad1ca2c3 resource provider aggregate not found 2026-04-14 06:53:28.860 7 INFO neutron.services.segments.plugin [-] Segment f976c5c6-7813-4f79-a237-163dad1ca2c3 resource provider aggregate not found 2026-04-14 06:53:28.877 7 INFO neutron.services.segments.plugin [-] Segment f976c5c6-7813-4f79-a237-163dad1ca2c3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f976c5c6-7813-4f79-a237-163dad1ca2c3 found for delete ", "request_id": "req-afd4b416-fb78-4616-9126-e9be1cd2577a"}]} 2026-04-14 06:53:28.879 7 INFO neutron.services.segments.plugin [-] Segment f976c5c6-7813-4f79-a237-163dad1ca2c3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f976c5c6-7813-4f79-a237-163dad1ca2c3 found for delete ", "request_id": "req-e97d3fc0-38d0-484a-b77f-c444e0202f73"}]} 2026-04-14 06:53:28.889 7 INFO neutron.db.l3_hamode_db [None req-aafbaee5-176c-4d0e-983d-5079379b6f32 7f90d3f105b14304b7c7ab85f000a1d1 1c3e3674e37a4990b9ee73ebd2a950c8 - - default default] HA network 31115258-3ed2-4e1e-a34d-4b349cd1649e was deleted as no HA routers are present in tenant 1c3e3674e37a4990b9ee73ebd2a950c8. [pid: 7|app: 0|req: 1148/2171] 10.0.0.146 () {32 vars in 723 bytes} [Tue Apr 14 06:53:27 2026] DELETE /v2.0/routers/d3269791-46b7-43cf-9bb5-9eadd2fc0934 => generated 0 bytes in 930 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1024/2172] 10.0.0.146 () {34 vars in 675 bytes} [Tue Apr 14 06:53:28 2026] POST /v2.0/floatingips => generated 552 bytes in 853 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-14 06:53:29.150 7 INFO neutron.db.segments_db [None req-d6b2b4d9-7d94-46aa-85fe-c54c630e0cbd 52f2faf28610442c972b32311a1ecab7 260b08bc655f4ba8878e90b151188034 - - default default] Added segment 8a51c1b9-3f87-4e91-b0e3-a8377a90d2c7 of type vxlan for network d08c40bf-3058-4686-8922-b6074be0b75e 2026-04-14 06:53:29.215 7 INFO neutron.db.segments_db [None req-d6b2b4d9-7d94-46aa-85fe-c54c630e0cbd 52f2faf28610442c972b32311a1ecab7 260b08bc655f4ba8878e90b151188034 - - default default] Added segment 7b463193-0f8b-42ce-befd-f81d117fc03b of type vxlan for network 98d0521b-296c-4226-abaa-5320eaeed65b 2026-04-14 06:53:29.237 8 INFO neutron_taas.services.taas.taas_plugin [None req-6a3bd8d0-2067-4207-81d3-2472b2bd9115 7f90d3f105b14304b7c7ab85f000a1d1 1c3e3674e37a4990b9ee73ebd2a950c8 - - default default] TaaS: Handle Delete Port: 5fc416b2-ecc5-4476-8ba3-3b2d4481d29d 2026-04-14 06:53:29.241 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6a3bd8d0-2067-4207-81d3-2472b2bd9115 7f90d3f105b14304b7c7ab85f000a1d1 1c3e3674e37a4990b9ee73ebd2a950c8 - - default default] Tap Mirror: Handle Delete Port: 5fc416b2-ecc5-4476-8ba3-3b2d4481d29d [pid: 7|app: 0|req: 1149/2173] 10.0.0.146 () {34 vars in 669 bytes} [Tue Apr 14 06:53:28 2026] POST /v2.0/networks => generated 1245 bytes in 466 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-04-14 06:53:29.452 8 INFO neutron.services.segments.plugin [-] Segment c7096076-6c7d-4fd9-a9c9-c5e57dfdb4d4 resource provider aggregate not found 2026-04-14 06:53:29.459 8 INFO neutron.services.segments.plugin [-] Segment c7096076-6c7d-4fd9-a9c9-c5e57dfdb4d4 resource provider aggregate not found 2026-04-14 06:53:29.475 8 INFO neutron.services.segments.plugin [-] Segment c7096076-6c7d-4fd9-a9c9-c5e57dfdb4d4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c7096076-6c7d-4fd9-a9c9-c5e57dfdb4d4 found for delete ", "request_id": "req-806d73fd-3fc8-4560-9214-cea847b24917"}]} 2026-04-14 06:53:29.482 8 INFO neutron.services.segments.plugin [-] Segment c7096076-6c7d-4fd9-a9c9-c5e57dfdb4d4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c7096076-6c7d-4fd9-a9c9-c5e57dfdb4d4 found for delete ", "request_id": "req-7e0d3516-6d71-4cb3-949c-3f93185c86ec"}]} [pid: 8|app: 0|req: 1025/2174] 10.0.0.146 () {32 vars in 725 bytes} [Tue Apr 14 06:53:29 2026] DELETE /v2.0/networks/a609a427-0710-49e8-a1dc-57dd68783597 => generated 0 bytes in 350 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1026/2175] 10.0.0.146 () {32 vars in 648 bytes} [Tue Apr 14 06:53:29 2026] GET /v2.0/networks => generated 1844 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1027/2176] 10.0.0.239 () {30 vars in 689 bytes} [Tue Apr 14 06:53:29 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1030/2179] 10.0.0.146 () {32 vars in 725 bytes} [Tue Apr 14 06:53:29 2026] DELETE /v2.0/networks/d08c40bf-3058-4686-8922-b6074be0b75e => generated 0 bytes in 143 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1031/2180] 10.0.0.239 () {30 vars in 691 bytes} [Tue Apr 14 06:53:29 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: 1032/2181] 10.0.0.146 () {32 vars in 725 bytes} [Tue Apr 14 06:53:29 2026] DELETE /v2.0/networks/98d0521b-296c-4226-abaa-5320eaeed65b => generated 0 bytes in 137 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1033/2182] 10.0.0.239 () {30 vars in 667 bytes} [Tue Apr 14 06:53:29 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: 1150/2183] 10.0.0.146 () {34 vars in 675 bytes} [Tue Apr 14 06:53:29 2026] POST /v2.0/floatingips => generated 552 bytes in 542 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1151/2184] 10.0.0.239 () {30 vars in 703 bytes} [Tue Apr 14 06:53:29 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: 1034/2185] 10.0.0.146 () {32 vars in 648 bytes} [Tue Apr 14 06:53:29 2026] GET /v2.0/networks => generated 651 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 06:53:29.972 8 INFO neutron.db.segments_db [None req-082cc456-0489-4290-8c28-b5ed0a7c0127 52f2faf28610442c972b32311a1ecab7 260b08bc655f4ba8878e90b151188034 - - default default] Added segment 7aa54e06-4db3-40ee-ba9b-f3ed7d19c379 of type vxlan for network 14f6bc03-6f40-43ad-baa5-bfcf50ca39c6 [pid: 8|app: 0|req: 1035/2186] 10.0.0.146 () {34 vars in 669 bytes} [Tue Apr 14 06:53:29 2026] POST /v2.0/networks => generated 648 bytes in 137 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-14 06:53:30.114 8 INFO neutron.db.segments_db [None req-d5c31b5b-85b7-4e74-9ba4-cdf1efc4adb9 52f2faf28610442c972b32311a1ecab7 260b08bc655f4ba8878e90b151188034 - - default default] Added segment 9d65e517-548b-4f75-8a21-6e8e44cdf1df of type vxlan for network c708032b-f5e7-4c64-800c-537379e0f16c [pid: 8|app: 0|req: 1036/2187] 10.0.0.146 () {34 vars in 669 bytes} [Tue Apr 14 06:53:30 2026] POST /v2.0/networks => generated 650 bytes in 138 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1037/2188] 10.0.0.146 () {32 vars in 773 bytes} [Tue Apr 14 06:53:30 2026] GET /v2.0/security-groups?tenant_id=1c3e3674e37a4990b9ee73ebd2a950c8&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: 1038/2189] 10.0.0.146 () {34 vars in 664 bytes} [Tue Apr 14 06:53:30 2026] POST /v2.0/ports => generated 1506 bytes in 517 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: 1039/2190] 10.0.0.146 () {32 vars in 739 bytes} [Tue Apr 14 06:53:30 2026] DELETE /v2.0/security-groups/e6e4c4cf-a783-44c9-b5da-8af191bea245 => 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: 1040/2191] 10.0.0.239 () {28 vars in 438 bytes} [Tue Apr 14 06:53:30 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: 1041/2192] 10.0.0.146 () {32 vars in 642 bytes} [Tue Apr 14 06:53:30 2026] GET /v2.0/ports => generated 1506 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1042/2193] 10.0.0.239 () {30 vars in 727 bytes} [Tue Apr 14 06:53:30 2026] GET /v2.0/subnets/0dfa01e4-b062-4b47-b369-acc8a7208c1d => generated 658 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 06:53:31.107 8 INFO neutron_taas.services.taas.taas_plugin [None req-c079d0be-e027-409a-8be9-5db08f599b60 52f2faf28610442c972b32311a1ecab7 260b08bc655f4ba8878e90b151188034 - - default default] TaaS: Handle Delete Port: 144d266a-f497-4497-a2c2-27e4904ef60a 2026-04-14 06:53:31.110 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c079d0be-e027-409a-8be9-5db08f599b60 52f2faf28610442c972b32311a1ecab7 260b08bc655f4ba8878e90b151188034 - - default default] Tap Mirror: Handle Delete Port: 144d266a-f497-4497-a2c2-27e4904ef60a [pid: 8|app: 0|req: 1043/2194] 10.0.0.146 () {32 vars in 719 bytes} [Tue Apr 14 06:53:31 2026] DELETE /v2.0/ports/144d266a-f497-4497-a2c2-27e4904ef60a => generated 0 bytes in 163 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1044/2195] 10.0.0.239 () {30 vars in 689 bytes} [Tue Apr 14 06:53:31 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: 1045/2196] 10.0.0.146 () {32 vars in 773 bytes} [Tue Apr 14 06:53:31 2026] GET /v2.0/security-groups?tenant_id=66ead75a2be943feabb65f38f285b35c&name=default => generated 2925 bytes in 114 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1152/2197] 10.0.0.146 () {34 vars in 675 bytes} [Tue Apr 14 06:53:29 2026] POST /v2.0/floatingips => generated 552 bytes in 1450 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1153/2198] 10.0.0.239 () {30 vars in 691 bytes} [Tue Apr 14 06:53:31 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 06:53:31.402 8 INFO neutron_taas.services.taas.taas_plugin [None req-ada012e7-e5cc-4227-bbc4-cbc74efb1884 52f2faf28610442c972b32311a1ecab7 260b08bc655f4ba8878e90b151188034 - - default default] TaaS: Handle Delete Port: 5d16328a-8582-4896-a795-4d5ab518eff7 2026-04-14 06:53:31.405 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ada012e7-e5cc-4227-bbc4-cbc74efb1884 52f2faf28610442c972b32311a1ecab7 260b08bc655f4ba8878e90b151188034 - - default default] Tap Mirror: Handle Delete Port: 5d16328a-8582-4896-a795-4d5ab518eff7 [pid: 7|app: 0|req: 1154/2199] 10.0.0.146 () {32 vars in 739 bytes} [Tue Apr 14 06:53:31 2026] DELETE /v2.0/security-groups/6140f7db-b063-4d9e-b570-771bbc58c1a0 => 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: 1046/2200] 10.0.0.146 () {32 vars in 719 bytes} [Tue Apr 14 06:53:31 2026] DELETE /v2.0/ports/5d16328a-8582-4896-a795-4d5ab518eff7 => generated 0 bytes in 168 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1047/2201] 10.0.0.239 () {30 vars in 667 bytes} [Tue Apr 14 06:53:31 2026] GET /v2.0/extensions/qos => generated 166 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 06:53:31.500 8 INFO neutron.services.segments.plugin [-] Segment 8a51c1b9-3f87-4e91-b0e3-a8377a90d2c7 resource provider aggregate not found [pid: 8|app: 0|req: 1048/2202] 10.0.0.146 () {32 vars in 642 bytes} [Tue Apr 14 06:53:31 2026] GET /v2.0/ports => generated 12 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-14 06:53:31.512 8 INFO neutron.services.segments.plugin [-] Segment 8a51c1b9-3f87-4e91-b0e3-a8377a90d2c7 resource provider aggregate not found [pid: 8|app: 0|req: 1049/2203] 10.0.0.239 () {30 vars in 703 bytes} [Tue Apr 14 06:53:31 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 06:53:31.528 8 INFO neutron.services.segments.plugin [-] Segment 8a51c1b9-3f87-4e91-b0e3-a8377a90d2c7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8a51c1b9-3f87-4e91-b0e3-a8377a90d2c7 found for delete ", "request_id": "req-0321a80d-dfbb-413b-b749-e706175969b8"}]} 2026-04-14 06:53:31.533 8 INFO neutron.services.segments.plugin [-] Segment 8a51c1b9-3f87-4e91-b0e3-a8377a90d2c7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8a51c1b9-3f87-4e91-b0e3-a8377a90d2c7 found for delete ", "request_id": "req-b354b38a-2f1a-4b2c-a41d-a764b444523a"}]} 2026-04-14 06:53:31.548 8 INFO neutron.services.segments.plugin [-] Segment 7b463193-0f8b-42ce-befd-f81d117fc03b resource provider aggregate not found 2026-04-14 06:53:31.560 8 INFO neutron.services.segments.plugin [-] Segment 7b463193-0f8b-42ce-befd-f81d117fc03b resource provider aggregate not found 2026-04-14 06:53:31.565 8 INFO neutron.services.segments.plugin [-] Segment 7b463193-0f8b-42ce-befd-f81d117fc03b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7b463193-0f8b-42ce-befd-f81d117fc03b found for delete ", "request_id": "req-66cb43a9-db01-43d2-bad8-6cb7a114945b"}]} 2026-04-14 06:53:31.585 8 INFO neutron.services.segments.plugin [-] Segment 7b463193-0f8b-42ce-befd-f81d117fc03b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7b463193-0f8b-42ce-befd-f81d117fc03b found for delete ", "request_id": "req-f5f71223-ae37-4a82-8fdd-07707a0965d0"}]} 2026-04-14 06:53:31.591 8 INFO neutron.db.segments_db [None req-61fed6ff-24cb-4974-a8a5-f02e446633e9 52f2faf28610442c972b32311a1ecab7 260b08bc655f4ba8878e90b151188034 - - default default] Added segment f16b6266-3efa-4358-a43d-80d1c1eeb966 of type vxlan for network b6b95347-e91a-4f06-811f-19ae9851492c [pid: 8|app: 0|req: 1050/2204] 10.0.0.146 () {34 vars in 669 bytes} [Tue Apr 14 06:53:31 2026] POST /v2.0/networks => generated 650 bytes in 143 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1051/2205] 10.0.0.239 () {30 vars in 727 bytes} [Tue Apr 14 06:53:31 2026] GET /v2.0/subnets/0dfa01e4-b062-4b47-b369-acc8a7208c1d => generated 676 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 06:53:31.739 8 INFO neutron.db.segments_db [None req-12963155-8ff2-46ab-98db-cea77677685c 52f2faf28610442c972b32311a1ecab7 260b08bc655f4ba8878e90b151188034 - - default default] Added segment 5a873e82-acc1-4835-a4a5-61a4a914c08c of type vxlan for network ab55f234-97c3-49c8-9094-a1f5eb943d67 [pid: 8|app: 0|req: 1052/2206] 10.0.0.146 () {34 vars in 669 bytes} [Tue Apr 14 06:53:31 2026] POST /v2.0/networks => generated 649 bytes in 132 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1053/2207] 10.0.0.239 () {30 vars in 689 bytes} [Tue Apr 14 06:53:31 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: 1054/2208] 10.0.0.239 () {30 vars in 691 bytes} [Tue Apr 14 06:53:31 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1055/2209] 10.0.0.239 () {30 vars in 667 bytes} [Tue Apr 14 06:53:31 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: 1155/2210] 10.0.0.146 () {34 vars in 675 bytes} [Tue Apr 14 06:53:31 2026] POST /v2.0/floatingips => generated 552 bytes in 547 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1156/2211] 10.0.0.239 () {30 vars in 703 bytes} [Tue Apr 14 06:53:32 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: 1056/2212] 10.0.0.146 () {34 vars in 668 bytes} [Tue Apr 14 06:53:31 2026] POST /v2.0/subnets => generated 1274 bytes in 353 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1057/2213] 10.0.0.239 () {30 vars in 729 bytes} [Tue Apr 14 06:53:32 2026] GET /v2.0/networks/b1444614-835b-4b84-8006-1759bc907225 => generated 798 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1058/2214] 10.0.0.146 () {32 vars in 646 bytes} [Tue Apr 14 06:53:32 2026] GET /v2.0/subnets => generated 1910 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1059/2215] 10.0.0.239 () {30 vars in 681 bytes} [Tue Apr 14 06:53:32 2026] GET /v2.0/extensions/project-id => generated 204 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1060/2216] 10.0.0.146 () {32 vars in 723 bytes} [Tue Apr 14 06:53:32 2026] DELETE /v2.0/subnets/d283eaaa-fc8c-4431-bca1-e3c8810cb818 => 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: 1157/2217] 10.0.0.146 () {34 vars in 675 bytes} [Tue Apr 14 06:53:32 2026] POST /v2.0/floatingips => generated 552 bytes in 484 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1158/2218] 10.0.0.146 () {32 vars in 723 bytes} [Tue Apr 14 06:53:32 2026] DELETE /v2.0/subnets/1c313768-b184-462e-a333-e9097b573b2e => generated 0 bytes in 136 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1061/2219] 10.0.0.239 () {34 vars in 703 bytes} [Tue Apr 14 06:53:32 2026] POST /v2.0/ports => generated 1132 bytes in 263 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: 1062/2220] 10.0.0.146 () {32 vars in 646 bytes} [Tue Apr 14 06:53:32 2026] GET /v2.0/subnets => generated 649 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1159/2221] 10.0.0.146 () {34 vars in 758 bytes} [Tue Apr 14 06:53:32 2026] PUT /v2.0/floatingips/b10b7152-874b-452e-9924-8093a50156f6/tags => generated 17 bytes in 119 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1160/2222] 10.0.0.146 () {34 vars in 758 bytes} [Tue Apr 14 06:53:32 2026] PUT /v2.0/floatingips/ca385e01-dbce-4969-b009-de789fb3e044/tags => generated 25 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1063/2223] 10.0.0.146 () {32 vars in 725 bytes} [Tue Apr 14 06:53:32 2026] DELETE /v2.0/networks/ab55f234-97c3-49c8-9094-a1f5eb943d67 => generated 0 bytes in 140 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1161/2224] 10.0.0.146 () {34 vars in 758 bytes} [Tue Apr 14 06:53:32 2026] PUT /v2.0/floatingips/3e2d3506-42df-42d2-b56e-a750bf8380d6/tags => generated 34 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1064/2225] 10.0.0.146 () {32 vars in 725 bytes} [Tue Apr 14 06:53:32 2026] DELETE /v2.0/networks/b6b95347-e91a-4f06-811f-19ae9851492c => generated 0 bytes in 110 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1162/2226] 10.0.0.146 () {34 vars in 758 bytes} [Tue Apr 14 06:53:32 2026] PUT /v2.0/floatingips/b866513d-0fe7-4b7b-a4bc-fab194a83373/tags => generated 19 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1163/2227] 10.0.0.146 () {32 vars in 671 bytes} [Tue Apr 14 06:53:32 2026] GET /v2.0/floatingips?tags=red => generated 1671 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1065/2228] 10.0.0.146 () {32 vars in 725 bytes} [Tue Apr 14 06:53:32 2026] DELETE /v2.0/networks/c708032b-f5e7-4c64-800c-537379e0f16c => 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: 1164/2229] 10.0.0.146 () {32 vars in 685 bytes} [Tue Apr 14 06:53:33 2026] GET /v2.0/floatingips?tags=red%2Cblue => generated 1128 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1165/2230] 10.0.0.146 () {32 vars in 681 bytes} [Tue Apr 14 06:53:33 2026] GET /v2.0/floatingips?tags-any=blue => generated 1128 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1166/2231] 10.0.0.146 () {32 vars in 693 bytes} [Tue Apr 14 06:53:33 2026] GET /v2.0/floatingips?tags-any=red%2Cblue => generated 1671 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1066/2232] 10.0.0.146 () {32 vars in 725 bytes} [Tue Apr 14 06:53:33 2026] DELETE /v2.0/networks/14f6bc03-6f40-43ad-baa5-bfcf50ca39c6 => generated 0 bytes in 127 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1167/2233] 10.0.0.146 () {32 vars in 679 bytes} [Tue Apr 14 06:53:33 2026] GET /v2.0/floatingips?not-tags=red => generated 1100 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1067/2234] 10.0.0.146 () {32 vars in 693 bytes} [Tue Apr 14 06:53:33 2026] GET /v2.0/floatingips?not-tags=red%2Cblue => generated 1643 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1168/2235] 10.0.0.146 () {32 vars in 689 bytes} [Tue Apr 14 06:53:33 2026] GET /v2.0/floatingips?not-tags-any=blue => 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: 1068/2236] 10.0.0.146 () {32 vars in 701 bytes} [Tue Apr 14 06:53:33 2026] GET /v2.0/floatingips?not-tags-any=red%2Cblue => generated 1100 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-14 06:53:33.505 7 INFO neutron_taas.services.taas.taas_plugin [None req-b12b1814-9457-4a16-ac1e-47227b8d266f 80b6411ed2a244efba3a99b5a7335a37 15005c193e8548d894f474159ffce69b - - default default] TaaS: Handle Delete Port: 950c8ee6-e456-49d2-8955-43a4d9be706f 2026-04-14 06:53:33.509 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b12b1814-9457-4a16-ac1e-47227b8d266f 80b6411ed2a244efba3a99b5a7335a37 15005c193e8548d894f474159ffce69b - - default default] Tap Mirror: Handle Delete Port: 950c8ee6-e456-49d2-8955-43a4d9be706f 2026-04-14 06:53:33.591 8 INFO neutron.services.segments.plugin [-] Segment 5a873e82-acc1-4835-a4a5-61a4a914c08c resource provider aggregate not found 2026-04-14 06:53:33.609 8 INFO neutron.services.segments.plugin [-] Segment 5a873e82-acc1-4835-a4a5-61a4a914c08c resource provider aggregate not found 2026-04-14 06:53:33.614 8 INFO neutron.services.segments.plugin [-] Segment 5a873e82-acc1-4835-a4a5-61a4a914c08c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5a873e82-acc1-4835-a4a5-61a4a914c08c found for delete ", "request_id": "req-929eafc0-910a-4962-923a-1b43f7931878"}]} 2026-04-14 06:53:33.633 8 INFO neutron.services.segments.plugin [-] Segment 5a873e82-acc1-4835-a4a5-61a4a914c08c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5a873e82-acc1-4835-a4a5-61a4a914c08c found for delete ", "request_id": "req-73b007ff-d2f1-4dca-8b71-ea6578a5b988"}]} 2026-04-14 06:53:33.638 8 INFO neutron.services.segments.plugin [-] Segment f16b6266-3efa-4358-a43d-80d1c1eeb966 resource provider aggregate not found 2026-04-14 06:53:33.651 8 INFO neutron.services.segments.plugin [-] Segment f16b6266-3efa-4358-a43d-80d1c1eeb966 resource provider aggregate not found 2026-04-14 06:53:33.655 8 INFO neutron.services.segments.plugin [-] Segment f16b6266-3efa-4358-a43d-80d1c1eeb966 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f16b6266-3efa-4358-a43d-80d1c1eeb966 found for delete ", "request_id": "req-6689ec48-88fb-44d6-b286-5823e022a3a9"}]} 2026-04-14 06:53:33.669 8 INFO neutron.services.segments.plugin [-] Segment f16b6266-3efa-4358-a43d-80d1c1eeb966 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f16b6266-3efa-4358-a43d-80d1c1eeb966 found for delete ", "request_id": "req-ffa9a64f-e9bc-4ffd-839f-7a8d554168ec"}]} 2026-04-14 06:53:33.674 8 INFO neutron.services.segments.plugin [-] Segment 9d65e517-548b-4f75-8a21-6e8e44cdf1df resource provider aggregate not found [pid: 7|app: 0|req: 1169/2237] 10.0.0.146 () {32 vars in 731 bytes} [Tue Apr 14 06:53:33 2026] DELETE /v2.0/floatingips/b10b7152-874b-452e-9924-8093a50156f6 => generated 0 bytes in 283 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-14 06:53:33.692 8 INFO neutron.services.segments.plugin [-] Segment 9d65e517-548b-4f75-8a21-6e8e44cdf1df resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9d65e517-548b-4f75-8a21-6e8e44cdf1df found for delete ", "request_id": "req-59aa3453-5d0a-4054-8a55-61362b78ac3d"}]} 2026-04-14 06:53:33.693 8 INFO neutron.services.segments.plugin [-] Segment 9d65e517-548b-4f75-8a21-6e8e44cdf1df resource provider aggregate not found 2026-04-14 06:53:33.726 8 INFO neutron.services.segments.plugin [-] Segment 9d65e517-548b-4f75-8a21-6e8e44cdf1df resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9d65e517-548b-4f75-8a21-6e8e44cdf1df found for delete ", "request_id": "req-3d885651-b616-4d31-be50-77ce4cbc3caf"}]} 2026-04-14 06:53:33.734 8 INFO neutron.services.segments.plugin [-] Segment 7aa54e06-4db3-40ee-ba9b-f3ed7d19c379 resource provider aggregate not found 2026-04-14 06:53:33.756 8 INFO neutron.services.segments.plugin [-] Segment 7aa54e06-4db3-40ee-ba9b-f3ed7d19c379 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7aa54e06-4db3-40ee-ba9b-f3ed7d19c379 found for delete ", "request_id": "req-b207557a-02ea-4025-84b4-290abb32c3b1"}]} 2026-04-14 06:53:33.771 8 INFO neutron.services.segments.plugin [-] Segment 7aa54e06-4db3-40ee-ba9b-f3ed7d19c379 resource provider aggregate not found 2026-04-14 06:53:33.792 8 INFO neutron.services.segments.plugin [-] Segment 7aa54e06-4db3-40ee-ba9b-f3ed7d19c379 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7aa54e06-4db3-40ee-ba9b-f3ed7d19c379 found for delete ", "request_id": "req-29d8eb8f-873f-40fa-8f84-97ec77841bcd"}]} 2026-04-14 06:53:33.834 8 INFO neutron_taas.services.taas.taas_plugin [None req-752b598e-40cc-4e20-bba2-daa61b6a08f1 80b6411ed2a244efba3a99b5a7335a37 15005c193e8548d894f474159ffce69b - - default default] TaaS: Handle Delete Port: ae4f1d46-96ec-498b-acf4-59bb8b9af460 2026-04-14 06:53:33.837 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-752b598e-40cc-4e20-bba2-daa61b6a08f1 80b6411ed2a244efba3a99b5a7335a37 15005c193e8548d894f474159ffce69b - - default default] Tap Mirror: Handle Delete Port: ae4f1d46-96ec-498b-acf4-59bb8b9af460 [pid: 8|app: 0|req: 1069/2238] 10.0.0.146 () {32 vars in 731 bytes} [Tue Apr 14 06:53:33 2026] DELETE /v2.0/floatingips/ca385e01-dbce-4969-b009-de789fb3e044 => generated 0 bytes in 294 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1170/2239] 10.0.0.146 () {32 vars in 773 bytes} [Tue Apr 14 06:53:33 2026] GET /v2.0/security-groups?tenant_id=260b08bc655f4ba8878e90b151188034&name=default => generated 2925 bytes in 279 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-14 06:53:34.077 8 INFO neutron_taas.services.taas.taas_plugin [None req-bf021822-f259-41fa-aa93-5157dd458740 80b6411ed2a244efba3a99b5a7335a37 15005c193e8548d894f474159ffce69b - - default default] TaaS: Handle Delete Port: b7d8d3ac-a950-4d76-b013-f38e3ae7dd8b 2026-04-14 06:53:34.079 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-bf021822-f259-41fa-aa93-5157dd458740 80b6411ed2a244efba3a99b5a7335a37 15005c193e8548d894f474159ffce69b - - default default] Tap Mirror: Handle Delete Port: b7d8d3ac-a950-4d76-b013-f38e3ae7dd8b [pid: 7|app: 0|req: 1171/2240] 10.0.0.146 () {32 vars in 739 bytes} [Tue Apr 14 06:53:34 2026] DELETE /v2.0/security-groups/67a7ced2-fa47-4082-a1a4-855d0236b6b6 => 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: 1070/2241] 10.0.0.146 () {32 vars in 731 bytes} [Tue Apr 14 06:53:33 2026] DELETE /v2.0/floatingips/3e2d3506-42df-42d2-b56e-a750bf8380d6 => generated 0 bytes in 256 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-14 06:53:34.380 7 INFO neutron_taas.services.taas.taas_plugin [None req-0126a867-ab5d-42c2-9ba7-a2c4f384e7e3 80b6411ed2a244efba3a99b5a7335a37 15005c193e8548d894f474159ffce69b - - default default] TaaS: Handle Delete Port: f69bebd7-bf94-4a10-a13b-78c23e90bfa8 2026-04-14 06:53:34.384 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0126a867-ab5d-42c2-9ba7-a2c4f384e7e3 80b6411ed2a244efba3a99b5a7335a37 15005c193e8548d894f474159ffce69b - - default default] Tap Mirror: Handle Delete Port: f69bebd7-bf94-4a10-a13b-78c23e90bfa8 [pid: 7|app: 0|req: 1172/2242] 10.0.0.146 () {32 vars in 731 bytes} [Tue Apr 14 06:53:34 2026] DELETE /v2.0/floatingips/b866513d-0fe7-4b7b-a4bc-fab194a83373 => generated 0 bytes in 312 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-14 06:53:34.679 8 INFO neutron_taas.services.taas.taas_plugin [None req-1adb1fad-4851-4037-8da6-28a88827289c 80b6411ed2a244efba3a99b5a7335a37 15005c193e8548d894f474159ffce69b - - default default] TaaS: Handle Delete Port: 81c3cf34-a842-47f0-b10a-b20e71e7c429 2026-04-14 06:53:34.682 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1adb1fad-4851-4037-8da6-28a88827289c 80b6411ed2a244efba3a99b5a7335a37 15005c193e8548d894f474159ffce69b - - default default] Tap Mirror: Handle Delete Port: 81c3cf34-a842-47f0-b10a-b20e71e7c429 [pid: 8|app: 0|req: 1071/2243] 10.0.0.146 () {32 vars in 731 bytes} [Tue Apr 14 06:53:34 2026] DELETE /v2.0/floatingips/0165a957-8379-4005-a7d2-ffbc58fb804a => generated 0 bytes in 295 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1173/2244] 199.204.45.53 () {30 vars in 701 bytes} [Tue Apr 14 06:53:35 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 131 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1072/2245] 199.204.45.53 () {30 vars in 703 bytes} [Tue Apr 14 06:53:35 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1174/2246] 199.204.45.53 () {30 vars in 679 bytes} [Tue Apr 14 06:53:35 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: 1073/2247] 199.204.45.53 () {30 vars in 715 bytes} [Tue Apr 14 06:53:35 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: 1175/2248] 199.204.45.53 () {30 vars in 735 bytes} [Tue Apr 14 06:53:35 2026] GET /v2.0/ports/d91fa5c0-b3bd-48fd-b050-127b2dcdcab9 => generated 1132 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1074/2249] 10.0.0.146 () {32 vars in 773 bytes} [Tue Apr 14 06:53:35 2026] GET /v2.0/security-groups?tenant_id=15005c193e8548d894f474159ffce69b&name=default => generated 2925 bytes in 286 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1075/2250] 199.204.45.53 () {30 vars in 701 bytes} [Tue Apr 14 06:53:36 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-04-14 06:53:36.143 7 INFO neutron.db.segments_db [None req-b6688b6c-0817-421d-8797-d4ee93f34f6b 3331649a820c46f483bfd8671fad4238 46b88d1110ef471b8bfbd351ea24f3f0 - - default default] Added segment 682c2c7b-7831-4b0c-8524-86eab231ef9f of type vxlan for network 11b9a9af-e31a-4847-8ca9-d4119c6ff362 [pid: 7|app: 0|req: 1176/2251] 10.0.0.146 () {34 vars in 669 bytes} [Tue Apr 14 06:53:35 2026] POST /v2.0/networks => generated 727 bytes in 355 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1177/2252] 10.0.0.146 () {32 vars in 739 bytes} [Tue Apr 14 06:53:36 2026] DELETE /v2.0/security-groups/4457fd71-eba6-4b56-94ac-a1177db6e237 => generated 0 bytes in 95 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-14 06:53:36.336 8 INFO neutron.db.segments_db [None req-ec29bac3-40ef-4815-affb-cfdfbcf7a251 6fb52cae748a4731aec0a12b606080cb f75413c8e5e44e8a901edb60cc7d061f - - default default] Added segment 0bb726ee-ce0b-4b9f-a694-0cd7c50ec7d9 of type vxlan for network faafa6e2-1efe-49f7-a733-825bf1d17a79 [pid: 7|app: 0|req: 1178/2253] 199.204.45.53 () {30 vars in 703 bytes} [Tue Apr 14 06:53:36 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1076/2254] 10.0.0.146 () {34 vars in 669 bytes} [Tue Apr 14 06:53:36 2026] POST /v2.0/networks => generated 633 bytes in 317 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1077/2255] 199.204.45.53 () {30 vars in 679 bytes} [Tue Apr 14 06:53:36 2026] GET /v2.0/extensions/qos => generated 166 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1179/2256] 10.0.0.146 () {34 vars in 668 bytes} [Tue Apr 14 06:53:36 2026] POST /v2.0/subnets => generated 644 bytes in 237 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1078/2257] 10.0.0.146 () {32 vars in 773 bytes} [Tue Apr 14 06:53:36 2026] GET /v2.0/security-groups?tenant_id=78041c01b40f4934a8b85b52d30b6292&name=default => generated 2925 bytes in 128 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1079/2258] 199.204.45.53 () {30 vars in 715 bytes} [Tue Apr 14 06:53:36 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 06:53:36.588 8 WARNING neutron.api.v2.base [None req-23bfb4c4-4524-4127-9c94-365976e3e8e0 3331649a820c46f483bfd8671fad4238 46b88d1110ef471b8bfbd351ea24f3f0 - - default default] An exception happened while processing the request body. The exception message is [Invalid input for target_tenant. Reason: 'None' is not a valid string.].: webob.exc.HTTPBadRequest: Invalid input for target_tenant. Reason: 'None' is not a valid string. 2026-04-14 06:53:36.588 8 INFO neutron.api.v2.resource [None req-23bfb4c4-4524-4127-9c94-365976e3e8e0 3331649a820c46f483bfd8671fad4238 46b88d1110ef471b8bfbd351ea24f3f0 - - default default] create failed (client error): Invalid input for target_tenant. Reason: 'None' is not a valid string. [pid: 8|app: 0|req: 1080/2259] 10.0.0.146 () {34 vars in 680 bytes} [Tue Apr 14 06:53:36 2026] POST /v2.0/rbac-policies => generated 143 bytes in 5 msecs (HTTP/1.1 400) 4 headers in 166 bytes (1 switches on core 0) 2026-04-14 06:53:36.654 7 INFO neutron.db.segments_db [None req-8eb72a96-8d23-47dd-961c-4b2d734a2309 6fb52cae748a4731aec0a12b606080cb f75413c8e5e44e8a901edb60cc7d061f - - default default] Added segment 81af2611-36d8-4680-8b63-61675459f947 of type vxlan for network e6893802-4bd3-4335-af10-fce7ace792be [pid: 8|app: 0|req: 1081/2260] 10.0.0.146 () {32 vars in 739 bytes} [Tue Apr 14 06:53:36 2026] DELETE /v2.0/security-groups/ba2f0a90-2e80-4312-a41d-d78bcd047869 => generated 0 bytes in 108 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-14 06:53:36.707 8 INFO neutron.api.v2.resource [None req-99c997f0-a431-41f8-a0d8-9dab35f5add4 07fe03b92fd4416ab1e2727517b45ecd 18a9ceb573b9494d8f9349bd6d83cd30 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1082/2261] 199.204.45.53 () {30 vars in 761 bytes} [Tue Apr 14 06:53:36 2026] GET /v2.0/security-groups/lb-e1c5dcf8-91b6-4347-bf8d-97ef41d3b9ae => generated 149 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1180/2262] 10.0.0.146 () {34 vars in 669 bytes} [Tue Apr 14 06:53:36 2026] POST /v2.0/networks => generated 634 bytes in 229 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1181/2263] 199.204.45.53 () {30 vars in 783 bytes} [Tue Apr 14 06:53:36 2026] GET /v2.0/security-groups?name=lb-e1c5dcf8-91b6-4347-bf8d-97ef41d3b9ae => generated 23 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-14 06:53:36.899 8 INFO neutron.services.segments.plugin [-] Segment 682c2c7b-7831-4b0c-8524-86eab231ef9f resource provider aggregate not found 2026-04-14 06:53:36.907 8 INFO neutron.services.segments.plugin [-] Segment 682c2c7b-7831-4b0c-8524-86eab231ef9f resource provider aggregate not found 2026-04-14 06:53:36.913 8 INFO neutron.services.segments.plugin [-] Segment 682c2c7b-7831-4b0c-8524-86eab231ef9f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 682c2c7b-7831-4b0c-8524-86eab231ef9f found for delete ", "request_id": "req-b78cf8c2-f9e6-4bac-b848-8e17e62ad991"}]} [pid: 8|app: 0|req: 1083/2264] 10.0.0.146 () {32 vars in 725 bytes} [Tue Apr 14 06:53:36 2026] DELETE /v2.0/networks/11b9a9af-e31a-4847-8ca9-d4119c6ff362 => generated 0 bytes in 211 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-14 06:53:36.930 8 INFO neutron.services.segments.plugin [-] Segment 682c2c7b-7831-4b0c-8524-86eab231ef9f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 682c2c7b-7831-4b0c-8524-86eab231ef9f found for delete ", "request_id": "req-2014b8b5-a805-44de-aaed-6de24c7b6dba"}]} [pid: 8|app: 0|req: 1084/2265] 199.204.45.53 () {34 vars in 734 bytes} [Tue Apr 14 06:53:36 2026] POST /v2.0/security-groups => generated 1636 bytes in 96 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1182/2266] 10.0.0.146 () {34 vars in 668 bytes} [Tue Apr 14 06:53:36 2026] POST /v2.0/subnets => generated 646 bytes in 277 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1085/2267] 10.0.0.146 () {32 vars in 773 bytes} [Tue Apr 14 06:53:37 2026] GET /v2.0/security-groups?tenant_id=83aa2d430e2f4326a73b6ed9bdfd4476&name=default => generated 2925 bytes in 134 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-14 06:53:37.175 7 INFO neutron.db.segments_db [None req-f1f65704-5c92-4f8f-8d39-f9255d254531 3331649a820c46f483bfd8671fad4238 46b88d1110ef471b8bfbd351ea24f3f0 - - default default] Added segment 720d9225-0af4-4e89-a1fa-dd8838f4bc21 of type vxlan for network f8320459-ea25-41c0-a078-6ab95fbb26a5 [pid: 8|app: 0|req: 1086/2268] 199.204.45.53 () {30 vars in 813 bytes} [Tue Apr 14 06:53:37 2026] GET /v2.0/security-group-rules?security_group_id=142d1d49-00cf-472b-ac2b-e071a76df9f5 => generated 1182 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1183/2269] 10.0.0.146 () {34 vars in 669 bytes} [Tue Apr 14 06:53:37 2026] POST /v2.0/networks => generated 727 bytes in 135 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1087/2270] 10.0.0.146 () {34 vars in 668 bytes} [Tue Apr 14 06:53:37 2026] POST /v2.0/subnets => generated 655 bytes in 215 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1184/2271] 10.0.0.146 () {32 vars in 739 bytes} [Tue Apr 14 06:53:37 2026] DELETE /v2.0/security-groups/5e815c1c-9182-4276-bf27-a2ce2f8bae8e => generated 0 bytes in 153 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1088/2272] 199.204.45.53 () {34 vars in 787 bytes} [Tue Apr 14 06:53:37 2026] PUT /v2.0/ports/d91fa5c0-b3bd-48fd-b050-127b2dcdcab9 => generated 1132 bytes in 194 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: 1185/2273] 10.0.0.146 () {34 vars in 668 bytes} [Tue Apr 14 06:53:37 2026] POST /v2.0/subnets => generated 647 bytes in 215 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-14 06:53:37.633 8 INFO neutron.db.segments_db [None req-a746892b-53b2-4524-93c8-c6e043b51641 6fb52cae748a4731aec0a12b606080cb f75413c8e5e44e8a901edb60cc7d061f - - default default] Added segment 21589545-4f38-4a03-b4c6-87e9bce84cbd of type vxlan for network 93024f20-ecd7-453c-ba1c-964d9c3d022c 2026-04-14 06:53:37.641 7 WARNING neutron.api.v2.base [None req-240c6ffa-8f62-4e4f-aa9f-08a2bd2f6a60 3331649a820c46f483bfd8671fad4238 46b88d1110ef471b8bfbd351ea24f3f0 - - default default] An exception happened while processing the request body. The exception message is [Invalid input for target_tenant. Reason: '1234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234' exceeds maximum length of 255.].: webob.exc.HTTPBadRequest: Invalid input for target_tenant. Reason: '1234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234' exceeds maximum length of 255. 2026-04-14 06:53:37.642 7 INFO neutron.api.v2.resource [None req-240c6ffa-8f62-4e4f-aa9f-08a2bd2f6a60 3331649a820c46f483bfd8671fad4238 46b88d1110ef471b8bfbd351ea24f3f0 - - default default] create failed (client error): Invalid input for target_tenant. Reason: '1234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234' exceeds maximum length of 255. [pid: 7|app: 0|req: 1186/2274] 10.0.0.146 () {34 vars in 680 bytes} [Tue Apr 14 06:53:37 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) 2026-04-14 06:53:37.849 7 INFO neutron.services.segments.plugin [-] Segment 720d9225-0af4-4e89-a1fa-dd8838f4bc21 resource provider aggregate not found 2026-04-14 06:53:37.854 7 INFO neutron.services.segments.plugin [-] Segment 720d9225-0af4-4e89-a1fa-dd8838f4bc21 resource provider aggregate not found 2026-04-14 06:53:37.871 8 INFO neutron.db.l3_hamode_db [None req-a746892b-53b2-4524-93c8-c6e043b51641 6fb52cae748a4731aec0a12b606080cb f75413c8e5e44e8a901edb60cc7d061f - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-14 06:53:37.871 7 INFO neutron.services.segments.plugin [-] Segment 720d9225-0af4-4e89-a1fa-dd8838f4bc21 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 720d9225-0af4-4e89-a1fa-dd8838f4bc21 found for delete ", "request_id": "req-cbdca793-37cc-44b3-ac52-9b341a7611fe"}]} 2026-04-14 06:53:37.879 7 INFO neutron.services.segments.plugin [-] Segment 720d9225-0af4-4e89-a1fa-dd8838f4bc21 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 720d9225-0af4-4e89-a1fa-dd8838f4bc21 found for delete ", "request_id": "req-2ac945a7-2b66-4b20-a7ee-5717ae62b611"}]} [pid: 7|app: 0|req: 1187/2275] 10.0.0.146 () {32 vars in 725 bytes} [Tue Apr 14 06:53:37 2026] DELETE /v2.0/networks/f8320459-ea25-41c0-a078-6ab95fbb26a5 => generated 0 bytes in 234 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1188/2276] 199.204.45.53 () {30 vars in 701 bytes} [Tue Apr 14 06:53:37 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 06:53:37.943 7 INFO neutron.db.segments_db [None req-202da80a-7740-4099-9d26-841cb6cf04e5 3331649a820c46f483bfd8671fad4238 46b88d1110ef471b8bfbd351ea24f3f0 - - default default] Added segment 914c36c9-e372-496c-8b69-da3bef6e7f2c of type vxlan for network 378d3ca0-32f3-4c46-bf03-a5f7b699943a 2026-04-14 06:53:37.967 8 INFO neutron.db.l3_hamode_db [None req-a746892b-53b2-4524-93c8-c6e043b51641 6fb52cae748a4731aec0a12b606080cb f75413c8e5e44e8a901edb60cc7d061f - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1189/2277] 10.0.0.146 () {34 vars in 669 bytes} [Tue Apr 14 06:53:37 2026] POST /v2.0/networks => generated 726 bytes in 148 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1190/2278] 199.204.45.53 () {30 vars in 703 bytes} [Tue Apr 14 06:53:38 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: 1191/2279] 10.0.0.146 () {34 vars in 668 bytes} [Tue Apr 14 06:53:38 2026] POST /v2.0/subnets => generated 647 bytes in 207 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1192/2280] 199.204.45.53 () {30 vars in 679 bytes} [Tue Apr 14 06:53:38 2026] GET /v2.0/extensions/qos => generated 166 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1193/2281] 10.0.0.146 () {34 vars in 680 bytes} [Tue Apr 14 06:53:38 2026] POST /v2.0/rbac-policies => generated 324 bytes in 205 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1194/2282] 199.204.45.53 () {30 vars in 715 bytes} [Tue Apr 14 06:53:38 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: 1195/2283] 199.204.45.53 () {30 vars in 739 bytes} [Tue Apr 14 06:53:38 2026] GET /v2.0/subnets/0dfa01e4-b062-4b47-b369-acc8a7208c1d => generated 676 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1089/2284] 10.0.0.146 () {34 vars in 668 bytes} [Tue Apr 14 06:53:37 2026] POST /v2.0/routers => generated 510 bytes in 934 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1090/2285] 10.0.0.146 () {32 vars in 722 bytes} [Tue Apr 14 06:53:38 2026] GET /v2.0/networks/378d3ca0-32f3-4c46-bf03-a5f7b699943a => generated 654 bytes in 229 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 06:53:39.675 8 INFO neutron.pecan_wsgi.hooks.translation [None req-941069db-1537-4d59-8d6f-d3edf3219c30 9e1fd7bfe1d14640aa38b69865c3026c 652876d3399c4f62b8f2c2997e881030 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1091/2286] 10.0.0.146 () {32 vars in 722 bytes} [Tue Apr 14 06:53:39 2026] GET /v2.0/networks/378d3ca0-32f3-4c46-bf03-a5f7b699943a => generated 138 bytes in 167 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1196/2287] 10.0.0.146 () {34 vars in 782 bytes} [Tue Apr 14 06:53:38 2026] PUT /v2.0/routers/853c40df-38ef-4ff7-9346-bd338b4fe929/add_router_interface => generated 309 bytes in 1245 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1197/2288] 10.0.0.146 () {32 vars in 716 bytes} [Tue Apr 14 06:53:39 2026] GET /v2.0/ports/31a47c64-058d-4947-b68d-729e7fecb01e => generated 959 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 06:53:39.925 8 INFO neutron.services.segments.plugin [-] Segment 914c36c9-e372-496c-8b69-da3bef6e7f2c resource provider aggregate not found 2026-04-14 06:53:39.930 8 INFO neutron.services.segments.plugin [-] Segment 914c36c9-e372-496c-8b69-da3bef6e7f2c resource provider aggregate not found 2026-04-14 06:53:39.970 8 INFO neutron.services.segments.plugin [-] Segment 914c36c9-e372-496c-8b69-da3bef6e7f2c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 914c36c9-e372-496c-8b69-da3bef6e7f2c found for delete ", "request_id": "req-c7e3dbab-bef2-4b83-8db3-c4af580ef075"}]} [pid: 8|app: 0|req: 1092/2289] 10.0.0.146 () {32 vars in 725 bytes} [Tue Apr 14 06:53:39 2026] DELETE /v2.0/networks/378d3ca0-32f3-4c46-bf03-a5f7b699943a => generated 0 bytes in 292 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-14 06:53:39.993 8 INFO neutron.services.segments.plugin [-] Segment 914c36c9-e372-496c-8b69-da3bef6e7f2c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 914c36c9-e372-496c-8b69-da3bef6e7f2c found for delete ", "request_id": "req-60d11ef0-438c-4446-a0cc-f9811c1b4629"}]} 2026-04-14 06:53:40.000 8 INFO neutron.pecan_wsgi.hooks.translation [None req-96a64554-3ad9-4385-bfe0-dae1efe9e3f1 3331649a820c46f483bfd8671fad4238 46b88d1110ef471b8bfbd351ea24f3f0 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1093/2290] 10.0.0.146 () {32 vars in 723 bytes} [Tue Apr 14 06:53:39 2026] DELETE /v2.0/subnets/0c3505d9-549c-4822-8a59-3e336ebe89db => generated 136 bytes in 24 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-14 06:53:40.025 8 INFO neutron.pecan_wsgi.hooks.translation [None req-7e0206ea-d809-4ca8-b119-4e725f4b8d84 3331649a820c46f483bfd8671fad4238 46b88d1110ef471b8bfbd351ea24f3f0 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1094/2291] 10.0.0.146 () {32 vars in 723 bytes} [Tue Apr 14 06:53:40 2026] DELETE /v2.0/subnets/d5c0e08d-ad5c-4c48-a637-ef0263fa3ad7 => generated 136 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-14 06:53:40.047 8 INFO neutron.pecan_wsgi.hooks.translation [None req-813feae1-08f4-48b7-a318-dbfc80e91467 3331649a820c46f483bfd8671fad4238 46b88d1110ef471b8bfbd351ea24f3f0 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1095/2292] 10.0.0.146 () {32 vars in 723 bytes} [Tue Apr 14 06:53:40 2026] DELETE /v2.0/subnets/32a6c802-f39e-484d-b5a5-78fa1bf0f9e9 => generated 136 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1198/2293] 10.0.0.146 () {34 vars in 782 bytes} [Tue Apr 14 06:53:39 2026] PUT /v2.0/routers/853c40df-38ef-4ff7-9346-bd338b4fe929/add_router_interface => generated 309 bytes in 1065 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1199/2294] 10.0.0.146 () {32 vars in 716 bytes} [Tue Apr 14 06:53:40 2026] GET /v2.0/ports/ad46f955-47e8-4976-8e15-beb062dad272 => generated 967 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1096/2295] 10.0.0.146 () {32 vars in 773 bytes} [Tue Apr 14 06:53:40 2026] GET /v2.0/security-groups?tenant_id=652876d3399c4f62b8f2c2997e881030&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: 1097/2296] 10.0.0.146 () {32 vars in 739 bytes} [Tue Apr 14 06:53:41 2026] DELETE /v2.0/security-groups/f8a5881c-72f7-4a7b-81ff-518fd59f94ad => generated 0 bytes in 85 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-14 06:53:41.343 7 INFO neutron_taas.services.taas.taas_plugin [None req-b90a6a61-22b8-44bd-908c-6c8292325e66 6fb52cae748a4731aec0a12b606080cb f75413c8e5e44e8a901edb60cc7d061f - - default default] TaaS: Handle Delete Port: ad46f955-47e8-4976-8e15-beb062dad272 2026-04-14 06:53:41.347 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b90a6a61-22b8-44bd-908c-6c8292325e66 6fb52cae748a4731aec0a12b606080cb f75413c8e5e44e8a901edb60cc7d061f - - default default] Tap Mirror: Handle Delete Port: ad46f955-47e8-4976-8e15-beb062dad272 [pid: 8|app: 0|req: 1098/2297] 10.0.0.146 () {32 vars in 773 bytes} [Tue Apr 14 06:53:41 2026] GET /v2.0/security-groups?tenant_id=2d6136f3d4604ab281b6966d43a74dad&name=default => generated 2925 bytes in 120 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1099/2298] 10.0.0.146 () {32 vars in 739 bytes} [Tue Apr 14 06:53:41 2026] DELETE /v2.0/security-groups/c190efa8-dedb-4fa4-8330-1905740af2ed => generated 0 bytes in 72 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1100/2299] 10.0.0.146 () {32 vars in 773 bytes} [Tue Apr 14 06:53:41 2026] GET /v2.0/security-groups?tenant_id=46b88d1110ef471b8bfbd351ea24f3f0&name=default => generated 2925 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1200/2300] 10.0.0.146 () {34 vars in 788 bytes} [Tue Apr 14 06:53:40 2026] PUT /v2.0/routers/853c40df-38ef-4ff7-9346-bd338b4fe929/remove_router_interface => generated 309 bytes in 777 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1101/2301] 10.0.0.146 () {32 vars in 739 bytes} [Tue Apr 14 06:53:41 2026] DELETE /v2.0/security-groups/0f997405-dae2-403e-9aab-474a7f8113ce => generated 0 bytes in 96 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-14 06:53:42.040 7 INFO neutron.db.segments_db [None req-e53b53f1-697f-43de-bcc1-13c0ac5955b6 882af8d769364d0981f97f4c3409f28c 388af306f2db4614886d36e0fffec1fc - - default default] Added segment 743ef041-3194-4216-bc05-8c3f301b8a1f of type vxlan for network 6d6d7e8c-37ea-4fef-80b4-0d3ac3038cff [pid: 7|app: 0|req: 1201/2302] 10.0.0.146 () {34 vars in 669 bytes} [Tue Apr 14 06:53:41 2026] POST /v2.0/networks => generated 631 bytes in 357 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-14 06:53:42.139 8 INFO neutron_taas.services.taas.taas_plugin [None req-51636a23-e686-4b80-a4e2-a6954c18b244 6fb52cae748a4731aec0a12b606080cb f75413c8e5e44e8a901edb60cc7d061f - - default default] TaaS: Handle Delete Port: 31a47c64-058d-4947-b68d-729e7fecb01e 2026-04-14 06:53:42.142 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-51636a23-e686-4b80-a4e2-a6954c18b244 6fb52cae748a4731aec0a12b606080cb f75413c8e5e44e8a901edb60cc7d061f - - default default] Tap Mirror: Handle Delete Port: 31a47c64-058d-4947-b68d-729e7fecb01e [pid: 7|app: 0|req: 1202/2303] 10.0.0.146 () {34 vars in 663 bytes} [Tue Apr 14 06:53:42 2026] POST /v2.0/ports => generated 743 bytes in 281 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-14 06:53:42.472 7 INFO neutron.db.segments_db [None req-100a0bd9-adf2-4fc1-ac95-d58380f3de0c 882af8d769364d0981f97f4c3409f28c 388af306f2db4614886d36e0fffec1fc - - default default] Added segment a832bbbb-d381-4307-b4e9-20f0d7ca5ae8 of type vxlan for network cc266f63-5c43-4482-8ac4-8575053cf166 [pid: 8|app: 0|req: 1102/2304] 10.0.0.146 () {34 vars in 788 bytes} [Tue Apr 14 06:53:41 2026] PUT /v2.0/routers/853c40df-38ef-4ff7-9346-bd338b4fe929/remove_router_interface => generated 309 bytes in 713 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1203/2305] 10.0.0.146 () {34 vars in 669 bytes} [Tue Apr 14 06:53:42 2026] POST /v2.0/networks => generated 630 bytes in 144 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1103/2306] 10.0.0.146 () {32 vars in 735 bytes} [Tue Apr 14 06:53:42 2026] GET /v2.0/ports?device_id=853c40df-38ef-4ff7-9346-bd338b4fe929 => generated 12 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-14 06:53:42.763 8 INFO neutron_taas.services.taas.taas_plugin [None req-5b837dc8-9b4d-456c-99ae-ff54cf850683 6fb52cae748a4731aec0a12b606080cb f75413c8e5e44e8a901edb60cc7d061f - - default default] TaaS: Handle Delete Port: b840c5dc-d925-424c-baca-42220385c94d 2026-04-14 06:53:42.766 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5b837dc8-9b4d-456c-99ae-ff54cf850683 6fb52cae748a4731aec0a12b606080cb f75413c8e5e44e8a901edb60cc7d061f - - default default] Tap Mirror: Handle Delete Port: b840c5dc-d925-424c-baca-42220385c94d [pid: 7|app: 0|req: 1204/2307] 10.0.0.146 () {34 vars in 663 bytes} [Tue Apr 14 06:53:42 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, ' 2026-04-14 06:53:42.939 7 INFO neutron.db.segments_db [None req-3d4f5d7c-09c7-4fa6-9080-ab843f154ef6 882af8d769364d0981f97f4c3409f28c 388af306f2db4614886d36e0fffec1fc - - default default] Added segment 5c6ee4f7-7524-476e-93b7-740fbf79889c of type vxlan for network 6a6f032d-5997-4e87-8125-f8e32bc2bdde [pid: 7|app: 0|req: 1205/2308] 10.0.0.146 () {34 vars in 669 bytes} [Tue Apr 14 06:53:42 2026] POST /v2.0/networks => generated 631 bytes in 134 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-14 06:53:43.126 8 INFO neutron.services.segments.plugin [-] Segment 21589545-4f38-4a03-b4c6-87e9bce84cbd resource provider aggregate not found 2026-04-14 06:53:43.134 8 INFO neutron.services.segments.plugin [-] Segment 21589545-4f38-4a03-b4c6-87e9bce84cbd resource provider aggregate not found 2026-04-14 06:53:43.147 8 INFO neutron.services.segments.plugin [-] Segment 21589545-4f38-4a03-b4c6-87e9bce84cbd resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 21589545-4f38-4a03-b4c6-87e9bce84cbd found for delete ", "request_id": "req-4ea9ac2a-c462-44f6-9093-67a36e1e3593"}]} 2026-04-14 06:53:43.148 8 INFO neutron.db.l3_hamode_db [None req-5b837dc8-9b4d-456c-99ae-ff54cf850683 6fb52cae748a4731aec0a12b606080cb f75413c8e5e44e8a901edb60cc7d061f - - default default] HA network 93024f20-ecd7-453c-ba1c-964d9c3d022c was deleted as no HA routers are present in tenant f75413c8e5e44e8a901edb60cc7d061f. 2026-04-14 06:53:43.154 8 INFO neutron.services.segments.plugin [-] Segment 21589545-4f38-4a03-b4c6-87e9bce84cbd resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 21589545-4f38-4a03-b4c6-87e9bce84cbd found for delete ", "request_id": "req-56f67f38-bbe4-449e-8867-e84443944bbf"}]} [pid: 8|app: 0|req: 1104/2309] 10.0.0.146 () {32 vars in 723 bytes} [Tue Apr 14 06:53:42 2026] DELETE /v2.0/routers/853c40df-38ef-4ff7-9346-bd338b4fe929 => generated 0 bytes in 586 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1206/2310] 10.0.0.146 () {34 vars in 663 bytes} [Tue Apr 14 06:53:43 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) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 1105/2311] 10.0.0.146 () {32 vars in 723 bytes} [Tue Apr 14 06:53:43 2026] DELETE /v2.0/subnets/daf12310-6097-45f9-83c4-2752732181fe => generated 0 bytes in 184 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-14 06:53:43.386 7 INFO neutron.db.segments_db [None req-3128776c-fcd5-40c6-b673-abc07e421db7 882af8d769364d0981f97f4c3409f28c 388af306f2db4614886d36e0fffec1fc - - default default] Added segment 75bb8519-ae02-4d37-8565-2ca205918ac2 of type vxlan for network 3a563615-3ca7-4568-ab0c-2ccbecd1a93f [pid: 7|app: 0|req: 1207/2312] 10.0.0.146 () {34 vars in 669 bytes} [Tue Apr 14 06:53:43 2026] POST /v2.0/networks => generated 631 bytes in 138 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1106/2313] 10.0.0.146 () {32 vars in 723 bytes} [Tue Apr 14 06:53:43 2026] DELETE /v2.0/subnets/b6248c81-4bc3-4421-bf0c-79f8d1aef087 => generated 0 bytes in 178 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-14 06:53:43.638 8 INFO neutron_taas.services.taas.taas_plugin [None req-ce90d400-a955-4914-94fd-513ede74ef91 6fb52cae748a4731aec0a12b606080cb f75413c8e5e44e8a901edb60cc7d061f - - default default] TaaS: Handle Delete Port: 8ca5f7c3-ab9f-4b16-982d-dd98c2530c5d 2026-04-14 06:53:43.642 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ce90d400-a955-4914-94fd-513ede74ef91 6fb52cae748a4731aec0a12b606080cb f75413c8e5e44e8a901edb60cc7d061f - - default default] Tap Mirror: Handle Delete Port: 8ca5f7c3-ab9f-4b16-982d-dd98c2530c5d [pid: 7|app: 0|req: 1208/2314] 10.0.0.146 () {34 vars in 663 bytes} [Tue Apr 14 06:53:43 2026] POST /v2.0/ports => generated 743 bytes in 256 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-14 06:53:43.791 7 INFO neutron.db.segments_db [None req-8c7d673f-d652-4465-b81d-b8315ac67247 882af8d769364d0981f97f4c3409f28c 388af306f2db4614886d36e0fffec1fc - - default default] Added segment f5929f78-6948-41f2-acf3-d602718f214b of type vxlan for network 6da99443-56b5-40c3-b398-8dfae1c0cf91 [pid: 8|app: 0|req: 1107/2315] 10.0.0.146 () {32 vars in 725 bytes} [Tue Apr 14 06:53:43 2026] DELETE /v2.0/networks/e6893802-4bd3-4335-af10-fce7ace792be => generated 0 bytes in 269 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1209/2316] 10.0.0.146 () {34 vars in 669 bytes} [Tue Apr 14 06:53:43 2026] POST /v2.0/networks => generated 632 bytes in 123 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-14 06:53:43.899 8 INFO neutron_taas.services.taas.taas_plugin [None req-59970d81-d1eb-4de8-b205-32a4d4a614f3 6fb52cae748a4731aec0a12b606080cb f75413c8e5e44e8a901edb60cc7d061f - - default default] TaaS: Handle Delete Port: 260a6774-9797-4256-830d-7a1a74a7a704 2026-04-14 06:53:43.902 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-59970d81-d1eb-4de8-b205-32a4d4a614f3 6fb52cae748a4731aec0a12b606080cb f75413c8e5e44e8a901edb60cc7d061f - - default default] Tap Mirror: Handle Delete Port: 260a6774-9797-4256-830d-7a1a74a7a704 [pid: 8|app: 0|req: 1108/2317] 10.0.0.146 () {32 vars in 725 bytes} [Tue Apr 14 06:53:43 2026] DELETE /v2.0/networks/faafa6e2-1efe-49f7-a733-825bf1d17a79 => generated 0 bytes in 272 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1210/2318] 10.0.0.146 () {34 vars in 663 bytes} [Tue Apr 14 06:53:43 2026] POST /v2.0/ports => generated 743 bytes in 272 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-14 06:53:44.155 8 INFO neutron.db.segments_db [None req-7505c403-2d42-40fa-9ab8-940baaf5a2f7 6fb52cae748a4731aec0a12b606080cb f75413c8e5e44e8a901edb60cc7d061f - - default default] Added segment 8d7291c6-b785-45d2-86e0-8dd29eae7f87 of type vxlan for network d1984ef6-3ddf-4c5f-8311-7eb729296f78 [pid: 7|app: 0|req: 1211/2319] 10.0.0.146 () {34 vars in 746 bytes} [Tue Apr 14 06:53:44 2026] PUT /v2.0/ports/b5c13eb1-cbcf-4833-8c4e-acff28cef134/tags => generated 17 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1109/2320] 10.0.0.146 () {34 vars in 669 bytes} [Tue Apr 14 06:53:44 2026] POST /v2.0/networks => generated 632 bytes in 153 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1212/2321] 10.0.0.146 () {34 vars in 746 bytes} [Tue Apr 14 06:53:44 2026] PUT /v2.0/ports/80a4c401-0879-4571-9b86-3715fcb0985a/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: 1213/2322] 10.0.0.146 () {34 vars in 746 bytes} [Tue Apr 14 06:53:44 2026] PUT /v2.0/ports/56ed3677-7372-4e35-9856-bdac72709e23/tags => generated 34 bytes in 74 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: 1214/2323] 10.0.0.146 () {34 vars in 746 bytes} [Tue Apr 14 06:53:44 2026] PUT /v2.0/ports/c3f4cef2-ccf6-4da7-a680-faf97cf21d34/tags => generated 19 bytes in 85 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: 1215/2324] 10.0.0.146 () {32 vars in 659 bytes} [Tue Apr 14 06:53:44 2026] GET /v2.0/ports?tags=red => generated 2253 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1110/2327] 10.0.0.146 () {34 vars in 668 bytes} [Tue Apr 14 06:53:44 2026] POST /v2.0/subnets => generated 646 bytes in 298 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1218/2328] 10.0.0.146 () {32 vars in 673 bytes} [Tue Apr 14 06:53:44 2026] GET /v2.0/ports?tags=red%2Cblue => generated 1513 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-14 06:53:44.609 8 INFO neutron.db.segments_db [None req-1b5a9d71-08a2-42d6-be57-ae4dcb314068 6fb52cae748a4731aec0a12b606080cb f75413c8e5e44e8a901edb60cc7d061f - - default default] Added segment e8524b86-2f27-45fb-99be-67216fd7e57c of type vxlan for network b783246b-da24-4ef7-8412-a0877454db9f [pid: 7|app: 0|req: 1219/2329] 10.0.0.146 () {32 vars in 669 bytes} [Tue Apr 14 06:53:44 2026] GET /v2.0/ports?tags-any=blue => generated 1513 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1220/2330] 10.0.0.146 () {32 vars in 681 bytes} [Tue Apr 14 06:53:44 2026] GET /v2.0/ports?tags-any=red%2Cblue => generated 2253 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1221/2331] 10.0.0.146 () {32 vars in 667 bytes} [Tue Apr 14 06:53:44 2026] GET /v2.0/ports?not-tags=red => generated 1488 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1222/2332] 10.0.0.146 () {32 vars in 681 bytes} [Tue Apr 14 06:53:44 2026] GET /v2.0/ports?not-tags=red%2Cblue => generated 2228 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-14 06:53:44.889 8 INFO neutron.db.l3_hamode_db [None req-1b5a9d71-08a2-42d6-be57-ae4dcb314068 6fb52cae748a4731aec0a12b606080cb f75413c8e5e44e8a901edb60cc7d061f - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1223/2333] 10.0.0.146 () {32 vars in 677 bytes} [Tue Apr 14 06:53:44 2026] GET /v2.0/ports?not-tags-any=blue => generated 2228 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-14 06:53:45.014 8 INFO neutron.db.l3_hamode_db [None req-1b5a9d71-08a2-42d6-be57-ae4dcb314068 6fb52cae748a4731aec0a12b606080cb f75413c8e5e44e8a901edb60cc7d061f - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-14 06:53:45.174 8 INFO neutron.services.segments.plugin [-] Segment 81af2611-36d8-4680-8b63-61675459f947 resource provider aggregate not found 2026-04-14 06:53:45.177 8 INFO neutron.services.segments.plugin [-] Segment 81af2611-36d8-4680-8b63-61675459f947 resource provider aggregate not found 2026-04-14 06:53:45.195 8 INFO neutron.services.segments.plugin [-] Segment 81af2611-36d8-4680-8b63-61675459f947 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 81af2611-36d8-4680-8b63-61675459f947 found for delete ", "request_id": "req-a72620d0-50a2-4559-a4e9-676e4805e720"}]} 2026-04-14 06:53:45.198 8 INFO neutron.services.segments.plugin [-] Segment 81af2611-36d8-4680-8b63-61675459f947 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 81af2611-36d8-4680-8b63-61675459f947 found for delete ", "request_id": "req-86886223-86ee-40ea-a46d-d95e00acfae1"}]} 2026-04-14 06:53:45.215 8 INFO neutron.services.segments.plugin [-] Segment 0bb726ee-ce0b-4b9f-a694-0cd7c50ec7d9 resource provider aggregate not found 2026-04-14 06:53:45.223 8 INFO neutron.services.segments.plugin [-] Segment 0bb726ee-ce0b-4b9f-a694-0cd7c50ec7d9 resource provider aggregate not found 2026-04-14 06:53:45.229 8 INFO neutron.services.segments.plugin [-] Segment 0bb726ee-ce0b-4b9f-a694-0cd7c50ec7d9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0bb726ee-ce0b-4b9f-a694-0cd7c50ec7d9 found for delete ", "request_id": "req-b6cc6fd4-1498-4ed1-a382-f9dca44dd5c9"}]} 2026-04-14 06:53:45.243 8 INFO neutron.services.segments.plugin [-] Segment 0bb726ee-ce0b-4b9f-a694-0cd7c50ec7d9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0bb726ee-ce0b-4b9f-a694-0cd7c50ec7d9 found for delete ", "request_id": "req-73417c11-bbda-400d-8cc0-110d5938e12b"}]} [pid: 7|app: 0|req: 1224/2334] 10.0.0.146 () {34 vars in 675 bytes} [Tue Apr 14 06:53:44 2026] POST /v2.0/floatingips => generated 552 bytes in 611 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1111/2335] 10.0.0.146 () {34 vars in 668 bytes} [Tue Apr 14 06:53:44 2026] POST /v2.0/routers => generated 511 bytes in 1047 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1225/2336] 10.0.0.146 () {32 vars in 689 bytes} [Tue Apr 14 06:53:45 2026] GET /v2.0/ports?not-tags-any=red%2Cblue => generated 1488 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1112/2337] 10.0.0.146 () {34 vars in 758 bytes} [Tue Apr 14 06:53:45 2026] PUT /v2.0/floatingips/188faff6-2f74-4d1f-92f6-e2ac5c2fbbae/tags => generated 25 bytes in 98 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-14 06:53:45.822 8 INFO neutron_taas.services.taas.taas_plugin [None req-db13e48f-e9cf-4eb7-ad99-a95e7fb15104 882af8d769364d0981f97f4c3409f28c 388af306f2db4614886d36e0fffec1fc - - default default] TaaS: Handle Delete Port: b5c13eb1-cbcf-4833-8c4e-acff28cef134 2026-04-14 06:53:45.825 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-db13e48f-e9cf-4eb7-ad99-a95e7fb15104 882af8d769364d0981f97f4c3409f28c 388af306f2db4614886d36e0fffec1fc - - default default] Tap Mirror: Handle Delete Port: b5c13eb1-cbcf-4833-8c4e-acff28cef134 [pid: 8|app: 0|req: 1113/2338] 10.0.0.146 () {32 vars in 719 bytes} [Tue Apr 14 06:53:45 2026] DELETE /v2.0/ports/b5c13eb1-cbcf-4833-8c4e-acff28cef134 => generated 0 bytes in 212 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1114/2339] 10.0.0.146 () {32 vars in 738 bytes} [Tue Apr 14 06:53:45 2026] GET /v2.0/floatingips/188faff6-2f74-4d1f-92f6-e2ac5c2fbbae/tags => generated 25 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1226/2340] 10.0.0.146 () {34 vars in 664 bytes} [Tue Apr 14 06:53:45 2026] POST /v2.0/ports => generated 960 bytes in 338 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: 1227/2341] 10.0.0.146 () {34 vars in 769 bytes} [Tue Apr 14 06:53:45 2026] PUT /v2.0/floatingips/188faff6-2f74-4d1f-92f6-e2ac5c2fbbae/tags/green => generated 4 bytes in 51 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) 2026-04-14 06:53:46.057 8 INFO neutron_taas.services.taas.taas_plugin [None req-710f7ae4-31f6-486f-b9c4-d7a0b6f7af99 882af8d769364d0981f97f4c3409f28c 388af306f2db4614886d36e0fffec1fc - - default default] TaaS: Handle Delete Port: 80a4c401-0879-4571-9b86-3715fcb0985a 2026-04-14 06:53:46.060 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-710f7ae4-31f6-486f-b9c4-d7a0b6f7af99 882af8d769364d0981f97f4c3409f28c 388af306f2db4614886d36e0fffec1fc - - default default] Tap Mirror: Handle Delete Port: 80a4c401-0879-4571-9b86-3715fcb0985a [pid: 8|app: 0|req: 1115/2342] 10.0.0.146 () {32 vars in 719 bytes} [Tue Apr 14 06:53:45 2026] DELETE /v2.0/ports/80a4c401-0879-4571-9b86-3715fcb0985a => generated 0 bytes in 187 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1116/2343] 10.0.0.146 () {32 vars in 738 bytes} [Tue Apr 14 06:53:46 2026] GET /v2.0/floatingips/188faff6-2f74-4d1f-92f6-e2ac5c2fbbae/tags => generated 34 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-14 06:53:46.292 8 INFO neutron_taas.services.taas.taas_plugin [None req-025ba73f-1279-4906-9a4e-901952d59bfb 882af8d769364d0981f97f4c3409f28c 388af306f2db4614886d36e0fffec1fc - - default default] TaaS: Handle Delete Port: 56ed3677-7372-4e35-9856-bdac72709e23 2026-04-14 06:53:46.298 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-025ba73f-1279-4906-9a4e-901952d59bfb 882af8d769364d0981f97f4c3409f28c 388af306f2db4614886d36e0fffec1fc - - default default] Tap Mirror: Handle Delete Port: 56ed3677-7372-4e35-9856-bdac72709e23 [pid: 8|app: 0|req: 1117/2344] 10.0.0.146 () {32 vars in 719 bytes} [Tue Apr 14 06:53:46 2026] DELETE /v2.0/ports/56ed3677-7372-4e35-9856-bdac72709e23 => generated 0 bytes in 224 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1228/2345] 10.0.0.146 () {34 vars in 782 bytes} [Tue Apr 14 06:53:46 2026] PUT /v2.0/routers/b057ca5a-504e-4b58-9d8d-bdfbba3cd903/add_router_interface => generated 309 bytes in 935 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1118/2346] 10.0.0.146 () {34 vars in 765 bytes} [Tue Apr 14 06:53:46 2026] PUT /v2.0/floatingips/188faff6-2f74-4d1f-92f6-e2ac5c2fbbae/tags/red => generated 4 bytes in 549 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1229/2347] 10.0.0.149 () {34 vars in 1015 bytes} [Tue Apr 14 06:53:46 2026] GET /v2.0/security-groups?id=5d51b388-a5cf-488a-8066-65a29dadce8a&fields=id => generated 69 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1230/2348] 10.0.0.146 () {32 vars in 716 bytes} [Tue Apr 14 06:53:46 2026] GET /v2.0/ports/f68da61c-a8a2-4986-81a0-dd2f9a33deff => generated 1034 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1231/2349] 10.0.0.146 () {32 vars in 738 bytes} [Tue Apr 14 06:53:47 2026] GET /v2.0/floatingips/188faff6-2f74-4d1f-92f6-e2ac5c2fbbae/tags => generated 34 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-14 06:53:47.060 8 INFO neutron_taas.services.taas.taas_plugin [None req-da23d7c9-ef9c-4a9c-bb72-88a4c95f7690 882af8d769364d0981f97f4c3409f28c 388af306f2db4614886d36e0fffec1fc - - default default] TaaS: Handle Delete Port: c3f4cef2-ccf6-4da7-a680-faf97cf21d34 2026-04-14 06:53:47.064 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-da23d7c9-ef9c-4a9c-bb72-88a4c95f7690 882af8d769364d0981f97f4c3409f28c 388af306f2db4614886d36e0fffec1fc - - default default] Tap Mirror: Handle Delete Port: c3f4cef2-ccf6-4da7-a680-faf97cf21d34 [pid: 7|app: 0|req: 1232/2350] 10.0.0.149 () {34 vars in 981 bytes} [Tue Apr 14 06:53:47 2026] GET /v2.0/networks?id=80f8f9ba-bc1d-41bb-a234-18cde3f45064 => generated 735 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1119/2351] 10.0.0.146 () {32 vars in 719 bytes} [Tue Apr 14 06:53:46 2026] DELETE /v2.0/ports/c3f4cef2-ccf6-4da7-a680-faf97cf21d34 => generated 0 bytes in 206 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1120/2352] 10.0.0.146 () {34 vars in 787 bytes} [Tue Apr 14 06:53:47 2026] PUT /v2.0/floatingips/188faff6-2f74-4d1f-92f6-e2ac5c2fbbae/tags/black.or.white => generated 4 bytes in 67 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1121/2353] 10.0.0.149 () {34 vars in 964 bytes} [Tue Apr 14 06:53:47 2026] GET /v2.0/quotas/18a9ceb573b9494d8f9349bd6d83cd30 => generated 291 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 06:53:47.339 8 INFO neutron_taas.services.taas.taas_plugin [None req-cbd27d7a-bcb4-4095-a6a3-42c303a79266 882af8d769364d0981f97f4c3409f28c 388af306f2db4614886d36e0fffec1fc - - default default] TaaS: Handle Delete Port: bae03518-758c-4d40-b010-ff6d5fe9cb47 2026-04-14 06:53:47.342 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-cbd27d7a-bcb4-4095-a6a3-42c303a79266 882af8d769364d0981f97f4c3409f28c 388af306f2db4614886d36e0fffec1fc - - default default] Tap Mirror: Handle Delete Port: bae03518-758c-4d40-b010-ff6d5fe9cb47 2026-04-14 06:53:47.420 7 INFO neutron_taas.services.taas.taas_plugin [None req-66331675-5ecb-424c-8c32-3da5ff1ac167 6fb52cae748a4731aec0a12b606080cb f75413c8e5e44e8a901edb60cc7d061f - - default default] TaaS: Handle Delete Port: f68da61c-a8a2-4986-81a0-dd2f9a33deff 2026-04-14 06:53:47.423 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-66331675-5ecb-424c-8c32-3da5ff1ac167 6fb52cae748a4731aec0a12b606080cb f75413c8e5e44e8a901edb60cc7d061f - - default default] Tap Mirror: Handle Delete Port: f68da61c-a8a2-4986-81a0-dd2f9a33deff [pid: 8|app: 0|req: 1122/2354] 10.0.0.146 () {32 vars in 719 bytes} [Tue Apr 14 06:53:47 2026] DELETE /v2.0/ports/bae03518-758c-4d40-b010-ff6d5fe9cb47 => generated 0 bytes in 213 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1123/2355] 10.0.0.146 () {32 vars in 738 bytes} [Tue Apr 14 06:53:47 2026] GET /v2.0/floatingips/188faff6-2f74-4d1f-92f6-e2ac5c2fbbae/tags => generated 52 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1124/2356] 10.0.0.149 () {34 vars in 1001 bytes} [Tue Apr 14 06:53:47 2026] GET /v2.0/ports?tenant_id=18a9ceb573b9494d8f9349bd6d83cd30&fields=id => generated 149 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 06:53:47.648 8 INFO neutron.services.segments.plugin [-] Segment 743ef041-3194-4216-bc05-8c3f301b8a1f resource provider aggregate not found 2026-04-14 06:53:47.649 8 INFO neutron.services.segments.plugin [-] Segment 743ef041-3194-4216-bc05-8c3f301b8a1f resource provider aggregate not found [pid: 8|app: 0|req: 1125/2357] 10.0.0.146 () {32 vars in 725 bytes} [Tue Apr 14 06:53:47 2026] DELETE /v2.0/networks/6d6d7e8c-37ea-4fef-80b4-0d3ac3038cff => generated 0 bytes in 129 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-14 06:53:47.671 8 INFO neutron.services.segments.plugin [-] Segment 743ef041-3194-4216-bc05-8c3f301b8a1f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 743ef041-3194-4216-bc05-8c3f301b8a1f found for delete ", "request_id": "req-eff2dc31-fb1e-40bb-ab50-ab1c9d71d45d"}]} 2026-04-14 06:53:47.687 8 INFO neutron.services.segments.plugin [-] Segment 743ef041-3194-4216-bc05-8c3f301b8a1f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 743ef041-3194-4216-bc05-8c3f301b8a1f found for delete ", "request_id": "req-ccfa3fb5-ab16-435c-8a95-fe4a19381b3c"}]} [pid: 8|app: 0|req: 1126/2358] 10.0.0.146 () {34 vars in 758 bytes} [Tue Apr 14 06:53:47 2026] PUT /v2.0/floatingips/188faff6-2f74-4d1f-92f6-e2ac5c2fbbae/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: 1127/2359] 10.0.0.149 () {34 vars in 1007 bytes} [Tue Apr 14 06:53:47 2026] GET /v2.0/networks/80f8f9ba-bc1d-41bb-a234-18cde3f45064?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: 1233/2360] 10.0.0.146 () {34 vars in 788 bytes} [Tue Apr 14 06:53:47 2026] PUT /v2.0/routers/b057ca5a-504e-4b58-9d8d-bdfbba3cd903/remove_router_interface => generated 309 bytes in 784 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: 1234/2361] 10.0.0.146 () {32 vars in 738 bytes} [Tue Apr 14 06:53:47 2026] GET /v2.0/floatingips/188faff6-2f74-4d1f-92f6-e2ac5c2fbbae/tags => generated 37 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1128/2362] 10.0.0.146 () {32 vars in 725 bytes} [Tue Apr 14 06:53:47 2026] DELETE /v2.0/networks/cc266f63-5c43-4482-8ac4-8575053cf166 => generated 0 bytes in 120 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1235/2363] 10.0.0.149 () {34 vars in 1107 bytes} [Tue Apr 14 06:53:47 2026] GET /v2.0/networks/80f8f9ba-bc1d-41bb-a234-18cde3f45064?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: 1236/2364] 10.0.0.146 () {32 vars in 746 bytes} [Tue Apr 14 06:53:47 2026] GET /v2.0/floatingips/188faff6-2f74-4d1f-92f6-e2ac5c2fbbae/tags/red => generated 0 bytes in 35 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-14 06:53:48.000 8 INFO neutron.api.v2.resource [None req-dbb5d160-1163-4758-a1df-45ffda17506d 6fb52cae748a4731aec0a12b606080cb f75413c8e5e44e8a901edb60cc7d061f - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1129/2365] 10.0.0.146 () {34 vars in 788 bytes} [Tue Apr 14 06:53:47 2026] PUT /v2.0/routers/b057ca5a-504e-4b58-9d8d-bdfbba3cd903/remove_router_interface => generated 197 bytes in 108 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-14 06:53:48.042 8 INFO neutron.api.v2.resource [None req-7c70f842-e107-4ef9-a112-17ba0fd33990 6adc1d42b2c141859475f33487eae3ea fa466c272204472dacdc1eda2933af97 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1130/2366] 10.0.0.146 () {32 vars in 750 bytes} [Tue Apr 14 06:53:48 2026] GET /v2.0/floatingips/188faff6-2f74-4d1f-92f6-e2ac5c2fbbae/tags/green => generated 99 bytes in 41 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1131/2367] 10.0.0.146 () {32 vars in 735 bytes} [Tue Apr 14 06:53:48 2026] GET /v2.0/ports?device_id=b057ca5a-504e-4b58-9d8d-bdfbba3cd903 => generated 12 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-14 06:53:48.077 7 INFO neutron.services.segments.plugin [-] Segment 5c6ee4f7-7524-476e-93b7-740fbf79889c resource provider aggregate not found 2026-04-14 06:53:48.083 7 INFO neutron.services.segments.plugin [-] Segment 5c6ee4f7-7524-476e-93b7-740fbf79889c resource provider aggregate not found 2026-04-14 06:53:48.092 7 INFO neutron.services.segments.plugin [-] Segment 5c6ee4f7-7524-476e-93b7-740fbf79889c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5c6ee4f7-7524-476e-93b7-740fbf79889c found for delete ", "request_id": "req-19bbf3a4-ae85-4f63-a074-6933e4191840"}]} 2026-04-14 06:53:48.106 7 INFO neutron.services.segments.plugin [-] Segment 5c6ee4f7-7524-476e-93b7-740fbf79889c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5c6ee4f7-7524-476e-93b7-740fbf79889c found for delete ", "request_id": "req-9cdbfda6-b980-4188-a550-6915ed564d09"}]} [pid: 8|app: 0|req: 1132/2368] 10.0.0.146 () {32 vars in 749 bytes} [Tue Apr 14 06:53:48 2026] DELETE /v2.0/floatingips/188faff6-2f74-4d1f-92f6-e2ac5c2fbbae/tags/red => generated 0 bytes in 54 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1237/2369] 10.0.0.146 () {32 vars in 725 bytes} [Tue Apr 14 06:53:47 2026] DELETE /v2.0/networks/6a6f032d-5997-4e87-8125-f8e32bc2bdde => generated 0 bytes in 159 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1238/2370] 10.0.0.146 () {32 vars in 738 bytes} [Tue Apr 14 06:53:48 2026] GET /v2.0/floatingips/188faff6-2f74-4d1f-92f6-e2ac5c2fbbae/tags => generated 30 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-14 06:53:48.276 8 INFO neutron_taas.services.taas.taas_plugin [None req-6e0db37a-ba1d-48e8-9720-5e3bdeea73f7 6fb52cae748a4731aec0a12b606080cb f75413c8e5e44e8a901edb60cc7d061f - - default default] TaaS: Handle Delete Port: 0795a3cd-c0d3-44f7-ae4d-89e8e506c5d7 2026-04-14 06:53:48.279 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6e0db37a-ba1d-48e8-9720-5e3bdeea73f7 6fb52cae748a4731aec0a12b606080cb f75413c8e5e44e8a901edb60cc7d061f - - default default] Tap Mirror: Handle Delete Port: 0795a3cd-c0d3-44f7-ae4d-89e8e506c5d7 [pid: 7|app: 0|req: 1239/2371] 10.0.0.146 () {32 vars in 725 bytes} [Tue Apr 14 06:53:48 2026] DELETE /v2.0/networks/3a563615-3ca7-4568-ab0c-2ccbecd1a93f => generated 0 bytes in 115 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-14 06:53:48.318 7 INFO neutron.api.v2.resource [None req-731a4310-0a07-4bfa-acd2-dbd8f1a424cb 6adc1d42b2c141859475f33487eae3ea fa466c272204472dacdc1eda2933af97 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1240/2372] 10.0.0.146 () {32 vars in 753 bytes} [Tue Apr 14 06:53:48 2026] DELETE /v2.0/floatingips/188faff6-2f74-4d1f-92f6-e2ac5c2fbbae/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: 1241/2373] 10.0.0.146 () {32 vars in 725 bytes} [Tue Apr 14 06:53:48 2026] DELETE /v2.0/networks/6da99443-56b5-40c3-b398-8dfae1c0cf91 => 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: 1242/2374] 10.0.0.146 () {32 vars in 741 bytes} [Tue Apr 14 06:53:48 2026] DELETE /v2.0/floatingips/188faff6-2f74-4d1f-92f6-e2ac5c2fbbae/tags => generated 0 bytes in 53 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1243/2375] 10.0.0.146 () {32 vars in 738 bytes} [Tue Apr 14 06:53:48 2026] GET /v2.0/floatingips/188faff6-2f74-4d1f-92f6-e2ac5c2fbbae/tags => generated 12 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-14 06:53:48.620 7 INFO neutron_taas.services.taas.taas_plugin [None req-0d8c71af-6670-490f-85dc-86546c33f7da 6adc1d42b2c141859475f33487eae3ea fa466c272204472dacdc1eda2933af97 - - default default] TaaS: Handle Delete Port: db2cc57d-dd97-4e4f-9796-a7fbd0dd7c0b 2026-04-14 06:53:48.623 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0d8c71af-6670-490f-85dc-86546c33f7da 6adc1d42b2c141859475f33487eae3ea fa466c272204472dacdc1eda2933af97 - - default default] Tap Mirror: Handle Delete Port: db2cc57d-dd97-4e4f-9796-a7fbd0dd7c0b 2026-04-14 06:53:48.637 8 INFO neutron.db.l3_hamode_db [None req-6e0db37a-ba1d-48e8-9720-5e3bdeea73f7 6fb52cae748a4731aec0a12b606080cb f75413c8e5e44e8a901edb60cc7d061f - - default default] HA network b783246b-da24-4ef7-8412-a0877454db9f was deleted as no HA routers are present in tenant f75413c8e5e44e8a901edb60cc7d061f. [pid: 8|app: 0|req: 1133/2376] 10.0.0.146 () {32 vars in 723 bytes} [Tue Apr 14 06:53:48 2026] DELETE /v2.0/routers/b057ca5a-504e-4b58-9d8d-bdfbba3cd903 => generated 0 bytes in 531 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1134/2377] 10.0.0.149 () {34 vars in 989 bytes} [Tue Apr 14 06:53:48 2026] GET /v2.0/ports?device_id=0f795242-0c34-478c-a503-025127d0e63c => 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: 1244/2378] 10.0.0.146 () {32 vars in 731 bytes} [Tue Apr 14 06:53:48 2026] DELETE /v2.0/floatingips/188faff6-2f74-4d1f-92f6-e2ac5c2fbbae => generated 0 bytes in 225 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1245/2379] 10.0.0.149 () {34 vars in 989 bytes} [Tue Apr 14 06:53:48 2026] GET /v2.0/ports?device_id=0f795242-0c34-478c-a503-025127d0e63c => generated 12 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1135/2380] 10.0.0.146 () {32 vars in 723 bytes} [Tue Apr 14 06:53:48 2026] DELETE /v2.0/subnets/4052a2f8-455c-4ada-881c-fd7389b42b58 => generated 0 bytes in 126 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1246/2381] 10.0.0.146 () {32 vars in 725 bytes} [Tue Apr 14 06:53:48 2026] DELETE /v2.0/networks/d1984ef6-3ddf-4c5f-8311-7eb729296f78 => generated 0 bytes in 125 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-14 06:53:48.975 8 INFO neutron.db.segments_db [None req-89e60cf2-0893-40b3-b09c-893802e72a5b 6fb52cae748a4731aec0a12b606080cb f75413c8e5e44e8a901edb60cc7d061f - - default default] Added segment e94ce71d-fb11-4a80-a825-07e15275fcbe of type vxlan for network a125bdeb-c7b8-4087-953e-fee37b272bf0 [pid: 8|app: 0|req: 1136/2382] 10.0.0.146 () {34 vars in 669 bytes} [Tue Apr 14 06:53:48 2026] POST /v2.0/networks => generated 633 bytes in 148 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1247/2383] 10.0.0.146 () {34 vars in 668 bytes} [Tue Apr 14 06:53:49 2026] POST /v2.0/subnets => generated 646 bytes in 284 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-14 06:53:49.413 7 INFO neutron.db.segments_db [None req-e7ec477a-bed3-460d-9780-b22baf2fe384 6fb52cae748a4731aec0a12b606080cb f75413c8e5e44e8a901edb60cc7d061f - - default default] Added segment cca2802b-6f29-4959-8786-5d262d33e367 of type vxlan for network 17c57d45-f8de-41a3-9752-7e7ec12271b4 [pid: 8|app: 0|req: 1137/2384] 10.0.0.146 () {32 vars in 773 bytes} [Tue Apr 14 06:53:49 2026] GET /v2.0/security-groups?tenant_id=388af306f2db4614886d36e0fffec1fc&name=default => generated 2925 bytes in 218 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-14 06:53:49.614 7 INFO neutron.db.l3_hamode_db [None req-e7ec477a-bed3-460d-9780-b22baf2fe384 6fb52cae748a4731aec0a12b606080cb f75413c8e5e44e8a901edb60cc7d061f - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1138/2385] 10.0.0.146 () {32 vars in 773 bytes} [Tue Apr 14 06:53:49 2026] GET /v2.0/security-groups?tenant_id=db70766039784fad82f7902d6de81446&name=default => generated 2929 bytes in 183 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-14 06:53:49.698 8 INFO neutron.services.segments.plugin [-] Segment a832bbbb-d381-4307-b4e9-20f0d7ca5ae8 resource provider aggregate not found 2026-04-14 06:53:49.723 8 INFO neutron.services.segments.plugin [-] Segment a832bbbb-d381-4307-b4e9-20f0d7ca5ae8 resource provider aggregate not found 2026-04-14 06:53:49.727 8 INFO neutron.services.segments.plugin [-] Segment a832bbbb-d381-4307-b4e9-20f0d7ca5ae8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a832bbbb-d381-4307-b4e9-20f0d7ca5ae8 found for delete ", "request_id": "req-13eab790-f919-4c5d-a794-d69b5840b864"}]} 2026-04-14 06:53:49.742 8 INFO neutron.services.segments.plugin [-] Segment a832bbbb-d381-4307-b4e9-20f0d7ca5ae8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a832bbbb-d381-4307-b4e9-20f0d7ca5ae8 found for delete ", "request_id": "req-26baac10-1c0a-40b7-bd27-de48984bacf8"}]} 2026-04-14 06:53:49.749 8 INFO neutron.services.segments.plugin [-] Segment e8524b86-2f27-45fb-99be-67216fd7e57c resource provider aggregate not found [pid: 8|app: 0|req: 1139/2386] 10.0.0.146 () {32 vars in 739 bytes} [Tue Apr 14 06:53:49 2026] DELETE /v2.0/security-groups/a79f9291-5013-4be7-8930-0a6fb8c54105 => generated 0 bytes in 133 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-14 06:53:49.765 7 INFO neutron.db.l3_hamode_db [None req-e7ec477a-bed3-460d-9780-b22baf2fe384 6fb52cae748a4731aec0a12b606080cb f75413c8e5e44e8a901edb60cc7d061f - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-14 06:53:49.766 8 INFO neutron.services.segments.plugin [-] Segment e8524b86-2f27-45fb-99be-67216fd7e57c resource provider aggregate not found 2026-04-14 06:53:49.774 8 INFO neutron.services.segments.plugin [-] Segment e8524b86-2f27-45fb-99be-67216fd7e57c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e8524b86-2f27-45fb-99be-67216fd7e57c found for delete ", "request_id": "req-fba9ca24-cdce-4a82-bb13-36e5a8f77c5e"}]} 2026-04-14 06:53:49.786 8 INFO neutron.services.segments.plugin [-] Segment e8524b86-2f27-45fb-99be-67216fd7e57c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e8524b86-2f27-45fb-99be-67216fd7e57c found for delete ", "request_id": "req-611e5142-a925-4726-a847-67e795bcbd03"}]} [pid: 8|app: 0|req: 1140/2387] 10.0.0.146 () {32 vars in 739 bytes} [Tue Apr 14 06:53:49 2026] DELETE /v2.0/security-groups/ff6bba81-58c9-4c80-bf9c-6e324e684047 => generated 0 bytes in 120 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1141/2388] 10.0.0.146 () {32 vars in 773 bytes} [Tue Apr 14 06:53:49 2026] GET /v2.0/security-groups?tenant_id=6a690931d11b4222b6b655b64b5b0fe9&name=default => generated 2929 bytes in 132 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-14 06:53:50.117 7 INFO neutron.services.segments.plugin [-] Segment 75bb8519-ae02-4d37-8565-2ca205918ac2 resource provider aggregate not found [pid: 8|app: 0|req: 1142/2389] 10.0.0.146 () {32 vars in 739 bytes} [Tue Apr 14 06:53:50 2026] DELETE /v2.0/security-groups/30cc81d9-15ac-48c3-afd6-f39b325bc9cd => generated 0 bytes in 100 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-14 06:53:50.126 7 INFO neutron.services.segments.plugin [-] Segment 75bb8519-ae02-4d37-8565-2ca205918ac2 resource provider aggregate not found 2026-04-14 06:53:50.142 7 INFO neutron.services.segments.plugin [-] Segment 75bb8519-ae02-4d37-8565-2ca205918ac2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 75bb8519-ae02-4d37-8565-2ca205918ac2 found for delete ", "request_id": "req-34c49869-aee6-4add-8863-1f3b755ef39a"}]} 2026-04-14 06:53:50.152 7 INFO neutron.services.segments.plugin [-] Segment 75bb8519-ae02-4d37-8565-2ca205918ac2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 75bb8519-ae02-4d37-8565-2ca205918ac2 found for delete ", "request_id": "req-57094c2c-9afd-43bb-9187-06e5c2c85c40"}]} 2026-04-14 06:53:50.158 7 INFO neutron.services.segments.plugin [-] Segment f5929f78-6948-41f2-acf3-d602718f214b resource provider aggregate not found 2026-04-14 06:53:50.169 7 INFO neutron.services.segments.plugin [-] Segment f5929f78-6948-41f2-acf3-d602718f214b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f5929f78-6948-41f2-acf3-d602718f214b found for delete ", "request_id": "req-dcf7ce02-893d-4553-b740-ac21f9f243e4"}]} 2026-04-14 06:53:50.174 7 INFO neutron.services.segments.plugin [-] Segment f5929f78-6948-41f2-acf3-d602718f214b resource provider aggregate not found 2026-04-14 06:53:50.192 7 INFO neutron.services.segments.plugin [-] Segment 8d7291c6-b785-45d2-86e0-8dd29eae7f87 resource provider aggregate not found 2026-04-14 06:53:50.198 7 INFO neutron.services.segments.plugin [-] Segment f5929f78-6948-41f2-acf3-d602718f214b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f5929f78-6948-41f2-acf3-d602718f214b found for delete ", "request_id": "req-6ae19a44-3ad9-42c5-8b05-85b6b4794268"}]} 2026-04-14 06:53:50.212 7 INFO neutron.services.segments.plugin [-] Segment 8d7291c6-b785-45d2-86e0-8dd29eae7f87 resource provider aggregate not found 2026-04-14 06:53:50.227 7 INFO neutron.services.segments.plugin [-] Segment 8d7291c6-b785-45d2-86e0-8dd29eae7f87 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8d7291c6-b785-45d2-86e0-8dd29eae7f87 found for delete ", "request_id": "req-3e6c8546-aac8-4952-a913-39af96699785"}]} 2026-04-14 06:53:50.243 7 INFO neutron.services.segments.plugin [-] Segment 8d7291c6-b785-45d2-86e0-8dd29eae7f87 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8d7291c6-b785-45d2-86e0-8dd29eae7f87 found for delete ", "request_id": "req-c2a175a8-e5f0-40b4-80b9-408143b3b5e5"}]} [pid: 8|app: 0|req: 1143/2390] 10.0.0.146 () {32 vars in 773 bytes} [Tue Apr 14 06:53:50 2026] GET /v2.0/security-groups?tenant_id=fa466c272204472dacdc1eda2933af97&name=default => generated 2929 bytes in 128 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1144/2391] 10.0.0.146 () {32 vars in 739 bytes} [Tue Apr 14 06:53:50 2026] DELETE /v2.0/security-groups/17df7bf3-79f6-4646-a77b-be145a78f67a => generated 0 bytes in 96 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1248/2392] 10.0.0.146 () {34 vars in 668 bytes} [Tue Apr 14 06:53:49 2026] POST /v2.0/routers => generated 510 bytes in 1005 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1145/2393] 10.0.0.146 () {32 vars in 773 bytes} [Tue Apr 14 06:53:50 2026] GET /v2.0/security-groups?tenant_id=1165d890abbb4c3cbdf2188ed429f9df&name=default => generated 2929 bytes in 125 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1146/2394] 10.0.0.146 () {32 vars in 739 bytes} [Tue Apr 14 06:53:50 2026] DELETE /v2.0/security-groups/670acfda-a9fd-47c6-aa93-461d21465f29 => 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: 1147/2395] 10.0.0.149 () {34 vars in 989 bytes} [Tue Apr 14 06:53:51 2026] GET /v2.0/ports?device_id=0f795242-0c34-478c-a503-025127d0e63c => 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: 1148/2396] 10.0.0.149 () {34 vars in 989 bytes} [Tue Apr 14 06:53:51 2026] GET /v2.0/ports?device_id=0f795242-0c34-478c-a503-025127d0e63c => 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: 1249/2397] 10.0.0.146 () {34 vars in 782 bytes} [Tue Apr 14 06:53:50 2026] PUT /v2.0/routers/234e2315-3a40-4f9a-87b9-1da169e61aa4/add_router_interface => generated 309 bytes in 1428 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1149/2398] 10.0.0.146 () {32 vars in 716 bytes} [Tue Apr 14 06:53:51 2026] GET /v2.0/ports/458e92bf-8f9e-4911-83d8-08c811f0d4fe => generated 959 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 06:53:52.221 7 INFO neutron_taas.services.taas.taas_plugin [None req-75a70e7c-8aea-4494-9e64-408c99f80733 6fb52cae748a4731aec0a12b606080cb f75413c8e5e44e8a901edb60cc7d061f - - default default] TaaS: Handle Delete Port: 458e92bf-8f9e-4911-83d8-08c811f0d4fe 2026-04-14 06:53:52.223 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-75a70e7c-8aea-4494-9e64-408c99f80733 6fb52cae748a4731aec0a12b606080cb f75413c8e5e44e8a901edb60cc7d061f - - default default] Tap Mirror: Handle Delete Port: 458e92bf-8f9e-4911-83d8-08c811f0d4fe [pid: 8|app: 0|req: 1150/2399] 199.204.45.53 () {34 vars in 984 bytes} [Tue Apr 14 06:53:52 2026] GET /v2.0/networks?id=80f8f9ba-bc1d-41bb-a234-18cde3f45064 => generated 735 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1250/2400] 10.0.0.146 () {34 vars in 788 bytes} [Tue Apr 14 06:53:51 2026] PUT /v2.0/routers/234e2315-3a40-4f9a-87b9-1da169e61aa4/remove_router_interface => generated 309 bytes in 670 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1151/2401] 199.204.45.53 () {34 vars in 1048 bytes} [Tue Apr 14 06:53:52 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=18a9ceb573b9494d8f9349bd6d83cd30 => generated 343 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1251/2402] 10.0.0.146 () {32 vars in 735 bytes} [Tue Apr 14 06:53:52 2026] GET /v2.0/ports?device_id=234e2315-3a40-4f9a-87b9-1da169e61aa4 => generated 12 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-14 06:53:52.790 7 INFO neutron_taas.services.taas.taas_plugin [None req-98b41a4d-c3e5-4de5-9927-78fdd59ae48e 6fb52cae748a4731aec0a12b606080cb f75413c8e5e44e8a901edb60cc7d061f - - default default] TaaS: Handle Delete Port: 6093b711-8d76-4577-83a3-81a5c3a61697 2026-04-14 06:53:52.793 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-98b41a4d-c3e5-4de5-9927-78fdd59ae48e 6fb52cae748a4731aec0a12b606080cb f75413c8e5e44e8a901edb60cc7d061f - - default default] Tap Mirror: Handle Delete Port: 6093b711-8d76-4577-83a3-81a5c3a61697 [pid: 8|app: 0|req: 1152/2403] 199.204.45.53 () {38 vars in 953 bytes} [Tue Apr 14 06:53:52 2026] POST /v2.0/ports => generated 1078 bytes in 273 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-04-14 06:53:53.180 7 INFO neutron.services.segments.plugin [-] Segment cca2802b-6f29-4959-8786-5d262d33e367 resource provider aggregate not found 2026-04-14 06:53:53.189 7 INFO neutron.services.segments.plugin [-] Segment cca2802b-6f29-4959-8786-5d262d33e367 resource provider aggregate not found 2026-04-14 06:53:53.203 7 INFO neutron.services.segments.plugin [-] Segment cca2802b-6f29-4959-8786-5d262d33e367 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cca2802b-6f29-4959-8786-5d262d33e367 found for delete ", "request_id": "req-2f708ef9-fbae-4b04-8b1d-994b25e30e43"}]} 2026-04-14 06:53:53.209 7 INFO neutron.services.segments.plugin [-] Segment cca2802b-6f29-4959-8786-5d262d33e367 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cca2802b-6f29-4959-8786-5d262d33e367 found for delete ", "request_id": "req-f2c2d722-7f4c-4ed5-819f-9b1b127d68f6"}]} 2026-04-14 06:53:53.227 7 INFO neutron.db.l3_hamode_db [None req-98b41a4d-c3e5-4de5-9927-78fdd59ae48e 6fb52cae748a4731aec0a12b606080cb f75413c8e5e44e8a901edb60cc7d061f - - default default] HA network 17c57d45-f8de-41a3-9752-7e7ec12271b4 was deleted as no HA routers are present in tenant f75413c8e5e44e8a901edb60cc7d061f. [pid: 7|app: 0|req: 1252/2404] 10.0.0.146 () {32 vars in 723 bytes} [Tue Apr 14 06:53:52 2026] DELETE /v2.0/routers/234e2315-3a40-4f9a-87b9-1da169e61aa4 => generated 0 bytes in 646 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1153/2405] 199.204.45.53 () {38 vars in 1026 bytes} [Tue Apr 14 06:53:52 2026] PUT /v2.0/ports/a2ad3537-b6a1-481a-ac51-f6c0c08f81fe => generated 1239 bytes in 473 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-14 06:53:53.358 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-c08f0cb6-311e-47ce-bb8c-4d398c87f051'] response: {'name': 'network-changed', 'server_uuid': '0f795242-0c34-478c-a503-025127d0e63c', 'tag': 'a2ad3537-b6a1-481a-ac51-f6c0c08f81fe', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1253/2406] 10.0.0.146 () {32 vars in 723 bytes} [Tue Apr 14 06:53:53 2026] DELETE /v2.0/subnets/caa4218e-47f4-4b80-a27a-4204a4d532ba => generated 0 bytes in 167 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-14 06:53:53.576 8 INFO neutron.services.segments.plugin [-] Segment e94ce71d-fb11-4a80-a825-07e15275fcbe resource provider aggregate not found 2026-04-14 06:53:53.580 8 INFO neutron.services.segments.plugin [-] Segment e94ce71d-fb11-4a80-a825-07e15275fcbe resource provider aggregate not found 2026-04-14 06:53:53.596 8 INFO neutron.services.segments.plugin [-] Segment e94ce71d-fb11-4a80-a825-07e15275fcbe resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e94ce71d-fb11-4a80-a825-07e15275fcbe found for delete ", "request_id": "req-81177e74-08c0-4b2d-8eff-ec38f1b9f2f2"}]} 2026-04-14 06:53:53.598 8 INFO neutron.services.segments.plugin [-] Segment e94ce71d-fb11-4a80-a825-07e15275fcbe resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e94ce71d-fb11-4a80-a825-07e15275fcbe found for delete ", "request_id": "req-b8835115-2c94-4f38-839d-58143baf75a3"}]} [pid: 8|app: 0|req: 1154/2407] 10.0.0.146 () {32 vars in 725 bytes} [Tue Apr 14 06:53:53 2026] DELETE /v2.0/networks/a125bdeb-c7b8-4087-953e-fee37b272bf0 => generated 0 bytes in 199 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-14 06:53:53.659 7 INFO neutron.db.segments_db [None req-10e03889-1653-432e-a902-21f1ac2186dd 6fb52cae748a4731aec0a12b606080cb f75413c8e5e44e8a901edb60cc7d061f - - default default] Added segment acec311b-3d13-45a6-8ac1-6798f5b431c7 of type vxlan for network 4a675997-b32a-48c9-b7fb-909486d623c7 2026-04-14 06:53:53.938 7 INFO neutron.db.l3_hamode_db [None req-10e03889-1653-432e-a902-21f1ac2186dd 6fb52cae748a4731aec0a12b606080cb f75413c8e5e44e8a901edb60cc7d061f - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-14 06:53:54.071 8 INFO neutron.db.segments_db [None req-fcea91b7-cf34-4c8e-afa3-334fe9bbcf5c 786e99db84e44eaaa89a4be0a3eba7c1 23e66e7cf0a749f185be6354d2d43c0c - - default default] Added segment cdbdb5b3-dc76-4e29-9512-15df9df6c1b6 of type vxlan for network c76036e1-c54f-40d6-b702-5d6c9a775395 [pid: 8|app: 0|req: 1155/2408] 10.0.0.146 () {34 vars in 669 bytes} [Tue Apr 14 06:53:53 2026] POST /v2.0/networks => generated 632 bytes in 532 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1156/2409] 199.204.45.53 () {34 vars in 1078 bytes} [Tue Apr 14 06:53:54 2026] GET /v2.0/ports?tenant_id=18a9ceb573b9494d8f9349bd6d83cd30&device_id=0f795242-0c34-478c-a503-025127d0e63c => generated 1242 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1157/2410] 10.0.0.146 () {34 vars in 663 bytes} [Tue Apr 14 06:53:54 2026] POST /v2.0/ports => generated 743 bytes in 380 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: 1158/2411] 199.204.45.53 () {34 vars in 1016 bytes} [Tue Apr 14 06:53:54 2026] GET /v2.0/networks?tenant_id=18a9ceb573b9494d8f9349bd6d83cd30&shared=False => generated 735 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1159/2412] 10.0.0.146 () {34 vars in 746 bytes} [Tue Apr 14 06:53:54 2026] PUT /v2.0/ports/f6646d8a-3680-4787-b304-c456cfa6ae2e/tags => generated 25 bytes in 90 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: 1160/2413] 10.0.0.149 () {34 vars in 989 bytes} [Tue Apr 14 06:53:54 2026] GET /v2.0/ports?device_id=0f795242-0c34-478c-a503-025127d0e63c => generated 1242 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1161/2414] 199.204.45.53 () {34 vars in 928 bytes} [Tue Apr 14 06:53:54 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 06:53:54.868 7 INFO neutron.db.l3_hamode_db [None req-10e03889-1653-432e-a902-21f1ac2186dd 6fb52cae748a4731aec0a12b606080cb f75413c8e5e44e8a901edb60cc7d061f - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1162/2415] 10.0.0.146 () {32 vars in 726 bytes} [Tue Apr 14 06:53:54 2026] GET /v2.0/ports/f6646d8a-3680-4787-b304-c456cfa6ae2e/tags => generated 25 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1163/2416] 10.0.0.149 () {34 vars in 1039 bytes} [Tue Apr 14 06:53:54 2026] GET /v2.0/security-groups?id=5d51b388-a5cf-488a-8066-65a29dadce8a&fields=id&fields=name => generated 96 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1164/2417] 10.0.0.146 () {34 vars in 757 bytes} [Tue Apr 14 06:53:54 2026] PUT /v2.0/ports/f6646d8a-3680-4787-b304-c456cfa6ae2e/tags/green => generated 4 bytes in 114 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1165/2418] 10.0.0.146 () {34 vars in 677 bytes} [Tue Apr 14 06:53:55 2026] POST /v2.0/qos/policies => generated 359 bytes in 188 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1166/2419] 10.0.0.149 () {34 vars in 989 bytes} [Tue Apr 14 06:53:55 2026] GET /v2.0/ports?device_id=0f795242-0c34-478c-a503-025127d0e63c => generated 1242 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1167/2420] 10.0.0.146 () {32 vars in 726 bytes} [Tue Apr 14 06:53:55 2026] GET /v2.0/ports/f6646d8a-3680-4787-b304-c456cfa6ae2e/tags => generated 34 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: 1168/2421] 10.0.0.146 () {34 vars in 677 bytes} [Tue Apr 14 06:53:55 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: 8|app: 0|req: 1169/2422] 10.0.0.146 () {34 vars in 753 bytes} [Tue Apr 14 06:53:55 2026] PUT /v2.0/ports/f6646d8a-3680-4787-b304-c456cfa6ae2e/tags/red => generated 4 bytes in 82 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1170/2423] 10.0.0.146 () {34 vars in 677 bytes} [Tue Apr 14 06:53:55 2026] POST /v2.0/qos/policies => generated 359 bytes in 33 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1171/2424] 10.0.0.146 () {32 vars in 726 bytes} [Tue Apr 14 06:53:55 2026] GET /v2.0/ports/f6646d8a-3680-4787-b304-c456cfa6ae2e/tags => generated 34 bytes in 40 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: 1172/2425] 10.0.0.146 () {34 vars in 677 bytes} [Tue Apr 14 06:53:55 2026] POST /v2.0/qos/policies => generated 359 bytes in 31 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1173/2426] 10.0.0.146 () {34 vars in 775 bytes} [Tue Apr 14 06:53:55 2026] PUT /v2.0/ports/f6646d8a-3680-4787-b304-c456cfa6ae2e/tags/black.or.white => generated 4 bytes in 78 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1174/2427] 10.0.0.146 () {34 vars in 677 bytes} [Tue Apr 14 06:53:55 2026] POST /v2.0/qos/policies => generated 359 bytes in 37 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1254/2428] 10.0.0.146 () {34 vars in 668 bytes} [Tue Apr 14 06:53:53 2026] POST /v2.0/routers => generated 692 bytes in 2081 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1175/2429] 10.0.0.146 () {32 vars in 726 bytes} [Tue Apr 14 06:53:55 2026] GET /v2.0/ports/f6646d8a-3680-4787-b304-c456cfa6ae2e/tags => generated 52 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1255/2430] 10.0.0.146 () {34 vars in 752 bytes} [Tue Apr 14 06:53:55 2026] PUT /v2.0/policies/39295df9-6266-4c18-bd8b-a86ef93b26ac/tags => generated 17 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1176/2431] 10.0.0.146 () {32 vars in 720 bytes} [Tue Apr 14 06:53:55 2026] GET /v2.0/routers/0d793880-4826-46ba-b33d-6690a12c17d5 => generated 698 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1256/2432] 10.0.0.146 () {34 vars in 746 bytes} [Tue Apr 14 06:53:55 2026] PUT /v2.0/ports/f6646d8a-3680-4787-b304-c456cfa6ae2e/tags => generated 37 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: 1177/2433] 10.0.0.146 () {34 vars in 752 bytes} [Tue Apr 14 06:53:55 2026] PUT /v2.0/policies/b81915ca-564b-4329-aea6-18bb34cd779b/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: 1257/2434] 10.0.0.146 () {32 vars in 646 bytes} [Tue Apr 14 06:53:55 2026] GET /v2.0/routers => generated 701 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1178/2435] 10.0.0.146 () {32 vars in 726 bytes} [Tue Apr 14 06:53:55 2026] GET /v2.0/ports/f6646d8a-3680-4787-b304-c456cfa6ae2e/tags => generated 37 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1258/2436] 10.0.0.146 () {34 vars in 752 bytes} [Tue Apr 14 06:53:55 2026] PUT /v2.0/policies/8948b00c-3134-4a90-9f1c-0ce095230ada/tags => generated 34 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1179/2437] 199.204.45.53 () {34 vars in 1078 bytes} [Tue Apr 14 06:53:55 2026] GET /v2.0/ports?tenant_id=18a9ceb573b9494d8f9349bd6d83cd30&device_id=0f795242-0c34-478c-a503-025127d0e63c => generated 1242 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1180/2438] 10.0.0.146 () {32 vars in 734 bytes} [Tue Apr 14 06:53:55 2026] GET /v2.0/ports/f6646d8a-3680-4787-b304-c456cfa6ae2e/tags/red => generated 0 bytes in 48 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: 1181/2439] 10.0.0.146 () {34 vars in 752 bytes} [Tue Apr 14 06:53:55 2026] PUT /v2.0/policies/37489bb1-0b36-4381-b3c6-936e6f235995/tags => generated 19 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1182/2440] 199.204.45.53 () {34 vars in 1058 bytes} [Tue Apr 14 06:53:56 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.1.13&port_id=a2ad3537-b6a1-481a-ac51-f6c0c08f81fe => generated 19 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-14 06:53:56.103 8 INFO neutron.api.v2.resource [None req-09897f2f-6f46-4464-a2e3-fc9fc4ba2967 786e99db84e44eaaa89a4be0a3eba7c1 23e66e7cf0a749f185be6354d2d43c0c - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1183/2441] 10.0.0.146 () {32 vars in 738 bytes} [Tue Apr 14 06:53:56 2026] GET /v2.0/ports/f6646d8a-3680-4787-b304-c456cfa6ae2e/tags/green => generated 99 bytes in 43 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: 1184/2442] 199.204.45.53 () {34 vars in 982 bytes} [Tue Apr 14 06:53:56 2026] GET /v2.0/subnets?id=81480e75-cdf8-4bf2-b43d-09926183952a => generated 654 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1185/2443] 10.0.0.146 () {32 vars in 737 bytes} [Tue Apr 14 06:53:56 2026] DELETE /v2.0/ports/f6646d8a-3680-4787-b304-c456cfa6ae2e/tags/red => generated 0 bytes in 58 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: 1186/2444] 199.204.45.53 () {34 vars in 1050 bytes} [Tue Apr 14 06:53:56 2026] GET /v2.0/ports?network_id=80f8f9ba-bc1d-41bb-a234-18cde3f45064&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: 1187/2445] 10.0.0.146 () {32 vars in 726 bytes} [Tue Apr 14 06:53:56 2026] GET /v2.0/ports/f6646d8a-3680-4787-b304-c456cfa6ae2e/tags => generated 30 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1188/2446] 199.204.45.53 () {34 vars in 1010 bytes} [Tue Apr 14 06:53:56 2026] GET /v2.0/networks/80f8f9ba-bc1d-41bb-a234-18cde3f45064?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: 1259/2447] 10.0.0.146 () {34 vars in 740 bytes} [Tue Apr 14 06:53:55 2026] PUT /v2.0/routers/0d793880-4826-46ba-b33d-6690a12c17d5 => generated 705 bytes in 422 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 06:53:56.383 8 INFO neutron.api.v2.resource [None req-e91487b2-4799-4975-8ca4-0c27df869d53 786e99db84e44eaaa89a4be0a3eba7c1 23e66e7cf0a749f185be6354d2d43c0c - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1189/2448] 10.0.0.146 () {32 vars in 741 bytes} [Tue Apr 14 06:53:56 2026] DELETE /v2.0/ports/f6646d8a-3680-4787-b304-c456cfa6ae2e/tags/green => generated 99 bytes in 62 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: 1260/2449] 199.204.45.53 () {34 vars in 1110 bytes} [Tue Apr 14 06:53:56 2026] GET /v2.0/networks/80f8f9ba-bc1d-41bb-a234-18cde3f45064?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: 1190/2450] 10.0.0.146 () {32 vars in 720 bytes} [Tue Apr 14 06:53:56 2026] GET /v2.0/routers/0d793880-4826-46ba-b33d-6690a12c17d5 => generated 705 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1261/2451] 10.0.0.146 () {32 vars in 673 bytes} [Tue Apr 14 06:53:56 2026] GET /v2.0/qos/policies?tags=red => generated 1101 bytes in 128 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1191/2452] 10.0.0.146 () {32 vars in 729 bytes} [Tue Apr 14 06:53:56 2026] DELETE /v2.0/ports/f6646d8a-3680-4787-b304-c456cfa6ae2e/tags => generated 0 bytes in 79 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: 1262/2453] 10.0.0.146 () {32 vars in 735 bytes} [Tue Apr 14 06:53:56 2026] GET /v2.0/ports?device_id=0d793880-4826-46ba-b33d-6690a12c17d5 => 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: 1263/2454] 10.0.0.146 () {32 vars in 726 bytes} [Tue Apr 14 06:53:56 2026] GET /v2.0/ports/f6646d8a-3680-4787-b304-c456cfa6ae2e/tags => generated 12 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1192/2455] 10.0.0.146 () {32 vars in 687 bytes} [Tue Apr 14 06:53:56 2026] GET /v2.0/qos/policies?tags=red%2Cblue => generated 747 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 06:53:56.721 8 INFO neutron_taas.services.taas.taas_plugin [None req-d7b3c8dd-bc3b-4042-b546-65f0667645a1 786e99db84e44eaaa89a4be0a3eba7c1 23e66e7cf0a749f185be6354d2d43c0c - - default default] TaaS: Handle Delete Port: f6646d8a-3680-4787-b304-c456cfa6ae2e 2026-04-14 06:53:56.724 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d7b3c8dd-bc3b-4042-b546-65f0667645a1 786e99db84e44eaaa89a4be0a3eba7c1 23e66e7cf0a749f185be6354d2d43c0c - - default default] Tap Mirror: Handle Delete Port: f6646d8a-3680-4787-b304-c456cfa6ae2e 2026-04-14 06:53:56.804 7 INFO neutron_taas.services.taas.taas_plugin [None req-34c1d187-af5a-40b4-ac52-c7066f5827f7 6fb52cae748a4731aec0a12b606080cb f75413c8e5e44e8a901edb60cc7d061f - - default default] TaaS: Handle Delete Port: b76523d3-4808-4c3a-b4e4-aefd5c17aa02 2026-04-14 06:53:56.808 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-34c1d187-af5a-40b4-ac52-c7066f5827f7 6fb52cae748a4731aec0a12b606080cb f75413c8e5e44e8a901edb60cc7d061f - - default default] Tap Mirror: Handle Delete Port: b76523d3-4808-4c3a-b4e4-aefd5c17aa02 [pid: 8|app: 0|req: 1193/2456] 10.0.0.146 () {32 vars in 719 bytes} [Tue Apr 14 06:53:56 2026] DELETE /v2.0/ports/f6646d8a-3680-4787-b304-c456cfa6ae2e => generated 0 bytes in 219 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1194/2457] 10.0.0.146 () {32 vars in 683 bytes} [Tue Apr 14 06:53:56 2026] GET /v2.0/qos/policies?tags-any=blue => generated 747 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 06:53:57.021 8 INFO neutron.services.segments.plugin [-] Segment cdbdb5b3-dc76-4e29-9512-15df9df6c1b6 resource provider aggregate not found 2026-04-14 06:53:57.030 8 INFO neutron.services.segments.plugin [-] Segment cdbdb5b3-dc76-4e29-9512-15df9df6c1b6 resource provider aggregate not found 2026-04-14 06:53:57.048 8 INFO neutron.services.segments.plugin [-] Segment cdbdb5b3-dc76-4e29-9512-15df9df6c1b6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cdbdb5b3-dc76-4e29-9512-15df9df6c1b6 found for delete ", "request_id": "req-9c11796a-9351-4f38-a92f-90f77ac231b1"}]} 2026-04-14 06:53:57.051 8 INFO neutron.services.segments.plugin [-] Segment cdbdb5b3-dc76-4e29-9512-15df9df6c1b6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cdbdb5b3-dc76-4e29-9512-15df9df6c1b6 found for delete ", "request_id": "req-b4d29e62-9d4e-4bf6-9518-4df69a597047"}]} 2026-04-14 06:53:57.053 7 INFO neutron_taas.services.taas.taas_plugin [None req-34c1d187-af5a-40b4-ac52-c7066f5827f7 6fb52cae748a4731aec0a12b606080cb f75413c8e5e44e8a901edb60cc7d061f - - default default] TaaS: Handle Delete Port: d2ef00ca-cad9-4015-a28e-fc4eec5c5027 2026-04-14 06:53:57.056 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-34c1d187-af5a-40b4-ac52-c7066f5827f7 6fb52cae748a4731aec0a12b606080cb f75413c8e5e44e8a901edb60cc7d061f - - default default] Tap Mirror: Handle Delete Port: d2ef00ca-cad9-4015-a28e-fc4eec5c5027 [pid: 8|app: 0|req: 1195/2458] 10.0.0.146 () {32 vars in 725 bytes} [Tue Apr 14 06:53:56 2026] DELETE /v2.0/networks/c76036e1-c54f-40d6-b702-5d6c9a775395 => 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: 1196/2459] 10.0.0.146 () {32 vars in 695 bytes} [Tue Apr 14 06:53:57 2026] GET /v2.0/qos/policies?tags-any=red%2Cblue => generated 1101 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1197/2460] 10.0.0.146 () {32 vars in 681 bytes} [Tue Apr 14 06:53:57 2026] GET /v2.0/qos/policies?not-tags=red => generated 719 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1198/2461] 10.0.0.146 () {32 vars in 695 bytes} [Tue Apr 14 06:53:57 2026] GET /v2.0/qos/policies?not-tags=red%2Cblue => generated 1073 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1199/2462] 10.0.0.146 () {32 vars in 691 bytes} [Tue Apr 14 06:53:57 2026] GET /v2.0/qos/policies?not-tags-any=blue => generated 1073 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1200/2463] 10.0.0.146 () {32 vars in 703 bytes} [Tue Apr 14 06:53:57 2026] GET /v2.0/qos/policies?not-tags-any=red%2Cblue => generated 719 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 06:53:57.404 7 INFO neutron.services.segments.plugin [-] Segment acec311b-3d13-45a6-8ac1-6798f5b431c7 resource provider aggregate not found 2026-04-14 06:53:57.411 7 INFO neutron.services.segments.plugin [-] Segment acec311b-3d13-45a6-8ac1-6798f5b431c7 resource provider aggregate not found 2026-04-14 06:53:57.430 7 INFO neutron.services.segments.plugin [-] Segment acec311b-3d13-45a6-8ac1-6798f5b431c7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid acec311b-3d13-45a6-8ac1-6798f5b431c7 found for delete ", "request_id": "req-00939d55-8a6a-4963-b995-644eeb6f3954"}]} [pid: 8|app: 0|req: 1201/2464] 10.0.0.146 () {32 vars in 733 bytes} [Tue Apr 14 06:53:57 2026] DELETE /v2.0/qos/policies/39295df9-6266-4c18-bd8b-a86ef93b26ac => generated 0 bytes in 48 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-14 06:53:57.432 7 INFO neutron.services.segments.plugin [-] Segment acec311b-3d13-45a6-8ac1-6798f5b431c7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid acec311b-3d13-45a6-8ac1-6798f5b431c7 found for delete ", "request_id": "req-d185d3b1-e1a3-4289-9eae-00f4a1f401e2"}]} 2026-04-14 06:53:57.450 7 INFO neutron.db.l3_hamode_db [None req-34c1d187-af5a-40b4-ac52-c7066f5827f7 6fb52cae748a4731aec0a12b606080cb f75413c8e5e44e8a901edb60cc7d061f - - default default] HA network 4a675997-b32a-48c9-b7fb-909486d623c7 was deleted as no HA routers are present in tenant f75413c8e5e44e8a901edb60cc7d061f. [pid: 7|app: 0|req: 1264/2465] 10.0.0.146 () {32 vars in 723 bytes} [Tue Apr 14 06:53:56 2026] DELETE /v2.0/routers/0d793880-4826-46ba-b33d-6690a12c17d5 => generated 0 bytes in 853 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1202/2466] 10.0.0.146 () {32 vars in 733 bytes} [Tue Apr 14 06:53:57 2026] DELETE /v2.0/qos/policies/b81915ca-564b-4329-aea6-18bb34cd779b => generated 0 bytes in 37 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1265/2467] 10.0.0.146 () {32 vars in 735 bytes} [Tue Apr 14 06:53:57 2026] GET /v2.0/ports?device_id=0d793880-4826-46ba-b33d-6690a12c17d5 => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-14 06:53:57.510 7 INFO neutron.api.v2.resource [None req-f8f5bc09-2992-4a7d-83a7-a2f38a84bd12 6fb52cae748a4731aec0a12b606080cb f75413c8e5e44e8a901edb60cc7d061f - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1266/2468] 10.0.0.146 () {32 vars in 723 bytes} [Tue Apr 14 06:53:57 2026] DELETE /v2.0/routers/0d793880-4826-46ba-b33d-6690a12c17d5 => generated 135 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1203/2469] 10.0.0.146 () {32 vars in 733 bytes} [Tue Apr 14 06:53:57 2026] DELETE /v2.0/qos/policies/8948b00c-3134-4a90-9f1c-0ce095230ada => 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: 1267/2470] 10.0.0.146 () {32 vars in 735 bytes} [Tue Apr 14 06:53:57 2026] GET /v2.0/ports?device_id=234e2315-3a40-4f9a-87b9-1da169e61aa4 => 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: 1204/2471] 10.0.0.146 () {32 vars in 733 bytes} [Tue Apr 14 06:53:57 2026] DELETE /v2.0/qos/policies/37489bb1-0b36-4381-b3c6-936e6f235995 => generated 0 bytes in 40 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-14 06:53:57.569 7 INFO neutron.api.v2.resource [None req-d18392fd-05dd-403e-9543-49b27d7b09c2 6fb52cae748a4731aec0a12b606080cb f75413c8e5e44e8a901edb60cc7d061f - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1268/2472] 10.0.0.146 () {32 vars in 723 bytes} [Tue Apr 14 06:53:57 2026] DELETE /v2.0/routers/234e2315-3a40-4f9a-87b9-1da169e61aa4 => generated 135 bytes in 24 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-14 06:53:57.586 7 INFO neutron.pecan_wsgi.hooks.translation [None req-c998f69c-5cc8-4311-b332-b14be2f52865 6fb52cae748a4731aec0a12b606080cb f75413c8e5e44e8a901edb60cc7d061f - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1269/2473] 10.0.0.146 () {32 vars in 723 bytes} [Tue Apr 14 06:53:57 2026] DELETE /v2.0/subnets/caa4218e-47f4-4b80-a27a-4204a4d532ba => 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: 1205/2474] 10.0.0.146 () {32 vars in 733 bytes} [Tue Apr 14 06:53:57 2026] DELETE /v2.0/qos/policies/8f69edda-e2c6-425b-9fe5-2ab85e4f8d5c => 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: 1270/2475] 10.0.0.146 () {32 vars in 735 bytes} [Tue Apr 14 06:53:57 2026] GET /v2.0/ports?device_id=b057ca5a-504e-4b58-9d8d-bdfbba3cd903 => generated 12 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-14 06:53:57.648 8 INFO neutron.api.v2.resource [None req-7732bcef-e057-4172-8447-9517be82a9af 6fb52cae748a4731aec0a12b606080cb f75413c8e5e44e8a901edb60cc7d061f - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1206/2476] 10.0.0.146 () {32 vars in 723 bytes} [Tue Apr 14 06:53:57 2026] DELETE /v2.0/routers/b057ca5a-504e-4b58-9d8d-bdfbba3cd903 => generated 135 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-14 06:53:57.667 7 INFO neutron.pecan_wsgi.hooks.translation [None req-402153e4-5909-4524-8960-5dfa3afad82b 6fb52cae748a4731aec0a12b606080cb f75413c8e5e44e8a901edb60cc7d061f - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1271/2477] 10.0.0.146 () {32 vars in 723 bytes} [Tue Apr 14 06:53:57 2026] DELETE /v2.0/subnets/4052a2f8-455c-4ada-881c-fd7389b42b58 => 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: 1207/2478] 10.0.0.146 () {32 vars in 735 bytes} [Tue Apr 14 06:53:57 2026] GET /v2.0/ports?device_id=853c40df-38ef-4ff7-9346-bd338b4fe929 => generated 12 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-14 06:53:57.708 7 INFO neutron.api.v2.resource [None req-60850c4e-111d-4e2b-91de-d9f59d5c6d5e 6fb52cae748a4731aec0a12b606080cb f75413c8e5e44e8a901edb60cc7d061f - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1272/2479] 10.0.0.146 () {32 vars in 723 bytes} [Tue Apr 14 06:53:57 2026] DELETE /v2.0/routers/853c40df-38ef-4ff7-9346-bd338b4fe929 => generated 135 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-14 06:53:57.727 7 INFO neutron.pecan_wsgi.hooks.translation [None req-493553c0-2fee-4b14-ac4f-4d20e0365a80 6fb52cae748a4731aec0a12b606080cb f75413c8e5e44e8a901edb60cc7d061f - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1273/2480] 10.0.0.146 () {32 vars in 723 bytes} [Tue Apr 14 06:53:57 2026] DELETE /v2.0/subnets/daf12310-6097-45f9-83c4-2752732181fe => generated 136 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-14 06:53:57.746 7 INFO neutron.pecan_wsgi.hooks.translation [None req-91884e91-01f7-475b-a4f4-ce0fb6af8f7c 6fb52cae748a4731aec0a12b606080cb f75413c8e5e44e8a901edb60cc7d061f - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1274/2481] 10.0.0.146 () {32 vars in 723 bytes} [Tue Apr 14 06:53:57 2026] DELETE /v2.0/subnets/b6248c81-4bc3-4421-bf0c-79f8d1aef087 => 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: 1208/2482] 10.0.0.146 () {32 vars in 773 bytes} [Tue Apr 14 06:53:57 2026] GET /v2.0/security-groups?tenant_id=23e66e7cf0a749f185be6354d2d43c0c&name=default => generated 2929 bytes in 186 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1275/2483] 10.0.0.146 () {32 vars in 739 bytes} [Tue Apr 14 06:53:57 2026] DELETE /v2.0/security-groups/d7d6b63c-9dbf-4a99-86bc-3aaf65605270 => 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: 1209/2484] 10.0.0.149 () {34 vars in 989 bytes} [Tue Apr 14 06:53:58 2026] GET /v2.0/ports?device_id=0f795242-0c34-478c-a503-025127d0e63c => generated 1242 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1276/2485] 10.0.0.149 () {34 vars in 1039 bytes} [Tue Apr 14 06:53:58 2026] GET /v2.0/security-groups?id=5d51b388-a5cf-488a-8066-65a29dadce8a&fields=id&fields=name => generated 96 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1210/2486] 10.0.0.149 () {34 vars in 989 bytes} [Tue Apr 14 06:53:58 2026] GET /v2.0/ports?device_id=0f795242-0c34-478c-a503-025127d0e63c => 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: 1211/2487] 10.0.0.146 () {32 vars in 773 bytes} [Tue Apr 14 06:53:58 2026] GET /v2.0/security-groups?tenant_id=906cd73f95e94c009baf4918762327f7&name=default => generated 2929 bytes in 184 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1277/2488] 10.0.0.146 () {32 vars in 773 bytes} [Tue Apr 14 06:53:58 2026] GET /v2.0/security-groups?tenant_id=f75413c8e5e44e8a901edb60cc7d061f&name=default => generated 2925 bytes in 344 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1212/2489] 10.0.0.146 () {32 vars in 739 bytes} [Tue Apr 14 06:53:58 2026] DELETE /v2.0/security-groups/00620355-3c72-47b6-92be-25524ab086c2 => 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: 1213/2490] 10.0.0.146 () {32 vars in 739 bytes} [Tue Apr 14 06:53:58 2026] DELETE /v2.0/security-groups/bd765ce0-df0c-4949-a069-2d5f24bee31e => generated 0 bytes in 107 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1278/2491] 10.0.0.146 () {32 vars in 773 bytes} [Tue Apr 14 06:53:58 2026] GET /v2.0/security-groups?tenant_id=47986d7234924d778fbd26588384b91b&name=default => generated 2929 bytes in 152 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1214/2492] 10.0.0.146 () {32 vars in 739 bytes} [Tue Apr 14 06:53:58 2026] DELETE /v2.0/security-groups/888c7936-7878-4b2a-9f1e-de08b8a577c3 => 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: 1279/2493] 10.0.0.146 () {32 vars in 773 bytes} [Tue Apr 14 06:53:59 2026] GET /v2.0/security-groups?tenant_id=83225214553743968fcac69e18fcaac1&name=default => generated 2929 bytes in 143 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1215/2494] 10.0.0.146 () {32 vars in 739 bytes} [Tue Apr 14 06:53:59 2026] DELETE /v2.0/security-groups/501e087f-bf51-4b6e-87df-27e71b87ae2a => 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: 1280/2497] 10.0.0.146 () {32 vars in 773 bytes} [Tue Apr 14 06:53:59 2026] GET /v2.0/security-groups?tenant_id=c4e3001521624916adc66be7378578a6&name=default => generated 2929 bytes in 111 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1218/2498] 10.0.0.146 () {32 vars in 739 bytes} [Tue Apr 14 06:53:59 2026] DELETE /v2.0/security-groups/026e6034-4719-48be-8c25-a0f4cfb45906 => generated 0 bytes in 110 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1281/2499] 199.204.45.53 () {34 vars in 992 bytes} [Tue Apr 14 06:54:00 2026] GET /v2.0/ports?device_id=0f795242-0c34-478c-a503-025127d0e63c => generated 1242 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1219/2500] 199.204.45.53 () {34 vars in 1042 bytes} [Tue Apr 14 06:54:00 2026] GET /v2.0/security-groups?id=5d51b388-a5cf-488a-8066-65a29dadce8a&fields=id&fields=name => generated 96 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1282/2501] 10.0.0.149 () {34 vars in 989 bytes} [Tue Apr 14 06:54:01 2026] GET /v2.0/ports?device_id=0f795242-0c34-478c-a503-025127d0e63c => generated 1244 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1220/2502] 10.0.0.149 () {34 vars in 1039 bytes} [Tue Apr 14 06:54:01 2026] GET /v2.0/security-groups?id=5d51b388-a5cf-488a-8066-65a29dadce8a&fields=id&fields=name => generated 96 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1283/2503] 10.0.0.149 () {34 vars in 989 bytes} [Tue Apr 14 06:54:01 2026] GET /v2.0/ports?device_id=0f795242-0c34-478c-a503-025127d0e63c => generated 1244 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-14 06:54:02.291 8 INFO neutron.db.segments_db [None req-aca85d81-f2e5-495a-ba41-7d2b47d6301a e8b45a94ec3d457e9d4058356e7a56da 77f0f7b80ab446cdac7a8600ddcabbd2 - - default default] Added segment da0a0485-48dc-48c9-83e5-9ea98f5dcf60 of type vxlan for network c301fdc9-ee0c-40a9-9856-f04db4e2d86e 2026-04-14 06:54:02.600 8 INFO neutron.db.l3_hamode_db [None req-aca85d81-f2e5-495a-ba41-7d2b47d6301a e8b45a94ec3d457e9d4058356e7a56da 77f0f7b80ab446cdac7a8600ddcabbd2 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1284/2504] 10.0.0.146 () {32 vars in 773 bytes} [Tue Apr 14 06:54:02 2026] GET /v2.0/security-groups?tenant_id=03df59ffbbab420384bcde1d80909295&name=default => generated 2929 bytes in 285 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-14 06:54:02.772 8 INFO neutron.db.l3_hamode_db [None req-aca85d81-f2e5-495a-ba41-7d2b47d6301a e8b45a94ec3d457e9d4058356e7a56da 77f0f7b80ab446cdac7a8600ddcabbd2 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1285/2505] 10.0.0.146 () {32 vars in 739 bytes} [Tue Apr 14 06:54:02 2026] DELETE /v2.0/security-groups/3c5c1376-2e79-4acf-9395-58183855b1fb => generated 0 bytes in 121 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1221/2506] 10.0.0.146 () {34 vars in 667 bytes} [Tue Apr 14 06:54:01 2026] POST /v2.0/routers => generated 474 bytes in 1504 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1286/2507] 10.0.0.146 () {34 vars in 750 bytes} [Tue Apr 14 06:54:03 2026] PUT /v2.0/routers/e3f6cd78-c267-47da-8bb3-e1fdef8c1938/tags => generated 25 bytes in 122 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1222/2508] 10.0.0.146 () {32 vars in 730 bytes} [Tue Apr 14 06:54:03 2026] GET /v2.0/routers/e3f6cd78-c267-47da-8bb3-e1fdef8c1938/tags => generated 25 bytes in 114 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1287/2509] 10.0.0.146 () {34 vars in 761 bytes} [Tue Apr 14 06:54:03 2026] PUT /v2.0/routers/e3f6cd78-c267-47da-8bb3-e1fdef8c1938/tags/green => generated 4 bytes in 157 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1223/2510] 10.0.0.146 () {32 vars in 730 bytes} [Tue Apr 14 06:54:03 2026] GET /v2.0/routers/e3f6cd78-c267-47da-8bb3-e1fdef8c1938/tags => generated 34 bytes in 124 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1288/2511] 10.0.0.146 () {34 vars in 757 bytes} [Tue Apr 14 06:54:04 2026] PUT /v2.0/routers/e3f6cd78-c267-47da-8bb3-e1fdef8c1938/tags/red => generated 4 bytes in 148 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1224/2512] 10.0.0.146 () {32 vars in 730 bytes} [Tue Apr 14 06:54:04 2026] GET /v2.0/routers/e3f6cd78-c267-47da-8bb3-e1fdef8c1938/tags => generated 34 bytes in 150 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1289/2513] 10.0.0.146 () {34 vars in 779 bytes} [Tue Apr 14 06:54:04 2026] PUT /v2.0/routers/e3f6cd78-c267-47da-8bb3-e1fdef8c1938/tags/black.or.white => generated 4 bytes in 185 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1290/2514] 10.0.0.146 () {32 vars in 730 bytes} [Tue Apr 14 06:54:04 2026] GET /v2.0/routers/e3f6cd78-c267-47da-8bb3-e1fdef8c1938/tags => generated 52 bytes in 92 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1291/2515] 10.0.0.149 () {34 vars in 989 bytes} [Tue Apr 14 06:54:04 2026] GET /v2.0/ports?device_id=0f795242-0c34-478c-a503-025127d0e63c => generated 1244 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1292/2516] 10.0.0.146 () {34 vars in 750 bytes} [Tue Apr 14 06:54:04 2026] PUT /v2.0/routers/e3f6cd78-c267-47da-8bb3-e1fdef8c1938/tags => generated 37 bytes in 108 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1293/2517] 10.0.0.149 () {34 vars in 1039 bytes} [Tue Apr 14 06:54:04 2026] GET /v2.0/security-groups?id=5d51b388-a5cf-488a-8066-65a29dadce8a&fields=id&fields=name => generated 96 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1225/2518] 10.0.0.146 () {34 vars in 683 bytes} [Tue Apr 14 06:54:04 2026] POST /v2.0/security-groups => generated 1603 bytes in 532 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1294/2519] 10.0.0.146 () {32 vars in 730 bytes} [Tue Apr 14 06:54:04 2026] GET /v2.0/routers/e3f6cd78-c267-47da-8bb3-e1fdef8c1938/tags => generated 37 bytes in 109 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1295/2520] 10.0.0.149 () {34 vars in 989 bytes} [Tue Apr 14 06:54:04 2026] GET /v2.0/ports?device_id=0f795242-0c34-478c-a503-025127d0e63c => generated 1244 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1226/2521] 10.0.0.146 () {34 vars in 683 bytes} [Tue Apr 14 06:54:04 2026] POST /v2.0/security-groups => generated 1603 bytes in 176 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1296/2522] 10.0.0.146 () {32 vars in 738 bytes} [Tue Apr 14 06:54:04 2026] GET /v2.0/routers/e3f6cd78-c267-47da-8bb3-e1fdef8c1938/tags/red => 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: 1227/2523] 10.0.0.146 () {34 vars in 683 bytes} [Tue Apr 14 06:54:05 2026] POST /v2.0/security-groups => generated 1603 bytes in 183 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-04-14 06:54:05.259 7 INFO neutron.api.v2.resource [None req-c4bb4314-035b-41ec-b7b1-b87a56513b59 e8b45a94ec3d457e9d4058356e7a56da 77f0f7b80ab446cdac7a8600ddcabbd2 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1297/2524] 10.0.0.146 () {32 vars in 742 bytes} [Tue Apr 14 06:54:05 2026] GET /v2.0/routers/e3f6cd78-c267-47da-8bb3-e1fdef8c1938/tags/green => generated 99 bytes in 139 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1298/2525] 10.0.0.146 () {32 vars in 741 bytes} [Tue Apr 14 06:54:05 2026] DELETE /v2.0/routers/e3f6cd78-c267-47da-8bb3-e1fdef8c1938/tags/red => generated 0 bytes in 114 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1228/2526] 10.0.0.146 () {34 vars in 683 bytes} [Tue Apr 14 06:54:05 2026] POST /v2.0/security-groups => generated 1603 bytes in 134 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1299/2527] 10.0.0.146 () {32 vars in 730 bytes} [Tue Apr 14 06:54:05 2026] GET /v2.0/routers/e3f6cd78-c267-47da-8bb3-e1fdef8c1938/tags => generated 30 bytes in 120 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1229/2528] 10.0.0.146 () {34 vars in 683 bytes} [Tue Apr 14 06:54:05 2026] POST /v2.0/security-groups => generated 1603 bytes in 126 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1230/2529] 10.0.0.146 () {34 vars in 766 bytes} [Tue Apr 14 06:54:05 2026] PUT /v2.0/security-groups/51f88eab-af16-44d7-aa9d-28482d425ce0/tags => generated 17 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-14 06:54:05.606 7 INFO neutron.api.v2.resource [None req-af739a6d-befa-4840-9c0e-6f40374d40de e8b45a94ec3d457e9d4058356e7a56da 77f0f7b80ab446cdac7a8600ddcabbd2 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1300/2530] 10.0.0.146 () {32 vars in 745 bytes} [Tue Apr 14 06:54:05 2026] DELETE /v2.0/routers/e3f6cd78-c267-47da-8bb3-e1fdef8c1938/tags/green => generated 99 bytes in 95 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1231/2531] 10.0.0.146 () {34 vars in 766 bytes} [Tue Apr 14 06:54:05 2026] PUT /v2.0/security-groups/1953823a-3363-4781-a1a0-109d2d964eea/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: 1232/2532] 10.0.0.146 () {34 vars in 766 bytes} [Tue Apr 14 06:54:05 2026] PUT /v2.0/security-groups/85d0039c-eecf-446e-b04a-213994695c13/tags => generated 34 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1301/2533] 10.0.0.146 () {32 vars in 733 bytes} [Tue Apr 14 06:54:05 2026] DELETE /v2.0/routers/e3f6cd78-c267-47da-8bb3-e1fdef8c1938/tags => generated 0 bytes in 102 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1233/2534] 10.0.0.146 () {34 vars in 766 bytes} [Tue Apr 14 06:54:05 2026] PUT /v2.0/security-groups/3fe4ebe0-ec8e-4a29-894e-68e0fb5a4fd2/tags => generated 19 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1234/2535] 10.0.0.146 () {32 vars in 679 bytes} [Tue Apr 14 06:54:05 2026] GET /v2.0/security-groups?tags=red => generated 4810 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1302/2536] 10.0.0.146 () {32 vars in 730 bytes} [Tue Apr 14 06:54:05 2026] GET /v2.0/routers/e3f6cd78-c267-47da-8bb3-e1fdef8c1938/tags => generated 12 bytes in 101 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1235/2537] 10.0.0.146 () {32 vars in 693 bytes} [Tue Apr 14 06:54:05 2026] GET /v2.0/security-groups?tags=red%2Cblue => generated 3222 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1303/2538] 10.0.0.146 () {32 vars in 720 bytes} [Tue Apr 14 06:54:05 2026] GET /v2.0/routers/e3f6cd78-c267-47da-8bb3-e1fdef8c1938 => generated 480 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1236/2539] 10.0.0.146 () {32 vars in 689 bytes} [Tue Apr 14 06:54:05 2026] GET /v2.0/security-groups?tags-any=blue => generated 3222 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1237/2540] 10.0.0.146 () {32 vars in 701 bytes} [Tue Apr 14 06:54:05 2026] GET /v2.0/security-groups?tags-any=red%2Cblue => generated 4810 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1238/2541] 10.0.0.146 () {32 vars in 687 bytes} [Tue Apr 14 06:54:05 2026] GET /v2.0/security-groups?not-tags=red => generated 6102 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1239/2542] 10.0.0.146 () {32 vars in 701 bytes} [Tue Apr 14 06:54:06 2026] GET /v2.0/security-groups?not-tags=red%2Cblue => generated 7690 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1240/2543] 10.0.0.146 () {32 vars in 697 bytes} [Tue Apr 14 06:54:06 2026] GET /v2.0/security-groups?not-tags-any=blue => generated 7690 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1241/2544] 10.0.0.146 () {32 vars in 709 bytes} [Tue Apr 14 06:54:06 2026] GET /v2.0/security-groups?not-tags-any=red%2Cblue => generated 6102 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1242/2545] 10.0.0.146 () {32 vars in 739 bytes} [Tue Apr 14 06:54:06 2026] DELETE /v2.0/security-groups/51f88eab-af16-44d7-aa9d-28482d425ce0 => 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: 1243/2546] 10.0.0.146 () {32 vars in 739 bytes} [Tue Apr 14 06:54:06 2026] DELETE /v2.0/security-groups/1953823a-3363-4781-a1a0-109d2d964eea => 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: 1244/2547] 10.0.0.146 () {32 vars in 739 bytes} [Tue Apr 14 06:54:06 2026] DELETE /v2.0/security-groups/85d0039c-eecf-446e-b04a-213994695c13 => generated 0 bytes in 108 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1304/2548] 10.0.0.146 () {34 vars in 741 bytes} [Tue Apr 14 06:54:05 2026] PUT /v2.0/routers/e3f6cd78-c267-47da-8bb3-e1fdef8c1938 => generated 480 bytes in 610 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1305/2549] 10.0.0.146 () {32 vars in 739 bytes} [Tue Apr 14 06:54:06 2026] DELETE /v2.0/security-groups/3fe4ebe0-ec8e-4a29-894e-68e0fb5a4fd2 => generated 0 bytes in 83 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1306/2550] 10.0.0.146 () {32 vars in 735 bytes} [Tue Apr 14 06:54:06 2026] GET /v2.0/ports?device_id=e3f6cd78-c267-47da-8bb3-e1fdef8c1938 => 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: 1245/2551] 10.0.0.146 () {32 vars in 773 bytes} [Tue Apr 14 06:54:06 2026] GET /v2.0/security-groups?tenant_id=d10629627db64c02bac9936ba1348faf&name=default => generated 2929 bytes in 259 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1307/2552] 10.0.0.146 () {32 vars in 739 bytes} [Tue Apr 14 06:54:06 2026] DELETE /v2.0/security-groups/0a07c405-1500-4712-bbb1-19e505262b14 => generated 0 bytes in 120 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1308/2553] 10.0.0.146 () {32 vars in 739 bytes} [Tue Apr 14 06:54:06 2026] DELETE /v2.0/security-groups/e26b0c2b-d8ef-4d10-93dd-61e270887ca6 => generated 0 bytes in 115 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-14 06:54:06.907 8 INFO neutron_taas.services.taas.taas_plugin [None req-4ec1c9b6-cbff-489f-9dc7-6982ed2154e0 e8b45a94ec3d457e9d4058356e7a56da 77f0f7b80ab446cdac7a8600ddcabbd2 - - default default] TaaS: Handle Delete Port: 1ca35583-39f7-4f74-8637-13b915bb310f 2026-04-14 06:54:06.910 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4ec1c9b6-cbff-489f-9dc7-6982ed2154e0 e8b45a94ec3d457e9d4058356e7a56da 77f0f7b80ab446cdac7a8600ddcabbd2 - - default default] Tap Mirror: Handle Delete Port: 1ca35583-39f7-4f74-8637-13b915bb310f 2026-04-14 06:54:07.305 8 INFO neutron.services.segments.plugin [-] Segment da0a0485-48dc-48c9-83e5-9ea98f5dcf60 resource provider aggregate not found 2026-04-14 06:54:07.315 8 INFO neutron.services.segments.plugin [-] Segment da0a0485-48dc-48c9-83e5-9ea98f5dcf60 resource provider aggregate not found 2026-04-14 06:54:07.324 8 INFO neutron.services.segments.plugin [-] Segment da0a0485-48dc-48c9-83e5-9ea98f5dcf60 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid da0a0485-48dc-48c9-83e5-9ea98f5dcf60 found for delete ", "request_id": "req-d381d7a9-eacb-4a19-8ae4-fe3ad78ec2d5"}]} 2026-04-14 06:54:07.336 8 INFO neutron.services.segments.plugin [-] Segment da0a0485-48dc-48c9-83e5-9ea98f5dcf60 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid da0a0485-48dc-48c9-83e5-9ea98f5dcf60 found for delete ", "request_id": "req-d886d826-fe05-4402-9f27-057763167be5"}]} 2026-04-14 06:54:07.344 8 INFO neutron.db.l3_hamode_db [None req-4ec1c9b6-cbff-489f-9dc7-6982ed2154e0 e8b45a94ec3d457e9d4058356e7a56da 77f0f7b80ab446cdac7a8600ddcabbd2 - - default default] HA network c301fdc9-ee0c-40a9-9856-f04db4e2d86e was deleted as no HA routers are present in tenant 77f0f7b80ab446cdac7a8600ddcabbd2. [pid: 8|app: 0|req: 1246/2554] 10.0.0.146 () {32 vars in 723 bytes} [Tue Apr 14 06:54:06 2026] DELETE /v2.0/routers/e3f6cd78-c267-47da-8bb3-e1fdef8c1938 => generated 0 bytes in 624 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1309/2555] 10.0.0.146 () {32 vars in 773 bytes} [Tue Apr 14 06:54:07 2026] GET /v2.0/security-groups?tenant_id=79fe755358b049adb0b35b1ccb00884c&name=default => generated 2929 bytes in 184 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1247/2556] 10.0.0.146 () {32 vars in 739 bytes} [Tue Apr 14 06:54:07 2026] DELETE /v2.0/security-groups/7c800a7b-bc0b-4324-9981-69954602a3c9 => generated 0 bytes in 77 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1310/2557] 10.0.0.146 () {32 vars in 773 bytes} [Tue Apr 14 06:54:07 2026] GET /v2.0/security-groups?tenant_id=c6b5bd46eb0641738a885bf236ece500&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: 1311/2558] 10.0.0.146 () {32 vars in 739 bytes} [Tue Apr 14 06:54:07 2026] DELETE /v2.0/security-groups/99e3536a-d3fd-485d-a0d2-1e880f3f09c9 => 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: 1248/2559] 10.0.0.146 () {32 vars in 773 bytes} [Tue Apr 14 06:54:07 2026] GET /v2.0/security-groups?tenant_id=77f0f7b80ab446cdac7a8600ddcabbd2&name=default => generated 2929 bytes in 295 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1249/2560] 10.0.0.146 () {32 vars in 739 bytes} [Tue Apr 14 06:54:08 2026] DELETE /v2.0/security-groups/d0e87bf8-af68-4c9e-891f-8d66cf6ac312 => 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: 1312/2561] 10.0.0.146 () {32 vars in 773 bytes} [Tue Apr 14 06:54:08 2026] GET /v2.0/security-groups?tenant_id=ff111214061641bb97f31b752ee180d4&name=default => generated 2929 bytes in 185 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1250/2562] 10.0.0.146 () {32 vars in 739 bytes} [Tue Apr 14 06:54:08 2026] DELETE /v2.0/security-groups/4b987c2b-16df-4d97-9a97-cc53e3385727 => 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: 1313/2563] 10.0.0.146 () {32 vars in 773 bytes} [Tue Apr 14 06:54:08 2026] GET /v2.0/security-groups?tenant_id=aa43225a53b9423fa0176a44194ebe1b&name=default => generated 2929 bytes in 139 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1251/2564] 10.0.0.146 () {32 vars in 739 bytes} [Tue Apr 14 06:54:08 2026] DELETE /v2.0/security-groups/817a591a-4603-4092-abeb-f793d60008f2 => generated 0 bytes in 106 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-14 06:54:12.693 7 INFO neutron.db.segments_db [None req-5d021dc7-c314-401e-9379-5d1df15db7b7 f7c26ad807ad4815995f3aea93e47c54 bd0905f300244af38df2c78c192a90b5 - - default default] Added segment 4f366b6f-461b-4b94-8076-43651b4a514f of type vxlan for network 149a7ab9-c42e-427a-ba6e-e484306347b1 [pid: 7|app: 0|req: 1314/2565] 10.0.0.146 () {34 vars in 669 bytes} [Tue Apr 14 06:54:12 2026] POST /v2.0/networks => generated 631 bytes in 399 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1252/2566] 10.0.0.146 () {34 vars in 663 bytes} [Tue Apr 14 06:54:12 2026] POST /v2.0/ports => generated 743 bytes in 319 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1315/2567] 10.0.0.146 () {34 vars in 675 bytes} [Tue Apr 14 06:54:13 2026] POST /v2.0/subnetpools => generated 516 bytes in 95 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: 1316/2568] 10.0.0.146 () {34 vars in 675 bytes} [Tue Apr 14 06:54:13 2026] POST /v2.0/subnetpools => generated 516 bytes in 57 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1317/2569] 10.0.0.146 () {34 vars in 675 bytes} [Tue Apr 14 06:54:13 2026] POST /v2.0/subnetpools => generated 516 bytes in 63 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1253/2570] 10.0.0.146 () {34 vars in 665 bytes} [Tue Apr 14 06:54:13 2026] POST /v2.0/trunks => generated 407 bytes in 196 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1318/2571] 10.0.0.146 () {34 vars in 675 bytes} [Tue Apr 14 06:54:13 2026] POST /v2.0/subnetpools => generated 516 bytes in 63 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1254/2572] 10.0.0.146 () {34 vars in 748 bytes} [Tue Apr 14 06:54:13 2026] PUT /v2.0/trunks/c8079471-e022-4c06-a4fc-42682e948855/tags => generated 25 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1319/2573] 10.0.0.146 () {34 vars in 675 bytes} [Tue Apr 14 06:54:13 2026] POST /v2.0/subnetpools => generated 516 bytes in 54 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1255/2574] 10.0.0.146 () {32 vars in 728 bytes} [Tue Apr 14 06:54:13 2026] GET /v2.0/trunks/c8079471-e022-4c06-a4fc-42682e948855/tags => generated 25 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1320/2575] 10.0.0.146 () {34 vars in 758 bytes} [Tue Apr 14 06:54:13 2026] PUT /v2.0/subnetpools/188c825a-0fb6-497a-bd9a-5e96d7046727/tags => generated 17 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1256/2576] 10.0.0.146 () {34 vars in 759 bytes} [Tue Apr 14 06:54:13 2026] PUT /v2.0/trunks/c8079471-e022-4c06-a4fc-42682e948855/tags/green => generated 4 bytes in 59 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1257/2577] 10.0.0.146 () {32 vars in 728 bytes} [Tue Apr 14 06:54:13 2026] GET /v2.0/trunks/c8079471-e022-4c06-a4fc-42682e948855/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: 1321/2578] 10.0.0.146 () {34 vars in 758 bytes} [Tue Apr 14 06:54:13 2026] PUT /v2.0/subnetpools/06c02015-8c36-4670-964e-ef6f6fbfa174/tags => generated 25 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1258/2579] 10.0.0.146 () {34 vars in 755 bytes} [Tue Apr 14 06:54:13 2026] PUT /v2.0/trunks/c8079471-e022-4c06-a4fc-42682e948855/tags/red => generated 4 bytes in 39 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1322/2580] 10.0.0.146 () {34 vars in 758 bytes} [Tue Apr 14 06:54:13 2026] PUT /v2.0/subnetpools/2d34b6da-6a79-4164-92e6-b862e7e7b275/tags => generated 34 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1259/2581] 10.0.0.146 () {32 vars in 728 bytes} [Tue Apr 14 06:54:13 2026] GET /v2.0/trunks/c8079471-e022-4c06-a4fc-42682e948855/tags => generated 34 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1323/2582] 10.0.0.146 () {34 vars in 758 bytes} [Tue Apr 14 06:54:13 2026] PUT /v2.0/subnetpools/0db2c7da-5a6f-470f-945e-d5303388af48/tags => 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: 1260/2583] 10.0.0.146 () {34 vars in 777 bytes} [Tue Apr 14 06:54:13 2026] PUT /v2.0/trunks/c8079471-e022-4c06-a4fc-42682e948855/tags/black.or.white => generated 4 bytes in 36 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1261/2584] 10.0.0.146 () {32 vars in 728 bytes} [Tue Apr 14 06:54:13 2026] GET /v2.0/trunks/c8079471-e022-4c06-a4fc-42682e948855/tags => generated 52 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1324/2585] 10.0.0.146 () {32 vars in 671 bytes} [Tue Apr 14 06:54:13 2026] GET /v2.0/subnetpools?tags=red => generated 1563 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1325/2586] 10.0.0.146 () {32 vars in 685 bytes} [Tue Apr 14 06:54:13 2026] GET /v2.0/subnetpools?tags=red%2Cblue => generated 1056 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1262/2587] 10.0.0.146 () {34 vars in 748 bytes} [Tue Apr 14 06:54:13 2026] PUT /v2.0/trunks/c8079471-e022-4c06-a4fc-42682e948855/tags => generated 37 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1326/2588] 10.0.0.146 () {32 vars in 681 bytes} [Tue Apr 14 06:54:13 2026] GET /v2.0/subnetpools?tags-any=blue => generated 1056 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1263/2589] 10.0.0.146 () {32 vars in 728 bytes} [Tue Apr 14 06:54:13 2026] GET /v2.0/trunks/c8079471-e022-4c06-a4fc-42682e948855/tags => generated 37 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1327/2590] 10.0.0.146 () {32 vars in 693 bytes} [Tue Apr 14 06:54:13 2026] GET /v2.0/subnetpools?tags-any=red%2Cblue => generated 1563 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1264/2591] 10.0.0.146 () {32 vars in 736 bytes} [Tue Apr 14 06:54:13 2026] GET /v2.0/trunks/c8079471-e022-4c06-a4fc-42682e948855/tags/red => generated 0 bytes in 19 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-14 06:54:13.774 7 INFO neutron.api.v2.resource [None req-0f53a07b-9754-4758-b8ad-495b9696ab13 f7c26ad807ad4815995f3aea93e47c54 bd0905f300244af38df2c78c192a90b5 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1328/2592] 10.0.0.146 () {32 vars in 740 bytes} [Tue Apr 14 06:54:13 2026] GET /v2.0/trunks/c8079471-e022-4c06-a4fc-42682e948855/tags/green => generated 99 bytes in 28 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1265/2593] 10.0.0.146 () {32 vars in 679 bytes} [Tue Apr 14 06:54:13 2026] GET /v2.0/subnetpools?not-tags=red => generated 1028 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1329/2594] 10.0.0.146 () {32 vars in 693 bytes} [Tue Apr 14 06:54:13 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: 1330/2595] 10.0.0.146 () {32 vars in 689 bytes} [Tue Apr 14 06:54:13 2026] GET /v2.0/subnetpools?not-tags-any=blue => generated 1535 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1331/2596] 10.0.0.146 () {32 vars in 701 bytes} [Tue Apr 14 06:54:13 2026] GET /v2.0/subnetpools?not-tags-any=red%2Cblue => generated 1028 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1266/2597] 10.0.0.146 () {32 vars in 739 bytes} [Tue Apr 14 06:54:13 2026] DELETE /v2.0/trunks/c8079471-e022-4c06-a4fc-42682e948855/tags/red => generated 0 bytes in 79 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1267/2598] 10.0.0.146 () {32 vars in 728 bytes} [Tue Apr 14 06:54:13 2026] GET /v2.0/trunks/c8079471-e022-4c06-a4fc-42682e948855/tags => generated 30 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1332/2599] 10.0.0.146 () {32 vars in 731 bytes} [Tue Apr 14 06:54:13 2026] DELETE /v2.0/subnetpools/188c825a-0fb6-497a-bd9a-5e96d7046727 => generated 0 bytes in 43 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-14 06:54:13.936 8 INFO neutron.api.v2.resource [None req-388f0411-3e05-46b3-b2fd-896bce550407 f7c26ad807ad4815995f3aea93e47c54 bd0905f300244af38df2c78c192a90b5 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1268/2600] 10.0.0.146 () {32 vars in 743 bytes} [Tue Apr 14 06:54:13 2026] DELETE /v2.0/trunks/c8079471-e022-4c06-a4fc-42682e948855/tags/green => generated 99 bytes in 31 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1333/2601] 10.0.0.146 () {32 vars in 731 bytes} [Tue Apr 14 06:54:13 2026] DELETE /v2.0/subnetpools/06c02015-8c36-4670-964e-ef6f6fbfa174 => generated 0 bytes in 52 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1269/2602] 10.0.0.146 () {32 vars in 731 bytes} [Tue Apr 14 06:54:13 2026] DELETE /v2.0/trunks/c8079471-e022-4c06-a4fc-42682e948855/tags => 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: 1334/2603] 10.0.0.146 () {32 vars in 731 bytes} [Tue Apr 14 06:54:13 2026] DELETE /v2.0/subnetpools/2d34b6da-6a79-4164-92e6-b862e7e7b275 => generated 0 bytes in 35 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1270/2604] 10.0.0.146 () {32 vars in 728 bytes} [Tue Apr 14 06:54:13 2026] GET /v2.0/trunks/c8079471-e022-4c06-a4fc-42682e948855/tags => 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: 1335/2605] 10.0.0.146 () {32 vars in 731 bytes} [Tue Apr 14 06:54:14 2026] DELETE /v2.0/subnetpools/0db2c7da-5a6f-470f-945e-d5303388af48 => generated 0 bytes in 37 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1271/2606] 10.0.0.146 () {32 vars in 718 bytes} [Tue Apr 14 06:54:14 2026] GET /v2.0/trunks/c8079471-e022-4c06-a4fc-42682e948855 => generated 407 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1336/2607] 10.0.0.146 () {32 vars in 731 bytes} [Tue Apr 14 06:54:14 2026] DELETE /v2.0/subnetpools/cfa61c54-e783-4310-9700-5f07af49d185 => generated 0 bytes in 33 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1272/2608] 10.0.0.146 () {32 vars in 716 bytes} [Tue Apr 14 06:54:14 2026] GET /v2.0/ports/52081235-d194-4c23-be3a-a9e4747b7d70 => generated 826 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1337/2609] 10.0.0.146 () {32 vars in 721 bytes} [Tue Apr 14 06:54:14 2026] DELETE /v2.0/trunks/c8079471-e022-4c06-a4fc-42682e948855 => generated 0 bytes in 57 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-14 06:54:14.287 8 INFO neutron_taas.services.taas.taas_plugin [None req-491f41d5-1726-4858-9978-6d83f0395c41 f7c26ad807ad4815995f3aea93e47c54 bd0905f300244af38df2c78c192a90b5 - - default default] TaaS: Handle Delete Port: 52081235-d194-4c23-be3a-a9e4747b7d70 2026-04-14 06:54:14.289 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-491f41d5-1726-4858-9978-6d83f0395c41 f7c26ad807ad4815995f3aea93e47c54 bd0905f300244af38df2c78c192a90b5 - - default default] Tap Mirror: Handle Delete Port: 52081235-d194-4c23-be3a-a9e4747b7d70 [pid: 8|app: 0|req: 1273/2610] 10.0.0.146 () {32 vars in 719 bytes} [Tue Apr 14 06:54:14 2026] DELETE /v2.0/ports/52081235-d194-4c23-be3a-a9e4747b7d70 => generated 0 bytes in 188 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-14 06:54:14.494 7 INFO neutron.services.segments.plugin [-] Segment 4f366b6f-461b-4b94-8076-43651b4a514f resource provider aggregate not found 2026-04-14 06:54:14.497 7 INFO neutron.services.segments.plugin [-] Segment 4f366b6f-461b-4b94-8076-43651b4a514f resource provider aggregate not found 2026-04-14 06:54:14.518 7 INFO neutron.services.segments.plugin [-] Segment 4f366b6f-461b-4b94-8076-43651b4a514f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4f366b6f-461b-4b94-8076-43651b4a514f found for delete ", "request_id": "req-5de00c59-109d-4857-8d38-b7404fe46ab7"}]} 2026-04-14 06:54:14.524 7 INFO neutron.services.segments.plugin [-] Segment 4f366b6f-461b-4b94-8076-43651b4a514f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4f366b6f-461b-4b94-8076-43651b4a514f found for delete ", "request_id": "req-6f2f18ec-147a-4671-9015-1f8a08f1238b"}]} [pid: 7|app: 0|req: 1338/2613] 10.0.0.146 () {32 vars in 725 bytes} [Tue Apr 14 06:54:14 2026] DELETE /v2.0/networks/149a7ab9-c42e-427a-ba6e-e484306347b1 => 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: 1339/2614] 10.0.0.146 () {32 vars in 773 bytes} [Tue Apr 14 06:54:15 2026] GET /v2.0/security-groups?tenant_id=bd0905f300244af38df2c78c192a90b5&name=default => generated 2929 bytes in 154 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1276/2615] 10.0.0.146 () {32 vars in 773 bytes} [Tue Apr 14 06:54:15 2026] GET /v2.0/security-groups?tenant_id=240ba7e3a9ce499ea82f29ace6eb6a2e&name=default => generated 2929 bytes in 351 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1340/2616] 10.0.0.146 () {32 vars in 739 bytes} [Tue Apr 14 06:54:15 2026] DELETE /v2.0/security-groups/8e315489-b516-4ee7-88af-2fc6cc3e3c9a => generated 0 bytes in 130 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1277/2617] 10.0.0.146 () {32 vars in 739 bytes} [Tue Apr 14 06:54:15 2026] DELETE /v2.0/security-groups/fe5db3d9-92f8-4b06-9d21-0bd7289acfa6 => generated 0 bytes in 110 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1341/2618] 10.0.0.146 () {32 vars in 773 bytes} [Tue Apr 14 06:54:15 2026] GET /v2.0/security-groups?tenant_id=86610fa0d5434e96844b4308c24f9cbf&name=default => generated 2929 bytes in 128 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1278/2619] 10.0.0.146 () {32 vars in 773 bytes} [Tue Apr 14 06:54:15 2026] GET /v2.0/security-groups?tenant_id=bc7e27815a5340d6aead58839e9f6fef&name=default => generated 2929 bytes in 122 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1342/2620] 10.0.0.146 () {32 vars in 739 bytes} [Tue Apr 14 06:54:15 2026] DELETE /v2.0/security-groups/3042de8d-388e-47be-994b-237e50bff56a => 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: 1279/2621] 10.0.0.146 () {32 vars in 739 bytes} [Tue Apr 14 06:54:15 2026] DELETE /v2.0/security-groups/c9404bed-ee62-412a-8a54-13f44d7677e0 => 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: 1343/2622] 10.0.0.146 () {32 vars in 773 bytes} [Tue Apr 14 06:54:15 2026] GET /v2.0/security-groups?tenant_id=45babb90514b471ea0bf67f552ffc0f8&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: 1280/2623] 10.0.0.146 () {32 vars in 739 bytes} [Tue Apr 14 06:54:16 2026] DELETE /v2.0/security-groups/10e84176-961e-49fe-bd54-b7badbe47cba => generated 0 bytes in 110 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1344/2624] 10.0.0.146 () {32 vars in 773 bytes} [Tue Apr 14 06:54:17 2026] GET /v2.0/security-groups?tenant_id=fd24acd2c4ca4183b32992877ed3ef16&name=default => generated 2929 bytes in 321 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1281/2625] 10.0.0.146 () {32 vars in 739 bytes} [Tue Apr 14 06:54:17 2026] DELETE /v2.0/security-groups/b5fd9348-3de2-4be4-ac7b-3902461fe21b => generated 0 bytes in 101 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-14 06:54:19.982 7 INFO neutron.db.segments_db [None req-c9631857-8e16-4b5c-b708-6c7a17ce1284 910f23eaea054d928f82342fc8f89f43 c0e303c3ee544da082b5eb406c716f07 - - default default] Added segment 0afd2b9a-4104-4cf1-90cf-86323750ac3c of type vxlan for network f73a803d-2436-477a-81b8-5b9b7445fdb5 [pid: 7|app: 0|req: 1345/2626] 10.0.0.146 () {34 vars in 669 bytes} [Tue Apr 14 06:54:19 2026] POST /v2.0/networks => generated 632 bytes in 363 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1282/2627] 10.0.0.146 () {34 vars in 668 bytes} [Tue Apr 14 06:54:20 2026] POST /v2.0/subnets => generated 626 bytes in 246 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1346/2628] 10.0.0.146 () {34 vars in 750 bytes} [Tue Apr 14 06:54:20 2026] PUT /v2.0/subnets/1f4cffcb-393a-4902-b447-dad2059d49cc/tags => generated 25 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1283/2629] 10.0.0.146 () {32 vars in 730 bytes} [Tue Apr 14 06:54:20 2026] GET /v2.0/subnets/1f4cffcb-393a-4902-b447-dad2059d49cc/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: 1347/2630] 10.0.0.146 () {34 vars in 761 bytes} [Tue Apr 14 06:54:20 2026] PUT /v2.0/subnets/1f4cffcb-393a-4902-b447-dad2059d49cc/tags/green => generated 4 bytes in 71 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1284/2631] 10.0.0.146 () {32 vars in 730 bytes} [Tue Apr 14 06:54:20 2026] GET /v2.0/subnets/1f4cffcb-393a-4902-b447-dad2059d49cc/tags => generated 34 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1348/2632] 10.0.0.146 () {34 vars in 757 bytes} [Tue Apr 14 06:54:20 2026] PUT /v2.0/subnets/1f4cffcb-393a-4902-b447-dad2059d49cc/tags/red => generated 4 bytes in 62 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1285/2633] 10.0.0.146 () {32 vars in 730 bytes} [Tue Apr 14 06:54:20 2026] GET /v2.0/subnets/1f4cffcb-393a-4902-b447-dad2059d49cc/tags => generated 34 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1349/2634] 10.0.0.146 () {34 vars in 779 bytes} [Tue Apr 14 06:54:20 2026] PUT /v2.0/subnets/1f4cffcb-393a-4902-b447-dad2059d49cc/tags/black.or.white => generated 4 bytes in 76 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1286/2635] 10.0.0.146 () {32 vars in 730 bytes} [Tue Apr 14 06:54:20 2026] GET /v2.0/subnets/1f4cffcb-393a-4902-b447-dad2059d49cc/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: 1350/2636] 10.0.0.146 () {34 vars in 750 bytes} [Tue Apr 14 06:54:20 2026] PUT /v2.0/subnets/1f4cffcb-393a-4902-b447-dad2059d49cc/tags => generated 37 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1287/2637] 10.0.0.146 () {32 vars in 730 bytes} [Tue Apr 14 06:54:20 2026] GET /v2.0/subnets/1f4cffcb-393a-4902-b447-dad2059d49cc/tags => generated 37 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1351/2638] 10.0.0.146 () {32 vars in 738 bytes} [Tue Apr 14 06:54:20 2026] GET /v2.0/subnets/1f4cffcb-393a-4902-b447-dad2059d49cc/tags/red => generated 0 bytes in 39 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-14 06:54:21.004 8 INFO neutron.api.v2.resource [None req-eaa7c532-7964-4288-8142-38ff9ca0087c 910f23eaea054d928f82342fc8f89f43 c0e303c3ee544da082b5eb406c716f07 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1288/2639] 10.0.0.146 () {32 vars in 742 bytes} [Tue Apr 14 06:54:20 2026] GET /v2.0/subnets/1f4cffcb-393a-4902-b447-dad2059d49cc/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: 1352/2640] 10.0.0.146 () {32 vars in 741 bytes} [Tue Apr 14 06:54:21 2026] DELETE /v2.0/subnets/1f4cffcb-393a-4902-b447-dad2059d49cc/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: 1289/2641] 10.0.0.146 () {32 vars in 730 bytes} [Tue Apr 14 06:54:21 2026] GET /v2.0/subnets/1f4cffcb-393a-4902-b447-dad2059d49cc/tags => generated 30 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-14 06:54:21.155 7 INFO neutron.api.v2.resource [None req-ea416ba8-1285-4c4f-b3be-11944ace8dea 910f23eaea054d928f82342fc8f89f43 c0e303c3ee544da082b5eb406c716f07 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1353/2642] 10.0.0.146 () {32 vars in 745 bytes} [Tue Apr 14 06:54:21 2026] DELETE /v2.0/subnets/1f4cffcb-393a-4902-b447-dad2059d49cc/tags/green => generated 99 bytes in 45 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1290/2643] 10.0.0.146 () {32 vars in 733 bytes} [Tue Apr 14 06:54:21 2026] DELETE /v2.0/subnets/1f4cffcb-393a-4902-b447-dad2059d49cc/tags => generated 0 bytes in 54 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1354/2644] 10.0.0.146 () {32 vars in 730 bytes} [Tue Apr 14 06:54:21 2026] GET /v2.0/subnets/1f4cffcb-393a-4902-b447-dad2059d49cc/tags => generated 12 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1291/2645] 10.0.0.146 () {32 vars in 723 bytes} [Tue Apr 14 06:54:21 2026] DELETE /v2.0/subnets/1f4cffcb-393a-4902-b447-dad2059d49cc => generated 0 bytes in 159 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-14 06:54:21.538 7 INFO neutron_taas.services.taas.taas_plugin [None req-f5e140bb-c657-45cb-b664-aedb0fb6fa6e 910f23eaea054d928f82342fc8f89f43 c0e303c3ee544da082b5eb406c716f07 - - default default] TaaS: Handle Delete Port: cfd39cfa-c9b3-4a58-b382-2d911f12ac45 2026-04-14 06:54:21.540 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f5e140bb-c657-45cb-b664-aedb0fb6fa6e 910f23eaea054d928f82342fc8f89f43 c0e303c3ee544da082b5eb406c716f07 - - default default] Tap Mirror: Handle Delete Port: cfd39cfa-c9b3-4a58-b382-2d911f12ac45 2026-04-14 06:54:21.712 7 INFO neutron.services.segments.plugin [-] Segment 0afd2b9a-4104-4cf1-90cf-86323750ac3c resource provider aggregate not found 2026-04-14 06:54:21.722 7 INFO neutron.services.segments.plugin [-] Segment 0afd2b9a-4104-4cf1-90cf-86323750ac3c resource provider aggregate not found 2026-04-14 06:54:21.732 7 INFO neutron.services.segments.plugin [-] Segment 0afd2b9a-4104-4cf1-90cf-86323750ac3c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0afd2b9a-4104-4cf1-90cf-86323750ac3c found for delete ", "request_id": "req-2c0d7782-7008-4f44-a378-0dbc34a511bb"}]} 2026-04-14 06:54:21.738 7 INFO neutron.services.segments.plugin [-] Segment 0afd2b9a-4104-4cf1-90cf-86323750ac3c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0afd2b9a-4104-4cf1-90cf-86323750ac3c found for delete ", "request_id": "req-4cb9905b-66ef-4192-857c-65f467a19054"}]} [pid: 7|app: 0|req: 1355/2646] 10.0.0.146 () {32 vars in 725 bytes} [Tue Apr 14 06:54:21 2026] DELETE /v2.0/networks/f73a803d-2436-477a-81b8-5b9b7445fdb5 => generated 0 bytes in 311 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-14 06:54:22.517 8 INFO neutron.db.segments_db [None req-38c452a1-85ce-4c25-b763-8eb1936dd3f1 1fecced764e143af957a49fe19e43917 d45f7d5aac304f0cae66577c1e9e9c5d - - default default] Added segment 02ae5085-5caa-42d1-88a4-e511ebb5ec4b of type vxlan for network d01be434-d3d3-46d5-8c73-57cc9ebf8f16 [pid: 7|app: 0|req: 1356/2647] 10.0.0.146 () {32 vars in 773 bytes} [Tue Apr 14 06:54:22 2026] GET /v2.0/security-groups?tenant_id=f7886b1974a94e21b36b5dba86bdcc38&name=default => generated 2929 bytes in 174 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1292/2648] 10.0.0.146 () {34 vars in 669 bytes} [Tue Apr 14 06:54:22 2026] POST /v2.0/networks => generated 630 bytes in 499 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-14 06:54:22.671 8 INFO neutron.db.segments_db [None req-c5682b2f-bea4-4898-9273-c6e4086086e4 1fecced764e143af957a49fe19e43917 d45f7d5aac304f0cae66577c1e9e9c5d - - default default] Added segment 8ddbb93f-dfe1-478b-b755-930a4c32f611 of type vxlan for network ecddeb31-9568-4a6d-a74e-fe23137293bb [pid: 7|app: 0|req: 1357/2649] 10.0.0.146 () {32 vars in 739 bytes} [Tue Apr 14 06:54:22 2026] DELETE /v2.0/security-groups/e9292f72-7202-4329-ac0f-f4af749af420 => generated 0 bytes in 114 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1293/2650] 10.0.0.146 () {34 vars in 669 bytes} [Tue Apr 14 06:54:22 2026] POST /v2.0/networks => generated 632 bytes in 122 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-14 06:54:22.818 7 INFO neutron.db.segments_db [None req-fe802c35-7c89-4f8b-965d-efbff748ae18 1fecced764e143af957a49fe19e43917 d45f7d5aac304f0cae66577c1e9e9c5d - - default default] Added segment 88a8c1df-0221-4d36-9147-ff8667f0eab9 of type vxlan for network 696db110-db37-4eb2-b954-91b82a39c1b6 [pid: 8|app: 0|req: 1294/2651] 10.0.0.146 () {32 vars in 773 bytes} [Tue Apr 14 06:54:22 2026] GET /v2.0/security-groups?tenant_id=c0e303c3ee544da082b5eb406c716f07&name=default => generated 2929 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1358/2652] 10.0.0.146 () {34 vars in 669 bytes} [Tue Apr 14 06:54:22 2026] POST /v2.0/networks => generated 630 bytes in 221 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-14 06:54:23.037 7 INFO neutron.db.segments_db [None req-8dbc618f-d7e9-46f7-b133-647e41940adb 1fecced764e143af957a49fe19e43917 d45f7d5aac304f0cae66577c1e9e9c5d - - default default] Added segment 3ad6070e-4200-49bd-8f94-d04b583c8104 of type vxlan for network 34930b9c-024f-4dea-8e1c-70b7e4acec23 [pid: 8|app: 0|req: 1295/2653] 10.0.0.146 () {32 vars in 739 bytes} [Tue Apr 14 06:54:22 2026] DELETE /v2.0/security-groups/1de643c0-12c2-453d-8b32-ea92d9727ea4 => generated 0 bytes in 72 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1359/2654] 10.0.0.146 () {34 vars in 669 bytes} [Tue Apr 14 06:54:22 2026] POST /v2.0/networks => generated 632 bytes in 174 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-14 06:54:23.226 8 INFO neutron.db.segments_db [None req-20dfb7b4-6ab8-4e80-9fdf-528fece7e696 1fecced764e143af957a49fe19e43917 d45f7d5aac304f0cae66577c1e9e9c5d - - default default] Added segment d0198646-bb12-46cd-87ca-7ed3d0e4e3c4 of type vxlan for network f6e2eac8-b868-4a95-a1bb-a1e85deceec7 [pid: 8|app: 0|req: 1296/2655] 10.0.0.146 () {34 vars in 669 bytes} [Tue Apr 14 06:54:23 2026] POST /v2.0/networks => generated 631 bytes in 170 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1360/2656] 10.0.0.146 () {34 vars in 752 bytes} [Tue Apr 14 06:54:23 2026] PUT /v2.0/networks/d01be434-d3d3-46d5-8c73-57cc9ebf8f16/tags => generated 17 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1297/2657] 10.0.0.146 () {34 vars in 752 bytes} [Tue Apr 14 06:54:23 2026] PUT /v2.0/networks/ecddeb31-9568-4a6d-a74e-fe23137293bb/tags => generated 25 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1361/2658] 10.0.0.146 () {34 vars in 752 bytes} [Tue Apr 14 06:54:23 2026] PUT /v2.0/networks/696db110-db37-4eb2-b954-91b82a39c1b6/tags => generated 34 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1298/2659] 10.0.0.146 () {34 vars in 752 bytes} [Tue Apr 14 06:54:23 2026] PUT /v2.0/networks/34930b9c-024f-4dea-8e1c-70b7e4acec23/tags => generated 19 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1362/2660] 10.0.0.146 () {32 vars in 665 bytes} [Tue Apr 14 06:54:23 2026] GET /v2.0/networks?tags=red => generated 1853 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1299/2661] 10.0.0.146 () {32 vars in 679 bytes} [Tue Apr 14 06:54:23 2026] GET /v2.0/networks?tags=red%2Cblue => generated 1248 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1363/2662] 10.0.0.146 () {32 vars in 675 bytes} [Tue Apr 14 06:54:23 2026] GET /v2.0/networks?tags-any=blue => generated 1248 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1300/2663] 10.0.0.146 () {32 vars in 687 bytes} [Tue Apr 14 06:54:23 2026] GET /v2.0/networks?tags-any=red%2Cblue => generated 1853 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1364/2664] 10.0.0.146 () {32 vars in 673 bytes} [Tue Apr 14 06:54:23 2026] GET /v2.0/networks?not-tags=red => generated 1861 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1301/2665] 10.0.0.146 () {32 vars in 687 bytes} [Tue Apr 14 06:54:23 2026] GET /v2.0/networks?not-tags=red%2Cblue => generated 2466 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1365/2666] 10.0.0.146 () {32 vars in 683 bytes} [Tue Apr 14 06:54:24 2026] GET /v2.0/networks?not-tags-any=blue => generated 2466 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1302/2667] 10.0.0.146 () {32 vars in 695 bytes} [Tue Apr 14 06:54:24 2026] GET /v2.0/networks?not-tags-any=red%2Cblue => generated 1861 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-14 06:54:24.348 7 INFO neutron.services.segments.plugin [-] Segment 02ae5085-5caa-42d1-88a4-e511ebb5ec4b resource provider aggregate not found 2026-04-14 06:54:24.359 7 INFO neutron.services.segments.plugin [-] Segment 02ae5085-5caa-42d1-88a4-e511ebb5ec4b resource provider aggregate not found 2026-04-14 06:54:24.365 7 INFO neutron.services.segments.plugin [-] Segment 02ae5085-5caa-42d1-88a4-e511ebb5ec4b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 02ae5085-5caa-42d1-88a4-e511ebb5ec4b found for delete ", "request_id": "req-9843532c-4a9d-431b-9bbf-ff88a42e79f7"}]} 2026-04-14 06:54:24.387 7 INFO neutron.services.segments.plugin [-] Segment 02ae5085-5caa-42d1-88a4-e511ebb5ec4b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 02ae5085-5caa-42d1-88a4-e511ebb5ec4b found for delete ", "request_id": "req-95ca3ebd-4294-4414-b6b3-09f4f7f7be1d"}]} [pid: 7|app: 0|req: 1366/2668] 10.0.0.146 () {32 vars in 725 bytes} [Tue Apr 14 06:54:24 2026] DELETE /v2.0/networks/d01be434-d3d3-46d5-8c73-57cc9ebf8f16 => generated 0 bytes in 187 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-14 06:54:24.523 8 INFO neutron.services.segments.plugin [-] Segment 8ddbb93f-dfe1-478b-b755-930a4c32f611 resource provider aggregate not found 2026-04-14 06:54:24.523 8 INFO neutron.services.segments.plugin [-] Segment 8ddbb93f-dfe1-478b-b755-930a4c32f611 resource provider aggregate not found 2026-04-14 06:54:24.547 8 INFO neutron.services.segments.plugin [-] Segment 8ddbb93f-dfe1-478b-b755-930a4c32f611 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8ddbb93f-dfe1-478b-b755-930a4c32f611 found for delete ", "request_id": "req-561f45ad-b990-4446-bdcd-e63335f712c7"}]} 2026-04-14 06:54:24.548 8 INFO neutron.services.segments.plugin [-] Segment 8ddbb93f-dfe1-478b-b755-930a4c32f611 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8ddbb93f-dfe1-478b-b755-930a4c32f611 found for delete ", "request_id": "req-c6b8f9a0-eac7-4f73-a897-5e88fe1c756a"}]} [pid: 8|app: 0|req: 1303/2669] 10.0.0.146 () {32 vars in 725 bytes} [Tue Apr 14 06:54:24 2026] DELETE /v2.0/networks/ecddeb31-9568-4a6d-a74e-fe23137293bb => generated 0 bytes in 160 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1367/2670] 10.0.0.146 () {32 vars in 725 bytes} [Tue Apr 14 06:54:24 2026] DELETE /v2.0/networks/696db110-db37-4eb2-b954-91b82a39c1b6 => generated 0 bytes in 141 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1304/2671] 10.0.0.146 () {32 vars in 725 bytes} [Tue Apr 14 06:54:24 2026] DELETE /v2.0/networks/34930b9c-024f-4dea-8e1c-70b7e4acec23 => 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: 1368/2672] 10.0.0.146 () {32 vars in 725 bytes} [Tue Apr 14 06:54:24 2026] DELETE /v2.0/networks/f6e2eac8-b868-4a95-a1bb-a1e85deceec7 => 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: 1305/2673] 10.0.0.146 () {32 vars in 773 bytes} [Tue Apr 14 06:54:25 2026] GET /v2.0/security-groups?tenant_id=4401de52090546c3b394c9c25d824046&name=default => generated 2929 bytes in 297 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1369/2674] 10.0.0.146 () {32 vars in 739 bytes} [Tue Apr 14 06:54:26 2026] DELETE /v2.0/security-groups/505a65c2-c529-466a-8814-d06de0cc3c6f => generated 0 bytes in 94 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-14 06:54:26.395 7 INFO neutron.services.segments.plugin [-] Segment 88a8c1df-0221-4d36-9147-ff8667f0eab9 resource provider aggregate not found [pid: 8|app: 0|req: 1306/2675] 10.0.0.146 () {32 vars in 773 bytes} [Tue Apr 14 06:54:26 2026] GET /v2.0/security-groups?tenant_id=22b657cfcfec4b648dfead2ca8dbc789&name=default => generated 2929 bytes in 129 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-14 06:54:26.408 7 INFO neutron.services.segments.plugin [-] Segment 88a8c1df-0221-4d36-9147-ff8667f0eab9 resource provider aggregate not found 2026-04-14 06:54:26.425 7 INFO neutron.services.segments.plugin [-] Segment 88a8c1df-0221-4d36-9147-ff8667f0eab9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 88a8c1df-0221-4d36-9147-ff8667f0eab9 found for delete ", "request_id": "req-1fc4b263-a5bc-4870-bb5e-997b672ae9e2"}]} 2026-04-14 06:54:26.430 7 INFO neutron.services.segments.plugin [-] Segment 88a8c1df-0221-4d36-9147-ff8667f0eab9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 88a8c1df-0221-4d36-9147-ff8667f0eab9 found for delete ", "request_id": "req-e036a9b9-3b18-41e4-b757-649153249e1d"}]} 2026-04-14 06:54:26.454 7 INFO neutron.services.segments.plugin [-] Segment d0198646-bb12-46cd-87ca-7ed3d0e4e3c4 resource provider aggregate not found 2026-04-14 06:54:26.462 7 INFO neutron.services.segments.plugin [-] Segment d0198646-bb12-46cd-87ca-7ed3d0e4e3c4 resource provider aggregate not found 2026-04-14 06:54:26.480 7 INFO neutron.services.segments.plugin [-] Segment d0198646-bb12-46cd-87ca-7ed3d0e4e3c4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d0198646-bb12-46cd-87ca-7ed3d0e4e3c4 found for delete ", "request_id": "req-1c862494-23c4-46eb-9563-51ca4279ee54"}]} 2026-04-14 06:54:26.500 7 INFO neutron.services.segments.plugin [-] Segment d0198646-bb12-46cd-87ca-7ed3d0e4e3c4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d0198646-bb12-46cd-87ca-7ed3d0e4e3c4 found for delete ", "request_id": "req-0f14f230-466f-4130-b26c-4b0d57cee316"}]} [pid: 7|app: 0|req: 1370/2676] 10.0.0.146 () {32 vars in 739 bytes} [Tue Apr 14 06:54:26 2026] DELETE /v2.0/security-groups/2faf6904-be5c-44c0-b429-1f27de73aa09 => generated 0 bytes in 129 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-14 06:54:26.566 8 INFO neutron.services.segments.plugin [-] Segment 3ad6070e-4200-49bd-8f94-d04b583c8104 resource provider aggregate not found 2026-04-14 06:54:26.571 8 INFO neutron.services.segments.plugin [-] Segment 3ad6070e-4200-49bd-8f94-d04b583c8104 resource provider aggregate not found 2026-04-14 06:54:26.584 8 INFO neutron.services.segments.plugin [-] Segment 3ad6070e-4200-49bd-8f94-d04b583c8104 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3ad6070e-4200-49bd-8f94-d04b583c8104 found for delete ", "request_id": "req-dd9e111a-59a9-4d7a-b93a-d683a71adcaa"}]} 2026-04-14 06:54:26.591 8 INFO neutron.services.segments.plugin [-] Segment 3ad6070e-4200-49bd-8f94-d04b583c8104 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3ad6070e-4200-49bd-8f94-d04b583c8104 found for delete ", "request_id": "req-e29d98a0-0185-41db-af5b-c905d2130b06"}]} [pid: 7|app: 0|req: 1371/2677] 10.0.0.146 () {32 vars in 773 bytes} [Tue Apr 14 06:54:26 2026] GET /v2.0/security-groups?tenant_id=d45f7d5aac304f0cae66577c1e9e9c5d&name=default => generated 2929 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1372/2678] 10.0.0.146 () {32 vars in 739 bytes} [Tue Apr 14 06:54:26 2026] DELETE /v2.0/security-groups/49621a76-3aa4-4f2a-9ff0-c7d8636fda8a => generated 0 bytes in 102 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1307/2679] 10.0.0.146 () {32 vars in 773 bytes} [Tue Apr 14 06:54:26 2026] GET /v2.0/security-groups?tenant_id=93f30d17ce38428dbabb7eeff7562c97&name=default => generated 2929 bytes in 325 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1373/2680] 10.0.0.146 () {32 vars in 739 bytes} [Tue Apr 14 06:54:27 2026] DELETE /v2.0/security-groups/09dbe680-8e02-4530-90da-4e8dbd15cf93 => 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: 1308/2681] 10.0.0.146 () {32 vars in 773 bytes} [Tue Apr 14 06:54:27 2026] GET /v2.0/security-groups?tenant_id=6e44120ebf1148f18efc17ce88e2fde6&name=default => generated 2929 bytes in 103 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1374/2682] 10.0.0.146 () {32 vars in 739 bytes} [Tue Apr 14 06:54:27 2026] DELETE /v2.0/security-groups/adb00426-b215-4c46-a266-40caea352ad8 => generated 0 bytes in 98 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-14 06:54:30.533 8 INFO neutron.db.segments_db [None req-f69e980e-69e3-48de-8a10-4b5028e9e790 73f411700dc845dfb58b0f40dbaf8d50 b3ffe669b413425eb99a027008aeab6e - - default default] Added segment c2516a62-eab9-47a0-9ba9-4a3b692ad436 of type vxlan for network 16b3821f-2900-49a2-945a-fe5e3f5eea88 [pid: 8|app: 0|req: 1310/2685] 10.0.0.146 () {34 vars in 669 bytes} [Tue Apr 14 06:54:30 2026] POST /v2.0/networks => generated 631 bytes in 412 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1376/2686] 10.0.0.146 () {34 vars in 752 bytes} [Tue Apr 14 06:54:30 2026] PUT /v2.0/networks/16b3821f-2900-49a2-945a-fe5e3f5eea88/tags => generated 25 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1311/2687] 10.0.0.146 () {32 vars in 732 bytes} [Tue Apr 14 06:54:30 2026] GET /v2.0/networks/16b3821f-2900-49a2-945a-fe5e3f5eea88/tags => generated 25 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1377/2688] 10.0.0.146 () {34 vars in 763 bytes} [Tue Apr 14 06:54:30 2026] PUT /v2.0/networks/16b3821f-2900-49a2-945a-fe5e3f5eea88/tags/green => generated 4 bytes in 71 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1312/2689] 10.0.0.146 () {32 vars in 732 bytes} [Tue Apr 14 06:54:30 2026] GET /v2.0/networks/16b3821f-2900-49a2-945a-fe5e3f5eea88/tags => generated 34 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1378/2690] 10.0.0.146 () {34 vars in 759 bytes} [Tue Apr 14 06:54:30 2026] PUT /v2.0/networks/16b3821f-2900-49a2-945a-fe5e3f5eea88/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: 1313/2691] 10.0.0.146 () {32 vars in 732 bytes} [Tue Apr 14 06:54:30 2026] GET /v2.0/networks/16b3821f-2900-49a2-945a-fe5e3f5eea88/tags => generated 34 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1379/2692] 10.0.0.146 () {34 vars in 781 bytes} [Tue Apr 14 06:54:31 2026] PUT /v2.0/networks/16b3821f-2900-49a2-945a-fe5e3f5eea88/tags/black.or.white => generated 4 bytes in 57 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1314/2693] 10.0.0.146 () {32 vars in 732 bytes} [Tue Apr 14 06:54:31 2026] GET /v2.0/networks/16b3821f-2900-49a2-945a-fe5e3f5eea88/tags => generated 52 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1380/2694] 10.0.0.146 () {34 vars in 752 bytes} [Tue Apr 14 06:54:31 2026] PUT /v2.0/networks/16b3821f-2900-49a2-945a-fe5e3f5eea88/tags => generated 37 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1315/2695] 10.0.0.146 () {32 vars in 732 bytes} [Tue Apr 14 06:54:31 2026] GET /v2.0/networks/16b3821f-2900-49a2-945a-fe5e3f5eea88/tags => generated 37 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1381/2696] 10.0.0.146 () {32 vars in 740 bytes} [Tue Apr 14 06:54:31 2026] GET /v2.0/networks/16b3821f-2900-49a2-945a-fe5e3f5eea88/tags/red => generated 0 bytes in 44 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-14 06:54:31.335 8 INFO neutron.api.v2.resource [None req-161d54c4-36dd-44eb-958f-f0f8ef2274ec 73f411700dc845dfb58b0f40dbaf8d50 b3ffe669b413425eb99a027008aeab6e - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1316/2697] 10.0.0.146 () {32 vars in 744 bytes} [Tue Apr 14 06:54:31 2026] GET /v2.0/networks/16b3821f-2900-49a2-945a-fe5e3f5eea88/tags/green => generated 99 bytes in 47 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1382/2698] 10.0.0.146 () {32 vars in 743 bytes} [Tue Apr 14 06:54:31 2026] DELETE /v2.0/networks/16b3821f-2900-49a2-945a-fe5e3f5eea88/tags/red => generated 0 bytes in 57 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1317/2699] 10.0.0.146 () {32 vars in 732 bytes} [Tue Apr 14 06:54:31 2026] GET /v2.0/networks/16b3821f-2900-49a2-945a-fe5e3f5eea88/tags => generated 30 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-14 06:54:31.498 7 INFO neutron.api.v2.resource [None req-70bbebf8-7f1e-4de2-ae47-b77e85652c8f 73f411700dc845dfb58b0f40dbaf8d50 b3ffe669b413425eb99a027008aeab6e - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1383/2700] 10.0.0.146 () {32 vars in 747 bytes} [Tue Apr 14 06:54:31 2026] DELETE /v2.0/networks/16b3821f-2900-49a2-945a-fe5e3f5eea88/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: 1318/2701] 10.0.0.146 () {32 vars in 735 bytes} [Tue Apr 14 06:54:31 2026] DELETE /v2.0/networks/16b3821f-2900-49a2-945a-fe5e3f5eea88/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: 1384/2702] 10.0.0.146 () {32 vars in 732 bytes} [Tue Apr 14 06:54:31 2026] GET /v2.0/networks/16b3821f-2900-49a2-945a-fe5e3f5eea88/tags => generated 12 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-14 06:54:31.716 8 INFO neutron.services.segments.plugin [-] Segment c2516a62-eab9-47a0-9ba9-4a3b692ad436 resource provider aggregate not found 2026-04-14 06:54:31.723 8 INFO neutron.services.segments.plugin [-] Segment c2516a62-eab9-47a0-9ba9-4a3b692ad436 resource provider aggregate not found 2026-04-14 06:54:31.735 8 INFO neutron.services.segments.plugin [-] Segment c2516a62-eab9-47a0-9ba9-4a3b692ad436 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c2516a62-eab9-47a0-9ba9-4a3b692ad436 found for delete ", "request_id": "req-6c80ee66-5af8-49fd-9b0b-7248bbd50738"}]} 2026-04-14 06:54:31.743 8 INFO neutron.services.segments.plugin [-] Segment c2516a62-eab9-47a0-9ba9-4a3b692ad436 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c2516a62-eab9-47a0-9ba9-4a3b692ad436 found for delete ", "request_id": "req-b1cbb7cd-6de1-4498-af72-811f53b82bc1"}]} [pid: 8|app: 0|req: 1319/2703] 10.0.0.146 () {32 vars in 725 bytes} [Tue Apr 14 06:54:31 2026] DELETE /v2.0/networks/16b3821f-2900-49a2-945a-fe5e3f5eea88 => generated 0 bytes in 143 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1385/2704] 10.0.0.146 () {32 vars in 773 bytes} [Tue Apr 14 06:54:32 2026] GET /v2.0/security-groups?tenant_id=2d0c2375c2f447a59e371b54a8f43a3a&name=default => generated 2929 bytes in 225 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1320/2705] 10.0.0.146 () {32 vars in 739 bytes} [Tue Apr 14 06:54:32 2026] DELETE /v2.0/security-groups/547c317f-85c0-456d-9d04-0aed7039806c => generated 0 bytes in 115 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1386/2706] 10.0.0.146 () {32 vars in 773 bytes} [Tue Apr 14 06:54:32 2026] GET /v2.0/security-groups?tenant_id=b3ffe669b413425eb99a027008aeab6e&name=default => generated 2929 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1321/2707] 10.0.0.146 () {32 vars in 739 bytes} [Tue Apr 14 06:54:32 2026] DELETE /v2.0/security-groups/5aafd85b-b046-46a1-81e1-76e5379c1249 => 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: 1387/2708] 10.0.0.146 () {34 vars in 675 bytes} [Tue Apr 14 06:54:36 2026] POST /v2.0/subnetpools => generated 516 bytes in 231 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1322/2709] 10.0.0.146 () {34 vars in 758 bytes} [Tue Apr 14 06:54:36 2026] PUT /v2.0/subnetpools/67a51876-6f0e-412d-931e-1ebd3fb7c96f/tags => generated 25 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1388/2710] 10.0.0.146 () {32 vars in 738 bytes} [Tue Apr 14 06:54:36 2026] GET /v2.0/subnetpools/67a51876-6f0e-412d-931e-1ebd3fb7c96f/tags => generated 25 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1323/2711] 10.0.0.146 () {34 vars in 769 bytes} [Tue Apr 14 06:54:36 2026] PUT /v2.0/subnetpools/67a51876-6f0e-412d-931e-1ebd3fb7c96f/tags/green => generated 4 bytes in 50 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1389/2712] 10.0.0.146 () {32 vars in 738 bytes} [Tue Apr 14 06:54:36 2026] GET /v2.0/subnetpools/67a51876-6f0e-412d-931e-1ebd3fb7c96f/tags => generated 34 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1324/2713] 10.0.0.146 () {34 vars in 765 bytes} [Tue Apr 14 06:54:36 2026] PUT /v2.0/subnetpools/67a51876-6f0e-412d-931e-1ebd3fb7c96f/tags/red => generated 4 bytes in 43 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1390/2714] 10.0.0.146 () {32 vars in 738 bytes} [Tue Apr 14 06:54:36 2026] GET /v2.0/subnetpools/67a51876-6f0e-412d-931e-1ebd3fb7c96f/tags => generated 34 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1325/2715] 10.0.0.146 () {34 vars in 787 bytes} [Tue Apr 14 06:54:36 2026] PUT /v2.0/subnetpools/67a51876-6f0e-412d-931e-1ebd3fb7c96f/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: 1391/2716] 10.0.0.146 () {32 vars in 738 bytes} [Tue Apr 14 06:54:36 2026] GET /v2.0/subnetpools/67a51876-6f0e-412d-931e-1ebd3fb7c96f/tags => generated 52 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1326/2717] 10.0.0.146 () {34 vars in 758 bytes} [Tue Apr 14 06:54:36 2026] PUT /v2.0/subnetpools/67a51876-6f0e-412d-931e-1ebd3fb7c96f/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: 1392/2718] 10.0.0.146 () {32 vars in 738 bytes} [Tue Apr 14 06:54:36 2026] GET /v2.0/subnetpools/67a51876-6f0e-412d-931e-1ebd3fb7c96f/tags => generated 37 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1327/2719] 10.0.0.146 () {32 vars in 746 bytes} [Tue Apr 14 06:54:36 2026] GET /v2.0/subnetpools/67a51876-6f0e-412d-931e-1ebd3fb7c96f/tags/red => generated 0 bytes in 39 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-14 06:54:36.908 7 INFO neutron.api.v2.resource [None req-491abc8b-b635-4801-a037-205e5fa7eff0 2c31a59722fa4b13ad4c431872f6b9ea d1d8c09bf4834097acb53441ed0c1c36 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1393/2720] 10.0.0.146 () {32 vars in 750 bytes} [Tue Apr 14 06:54:36 2026] GET /v2.0/subnetpools/67a51876-6f0e-412d-931e-1ebd3fb7c96f/tags/green => generated 99 bytes in 33 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1328/2721] 10.0.0.146 () {32 vars in 749 bytes} [Tue Apr 14 06:54:36 2026] DELETE /v2.0/subnetpools/67a51876-6f0e-412d-931e-1ebd3fb7c96f/tags/red => generated 0 bytes in 42 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1394/2722] 10.0.0.146 () {32 vars in 738 bytes} [Tue Apr 14 06:54:36 2026] GET /v2.0/subnetpools/67a51876-6f0e-412d-931e-1ebd3fb7c96f/tags => generated 30 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-14 06:54:37.044 8 INFO neutron.api.v2.resource [None req-b27f67e5-e84c-4691-b55b-0dc8da584153 2c31a59722fa4b13ad4c431872f6b9ea d1d8c09bf4834097acb53441ed0c1c36 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1329/2723] 10.0.0.146 () {32 vars in 753 bytes} [Tue Apr 14 06:54:37 2026] DELETE /v2.0/subnetpools/67a51876-6f0e-412d-931e-1ebd3fb7c96f/tags/green => generated 99 bytes in 35 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1395/2724] 10.0.0.146 () {32 vars in 741 bytes} [Tue Apr 14 06:54:37 2026] DELETE /v2.0/subnetpools/67a51876-6f0e-412d-931e-1ebd3fb7c96f/tags => generated 0 bytes in 50 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1330/2725] 10.0.0.146 () {32 vars in 738 bytes} [Tue Apr 14 06:54:37 2026] GET /v2.0/subnetpools/67a51876-6f0e-412d-931e-1ebd3fb7c96f/tags => generated 12 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1396/2726] 10.0.0.146 () {32 vars in 731 bytes} [Tue Apr 14 06:54:37 2026] DELETE /v2.0/subnetpools/67a51876-6f0e-412d-931e-1ebd3fb7c96f => 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: 1331/2727] 10.0.0.146 () {32 vars in 773 bytes} [Tue Apr 14 06:54:37 2026] GET /v2.0/security-groups?tenant_id=d1d8c09bf4834097acb53441ed0c1c36&name=default => generated 2929 bytes in 240 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1397/2728] 10.0.0.146 () {32 vars in 739 bytes} [Tue Apr 14 06:54:38 2026] DELETE /v2.0/security-groups/74610625-8093-4386-a349-d262c74c0318 => generated 0 bytes in 99 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1332/2729] 10.0.0.146 () {32 vars in 773 bytes} [Tue Apr 14 06:54:38 2026] GET /v2.0/security-groups?tenant_id=67cc3dfed3cc41db8b9bcdd4bbd86ba9&name=default => generated 2929 bytes in 126 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1398/2730] 10.0.0.146 () {32 vars in 739 bytes} [Tue Apr 14 06:54:38 2026] DELETE /v2.0/security-groups/ffbd2bb6-ff1e-4380-846b-e97a81fcfd14 => generated 0 bytes in 99 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1333/2731] 199.204.45.53 () {30 vars in 701 bytes} [Tue Apr 14 06:54:40 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1399/2732] 199.204.45.53 () {30 vars in 703 bytes} [Tue Apr 14 06:54:40 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: 1334/2733] 199.204.45.53 () {30 vars in 679 bytes} [Tue Apr 14 06:54:40 2026] GET /v2.0/extensions/qos => generated 166 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1400/2734] 199.204.45.53 () {30 vars in 715 bytes} [Tue Apr 14 06:54:40 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: 1335/2735] 199.204.45.53 () {30 vars in 739 bytes} [Tue Apr 14 06:54:40 2026] GET /v2.0/subnets/0dfa01e4-b062-4b47-b369-acc8a7208c1d => 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: 1401/2736] 199.204.45.53 () {30 vars in 767 bytes} [Tue Apr 14 06:54:40 2026] GET /v2.0/ports?device_id=0f795242-0c34-478c-a503-025127d0e63c => 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: 1336/2737] 199.204.45.53 () {34 vars in 715 bytes} [Tue Apr 14 06:54:40 2026] POST /v2.0/ports => generated 1055 bytes in 320 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1402/2738] 10.0.0.149 () {34 vars in 970 bytes} [Tue Apr 14 06:54:40 2026] GET /v2.0/ports/c458a628-e480-48da-a55d-da77c1321340 => generated 1055 bytes in 216 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1337/2739] 10.0.0.149 () {34 vars in 906 bytes} [Tue Apr 14 06:54:41 2026] GET /v2.0/extensions => generated 21537 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1403/2740] 199.204.45.53 () {34 vars in 1260 bytes} [Tue Apr 14 06:54:42 2026] GET /v2.0/ports/c458a628-e480-48da-a55d-da77c1321340?fields=binding%3Avnic_type&fields=binding%3Aprofile&fields=network_id&fields=resource_request&fields=numa_affinity_policy&fields=device_profile => generated 136 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1338/2741] 199.204.45.53 () {34 vars in 1010 bytes} [Tue Apr 14 06:54:42 2026] GET /v2.0/networks/b1444614-835b-4b84-8006-1759bc907225?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: 1404/2742] 199.204.45.53 () {34 vars in 1110 bytes} [Tue Apr 14 06:54:42 2026] GET /v2.0/networks/b1444614-835b-4b84-8006-1759bc907225?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: 1339/2743] 199.204.45.53 () {34 vars in 973 bytes} [Tue Apr 14 06:54:42 2026] GET /v2.0/ports/c458a628-e480-48da-a55d-da77c1321340 => generated 1055 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1405/2744] 199.204.45.53 () {34 vars in 984 bytes} [Tue Apr 14 06:54:42 2026] GET /v2.0/networks?id=b1444614-835b-4b84-8006-1759bc907225 => generated 801 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1340/2745] 199.204.45.53 () {38 vars in 1026 bytes} [Tue Apr 14 06:54:42 2026] PUT /v2.0/ports/c458a628-e480-48da-a55d-da77c1321340 => generated 1245 bytes in 391 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-14 06:54:43.253 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-672768ee-afc6-43ad-a9ba-51d570e3be81'] response: {'name': 'network-changed', 'server_uuid': '0f795242-0c34-478c-a503-025127d0e63c', 'tag': 'c458a628-e480-48da-a55d-da77c1321340', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1406/2746] 199.204.45.53 () {34 vars in 1078 bytes} [Tue Apr 14 06:54:43 2026] GET /v2.0/ports?tenant_id=18a9ceb573b9494d8f9349bd6d83cd30&device_id=0f795242-0c34-478c-a503-025127d0e63c => generated 2481 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1341/2747] 199.204.45.53 () {34 vars in 984 bytes} [Tue Apr 14 06:54:43 2026] GET /v2.0/networks?id=b1444614-835b-4b84-8006-1759bc907225 => generated 801 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1407/2748] 199.204.45.53 () {34 vars in 1054 bytes} [Tue Apr 14 06:54:43 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.77&port_id=c458a628-e480-48da-a55d-da77c1321340 => 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: 1342/2749] 199.204.45.53 () {34 vars in 982 bytes} [Tue Apr 14 06:54:43 2026] GET /v2.0/subnets?id=0dfa01e4-b062-4b47-b369-acc8a7208c1d => generated 679 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1408/2750] 199.204.45.53 () {34 vars in 1050 bytes} [Tue Apr 14 06:54:43 2026] GET /v2.0/ports?network_id=b1444614-835b-4b84-8006-1759bc907225&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: 1343/2751] 199.204.45.53 () {34 vars in 1010 bytes} [Tue Apr 14 06:54:43 2026] GET /v2.0/networks/b1444614-835b-4b84-8006-1759bc907225?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: 1409/2752] 199.204.45.53 () {34 vars in 1110 bytes} [Tue Apr 14 06:54:44 2026] GET /v2.0/networks/b1444614-835b-4b84-8006-1759bc907225?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1345/2755] 199.204.45.53 () {34 vars in 1078 bytes} [Tue Apr 14 06:54:45 2026] GET /v2.0/ports?tenant_id=18a9ceb573b9494d8f9349bd6d83cd30&device_id=0f795242-0c34-478c-a503-025127d0e63c => generated 2481 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1411/2756] 199.204.45.53 () {34 vars in 1058 bytes} [Tue Apr 14 06:54:45 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.1.13&port_id=a2ad3537-b6a1-481a-ac51-f6c0c08f81fe => 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: 1346/2757] 199.204.45.53 () {34 vars in 982 bytes} [Tue Apr 14 06:54:45 2026] GET /v2.0/subnets?id=81480e75-cdf8-4bf2-b43d-09926183952a => generated 654 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1412/2758] 199.204.45.53 () {34 vars in 1050 bytes} [Tue Apr 14 06:54:45 2026] GET /v2.0/ports?network_id=80f8f9ba-bc1d-41bb-a234-18cde3f45064&device_owner=network%3Adhcp => generated 1244 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1347/2759] 199.204.45.53 () {34 vars in 1010 bytes} [Tue Apr 14 06:54:45 2026] GET /v2.0/networks/80f8f9ba-bc1d-41bb-a234-18cde3f45064?fields=segments => generated 14 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1413/2760] 199.204.45.53 () {34 vars in 1110 bytes} [Tue Apr 14 06:54:45 2026] GET /v2.0/networks/80f8f9ba-bc1d-41bb-a234-18cde3f45064?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: 1348/2761] 199.204.45.53 () {34 vars in 1054 bytes} [Tue Apr 14 06:54:45 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.77&port_id=c458a628-e480-48da-a55d-da77c1321340 => 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: 1414/2762] 199.204.45.53 () {34 vars in 982 bytes} [Tue Apr 14 06:54:45 2026] GET /v2.0/subnets?id=0dfa01e4-b062-4b47-b369-acc8a7208c1d => generated 679 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1349/2763] 199.204.45.53 () {34 vars in 1050 bytes} [Tue Apr 14 06:54:45 2026] GET /v2.0/ports?network_id=b1444614-835b-4b84-8006-1759bc907225&device_owner=network%3Adhcp => generated 1461 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1415/2764] 199.204.45.53 () {34 vars in 1010 bytes} [Tue Apr 14 06:54:45 2026] GET /v2.0/networks/b1444614-835b-4b84-8006-1759bc907225?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: 1350/2765] 199.204.45.53 () {34 vars in 1110 bytes} [Tue Apr 14 06:54:45 2026] GET /v2.0/networks/b1444614-835b-4b84-8006-1759bc907225?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: 1416/2766] 10.0.0.149 () {34 vars in 970 bytes} [Tue Apr 14 06:54:49 2026] GET /v2.0/ports/c458a628-e480-48da-a55d-da77c1321340 => generated 1247 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1351/2767] 199.204.45.53 () {34 vars in 787 bytes} [Tue Apr 14 06:54:49 2026] PUT /v2.0/ports/c458a628-e480-48da-a55d-da77c1321340 => generated 1272 bytes in 236 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-14 06:54:49.929 7 INFO neutron.api.v2.resource [None req-0eb9f897-0077-429d-bb29-1f374ee7be38 07fe03b92fd4416ab1e2727517b45ecd 18a9ceb573b9494d8f9349bd6d83cd30 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1417/2768] 199.204.45.53 () {30 vars in 761 bytes} [Tue Apr 14 06:54:49 2026] GET /v2.0/security-groups/lb-e1c5dcf8-91b6-4347-bf8d-97ef41d3b9ae => generated 149 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-14 06:54:49.943 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-e98b6b84-8f0b-4dc8-9d0a-8da48b00e3a7'] response: {'name': 'network-changed', 'server_uuid': '0f795242-0c34-478c-a503-025127d0e63c', 'tag': 'c458a628-e480-48da-a55d-da77c1321340', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1352/2769] 199.204.45.53 () {30 vars in 783 bytes} [Tue Apr 14 06:54:49 2026] GET /v2.0/security-groups?name=lb-e1c5dcf8-91b6-4347-bf8d-97ef41d3b9ae => generated 1637 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1418/2770] 199.204.45.53 () {34 vars in 787 bytes} [Tue Apr 14 06:54:49 2026] PUT /v2.0/ports/c458a628-e480-48da-a55d-da77c1321340 => generated 1310 bytes in 248 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-14 06:54:50.363 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-c06e7144-e815-4ca1-8e86-74ad8b15b17b'] response: {'name': 'network-changed', 'server_uuid': '0f795242-0c34-478c-a503-025127d0e63c', 'tag': 'c458a628-e480-48da-a55d-da77c1321340', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1353/2771] 199.204.45.53 () {30 vars in 701 bytes} [Tue Apr 14 06:54:50 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 1419/2772] 199.204.45.53 () {30 vars in 703 bytes} [Tue Apr 14 06:54:50 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1354/2773] 199.204.45.53 () {30 vars in 679 bytes} [Tue Apr 14 06:54:50 2026] GET /v2.0/extensions/qos => generated 166 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1420/2774] 199.204.45.53 () {30 vars in 715 bytes} [Tue Apr 14 06:54:50 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: 1421/2775] 199.204.45.53 () {30 vars in 739 bytes} [Tue Apr 14 06:54:50 2026] GET /v2.0/subnets/0dfa01e4-b062-4b47-b369-acc8a7208c1d => generated 676 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1422/2776] 199.204.45.53 () {30 vars in 735 bytes} [Tue Apr 14 06:54:50 2026] GET /v2.0/ports/d91fa5c0-b3bd-48fd-b050-127b2dcdcab9 => generated 1132 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1355/2777] 199.204.45.53 () {34 vars in 1078 bytes} [Tue Apr 14 06:54:50 2026] GET /v2.0/ports?tenant_id=18a9ceb573b9494d8f9349bd6d83cd30&device_id=0f795242-0c34-478c-a503-025127d0e63c => generated 2582 bytes in 103 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1423/2778] 199.204.45.53 () {30 vars in 735 bytes} [Tue Apr 14 06:54:50 2026] GET /v2.0/ports/c458a628-e480-48da-a55d-da77c1321340 => generated 1346 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1424/2779] 199.204.45.53 () {30 vars in 739 bytes} [Tue Apr 14 06:54:50 2026] GET /v2.0/subnets/0dfa01e4-b062-4b47-b369-acc8a7208c1d => 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: 1356/2780] 199.204.45.53 () {34 vars in 984 bytes} [Tue Apr 14 06:54:50 2026] GET /v2.0/networks?id=b1444614-835b-4b84-8006-1759bc907225 => 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: 1357/2781] 199.204.45.53 () {34 vars in 1054 bytes} [Tue Apr 14 06:54:50 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.77&port_id=c458a628-e480-48da-a55d-da77c1321340 => 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: 1425/2782] 199.204.45.53 () {30 vars in 741 bytes} [Tue Apr 14 06:54:50 2026] GET /v2.0/networks/b1444614-835b-4b84-8006-1759bc907225 => generated 798 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1358/2783] 199.204.45.53 () {34 vars in 982 bytes} [Tue Apr 14 06:54:50 2026] GET /v2.0/subnets?id=0dfa01e4-b062-4b47-b369-acc8a7208c1d => generated 679 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1359/2784] 199.204.45.53 () {34 vars in 1050 bytes} [Tue Apr 14 06:54:50 2026] GET /v2.0/ports?network_id=b1444614-835b-4b84-8006-1759bc907225&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: 1426/2785] 199.204.45.53 () {30 vars in 735 bytes} [Tue Apr 14 06:54:50 2026] GET /v2.0/ports/d91fa5c0-b3bd-48fd-b050-127b2dcdcab9 => generated 1132 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1427/2786] 199.204.45.53 () {30 vars in 739 bytes} [Tue Apr 14 06:54:50 2026] GET /v2.0/subnets/0dfa01e4-b062-4b47-b369-acc8a7208c1d => 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: 1360/2787] 199.204.45.53 () {34 vars in 1010 bytes} [Tue Apr 14 06:54:50 2026] GET /v2.0/networks/b1444614-835b-4b84-8006-1759bc907225?fields=segments => generated 14 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1428/2788] 199.204.45.53 () {34 vars in 1110 bytes} [Tue Apr 14 06:54:50 2026] GET /v2.0/networks/b1444614-835b-4b84-8006-1759bc907225?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: 1361/2789] 199.204.45.53 () {34 vars in 1078 bytes} [Tue Apr 14 06:54:51 2026] GET /v2.0/ports?tenant_id=18a9ceb573b9494d8f9349bd6d83cd30&device_id=0f795242-0c34-478c-a503-025127d0e63c => generated 2582 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1429/2790] 199.204.45.53 () {34 vars in 984 bytes} [Tue Apr 14 06:54:51 2026] GET /v2.0/networks?id=b1444614-835b-4b84-8006-1759bc907225 => generated 801 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1362/2791] 199.204.45.53 () {34 vars in 1054 bytes} [Tue Apr 14 06:54:51 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.77&port_id=c458a628-e480-48da-a55d-da77c1321340 => 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: 1430/2792] 199.204.45.53 () {34 vars in 982 bytes} [Tue Apr 14 06:54:51 2026] GET /v2.0/subnets?id=0dfa01e4-b062-4b47-b369-acc8a7208c1d => generated 679 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1363/2793] 199.204.45.53 () {34 vars in 1050 bytes} [Tue Apr 14 06:54:51 2026] GET /v2.0/ports?network_id=b1444614-835b-4b84-8006-1759bc907225&device_owner=network%3Adhcp => generated 1461 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1431/2794] 199.204.45.53 () {34 vars in 1010 bytes} [Tue Apr 14 06:54:52 2026] GET /v2.0/networks/b1444614-835b-4b84-8006-1759bc907225?fields=segments => generated 14 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1364/2795] 199.204.45.53 () {34 vars in 1110 bytes} [Tue Apr 14 06:54:52 2026] GET /v2.0/networks/b1444614-835b-4b84-8006-1759bc907225?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-04-14 06:55:03.808 8 INFO neutron.db.l3_db [None req-4ca98dc1-2752-4aef-b212-2748a6ac8b17 f338e706d3b94fdaa54fed57d3f72b2f df2225c5438b4489a1230367d9c47e43 - - default default] Floating IP 34a02224-8a28-4762-9432-67a60709d431 associated. External IP: 10.96.250.219, port: d91fa5c0-b3bd-48fd-b050-127b2dcdcab9. [pid: 8|app: 0|req: 1366/2798] 10.0.0.146 () {34 vars in 676 bytes} [Tue Apr 14 06:55:03 2026] POST /v2.0/floatingips => generated 899 bytes in 1007 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1433/2799] 199.204.45.53 () {30 vars in 701 bytes} [Tue Apr 14 06:55:07 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1367/2800] 199.204.45.53 () {30 vars in 703 bytes} [Tue Apr 14 06:55:08 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: 1434/2801] 199.204.45.53 () {30 vars in 679 bytes} [Tue Apr 14 06:55: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: 1368/2802] 199.204.45.53 () {30 vars in 715 bytes} [Tue Apr 14 06:55: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) 2026-04-14 06:55:08.062 7 INFO neutron.api.v2.resource [None req-5d0f97f0-b275-42ec-baf7-6564127edc65 07fe03b92fd4416ab1e2727517b45ecd 18a9ceb573b9494d8f9349bd6d83cd30 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1435/2803] 199.204.45.53 () {30 vars in 761 bytes} [Tue Apr 14 06:55:08 2026] GET /v2.0/security-groups/lb-e1c5dcf8-91b6-4347-bf8d-97ef41d3b9ae => 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: 1369/2804] 199.204.45.53 () {30 vars in 783 bytes} [Tue Apr 14 06:55:08 2026] GET /v2.0/security-groups?name=lb-e1c5dcf8-91b6-4347-bf8d-97ef41d3b9ae => 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: 1436/2805] 199.204.45.53 () {30 vars in 813 bytes} [Tue Apr 14 06:55:08 2026] GET /v2.0/security-group-rules?security_group_id=142d1d49-00cf-472b-ac2b-e071a76df9f5 => generated 1182 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1370/2806] 199.204.45.53 () {34 vars in 745 bytes} [Tue Apr 14 06:55:08 2026] POST /v2.0/security-group-rules => generated 597 bytes in 86 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1437/2807] 199.204.45.53 () {34 vars in 745 bytes} [Tue Apr 14 06:55:08 2026] POST /v2.0/security-group-rules => generated 601 bytes in 99 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1372/2810] 10.0.0.239 () {30 vars in 689 bytes} [Tue Apr 14 06:55:16 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1439/2811] 10.0.0.239 () {30 vars in 691 bytes} [Tue Apr 14 06:55:16 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1373/2812] 10.0.0.239 () {30 vars in 667 bytes} [Tue Apr 14 06:55:16 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: 1440/2813] 10.0.0.239 () {30 vars in 703 bytes} [Tue Apr 14 06:55:16 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1374/2814] 10.0.0.239 () {28 vars in 438 bytes} [Tue Apr 14 06:55:16 2026] GET / => generated 151 bytes in 3 msecs (HTTP/1.1 200) 3 headers in 91 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1441/2815] 10.0.0.239 () {30 vars in 727 bytes} [Tue Apr 14 06:55:16 2026] GET /v2.0/subnets/ff8ba4db-29c9-4fcd-adb0-2eeef0cd6b8e => generated 655 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1375/2816] 199.204.45.53 () {30 vars in 701 bytes} [Tue Apr 14 06:55:17 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1442/2817] 199.204.45.53 () {30 vars in 703 bytes} [Tue Apr 14 06:55:17 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: 1376/2818] 199.204.45.53 () {30 vars in 679 bytes} [Tue Apr 14 06:55:17 2026] GET /v2.0/extensions/qos => generated 166 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1443/2819] 199.204.45.53 () {30 vars in 715 bytes} [Tue Apr 14 06:55:17 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: 1377/2820] 199.204.45.53 () {30 vars in 739 bytes} [Tue Apr 14 06:55:17 2026] GET /v2.0/subnets/ff8ba4db-29c9-4fcd-adb0-2eeef0cd6b8e => generated 673 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1444/2821] 199.204.45.53 () {30 vars in 767 bytes} [Tue Apr 14 06:55:17 2026] GET /v2.0/ports?device_id=0f795242-0c34-478c-a503-025127d0e63c => generated 2582 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1378/2822] 199.204.45.53 () {30 vars in 701 bytes} [Tue Apr 14 06:55:18 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1445/2823] 199.204.45.53 () {30 vars in 703 bytes} [Tue Apr 14 06:55:18 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1379/2824] 199.204.45.53 () {30 vars in 679 bytes} [Tue Apr 14 06:55:18 2026] GET /v2.0/extensions/qos => generated 166 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1446/2825] 199.204.45.53 () {30 vars in 715 bytes} [Tue Apr 14 06:55:18 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: 1380/2826] 199.204.45.53 () {34 vars in 715 bytes} [Tue Apr 14 06:55:18 2026] POST /v2.0/ports => generated 1320 bytes in 358 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1447/2827] 10.0.0.149 () {34 vars in 970 bytes} [Tue Apr 14 06:55:18 2026] GET /v2.0/ports/d912df9c-f889-4481-92cf-9f4c4811d571 => generated 1320 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1381/2828] 10.0.0.149 () {34 vars in 906 bytes} [Tue Apr 14 06:55:18 2026] GET /v2.0/extensions => generated 21537 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1448/2829] 199.204.45.53 () {34 vars in 1260 bytes} [Tue Apr 14 06:55:19 2026] GET /v2.0/ports/d912df9c-f889-4481-92cf-9f4c4811d571?fields=binding%3Avnic_type&fields=binding%3Aprofile&fields=network_id&fields=resource_request&fields=numa_affinity_policy&fields=device_profile => generated 136 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1382/2830] 199.204.45.53 () {34 vars in 1010 bytes} [Tue Apr 14 06:55:19 2026] GET /v2.0/networks/df08c0c9-12fa-4d58-ba81-757a5f426d2b?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: 1449/2831] 199.204.45.53 () {34 vars in 1110 bytes} [Tue Apr 14 06:55:19 2026] GET /v2.0/networks/df08c0c9-12fa-4d58-ba81-757a5f426d2b?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: 1383/2832] 199.204.45.53 () {34 vars in 973 bytes} [Tue Apr 14 06:55:20 2026] GET /v2.0/ports/d912df9c-f889-4481-92cf-9f4c4811d571 => generated 1320 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1450/2833] 199.204.45.53 () {34 vars in 984 bytes} [Tue Apr 14 06:55:20 2026] GET /v2.0/networks?id=df08c0c9-12fa-4d58-ba81-757a5f426d2b => generated 801 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1384/2834] 199.204.45.53 () {38 vars in 1026 bytes} [Tue Apr 14 06:55:20 2026] PUT /v2.0/ports/d912df9c-f889-4481-92cf-9f4c4811d571 => generated 1510 bytes in 440 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-14 06:55:20.994 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-1b567862-737d-4071-9aaa-a50844a62813'] response: {'name': 'network-changed', 'server_uuid': '0f795242-0c34-478c-a503-025127d0e63c', 'tag': 'd912df9c-f889-4481-92cf-9f4c4811d571', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1451/2835] 199.204.45.53 () {34 vars in 1078 bytes} [Tue Apr 14 06:55:21 2026] GET /v2.0/ports?tenant_id=18a9ceb573b9494d8f9349bd6d83cd30&device_id=0f795242-0c34-478c-a503-025127d0e63c => generated 4084 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1385/2836] 199.204.45.53 () {34 vars in 984 bytes} [Tue Apr 14 06:55:21 2026] GET /v2.0/networks?id=df08c0c9-12fa-4d58-ba81-757a5f426d2b => generated 801 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1452/2837] 199.204.45.53 () {34 vars in 1054 bytes} [Tue Apr 14 06:55:21 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.17&port_id=d912df9c-f889-4481-92cf-9f4c4811d571 => generated 19 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1386/2838] 199.204.45.53 () {34 vars in 1100 bytes} [Tue Apr 14 06:55:21 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A25&port_id=d912df9c-f889-4481-92cf-9f4c4811d571 => 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: 1453/2839] 199.204.45.53 () {34 vars in 1062 bytes} [Tue Apr 14 06:55:21 2026] GET /v2.0/subnets?id=37e972b1-09a7-417a-8cb1-1c8c891ad91a&id=ff8ba4db-29c9-4fcd-adb0-2eeef0cd6b8e => generated 1410 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1387/2840] 199.204.45.53 () {34 vars in 1050 bytes} [Tue Apr 14 06:55:21 2026] GET /v2.0/ports?network_id=df08c0c9-12fa-4d58-ba81-757a5f426d2b&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: 7|app: 0|req: 1454/2841] 199.204.45.53 () {34 vars in 1050 bytes} [Tue Apr 14 06:55:21 2026] GET /v2.0/ports?network_id=df08c0c9-12fa-4d58-ba81-757a5f426d2b&device_owner=network%3Adhcp => generated 1457 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1388/2842] 199.204.45.53 () {34 vars in 1010 bytes} [Tue Apr 14 06:55:21 2026] GET /v2.0/networks/df08c0c9-12fa-4d58-ba81-757a5f426d2b?fields=segments => generated 14 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1455/2843] 199.204.45.53 () {34 vars in 1110 bytes} [Tue Apr 14 06:55:21 2026] GET /v2.0/networks/df08c0c9-12fa-4d58-ba81-757a5f426d2b?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: 1389/2844] 199.204.45.53 () {34 vars in 1078 bytes} [Tue Apr 14 06:55:22 2026] GET /v2.0/ports?tenant_id=18a9ceb573b9494d8f9349bd6d83cd30&device_id=0f795242-0c34-478c-a503-025127d0e63c => generated 4084 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1456/2845] 199.204.45.53 () {34 vars in 1058 bytes} [Tue Apr 14 06:55:22 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.1.13&port_id=a2ad3537-b6a1-481a-ac51-f6c0c08f81fe => 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: 1390/2846] 199.204.45.53 () {34 vars in 982 bytes} [Tue Apr 14 06:55:22 2026] GET /v2.0/subnets?id=81480e75-cdf8-4bf2-b43d-09926183952a => generated 654 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1457/2847] 199.204.45.53 () {34 vars in 1050 bytes} [Tue Apr 14 06:55:23 2026] GET /v2.0/ports?network_id=80f8f9ba-bc1d-41bb-a234-18cde3f45064&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: 1391/2848] 199.204.45.53 () {34 vars in 1010 bytes} [Tue Apr 14 06:55:23 2026] GET /v2.0/networks/80f8f9ba-bc1d-41bb-a234-18cde3f45064?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: 1458/2849] 199.204.45.53 () {34 vars in 1110 bytes} [Tue Apr 14 06:55:23 2026] GET /v2.0/networks/80f8f9ba-bc1d-41bb-a234-18cde3f45064?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: 1392/2850] 199.204.45.53 () {34 vars in 1054 bytes} [Tue Apr 14 06:55:23 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.77&port_id=c458a628-e480-48da-a55d-da77c1321340 => 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: 1459/2851] 199.204.45.53 () {34 vars in 982 bytes} [Tue Apr 14 06:55:23 2026] GET /v2.0/subnets?id=0dfa01e4-b062-4b47-b369-acc8a7208c1d => generated 679 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1393/2852] 199.204.45.53 () {34 vars in 1050 bytes} [Tue Apr 14 06:55:23 2026] GET /v2.0/ports?network_id=b1444614-835b-4b84-8006-1759bc907225&device_owner=network%3Adhcp => generated 1461 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1460/2853] 199.204.45.53 () {34 vars in 1010 bytes} [Tue Apr 14 06:55:23 2026] GET /v2.0/networks/b1444614-835b-4b84-8006-1759bc907225?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: 1394/2854] 199.204.45.53 () {34 vars in 1110 bytes} [Tue Apr 14 06:55:23 2026] GET /v2.0/networks/b1444614-835b-4b84-8006-1759bc907225?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: 1461/2855] 199.204.45.53 () {34 vars in 1054 bytes} [Tue Apr 14 06:55:23 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.17&port_id=d912df9c-f889-4481-92cf-9f4c4811d571 => generated 19 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1395/2856] 199.204.45.53 () {34 vars in 1100 bytes} [Tue Apr 14 06:55:23 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A25&port_id=d912df9c-f889-4481-92cf-9f4c4811d571 => generated 19 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1462/2857] 199.204.45.53 () {34 vars in 1062 bytes} [Tue Apr 14 06:55:23 2026] GET /v2.0/subnets?id=37e972b1-09a7-417a-8cb1-1c8c891ad91a&id=ff8ba4db-29c9-4fcd-adb0-2eeef0cd6b8e => generated 1410 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1396/2858] 199.204.45.53 () {34 vars in 1050 bytes} [Tue Apr 14 06:55:23 2026] GET /v2.0/ports?network_id=df08c0c9-12fa-4d58-ba81-757a5f426d2b&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: 1463/2859] 199.204.45.53 () {34 vars in 1050 bytes} [Tue Apr 14 06:55:23 2026] GET /v2.0/ports?network_id=df08c0c9-12fa-4d58-ba81-757a5f426d2b&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: 1397/2860] 199.204.45.53 () {34 vars in 1010 bytes} [Tue Apr 14 06:55:23 2026] GET /v2.0/networks/df08c0c9-12fa-4d58-ba81-757a5f426d2b?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: 1464/2861] 199.204.45.53 () {34 vars in 1110 bytes} [Tue Apr 14 06:55:23 2026] GET /v2.0/networks/df08c0c9-12fa-4d58-ba81-757a5f426d2b?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: 1398/2862] 10.0.0.149 () {34 vars in 970 bytes} [Tue Apr 14 06:55:27 2026] GET /v2.0/ports/d912df9c-f889-4481-92cf-9f4c4811d571 => generated 1512 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1465/2863] 199.204.45.53 () {30 vars in 741 bytes} [Tue Apr 14 06:55:27 2026] GET /v2.0/networks/df08c0c9-12fa-4d58-ba81-757a5f426d2b => generated 798 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1399/2864] 199.204.45.53 () {30 vars in 739 bytes} [Tue Apr 14 06:55:27 2026] GET /v2.0/subnets/ff8ba4db-29c9-4fcd-adb0-2eeef0cd6b8e => generated 673 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1466/2865] 199.204.45.53 () {30 vars in 739 bytes} [Tue Apr 14 06:55:27 2026] GET /v2.0/subnets/37e972b1-09a7-417a-8cb1-1c8c891ad91a => generated 744 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1400/2866] 199.204.45.53 () {30 vars in 701 bytes} [Tue Apr 14 06:55:28 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: 1467/2867] 199.204.45.53 () {30 vars in 703 bytes} [Tue Apr 14 06:55:28 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: 1401/2868] 199.204.45.53 () {30 vars in 679 bytes} [Tue Apr 14 06:55:28 2026] GET /v2.0/extensions/qos => generated 166 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1468/2869] 199.204.45.53 () {30 vars in 715 bytes} [Tue Apr 14 06:55: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) [pid: 8|app: 0|req: 1402/2870] 199.204.45.53 () {30 vars in 739 bytes} [Tue Apr 14 06:55:28 2026] GET /v2.0/subnets/0dfa01e4-b062-4b47-b369-acc8a7208c1d => 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: 1469/2871] 199.204.45.53 () {30 vars in 735 bytes} [Tue Apr 14 06:55:28 2026] GET /v2.0/ports/d91fa5c0-b3bd-48fd-b050-127b2dcdcab9 => generated 1132 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1403/2872] 199.204.45.53 () {30 vars in 735 bytes} [Tue Apr 14 06:55:28 2026] GET /v2.0/ports/c458a628-e480-48da-a55d-da77c1321340 => generated 1346 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1470/2873] 199.204.45.53 () {30 vars in 739 bytes} [Tue Apr 14 06:55:28 2026] GET /v2.0/subnets/0dfa01e4-b062-4b47-b369-acc8a7208c1d => 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: 1404/2874] 199.204.45.53 () {30 vars in 741 bytes} [Tue Apr 14 06:55:28 2026] GET /v2.0/networks/b1444614-835b-4b84-8006-1759bc907225 => generated 798 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1471/2875] 199.204.45.53 () {30 vars in 735 bytes} [Tue Apr 14 06:55:28 2026] GET /v2.0/ports/d91fa5c0-b3bd-48fd-b050-127b2dcdcab9 => generated 1132 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1405/2876] 199.204.45.53 () {30 vars in 739 bytes} [Tue Apr 14 06:55:28 2026] GET /v2.0/subnets/0dfa01e4-b062-4b47-b369-acc8a7208c1d => 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: 1407/2879] 10.0.0.239 () {30 vars in 689 bytes} [Tue Apr 14 06:55:32 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1473/2880] 10.0.0.239 () {30 vars in 691 bytes} [Tue Apr 14 06:55:32 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: 1408/2881] 10.0.0.239 () {30 vars in 667 bytes} [Tue Apr 14 06:55:32 2026] GET /v2.0/extensions/qos => generated 166 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1474/2882] 10.0.0.239 () {30 vars in 703 bytes} [Tue Apr 14 06:55:32 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1409/2883] 10.0.0.239 () {28 vars in 438 bytes} [Tue Apr 14 06:55:32 2026] GET / => generated 151 bytes in 3 msecs (HTTP/1.1 200) 3 headers in 91 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1475/2884] 10.0.0.239 () {30 vars in 727 bytes} [Tue Apr 14 06:55:32 2026] GET /v2.0/subnets/9770f230-7282-4f9b-9e4a-b573e0f14ad0 => generated 655 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1410/2885] 199.204.45.53 () {30 vars in 701 bytes} [Tue Apr 14 06:55:34 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1476/2886] 199.204.45.53 () {30 vars in 703 bytes} [Tue Apr 14 06:55:34 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: 1411/2887] 199.204.45.53 () {30 vars in 679 bytes} [Tue Apr 14 06:55:34 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: 1477/2888] 199.204.45.53 () {30 vars in 715 bytes} [Tue Apr 14 06:55:34 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1412/2889] 199.204.45.53 () {30 vars in 739 bytes} [Tue Apr 14 06:55:35 2026] GET /v2.0/subnets/ff8ba4db-29c9-4fcd-adb0-2eeef0cd6b8e => 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: 1478/2890] 199.204.45.53 () {30 vars in 739 bytes} [Tue Apr 14 06:55:35 2026] GET /v2.0/subnets/9770f230-7282-4f9b-9e4a-b573e0f14ad0 => 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: 1413/2891] 199.204.45.53 () {30 vars in 767 bytes} [Tue Apr 14 06:55:35 2026] GET /v2.0/ports?device_id=0f795242-0c34-478c-a503-025127d0e63c => generated 4086 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1479/2892] 199.204.45.53 () {30 vars in 701 bytes} [Tue Apr 14 06:55: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: 1414/2893] 199.204.45.53 () {30 vars in 703 bytes} [Tue Apr 14 06:55: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: 7|app: 0|req: 1480/2894] 199.204.45.53 () {30 vars in 679 bytes} [Tue Apr 14 06:55:35 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: 1415/2895] 199.204.45.53 () {30 vars in 715 bytes} [Tue Apr 14 06:55: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: 1481/2896] 199.204.45.53 () {34 vars in 715 bytes} [Tue Apr 14 06:55:35 2026] POST /v2.0/ports => generated 1332 bytes in 316 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1416/2897] 10.0.0.149 () {34 vars in 970 bytes} [Tue Apr 14 06:55:36 2026] GET /v2.0/ports/3c77a3ff-3413-4693-af0a-328ad2935d1d => generated 1332 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1482/2898] 199.204.45.53 () {34 vars in 1260 bytes} [Tue Apr 14 06:55:37 2026] GET /v2.0/ports/3c77a3ff-3413-4693-af0a-328ad2935d1d?fields=binding%3Avnic_type&fields=binding%3Aprofile&fields=network_id&fields=resource_request&fields=numa_affinity_policy&fields=device_profile => generated 136 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1417/2899] 199.204.45.53 () {34 vars in 1010 bytes} [Tue Apr 14 06:55:37 2026] GET /v2.0/networks/94492cfd-ca7b-482d-a6f7-f1956e6d2420?fields=segments => generated 14 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1483/2900] 199.204.45.53 () {34 vars in 1110 bytes} [Tue Apr 14 06:55:37 2026] GET /v2.0/networks/94492cfd-ca7b-482d-a6f7-f1956e6d2420?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: 1418/2901] 199.204.45.53 () {34 vars in 973 bytes} [Tue Apr 14 06:55:37 2026] GET /v2.0/ports/3c77a3ff-3413-4693-af0a-328ad2935d1d => generated 1332 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1484/2902] 199.204.45.53 () {34 vars in 984 bytes} [Tue Apr 14 06:55:37 2026] GET /v2.0/networks?id=94492cfd-ca7b-482d-a6f7-f1956e6d2420 => generated 800 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1419/2903] 199.204.45.53 () {38 vars in 1026 bytes} [Tue Apr 14 06:55:38 2026] PUT /v2.0/ports/3c77a3ff-3413-4693-af0a-328ad2935d1d => generated 1522 bytes in 434 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-14 06:55:38.481 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-667fb3b0-7f9a-4d63-92d9-aed02aedf04a'] response: {'name': 'network-changed', 'server_uuid': '0f795242-0c34-478c-a503-025127d0e63c', 'tag': '3c77a3ff-3413-4693-af0a-328ad2935d1d', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1485/2904] 199.204.45.53 () {34 vars in 1078 bytes} [Tue Apr 14 06:55:38 2026] GET /v2.0/ports?tenant_id=18a9ceb573b9494d8f9349bd6d83cd30&device_id=0f795242-0c34-478c-a503-025127d0e63c => generated 5600 bytes in 43 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: 1420/2905] 199.204.45.53 () {34 vars in 984 bytes} [Tue Apr 14 06:55:39 2026] GET /v2.0/networks?id=94492cfd-ca7b-482d-a6f7-f1956e6d2420 => generated 800 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1486/2906] 199.204.45.53 () {34 vars in 1056 bytes} [Tue Apr 14 06:55:39 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.222&port_id=3c77a3ff-3413-4693-af0a-328ad2935d1d => 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: 1421/2907] 199.204.45.53 () {34 vars in 1104 bytes} [Tue Apr 14 06:55:39 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A2fc&port_id=3c77a3ff-3413-4693-af0a-328ad2935d1d => 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: 1487/2908] 199.204.45.53 () {34 vars in 1062 bytes} [Tue Apr 14 06:55:39 2026] GET /v2.0/subnets?id=6bb73521-e889-423c-a672-3d6a5dabbcd5&id=9770f230-7282-4f9b-9e4a-b573e0f14ad0 => generated 1414 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1422/2909] 199.204.45.53 () {34 vars in 1050 bytes} [Tue Apr 14 06:55:39 2026] GET /v2.0/ports?network_id=94492cfd-ca7b-482d-a6f7-f1956e6d2420&device_owner=network%3Adhcp => generated 1461 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1488/2910] 199.204.45.53 () {34 vars in 1050 bytes} [Tue Apr 14 06:55:39 2026] GET /v2.0/ports?network_id=94492cfd-ca7b-482d-a6f7-f1956e6d2420&device_owner=network%3Adhcp => generated 1461 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1423/2911] 199.204.45.53 () {34 vars in 1010 bytes} [Tue Apr 14 06:55:39 2026] GET /v2.0/networks/94492cfd-ca7b-482d-a6f7-f1956e6d2420?fields=segments => generated 14 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1489/2912] 199.204.45.53 () {34 vars in 1110 bytes} [Tue Apr 14 06:55:39 2026] GET /v2.0/networks/94492cfd-ca7b-482d-a6f7-f1956e6d2420?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: 1424/2913] 199.204.45.53 () {34 vars in 1078 bytes} [Tue Apr 14 06:55:40 2026] GET /v2.0/ports?tenant_id=18a9ceb573b9494d8f9349bd6d83cd30&device_id=0f795242-0c34-478c-a503-025127d0e63c => generated 5600 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1490/2914] 199.204.45.53 () {34 vars in 1058 bytes} [Tue Apr 14 06:55:40 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.1.13&port_id=a2ad3537-b6a1-481a-ac51-f6c0c08f81fe => 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: 1425/2915] 199.204.45.53 () {34 vars in 982 bytes} [Tue Apr 14 06:55:40 2026] GET /v2.0/subnets?id=81480e75-cdf8-4bf2-b43d-09926183952a => generated 654 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1491/2916] 199.204.45.53 () {34 vars in 1050 bytes} [Tue Apr 14 06:55:40 2026] GET /v2.0/ports?network_id=80f8f9ba-bc1d-41bb-a234-18cde3f45064&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: 1426/2917] 199.204.45.53 () {34 vars in 1010 bytes} [Tue Apr 14 06:55:40 2026] GET /v2.0/networks/80f8f9ba-bc1d-41bb-a234-18cde3f45064?fields=segments => generated 14 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1492/2918] 199.204.45.53 () {34 vars in 1110 bytes} [Tue Apr 14 06:55:40 2026] GET /v2.0/networks/80f8f9ba-bc1d-41bb-a234-18cde3f45064?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1427/2919] 199.204.45.53 () {34 vars in 1054 bytes} [Tue Apr 14 06:55:40 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.77&port_id=c458a628-e480-48da-a55d-da77c1321340 => 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: 1493/2920] 199.204.45.53 () {34 vars in 982 bytes} [Tue Apr 14 06:55:40 2026] GET /v2.0/subnets?id=0dfa01e4-b062-4b47-b369-acc8a7208c1d => generated 679 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1428/2921] 199.204.45.53 () {34 vars in 1050 bytes} [Tue Apr 14 06:55:40 2026] GET /v2.0/ports?network_id=b1444614-835b-4b84-8006-1759bc907225&device_owner=network%3Adhcp => generated 1461 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1494/2922] 199.204.45.53 () {34 vars in 1010 bytes} [Tue Apr 14 06:55:40 2026] GET /v2.0/networks/b1444614-835b-4b84-8006-1759bc907225?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: 1429/2923] 199.204.45.53 () {34 vars in 1110 bytes} [Tue Apr 14 06:55:40 2026] GET /v2.0/networks/b1444614-835b-4b84-8006-1759bc907225?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1495/2924] 199.204.45.53 () {34 vars in 1054 bytes} [Tue Apr 14 06:55:40 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.17&port_id=d912df9c-f889-4481-92cf-9f4c4811d571 => generated 19 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1430/2925] 199.204.45.53 () {34 vars in 1100 bytes} [Tue Apr 14 06:55:40 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A25&port_id=d912df9c-f889-4481-92cf-9f4c4811d571 => 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: 1496/2926] 199.204.45.53 () {34 vars in 1062 bytes} [Tue Apr 14 06:55:40 2026] GET /v2.0/subnets?id=37e972b1-09a7-417a-8cb1-1c8c891ad91a&id=ff8ba4db-29c9-4fcd-adb0-2eeef0cd6b8e => 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: 1431/2927] 199.204.45.53 () {34 vars in 1050 bytes} [Tue Apr 14 06:55:40 2026] GET /v2.0/ports?network_id=df08c0c9-12fa-4d58-ba81-757a5f426d2b&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: 1497/2928] 199.204.45.53 () {34 vars in 1050 bytes} [Tue Apr 14 06:55:41 2026] GET /v2.0/ports?network_id=df08c0c9-12fa-4d58-ba81-757a5f426d2b&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: 1432/2929] 199.204.45.53 () {34 vars in 1010 bytes} [Tue Apr 14 06:55:41 2026] GET /v2.0/networks/df08c0c9-12fa-4d58-ba81-757a5f426d2b?fields=segments => generated 14 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1498/2930] 199.204.45.53 () {34 vars in 1110 bytes} [Tue Apr 14 06:55:41 2026] GET /v2.0/networks/df08c0c9-12fa-4d58-ba81-757a5f426d2b?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: 1433/2931] 199.204.45.53 () {34 vars in 1056 bytes} [Tue Apr 14 06:55:41 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.222&port_id=3c77a3ff-3413-4693-af0a-328ad2935d1d => 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: 1499/2932] 199.204.45.53 () {34 vars in 1104 bytes} [Tue Apr 14 06:55:41 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A2fc&port_id=3c77a3ff-3413-4693-af0a-328ad2935d1d => 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: 1434/2933] 199.204.45.53 () {34 vars in 1062 bytes} [Tue Apr 14 06:55:41 2026] GET /v2.0/subnets?id=6bb73521-e889-423c-a672-3d6a5dabbcd5&id=9770f230-7282-4f9b-9e4a-b573e0f14ad0 => generated 1414 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1500/2934] 199.204.45.53 () {34 vars in 1050 bytes} [Tue Apr 14 06:55:41 2026] GET /v2.0/ports?network_id=94492cfd-ca7b-482d-a6f7-f1956e6d2420&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: 8|app: 0|req: 1435/2935] 199.204.45.53 () {34 vars in 1050 bytes} [Tue Apr 14 06:55:41 2026] GET /v2.0/ports?network_id=94492cfd-ca7b-482d-a6f7-f1956e6d2420&device_owner=network%3Adhcp => generated 1461 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1501/2936] 199.204.45.53 () {34 vars in 1010 bytes} [Tue Apr 14 06:55:41 2026] GET /v2.0/networks/94492cfd-ca7b-482d-a6f7-f1956e6d2420?fields=segments => generated 14 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1436/2937] 199.204.45.53 () {34 vars in 1110 bytes} [Tue Apr 14 06:55:41 2026] GET /v2.0/networks/94492cfd-ca7b-482d-a6f7-f1956e6d2420?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1503/2940] 10.0.0.149 () {34 vars in 970 bytes} [Tue Apr 14 06:55:45 2026] GET /v2.0/ports/3c77a3ff-3413-4693-af0a-328ad2935d1d => generated 1524 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1438/2941] 199.204.45.53 () {30 vars in 741 bytes} [Tue Apr 14 06:55:45 2026] GET /v2.0/networks/94492cfd-ca7b-482d-a6f7-f1956e6d2420 => generated 797 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1504/2942] 199.204.45.53 () {30 vars in 739 bytes} [Tue Apr 14 06:55:45 2026] GET /v2.0/subnets/9770f230-7282-4f9b-9e4a-b573e0f14ad0 => generated 673 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1439/2943] 199.204.45.53 () {30 vars in 739 bytes} [Tue Apr 14 06:55:45 2026] GET /v2.0/subnets/6bb73521-e889-423c-a672-3d6a5dabbcd5 => generated 748 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1505/2944] 199.204.45.53 () {30 vars in 735 bytes} [Tue Apr 14 06:55:45 2026] GET /v2.0/ports/d912df9c-f889-4481-92cf-9f4c4811d571 => generated 1512 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1440/2945] 199.204.45.53 () {34 vars in 788 bytes} [Tue Apr 14 06:55:45 2026] PUT /v2.0/ports/d912df9c-f889-4481-92cf-9f4c4811d571 => generated 1251 bytes in 281 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-14 06:55:45.821 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-f75f2a34-7941-47ba-b73f-29f49b85ce6f'] response: {'name': 'network-changed', 'server_uuid': '0f795242-0c34-478c-a503-025127d0e63c', 'tag': 'd912df9c-f889-4481-92cf-9f4c4811d571', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1506/2946] 199.204.45.53 () {30 vars in 741 bytes} [Tue Apr 14 06:55:45 2026] GET /v2.0/networks/df08c0c9-12fa-4d58-ba81-757a5f426d2b => generated 798 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: 8|app: 0|req: 1441/2947] 199.204.45.53 () {30 vars in 739 bytes} [Tue Apr 14 06:55:45 2026] GET /v2.0/subnets/ff8ba4db-29c9-4fcd-adb0-2eeef0cd6b8e => 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: 1507/2948] 199.204.45.53 () {30 vars in 701 bytes} [Tue Apr 14 06:55:45 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: 1442/2949] 199.204.45.53 () {30 vars in 703 bytes} [Tue Apr 14 06:55:45 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: 1508/2950] 199.204.45.53 () {30 vars in 679 bytes} [Tue Apr 14 06:55:46 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: 1443/2951] 199.204.45.53 () {30 vars in 715 bytes} [Tue Apr 14 06:55:46 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1509/2952] 199.204.45.53 () {30 vars in 739 bytes} [Tue Apr 14 06:55:46 2026] GET /v2.0/subnets/0dfa01e4-b062-4b47-b369-acc8a7208c1d => 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: 1444/2953] 199.204.45.53 () {30 vars in 735 bytes} [Tue Apr 14 06:55:46 2026] GET /v2.0/ports/d91fa5c0-b3bd-48fd-b050-127b2dcdcab9 => generated 1132 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1510/2954] 199.204.45.53 () {30 vars in 735 bytes} [Tue Apr 14 06:55:46 2026] GET /v2.0/ports/c458a628-e480-48da-a55d-da77c1321340 => generated 1346 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1445/2955] 199.204.45.53 () {30 vars in 739 bytes} [Tue Apr 14 06:55:46 2026] GET /v2.0/subnets/0dfa01e4-b062-4b47-b369-acc8a7208c1d => generated 676 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1511/2956] 199.204.45.53 () {30 vars in 741 bytes} [Tue Apr 14 06:55:46 2026] GET /v2.0/networks/b1444614-835b-4b84-8006-1759bc907225 => generated 798 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1446/2957] 199.204.45.53 () {30 vars in 735 bytes} [Tue Apr 14 06:55:46 2026] GET /v2.0/ports/d91fa5c0-b3bd-48fd-b050-127b2dcdcab9 => generated 1132 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1512/2958] 199.204.45.53 () {30 vars in 739 bytes} [Tue Apr 14 06:55:46 2026] GET /v2.0/subnets/0dfa01e4-b062-4b47-b369-acc8a7208c1d => generated 676 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1447/2959] 199.204.45.53 () {34 vars in 1078 bytes} [Tue Apr 14 06:55:46 2026] GET /v2.0/ports?tenant_id=18a9ceb573b9494d8f9349bd6d83cd30&device_id=0f795242-0c34-478c-a503-025127d0e63c => generated 5377 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1513/2960] 199.204.45.53 () {34 vars in 984 bytes} [Tue Apr 14 06:55:46 2026] GET /v2.0/networks?id=df08c0c9-12fa-4d58-ba81-757a5f426d2b => 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: 1448/2961] 199.204.45.53 () {34 vars in 1054 bytes} [Tue Apr 14 06:55:46 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.17&port_id=d912df9c-f889-4481-92cf-9f4c4811d571 => generated 19 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1514/2962] 199.204.45.53 () {34 vars in 982 bytes} [Tue Apr 14 06:55:46 2026] GET /v2.0/subnets?id=ff8ba4db-29c9-4fcd-adb0-2eeef0cd6b8e => 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: 1449/2963] 199.204.45.53 () {34 vars in 1050 bytes} [Tue Apr 14 06:55:46 2026] GET /v2.0/ports?network_id=df08c0c9-12fa-4d58-ba81-757a5f426d2b&device_owner=network%3Adhcp => generated 1457 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1515/2964] 199.204.45.53 () {34 vars in 1010 bytes} [Tue Apr 14 06:55:46 2026] GET /v2.0/networks/df08c0c9-12fa-4d58-ba81-757a5f426d2b?fields=segments => generated 14 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1450/2965] 199.204.45.53 () {34 vars in 1110 bytes} [Tue Apr 14 06:55:46 2026] GET /v2.0/networks/df08c0c9-12fa-4d58-ba81-757a5f426d2b?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: 1516/2966] 199.204.45.53 () {30 vars in 701 bytes} [Tue Apr 14 06:55:57 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: 1451/2967] 199.204.45.53 () {30 vars in 703 bytes} [Tue Apr 14 06:55:57 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1517/2968] 199.204.45.53 () {30 vars in 679 bytes} [Tue Apr 14 06:55:57 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: 1452/2969] 199.204.45.53 () {30 vars in 715 bytes} [Tue Apr 14 06:55:57 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1518/2970] 199.204.45.53 () {30 vars in 739 bytes} [Tue Apr 14 06:55:57 2026] GET /v2.0/subnets/ff8ba4db-29c9-4fcd-adb0-2eeef0cd6b8e => generated 673 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1453/2971] 199.204.45.53 () {30 vars in 767 bytes} [Tue Apr 14 06:55:57 2026] GET /v2.0/ports?device_id=0f795242-0c34-478c-a503-025127d0e63c => generated 5377 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1519/2972] 199.204.45.53 () {30 vars in 701 bytes} [Tue Apr 14 06:55:57 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: 1454/2973] 199.204.45.53 () {30 vars in 703 bytes} [Tue Apr 14 06:55:57 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1520/2974] 199.204.45.53 () {30 vars in 679 bytes} [Tue Apr 14 06:55:57 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: 1455/2975] 199.204.45.53 () {30 vars in 715 bytes} [Tue Apr 14 06:55:57 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1521/2976] 199.204.45.53 () {30 vars in 735 bytes} [Tue Apr 14 06:55:57 2026] GET /v2.0/ports/3c77a3ff-3413-4693-af0a-328ad2935d1d => generated 1524 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1456/2977] 199.204.45.53 () {34 vars in 788 bytes} [Tue Apr 14 06:55:57 2026] PUT /v2.0/ports/3c77a3ff-3413-4693-af0a-328ad2935d1d => generated 1255 bytes in 299 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-14 06:55:58.115 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-3b58a64e-ba60-4b0f-a40e-a936b23402f4'] response: {'name': 'network-changed', 'server_uuid': '0f795242-0c34-478c-a503-025127d0e63c', 'tag': '3c77a3ff-3413-4693-af0a-328ad2935d1d', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1522/2978] 199.204.45.53 () {30 vars in 741 bytes} [Tue Apr 14 06:55:58 2026] GET /v2.0/networks/94492cfd-ca7b-482d-a6f7-f1956e6d2420 => generated 797 bytes in 49 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: 1457/2979] 199.204.45.53 () {30 vars in 739 bytes} [Tue Apr 14 06:55:58 2026] GET /v2.0/subnets/9770f230-7282-4f9b-9e4a-b573e0f14ad0 => generated 673 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1523/2980] 199.204.45.53 () {30 vars in 735 bytes} [Tue Apr 14 06:55:58 2026] GET /v2.0/ports/3c77a3ff-3413-4693-af0a-328ad2935d1d => generated 1291 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1458/2981] 199.204.45.53 () {34 vars in 787 bytes} [Tue Apr 14 06:55:58 2026] PUT /v2.0/ports/3c77a3ff-3413-4693-af0a-328ad2935d1d => generated 1080 bytes in 327 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1524/2982] 199.204.45.53 () {30 vars in 741 bytes} [Tue Apr 14 06:55:58 2026] GET /v2.0/networks/94492cfd-ca7b-482d-a6f7-f1956e6d2420 => generated 797 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1459/2983] 199.204.45.53 () {30 vars in 767 bytes} [Tue Apr 14 06:55:58 2026] GET /v2.0/ports?device_id=0f795242-0c34-478c-a503-025127d0e63c => generated 4969 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1525/2984] 199.204.45.53 () {34 vars in 1078 bytes} [Tue Apr 14 06:55:58 2026] GET /v2.0/ports?tenant_id=18a9ceb573b9494d8f9349bd6d83cd30&device_id=0f795242-0c34-478c-a503-025127d0e63c => generated 4969 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1460/2985] 199.204.45.53 () {34 vars in 984 bytes} [Tue Apr 14 06:55:58 2026] GET /v2.0/networks?id=94492cfd-ca7b-482d-a6f7-f1956e6d2420 => generated 800 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1461/2986] 199.204.45.53 () {34 vars in 1010 bytes} [Tue Apr 14 06:55:58 2026] GET /v2.0/networks/94492cfd-ca7b-482d-a6f7-f1956e6d2420?fields=segments => generated 14 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1526/2987] 199.204.45.53 () {30 vars in 767 bytes} [Tue Apr 14 06:55:58 2026] GET /v2.0/ports?device_id=0f795242-0c34-478c-a503-025127d0e63c => generated 4969 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1462/2988] 199.204.45.53 () {34 vars in 1110 bytes} [Tue Apr 14 06:55:58 2026] GET /v2.0/networks/94492cfd-ca7b-482d-a6f7-f1956e6d2420?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1464/2991] 199.204.45.53 () {30 vars in 767 bytes} [Tue Apr 14 06:55:59 2026] GET /v2.0/ports?device_id=0f795242-0c34-478c-a503-025127d0e63c => generated 4969 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-14 06:56:00.150 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-74cfc70b-e6e1-4088-bbd3-baf5f2124f00'] response: {'name': 'network-changed', 'server_uuid': '0f795242-0c34-478c-a503-025127d0e63c', 'tag': '3c77a3ff-3413-4693-af0a-328ad2935d1d', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1528/2992] 199.204.45.53 () {34 vars in 1078 bytes} [Tue Apr 14 06:56:00 2026] GET /v2.0/ports?tenant_id=18a9ceb573b9494d8f9349bd6d83cd30&device_id=0f795242-0c34-478c-a503-025127d0e63c => generated 4969 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1465/2993] 199.204.45.53 () {34 vars in 984 bytes} [Tue Apr 14 06:56:00 2026] GET /v2.0/networks?id=94492cfd-ca7b-482d-a6f7-f1956e6d2420 => generated 800 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1529/2994] 199.204.45.53 () {34 vars in 1010 bytes} [Tue Apr 14 06:56:00 2026] GET /v2.0/networks/94492cfd-ca7b-482d-a6f7-f1956e6d2420?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: 1466/2995] 199.204.45.53 () {30 vars in 767 bytes} [Tue Apr 14 06:56:00 2026] GET /v2.0/ports?device_id=0f795242-0c34-478c-a503-025127d0e63c => generated 4969 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1530/2996] 199.204.45.53 () {34 vars in 1110 bytes} [Tue Apr 14 06:56:00 2026] GET /v2.0/networks/94492cfd-ca7b-482d-a6f7-f1956e6d2420?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: 1467/2997] 199.204.45.53 () {34 vars in 973 bytes} [Tue Apr 14 06:56:01 2026] GET /v2.0/ports/3c77a3ff-3413-4693-af0a-328ad2935d1d => generated 1116 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1531/2998] 199.204.45.53 () {34 vars in 1058 bytes} [Tue Apr 14 06:56:01 2026] GET /v2.0/ports/3c77a3ff-3413-4693-af0a-328ad2935d1d?fields=binding%3Aprofile&fields=network_id => generated 83 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1468/2999] 199.204.45.53 () {34 vars in 1014 bytes} [Tue Apr 14 06:56:01 2026] GET /v2.0/networks/94492cfd-ca7b-482d-a6f7-f1956e6d2420?fields=dns_domain => generated 29 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1532/3000] 199.204.45.53 () {38 vars in 1026 bytes} [Tue Apr 14 06:56:01 2026] PUT /v2.0/ports/3c77a3ff-3413-4693-af0a-328ad2935d1d => generated 917 bytes in 270 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1469/3001] 199.204.45.53 () {30 vars in 767 bytes} [Tue Apr 14 06:56:01 2026] GET /v2.0/ports?device_id=0f795242-0c34-478c-a503-025127d0e63c => generated 3861 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-14 06:56:02.076 7 INFO neutron_taas.services.taas.taas_plugin [None req-c70de81b-4d9d-4bb7-876a-86e3a34ff99d 07fe03b92fd4416ab1e2727517b45ecd 18a9ceb573b9494d8f9349bd6d83cd30 - - default default] TaaS: Handle Delete Port: 3c77a3ff-3413-4693-af0a-328ad2935d1d 2026-04-14 06:56:02.079 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c70de81b-4d9d-4bb7-876a-86e3a34ff99d 07fe03b92fd4416ab1e2727517b45ecd 18a9ceb573b9494d8f9349bd6d83cd30 - - default default] Tap Mirror: Handle Delete Port: 3c77a3ff-3413-4693-af0a-328ad2935d1d [pid: 7|app: 0|req: 1533/3002] 199.204.45.53 () {32 vars in 757 bytes} [Tue Apr 14 06:56:01 2026] DELETE /v2.0/ports/3c77a3ff-3413-4693-af0a-328ad2935d1d => generated 0 bytes in 198 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1470/3003] 199.204.45.53 () {30 vars in 701 bytes} [Tue Apr 14 06:56:02 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1534/3004] 199.204.45.53 () {30 vars in 703 bytes} [Tue Apr 14 06:56:02 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1471/3005] 199.204.45.53 () {30 vars in 679 bytes} [Tue Apr 14 06:56:02 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: 1535/3006] 199.204.45.53 () {30 vars in 715 bytes} [Tue Apr 14 06:56:02 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1472/3007] 199.204.45.53 () {30 vars in 739 bytes} [Tue Apr 14 06:56:02 2026] GET /v2.0/subnets/0dfa01e4-b062-4b47-b369-acc8a7208c1d => generated 676 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1536/3008] 199.204.45.53 () {30 vars in 735 bytes} [Tue Apr 14 06:56:02 2026] GET /v2.0/ports/d91fa5c0-b3bd-48fd-b050-127b2dcdcab9 => generated 1132 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1473/3009] 199.204.45.53 () {30 vars in 735 bytes} [Tue Apr 14 06:56:02 2026] GET /v2.0/ports/c458a628-e480-48da-a55d-da77c1321340 => generated 1346 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1537/3010] 199.204.45.53 () {30 vars in 739 bytes} [Tue Apr 14 06:56:02 2026] GET /v2.0/subnets/0dfa01e4-b062-4b47-b369-acc8a7208c1d => generated 676 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1474/3011] 199.204.45.53 () {30 vars in 741 bytes} [Tue Apr 14 06:56:02 2026] GET /v2.0/networks/b1444614-835b-4b84-8006-1759bc907225 => generated 798 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1538/3012] 199.204.45.53 () {30 vars in 735 bytes} [Tue Apr 14 06:56:02 2026] GET /v2.0/ports/d91fa5c0-b3bd-48fd-b050-127b2dcdcab9 => generated 1132 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1475/3013] 199.204.45.53 () {30 vars in 739 bytes} [Tue Apr 14 06:56:02 2026] GET /v2.0/subnets/0dfa01e4-b062-4b47-b369-acc8a7208c1d => 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: 1539/3014] 199.204.45.53 () {34 vars in 1078 bytes} [Tue Apr 14 06:56:03 2026] GET /v2.0/ports?tenant_id=18a9ceb573b9494d8f9349bd6d83cd30&device_id=0f795242-0c34-478c-a503-025127d0e63c => generated 3861 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1476/3015] 199.204.45.53 () {34 vars in 1224 bytes} [Tue Apr 14 06:56:03 2026] GET /v2.0/networks?id=80f8f9ba-bc1d-41bb-a234-18cde3f45064&id=b1444614-835b-4b84-8006-1759bc907225&id=df08c0c9-12fa-4d58-ba81-757a5f426d2b&id=94492cfd-ca7b-482d-a6f7-f1956e6d2420 => generated 3095 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1540/3016] 199.204.45.53 () {34 vars in 1058 bytes} [Tue Apr 14 06:56:03 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.1.13&port_id=a2ad3537-b6a1-481a-ac51-f6c0c08f81fe => 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: 1477/3017] 199.204.45.53 () {34 vars in 982 bytes} [Tue Apr 14 06:56:03 2026] GET /v2.0/subnets?id=81480e75-cdf8-4bf2-b43d-09926183952a => generated 654 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1541/3018] 199.204.45.53 () {34 vars in 1050 bytes} [Tue Apr 14 06:56:03 2026] GET /v2.0/ports?network_id=80f8f9ba-bc1d-41bb-a234-18cde3f45064&device_owner=network%3Adhcp => generated 1244 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1478/3019] 199.204.45.53 () {34 vars in 1010 bytes} [Tue Apr 14 06:56:03 2026] GET /v2.0/networks/80f8f9ba-bc1d-41bb-a234-18cde3f45064?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: 1542/3020] 199.204.45.53 () {34 vars in 1110 bytes} [Tue Apr 14 06:56:03 2026] GET /v2.0/networks/80f8f9ba-bc1d-41bb-a234-18cde3f45064?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: 1479/3021] 199.204.45.53 () {34 vars in 1054 bytes} [Tue Apr 14 06:56:03 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.77&port_id=c458a628-e480-48da-a55d-da77c1321340 => 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: 1543/3022] 199.204.45.53 () {34 vars in 982 bytes} [Tue Apr 14 06:56:03 2026] GET /v2.0/subnets?id=0dfa01e4-b062-4b47-b369-acc8a7208c1d => 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: 1480/3023] 199.204.45.53 () {34 vars in 1050 bytes} [Tue Apr 14 06:56:03 2026] GET /v2.0/ports?network_id=b1444614-835b-4b84-8006-1759bc907225&device_owner=network%3Adhcp => generated 1461 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1544/3024] 199.204.45.53 () {34 vars in 1010 bytes} [Tue Apr 14 06:56:03 2026] GET /v2.0/networks/b1444614-835b-4b84-8006-1759bc907225?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: 1481/3025] 199.204.45.53 () {34 vars in 1110 bytes} [Tue Apr 14 06:56:03 2026] GET /v2.0/networks/b1444614-835b-4b84-8006-1759bc907225?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: 1545/3026] 199.204.45.53 () {34 vars in 1054 bytes} [Tue Apr 14 06:56:03 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.17&port_id=d912df9c-f889-4481-92cf-9f4c4811d571 => 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: 1482/3027] 199.204.45.53 () {34 vars in 982 bytes} [Tue Apr 14 06:56:03 2026] GET /v2.0/subnets?id=ff8ba4db-29c9-4fcd-adb0-2eeef0cd6b8e => generated 676 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1546/3028] 199.204.45.53 () {34 vars in 1050 bytes} [Tue Apr 14 06:56:03 2026] GET /v2.0/ports?network_id=df08c0c9-12fa-4d58-ba81-757a5f426d2b&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: 1483/3029] 199.204.45.53 () {34 vars in 1010 bytes} [Tue Apr 14 06:56:03 2026] GET /v2.0/networks/df08c0c9-12fa-4d58-ba81-757a5f426d2b?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: 1547/3030] 199.204.45.53 () {34 vars in 1110 bytes} [Tue Apr 14 06:56:03 2026] GET /v2.0/networks/df08c0c9-12fa-4d58-ba81-757a5f426d2b?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: 1484/3031] 199.204.45.53 () {30 vars in 701 bytes} [Tue Apr 14 06:56:07 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1548/3032] 199.204.45.53 () {30 vars in 703 bytes} [Tue Apr 14 06:56:07 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1485/3033] 199.204.45.53 () {30 vars in 679 bytes} [Tue Apr 14 06:56:07 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: 1549/3034] 199.204.45.53 () {30 vars in 715 bytes} [Tue Apr 14 06:56:07 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: 1486/3035] 199.204.45.53 () {30 vars in 767 bytes} [Tue Apr 14 06:56:07 2026] GET /v2.0/ports?device_id=0f795242-0c34-478c-a503-025127d0e63c => generated 3861 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1550/3036] 199.204.45.53 () {30 vars in 701 bytes} [Tue Apr 14 06:56:07 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1487/3037] 199.204.45.53 () {30 vars in 703 bytes} [Tue Apr 14 06:56:07 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: 1551/3038] 199.204.45.53 () {30 vars in 679 bytes} [Tue Apr 14 06:56:07 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: 1488/3039] 199.204.45.53 () {30 vars in 715 bytes} [Tue Apr 14 06:56:07 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1552/3040] 199.204.45.53 () {30 vars in 735 bytes} [Tue Apr 14 06:56:07 2026] GET /v2.0/ports/d912df9c-f889-4481-92cf-9f4c4811d571 => generated 1287 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1489/3041] 199.204.45.53 () {34 vars in 787 bytes} [Tue Apr 14 06:56:07 2026] PUT /v2.0/ports/d912df9c-f889-4481-92cf-9f4c4811d571 => generated 1080 bytes in 350 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-14 06:56:08.350 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-96f266e7-a540-4403-ad5c-c3067c690ea5'] response: {'name': 'network-changed', 'server_uuid': '0f795242-0c34-478c-a503-025127d0e63c', 'tag': 'd912df9c-f889-4481-92cf-9f4c4811d571', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1553/3042] 199.204.45.53 () {30 vars in 741 bytes} [Tue Apr 14 06:56:08 2026] GET /v2.0/networks/df08c0c9-12fa-4d58-ba81-757a5f426d2b => generated 798 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1490/3043] 199.204.45.53 () {30 vars in 767 bytes} [Tue Apr 14 06:56:08 2026] GET /v2.0/ports?device_id=0f795242-0c34-478c-a503-025127d0e63c => generated 3690 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1554/3044] 199.204.45.53 () {30 vars in 767 bytes} [Tue Apr 14 06:56:08 2026] GET /v2.0/ports?device_id=0f795242-0c34-478c-a503-025127d0e63c => generated 3690 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1491/3045] 199.204.45.53 () {34 vars in 1078 bytes} [Tue Apr 14 06:56:08 2026] GET /v2.0/ports?tenant_id=18a9ceb573b9494d8f9349bd6d83cd30&device_id=0f795242-0c34-478c-a503-025127d0e63c => generated 3690 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1555/3046] 199.204.45.53 () {34 vars in 984 bytes} [Tue Apr 14 06:56:08 2026] GET /v2.0/networks?id=df08c0c9-12fa-4d58-ba81-757a5f426d2b => generated 801 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1492/3047] 199.204.45.53 () {34 vars in 1010 bytes} [Tue Apr 14 06:56:08 2026] GET /v2.0/networks/df08c0c9-12fa-4d58-ba81-757a5f426d2b?fields=segments => generated 14 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1556/3048] 199.204.45.53 () {34 vars in 1110 bytes} [Tue Apr 14 06:56:09 2026] GET /v2.0/networks/df08c0c9-12fa-4d58-ba81-757a5f426d2b?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: 1493/3049] 199.204.45.53 () {30 vars in 767 bytes} [Tue Apr 14 06:56:09 2026] GET /v2.0/ports?device_id=0f795242-0c34-478c-a503-025127d0e63c => generated 3690 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1557/3050] 199.204.45.53 () {34 vars in 973 bytes} [Tue Apr 14 06:56:10 2026] GET /v2.0/ports/d912df9c-f889-4481-92cf-9f4c4811d571 => generated 1116 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1494/3051] 199.204.45.53 () {34 vars in 1058 bytes} [Tue Apr 14 06:56:10 2026] GET /v2.0/ports/d912df9c-f889-4481-92cf-9f4c4811d571?fields=binding%3Aprofile&fields=network_id => generated 83 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1558/3052] 199.204.45.53 () {30 vars in 767 bytes} [Tue Apr 14 06:56:10 2026] GET /v2.0/ports?device_id=0f795242-0c34-478c-a503-025127d0e63c => generated 3690 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1495/3053] 199.204.45.53 () {34 vars in 1014 bytes} [Tue Apr 14 06:56:10 2026] GET /v2.0/networks/df08c0c9-12fa-4d58-ba81-757a5f426d2b?fields=dns_domain => generated 29 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1559/3054] 199.204.45.53 () {38 vars in 1026 bytes} [Tue Apr 14 06:56:10 2026] PUT /v2.0/ports/d912df9c-f889-4481-92cf-9f4c4811d571 => generated 917 bytes in 207 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1496/3055] 199.204.45.53 () {30 vars in 767 bytes} [Tue Apr 14 06:56:11 2026] GET /v2.0/ports?device_id=0f795242-0c34-478c-a503-025127d0e63c => generated 2582 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-14 06:56:11.857 7 INFO neutron_taas.services.taas.taas_plugin [None req-54986cd5-946b-4f79-bf2d-44d6506ddbb4 07fe03b92fd4416ab1e2727517b45ecd 18a9ceb573b9494d8f9349bd6d83cd30 - - default default] TaaS: Handle Delete Port: d912df9c-f889-4481-92cf-9f4c4811d571 2026-04-14 06:56:11.860 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-54986cd5-946b-4f79-bf2d-44d6506ddbb4 07fe03b92fd4416ab1e2727517b45ecd 18a9ceb573b9494d8f9349bd6d83cd30 - - default default] Tap Mirror: Handle Delete Port: d912df9c-f889-4481-92cf-9f4c4811d571 [pid: 7|app: 0|req: 1560/3056] 199.204.45.53 () {32 vars in 757 bytes} [Tue Apr 14 06:56:11 2026] DELETE /v2.0/ports/d912df9c-f889-4481-92cf-9f4c4811d571 => generated 0 bytes in 198 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1497/3057] 199.204.45.53 () {30 vars in 701 bytes} [Tue Apr 14 06:56:12 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1561/3058] 199.204.45.53 () {30 vars in 703 bytes} [Tue Apr 14 06:56:12 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: 1498/3059] 199.204.45.53 () {30 vars in 679 bytes} [Tue Apr 14 06:56:12 2026] GET /v2.0/extensions/qos => generated 166 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1562/3060] 199.204.45.53 () {30 vars in 715 bytes} [Tue Apr 14 06:56:12 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: 1499/3061] 199.204.45.53 () {30 vars in 739 bytes} [Tue Apr 14 06:56:12 2026] GET /v2.0/subnets/0dfa01e4-b062-4b47-b369-acc8a7208c1d => 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: 1563/3062] 199.204.45.53 () {30 vars in 735 bytes} [Tue Apr 14 06:56:12 2026] GET /v2.0/ports/d91fa5c0-b3bd-48fd-b050-127b2dcdcab9 => generated 1132 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1500/3063] 199.204.45.53 () {30 vars in 735 bytes} [Tue Apr 14 06:56:12 2026] GET /v2.0/ports/c458a628-e480-48da-a55d-da77c1321340 => generated 1346 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1564/3064] 199.204.45.53 () {30 vars in 739 bytes} [Tue Apr 14 06:56:12 2026] GET /v2.0/subnets/0dfa01e4-b062-4b47-b369-acc8a7208c1d => 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: 1501/3065] 199.204.45.53 () {30 vars in 741 bytes} [Tue Apr 14 06:56:12 2026] GET /v2.0/networks/b1444614-835b-4b84-8006-1759bc907225 => generated 798 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1565/3066] 199.204.45.53 () {30 vars in 735 bytes} [Tue Apr 14 06:56:12 2026] GET /v2.0/ports/d91fa5c0-b3bd-48fd-b050-127b2dcdcab9 => generated 1132 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1502/3067] 199.204.45.53 () {30 vars in 739 bytes} [Tue Apr 14 06:56:12 2026] GET /v2.0/subnets/0dfa01e4-b062-4b47-b369-acc8a7208c1d => 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: 1566/3068] 199.204.45.53 () {34 vars in 1078 bytes} [Tue Apr 14 06:56:12 2026] GET /v2.0/ports?tenant_id=18a9ceb573b9494d8f9349bd6d83cd30&device_id=0f795242-0c34-478c-a503-025127d0e63c => generated 2582 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1503/3069] 199.204.45.53 () {34 vars in 1144 bytes} [Tue Apr 14 06:56:12 2026] GET /v2.0/networks?id=80f8f9ba-bc1d-41bb-a234-18cde3f45064&id=b1444614-835b-4b84-8006-1759bc907225&id=df08c0c9-12fa-4d58-ba81-757a5f426d2b => generated 2309 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1567/3070] 199.204.45.53 () {34 vars in 1058 bytes} [Tue Apr 14 06:56:12 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.1.13&port_id=a2ad3537-b6a1-481a-ac51-f6c0c08f81fe => 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: 1504/3071] 199.204.45.53 () {34 vars in 982 bytes} [Tue Apr 14 06:56:12 2026] GET /v2.0/subnets?id=81480e75-cdf8-4bf2-b43d-09926183952a => generated 654 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1568/3072] 199.204.45.53 () {34 vars in 1050 bytes} [Tue Apr 14 06:56:12 2026] GET /v2.0/ports?network_id=80f8f9ba-bc1d-41bb-a234-18cde3f45064&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: 1505/3073] 199.204.45.53 () {34 vars in 1010 bytes} [Tue Apr 14 06:56:12 2026] GET /v2.0/networks/80f8f9ba-bc1d-41bb-a234-18cde3f45064?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: 1569/3074] 199.204.45.53 () {34 vars in 1110 bytes} [Tue Apr 14 06:56:12 2026] GET /v2.0/networks/80f8f9ba-bc1d-41bb-a234-18cde3f45064?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: 1506/3075] 199.204.45.53 () {34 vars in 1054 bytes} [Tue Apr 14 06:56:12 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.77&port_id=c458a628-e480-48da-a55d-da77c1321340 => generated 19 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1570/3076] 199.204.45.53 () {34 vars in 982 bytes} [Tue Apr 14 06:56:12 2026] GET /v2.0/subnets?id=0dfa01e4-b062-4b47-b369-acc8a7208c1d => generated 679 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1507/3077] 199.204.45.53 () {34 vars in 1050 bytes} [Tue Apr 14 06:56:12 2026] GET /v2.0/ports?network_id=b1444614-835b-4b84-8006-1759bc907225&device_owner=network%3Adhcp => generated 1461 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1571/3078] 199.204.45.53 () {34 vars in 1010 bytes} [Tue Apr 14 06:56:12 2026] GET /v2.0/networks/b1444614-835b-4b84-8006-1759bc907225?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: 1508/3079] 199.204.45.53 () {34 vars in 1110 bytes} [Tue Apr 14 06:56:12 2026] GET /v2.0/networks/b1444614-835b-4b84-8006-1759bc907225?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: 1573/3082] 199.204.45.53 () {30 vars in 701 bytes} [Tue Apr 14 06:56:23 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: 1510/3083] 199.204.45.53 () {30 vars in 703 bytes} [Tue Apr 14 06:56:23 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1574/3084] 199.204.45.53 () {30 vars in 679 bytes} [Tue Apr 14 06:56:23 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: 1511/3085] 199.204.45.53 () {30 vars in 715 bytes} [Tue Apr 14 06:56:23 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 06:56:23.854 7 INFO neutron.api.v2.resource [None req-839d2cb7-3c14-4145-a13c-8f2f190be6ca 07fe03b92fd4416ab1e2727517b45ecd 18a9ceb573b9494d8f9349bd6d83cd30 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1575/3086] 199.204.45.53 () {30 vars in 761 bytes} [Tue Apr 14 06:56:23 2026] GET /v2.0/security-groups/lb-e1c5dcf8-91b6-4347-bf8d-97ef41d3b9ae => generated 149 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1512/3087] 199.204.45.53 () {30 vars in 783 bytes} [Tue Apr 14 06:56:23 2026] GET /v2.0/security-groups?name=lb-e1c5dcf8-91b6-4347-bf8d-97ef41d3b9ae => generated 2863 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1576/3088] 199.204.45.53 () {30 vars in 813 bytes} [Tue Apr 14 06:56:23 2026] GET /v2.0/security-group-rules?security_group_id=142d1d49-00cf-472b-ac2b-e071a76df9f5 => generated 2334 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1513/3089] 199.204.45.53 () {32 vars in 787 bytes} [Tue Apr 14 06:56:23 2026] DELETE /v2.0/security-group-rules/314144e2-e8c5-4aae-a537-811ffdc676ee => generated 0 bytes in 54 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1577/3090] 199.204.45.53 () {32 vars in 787 bytes} [Tue Apr 14 06:56:24 2026] DELETE /v2.0/security-group-rules/63741b02-690d-425e-ba84-624efc667cfb => generated 0 bytes in 59 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-14 06:56:27.732 8 INFO neutron_taas.services.taas.taas_plugin [None req-0e443c76-38dc-41ee-85ed-e334731d455c f338e706d3b94fdaa54fed57d3f72b2f df2225c5438b4489a1230367d9c47e43 - - default default] TaaS: Handle Delete Port: 291ff383-74ec-4178-bacb-d6761b19eaac 2026-04-14 06:56:27.734 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0e443c76-38dc-41ee-85ed-e334731d455c f338e706d3b94fdaa54fed57d3f72b2f df2225c5438b4489a1230367d9c47e43 - - default default] Tap Mirror: Handle Delete Port: 291ff383-74ec-4178-bacb-d6761b19eaac 2026-04-14 06:56:27.872 8 INFO neutron.db.l3_db [None req-0e443c76-38dc-41ee-85ed-e334731d455c f338e706d3b94fdaa54fed57d3f72b2f df2225c5438b4489a1230367d9c47e43 - - default default] Floating IP 34a02224-8a28-4762-9432-67a60709d431 disassociated (deleted). External IP: 10.96.250.219, port: d91fa5c0-b3bd-48fd-b050-127b2dcdcab9. [pid: 8|app: 0|req: 1514/3091] 10.0.0.146 () {32 vars in 731 bytes} [Tue Apr 14 06:56:27 2026] DELETE /v2.0/floatingips/34a02224-8a28-4762-9432-67a60709d431 => generated 0 bytes in 554 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-14 06:56:28.201 7 INFO neutron.api.v2.resource [None req-5b456178-93f5-48f9-88b1-eb0ce7ea1d12 f338e706d3b94fdaa54fed57d3f72b2f df2225c5438b4489a1230367d9c47e43 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1578/3092] 10.0.0.146 () {32 vars in 728 bytes} [Tue Apr 14 06:56:28 2026] GET /v2.0/floatingips/34a02224-8a28-4762-9432-67a60709d431 => generated 144 bytes in 22 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1515/3093] 199.204.45.53 () {30 vars in 701 bytes} [Tue Apr 14 06:56:28 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1579/3094] 199.204.45.53 () {30 vars in 703 bytes} [Tue Apr 14 06:56:28 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1516/3095] 199.204.45.53 () {30 vars in 679 bytes} [Tue Apr 14 06:56:28 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: 1580/3096] 199.204.45.53 () {30 vars in 715 bytes} [Tue Apr 14 06:56:28 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-04-14 06:56:28.939 8 INFO neutron.api.v2.resource [None req-d1c853f2-c92a-48de-b98c-fcf65822a7ae 07fe03b92fd4416ab1e2727517b45ecd 18a9ceb573b9494d8f9349bd6d83cd30 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1517/3097] 199.204.45.53 () {30 vars in 761 bytes} [Tue Apr 14 06:56:28 2026] GET /v2.0/security-groups/lb-e1c5dcf8-91b6-4347-bf8d-97ef41d3b9ae => generated 149 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1581/3098] 199.204.45.53 () {30 vars in 783 bytes} [Tue Apr 14 06:56:28 2026] GET /v2.0/security-groups?name=lb-e1c5dcf8-91b6-4347-bf8d-97ef41d3b9ae => generated 1637 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1518/3099] 199.204.45.53 () {30 vars in 813 bytes} [Tue Apr 14 06:56:28 2026] GET /v2.0/security-group-rules?security_group_id=142d1d49-00cf-472b-ac2b-e071a76df9f5 => generated 1182 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1582/3100] 199.204.45.53 () {30 vars in 701 bytes} [Tue Apr 14 06:56: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: 1519/3101] 199.204.45.53 () {30 vars in 703 bytes} [Tue Apr 14 06:56: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: 1583/3102] 199.204.45.53 () {30 vars in 679 bytes} [Tue Apr 14 06:56:29 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: 1520/3103] 199.204.45.53 () {30 vars in 715 bytes} [Tue Apr 14 06:56:29 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: 1584/3104] 199.204.45.53 () {30 vars in 739 bytes} [Tue Apr 14 06:56:29 2026] GET /v2.0/subnets/0dfa01e4-b062-4b47-b369-acc8a7208c1d => 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: 1521/3105] 199.204.45.53 () {30 vars in 767 bytes} [Tue Apr 14 06:56:29 2026] GET /v2.0/ports?device_id=0f795242-0c34-478c-a503-025127d0e63c => generated 2582 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1585/3106] 199.204.45.53 () {30 vars in 767 bytes} [Tue Apr 14 06:56:29 2026] GET /v2.0/ports?device_id=0f795242-0c34-478c-a503-025127d0e63c => generated 2582 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1522/3107] 199.204.45.53 () {30 vars in 767 bytes} [Tue Apr 14 06:56:29 2026] GET /v2.0/ports?device_id=0f795242-0c34-478c-a503-025127d0e63c => generated 2582 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1587/3110] 199.204.45.53 () {30 vars in 767 bytes} [Tue Apr 14 06:56:30 2026] GET /v2.0/ports?device_id=0f795242-0c34-478c-a503-025127d0e63c => generated 2582 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1524/3111] 199.204.45.53 () {34 vars in 973 bytes} [Tue Apr 14 06:56:31 2026] GET /v2.0/ports/c458a628-e480-48da-a55d-da77c1321340 => generated 1346 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1588/3112] 199.204.45.53 () {34 vars in 1058 bytes} [Tue Apr 14 06:56:31 2026] GET /v2.0/ports/c458a628-e480-48da-a55d-da77c1321340?fields=binding%3Aprofile&fields=network_id => generated 83 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1525/3113] 199.204.45.53 () {30 vars in 767 bytes} [Tue Apr 14 06:56:31 2026] GET /v2.0/ports?device_id=0f795242-0c34-478c-a503-025127d0e63c => generated 2582 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1589/3114] 199.204.45.53 () {34 vars in 1014 bytes} [Tue Apr 14 06:56:31 2026] GET /v2.0/networks/b1444614-835b-4b84-8006-1759bc907225?fields=dns_domain => generated 29 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1526/3115] 199.204.45.53 () {38 vars in 1026 bytes} [Tue Apr 14 06:56:31 2026] PUT /v2.0/ports/c458a628-e480-48da-a55d-da77c1321340 => generated 1147 bytes in 282 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1590/3116] 199.204.45.53 () {30 vars in 767 bytes} [Tue Apr 14 06:56:32 2026] GET /v2.0/ports?device_id=0f795242-0c34-478c-a503-025127d0e63c => generated 1244 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1527/3117] 199.204.45.53 () {34 vars in 787 bytes} [Tue Apr 14 06:56:32 2026] PUT /v2.0/ports/c458a628-e480-48da-a55d-da77c1321340 => generated 1086 bytes in 186 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1591/3118] 199.204.45.53 () {30 vars in 735 bytes} [Tue Apr 14 06:56:32 2026] GET /v2.0/ports/c458a628-e480-48da-a55d-da77c1321340 => generated 1086 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-14 06:56:32.908 8 INFO neutron_taas.services.taas.taas_plugin [None req-cafd9711-59c1-41a7-a738-4407027b49a0 07fe03b92fd4416ab1e2727517b45ecd 18a9ceb573b9494d8f9349bd6d83cd30 - - default default] TaaS: Handle Delete Port: c458a628-e480-48da-a55d-da77c1321340 2026-04-14 06:56:32.911 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-cafd9711-59c1-41a7-a738-4407027b49a0 07fe03b92fd4416ab1e2727517b45ecd 18a9ceb573b9494d8f9349bd6d83cd30 - - default default] Tap Mirror: Handle Delete Port: c458a628-e480-48da-a55d-da77c1321340 [pid: 8|app: 0|req: 1528/3119] 199.204.45.53 () {32 vars in 757 bytes} [Tue Apr 14 06:56:32 2026] DELETE /v2.0/ports/c458a628-e480-48da-a55d-da77c1321340 => generated 0 bytes in 238 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1592/3120] 199.204.45.53 () {30 vars in 701 bytes} [Tue Apr 14 06:56:33 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1529/3121] 199.204.45.53 () {30 vars in 703 bytes} [Tue Apr 14 06:56:33 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1593/3122] 199.204.45.53 () {30 vars in 679 bytes} [Tue Apr 14 06:56:33 2026] GET /v2.0/extensions/qos => generated 166 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1530/3123] 199.204.45.53 () {30 vars in 715 bytes} [Tue Apr 14 06:56:33 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 06:56:33.205 7 INFO neutron.pecan_wsgi.hooks.translation [None req-0ca0b96e-dbb4-43cc-9510-43c5434b0ead 07fe03b92fd4416ab1e2727517b45ecd 18a9ceb573b9494d8f9349bd6d83cd30 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1594/3124] 199.204.45.53 () {32 vars in 757 bytes} [Tue Apr 14 06:56:33 2026] DELETE /v2.0/ports/c458a628-e480-48da-a55d-da77c1321340 => 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: 1531/3125] 199.204.45.53 () {30 vars in 735 bytes} [Tue Apr 14 06:56:33 2026] GET /v2.0/ports/d91fa5c0-b3bd-48fd-b050-127b2dcdcab9 => generated 1132 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-14 06:56:33.269 7 INFO neutron.api.v2.resource [None req-be73160a-9b21-4c55-86d8-068a2e413ab0 07fe03b92fd4416ab1e2727517b45ecd 18a9ceb573b9494d8f9349bd6d83cd30 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1595/3126] 199.204.45.53 () {30 vars in 761 bytes} [Tue Apr 14 06:56:33 2026] GET /v2.0/security-groups/lb-e1c5dcf8-91b6-4347-bf8d-97ef41d3b9ae => generated 149 bytes in 9 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1532/3127] 199.204.45.53 () {30 vars in 783 bytes} [Tue Apr 14 06:56:33 2026] GET /v2.0/security-groups?name=lb-e1c5dcf8-91b6-4347-bf8d-97ef41d3b9ae => generated 1637 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1596/3128] 199.204.45.53 () {30 vars in 735 bytes} [Tue Apr 14 06:56:33 2026] GET /v2.0/ports/d91fa5c0-b3bd-48fd-b050-127b2dcdcab9 => generated 1132 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1533/3129] 199.204.45.53 () {34 vars in 1078 bytes} [Tue Apr 14 06:56:33 2026] GET /v2.0/ports?tenant_id=18a9ceb573b9494d8f9349bd6d83cd30&device_id=0f795242-0c34-478c-a503-025127d0e63c => generated 1244 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1534/3130] 199.204.45.53 () {34 vars in 1064 bytes} [Tue Apr 14 06:56:33 2026] GET /v2.0/networks?id=80f8f9ba-bc1d-41bb-a234-18cde3f45064&id=b1444614-835b-4b84-8006-1759bc907225 => generated 1522 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1535/3131] 199.204.45.53 () {34 vars in 1058 bytes} [Tue Apr 14 06:56:33 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.1.13&port_id=a2ad3537-b6a1-481a-ac51-f6c0c08f81fe => 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: 1536/3132] 199.204.45.53 () {34 vars in 982 bytes} [Tue Apr 14 06:56:33 2026] GET /v2.0/subnets?id=81480e75-cdf8-4bf2-b43d-09926183952a => generated 654 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1537/3133] 199.204.45.53 () {34 vars in 1050 bytes} [Tue Apr 14 06:56:33 2026] GET /v2.0/ports?network_id=80f8f9ba-bc1d-41bb-a234-18cde3f45064&device_owner=network%3Adhcp => generated 1244 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1597/3134] 199.204.45.53 () {34 vars in 787 bytes} [Tue Apr 14 06:56:33 2026] PUT /v2.0/ports/d91fa5c0-b3bd-48fd-b050-127b2dcdcab9 => generated 1094 bytes in 216 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1538/3135] 199.204.45.53 () {34 vars in 1010 bytes} [Tue Apr 14 06:56:33 2026] GET /v2.0/networks/80f8f9ba-bc1d-41bb-a234-18cde3f45064?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: 1539/3136] 199.204.45.53 () {34 vars in 1110 bytes} [Tue Apr 14 06:56:33 2026] GET /v2.0/networks/80f8f9ba-bc1d-41bb-a234-18cde3f45064?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: 1598/3137] 199.204.45.53 () {32 vars in 777 bytes} [Tue Apr 14 06:56:33 2026] DELETE /v2.0/security-groups/142d1d49-00cf-472b-ac2b-e071a76df9f5 => generated 0 bytes in 75 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-14 06:56:33.785 8 INFO neutron_taas.services.taas.taas_plugin [None req-6e6ee5b0-36b3-4610-b1f0-f73841aff744 07fe03b92fd4416ab1e2727517b45ecd 18a9ceb573b9494d8f9349bd6d83cd30 - - default default] TaaS: Handle Delete Port: d91fa5c0-b3bd-48fd-b050-127b2dcdcab9 2026-04-14 06:56:33.788 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6e6ee5b0-36b3-4610-b1f0-f73841aff744 07fe03b92fd4416ab1e2727517b45ecd 18a9ceb573b9494d8f9349bd6d83cd30 - - default default] Tap Mirror: Handle Delete Port: d91fa5c0-b3bd-48fd-b050-127b2dcdcab9 [pid: 8|app: 0|req: 1540/3138] 199.204.45.53 () {32 vars in 757 bytes} [Tue Apr 14 06:56:33 2026] DELETE /v2.0/ports/d91fa5c0-b3bd-48fd-b050-127b2dcdcab9 => generated 0 bytes in 286 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1599/3139] 199.204.45.53 () {34 vars in 992 bytes} [Tue Apr 14 06:56:36 2026] GET /v2.0/ports?device_id=0f795242-0c34-478c-a503-025127d0e63c => generated 1244 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-14 06:56:37.039 8 INFO neutron_taas.services.taas.taas_plugin [req-95265670-0064-4255-87a4-8f69f1d94bd4 req-e3dc3680-e8d0-49c2-aa56-d4a620374748 07fe03b92fd4416ab1e2727517b45ecd 18a9ceb573b9494d8f9349bd6d83cd30 - - default default] TaaS: Handle Delete Port: a2ad3537-b6a1-481a-ac51-f6c0c08f81fe 2026-04-14 06:56:37.043 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-95265670-0064-4255-87a4-8f69f1d94bd4 req-e3dc3680-e8d0-49c2-aa56-d4a620374748 07fe03b92fd4416ab1e2727517b45ecd 18a9ceb573b9494d8f9349bd6d83cd30 - - default default] Tap Mirror: Handle Delete Port: a2ad3537-b6a1-481a-ac51-f6c0c08f81fe [pid: 8|app: 0|req: 1541/3140] 199.204.45.53 () {36 vars in 995 bytes} [Tue Apr 14 06:56:36 2026] DELETE /v2.0/ports/a2ad3537-b6a1-481a-ac51-f6c0c08f81fe => generated 0 bytes in 265 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-14 06:56:37.212 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-106444de-2efe-4aa0-b36c-e14eef356205'] response: {'server_uuid': '0f795242-0c34-478c-a503-025127d0e63c', 'name': 'network-vif-deleted', 'tag': 'a2ad3537-b6a1-481a-ac51-f6c0c08f81fe', 'status': 'completed', 'code': 200} 2026-04-14 06:56:38.543 7 INFO neutron_taas.services.taas.taas_plugin [None req-9e795c81-6673-47fd-9812-e217e807255f f338e706d3b94fdaa54fed57d3f72b2f df2225c5438b4489a1230367d9c47e43 - - default default] TaaS: Handle Delete Port: 8712d2fd-4fe9-408e-bb91-6a1c1c207e30 2026-04-14 06:56:38.547 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9e795c81-6673-47fd-9812-e217e807255f f338e706d3b94fdaa54fed57d3f72b2f df2225c5438b4489a1230367d9c47e43 - - default default] Tap Mirror: Handle Delete Port: 8712d2fd-4fe9-408e-bb91-6a1c1c207e30 2026-04-14 06:56:38.743 7 INFO neutron.db.l3_db [None req-9e795c81-6673-47fd-9812-e217e807255f f338e706d3b94fdaa54fed57d3f72b2f df2225c5438b4489a1230367d9c47e43 - - default default] Floating IP 45144f21-97b7-49b7-be76-7878ab2fad84 disassociated (deleted). External IP: 10.96.250.203, port: 2fadf3ef-b242-4aca-ad7f-9c8d27ebe7d2. [pid: 7|app: 0|req: 1600/3141] 10.0.0.146 () {32 vars in 731 bytes} [Tue Apr 14 06:56:38 2026] DELETE /v2.0/floatingips/45144f21-97b7-49b7-be76-7878ab2fad84 => generated 0 bytes in 654 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-14 06:56:39.092 8 INFO neutron.api.v2.resource [None req-39bb0b88-3a32-4978-be1e-8ac8e27bcad9 f338e706d3b94fdaa54fed57d3f72b2f df2225c5438b4489a1230367d9c47e43 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1542/3142] 10.0.0.146 () {32 vars in 728 bytes} [Tue Apr 14 06:56:39 2026] GET /v2.0/floatingips/45144f21-97b7-49b7-be76-7878ab2fad84 => generated 144 bytes in 27 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-14 06:56:39.114 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-fb1628e4-7b47-4843-b6d6-2f654b50786a'] response: {'name': 'network-changed', 'server_uuid': 'ee652daa-1f08-4a9a-a543-c02dc7a8afce', 'tag': '2fadf3ef-b242-4aca-ad7f-9c8d27ebe7d2', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1601/3143] 10.0.0.149 () {34 vars in 989 bytes} [Tue Apr 14 06:56:39 2026] GET /v2.0/ports?device_id=ee652daa-1f08-4a9a-a543-c02dc7a8afce => generated 1204 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1543/3144] 10.0.0.149 () {34 vars in 1039 bytes} [Tue Apr 14 06:56:39 2026] GET /v2.0/security-groups?id=f4526700-ab2e-496f-93b5-c4a4c9af3015&fields=id&fields=name => generated 111 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1602/3145] 199.204.45.53 () {34 vars in 1078 bytes} [Tue Apr 14 06:56:39 2026] GET /v2.0/ports?tenant_id=df2225c5438b4489a1230367d9c47e43&device_id=ee652daa-1f08-4a9a-a543-c02dc7a8afce => generated 1473 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1544/3146] 199.204.45.53 () {34 vars in 984 bytes} [Tue Apr 14 06:56:39 2026] GET /v2.0/networks?id=94492cfd-ca7b-482d-a6f7-f1956e6d2420 => generated 800 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1603/3147] 199.204.45.53 () {34 vars in 1056 bytes} [Tue Apr 14 06:56:39 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.206&port_id=2fadf3ef-b242-4aca-ad7f-9c8d27ebe7d2 => 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: 1545/3148] 199.204.45.53 () {34 vars in 1104 bytes} [Tue Apr 14 06:56:39 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A2ca&port_id=2fadf3ef-b242-4aca-ad7f-9c8d27ebe7d2 => generated 19 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1604/3149] 199.204.45.53 () {34 vars in 1062 bytes} [Tue Apr 14 06:56:39 2026] GET /v2.0/subnets?id=6bb73521-e889-423c-a672-3d6a5dabbcd5&id=9770f230-7282-4f9b-9e4a-b573e0f14ad0 => generated 1414 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1546/3150] 199.204.45.53 () {34 vars in 1050 bytes} [Tue Apr 14 06:56:39 2026] GET /v2.0/ports?network_id=94492cfd-ca7b-482d-a6f7-f1956e6d2420&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: 7|app: 0|req: 1605/3151] 199.204.45.53 () {34 vars in 1050 bytes} [Tue Apr 14 06:56:39 2026] GET /v2.0/ports?network_id=94492cfd-ca7b-482d-a6f7-f1956e6d2420&device_owner=network%3Adhcp => generated 1461 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1547/3152] 199.204.45.53 () {34 vars in 1010 bytes} [Tue Apr 14 06:56:39 2026] GET /v2.0/networks/94492cfd-ca7b-482d-a6f7-f1956e6d2420?fields=segments => generated 14 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1606/3153] 199.204.45.53 () {34 vars in 1110 bytes} [Tue Apr 14 06:56:39 2026] GET /v2.0/networks/94492cfd-ca7b-482d-a6f7-f1956e6d2420?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: 1548/3154] 199.204.45.53 () {34 vars in 992 bytes} [Tue Apr 14 06:56:41 2026] GET /v2.0/ports?device_id=ee652daa-1f08-4a9a-a543-c02dc7a8afce => generated 1204 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-14 06:56:41.867 7 INFO neutron_taas.services.taas.taas_plugin [req-c04973ce-2da3-48fe-9bd5-4e5cb997f4bb req-f4c9284f-42f1-4b85-abdc-85af4e404a7c f338e706d3b94fdaa54fed57d3f72b2f df2225c5438b4489a1230367d9c47e43 - - default default] TaaS: Handle Delete Port: 2fadf3ef-b242-4aca-ad7f-9c8d27ebe7d2 2026-04-14 06:56:41.870 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-c04973ce-2da3-48fe-9bd5-4e5cb997f4bb req-f4c9284f-42f1-4b85-abdc-85af4e404a7c f338e706d3b94fdaa54fed57d3f72b2f df2225c5438b4489a1230367d9c47e43 - - default default] Tap Mirror: Handle Delete Port: 2fadf3ef-b242-4aca-ad7f-9c8d27ebe7d2 [pid: 7|app: 0|req: 1607/3155] 199.204.45.53 () {36 vars in 995 bytes} [Tue Apr 14 06:56:41 2026] DELETE /v2.0/ports/2fadf3ef-b242-4aca-ad7f-9c8d27ebe7d2 => generated 0 bytes in 278 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-14 06:56:42.056 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-3e4951ed-1482-4072-9a25-e173684f883a'] response: {'server_uuid': 'ee652daa-1f08-4a9a-a543-c02dc7a8afce', 'name': 'network-vif-deleted', 'tag': '2fadf3ef-b242-4aca-ad7f-9c8d27ebe7d2', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1549/3156] 10.0.0.149 () {34 vars in 989 bytes} [Tue Apr 14 06:56:44 2026] GET /v2.0/ports?device_id=ee652daa-1f08-4a9a-a543-c02dc7a8afce => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-14 06:56:49.658 8 INFO neutron_taas.services.taas.taas_plugin [None req-2d89b36b-0d6c-4c81-abfb-19879511c4d5 f338e706d3b94fdaa54fed57d3f72b2f df2225c5438b4489a1230367d9c47e43 - - default default] TaaS: Handle Delete Port: 1bafea7f-f455-47dd-a61f-86aaa2e3aeab 2026-04-14 06:56:49.660 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2d89b36b-0d6c-4c81-abfb-19879511c4d5 f338e706d3b94fdaa54fed57d3f72b2f df2225c5438b4489a1230367d9c47e43 - - default default] Tap Mirror: Handle Delete Port: 1bafea7f-f455-47dd-a61f-86aaa2e3aeab 2026-04-14 06:56:49.844 8 INFO neutron.db.l3_db [None req-2d89b36b-0d6c-4c81-abfb-19879511c4d5 f338e706d3b94fdaa54fed57d3f72b2f df2225c5438b4489a1230367d9c47e43 - - default default] Floating IP 5f083250-63cb-4ecd-9309-19422b2d6302 disassociated (deleted). External IP: 10.96.250.215, port: 8fe2eb6a-02c8-4029-b7f7-7ec039b14ba5. [pid: 8|app: 0|req: 1551/3159] 10.0.0.146 () {32 vars in 731 bytes} [Tue Apr 14 06:56:49 2026] DELETE /v2.0/floatingips/5f083250-63cb-4ecd-9309-19422b2d6302 => generated 0 bytes in 604 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-14 06:56:50.163 7 INFO neutron.api.v2.resource [None req-c138a507-916a-42b6-a8a1-ffec84fec8dc f338e706d3b94fdaa54fed57d3f72b2f df2225c5438b4489a1230367d9c47e43 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1609/3160] 10.0.0.146 () {32 vars in 728 bytes} [Tue Apr 14 06:56:50 2026] GET /v2.0/floatingips/5f083250-63cb-4ecd-9309-19422b2d6302 => generated 144 bytes in 27 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-14 06:56:50.171 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-a245bba0-2d61-4c4f-a8ae-567a0deac088'] response: {'name': 'network-changed', 'server_uuid': '66be69d6-7304-4c90-80b1-89d2d3bcc8c1', 'tag': '8fe2eb6a-02c8-4029-b7f7-7ec039b14ba5', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1552/3161] 10.0.0.149 () {34 vars in 989 bytes} [Tue Apr 14 06:56:50 2026] GET /v2.0/ports?device_id=66be69d6-7304-4c90-80b1-89d2d3bcc8c1 => generated 1200 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1610/3162] 10.0.0.149 () {34 vars in 1039 bytes} [Tue Apr 14 06:56:50 2026] GET /v2.0/security-groups?id=f4526700-ab2e-496f-93b5-c4a4c9af3015&fields=id&fields=name => generated 111 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1553/3163] 199.204.45.53 () {34 vars in 1078 bytes} [Tue Apr 14 06:56:50 2026] GET /v2.0/ports?tenant_id=df2225c5438b4489a1230367d9c47e43&device_id=66be69d6-7304-4c90-80b1-89d2d3bcc8c1 => generated 1469 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1611/3164] 199.204.45.53 () {34 vars in 984 bytes} [Tue Apr 14 06:56:50 2026] GET /v2.0/networks?id=df08c0c9-12fa-4d58-ba81-757a5f426d2b => 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: 1554/3165] 199.204.45.53 () {34 vars in 1056 bytes} [Tue Apr 14 06:56:50 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.227&port_id=8fe2eb6a-02c8-4029-b7f7-7ec039b14ba5 => 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: 1612/3166] 199.204.45.53 () {34 vars in 1102 bytes} [Tue Apr 14 06:56:50 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A2de&port_id=8fe2eb6a-02c8-4029-b7f7-7ec039b14ba5 => generated 19 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1555/3167] 199.204.45.53 () {34 vars in 1062 bytes} [Tue Apr 14 06:56:50 2026] GET /v2.0/subnets?id=37e972b1-09a7-417a-8cb1-1c8c891ad91a&id=ff8ba4db-29c9-4fcd-adb0-2eeef0cd6b8e => generated 1410 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1613/3168] 199.204.45.53 () {34 vars in 1050 bytes} [Tue Apr 14 06:56:50 2026] GET /v2.0/ports?network_id=df08c0c9-12fa-4d58-ba81-757a5f426d2b&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: 1556/3169] 199.204.45.53 () {34 vars in 1050 bytes} [Tue Apr 14 06:56:50 2026] GET /v2.0/ports?network_id=df08c0c9-12fa-4d58-ba81-757a5f426d2b&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: 1614/3170] 199.204.45.53 () {34 vars in 1010 bytes} [Tue Apr 14 06:56:50 2026] GET /v2.0/networks/df08c0c9-12fa-4d58-ba81-757a5f426d2b?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: 1557/3171] 199.204.45.53 () {34 vars in 1110 bytes} [Tue Apr 14 06:56:51 2026] GET /v2.0/networks/df08c0c9-12fa-4d58-ba81-757a5f426d2b?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: 1615/3172] 199.204.45.53 () {34 vars in 992 bytes} [Tue Apr 14 06:56:52 2026] GET /v2.0/ports?device_id=66be69d6-7304-4c90-80b1-89d2d3bcc8c1 => generated 1200 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-14 06:56:52.896 8 INFO neutron_taas.services.taas.taas_plugin [req-65cf6c37-c1ff-4a64-a072-21eee4f591b8 req-0ccb9664-7a93-4678-9e7d-1d3b876eaced f338e706d3b94fdaa54fed57d3f72b2f df2225c5438b4489a1230367d9c47e43 - - default default] TaaS: Handle Delete Port: 8fe2eb6a-02c8-4029-b7f7-7ec039b14ba5 2026-04-14 06:56:52.901 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-65cf6c37-c1ff-4a64-a072-21eee4f591b8 req-0ccb9664-7a93-4678-9e7d-1d3b876eaced f338e706d3b94fdaa54fed57d3f72b2f df2225c5438b4489a1230367d9c47e43 - - default default] Tap Mirror: Handle Delete Port: 8fe2eb6a-02c8-4029-b7f7-7ec039b14ba5 [pid: 8|app: 0|req: 1558/3173] 199.204.45.53 () {36 vars in 995 bytes} [Tue Apr 14 06:56:52 2026] DELETE /v2.0/ports/8fe2eb6a-02c8-4029-b7f7-7ec039b14ba5 => generated 0 bytes in 286 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-14 06:56:53.106 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-57abb083-bb1c-4383-8bf2-582a9a96ef9e'] response: {'server_uuid': '66be69d6-7304-4c90-80b1-89d2d3bcc8c1', 'name': 'network-vif-deleted', 'tag': '8fe2eb6a-02c8-4029-b7f7-7ec039b14ba5', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1616/3174] 10.0.0.149 () {34 vars in 989 bytes} [Tue Apr 14 06:56:55 2026] GET /v2.0/ports?device_id=66be69d6-7304-4c90-80b1-89d2d3bcc8c1 => 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: 1560/3177] 10.0.0.146 () {32 vars in 749 bytes} [Tue Apr 14 06:57:00 2026] DELETE /v2.0/security-group-rules/778810ac-51d8-4581-acb2-f8948fe12373 => generated 0 bytes in 86 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-14 06:57:00.694 7 INFO neutron.api.v2.resource [None req-ad9ac233-6cd3-4d8f-b92a-3e31e92f6743 f338e706d3b94fdaa54fed57d3f72b2f df2225c5438b4489a1230367d9c47e43 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1618/3178] 10.0.0.146 () {32 vars in 746 bytes} [Tue Apr 14 06:57:00 2026] GET /v2.0/security-group-rules/778810ac-51d8-4581-acb2-f8948fe12373 => 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/3179] 10.0.0.146 () {32 vars in 749 bytes} [Tue Apr 14 06:57:00 2026] DELETE /v2.0/security-group-rules/7b7af5dc-abc3-4d3f-bee6-9ce878060417 => generated 0 bytes in 80 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-14 06:57:00.801 7 INFO neutron.api.v2.resource [None req-3df4e98a-e580-4653-a8f6-5bb50b62a589 f338e706d3b94fdaa54fed57d3f72b2f df2225c5438b4489a1230367d9c47e43 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1619/3180] 10.0.0.146 () {32 vars in 746 bytes} [Tue Apr 14 06:57:00 2026] GET /v2.0/security-group-rules/7b7af5dc-abc3-4d3f-bee6-9ce878060417 => generated 155 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1562/3181] 10.0.0.146 () {32 vars in 749 bytes} [Tue Apr 14 06:57:00 2026] DELETE /v2.0/security-group-rules/8aaceaa2-2b47-49d1-989b-78ed6a38ac0b => generated 0 bytes in 898 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-14 06:57:01.719 7 INFO neutron.api.v2.resource [None req-ad0ba665-159c-4225-a303-8afb128c6463 f338e706d3b94fdaa54fed57d3f72b2f df2225c5438b4489a1230367d9c47e43 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1620/3182] 10.0.0.146 () {32 vars in 746 bytes} [Tue Apr 14 06:57:01 2026] GET /v2.0/security-group-rules/8aaceaa2-2b47-49d1-989b-78ed6a38ac0b => 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: 1563/3183] 10.0.0.146 () {32 vars in 749 bytes} [Tue Apr 14 06:57:01 2026] DELETE /v2.0/security-group-rules/5eb26b78-fb8a-476b-b75e-59319cebc6a7 => generated 0 bytes in 66 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-14 06:57:01.809 7 INFO neutron.api.v2.resource [None req-8499e44f-695c-43bc-a42e-143e31393e21 f338e706d3b94fdaa54fed57d3f72b2f df2225c5438b4489a1230367d9c47e43 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1621/3184] 10.0.0.146 () {32 vars in 746 bytes} [Tue Apr 14 06:57:01 2026] GET /v2.0/security-group-rules/5eb26b78-fb8a-476b-b75e-59319cebc6a7 => generated 155 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1564/3185] 10.0.0.146 () {32 vars in 749 bytes} [Tue Apr 14 06:57:01 2026] DELETE /v2.0/security-group-rules/4c0a00d6-0b07-4fa1-8063-93b599a1b976 => generated 0 bytes in 63 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-14 06:57:01.895 7 INFO neutron.api.v2.resource [None req-30e56f89-9ae5-4904-a9e2-682c7a6266e1 f338e706d3b94fdaa54fed57d3f72b2f df2225c5438b4489a1230367d9c47e43 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1622/3186] 10.0.0.146 () {32 vars in 746 bytes} [Tue Apr 14 06:57:01 2026] GET /v2.0/security-group-rules/4c0a00d6-0b07-4fa1-8063-93b599a1b976 => generated 155 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1565/3187] 10.0.0.146 () {32 vars in 749 bytes} [Tue Apr 14 06:57:01 2026] DELETE /v2.0/security-group-rules/0e98aeba-eeec-4aae-b246-49b0956ef90e => generated 0 bytes in 62 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-14 06:57:01.981 7 INFO neutron.api.v2.resource [None req-992ef95e-a2fc-4db8-bb8b-59b20c8be829 f338e706d3b94fdaa54fed57d3f72b2f df2225c5438b4489a1230367d9c47e43 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1623/3188] 10.0.0.146 () {32 vars in 746 bytes} [Tue Apr 14 06:57:01 2026] GET /v2.0/security-group-rules/0e98aeba-eeec-4aae-b246-49b0956ef90e => 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: 1566/3189] 10.0.0.146 () {32 vars in 749 bytes} [Tue Apr 14 06:57:01 2026] DELETE /v2.0/security-group-rules/e67dc7cc-98cd-468f-93ef-a70008573539 => generated 0 bytes in 60 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-14 06:57:02.063 7 INFO neutron.api.v2.resource [None req-18b29265-2c9b-4272-abf7-828379b3c148 f338e706d3b94fdaa54fed57d3f72b2f df2225c5438b4489a1230367d9c47e43 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1624/3190] 10.0.0.146 () {32 vars in 746 bytes} [Tue Apr 14 06:57:02 2026] GET /v2.0/security-group-rules/e67dc7cc-98cd-468f-93ef-a70008573539 => 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: 1567/3191] 10.0.0.146 () {32 vars in 749 bytes} [Tue Apr 14 06:57:02 2026] DELETE /v2.0/security-group-rules/219b57d5-af26-4641-a049-f75e2fd7de58 => generated 0 bytes in 55 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-14 06:57:02.142 7 INFO neutron.api.v2.resource [None req-9d3eef0a-d9a0-4335-9384-eaf4c321dac3 f338e706d3b94fdaa54fed57d3f72b2f df2225c5438b4489a1230367d9c47e43 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1625/3192] 10.0.0.146 () {32 vars in 746 bytes} [Tue Apr 14 06:57:02 2026] GET /v2.0/security-group-rules/219b57d5-af26-4641-a049-f75e2fd7de58 => generated 155 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1568/3193] 10.0.0.146 () {32 vars in 749 bytes} [Tue Apr 14 06:57:02 2026] DELETE /v2.0/security-group-rules/6f932471-5217-4293-a260-b43babe63dd4 => generated 0 bytes in 61 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-14 06:57:02.226 7 INFO neutron.api.v2.resource [None req-951c4fec-6b4b-41fb-b60e-c79dbf3de1a0 f338e706d3b94fdaa54fed57d3f72b2f df2225c5438b4489a1230367d9c47e43 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1626/3194] 10.0.0.146 () {32 vars in 746 bytes} [Tue Apr 14 06:57:02 2026] GET /v2.0/security-group-rules/6f932471-5217-4293-a260-b43babe63dd4 => generated 155 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1569/3195] 10.0.0.146 () {32 vars in 749 bytes} [Tue Apr 14 06:57:02 2026] DELETE /v2.0/security-group-rules/25bc9db7-2d7a-4112-8bd5-edac78059220 => generated 0 bytes in 51 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-14 06:57:02.301 7 INFO neutron.api.v2.resource [None req-24234ffb-8b0e-4025-9ad9-d0e32c1dc85d f338e706d3b94fdaa54fed57d3f72b2f df2225c5438b4489a1230367d9c47e43 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1627/3196] 10.0.0.146 () {32 vars in 746 bytes} [Tue Apr 14 06:57:02 2026] GET /v2.0/security-group-rules/25bc9db7-2d7a-4112-8bd5-edac78059220 => generated 155 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1570/3197] 10.0.0.146 () {32 vars in 749 bytes} [Tue Apr 14 06:57:02 2026] DELETE /v2.0/security-group-rules/a9c35e29-2f8a-46d2-9f9e-221133c6390f => generated 0 bytes in 46 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-14 06:57:02.367 7 INFO neutron.api.v2.resource [None req-e4dfeb10-3e4c-4ad2-b9de-3c2af4dc99b4 f338e706d3b94fdaa54fed57d3f72b2f df2225c5438b4489a1230367d9c47e43 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1628/3198] 10.0.0.146 () {32 vars in 746 bytes} [Tue Apr 14 06:57:02 2026] GET /v2.0/security-group-rules/a9c35e29-2f8a-46d2-9f9e-221133c6390f => 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: 1571/3199] 10.0.0.146 () {32 vars in 739 bytes} [Tue Apr 14 06:57:02 2026] DELETE /v2.0/security-groups/f4526700-ab2e-496f-93b5-c4a4c9af3015 => generated 0 bytes in 62 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-14 06:57:02.451 7 INFO neutron.api.v2.resource [None req-98bde94a-deec-4681-902a-205f87e12655 f338e706d3b94fdaa54fed57d3f72b2f df2225c5438b4489a1230367d9c47e43 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1629/3200] 10.0.0.146 () {32 vars in 736 bytes} [Tue Apr 14 06:57:02 2026] GET /v2.0/security-groups/f4526700-ab2e-496f-93b5-c4a4c9af3015 => generated 146 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-14 06:57:02.833 8 INFO neutron_taas.services.taas.taas_plugin [None req-e6e8df7f-d848-4b7b-9b91-dd4d0f00aed6 f338e706d3b94fdaa54fed57d3f72b2f df2225c5438b4489a1230367d9c47e43 - - default default] TaaS: Handle Delete Port: e17f4095-9260-4be9-af30-9c3210f0f8b1 2026-04-14 06:57:02.836 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e6e8df7f-d848-4b7b-9b91-dd4d0f00aed6 f338e706d3b94fdaa54fed57d3f72b2f df2225c5438b4489a1230367d9c47e43 - - default default] Tap Mirror: Handle Delete Port: e17f4095-9260-4be9-af30-9c3210f0f8b1 [pid: 8|app: 0|req: 1572/3201] 10.0.0.146 () {34 vars in 788 bytes} [Tue Apr 14 06:57:02 2026] PUT /v2.0/routers/c4063e8f-5119-47d0-8914-6321eb536d33/remove_router_interface => generated 309 bytes in 863 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 06:57:03.545 7 INFO neutron.api.v2.resource [None req-5ebcadf7-ea41-4b12-adf9-5565896b4296 f338e706d3b94fdaa54fed57d3f72b2f df2225c5438b4489a1230367d9c47e43 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1630/3202] 10.0.0.146 () {34 vars in 788 bytes} [Tue Apr 14 06:57:03 2026] PUT /v2.0/routers/c4063e8f-5119-47d0-8914-6321eb536d33/remove_router_interface => generated 198 bytes in 168 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-14 06:57:03.899 8 INFO neutron_taas.services.taas.taas_plugin [None req-922e8402-1fca-4468-85bf-f98e5b69e955 f338e706d3b94fdaa54fed57d3f72b2f df2225c5438b4489a1230367d9c47e43 - - default default] TaaS: Handle Delete Port: 4566d144-fccd-4766-92ed-06fe5864018d 2026-04-14 06:57:03.902 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-922e8402-1fca-4468-85bf-f98e5b69e955 f338e706d3b94fdaa54fed57d3f72b2f df2225c5438b4489a1230367d9c47e43 - - default default] Tap Mirror: Handle Delete Port: 4566d144-fccd-4766-92ed-06fe5864018d [pid: 8|app: 0|req: 1573/3203] 10.0.0.146 () {34 vars in 788 bytes} [Tue Apr 14 06:57:03 2026] PUT /v2.0/routers/c4063e8f-5119-47d0-8914-6321eb536d33/remove_router_interface => generated 309 bytes in 960 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 06:57:04.691 7 INFO neutron.api.v2.resource [None req-07163f02-ec8c-4905-9b4d-a3e78f8e9099 f338e706d3b94fdaa54fed57d3f72b2f df2225c5438b4489a1230367d9c47e43 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1631/3204] 10.0.0.146 () {34 vars in 788 bytes} [Tue Apr 14 06:57:04 2026] PUT /v2.0/routers/c4063e8f-5119-47d0-8914-6321eb536d33/remove_router_interface => generated 198 bytes in 177 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-14 06:57:05.037 8 INFO neutron_taas.services.taas.taas_plugin [None req-a230c9b4-4ab7-4bf0-b6f8-b0935ac7e40f f338e706d3b94fdaa54fed57d3f72b2f df2225c5438b4489a1230367d9c47e43 - - default default] TaaS: Handle Delete Port: 312a3aa3-f495-4995-9ee0-f2374b0ea633 2026-04-14 06:57:05.040 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a230c9b4-4ab7-4bf0-b6f8-b0935ac7e40f f338e706d3b94fdaa54fed57d3f72b2f df2225c5438b4489a1230367d9c47e43 - - default default] Tap Mirror: Handle Delete Port: 312a3aa3-f495-4995-9ee0-f2374b0ea633 [pid: 8|app: 0|req: 1574/3205] 10.0.0.146 () {34 vars in 788 bytes} [Tue Apr 14 06:57:04 2026] PUT /v2.0/routers/c4063e8f-5119-47d0-8914-6321eb536d33/remove_router_interface => generated 309 bytes in 930 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 06:57:05.800 7 INFO neutron.api.v2.resource [None req-98bd07a7-56cb-4b80-ba68-8695c4be08b7 f338e706d3b94fdaa54fed57d3f72b2f df2225c5438b4489a1230367d9c47e43 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1632/3206] 10.0.0.146 () {34 vars in 788 bytes} [Tue Apr 14 06:57:05 2026] PUT /v2.0/routers/c4063e8f-5119-47d0-8914-6321eb536d33/remove_router_interface => generated 198 bytes in 168 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-14 06:57:06.046 8 INFO neutron_taas.services.taas.taas_plugin [None req-f91ec57b-26e7-4258-a267-62cd4317f127 f338e706d3b94fdaa54fed57d3f72b2f df2225c5438b4489a1230367d9c47e43 - - default default] TaaS: Handle Delete Port: 080e9369-94ae-4971-bf43-6528ecfc7a8f 2026-04-14 06:57:06.050 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f91ec57b-26e7-4258-a267-62cd4317f127 f338e706d3b94fdaa54fed57d3f72b2f df2225c5438b4489a1230367d9c47e43 - - default default] Tap Mirror: Handle Delete Port: 080e9369-94ae-4971-bf43-6528ecfc7a8f 2026-04-14 06:57:06.329 8 INFO neutron_taas.services.taas.taas_plugin [None req-f91ec57b-26e7-4258-a267-62cd4317f127 f338e706d3b94fdaa54fed57d3f72b2f df2225c5438b4489a1230367d9c47e43 - - default default] TaaS: Handle Delete Port: 626cb569-521d-422d-bbb9-48a3b21d8730 2026-04-14 06:57:06.333 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f91ec57b-26e7-4258-a267-62cd4317f127 f338e706d3b94fdaa54fed57d3f72b2f df2225c5438b4489a1230367d9c47e43 - - default default] Tap Mirror: Handle Delete Port: 626cb569-521d-422d-bbb9-48a3b21d8730 2026-04-14 06:57:06.726 8 INFO neutron.db.l3_hamode_db [None req-f91ec57b-26e7-4258-a267-62cd4317f127 f338e706d3b94fdaa54fed57d3f72b2f df2225c5438b4489a1230367d9c47e43 - - default default] HA network e0f53755-67a4-4917-9aef-bd843e7c43f1 was deleted as no HA routers are present in tenant df2225c5438b4489a1230367d9c47e43. [pid: 8|app: 0|req: 1575/3207] 10.0.0.146 () {32 vars in 723 bytes} [Tue Apr 14 06:57:05 2026] DELETE /v2.0/routers/c4063e8f-5119-47d0-8914-6321eb536d33 => generated 0 bytes in 927 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-14 06:57:06.755 7 INFO neutron.api.v2.resource [None req-bba808e2-0a87-449d-b0f0-edf1854fc7d0 f338e706d3b94fdaa54fed57d3f72b2f df2225c5438b4489a1230367d9c47e43 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1633/3208] 10.0.0.146 () {32 vars in 720 bytes} [Tue Apr 14 06:57:06 2026] GET /v2.0/routers/c4063e8f-5119-47d0-8914-6321eb536d33 => generated 135 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-14 06:57:06.770 8 INFO neutron.services.segments.plugin [-] Segment ac8d9889-a51f-4efe-a3be-cf2095bece8e resource provider aggregate not found 2026-04-14 06:57:06.787 8 INFO neutron.services.segments.plugin [-] Segment ac8d9889-a51f-4efe-a3be-cf2095bece8e resource provider aggregate not found 2026-04-14 06:57:06.813 8 INFO neutron.services.segments.plugin [-] Segment ac8d9889-a51f-4efe-a3be-cf2095bece8e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ac8d9889-a51f-4efe-a3be-cf2095bece8e found for delete ", "request_id": "req-425b2726-42e0-4d72-91b4-d3a2ab35e12a"}]} 2026-04-14 06:57:06.816 8 INFO neutron.services.segments.plugin [-] Segment ac8d9889-a51f-4efe-a3be-cf2095bece8e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ac8d9889-a51f-4efe-a3be-cf2095bece8e found for delete ", "request_id": "req-a8199026-4de5-459c-ab05-56bab22b3fb7"}]} [pid: 8|app: 0|req: 1576/3209] 10.0.0.146 () {32 vars in 723 bytes} [Tue Apr 14 06:57:06 2026] DELETE /v2.0/subnets/6bb73521-e889-423c-a672-3d6a5dabbcd5 => generated 0 bytes in 211 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-14 06:57:06.991 7 INFO neutron.pecan_wsgi.hooks.translation [None req-7f556b32-6011-4c4c-92a7-1e91246e7fe6 f338e706d3b94fdaa54fed57d3f72b2f df2225c5438b4489a1230367d9c47e43 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1634/3210] 10.0.0.146 () {32 vars in 720 bytes} [Tue Apr 14 06:57:06 2026] GET /v2.0/subnets/6bb73521-e889-423c-a672-3d6a5dabbcd5 => generated 136 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1577/3211] 10.0.0.146 () {32 vars in 723 bytes} [Tue Apr 14 06:57:06 2026] DELETE /v2.0/subnets/9770f230-7282-4f9b-9e4a-b573e0f14ad0 => generated 0 bytes in 148 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-14 06:57:07.167 7 INFO neutron.pecan_wsgi.hooks.translation [None req-71f509ba-ffb4-45e2-a106-a38dea7af6bb f338e706d3b94fdaa54fed57d3f72b2f df2225c5438b4489a1230367d9c47e43 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1635/3212] 10.0.0.146 () {32 vars in 720 bytes} [Tue Apr 14 06:57:07 2026] GET /v2.0/subnets/9770f230-7282-4f9b-9e4a-b573e0f14ad0 => generated 136 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-14 06:57:07.260 8 INFO neutron_taas.services.taas.taas_plugin [None req-d81c8c83-5f62-4f9b-adfe-ca0b9bae0511 f338e706d3b94fdaa54fed57d3f72b2f df2225c5438b4489a1230367d9c47e43 - - default default] TaaS: Handle Delete Port: ab15ebef-11cc-4b52-b505-e5b88f5b2576 2026-04-14 06:57:07.263 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d81c8c83-5f62-4f9b-adfe-ca0b9bae0511 f338e706d3b94fdaa54fed57d3f72b2f df2225c5438b4489a1230367d9c47e43 - - default default] Tap Mirror: Handle Delete Port: ab15ebef-11cc-4b52-b505-e5b88f5b2576 [pid: 8|app: 0|req: 1578/3213] 10.0.0.146 () {32 vars in 725 bytes} [Tue Apr 14 06:57:07 2026] DELETE /v2.0/networks/94492cfd-ca7b-482d-a6f7-f1956e6d2420 => generated 0 bytes in 274 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-14 06:57:07.469 7 INFO neutron.pecan_wsgi.hooks.translation [None req-c4765e65-f9b7-45ee-bf83-a224599cadfd f338e706d3b94fdaa54fed57d3f72b2f df2225c5438b4489a1230367d9c47e43 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1636/3214] 10.0.0.146 () {32 vars in 722 bytes} [Tue Apr 14 06:57:07 2026] GET /v2.0/networks/94492cfd-ca7b-482d-a6f7-f1956e6d2420 => generated 138 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1579/3215] 10.0.0.146 () {32 vars in 723 bytes} [Tue Apr 14 06:57:07 2026] DELETE /v2.0/subnets/37e972b1-09a7-417a-8cb1-1c8c891ad91a => generated 0 bytes in 172 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-14 06:57:07.668 7 INFO neutron.pecan_wsgi.hooks.translation [None req-69edb4aa-c74b-487f-9d5d-e1fcd4a1d080 f338e706d3b94fdaa54fed57d3f72b2f df2225c5438b4489a1230367d9c47e43 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1637/3216] 10.0.0.146 () {32 vars in 720 bytes} [Tue Apr 14 06:57:07 2026] GET /v2.0/subnets/37e972b1-09a7-417a-8cb1-1c8c891ad91a => 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: 1580/3217] 10.0.0.146 () {32 vars in 723 bytes} [Tue Apr 14 06:57:07 2026] DELETE /v2.0/subnets/ff8ba4db-29c9-4fcd-adb0-2eeef0cd6b8e => generated 0 bytes in 175 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-14 06:57:07.868 7 INFO neutron.pecan_wsgi.hooks.translation [None req-aec91070-0140-42d6-b467-db6fd2c37872 f338e706d3b94fdaa54fed57d3f72b2f df2225c5438b4489a1230367d9c47e43 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1638/3218] 10.0.0.146 () {32 vars in 720 bytes} [Tue Apr 14 06:57:07 2026] GET /v2.0/subnets/ff8ba4db-29c9-4fcd-adb0-2eeef0cd6b8e => generated 136 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-14 06:57:07.966 8 INFO neutron_taas.services.taas.taas_plugin [None req-47191891-682a-4127-85e2-a811c36fa0cf f338e706d3b94fdaa54fed57d3f72b2f df2225c5438b4489a1230367d9c47e43 - - default default] TaaS: Handle Delete Port: a7db899d-14d3-4824-8b8d-1f3684eb11c0 2026-04-14 06:57:07.968 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-47191891-682a-4127-85e2-a811c36fa0cf f338e706d3b94fdaa54fed57d3f72b2f df2225c5438b4489a1230367d9c47e43 - - default default] Tap Mirror: Handle Delete Port: a7db899d-14d3-4824-8b8d-1f3684eb11c0 [pid: 8|app: 0|req: 1581/3219] 10.0.0.146 () {32 vars in 725 bytes} [Tue Apr 14 06:57:07 2026] DELETE /v2.0/networks/df08c0c9-12fa-4d58-ba81-757a5f426d2b => generated 0 bytes in 276 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-14 06:57:08.169 7 INFO neutron.pecan_wsgi.hooks.translation [None req-e0d543c3-04dc-44e7-9a3a-928ea6d00599 f338e706d3b94fdaa54fed57d3f72b2f df2225c5438b4489a1230367d9c47e43 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1639/3220] 10.0.0.146 () {32 vars in 722 bytes} [Tue Apr 14 06:57:08 2026] GET /v2.0/networks/df08c0c9-12fa-4d58-ba81-757a5f426d2b => 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: 1582/3221] 10.0.0.146 () {32 vars in 723 bytes} [Tue Apr 14 06:57:08 2026] DELETE /v2.0/subnets/73ed666f-0a7d-4f87-96cc-063213a74639 => generated 0 bytes in 147 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-14 06:57:08.341 7 INFO neutron.pecan_wsgi.hooks.translation [None req-f2ca7f39-63c1-473d-ae49-375908b4e6fa f338e706d3b94fdaa54fed57d3f72b2f df2225c5438b4489a1230367d9c47e43 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1640/3222] 10.0.0.146 () {32 vars in 720 bytes} [Tue Apr 14 06:57:08 2026] GET /v2.0/subnets/73ed666f-0a7d-4f87-96cc-063213a74639 => 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: 1583/3223] 10.0.0.146 () {32 vars in 723 bytes} [Tue Apr 14 06:57:08 2026] DELETE /v2.0/subnets/0dfa01e4-b062-4b47-b369-acc8a7208c1d => generated 0 bytes in 149 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-14 06:57:08.516 7 INFO neutron.pecan_wsgi.hooks.translation [None req-8d670e7f-b0b6-47d4-9176-1264ea66f993 f338e706d3b94fdaa54fed57d3f72b2f df2225c5438b4489a1230367d9c47e43 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1641/3224] 10.0.0.146 () {32 vars in 720 bytes} [Tue Apr 14 06:57:08 2026] GET /v2.0/subnets/0dfa01e4-b062-4b47-b369-acc8a7208c1d => generated 136 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-14 06:57:08.628 8 INFO neutron_taas.services.taas.taas_plugin [None req-5041ef1d-b37c-4afc-bf77-be7815c3573e f338e706d3b94fdaa54fed57d3f72b2f df2225c5438b4489a1230367d9c47e43 - - default default] TaaS: Handle Delete Port: 0994734c-e131-4ed8-9add-5877d0775c3f 2026-04-14 06:57:08.631 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5041ef1d-b37c-4afc-bf77-be7815c3573e f338e706d3b94fdaa54fed57d3f72b2f df2225c5438b4489a1230367d9c47e43 - - default default] Tap Mirror: Handle Delete Port: 0994734c-e131-4ed8-9add-5877d0775c3f 2026-04-14 06:57:08.848 8 INFO neutron.services.segments.plugin [-] Segment 1e8e1ef9-124b-40ea-a678-27b0a8f376d5 resource provider aggregate not found 2026-04-14 06:57:08.852 8 INFO neutron.services.segments.plugin [-] Segment 1e8e1ef9-124b-40ea-a678-27b0a8f376d5 resource provider aggregate not found [pid: 8|app: 0|req: 1584/3225] 10.0.0.146 () {32 vars in 725 bytes} [Tue Apr 14 06:57:08 2026] DELETE /v2.0/networks/b1444614-835b-4b84-8006-1759bc907225 => generated 0 bytes in 344 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-14 06:57:08.875 8 INFO neutron.services.segments.plugin [-] Segment 1e8e1ef9-124b-40ea-a678-27b0a8f376d5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1e8e1ef9-124b-40ea-a678-27b0a8f376d5 found for delete ", "request_id": "req-66ad2672-a0b4-4440-998c-5032f88b7a44"}]} 2026-04-14 06:57:08.882 8 INFO neutron.services.segments.plugin [-] Segment 1e8e1ef9-124b-40ea-a678-27b0a8f376d5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1e8e1ef9-124b-40ea-a678-27b0a8f376d5 found for delete ", "request_id": "req-2f2e7a7d-d34c-40ee-bf12-e7bd4d535fe4"}]} 2026-04-14 06:57:08.885 7 INFO neutron.pecan_wsgi.hooks.translation [None req-5f374838-0f48-49e7-8153-27a13a1bce3a f338e706d3b94fdaa54fed57d3f72b2f df2225c5438b4489a1230367d9c47e43 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1642/3226] 10.0.0.146 () {32 vars in 722 bytes} [Tue Apr 14 06:57:08 2026] GET /v2.0/networks/b1444614-835b-4b84-8006-1759bc907225 => generated 138 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-14 06:57:08.895 8 INFO neutron.services.segments.plugin [-] Segment 5d8db317-5ffa-4996-b31b-fb6b101595fa resource provider aggregate not found 2026-04-14 06:57:08.911 8 INFO neutron.services.segments.plugin [-] Segment 5d8db317-5ffa-4996-b31b-fb6b101595fa resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5d8db317-5ffa-4996-b31b-fb6b101595fa found for delete ", "request_id": "req-b42edbcd-01a8-48a6-b7ef-832dc290c246"}]} 2026-04-14 06:57:08.915 8 INFO neutron.services.segments.plugin [-] Segment 5d8db317-5ffa-4996-b31b-fb6b101595fa resource provider aggregate not found 2026-04-14 06:57:08.938 8 INFO neutron.services.segments.plugin [-] Segment 36924677-4834-467c-968f-1ed58a00ef9d resource provider aggregate not found 2026-04-14 06:57:08.944 8 INFO neutron.services.segments.plugin [-] Segment 5d8db317-5ffa-4996-b31b-fb6b101595fa resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5d8db317-5ffa-4996-b31b-fb6b101595fa found for delete ", "request_id": "req-589607b3-80e5-4275-b681-8ab22b8e0425"}]} 2026-04-14 06:57:08.959 8 INFO neutron.services.segments.plugin [-] Segment 36924677-4834-467c-968f-1ed58a00ef9d resource provider aggregate not found 2026-04-14 06:57:08.965 8 INFO neutron.services.segments.plugin [-] Segment 36924677-4834-467c-968f-1ed58a00ef9d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 36924677-4834-467c-968f-1ed58a00ef9d found for delete ", "request_id": "req-73ea59e5-7864-4c39-87ae-a1eba836efc4"}]} 2026-04-14 06:57:08.971 8 INFO neutron.services.segments.plugin [-] Segment 36924677-4834-467c-968f-1ed58a00ef9d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 36924677-4834-467c-968f-1ed58a00ef9d found for delete ", "request_id": "req-5a89735b-edca-438b-9b0b-47087c86eaf3"}]} [pid: 8|app: 0|req: 1585/3227] 10.0.0.146 () {32 vars in 773 bytes} [Tue Apr 14 06:57:10 2026] GET /v2.0/security-groups?tenant_id=460a8531db2e46ef8e6ee7ec721ae1bc&name=default => generated 2929 bytes in 284 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1643/3228] 10.0.0.146 () {32 vars in 739 bytes} [Tue Apr 14 06:57:11 2026] DELETE /v2.0/security-groups/58df1a1e-8595-4770-83cd-1e53546286b7 => generated 0 bytes in 124 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1586/3229] 10.0.0.146 () {32 vars in 773 bytes} [Tue Apr 14 06:57:11 2026] GET /v2.0/security-groups?tenant_id=9ff5f006b10648848cf3ea09313f41ae&name=default => generated 2929 bytes in 114 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1644/3230] 10.0.0.146 () {32 vars in 739 bytes} [Tue Apr 14 06:57:11 2026] DELETE /v2.0/security-groups/39d12596-bce3-4cbb-b2ad-38b2fc74caed => 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: 1587/3231] 10.0.0.146 () {32 vars in 773 bytes} [Tue Apr 14 06:57:11 2026] GET /v2.0/security-groups?tenant_id=0bcad532a080481f918b358f7676ea23&name=default => generated 2929 bytes in 158 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1645/3232] 10.0.0.146 () {32 vars in 739 bytes} [Tue Apr 14 06:57:12 2026] DELETE /v2.0/security-groups/e34663e2-b0c9-4bbd-972c-5ea24ef5384e => 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: 1588/3233] 10.0.0.146 () {32 vars in 773 bytes} [Tue Apr 14 06:57:12 2026] GET /v2.0/security-groups?tenant_id=91381bb8475443909ab7c4d33ec8c1b4&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: 1646/3234] 10.0.0.146 () {32 vars in 739 bytes} [Tue Apr 14 06:57:12 2026] DELETE /v2.0/security-groups/0aa981af-3ce9-4b0a-ad67-1f73dd80035c => 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: 1589/3235] 10.0.0.146 () {32 vars in 773 bytes} [Tue Apr 14 06:57:12 2026] GET /v2.0/security-groups?tenant_id=3dc07849776d456da42b38410e61a627&name=default => generated 2929 bytes in 131 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1647/3236] 10.0.0.146 () {32 vars in 739 bytes} [Tue Apr 14 06:57:12 2026] DELETE /v2.0/security-groups/4f1fb3db-355b-4d27-b57e-c6973bef81ac => 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: 1590/3237] 10.0.0.146 () {32 vars in 773 bytes} [Tue Apr 14 06:57:12 2026] GET /v2.0/security-groups?tenant_id=df2225c5438b4489a1230367d9c47e43&name=default => generated 2925 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1648/3238] 10.0.0.146 () {32 vars in 739 bytes} [Tue Apr 14 06:57:13 2026] DELETE /v2.0/security-groups/ab412158-503e-4996-82ec-a1423eca55fa => 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: 1591/3239] 10.0.0.146 () {32 vars in 773 bytes} [Tue Apr 14 06:57:13 2026] GET /v2.0/security-groups?tenant_id=59c6d5ae74ca410cbd65d98f62c02901&name=default => generated 2929 bytes in 131 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1649/3240] 10.0.0.146 () {32 vars in 739 bytes} [Tue Apr 14 06:57:13 2026] DELETE /v2.0/security-groups/285e777d-f9bf-4897-85b3-f9a6bb6f9ded => 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: 1593/3243] 10.0.0.146 () {32 vars in 648 bytes} [Tue Apr 14 06:57:15 2026] GET /v2.0/networks => generated 2168 bytes in 207 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1651/3244] 10.0.0.146 () {32 vars in 654 bytes} [Tue Apr 14 06:57:17 2026] GET /v2.0/floatingips => generated 19 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1594/3245] 10.0.0.146 () {32 vars in 646 bytes} [Tue Apr 14 06:57:17 2026] GET /v2.0/routers => generated 15 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1652/3246] 10.0.0.146 () {32 vars in 642 bytes} [Tue Apr 14 06:57:17 2026] GET /v2.0/ports => generated 4725 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1595/3247] 10.0.0.146 () {32 vars in 646 bytes} [Tue Apr 14 06:57:17 2026] GET /v2.0/subnets => generated 1308 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1653/3248] 10.0.0.146 () {32 vars in 648 bytes} [Tue Apr 14 06:57:17 2026] GET /v2.0/networks => generated 2168 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1596/3249] 10.0.0.146 () {32 vars in 662 bytes} [Tue Apr 14 06:57:17 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: 1654/3250] 10.0.0.146 () {32 vars in 654 bytes} [Tue Apr 14 06:57:17 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)