+ COMMAND=start + start + confs='--config-file /etc/neutron/neutron.conf' + confs+=' --config-file /etc/neutron/neutron_vpnaas.conf' + confs+=' --config-file /etc/neutron/taas_plugin.ini' + confs+=' --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' + exec uwsgi --ini /etc/neutron/neutron-api-uwsgi.ini --pyargv ' --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/neutron_vpnaas.conf --config-file /etc/neutron/taas_plugin.ini --config-file /etc/neutron/plugins/ml2/ml2_conf.ini ' [uWSGI] getting INI configuration from /etc/neutron/neutron-api-uwsgi.ini *** Starting uWSGI 2.0.31 (64bit) on [Thu Sep 10 02:38:02 2026] *** compiled with version: 13.3.0 on 06 August 2026 01:02:01 os: Linux-5.15.0-190-generic #200-Ubuntu SMP Fri Aug 7 15:06:04 UTC 2026 nodename: neutron-server-8665dd6444-gpgxn machine: x86_64 clock source: unix pcre jit disabled detected number of CPU cores: 16 current working directory: / detected binary path: /var/lib/openstack/bin/uwsgi *** dumping internal routing table *** [rule: 0] subject: user_agent regexp: ^kube-probe.* action: donotlog: *** end of the internal routing table *** your memory page size is 4096 bytes detected max file descriptor number: 1048576 lock engine: pthread robust mutexes thunder lock: enabled uwsgi socket 0 bound to TCP address 0.0.0.0:9696 fd 3 Python version: 3.12.3 (main, Mar 23 2026, 19:04:32) [GCC 13.3.0] Python main interpreter initialized at 0x7fcbc2bcf668 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-09-10 02:38:06.318 8 INFO neutron.common.config [-] Logging enabled! 2026-09-10 02:38:06.318 8 INFO neutron.common.config [-] uwsgi version 26.0.14.dev6 2026-09-10 02:38:06.362 7 INFO neutron.common.config [-] Logging enabled! 2026-09-10 02:38:06.362 7 INFO neutron.common.config [-] uwsgi version 26.0.14.dev6 2026-09-10 02:38:07.350 8 INFO neutron.manager [-] Loading core plugin: ml2 2026-09-10 02:38:07.368 7 INFO neutron.manager [-] Loading core plugin: ml2 2026-09-10 02:38:08.745 8 INFO neutron.plugins.ml2.managers [-] Configured type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-09-10 02:38:08.748 8 INFO neutron.plugins.ml2.drivers.type_flat [-] Arbitrary flat physical_network names allowed 2026-09-10 02:38:08.751 8 INFO neutron.plugins.ml2.drivers.type_vlan [-] Network VLAN ranges: OrderedDict({'external': [(1, 4094)]}) 2026-09-10 02:38:08.752 8 INFO neutron.plugins.ml2.managers [-] Loaded type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-09-10 02:38:08.752 8 INFO neutron.plugins.ml2.managers [-] Registered types: dict_keys(['flat', 'gre', 'vlan', 'vxlan']) 2026-09-10 02:38:08.753 8 INFO neutron.plugins.ml2.managers [-] Tenant network_types: ['vxlan'] 2026-09-10 02:38:08.753 8 INFO neutron.plugins.ml2.managers [-] Configured extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-09-10 02:38:08.760 8 INFO neutron.plugins.ml2.managers [-] Loaded extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-09-10 02:38:08.760 8 INFO neutron.plugins.ml2.managers [-] Registered extension drivers: ['dns_domain_ports', 'port_security', 'qos'] 2026-09-10 02:38:08.760 8 INFO neutron.plugins.ml2.managers [-] Configured mechanism driver names: ['openvswitch', 'l2population'] 2026-09-10 02:38:08.782 8 INFO neutron.plugins.ml2.drivers.mech_agent [-] Open vSwitch agent's supported_vnic_types: ['normal', 'direct', 'smart-nic', 'vdpa'] 2026-09-10 02:38:08.783 8 INFO neutron.plugins.ml2.managers [-] Loaded mechanism driver names: ['openvswitch', 'l2population'] 2026-09-10 02:38:08.783 8 INFO neutron.plugins.ml2.managers [-] Registered mechanism drivers: ['openvswitch', 'l2population'] 2026-09-10 02:38:08.821 7 INFO neutron.plugins.ml2.managers [-] Configured type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-09-10 02:38:08.824 7 INFO neutron.plugins.ml2.drivers.type_flat [-] Arbitrary flat physical_network names allowed 2026-09-10 02:38:08.827 7 INFO neutron.plugins.ml2.drivers.type_vlan [-] Network VLAN ranges: OrderedDict({'external': [(1, 4094)]}) 2026-09-10 02:38:08.828 7 INFO neutron.plugins.ml2.managers [-] Loaded type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-09-10 02:38:08.828 7 INFO neutron.plugins.ml2.managers [-] Registered types: dict_keys(['flat', 'gre', 'vlan', 'vxlan']) 2026-09-10 02:38:08.829 7 INFO neutron.plugins.ml2.managers [-] Tenant network_types: ['vxlan'] 2026-09-10 02:38:08.829 7 INFO neutron.plugins.ml2.managers [-] Configured extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-09-10 02:38:08.831 8 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'flat' 2026-09-10 02:38:08.831 8 INFO neutron.plugins.ml2.drivers.type_flat [-] ML2 FlatTypeDriver initialization complete 2026-09-10 02:38:08.831 8 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'gre' 2026-09-10 02:38:08.831 8 INFO neutron.plugins.ml2.drivers.type_tunnel [-] gre ID ranges: [(1, 1000)] 2026-09-10 02:38:08.837 7 INFO neutron.plugins.ml2.managers [-] Loaded extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-09-10 02:38:08.837 7 INFO neutron.plugins.ml2.managers [-] Registered extension drivers: ['dns_domain_ports', 'port_security', 'qos'] 2026-09-10 02:38:08.837 7 INFO neutron.plugins.ml2.managers [-] Configured mechanism driver names: ['openvswitch', 'l2population'] 2026-09-10 02:38:08.865 7 INFO neutron.plugins.ml2.drivers.mech_agent [-] Open vSwitch agent's supported_vnic_types: ['normal', 'direct', 'smart-nic', 'vdpa'] 2026-09-10 02:38:08.867 7 INFO neutron.plugins.ml2.managers [-] Loaded mechanism driver names: ['openvswitch', 'l2population'] 2026-09-10 02:38:08.867 7 INFO neutron.plugins.ml2.managers [-] Registered mechanism drivers: ['openvswitch', 'l2population'] 2026-09-10 02:38:08.920 7 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'flat' 2026-09-10 02:38:08.920 7 INFO neutron.plugins.ml2.drivers.type_flat [-] ML2 FlatTypeDriver initialization complete 2026-09-10 02:38:08.920 7 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'gre' 2026-09-10 02:38:08.920 7 INFO neutron.plugins.ml2.drivers.type_tunnel [-] gre ID ranges: [(1, 1000)] 2026-09-10 02:38:09.094 8 INFO neutron.plugins.ml2.managers [None req-ad59c25e-9057-41e3-b9d2-b3c43ad82519 - - - - - -] Initializing driver for type 'vlan' 2026-09-10 02:38:09.200 7 INFO neutron.plugins.ml2.managers [None req-4c46ca19-8302-4b0a-bdf3-b21d701840b3 - - - - - -] Initializing driver for type 'vlan' 2026-09-10 02:38:09.376 8 INFO neutron.plugins.ml2.drivers.type_vlan [None req-ad59c25e-9057-41e3-b9d2-b3c43ad82519 - - - - - -] VlanTypeDriver initialization complete 2026-09-10 02:38:09.377 8 INFO neutron.plugins.ml2.managers [None req-ad59c25e-9057-41e3-b9d2-b3c43ad82519 - - - - - -] Initializing driver for type 'vxlan' 2026-09-10 02:38:09.377 8 INFO neutron.plugins.ml2.drivers.type_tunnel [None req-ad59c25e-9057-41e3-b9d2-b3c43ad82519 - - - - - -] vxlan ID ranges: [(1, 1000)] 2026-09-10 02:38:09.390 8 INFO neutron.plugins.ml2.managers [None req-ad59c25e-9057-41e3-b9d2-b3c43ad82519 - - - - - -] Initializing extension driver 'dns_domain_ports' 2026-09-10 02:38:09.390 8 INFO neutron.plugins.ml2.extensions.dns_integration [None req-ad59c25e-9057-41e3-b9d2-b3c43ad82519 - - - - - -] DNSDomainPortsExtensionDriver initialization complete 2026-09-10 02:38:09.390 8 INFO neutron.plugins.ml2.managers [None req-ad59c25e-9057-41e3-b9d2-b3c43ad82519 - - - - - -] Initializing extension driver 'port_security' 2026-09-10 02:38:09.390 8 INFO neutron.plugins.ml2.extensions.port_security [None req-ad59c25e-9057-41e3-b9d2-b3c43ad82519 - - - - - -] PortSecurityExtensionDriver initialization complete 2026-09-10 02:38:09.390 8 INFO neutron.plugins.ml2.managers [None req-ad59c25e-9057-41e3-b9d2-b3c43ad82519 - - - - - -] Initializing extension driver 'qos' 2026-09-10 02:38:09.390 8 INFO neutron.plugins.ml2.managers [None req-ad59c25e-9057-41e3-b9d2-b3c43ad82519 - - - - - -] Initializing mechanism driver 'openvswitch' 2026-09-10 02:38:09.390 8 INFO neutron.plugins.ml2.managers [None req-ad59c25e-9057-41e3-b9d2-b3c43ad82519 - - - - - -] Initializing mechanism driver 'l2population' 2026-09-10 02:38:09.402 8 INFO neutron.quota [None req-285ac992-193f-4e57-8ba3-708148db52c6 - - - - - -] Loaded quota_driver: . 2026-09-10 02:38:09.402 8 INFO neutron.plugins.ml2.plugin [None req-285ac992-193f-4e57-8ba3-708148db52c6 - - - - - -] Modular L2 Plugin initialization complete 2026-09-10 02:38:09.403 8 INFO neutron.plugins.ml2.managers [None req-285ac992-193f-4e57-8ba3-708148db52c6 - - - - - -] Got dns-integration extension from driver 'dns_domain_ports' 2026-09-10 02:38:09.403 8 INFO neutron.plugins.ml2.managers [None req-285ac992-193f-4e57-8ba3-708148db52c6 - - - - - -] Got dns-domain-ports extension from driver 'dns_domain_ports' 2026-09-10 02:38:09.403 8 INFO neutron.plugins.ml2.managers [None req-285ac992-193f-4e57-8ba3-708148db52c6 - - - - - -] Got port-security extension from driver 'port_security' 2026-09-10 02:38:09.403 8 INFO neutron.extensions.vlantransparent [None req-285ac992-193f-4e57-8ba3-708148db52c6 - - - - - -] Disabled vlantransparent extension. 2026-09-10 02:38:09.403 8 INFO neutron.extensions.qinq [None req-285ac992-193f-4e57-8ba3-708148db52c6 - - - - - -] Disabled VLAN QinQ extension. 2026-09-10 02:38:09.403 8 INFO neutron.manager [None req-285ac992-193f-4e57-8ba3-708148db52c6 - - - - - -] Loading Plugin: qos 2026-09-10 02:38:09.415 8 INFO neutron.manager [None req-285ac992-193f-4e57-8ba3-708148db52c6 - - - - - -] Loading Plugin: router 2026-09-10 02:38:09.459 8 INFO neutron.services.service_base [None req-285ac992-193f-4e57-8ba3-708148db52c6 - - - - - -] Default provider is not specified for service type L3_ROUTER_NAT 2026-09-10 02:38:09.459 8 INFO neutron.manager [None req-285ac992-193f-4e57-8ba3-708148db52c6 - - - - - -] Loading Plugin: segments 2026-09-10 02:38:09.527 7 INFO neutron.plugins.ml2.drivers.type_vlan [None req-4c46ca19-8302-4b0a-bdf3-b21d701840b3 - - - - - -] VlanTypeDriver initialization complete 2026-09-10 02:38:09.528 7 INFO neutron.plugins.ml2.managers [None req-4c46ca19-8302-4b0a-bdf3-b21d701840b3 - - - - - -] Initializing driver for type 'vxlan' 2026-09-10 02:38:09.528 7 INFO neutron.plugins.ml2.drivers.type_tunnel [None req-4c46ca19-8302-4b0a-bdf3-b21d701840b3 - - - - - -] vxlan ID ranges: [(1, 1000)] 2026-09-10 02:38:09.542 7 INFO neutron.plugins.ml2.managers [None req-4c46ca19-8302-4b0a-bdf3-b21d701840b3 - - - - - -] Initializing extension driver 'dns_domain_ports' 2026-09-10 02:38:09.543 7 INFO neutron.plugins.ml2.extensions.dns_integration [None req-4c46ca19-8302-4b0a-bdf3-b21d701840b3 - - - - - -] DNSDomainPortsExtensionDriver initialization complete 2026-09-10 02:38:09.543 7 INFO neutron.plugins.ml2.managers [None req-4c46ca19-8302-4b0a-bdf3-b21d701840b3 - - - - - -] Initializing extension driver 'port_security' 2026-09-10 02:38:09.543 7 INFO neutron.plugins.ml2.extensions.port_security [None req-4c46ca19-8302-4b0a-bdf3-b21d701840b3 - - - - - -] PortSecurityExtensionDriver initialization complete 2026-09-10 02:38:09.543 7 INFO neutron.plugins.ml2.managers [None req-4c46ca19-8302-4b0a-bdf3-b21d701840b3 - - - - - -] Initializing extension driver 'qos' 2026-09-10 02:38:09.543 7 INFO neutron.plugins.ml2.managers [None req-4c46ca19-8302-4b0a-bdf3-b21d701840b3 - - - - - -] Initializing mechanism driver 'openvswitch' 2026-09-10 02:38:09.544 7 INFO neutron.plugins.ml2.managers [None req-4c46ca19-8302-4b0a-bdf3-b21d701840b3 - - - - - -] Initializing mechanism driver 'l2population' 2026-09-10 02:38:09.556 8 INFO neutron.manager [None req-285ac992-193f-4e57-8ba3-708148db52c6 - - - - - -] Loading Plugin: trunk 2026-09-10 02:38:09.559 7 INFO neutron.quota [None req-a3879c09-d447-4a9c-8352-dadd3626dd02 - - - - - -] Loaded quota_driver: . 2026-09-10 02:38:09.560 7 INFO neutron.plugins.ml2.plugin [None req-a3879c09-d447-4a9c-8352-dadd3626dd02 - - - - - -] Modular L2 Plugin initialization complete 2026-09-10 02:38:09.560 7 INFO neutron.plugins.ml2.managers [None req-a3879c09-d447-4a9c-8352-dadd3626dd02 - - - - - -] Got dns-integration extension from driver 'dns_domain_ports' 2026-09-10 02:38:09.560 7 INFO neutron.plugins.ml2.managers [None req-a3879c09-d447-4a9c-8352-dadd3626dd02 - - - - - -] Got dns-domain-ports extension from driver 'dns_domain_ports' 2026-09-10 02:38:09.560 7 INFO neutron.plugins.ml2.managers [None req-a3879c09-d447-4a9c-8352-dadd3626dd02 - - - - - -] Got port-security extension from driver 'port_security' 2026-09-10 02:38:09.560 7 INFO neutron.extensions.vlantransparent [None req-a3879c09-d447-4a9c-8352-dadd3626dd02 - - - - - -] Disabled vlantransparent extension. 2026-09-10 02:38:09.560 7 INFO neutron.extensions.qinq [None req-a3879c09-d447-4a9c-8352-dadd3626dd02 - - - - - -] Disabled VLAN QinQ extension. 2026-09-10 02:38:09.560 7 INFO neutron.manager [None req-a3879c09-d447-4a9c-8352-dadd3626dd02 - - - - - -] Loading Plugin: qos 2026-09-10 02:38:09.570 8 INFO neutron.manager [None req-285ac992-193f-4e57-8ba3-708148db52c6 - - - - - -] Loading Plugin: vpnaas 2026-09-10 02:38:09.580 7 INFO neutron.manager [None req-a3879c09-d447-4a9c-8352-dadd3626dd02 - - - - - -] Loading Plugin: router 2026-09-10 02:38:09.613 8 WARNING stevedore.named [None req-285ac992-193f-4e57-8ba3-708148db52c6 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-09-10 02:38:09.614 8 WARNING stevedore.named [None req-285ac992-193f-4e57-8ba3-708148db52c6 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-09-10 02:38:09.653 7 INFO neutron.services.service_base [None req-a3879c09-d447-4a9c-8352-dadd3626dd02 - - - - - -] Default provider is not specified for service type L3_ROUTER_NAT 2026-09-10 02:38:09.654 7 INFO neutron.manager [None req-a3879c09-d447-4a9c-8352-dadd3626dd02 - - - - - -] Loading Plugin: segments 2026-09-10 02:38:09.687 8 INFO neutron_vpnaas.services.vpn.plugin [None req-285ac992-193f-4e57-8ba3-708148db52c6 - - - - - -] VPN plugin using service drivers: dict_keys(['strongswan']), default: strongswan 2026-09-10 02:38:09.687 8 INFO neutron.common.utils [None req-285ac992-193f-4e57-8ba3-708148db52c6 - - - - - -] Disable filter validation extension by service plugin VPNDriverPlugin. 2026-09-10 02:38:09.687 8 INFO neutron.manager [None req-285ac992-193f-4e57-8ba3-708148db52c6 - - - - - -] Loading Plugin: taas 2026-09-10 02:38:09.711 8 WARNING stevedore.named [None req-285ac992-193f-4e57-8ba3-708148db52c6 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-09-10 02:38:09.742 8 INFO neutron_taas.services.taas.taas_plugin [None req-285ac992-193f-4e57-8ba3-708148db52c6 - - - - - -] TAAS Plugin initialized using service drivers: dict_keys(['taas']), default: taas 2026-09-10 02:38:09.742 8 INFO neutron.manager [None req-285ac992-193f-4e57-8ba3-708148db52c6 - - - - - -] Loading Plugin: tapmirror 2026-09-10 02:38:09.751 8 WARNING stevedore.named [None req-285ac992-193f-4e57-8ba3-708148db52c6 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-09-10 02:38:09.754 7 INFO neutron.manager [None req-a3879c09-d447-4a9c-8352-dadd3626dd02 - - - - - -] Loading Plugin: trunk 2026-09-10 02:38:09.769 7 INFO neutron.manager [None req-a3879c09-d447-4a9c-8352-dadd3626dd02 - - - - - -] Loading Plugin: vpnaas 2026-09-10 02:38:09.770 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-285ac992-193f-4e57-8ba3-708148db52c6 - - - - - -] Tap Mirror plugin using service drivers: dict_keys(['taas']), default: taas 2026-09-10 02:38:09.771 8 INFO neutron.manager [None req-285ac992-193f-4e57-8ba3-708148db52c6 - - - - - -] Loading Plugin: auto_allocate 2026-09-10 02:38:09.778 8 INFO neutron.manager [None req-285ac992-193f-4e57-8ba3-708148db52c6 - - - - - -] Loading Plugin: tag 2026-09-10 02:38:09.786 8 INFO neutron.manager [None req-285ac992-193f-4e57-8ba3-708148db52c6 - - - - - -] Loading Plugin: timestamp 2026-09-10 02:38:09.789 8 INFO neutron.manager [None req-285ac992-193f-4e57-8ba3-708148db52c6 - - - - - -] Loading Plugin: network_ip_availability 2026-09-10 02:38:09.793 8 INFO neutron.manager [None req-285ac992-193f-4e57-8ba3-708148db52c6 - - - - - -] Loading Plugin: flavors 2026-09-10 02:38:09.797 8 INFO neutron.manager [None req-285ac992-193f-4e57-8ba3-708148db52c6 - - - - - -] Loading Plugin: revisions 2026-09-10 02:38:09.800 8 INFO neutron.api.extensions [None req-285ac992-193f-4e57-8ba3-708148db52c6 - - - - - -] Initializing extension manager. 2026-09-10 02:38:09.801 8 INFO neutron.api.extensions [None req-285ac992-193f-4e57-8ba3-708148db52c6 - - - - - -] Loaded extension: address-group 2026-09-10 02:38:09.802 8 INFO neutron.api.extensions [None req-285ac992-193f-4e57-8ba3-708148db52c6 - - - - - -] Loaded extension: address-scope 2026-09-10 02:38:09.803 8 INFO neutron.api.extensions [None req-285ac992-193f-4e57-8ba3-708148db52c6 - - - - - -] Loaded extension: router-admin-state-down-before-update 2026-09-10 02:38:09.804 8 INFO neutron.api.extensions [None req-285ac992-193f-4e57-8ba3-708148db52c6 - - - - - -] Loaded extension: agent 2026-09-10 02:38:09.805 8 INFO neutron.api.extensions [None req-285ac992-193f-4e57-8ba3-708148db52c6 - - - - - -] Loaded extension: agent-resources-synced 2026-09-10 02:38:09.806 8 INFO neutron.api.extensions [None req-285ac992-193f-4e57-8ba3-708148db52c6 - - - - - -] Loaded extension: allowed-address-pairs 2026-09-10 02:38:09.806 8 INFO neutron.api.extensions [None req-285ac992-193f-4e57-8ba3-708148db52c6 - - - - - -] Loaded extension: auto-allocated-topology 2026-09-10 02:38:09.807 8 INFO neutron.api.extensions [None req-285ac992-193f-4e57-8ba3-708148db52c6 - - - - - -] Loaded extension: availability_zone 2026-09-10 02:38:09.808 8 INFO neutron.api.extensions [None req-285ac992-193f-4e57-8ba3-708148db52c6 - - - - - -] Loaded extension: availability_zone_filter 2026-09-10 02:38:09.808 7 WARNING stevedore.named [None req-a3879c09-d447-4a9c-8352-dadd3626dd02 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-09-10 02:38:09.808 7 WARNING stevedore.named [None req-a3879c09-d447-4a9c-8352-dadd3626dd02 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-09-10 02:38:09.808 8 INFO neutron.api.extensions [None req-285ac992-193f-4e57-8ba3-708148db52c6 - - - - - -] Extension data-plane-status not supported by any of loaded plugins 2026-09-10 02:38:09.809 8 INFO neutron.api.extensions [None req-285ac992-193f-4e57-8ba3-708148db52c6 - - - - - -] Loaded extension: default-subnetpools 2026-09-10 02:38:09.810 8 INFO neutron.api.extensions [None req-285ac992-193f-4e57-8ba3-708148db52c6 - - - - - -] Loaded extension: dhcp_agent_scheduler 2026-09-10 02:38:09.811 8 INFO neutron.api.extensions [None req-285ac992-193f-4e57-8ba3-708148db52c6 - - - - - -] Loaded extension: dns-integration 2026-09-10 02:38:09.811 8 INFO neutron.api.extensions [None req-285ac992-193f-4e57-8ba3-708148db52c6 - - - - - -] Loaded extension: dns-domain-ports 2026-09-10 02:38:09.812 8 INFO neutron.api.extensions [None req-285ac992-193f-4e57-8ba3-708148db52c6 - - - - - -] Extension dns-integration-domain-keywords not supported by any of loaded plugins 2026-09-10 02:38:09.813 8 INFO neutron.api.extensions [None req-285ac992-193f-4e57-8ba3-708148db52c6 - - - - - -] Loaded extension: dvr 2026-09-10 02:38:09.813 8 INFO neutron.api.extensions [None req-285ac992-193f-4e57-8ba3-708148db52c6 - - - - - -] Extension ecmp_routes not supported by any of loaded plugins 2026-09-10 02:38:09.814 8 INFO neutron.api.extensions [None req-285ac992-193f-4e57-8ba3-708148db52c6 - - - - - -] Loaded extension: empty-string-filtering 2026-09-10 02:38:09.814 8 INFO neutron.api.extensions [None req-285ac992-193f-4e57-8ba3-708148db52c6 - - - - - -] Extension expose-l3-conntrack-helper not supported by any of loaded plugins 2026-09-10 02:38:09.815 8 INFO neutron.api.extensions [None req-285ac992-193f-4e57-8ba3-708148db52c6 - - - - - -] Extension expose-port-forwarding-in-fip not supported by any of loaded plugins 2026-09-10 02:38:09.815 8 INFO neutron.api.extensions [None req-285ac992-193f-4e57-8ba3-708148db52c6 - - - - - -] Loaded extension: external-net 2026-09-10 02:38:09.816 8 INFO neutron.api.extensions [None req-285ac992-193f-4e57-8ba3-708148db52c6 - - - - - -] Loaded extension: extra_dhcp_opt 2026-09-10 02:38:09.816 8 INFO neutron.api.extensions [None req-285ac992-193f-4e57-8ba3-708148db52c6 - - - - - -] Loaded extension: extraroute 2026-09-10 02:38:09.817 8 INFO neutron.api.extensions [None req-285ac992-193f-4e57-8ba3-708148db52c6 - - - - - -] Loaded extension: extraroute-atomic 2026-09-10 02:38:09.817 8 INFO neutron.api.extensions [None req-285ac992-193f-4e57-8ba3-708148db52c6 - - - - - -] Extension filter-validation not supported by any of loaded plugins 2026-09-10 02:38:09.818 8 INFO neutron.api.extensions [None req-285ac992-193f-4e57-8ba3-708148db52c6 - - - - - -] Extension floating-ip-port-forwarding-description not supported by any of loaded plugins 2026-09-10 02:38:09.819 8 INFO neutron.api.extensions [None req-285ac992-193f-4e57-8ba3-708148db52c6 - - - - - -] Loaded extension: floating-ip-port-forwarding-detail 2026-09-10 02:38:09.820 8 INFO neutron.api.extensions [None req-285ac992-193f-4e57-8ba3-708148db52c6 - - - - - -] Extension floating-ip-port-forwarding-port-ranges not supported by any of loaded plugins 2026-09-10 02:38:09.821 8 INFO neutron.api.extensions [None req-285ac992-193f-4e57-8ba3-708148db52c6 - - - - - -] Loaded extension: fip-port-details 2026-09-10 02:38:09.821 8 INFO neutron.api.extensions [None req-285ac992-193f-4e57-8ba3-708148db52c6 - - - - - -] Loaded extension: flavors 2026-09-10 02:38:09.822 8 INFO neutron.api.extensions [None req-285ac992-193f-4e57-8ba3-708148db52c6 - - - - - -] Extension floating-ip-port-forwarding not supported by any of loaded plugins 2026-09-10 02:38:09.823 8 INFO neutron.api.extensions [None req-285ac992-193f-4e57-8ba3-708148db52c6 - - - - - -] Loaded extension: floatingip-pools 2026-09-10 02:38:09.824 8 INFO neutron.api.extensions [None req-285ac992-193f-4e57-8ba3-708148db52c6 - - - - - -] Loaded extension: ip_allocation 2026-09-10 02:38:09.824 8 INFO neutron.api.extensions [None req-285ac992-193f-4e57-8ba3-708148db52c6 - - - - - -] Loaded extension: ip-substring-filtering 2026-09-10 02:38:09.825 8 INFO neutron.api.extensions [None req-285ac992-193f-4e57-8ba3-708148db52c6 - - - - - -] Loaded extension: l2_adjacency 2026-09-10 02:38:09.826 8 INFO neutron.api.extensions [None req-285ac992-193f-4e57-8ba3-708148db52c6 - - - - - -] Loaded extension: router 2026-09-10 02:38:09.828 8 INFO neutron.api.extensions [None req-285ac992-193f-4e57-8ba3-708148db52c6 - - - - - -] Extension l3-conntrack-helper not supported by any of loaded plugins 2026-09-10 02:38:09.828 8 INFO neutron.api.extensions [None req-285ac992-193f-4e57-8ba3-708148db52c6 - - - - - -] Extension enable-default-route-bfd not supported by any of loaded plugins 2026-09-10 02:38:09.829 8 INFO neutron.api.extensions [None req-285ac992-193f-4e57-8ba3-708148db52c6 - - - - - -] Extension enable-default-route-ecmp not supported by any of loaded plugins 2026-09-10 02:38:09.829 8 INFO neutron.api.extensions [None req-285ac992-193f-4e57-8ba3-708148db52c6 - - - - - -] Loaded extension: ext-gw-mode 2026-09-10 02:38:09.830 8 INFO neutron.api.extensions [None req-285ac992-193f-4e57-8ba3-708148db52c6 - - - - - -] Loaded extension: l3-ha 2026-09-10 02:38:09.830 8 INFO neutron.api.extensions [None req-285ac992-193f-4e57-8ba3-708148db52c6 - - - - - -] Extension l3-ext-ndp-proxy not supported by any of loaded plugins 2026-09-10 02:38:09.831 8 INFO neutron.api.extensions [None req-285ac992-193f-4e57-8ba3-708148db52c6 - - - - - -] Extension external-gateway-multihoming not supported by any of loaded plugins 2026-09-10 02:38:09.831 8 INFO neutron.api.extensions [None req-285ac992-193f-4e57-8ba3-708148db52c6 - - - - - -] Loaded extension: l3-flavors 2026-09-10 02:38:09.832 8 INFO neutron.api.extensions [None req-285ac992-193f-4e57-8ba3-708148db52c6 - - - - - -] Extension l3-ndp-proxy not supported by any of loaded plugins 2026-09-10 02:38:09.833 8 INFO neutron.api.extensions [None req-285ac992-193f-4e57-8ba3-708148db52c6 - - - - - -] Loaded extension: l3-port-ip-change-not-allowed 2026-09-10 02:38:09.835 8 INFO neutron.api.extensions [None req-285ac992-193f-4e57-8ba3-708148db52c6 - - - - - -] Loaded extension: l3_agent_scheduler 2026-09-10 02:38:09.836 8 INFO neutron.api.extensions [None req-285ac992-193f-4e57-8ba3-708148db52c6 - - - - - -] Extension local_ip not supported by any of loaded plugins 2026-09-10 02:38:09.837 8 INFO neutron.api.extensions [None req-285ac992-193f-4e57-8ba3-708148db52c6 - - - - - -] Extension logging not supported by any of loaded plugins 2026-09-10 02:38:09.838 8 INFO neutron.api.extensions [None req-285ac992-193f-4e57-8ba3-708148db52c6 - - - - - -] Extension metering not supported by any of loaded plugins 2026-09-10 02:38:09.839 8 INFO neutron.api.extensions [None req-285ac992-193f-4e57-8ba3-708148db52c6 - - - - - -] Extension metering_source_and_destination_fields not supported by any of loaded plugins 2026-09-10 02:38:09.839 8 INFO neutron.api.extensions [None req-285ac992-193f-4e57-8ba3-708148db52c6 - - - - - -] Loaded extension: multi-provider 2026-09-10 02:38:09.840 8 INFO neutron.api.extensions [None req-285ac992-193f-4e57-8ba3-708148db52c6 - - - - - -] Loaded extension: net-mtu 2026-09-10 02:38:09.840 8 INFO neutron.api.extensions [None req-285ac992-193f-4e57-8ba3-708148db52c6 - - - - - -] Loaded extension: net-mtu-writable 2026-09-10 02:38:09.841 8 INFO neutron.api.extensions [None req-285ac992-193f-4e57-8ba3-708148db52c6 - - - - - -] Loaded extension: network_availability_zone 2026-09-10 02:38:09.841 8 INFO neutron.api.extensions [None req-285ac992-193f-4e57-8ba3-708148db52c6 - - - - - -] Loaded extension: network_ha 2026-09-10 02:38:09.842 8 INFO neutron.api.extensions [None req-285ac992-193f-4e57-8ba3-708148db52c6 - - - - - -] Loaded extension: network-ip-availability 2026-09-10 02:38:09.843 8 INFO neutron.api.extensions [None req-285ac992-193f-4e57-8ba3-708148db52c6 - - - - - -] Extension network-segment-range not supported by any of loaded plugins 2026-09-10 02:38:09.843 8 INFO neutron.api.extensions [None req-285ac992-193f-4e57-8ba3-708148db52c6 - - - - - -] Loaded extension: pagination 2026-09-10 02:38:09.844 8 INFO neutron.api.extensions [None req-285ac992-193f-4e57-8ba3-708148db52c6 - - - - - -] Loaded extension: port-device-profile 2026-09-10 02:38:09.844 8 INFO neutron.api.extensions [None req-285ac992-193f-4e57-8ba3-708148db52c6 - - - - - -] Extension port-hardware-offload-type not supported by any of loaded plugins 2026-09-10 02:38:09.845 8 INFO neutron.api.extensions [None req-285ac992-193f-4e57-8ba3-708148db52c6 - - - - - -] Extension port-hint-ovs-tx-steering not supported by any of loaded plugins 2026-09-10 02:38:09.845 8 INFO neutron.api.extensions [None req-285ac992-193f-4e57-8ba3-708148db52c6 - - - - - -] Extension port-hints not supported by any of loaded plugins 2026-09-10 02:38:09.846 8 INFO neutron.api.extensions [None req-285ac992-193f-4e57-8ba3-708148db52c6 - - - - - -] Loaded extension: port-mac-override 2026-09-10 02:38:09.846 8 INFO neutron.api.extensions [None req-285ac992-193f-4e57-8ba3-708148db52c6 - - - - - -] Loaded extension: port-mac-address-regenerate 2026-09-10 02:38:09.847 8 INFO neutron.api.extensions [None req-285ac992-193f-4e57-8ba3-708148db52c6 - - - - - -] Loaded extension: port-numa-affinity-policy 2026-09-10 02:38:09.847 8 INFO neutron.api.extensions [None req-285ac992-193f-4e57-8ba3-708148db52c6 - - - - - -] Loaded extension: port-numa-affinity-policy-socket 2026-09-10 02:38:09.848 8 INFO neutron.api.extensions [None req-285ac992-193f-4e57-8ba3-708148db52c6 - - - - - -] Loaded extension: port-resource-request 2026-09-10 02:38:09.848 8 INFO neutron.api.extensions [None req-285ac992-193f-4e57-8ba3-708148db52c6 - - - - - -] Loaded extension: port-resource-request-groups 2026-09-10 02:38:09.849 8 INFO neutron.api.extensions [None req-285ac992-193f-4e57-8ba3-708148db52c6 - - - - - -] Extension port-trusted-vif not supported by any of loaded plugins 2026-09-10 02:38:09.849 8 INFO neutron.api.extensions [None req-285ac992-193f-4e57-8ba3-708148db52c6 - - - - - -] Loaded extension: binding 2026-09-10 02:38:09.850 8 INFO neutron.api.extensions [None req-285ac992-193f-4e57-8ba3-708148db52c6 - - - - - -] Loaded extension: binding-extended 2026-09-10 02:38:09.851 8 INFO neutron.api.extensions [None req-285ac992-193f-4e57-8ba3-708148db52c6 - - - - - -] Loaded extension: port-security 2026-09-10 02:38:09.851 8 INFO neutron.api.extensions [None req-285ac992-193f-4e57-8ba3-708148db52c6 - - - - - -] Loaded extension: project-id 2026-09-10 02:38:09.851 8 INFO neutron.api.extensions [None req-285ac992-193f-4e57-8ba3-708148db52c6 - - - - - -] Loaded extension: provider 2026-09-10 02:38:09.853 8 INFO neutron.api.extensions [None req-285ac992-193f-4e57-8ba3-708148db52c6 - - - - - -] Extension qinq not supported by any of loaded plugins 2026-09-10 02:38:09.855 8 INFO neutron.api.extensions [None req-285ac992-193f-4e57-8ba3-708148db52c6 - - - - - -] Loaded extension: qos 2026-09-10 02:38:09.855 8 INFO neutron.api.extensions [None req-285ac992-193f-4e57-8ba3-708148db52c6 - - - - - -] Loaded extension: qos-bw-limit-direction 2026-09-10 02:38:09.856 8 INFO neutron.api.extensions [None req-285ac992-193f-4e57-8ba3-708148db52c6 - - - - - -] Loaded extension: qos-bw-minimum-ingress 2026-09-10 02:38:09.856 8 INFO neutron.api.extensions [None req-285ac992-193f-4e57-8ba3-708148db52c6 - - - - - -] Loaded extension: qos-default 2026-09-10 02:38:09.857 8 INFO neutron.api.extensions [None req-285ac992-193f-4e57-8ba3-708148db52c6 - - - - - -] Loaded extension: qos-fip 2026-09-10 02:38:09.857 8 INFO neutron.api.extensions [None req-285ac992-193f-4e57-8ba3-708148db52c6 - - - - - -] Extension qos-fip-network-policy not supported by any of loaded plugins 2026-09-10 02:38:09.858 8 INFO neutron.api.extensions [None req-285ac992-193f-4e57-8ba3-708148db52c6 - - - - - -] Loaded extension: qos-gateway-ip 2026-09-10 02:38:09.858 8 INFO neutron.api.extensions [None req-285ac992-193f-4e57-8ba3-708148db52c6 - - - - - -] Loaded extension: qos-port-network-policy 2026-09-10 02:38:09.859 8 INFO neutron.api.extensions [None req-285ac992-193f-4e57-8ba3-708148db52c6 - - - - - -] Loaded extension: qos-pps-minimum 2026-09-10 02:38:09.860 8 INFO neutron.api.extensions [None req-285ac992-193f-4e57-8ba3-708148db52c6 - - - - - -] Loaded extension: qos-pps-minimum-rule-alias 2026-09-10 02:38:09.860 8 INFO neutron.api.extensions [None req-285ac992-193f-4e57-8ba3-708148db52c6 - - - - - -] Loaded extension: qos-pps 2026-09-10 02:38:09.861 8 INFO neutron.api.extensions [None req-285ac992-193f-4e57-8ba3-708148db52c6 - - - - - -] Loaded extension: qos-rule-type-details 2026-09-10 02:38:09.861 8 INFO neutron.api.extensions [None req-285ac992-193f-4e57-8ba3-708148db52c6 - - - - - -] Loaded extension: qos-rule-type-filter 2026-09-10 02:38:09.862 8 INFO neutron.api.extensions [None req-285ac992-193f-4e57-8ba3-708148db52c6 - - - - - -] Loaded extension: qos-rules-alias 2026-09-10 02:38:09.862 8 INFO neutron.api.extensions [None req-285ac992-193f-4e57-8ba3-708148db52c6 - - - - - -] Loaded extension: quota-check-limit 2026-09-10 02:38:09.863 8 INFO neutron.api.extensions [None req-285ac992-193f-4e57-8ba3-708148db52c6 - - - - - -] Loaded extension: quota-check-limit-default 2026-09-10 02:38:09.865 8 INFO neutron.api.extensions [None req-285ac992-193f-4e57-8ba3-708148db52c6 - - - - - -] Loaded extension: quotas 2026-09-10 02:38:09.866 8 INFO neutron.api.extensions [None req-285ac992-193f-4e57-8ba3-708148db52c6 - - - - - -] Loaded extension: quota_details 2026-09-10 02:38:09.867 8 INFO neutron.api.extensions [None req-285ac992-193f-4e57-8ba3-708148db52c6 - - - - - -] Loaded extension: rbac-policies 2026-09-10 02:38:09.868 8 INFO neutron.api.extensions [None req-285ac992-193f-4e57-8ba3-708148db52c6 - - - - - -] Loaded extension: rbac-address-group 2026-09-10 02:38:09.868 8 INFO neutron.api.extensions [None req-285ac992-193f-4e57-8ba3-708148db52c6 - - - - - -] Loaded extension: rbac-address-scope 2026-09-10 02:38:09.869 8 INFO neutron.api.extensions [None req-285ac992-193f-4e57-8ba3-708148db52c6 - - - - - -] Loaded extension: rbac-security-groups 2026-09-10 02:38:09.869 8 INFO neutron.api.extensions [None req-285ac992-193f-4e57-8ba3-708148db52c6 - - - - - -] Loaded extension: rbac-subnetpool 2026-09-10 02:38:09.870 8 INFO neutron.api.extensions [None req-285ac992-193f-4e57-8ba3-708148db52c6 - - - - - -] Loaded extension: revision-if-match 2026-09-10 02:38:09.871 8 INFO neutron.api.extensions [None req-285ac992-193f-4e57-8ba3-708148db52c6 - - - - - -] Loaded extension: standard-attr-revisions 2026-09-10 02:38:09.871 8 INFO neutron.api.extensions [None req-285ac992-193f-4e57-8ba3-708148db52c6 - - - - - -] Loaded extension: router_availability_zone 2026-09-10 02:38:09.872 8 INFO neutron.api.extensions [None req-285ac992-193f-4e57-8ba3-708148db52c6 - - - - - -] Extension router-service-type not supported by any of loaded plugins 2026-09-10 02:38:09.875 8 INFO neutron.api.extensions [None req-285ac992-193f-4e57-8ba3-708148db52c6 - - - - - -] Loaded extension: security-groups-default-rules 2026-09-10 02:38:09.875 8 INFO neutron.api.extensions [None req-285ac992-193f-4e57-8ba3-708148db52c6 - - - - - -] Loaded extension: security-groups-normalized-cidr 2026-09-10 02:38:09.876 8 INFO neutron.api.extensions [None req-285ac992-193f-4e57-8ba3-708148db52c6 - - - - - -] Loaded extension: port-security-groups-filtering 2026-09-10 02:38:09.876 8 INFO neutron.api.extensions [None req-285ac992-193f-4e57-8ba3-708148db52c6 - - - - - -] Loaded extension: security-groups-remote-address-group 2026-09-10 02:38:09.877 8 INFO neutron.api.extensions [None req-285ac992-193f-4e57-8ba3-708148db52c6 - - - - - -] Loaded extension: security-groups-rules-belongs-to-default-sg 2026-09-10 02:38:09.877 8 INFO neutron.api.extensions [None req-285ac992-193f-4e57-8ba3-708148db52c6 - - - - - -] Loaded extension: security-groups-shared-filtering 2026-09-10 02:38:09.882 8 INFO neutron.api.extensions [None req-285ac992-193f-4e57-8ba3-708148db52c6 - - - - - -] Loaded extension: security-group 2026-09-10 02:38:09.883 8 INFO neutron.api.extensions [None req-285ac992-193f-4e57-8ba3-708148db52c6 - - - - - -] Loaded extension: segment 2026-09-10 02:38:09.883 8 INFO neutron.api.extensions [None req-285ac992-193f-4e57-8ba3-708148db52c6 - - - - - -] Loaded extension: segments-peer-subnet-host-routes 2026-09-10 02:38:09.884 8 INFO neutron.api.extensions [None req-285ac992-193f-4e57-8ba3-708148db52c6 - - - - - -] Loaded extension: service-type 2026-09-10 02:38:09.885 8 INFO neutron.api.extensions [None req-285ac992-193f-4e57-8ba3-708148db52c6 - - - - - -] Loaded extension: sorting 2026-09-10 02:38:09.885 8 INFO neutron.api.extensions [None req-285ac992-193f-4e57-8ba3-708148db52c6 - - - - - -] Loaded extension: standard-attr-segment 2026-09-10 02:38:09.886 8 INFO neutron.api.extensions [None req-285ac992-193f-4e57-8ba3-708148db52c6 - - - - - -] Loaded extension: standard-attr-description 2026-09-10 02:38:09.887 8 INFO neutron.api.extensions [None req-285ac992-193f-4e57-8ba3-708148db52c6 - - - - - -] Loaded extension: stateful-security-group 2026-09-10 02:38:09.887 8 WARNING neutron.api.extensions [None req-285ac992-193f-4e57-8ba3-708148db52c6 - - - - - -] Did not find expected name "Stdattrs_common" in /var/lib/openstack/lib/python3.12/site-packages/neutron/extensions/stdattrs_common.py 2026-09-10 02:38:09.887 8 INFO neutron.api.extensions [None req-285ac992-193f-4e57-8ba3-708148db52c6 - - - - - -] Extension subnet-dns-publish-fixed-ip not supported by any of loaded plugins 2026-09-10 02:38:09.888 8 INFO neutron.api.extensions [None req-285ac992-193f-4e57-8ba3-708148db52c6 - - - - - -] Loaded extension: subnet-external-network 2026-09-10 02:38:09.889 8 INFO neutron.api.extensions [None req-285ac992-193f-4e57-8ba3-708148db52c6 - - - - - -] Loaded extension: subnet_onboard 2026-09-10 02:38:09.889 8 INFO neutron.api.extensions [None req-285ac992-193f-4e57-8ba3-708148db52c6 - - - - - -] Loaded extension: subnet-segmentid-writable 2026-09-10 02:38:09.889 8 INFO neutron.api.extensions [None req-285ac992-193f-4e57-8ba3-708148db52c6 - - - - - -] Loaded extension: subnet-service-types 2026-09-10 02:38:09.890 8 INFO neutron.api.extensions [None req-285ac992-193f-4e57-8ba3-708148db52c6 - - - - - -] Loaded extension: subnet_allocation 2026-09-10 02:38:09.891 8 INFO neutron.api.extensions [None req-285ac992-193f-4e57-8ba3-708148db52c6 - - - - - -] Loaded extension: subnetpool-prefix-ops 2026-09-10 02:38:09.891 8 INFO neutron.api.extensions [None req-285ac992-193f-4e57-8ba3-708148db52c6 - - - - - -] Loaded extension: tag-creation 2026-09-10 02:38:09.892 8 INFO neutron.api.extensions [None req-285ac992-193f-4e57-8ba3-708148db52c6 - - - - - -] Extension tag-ports-during-bulk-creation not supported by any of loaded plugins 2026-09-10 02:38:09.896 8 INFO neutron.api.extensions [None req-285ac992-193f-4e57-8ba3-708148db52c6 - - - - - -] Loaded extension: standard-attr-tag 2026-09-10 02:38:09.896 8 INFO neutron.api.extensions [None req-285ac992-193f-4e57-8ba3-708148db52c6 - - - - - -] Loaded extension: standard-attr-timestamp 2026-09-10 02:38:09.897 8 INFO neutron.api.extensions [None req-285ac992-193f-4e57-8ba3-708148db52c6 - - - - - -] Loaded extension: trunk 2026-09-10 02:38:09.898 8 INFO neutron.api.extensions [None req-285ac992-193f-4e57-8ba3-708148db52c6 - - - - - -] Loaded extension: trunk-details 2026-09-10 02:38:09.898 8 INFO neutron.api.extensions [None req-285ac992-193f-4e57-8ba3-708148db52c6 - - - - - -] Extension uplink-status-propagation not supported by any of loaded plugins 2026-09-10 02:38:09.899 8 INFO neutron.api.extensions [None req-285ac992-193f-4e57-8ba3-708148db52c6 - - - - - -] Extension uplink-status-propagation-updatable not supported by any of loaded plugins 2026-09-10 02:38:09.899 8 INFO neutron.api.extensions [None req-285ac992-193f-4e57-8ba3-708148db52c6 - - - - - -] Extension vlan-transparent not supported by any of loaded plugins 2026-09-10 02:38:09.900 8 INFO neutron.api.extensions [None req-285ac992-193f-4e57-8ba3-708148db52c6 - - - - - -] Loaded extension: vpn-aes-ctr 2026-09-10 02:38:09.902 8 INFO neutron.api.extensions [None req-285ac992-193f-4e57-8ba3-708148db52c6 - - - - - -] Extension vpn-agent-scheduler not supported by any of loaded plugins 2026-09-10 02:38:09.902 8 INFO neutron.api.extensions [None req-285ac992-193f-4e57-8ba3-708148db52c6 - - - - - -] Loaded extension: vpn-endpoint-groups 2026-09-10 02:38:09.903 8 INFO neutron.api.extensions [None req-285ac992-193f-4e57-8ba3-708148db52c6 - - - - - -] Loaded extension: vpn-flavors 2026-09-10 02:38:09.904 8 INFO neutron.api.extensions [None req-285ac992-193f-4e57-8ba3-708148db52c6 - - - - - -] Loaded extension: vpnaas 2026-09-10 02:38:09.906 8 INFO neutron.api.extensions [None req-285ac992-193f-4e57-8ba3-708148db52c6 - - - - - -] Loaded extension: taas 2026-09-10 02:38:09.907 8 INFO neutron.api.extensions [None req-285ac992-193f-4e57-8ba3-708148db52c6 - - - - - -] Loaded extension: tap-mirror 2026-09-10 02:38:09.907 8 INFO neutron.api.extensions [None req-285ac992-193f-4e57-8ba3-708148db52c6 - - - - - -] Loaded extension: taas-vlan-filter 2026-09-10 02:38:09.908 7 INFO neutron_vpnaas.services.vpn.plugin [None req-a3879c09-d447-4a9c-8352-dadd3626dd02 - - - - - -] VPN plugin using service drivers: dict_keys(['strongswan']), default: strongswan 2026-09-10 02:38:09.908 7 INFO neutron.common.utils [None req-a3879c09-d447-4a9c-8352-dadd3626dd02 - - - - - -] Disable filter validation extension by service plugin VPNDriverPlugin. 2026-09-10 02:38:09.908 7 INFO neutron.manager [None req-a3879c09-d447-4a9c-8352-dadd3626dd02 - - - - - -] Loading Plugin: taas 2026-09-10 02:38:09.910 8 INFO neutron.quota.resource_registry [None req-285ac992-193f-4e57-8ba3-708148db52c6 - - - - - -] Creating instance of TrackedResource for resource:network 2026-09-10 02:38:09.910 8 INFO neutron.quota.resource_registry [None req-285ac992-193f-4e57-8ba3-708148db52c6 - - - - - -] Creating instance of TrackedResource for resource:subnet 2026-09-10 02:38:09.910 8 INFO neutron.quota.resource_registry [None req-285ac992-193f-4e57-8ba3-708148db52c6 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-09-10 02:38:09.910 8 INFO neutron.quota.resource_registry [None req-285ac992-193f-4e57-8ba3-708148db52c6 - - - - - -] Creating instance of TrackedResource for resource:port 2026-09-10 02:38:09.913 8 INFO neutron.quota.resource_registry [None req-285ac992-193f-4e57-8ba3-708148db52c6 - - - - - -] Creating instance of TrackedResource for resource:router 2026-09-10 02:38:09.914 8 INFO neutron.quota.resource_registry [None req-285ac992-193f-4e57-8ba3-708148db52c6 - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-09-10 02:38:09.918 8 INFO neutron.quota.resource_registry [None req-285ac992-193f-4e57-8ba3-708148db52c6 - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-09-10 02:38:09.919 8 INFO neutron.quota.resource_registry [None req-285ac992-193f-4e57-8ba3-708148db52c6 - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-09-10 02:38:09.919 8 INFO neutron.quota.resource_registry [None req-285ac992-193f-4e57-8ba3-708148db52c6 - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-09-10 02:38:09.920 8 INFO neutron.quota.resource_registry [None req-285ac992-193f-4e57-8ba3-708148db52c6 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-09-10 02:38:09.920 8 WARNING neutron.quota.resource_registry [None req-285ac992-193f-4e57-8ba3-708148db52c6 - - - - - -] subnetpool is already registered 2026-09-10 02:38:09.920 8 INFO neutron.quota.resource_registry [None req-285ac992-193f-4e57-8ba3-708148db52c6 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-09-10 02:38:09.921 8 WARNING neutron.quota.resource_registry [None req-285ac992-193f-4e57-8ba3-708148db52c6 - - - - - -] subnetpool is already registered 2026-09-10 02:38:09.921 8 INFO neutron.quota.resource_registry [None req-285ac992-193f-4e57-8ba3-708148db52c6 - - - - - -] Creating instance of CountableResource for resource:trunk 2026-09-10 02:38:09.921 8 INFO neutron.quota.resource_registry [None req-285ac992-193f-4e57-8ba3-708148db52c6 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-09-10 02:38:09.922 8 INFO neutron.quota.resource_registry [None req-285ac992-193f-4e57-8ba3-708148db52c6 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-09-10 02:38:09.922 8 INFO neutron.quota.resource_registry [None req-285ac992-193f-4e57-8ba3-708148db52c6 - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-09-10 02:38:09.923 8 INFO neutron.quota.resource_registry [None req-285ac992-193f-4e57-8ba3-708148db52c6 - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-09-10 02:38:09.923 8 INFO neutron.quota.resource_registry [None req-285ac992-193f-4e57-8ba3-708148db52c6 - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-09-10 02:38:09.923 8 INFO neutron.quota.resource_registry [None req-285ac992-193f-4e57-8ba3-708148db52c6 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-09-10 02:38:09.924 8 WARNING neutron.quota.resource_registry [None req-285ac992-193f-4e57-8ba3-708148db52c6 - - - - - -] ipsecpolicy is already registered 2026-09-10 02:38:09.924 8 INFO neutron.quota.resource_registry [None req-285ac992-193f-4e57-8ba3-708148db52c6 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-09-10 02:38:09.924 8 WARNING neutron.quota.resource_registry [None req-285ac992-193f-4e57-8ba3-708148db52c6 - - - - - -] ikepolicy is already registered 2026-09-10 02:38:09.928 8 INFO neutron.quota.resource_registry [None req-285ac992-193f-4e57-8ba3-708148db52c6 - - - - - -] Creating instance of TrackedResource for resource:router 2026-09-10 02:38:09.928 8 WARNING neutron.quota.resource_registry [None req-285ac992-193f-4e57-8ba3-708148db52c6 - - - - - -] router is already registered 2026-09-10 02:38:09.929 8 INFO neutron.quota.resource_registry [None req-285ac992-193f-4e57-8ba3-708148db52c6 - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-09-10 02:38:09.929 8 WARNING neutron.quota.resource_registry [None req-285ac992-193f-4e57-8ba3-708148db52c6 - - - - - -] floatingip is already registered 2026-09-10 02:38:09.932 8 INFO neutron.quota.resource_registry [None req-285ac992-193f-4e57-8ba3-708148db52c6 - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-09-10 02:38:09.933 8 WARNING neutron.quota.resource_registry [None req-285ac992-193f-4e57-8ba3-708148db52c6 - - - - - -] rbac_policy is already registered 2026-09-10 02:38:09.933 8 INFO neutron.quota.resource_registry [None req-285ac992-193f-4e57-8ba3-708148db52c6 - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-09-10 02:38:09.933 8 WARNING neutron.quota.resource_registry [None req-285ac992-193f-4e57-8ba3-708148db52c6 - - - - - -] security_group is already registered 2026-09-10 02:38:09.934 8 INFO neutron.quota.resource_registry [None req-285ac992-193f-4e57-8ba3-708148db52c6 - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-09-10 02:38:09.934 8 WARNING neutron.quota.resource_registry [None req-285ac992-193f-4e57-8ba3-708148db52c6 - - - - - -] security_group_rule is already registered 2026-09-10 02:38:09.934 8 INFO neutron.quota.resource_registry [None req-285ac992-193f-4e57-8ba3-708148db52c6 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-09-10 02:38:09.935 8 WARNING neutron.quota.resource_registry [None req-285ac992-193f-4e57-8ba3-708148db52c6 - - - - - -] subnetpool is already registered 2026-09-10 02:38:09.935 8 INFO neutron.quota.resource_registry [None req-285ac992-193f-4e57-8ba3-708148db52c6 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-09-10 02:38:09.935 8 WARNING neutron.quota.resource_registry [None req-285ac992-193f-4e57-8ba3-708148db52c6 - - - - - -] subnetpool is already registered 2026-09-10 02:38:09.935 7 WARNING stevedore.named [None req-a3879c09-d447-4a9c-8352-dadd3626dd02 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-09-10 02:38:09.935 8 INFO neutron.quota.resource_registry [None req-285ac992-193f-4e57-8ba3-708148db52c6 - - - - - -] Creating instance of CountableResource for resource:trunk 2026-09-10 02:38:09.936 8 WARNING neutron.quota.resource_registry [None req-285ac992-193f-4e57-8ba3-708148db52c6 - - - - - -] trunk is already registered 2026-09-10 02:38:09.936 8 INFO neutron.quota.resource_registry [None req-285ac992-193f-4e57-8ba3-708148db52c6 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-09-10 02:38:09.936 8 WARNING neutron.quota.resource_registry [None req-285ac992-193f-4e57-8ba3-708148db52c6 - - - - - -] ikepolicy is already registered 2026-09-10 02:38:09.937 8 INFO neutron.quota.resource_registry [None req-285ac992-193f-4e57-8ba3-708148db52c6 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-09-10 02:38:09.937 8 WARNING neutron.quota.resource_registry [None req-285ac992-193f-4e57-8ba3-708148db52c6 - - - - - -] ipsecpolicy is already registered 2026-09-10 02:38:09.937 8 INFO neutron.quota.resource_registry [None req-285ac992-193f-4e57-8ba3-708148db52c6 - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-09-10 02:38:09.937 8 WARNING neutron.quota.resource_registry [None req-285ac992-193f-4e57-8ba3-708148db52c6 - - - - - -] endpoint_group is already registered 2026-09-10 02:38:09.938 8 INFO neutron.quota.resource_registry [None req-285ac992-193f-4e57-8ba3-708148db52c6 - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-09-10 02:38:09.938 8 WARNING neutron.quota.resource_registry [None req-285ac992-193f-4e57-8ba3-708148db52c6 - - - - - -] vpnservice is already registered 2026-09-10 02:38:09.938 8 INFO neutron.quota.resource_registry [None req-285ac992-193f-4e57-8ba3-708148db52c6 - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-09-10 02:38:09.938 8 WARNING neutron.quota.resource_registry [None req-285ac992-193f-4e57-8ba3-708148db52c6 - - - - - -] ipsec_site_connection is already registered 2026-09-10 02:38:09.939 8 INFO neutron.quota.resource_registry [None req-285ac992-193f-4e57-8ba3-708148db52c6 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-09-10 02:38:09.939 8 WARNING neutron.quota.resource_registry [None req-285ac992-193f-4e57-8ba3-708148db52c6 - - - - - -] ipsecpolicy is already registered 2026-09-10 02:38:09.939 8 INFO neutron.quota.resource_registry [None req-285ac992-193f-4e57-8ba3-708148db52c6 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-09-10 02:38:09.940 8 WARNING neutron.quota.resource_registry [None req-285ac992-193f-4e57-8ba3-708148db52c6 - - - - - -] ikepolicy is already registered 2026-09-10 02:38:09.963 7 INFO neutron_taas.services.taas.taas_plugin [None req-a3879c09-d447-4a9c-8352-dadd3626dd02 - - - - - -] TAAS Plugin initialized using service drivers: dict_keys(['taas']), default: taas 2026-09-10 02:38:09.963 7 INFO neutron.manager [None req-a3879c09-d447-4a9c-8352-dadd3626dd02 - - - - - -] Loading Plugin: tapmirror 2026-09-10 02:38:09.978 7 WARNING stevedore.named [None req-a3879c09-d447-4a9c-8352-dadd3626dd02 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-09-10 02:38:09.978 8 WARNING keystonemiddleware._common.config [None req-285ac992-193f-4e57-8ba3-708148db52c6 - - - - - -] The option "audit_map_file" is not known to keystonemiddleware 2026-09-10 02:38:09.985 8 WARNING oslo_config.cfg [None req-285ac992-193f-4e57-8ba3-708148db52c6 - - - - - -] 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 7 seconds on interpreter 0x7fcbc2bcf668 pid: 8 (default app) 2026-09-10 02:38:10.011 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a3879c09-d447-4a9c-8352-dadd3626dd02 - - - - - -] Tap Mirror plugin using service drivers: dict_keys(['taas']), default: taas 2026-09-10 02:38:10.011 7 INFO neutron.manager [None req-a3879c09-d447-4a9c-8352-dadd3626dd02 - - - - - -] Loading Plugin: auto_allocate 2026-09-10 02:38:10.021 7 INFO neutron.manager [None req-a3879c09-d447-4a9c-8352-dadd3626dd02 - - - - - -] Loading Plugin: tag 2026-09-10 02:38:10.031 7 INFO neutron.manager [None req-a3879c09-d447-4a9c-8352-dadd3626dd02 - - - - - -] Loading Plugin: timestamp 2026-09-10 02:38:10.035 7 INFO neutron.manager [None req-a3879c09-d447-4a9c-8352-dadd3626dd02 - - - - - -] Loading Plugin: network_ip_availability 2026-09-10 02:38:10.041 7 INFO neutron.manager [None req-a3879c09-d447-4a9c-8352-dadd3626dd02 - - - - - -] Loading Plugin: flavors 2026-09-10 02:38:10.045 7 INFO neutron.manager [None req-a3879c09-d447-4a9c-8352-dadd3626dd02 - - - - - -] Loading Plugin: revisions 2026-09-10 02:38:10.054 7 INFO neutron.api.extensions [None req-a3879c09-d447-4a9c-8352-dadd3626dd02 - - - - - -] Initializing extension manager. 2026-09-10 02:38:10.059 7 INFO neutron.api.extensions [None req-a3879c09-d447-4a9c-8352-dadd3626dd02 - - - - - -] Loaded extension: address-group 2026-09-10 02:38:10.062 7 INFO neutron.api.extensions [None req-a3879c09-d447-4a9c-8352-dadd3626dd02 - - - - - -] Loaded extension: address-scope 2026-09-10 02:38:10.063 7 INFO neutron.api.extensions [None req-a3879c09-d447-4a9c-8352-dadd3626dd02 - - - - - -] Loaded extension: router-admin-state-down-before-update 2026-09-10 02:38:10.066 7 INFO neutron.api.extensions [None req-a3879c09-d447-4a9c-8352-dadd3626dd02 - - - - - -] Loaded extension: agent 2026-09-10 02:38:10.069 7 INFO neutron.api.extensions [None req-a3879c09-d447-4a9c-8352-dadd3626dd02 - - - - - -] Loaded extension: agent-resources-synced 2026-09-10 02:38:10.074 7 INFO neutron.api.extensions [None req-a3879c09-d447-4a9c-8352-dadd3626dd02 - - - - - -] Loaded extension: allowed-address-pairs 2026-09-10 02:38:10.076 7 INFO neutron.api.extensions [None req-a3879c09-d447-4a9c-8352-dadd3626dd02 - - - - - -] Loaded extension: auto-allocated-topology 2026-09-10 02:38:10.078 7 INFO neutron.api.extensions [None req-a3879c09-d447-4a9c-8352-dadd3626dd02 - - - - - -] Loaded extension: availability_zone 2026-09-10 02:38:10.080 7 INFO neutron.api.extensions [None req-a3879c09-d447-4a9c-8352-dadd3626dd02 - - - - - -] Loaded extension: availability_zone_filter 2026-09-10 02:38:10.081 7 INFO neutron.api.extensions [None req-a3879c09-d447-4a9c-8352-dadd3626dd02 - - - - - -] Extension data-plane-status not supported by any of loaded plugins 2026-09-10 02:38:10.082 7 INFO neutron.api.extensions [None req-a3879c09-d447-4a9c-8352-dadd3626dd02 - - - - - -] Loaded extension: default-subnetpools 2026-09-10 02:38:10.088 7 INFO neutron.api.extensions [None req-a3879c09-d447-4a9c-8352-dadd3626dd02 - - - - - -] Loaded extension: dhcp_agent_scheduler 2026-09-10 02:38:10.090 7 INFO neutron.api.extensions [None req-a3879c09-d447-4a9c-8352-dadd3626dd02 - - - - - -] Loaded extension: dns-integration 2026-09-10 02:38:10.091 7 INFO neutron.api.extensions [None req-a3879c09-d447-4a9c-8352-dadd3626dd02 - - - - - -] Loaded extension: dns-domain-ports 2026-09-10 02:38:10.093 7 INFO neutron.api.extensions [None req-a3879c09-d447-4a9c-8352-dadd3626dd02 - - - - - -] Extension dns-integration-domain-keywords not supported by any of loaded plugins 2026-09-10 02:38:10.094 7 INFO neutron.api.extensions [None req-a3879c09-d447-4a9c-8352-dadd3626dd02 - - - - - -] Loaded extension: dvr 2026-09-10 02:38:10.095 7 INFO neutron.api.extensions [None req-a3879c09-d447-4a9c-8352-dadd3626dd02 - - - - - -] Extension ecmp_routes not supported by any of loaded plugins 2026-09-10 02:38:10.096 7 INFO neutron.api.extensions [None req-a3879c09-d447-4a9c-8352-dadd3626dd02 - - - - - -] Loaded extension: empty-string-filtering 2026-09-10 02:38:10.097 7 INFO neutron.api.extensions [None req-a3879c09-d447-4a9c-8352-dadd3626dd02 - - - - - -] Extension expose-l3-conntrack-helper not supported by any of loaded plugins 2026-09-10 02:38:10.098 7 INFO neutron.api.extensions [None req-a3879c09-d447-4a9c-8352-dadd3626dd02 - - - - - -] Extension expose-port-forwarding-in-fip not supported by any of loaded plugins 2026-09-10 02:38:10.099 7 INFO neutron.api.extensions [None req-a3879c09-d447-4a9c-8352-dadd3626dd02 - - - - - -] Loaded extension: external-net 2026-09-10 02:38:10.100 7 INFO neutron.api.extensions [None req-a3879c09-d447-4a9c-8352-dadd3626dd02 - - - - - -] Loaded extension: extra_dhcp_opt 2026-09-10 02:38:10.101 7 INFO neutron.api.extensions [None req-a3879c09-d447-4a9c-8352-dadd3626dd02 - - - - - -] Loaded extension: extraroute 2026-09-10 02:38:10.102 7 INFO neutron.api.extensions [None req-a3879c09-d447-4a9c-8352-dadd3626dd02 - - - - - -] Loaded extension: extraroute-atomic 2026-09-10 02:38:10.103 7 INFO neutron.api.extensions [None req-a3879c09-d447-4a9c-8352-dadd3626dd02 - - - - - -] Extension filter-validation not supported by any of loaded plugins 2026-09-10 02:38:10.103 7 INFO neutron.api.extensions [None req-a3879c09-d447-4a9c-8352-dadd3626dd02 - - - - - -] Extension floating-ip-port-forwarding-description not supported by any of loaded plugins 2026-09-10 02:38:10.105 7 INFO neutron.api.extensions [None req-a3879c09-d447-4a9c-8352-dadd3626dd02 - - - - - -] Loaded extension: floating-ip-port-forwarding-detail 2026-09-10 02:38:10.105 7 INFO neutron.api.extensions [None req-a3879c09-d447-4a9c-8352-dadd3626dd02 - - - - - -] Extension floating-ip-port-forwarding-port-ranges not supported by any of loaded plugins 2026-09-10 02:38:10.107 7 INFO neutron.api.extensions [None req-a3879c09-d447-4a9c-8352-dadd3626dd02 - - - - - -] Loaded extension: fip-port-details 2026-09-10 02:38:10.108 7 INFO neutron.api.extensions [None req-a3879c09-d447-4a9c-8352-dadd3626dd02 - - - - - -] Loaded extension: flavors 2026-09-10 02:38:10.110 7 INFO neutron.api.extensions [None req-a3879c09-d447-4a9c-8352-dadd3626dd02 - - - - - -] Extension floating-ip-port-forwarding not supported by any of loaded plugins 2026-09-10 02:38:10.111 7 INFO neutron.api.extensions [None req-a3879c09-d447-4a9c-8352-dadd3626dd02 - - - - - -] Loaded extension: floatingip-pools 2026-09-10 02:38:10.112 7 INFO neutron.api.extensions [None req-a3879c09-d447-4a9c-8352-dadd3626dd02 - - - - - -] Loaded extension: ip_allocation 2026-09-10 02:38:10.112 7 INFO neutron.api.extensions [None req-a3879c09-d447-4a9c-8352-dadd3626dd02 - - - - - -] Loaded extension: ip-substring-filtering 2026-09-10 02:38:10.113 7 INFO neutron.api.extensions [None req-a3879c09-d447-4a9c-8352-dadd3626dd02 - - - - - -] Loaded extension: l2_adjacency 2026-09-10 02:38:10.115 7 INFO neutron.api.extensions [None req-a3879c09-d447-4a9c-8352-dadd3626dd02 - - - - - -] Loaded extension: router 2026-09-10 02:38:10.118 7 INFO neutron.api.extensions [None req-a3879c09-d447-4a9c-8352-dadd3626dd02 - - - - - -] Extension l3-conntrack-helper not supported by any of loaded plugins 2026-09-10 02:38:10.120 7 INFO neutron.api.extensions [None req-a3879c09-d447-4a9c-8352-dadd3626dd02 - - - - - -] Extension enable-default-route-bfd not supported by any of loaded plugins 2026-09-10 02:38:10.121 7 INFO neutron.api.extensions [None req-a3879c09-d447-4a9c-8352-dadd3626dd02 - - - - - -] Extension enable-default-route-ecmp not supported by any of loaded plugins 2026-09-10 02:38:10.122 7 INFO neutron.api.extensions [None req-a3879c09-d447-4a9c-8352-dadd3626dd02 - - - - - -] Loaded extension: ext-gw-mode 2026-09-10 02:38:10.123 7 INFO neutron.api.extensions [None req-a3879c09-d447-4a9c-8352-dadd3626dd02 - - - - - -] Loaded extension: l3-ha 2026-09-10 02:38:10.124 7 INFO neutron.api.extensions [None req-a3879c09-d447-4a9c-8352-dadd3626dd02 - - - - - -] Extension l3-ext-ndp-proxy not supported by any of loaded plugins 2026-09-10 02:38:10.124 7 INFO neutron.api.extensions [None req-a3879c09-d447-4a9c-8352-dadd3626dd02 - - - - - -] Extension external-gateway-multihoming not supported by any of loaded plugins 2026-09-10 02:38:10.125 7 INFO neutron.api.extensions [None req-a3879c09-d447-4a9c-8352-dadd3626dd02 - - - - - -] Loaded extension: l3-flavors 2026-09-10 02:38:10.127 7 INFO neutron.api.extensions [None req-a3879c09-d447-4a9c-8352-dadd3626dd02 - - - - - -] Extension l3-ndp-proxy not supported by any of loaded plugins 2026-09-10 02:38:10.128 7 INFO neutron.api.extensions [None req-a3879c09-d447-4a9c-8352-dadd3626dd02 - - - - - -] Loaded extension: l3-port-ip-change-not-allowed 2026-09-10 02:38:10.131 7 INFO neutron.api.extensions [None req-a3879c09-d447-4a9c-8352-dadd3626dd02 - - - - - -] Loaded extension: l3_agent_scheduler 2026-09-10 02:38:10.132 7 INFO neutron.api.extensions [None req-a3879c09-d447-4a9c-8352-dadd3626dd02 - - - - - -] Extension local_ip not supported by any of loaded plugins 2026-09-10 02:38:10.134 7 INFO neutron.api.extensions [None req-a3879c09-d447-4a9c-8352-dadd3626dd02 - - - - - -] Extension logging not supported by any of loaded plugins 2026-09-10 02:38:10.136 7 INFO neutron.api.extensions [None req-a3879c09-d447-4a9c-8352-dadd3626dd02 - - - - - -] Extension metering not supported by any of loaded plugins 2026-09-10 02:38:10.137 7 INFO neutron.api.extensions [None req-a3879c09-d447-4a9c-8352-dadd3626dd02 - - - - - -] Extension metering_source_and_destination_fields not supported by any of loaded plugins 2026-09-10 02:38:10.137 7 INFO neutron.api.extensions [None req-a3879c09-d447-4a9c-8352-dadd3626dd02 - - - - - -] Loaded extension: multi-provider 2026-09-10 02:38:10.138 7 INFO neutron.api.extensions [None req-a3879c09-d447-4a9c-8352-dadd3626dd02 - - - - - -] Loaded extension: net-mtu 2026-09-10 02:38:10.138 7 INFO neutron.api.extensions [None req-a3879c09-d447-4a9c-8352-dadd3626dd02 - - - - - -] Loaded extension: net-mtu-writable 2026-09-10 02:38:10.139 7 INFO neutron.api.extensions [None req-a3879c09-d447-4a9c-8352-dadd3626dd02 - - - - - -] Loaded extension: network_availability_zone 2026-09-10 02:38:10.140 7 INFO neutron.api.extensions [None req-a3879c09-d447-4a9c-8352-dadd3626dd02 - - - - - -] Loaded extension: network_ha 2026-09-10 02:38:10.140 7 INFO neutron.api.extensions [None req-a3879c09-d447-4a9c-8352-dadd3626dd02 - - - - - -] Loaded extension: network-ip-availability 2026-09-10 02:38:10.142 7 INFO neutron.api.extensions [None req-a3879c09-d447-4a9c-8352-dadd3626dd02 - - - - - -] Extension network-segment-range not supported by any of loaded plugins 2026-09-10 02:38:10.142 7 INFO neutron.api.extensions [None req-a3879c09-d447-4a9c-8352-dadd3626dd02 - - - - - -] Loaded extension: pagination 2026-09-10 02:38:10.143 7 INFO neutron.api.extensions [None req-a3879c09-d447-4a9c-8352-dadd3626dd02 - - - - - -] Loaded extension: port-device-profile 2026-09-10 02:38:10.143 7 INFO neutron.api.extensions [None req-a3879c09-d447-4a9c-8352-dadd3626dd02 - - - - - -] Extension port-hardware-offload-type not supported by any of loaded plugins 2026-09-10 02:38:10.144 7 INFO neutron.api.extensions [None req-a3879c09-d447-4a9c-8352-dadd3626dd02 - - - - - -] Extension port-hint-ovs-tx-steering not supported by any of loaded plugins 2026-09-10 02:38:10.144 7 INFO neutron.api.extensions [None req-a3879c09-d447-4a9c-8352-dadd3626dd02 - - - - - -] Extension port-hints not supported by any of loaded plugins 2026-09-10 02:38:10.145 7 INFO neutron.api.extensions [None req-a3879c09-d447-4a9c-8352-dadd3626dd02 - - - - - -] Loaded extension: port-mac-override 2026-09-10 02:38:10.145 7 INFO neutron.api.extensions [None req-a3879c09-d447-4a9c-8352-dadd3626dd02 - - - - - -] Loaded extension: port-mac-address-regenerate 2026-09-10 02:38:10.146 7 INFO neutron.api.extensions [None req-a3879c09-d447-4a9c-8352-dadd3626dd02 - - - - - -] Loaded extension: port-numa-affinity-policy 2026-09-10 02:38:10.147 7 INFO neutron.api.extensions [None req-a3879c09-d447-4a9c-8352-dadd3626dd02 - - - - - -] Loaded extension: port-numa-affinity-policy-socket 2026-09-10 02:38:10.147 7 INFO neutron.api.extensions [None req-a3879c09-d447-4a9c-8352-dadd3626dd02 - - - - - -] Loaded extension: port-resource-request 2026-09-10 02:38:10.148 7 INFO neutron.api.extensions [None req-a3879c09-d447-4a9c-8352-dadd3626dd02 - - - - - -] Loaded extension: port-resource-request-groups 2026-09-10 02:38:10.148 7 INFO neutron.api.extensions [None req-a3879c09-d447-4a9c-8352-dadd3626dd02 - - - - - -] Extension port-trusted-vif not supported by any of loaded plugins 2026-09-10 02:38:10.149 7 INFO neutron.api.extensions [None req-a3879c09-d447-4a9c-8352-dadd3626dd02 - - - - - -] Loaded extension: binding 2026-09-10 02:38:10.150 7 INFO neutron.api.extensions [None req-a3879c09-d447-4a9c-8352-dadd3626dd02 - - - - - -] Loaded extension: binding-extended 2026-09-10 02:38:10.150 7 INFO neutron.api.extensions [None req-a3879c09-d447-4a9c-8352-dadd3626dd02 - - - - - -] Loaded extension: port-security 2026-09-10 02:38:10.151 7 INFO neutron.api.extensions [None req-a3879c09-d447-4a9c-8352-dadd3626dd02 - - - - - -] Loaded extension: project-id 2026-09-10 02:38:10.152 7 INFO neutron.api.extensions [None req-a3879c09-d447-4a9c-8352-dadd3626dd02 - - - - - -] Loaded extension: provider 2026-09-10 02:38:10.152 7 INFO neutron.api.extensions [None req-a3879c09-d447-4a9c-8352-dadd3626dd02 - - - - - -] Extension qinq not supported by any of loaded plugins 2026-09-10 02:38:10.155 7 INFO neutron.api.extensions [None req-a3879c09-d447-4a9c-8352-dadd3626dd02 - - - - - -] Loaded extension: qos 2026-09-10 02:38:10.155 7 INFO neutron.api.extensions [None req-a3879c09-d447-4a9c-8352-dadd3626dd02 - - - - - -] Loaded extension: qos-bw-limit-direction 2026-09-10 02:38:10.156 7 INFO neutron.api.extensions [None req-a3879c09-d447-4a9c-8352-dadd3626dd02 - - - - - -] Loaded extension: qos-bw-minimum-ingress 2026-09-10 02:38:10.157 7 INFO neutron.api.extensions [None req-a3879c09-d447-4a9c-8352-dadd3626dd02 - - - - - -] Loaded extension: qos-default 2026-09-10 02:38:10.157 7 INFO neutron.api.extensions [None req-a3879c09-d447-4a9c-8352-dadd3626dd02 - - - - - -] Loaded extension: qos-fip 2026-09-10 02:38:10.158 7 INFO neutron.api.extensions [None req-a3879c09-d447-4a9c-8352-dadd3626dd02 - - - - - -] Extension qos-fip-network-policy not supported by any of loaded plugins 2026-09-10 02:38:10.158 7 INFO neutron.api.extensions [None req-a3879c09-d447-4a9c-8352-dadd3626dd02 - - - - - -] Loaded extension: qos-gateway-ip 2026-09-10 02:38:10.159 7 INFO neutron.api.extensions [None req-a3879c09-d447-4a9c-8352-dadd3626dd02 - - - - - -] Loaded extension: qos-port-network-policy 2026-09-10 02:38:10.160 7 INFO neutron.api.extensions [None req-a3879c09-d447-4a9c-8352-dadd3626dd02 - - - - - -] Loaded extension: qos-pps-minimum 2026-09-10 02:38:10.161 7 INFO neutron.api.extensions [None req-a3879c09-d447-4a9c-8352-dadd3626dd02 - - - - - -] Loaded extension: qos-pps-minimum-rule-alias 2026-09-10 02:38:10.161 7 INFO neutron.api.extensions [None req-a3879c09-d447-4a9c-8352-dadd3626dd02 - - - - - -] Loaded extension: qos-pps 2026-09-10 02:38:10.162 7 INFO neutron.api.extensions [None req-a3879c09-d447-4a9c-8352-dadd3626dd02 - - - - - -] Loaded extension: qos-rule-type-details 2026-09-10 02:38:10.163 7 INFO neutron.api.extensions [None req-a3879c09-d447-4a9c-8352-dadd3626dd02 - - - - - -] Loaded extension: qos-rule-type-filter 2026-09-10 02:38:10.164 7 INFO neutron.api.extensions [None req-a3879c09-d447-4a9c-8352-dadd3626dd02 - - - - - -] Loaded extension: qos-rules-alias 2026-09-10 02:38:10.166 7 INFO neutron.api.extensions [None req-a3879c09-d447-4a9c-8352-dadd3626dd02 - - - - - -] Loaded extension: quota-check-limit 2026-09-10 02:38:10.169 7 INFO neutron.api.extensions [None req-a3879c09-d447-4a9c-8352-dadd3626dd02 - - - - - -] Loaded extension: quota-check-limit-default 2026-09-10 02:38:10.174 7 INFO neutron.api.extensions [None req-a3879c09-d447-4a9c-8352-dadd3626dd02 - - - - - -] Loaded extension: quotas 2026-09-10 02:38:10.177 7 INFO neutron.api.extensions [None req-a3879c09-d447-4a9c-8352-dadd3626dd02 - - - - - -] Loaded extension: quota_details 2026-09-10 02:38:10.180 7 INFO neutron.api.extensions [None req-a3879c09-d447-4a9c-8352-dadd3626dd02 - - - - - -] Loaded extension: rbac-policies 2026-09-10 02:38:10.182 7 INFO neutron.api.extensions [None req-a3879c09-d447-4a9c-8352-dadd3626dd02 - - - - - -] Loaded extension: rbac-address-group 2026-09-10 02:38:10.184 7 INFO neutron.api.extensions [None req-a3879c09-d447-4a9c-8352-dadd3626dd02 - - - - - -] Loaded extension: rbac-address-scope 2026-09-10 02:38:10.185 7 INFO neutron.api.extensions [None req-a3879c09-d447-4a9c-8352-dadd3626dd02 - - - - - -] Loaded extension: rbac-security-groups 2026-09-10 02:38:10.186 7 INFO neutron.api.extensions [None req-a3879c09-d447-4a9c-8352-dadd3626dd02 - - - - - -] Loaded extension: rbac-subnetpool 2026-09-10 02:38:10.187 7 INFO neutron.api.extensions [None req-a3879c09-d447-4a9c-8352-dadd3626dd02 - - - - - -] Loaded extension: revision-if-match 2026-09-10 02:38:10.189 7 INFO neutron.api.extensions [None req-a3879c09-d447-4a9c-8352-dadd3626dd02 - - - - - -] Loaded extension: standard-attr-revisions 2026-09-10 02:38:10.191 7 INFO neutron.api.extensions [None req-a3879c09-d447-4a9c-8352-dadd3626dd02 - - - - - -] Loaded extension: router_availability_zone 2026-09-10 02:38:10.192 7 INFO neutron.api.extensions [None req-a3879c09-d447-4a9c-8352-dadd3626dd02 - - - - - -] Extension router-service-type not supported by any of loaded plugins 2026-09-10 02:38:10.196 7 INFO neutron.api.extensions [None req-a3879c09-d447-4a9c-8352-dadd3626dd02 - - - - - -] Loaded extension: security-groups-default-rules 2026-09-10 02:38:10.198 7 INFO neutron.api.extensions [None req-a3879c09-d447-4a9c-8352-dadd3626dd02 - - - - - -] Loaded extension: security-groups-normalized-cidr 2026-09-10 02:38:10.199 7 INFO neutron.api.extensions [None req-a3879c09-d447-4a9c-8352-dadd3626dd02 - - - - - -] Loaded extension: port-security-groups-filtering 2026-09-10 02:38:10.200 7 INFO neutron.api.extensions [None req-a3879c09-d447-4a9c-8352-dadd3626dd02 - - - - - -] Loaded extension: security-groups-remote-address-group 2026-09-10 02:38:10.201 7 INFO neutron.api.extensions [None req-a3879c09-d447-4a9c-8352-dadd3626dd02 - - - - - -] Loaded extension: security-groups-rules-belongs-to-default-sg 2026-09-10 02:38:10.202 7 INFO neutron.api.extensions [None req-a3879c09-d447-4a9c-8352-dadd3626dd02 - - - - - -] Loaded extension: security-groups-shared-filtering 2026-09-10 02:38:10.208 7 INFO neutron.api.extensions [None req-a3879c09-d447-4a9c-8352-dadd3626dd02 - - - - - -] Loaded extension: security-group 2026-09-10 02:38:10.210 7 INFO neutron.api.extensions [None req-a3879c09-d447-4a9c-8352-dadd3626dd02 - - - - - -] Loaded extension: segment 2026-09-10 02:38:10.211 7 INFO neutron.api.extensions [None req-a3879c09-d447-4a9c-8352-dadd3626dd02 - - - - - -] Loaded extension: segments-peer-subnet-host-routes 2026-09-10 02:38:10.211 7 INFO neutron.api.extensions [None req-a3879c09-d447-4a9c-8352-dadd3626dd02 - - - - - -] Loaded extension: service-type 2026-09-10 02:38:10.212 7 INFO neutron.api.extensions [None req-a3879c09-d447-4a9c-8352-dadd3626dd02 - - - - - -] Loaded extension: sorting 2026-09-10 02:38:10.213 7 INFO neutron.api.extensions [None req-a3879c09-d447-4a9c-8352-dadd3626dd02 - - - - - -] Loaded extension: standard-attr-segment 2026-09-10 02:38:10.214 7 INFO neutron.api.extensions [None req-a3879c09-d447-4a9c-8352-dadd3626dd02 - - - - - -] Loaded extension: standard-attr-description 2026-09-10 02:38:10.215 7 INFO neutron.api.extensions [None req-a3879c09-d447-4a9c-8352-dadd3626dd02 - - - - - -] Loaded extension: stateful-security-group 2026-09-10 02:38:10.215 7 WARNING neutron.api.extensions [None req-a3879c09-d447-4a9c-8352-dadd3626dd02 - - - - - -] Did not find expected name "Stdattrs_common" in /var/lib/openstack/lib/python3.12/site-packages/neutron/extensions/stdattrs_common.py 2026-09-10 02:38:10.216 7 INFO neutron.api.extensions [None req-a3879c09-d447-4a9c-8352-dadd3626dd02 - - - - - -] Extension subnet-dns-publish-fixed-ip not supported by any of loaded plugins 2026-09-10 02:38:10.217 7 INFO neutron.api.extensions [None req-a3879c09-d447-4a9c-8352-dadd3626dd02 - - - - - -] Loaded extension: subnet-external-network 2026-09-10 02:38:10.218 7 INFO neutron.api.extensions [None req-a3879c09-d447-4a9c-8352-dadd3626dd02 - - - - - -] Loaded extension: subnet_onboard 2026-09-10 02:38:10.218 7 INFO neutron.api.extensions [None req-a3879c09-d447-4a9c-8352-dadd3626dd02 - - - - - -] Loaded extension: subnet-segmentid-writable 2026-09-10 02:38:10.219 7 INFO neutron.api.extensions [None req-a3879c09-d447-4a9c-8352-dadd3626dd02 - - - - - -] Loaded extension: subnet-service-types 2026-09-10 02:38:10.220 7 INFO neutron.api.extensions [None req-a3879c09-d447-4a9c-8352-dadd3626dd02 - - - - - -] Loaded extension: subnet_allocation 2026-09-10 02:38:10.221 7 INFO neutron.api.extensions [None req-a3879c09-d447-4a9c-8352-dadd3626dd02 - - - - - -] Loaded extension: subnetpool-prefix-ops 2026-09-10 02:38:10.222 7 INFO neutron.api.extensions [None req-a3879c09-d447-4a9c-8352-dadd3626dd02 - - - - - -] Loaded extension: tag-creation 2026-09-10 02:38:10.223 7 INFO neutron.api.extensions [None req-a3879c09-d447-4a9c-8352-dadd3626dd02 - - - - - -] Extension tag-ports-during-bulk-creation not supported by any of loaded plugins 2026-09-10 02:38:10.228 7 INFO neutron.api.extensions [None req-a3879c09-d447-4a9c-8352-dadd3626dd02 - - - - - -] Loaded extension: standard-attr-tag 2026-09-10 02:38:10.228 7 INFO neutron.api.extensions [None req-a3879c09-d447-4a9c-8352-dadd3626dd02 - - - - - -] Loaded extension: standard-attr-timestamp 2026-09-10 02:38:10.229 7 INFO neutron.api.extensions [None req-a3879c09-d447-4a9c-8352-dadd3626dd02 - - - - - -] Loaded extension: trunk 2026-09-10 02:38:10.229 7 INFO neutron.api.extensions [None req-a3879c09-d447-4a9c-8352-dadd3626dd02 - - - - - -] Loaded extension: trunk-details 2026-09-10 02:38:10.230 7 INFO neutron.api.extensions [None req-a3879c09-d447-4a9c-8352-dadd3626dd02 - - - - - -] Extension uplink-status-propagation not supported by any of loaded plugins 2026-09-10 02:38:10.230 7 INFO neutron.api.extensions [None req-a3879c09-d447-4a9c-8352-dadd3626dd02 - - - - - -] Extension uplink-status-propagation-updatable not supported by any of loaded plugins 2026-09-10 02:38:10.231 7 INFO neutron.api.extensions [None req-a3879c09-d447-4a9c-8352-dadd3626dd02 - - - - - -] Extension vlan-transparent not supported by any of loaded plugins 2026-09-10 02:38:10.232 7 INFO neutron.api.extensions [None req-a3879c09-d447-4a9c-8352-dadd3626dd02 - - - - - -] Loaded extension: vpn-aes-ctr 2026-09-10 02:38:10.234 7 INFO neutron.api.extensions [None req-a3879c09-d447-4a9c-8352-dadd3626dd02 - - - - - -] Extension vpn-agent-scheduler not supported by any of loaded plugins 2026-09-10 02:38:10.234 7 INFO neutron.api.extensions [None req-a3879c09-d447-4a9c-8352-dadd3626dd02 - - - - - -] Loaded extension: vpn-endpoint-groups 2026-09-10 02:38:10.235 7 INFO neutron.api.extensions [None req-a3879c09-d447-4a9c-8352-dadd3626dd02 - - - - - -] Loaded extension: vpn-flavors 2026-09-10 02:38:10.237 7 INFO neutron.api.extensions [None req-a3879c09-d447-4a9c-8352-dadd3626dd02 - - - - - -] Loaded extension: vpnaas 2026-09-10 02:38:10.238 7 INFO neutron.api.extensions [None req-a3879c09-d447-4a9c-8352-dadd3626dd02 - - - - - -] Loaded extension: taas 2026-09-10 02:38:10.239 7 INFO neutron.api.extensions [None req-a3879c09-d447-4a9c-8352-dadd3626dd02 - - - - - -] Loaded extension: tap-mirror 2026-09-10 02:38:10.239 7 INFO neutron.api.extensions [None req-a3879c09-d447-4a9c-8352-dadd3626dd02 - - - - - -] Loaded extension: taas-vlan-filter 2026-09-10 02:38:10.242 7 INFO neutron.quota.resource_registry [None req-a3879c09-d447-4a9c-8352-dadd3626dd02 - - - - - -] Creating instance of TrackedResource for resource:network 2026-09-10 02:38:10.242 7 INFO neutron.quota.resource_registry [None req-a3879c09-d447-4a9c-8352-dadd3626dd02 - - - - - -] Creating instance of TrackedResource for resource:subnet 2026-09-10 02:38:10.242 7 INFO neutron.quota.resource_registry [None req-a3879c09-d447-4a9c-8352-dadd3626dd02 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-09-10 02:38:10.242 7 INFO neutron.quota.resource_registry [None req-a3879c09-d447-4a9c-8352-dadd3626dd02 - - - - - -] Creating instance of TrackedResource for resource:port 2026-09-10 02:38:10.245 7 INFO neutron.quota.resource_registry [None req-a3879c09-d447-4a9c-8352-dadd3626dd02 - - - - - -] Creating instance of TrackedResource for resource:router 2026-09-10 02:38:10.246 7 INFO neutron.quota.resource_registry [None req-a3879c09-d447-4a9c-8352-dadd3626dd02 - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-09-10 02:38:10.250 7 INFO neutron.quota.resource_registry [None req-a3879c09-d447-4a9c-8352-dadd3626dd02 - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-09-10 02:38:10.251 7 INFO neutron.quota.resource_registry [None req-a3879c09-d447-4a9c-8352-dadd3626dd02 - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-09-10 02:38:10.251 7 INFO neutron.quota.resource_registry [None req-a3879c09-d447-4a9c-8352-dadd3626dd02 - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-09-10 02:38:10.252 7 INFO neutron.quota.resource_registry [None req-a3879c09-d447-4a9c-8352-dadd3626dd02 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-09-10 02:38:10.252 7 WARNING neutron.quota.resource_registry [None req-a3879c09-d447-4a9c-8352-dadd3626dd02 - - - - - -] subnetpool is already registered 2026-09-10 02:38:10.253 7 INFO neutron.quota.resource_registry [None req-a3879c09-d447-4a9c-8352-dadd3626dd02 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-09-10 02:38:10.253 7 WARNING neutron.quota.resource_registry [None req-a3879c09-d447-4a9c-8352-dadd3626dd02 - - - - - -] subnetpool is already registered 2026-09-10 02:38:10.254 7 INFO neutron.quota.resource_registry [None req-a3879c09-d447-4a9c-8352-dadd3626dd02 - - - - - -] Creating instance of CountableResource for resource:trunk 2026-09-10 02:38:10.254 7 INFO neutron.quota.resource_registry [None req-a3879c09-d447-4a9c-8352-dadd3626dd02 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-09-10 02:38:10.254 7 INFO neutron.quota.resource_registry [None req-a3879c09-d447-4a9c-8352-dadd3626dd02 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-09-10 02:38:10.255 7 INFO neutron.quota.resource_registry [None req-a3879c09-d447-4a9c-8352-dadd3626dd02 - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-09-10 02:38:10.255 7 INFO neutron.quota.resource_registry [None req-a3879c09-d447-4a9c-8352-dadd3626dd02 - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-09-10 02:38:10.256 7 INFO neutron.quota.resource_registry [None req-a3879c09-d447-4a9c-8352-dadd3626dd02 - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-09-10 02:38:10.257 7 INFO neutron.quota.resource_registry [None req-a3879c09-d447-4a9c-8352-dadd3626dd02 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-09-10 02:38:10.257 7 WARNING neutron.quota.resource_registry [None req-a3879c09-d447-4a9c-8352-dadd3626dd02 - - - - - -] ipsecpolicy is already registered 2026-09-10 02:38:10.258 7 INFO neutron.quota.resource_registry [None req-a3879c09-d447-4a9c-8352-dadd3626dd02 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-09-10 02:38:10.258 7 WARNING neutron.quota.resource_registry [None req-a3879c09-d447-4a9c-8352-dadd3626dd02 - - - - - -] ikepolicy is already registered 2026-09-10 02:38:10.262 7 INFO neutron.quota.resource_registry [None req-a3879c09-d447-4a9c-8352-dadd3626dd02 - - - - - -] Creating instance of TrackedResource for resource:router 2026-09-10 02:38:10.262 7 WARNING neutron.quota.resource_registry [None req-a3879c09-d447-4a9c-8352-dadd3626dd02 - - - - - -] router is already registered 2026-09-10 02:38:10.263 7 INFO neutron.quota.resource_registry [None req-a3879c09-d447-4a9c-8352-dadd3626dd02 - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-09-10 02:38:10.263 7 WARNING neutron.quota.resource_registry [None req-a3879c09-d447-4a9c-8352-dadd3626dd02 - - - - - -] floatingip is already registered 2026-09-10 02:38:10.266 7 INFO neutron.quota.resource_registry [None req-a3879c09-d447-4a9c-8352-dadd3626dd02 - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-09-10 02:38:10.266 7 WARNING neutron.quota.resource_registry [None req-a3879c09-d447-4a9c-8352-dadd3626dd02 - - - - - -] rbac_policy is already registered 2026-09-10 02:38:10.267 7 INFO neutron.quota.resource_registry [None req-a3879c09-d447-4a9c-8352-dadd3626dd02 - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-09-10 02:38:10.267 7 WARNING neutron.quota.resource_registry [None req-a3879c09-d447-4a9c-8352-dadd3626dd02 - - - - - -] security_group is already registered 2026-09-10 02:38:10.267 7 INFO neutron.quota.resource_registry [None req-a3879c09-d447-4a9c-8352-dadd3626dd02 - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-09-10 02:38:10.267 7 WARNING neutron.quota.resource_registry [None req-a3879c09-d447-4a9c-8352-dadd3626dd02 - - - - - -] security_group_rule is already registered 2026-09-10 02:38:10.268 7 INFO neutron.quota.resource_registry [None req-a3879c09-d447-4a9c-8352-dadd3626dd02 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-09-10 02:38:10.268 7 WARNING neutron.quota.resource_registry [None req-a3879c09-d447-4a9c-8352-dadd3626dd02 - - - - - -] subnetpool is already registered 2026-09-10 02:38:10.269 7 INFO neutron.quota.resource_registry [None req-a3879c09-d447-4a9c-8352-dadd3626dd02 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-09-10 02:38:10.269 7 WARNING neutron.quota.resource_registry [None req-a3879c09-d447-4a9c-8352-dadd3626dd02 - - - - - -] subnetpool is already registered 2026-09-10 02:38:10.269 7 INFO neutron.quota.resource_registry [None req-a3879c09-d447-4a9c-8352-dadd3626dd02 - - - - - -] Creating instance of CountableResource for resource:trunk 2026-09-10 02:38:10.269 7 WARNING neutron.quota.resource_registry [None req-a3879c09-d447-4a9c-8352-dadd3626dd02 - - - - - -] trunk is already registered 2026-09-10 02:38:10.270 7 INFO neutron.quota.resource_registry [None req-a3879c09-d447-4a9c-8352-dadd3626dd02 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-09-10 02:38:10.270 7 WARNING neutron.quota.resource_registry [None req-a3879c09-d447-4a9c-8352-dadd3626dd02 - - - - - -] ikepolicy is already registered 2026-09-10 02:38:10.270 7 INFO neutron.quota.resource_registry [None req-a3879c09-d447-4a9c-8352-dadd3626dd02 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-09-10 02:38:10.270 7 WARNING neutron.quota.resource_registry [None req-a3879c09-d447-4a9c-8352-dadd3626dd02 - - - - - -] ipsecpolicy is already registered 2026-09-10 02:38:10.271 7 INFO neutron.quota.resource_registry [None req-a3879c09-d447-4a9c-8352-dadd3626dd02 - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-09-10 02:38:10.271 7 WARNING neutron.quota.resource_registry [None req-a3879c09-d447-4a9c-8352-dadd3626dd02 - - - - - -] endpoint_group is already registered 2026-09-10 02:38:10.271 7 INFO neutron.quota.resource_registry [None req-a3879c09-d447-4a9c-8352-dadd3626dd02 - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-09-10 02:38:10.272 7 WARNING neutron.quota.resource_registry [None req-a3879c09-d447-4a9c-8352-dadd3626dd02 - - - - - -] vpnservice is already registered 2026-09-10 02:38:10.272 7 INFO neutron.quota.resource_registry [None req-a3879c09-d447-4a9c-8352-dadd3626dd02 - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-09-10 02:38:10.272 7 WARNING neutron.quota.resource_registry [None req-a3879c09-d447-4a9c-8352-dadd3626dd02 - - - - - -] ipsec_site_connection is already registered 2026-09-10 02:38:10.272 7 INFO neutron.quota.resource_registry [None req-a3879c09-d447-4a9c-8352-dadd3626dd02 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-09-10 02:38:10.273 7 WARNING neutron.quota.resource_registry [None req-a3879c09-d447-4a9c-8352-dadd3626dd02 - - - - - -] ipsecpolicy is already registered 2026-09-10 02:38:10.273 7 INFO neutron.quota.resource_registry [None req-a3879c09-d447-4a9c-8352-dadd3626dd02 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-09-10 02:38:10.273 7 WARNING neutron.quota.resource_registry [None req-a3879c09-d447-4a9c-8352-dadd3626dd02 - - - - - -] ikepolicy is already registered 2026-09-10 02:38:10.310 7 WARNING keystonemiddleware._common.config [None req-a3879c09-d447-4a9c-8352-dadd3626dd02 - - - - - -] The option "audit_map_file" is not known to keystonemiddleware 2026-09-10 02:38:10.316 7 WARNING oslo_config.cfg [None req-a3879c09-d447-4a9c-8352-dadd3626dd02 - - - - - -] 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 0x7fcbc2bcf668 pid: 7 (default app) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: unknown. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-09-10 02:38:15.839 7 INFO neutron.pecan_wsgi.hooks.translation [None req-9b6ec5cb-ea7d-4d07-94c6-041091643bcf 2dcafeabbd18499d9be13b4c6b2b81df e99512c22f4c438895442732cf452151 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1/4] 162.253.55.155 () {44 vars in 928 bytes} [Thu Sep 10 02:38:14 2026] GET /v2.0/networks/public => generated 108 bytes in 868 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: 4/5] 162.253.55.155 () {44 vars in 950 bytes} [Thu Sep 10 02:38:15 2026] GET /v2.0/networks?name=public => generated 15 bytes in 429 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-09-10 02:38:16.697 7 WARNING neutron.services.revisions.revision_plugin [None req-f9d4bfbb-958e-4191-9b36-c95595e0e80c 2dcafeabbd18499d9be13b4c6b2b81df e99512c22f4c438895442732cf452151 - - default default] Could not find related network for resource to bump revision. 2026-09-10 02:38:16.724 7 INFO neutron.db.segments_db [None req-f9d4bfbb-958e-4191-9b36-c95595e0e80c 2dcafeabbd18499d9be13b4c6b2b81df e99512c22f4c438895442732cf452151 - - default default] Added segment ea309c69-87ad-445e-830b-3c009dd3c643 of type flat for network a4793de6-be9e-417f-bf93-e153d933536a 2026-09-10 02:38:16.786 7 INFO neutron.pecan_wsgi.hooks.translation [None req-f9d4bfbb-958e-4191-9b36-c95595e0e80c 2dcafeabbd18499d9be13b4c6b2b81df e99512c22f4c438895442732cf452151 - - default default] POST failed (client error): The resource could not be found. [pid: 7|app: 0|req: 2/6] 162.253.55.155 () {48 vars in 968 bytes} [Thu Sep 10 02:38:16 2026] POST /v2.0/networks => generated 124 bytes in 531 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-09-10 02:38:23.140 8 INFO neutron.pecan_wsgi.hooks.translation [None req-4b20e93a-385c-49bf-b448-47d670269cb4 2dcafeabbd18499d9be13b4c6b2b81df e99512c22f4c438895442732cf452151 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 5/7] 162.253.55.155 () {44 vars in 928 bytes} [Thu Sep 10 02:38:22 2026] GET /v2.0/networks/public => generated 108 bytes in 485 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3/8] 162.253.55.155 () {44 vars in 950 bytes} [Thu Sep 10 02:38:23 2026] GET /v2.0/networks?name=public => generated 15 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-09-10 02:38:23.428 8 WARNING neutron.services.revisions.revision_plugin [None req-3cc66d0f-86df-4b89-b4d7-34f148f97c1e 2dcafeabbd18499d9be13b4c6b2b81df e99512c22f4c438895442732cf452151 - - default default] Could not find related network for resource to bump revision. 2026-09-10 02:38:23.447 8 INFO neutron.db.segments_db [None req-3cc66d0f-86df-4b89-b4d7-34f148f97c1e 2dcafeabbd18499d9be13b4c6b2b81df e99512c22f4c438895442732cf452151 - - default default] Added segment a357ef71-2700-4b71-8061-82495ee6760b of type flat for network 4a3d4e2f-d1cc-4d32-9c04-414433981e24 2026-09-10 02:38:23.491 8 INFO neutron.pecan_wsgi.hooks.translation [None req-3cc66d0f-86df-4b89-b4d7-34f148f97c1e 2dcafeabbd18499d9be13b4c6b2b81df e99512c22f4c438895442732cf452151 - - default default] POST failed (client error): The resource could not be found. [pid: 8|app: 0|req: 6/9] 162.253.55.155 () {48 vars in 968 bytes} [Thu Sep 10 02:38:23 2026] POST /v2.0/networks => generated 124 bytes in 316 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-09-10 02:38:29.447 8 INFO neutron.pecan_wsgi.hooks.translation [None req-2d01949b-9755-48e4-8afd-87c4ef6394a1 2dcafeabbd18499d9be13b4c6b2b81df e99512c22f4c438895442732cf452151 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 7/11] 162.253.55.155 () {44 vars in 928 bytes} [Thu Sep 10 02:38:29 2026] GET /v2.0/networks/public => generated 108 bytes in 55 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 5/12] 162.253.55.155 () {44 vars in 950 bytes} [Thu Sep 10 02:38:29 2026] GET /v2.0/networks?name=public => generated 15 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-09-10 02:38:29.559 8 WARNING neutron.services.revisions.revision_plugin [None req-d50a8353-039c-4558-a9e2-953f71c7883e 2dcafeabbd18499d9be13b4c6b2b81df e99512c22f4c438895442732cf452151 - - default default] Could not find related network for resource to bump revision. 2026-09-10 02:38:29.586 8 INFO neutron.db.segments_db [None req-d50a8353-039c-4558-a9e2-953f71c7883e 2dcafeabbd18499d9be13b4c6b2b81df e99512c22f4c438895442732cf452151 - - default default] Added segment e7993797-6fa6-494c-9a62-69d280fcf602 of type flat for network 3d0ee665-35c2-4d97-9e24-9c8aeb1cc9d5 2026-09-10 02:38:29.633 8 INFO neutron.pecan_wsgi.hooks.translation [None req-d50a8353-039c-4558-a9e2-953f71c7883e 2dcafeabbd18499d9be13b4c6b2b81df e99512c22f4c438895442732cf452151 - - default default] POST failed (client error): The resource could not be found. [pid: 8|app: 0|req: 8/13] 162.253.55.155 () {48 vars in 968 bytes} [Thu Sep 10 02:38:29 2026] POST /v2.0/networks => generated 124 bytes in 172 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-09-10 02:38:35.590 7 INFO neutron.pecan_wsgi.hooks.translation [None req-8501cddc-2eb5-4c37-bdd0-c4e1e4e0977f 2dcafeabbd18499d9be13b4c6b2b81df e99512c22f4c438895442732cf452151 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 6/14] 162.253.55.155 () {44 vars in 928 bytes} [Thu Sep 10 02:38:35 2026] GET /v2.0/networks/public => generated 108 bytes in 58 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 9/15] 162.253.55.155 () {44 vars in 950 bytes} [Thu Sep 10 02:38:35 2026] GET /v2.0/networks?name=public => generated 15 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-09-10 02:38:35.699 7 WARNING neutron.services.revisions.revision_plugin [None req-d7169625-a644-4080-802c-43547a7bd28c 2dcafeabbd18499d9be13b4c6b2b81df e99512c22f4c438895442732cf452151 - - default default] Could not find related network for resource to bump revision. 2026-09-10 02:38:35.723 7 INFO neutron.db.segments_db [None req-d7169625-a644-4080-802c-43547a7bd28c 2dcafeabbd18499d9be13b4c6b2b81df e99512c22f4c438895442732cf452151 - - default default] Added segment 46ac48a6-0e2a-4599-9b56-63ebf4061dd8 of type flat for network 8ca46214-4021-494a-ace0-2472584e36e9 2026-09-10 02:38:35.748 7 INFO neutron.pecan_wsgi.hooks.translation [None req-d7169625-a644-4080-802c-43547a7bd28c 2dcafeabbd18499d9be13b4c6b2b81df e99512c22f4c438895442732cf452151 - - default default] POST failed (client error): The resource could not be found. [pid: 7|app: 0|req: 7/16] 162.253.55.155 () {48 vars in 968 bytes} [Thu Sep 10 02:38:35 2026] POST /v2.0/networks => generated 124 bytes in 143 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-09-10 02:38:41.682 7 INFO neutron.pecan_wsgi.hooks.translation [None req-09efb06a-f40b-40bd-846c-d8146f229aae 2dcafeabbd18499d9be13b4c6b2b81df e99512c22f4c438895442732cf452151 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 8/18] 162.253.55.155 () {44 vars in 928 bytes} [Thu Sep 10 02:38:41 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: 8|app: 0|req: 11/19] 162.253.55.155 () {44 vars in 950 bytes} [Thu Sep 10 02:38:41 2026] GET /v2.0/networks?name=public => generated 15 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-09-10 02:38:41.769 7 WARNING neutron.services.revisions.revision_plugin [None req-35618efe-2537-48b4-838b-2afcba7c2ea2 2dcafeabbd18499d9be13b4c6b2b81df e99512c22f4c438895442732cf452151 - - default default] Could not find related network for resource to bump revision. 2026-09-10 02:38:41.795 7 INFO neutron.db.segments_db [None req-35618efe-2537-48b4-838b-2afcba7c2ea2 2dcafeabbd18499d9be13b4c6b2b81df e99512c22f4c438895442732cf452151 - - default default] Added segment d317f02e-aa22-4bfc-9850-999d980ee120 of type flat for network 2266eba8-c9ee-4efe-a984-ae4935e08fc1 [pid: 7|app: 0|req: 9/20] 162.253.55.155 () {48 vars in 968 bytes} [Thu Sep 10 02:38:41 2026] POST /v2.0/networks => generated 706 bytes in 215 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-09-10 02:38:43.169 8 INFO neutron.pecan_wsgi.hooks.translation [None req-79d3e6c1-9cf4-4d2f-910a-e47b83859cf8 2dcafeabbd18499d9be13b4c6b2b81df e99512c22f4c438895442732cf452151 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 12/21] 162.253.55.155 () {44 vars in 928 bytes} [Thu Sep 10 02:38:43 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: 10/22] 162.253.55.155 () {44 vars in 950 bytes} [Thu Sep 10 02:38:43 2026] GET /v2.0/networks?name=public => generated 709 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-09-10 02:38:43.257 8 INFO neutron.pecan_wsgi.hooks.translation [None req-d3ce6d68-cc53-490f-b512-6cbba79f453c 2dcafeabbd18499d9be13b4c6b2b81df e99512c22f4c438895442732cf452151 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 13/23] 162.253.55.155 () {44 vars in 1035 bytes} [Thu Sep 10 02:38:43 2026] GET /v2.0/subnets/public-subnet?network_id=2266eba8-c9ee-4efe-a984-ae4935e08fc1 => 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: 11/24] 162.253.55.155 () {44 vars in 1058 bytes} [Thu Sep 10 02:38:43 2026] GET /v2.0/subnets?name=public-subnet&network_id=2266eba8-c9ee-4efe-a984-ae4935e08fc1 => generated 14 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 14/25] 162.253.55.155 () {48 vars in 966 bytes} [Thu Sep 10 02:38:43 2026] POST /v2.0/subnets => generated 664 bytes in 1187 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-09-10 02:43:32.447 7 INFO neutron.pecan_wsgi.hooks.translation [None req-c5dc94a2-249c-42f4-96fa-40b0f968d2d1 2dcafeabbd18499d9be13b4c6b2b81df e99512c22f4c438895442732cf452151 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 31/63] 162.253.55.155 () {44 vars in 938 bytes} [Thu Sep 10 02:43:32 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 143 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 33/64] 162.253.55.155 () {44 vars in 960 bytes} [Thu Sep 10 02:43:32 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 15 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-09-10 02:43:32.571 7 INFO neutron.db.segments_db [None req-0188a195-93c3-4286-adcd-3e27597b3c56 2dcafeabbd18499d9be13b4c6b2b81df e99512c22f4c438895442732cf452151 - - default default] Added segment 04e35c94-efb4-4c4e-af8f-1b8770fd59da of type vxlan for network fbcf73dd-c8d4-4059-9819-353f31849dc2 [pid: 7|app: 0|req: 32/65] 162.253.55.155 () {48 vars in 967 bytes} [Thu Sep 10 02:43:32 2026] POST /v2.0/networks => generated 707 bytes in 228 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-09-10 02:43:33.670 8 INFO neutron.pecan_wsgi.hooks.translation [None req-11ab0cb1-f6be-482d-b316-8a148ed54955 2dcafeabbd18499d9be13b4c6b2b81df e99512c22f4c438895442732cf452151 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 34/66] 162.253.55.155 () {44 vars in 938 bytes} [Thu Sep 10 02:43:33 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 84 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 33/67] 162.253.55.155 () {44 vars in 960 bytes} [Thu Sep 10 02:43:33 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 691 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-09-10 02:43:33.753 8 INFO neutron.pecan_wsgi.hooks.translation [None req-fa2c9c09-1dc6-4288-8303-612fbe3d8f93 2dcafeabbd18499d9be13b4c6b2b81df e99512c22f4c438895442732cf452151 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 35/68] 162.253.55.155 () {44 vars in 1037 bytes} [Thu Sep 10 02:43:33 2026] GET /v2.0/subnets/lb-mgmt-subnet?network_id=fbcf73dd-c8d4-4059-9819-353f31849dc2 => generated 114 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 34/69] 162.253.55.155 () {44 vars in 1060 bytes} [Thu Sep 10 02:43:33 2026] GET /v2.0/subnets?name=lb-mgmt-subnet&network_id=fbcf73dd-c8d4-4059-9819-353f31849dc2 => generated 14 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 36/70] 162.253.55.155 () {48 vars in 966 bytes} [Thu Sep 10 02:43:33 2026] POST /v2.0/subnets => generated 651 bytes in 246 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-09-10 02:43:35.212 7 INFO neutron.api.v2.resource [None req-7b733c3d-49c7-42a0-8a0f-5cfc4337f7ab 2dcafeabbd18499d9be13b4c6b2b81df e99512c22f4c438895442732cf452151 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 35/71] 162.253.55.155 () {44 vars in 972 bytes} [Thu Sep 10 02:43:35 2026] GET /v2.0/security-groups/lb-health-mgr-sec-grp => generated 131 bytes in 28 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 37/72] 162.253.55.155 () {44 vars in 994 bytes} [Thu Sep 10 02:43:35 2026] GET /v2.0/security-groups?name=lb-health-mgr-sec-grp => generated 23 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 36/73] 162.253.55.155 () {48 vars in 981 bytes} [Thu Sep 10 02:43:35 2026] POST /v2.0/security-groups => generated 1616 bytes in 151 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 38/74] 162.253.55.155 () {44 vars in 1002 bytes} [Thu Sep 10 02:43:36 2026] GET /v2.0/security-groups/8c1dd51f-2b76-4da2-9f36-5889e0e0c871 => generated 1616 bytes in 121 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 37/75] 162.253.55.155 () {44 vars in 1002 bytes} [Thu Sep 10 02:43:36 2026] GET /v2.0/security-groups/8c1dd51f-2b76-4da2-9f36-5889e0e0c871 => generated 1616 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 39/76] 162.253.55.155 () {44 vars in 1002 bytes} [Thu Sep 10 02:43:36 2026] GET /v2.0/security-groups/8c1dd51f-2b76-4da2-9f36-5889e0e0c871 => generated 1616 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 38/77] 162.253.55.155 () {48 vars in 992 bytes} [Thu Sep 10 02:43:36 2026] POST /v2.0/security-group-rules => generated 601 bytes in 129 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 40/78] 162.253.55.155 () {44 vars in 1002 bytes} [Thu Sep 10 02:43:37 2026] GET /v2.0/security-groups/8c1dd51f-2b76-4da2-9f36-5889e0e0c871 => generated 2230 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 39/79] 162.253.55.155 () {44 vars in 1002 bytes} [Thu Sep 10 02:43:38 2026] GET /v2.0/security-groups/8c1dd51f-2b76-4da2-9f36-5889e0e0c871 => generated 2230 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 41/80] 162.253.55.155 () {44 vars in 1002 bytes} [Thu Sep 10 02:43:38 2026] GET /v2.0/security-groups/8c1dd51f-2b76-4da2-9f36-5889e0e0c871 => generated 2230 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 40/81] 162.253.55.155 () {48 vars in 992 bytes} [Thu Sep 10 02:43:38 2026] POST /v2.0/security-group-rules => generated 603 bytes in 120 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 42/82] 162.253.55.155 () {44 vars in 1002 bytes} [Thu Sep 10 02:43:39 2026] GET /v2.0/security-groups/8c1dd51f-2b76-4da2-9f36-5889e0e0c871 => generated 2846 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 41/83] 162.253.55.155 () {44 vars in 1002 bytes} [Thu Sep 10 02:43:39 2026] GET /v2.0/security-groups/8c1dd51f-2b76-4da2-9f36-5889e0e0c871 => generated 2846 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 43/84] 162.253.55.155 () {44 vars in 1002 bytes} [Thu Sep 10 02:43:39 2026] GET /v2.0/security-groups/8c1dd51f-2b76-4da2-9f36-5889e0e0c871 => generated 2846 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 42/85] 162.253.55.155 () {48 vars in 992 bytes} [Thu Sep 10 02:43:39 2026] POST /v2.0/security-group-rules => generated 603 bytes in 125 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 44/86] 162.253.55.155 () {44 vars in 1002 bytes} [Thu Sep 10 02:43:40 2026] GET /v2.0/security-groups/8c1dd51f-2b76-4da2-9f36-5889e0e0c871 => generated 3462 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 43/87] 162.253.55.155 () {44 vars in 1002 bytes} [Thu Sep 10 02:43:40 2026] GET /v2.0/security-groups/8c1dd51f-2b76-4da2-9f36-5889e0e0c871 => generated 3462 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 45/90] 162.253.55.155 () {44 vars in 1002 bytes} [Thu Sep 10 02:43:40 2026] GET /v2.0/security-groups/8c1dd51f-2b76-4da2-9f36-5889e0e0c871 => generated 3462 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 46/91] 162.253.55.155 () {48 vars in 992 bytes} [Thu Sep 10 02:43:40 2026] POST /v2.0/security-group-rules => generated 603 bytes in 158 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 46/92] 162.253.55.155 () {44 vars in 1002 bytes} [Thu Sep 10 02:43:41 2026] GET /v2.0/security-groups/8c1dd51f-2b76-4da2-9f36-5889e0e0c871 => generated 4078 bytes in 99 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 47/93] 162.253.55.155 () {44 vars in 1002 bytes} [Thu Sep 10 02:43:41 2026] GET /v2.0/security-groups/8c1dd51f-2b76-4da2-9f36-5889e0e0c871 => generated 4078 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 47/94] 162.253.55.155 () {44 vars in 1002 bytes} [Thu Sep 10 02:43:41 2026] GET /v2.0/security-groups/8c1dd51f-2b76-4da2-9f36-5889e0e0c871 => generated 4078 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 48/95] 162.253.55.155 () {48 vars in 992 bytes} [Thu Sep 10 02:43:41 2026] POST /v2.0/security-group-rules => generated 603 bytes in 159 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 48/96] 162.253.55.155 () {44 vars in 988 bytes} [Thu Sep 10 02:43:43 2026] GET /v2.0/networks/fbcf73dd-c8d4-4059-9819-353f31849dc2 => generated 732 bytes in 104 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-09-10 02:43:43.224 7 INFO neutron.pecan_wsgi.hooks.translation [None req-a207e668-be4f-424f-bd65-b96e7e4a999e 2dcafeabbd18499d9be13b4c6b2b81df e99512c22f4c438895442732cf452151 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 49/97] 162.253.55.155 () {44 vars in 1077 bytes} [Thu Sep 10 02:43:43 2026] GET /v2.0/ports/octavia-health-manager-port-instance?network_id=fbcf73dd-c8d4-4059-9819-353f31849dc2 => generated 132 bytes in 57 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 49/98] 162.253.55.155 () {44 vars in 1100 bytes} [Thu Sep 10 02:43:43 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance&network_id=fbcf73dd-c8d4-4059-9819-353f31849dc2 => generated 12 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 50/99] 162.253.55.155 () {44 vars in 1002 bytes} [Thu Sep 10 02:43:43 2026] GET /v2.0/security-groups/8c1dd51f-2b76-4da2-9f36-5889e0e0c871 => generated 4694 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 50/100] 162.253.55.155 () {48 vars in 962 bytes} [Thu Sep 10 02:43:43 2026] POST /v2.0/ports => generated 1096 bytes in 432 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-09-10 02:43:51.125 7 INFO neutron.pecan_wsgi.hooks.translation [None req-4721481c-4a3a-4b84-bd9b-abcfc95ce16c 2dcafeabbd18499d9be13b4c6b2b81df e99512c22f4c438895442732cf452151 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 51/101] 162.253.55.155 () {44 vars in 980 bytes} [Thu Sep 10 02:43:51 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 70 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) /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: 51/102] 162.253.55.155 () {44 vars in 1002 bytes} [Thu Sep 10 02:43:51 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1099 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 52/103] 162.253.55.155 () {48 vars in 1032 bytes} [Thu Sep 10 02:43:51 2026] PUT /v2.0/ports/d9a1cd40-a1e0-49e1-ab7e-481d59644162 => generated 1245 bytes in 635 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 52/104] 162.253.55.155 () {44 vars in 921 bytes} [Thu Sep 10 02:43:53 2026] GET /v2.0/ports => generated 3726 bytes in 116 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: unknown. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-09-10 02:43:54.708 7 INFO neutron.api.v2.resource [None req-c073ef34-2c7f-4316-a20d-4f5b0d851e07 2dcafeabbd18499d9be13b4c6b2b81df e99512c22f4c438895442732cf452151 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 53/105] 162.253.55.155 () {44 vars in 960 bytes} [Thu Sep 10 02:43:54 2026] GET /v2.0/security-groups/lb-mgmt-sec-grp => generated 125 bytes in 64 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 53/106] 162.253.55.155 () {44 vars in 982 bytes} [Thu Sep 10 02:43:54 2026] GET /v2.0/security-groups?name=lb-mgmt-sec-grp => generated 23 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 54/107] 162.253.55.155 () {48 vars in 981 bytes} [Thu Sep 10 02:43:54 2026] POST /v2.0/security-groups => generated 1610 bytes in 302 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 55/110] 162.253.55.155 () {44 vars in 1002 bytes} [Thu Sep 10 02:43:55 2026] GET /v2.0/security-groups/369bec04-75ad-4d5d-b052-88b8767db8af => generated 1610 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 56/111] 162.253.55.155 () {44 vars in 1002 bytes} [Thu Sep 10 02:43:56 2026] GET /v2.0/security-groups/369bec04-75ad-4d5d-b052-88b8767db8af => generated 1610 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 56/112] 162.253.55.155 () {44 vars in 1002 bytes} [Thu Sep 10 02:43:56 2026] GET /v2.0/security-groups/369bec04-75ad-4d5d-b052-88b8767db8af => generated 1610 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 57/113] 162.253.55.155 () {48 vars in 992 bytes} [Thu Sep 10 02:43:56 2026] POST /v2.0/security-group-rules => generated 621 bytes in 102 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 57/114] 162.253.55.155 () {44 vars in 1002 bytes} [Thu Sep 10 02:43:57 2026] GET /v2.0/security-groups/369bec04-75ad-4d5d-b052-88b8767db8af => generated 2244 bytes in 235 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 58/115] 162.253.55.155 () {44 vars in 1002 bytes} [Thu Sep 10 02:43:57 2026] GET /v2.0/security-groups/369bec04-75ad-4d5d-b052-88b8767db8af => generated 2244 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 58/116] 162.253.55.155 () {44 vars in 1002 bytes} [Thu Sep 10 02:43:57 2026] GET /v2.0/security-groups/369bec04-75ad-4d5d-b052-88b8767db8af => generated 2244 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 59/117] 162.253.55.155 () {48 vars in 992 bytes} [Thu Sep 10 02:43:57 2026] POST /v2.0/security-group-rules => generated 625 bytes in 160 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 64/128] 162.253.55.155 () {44 vars in 976 bytes} [Thu Sep 10 02:45:18 2026] GET /v2.0/quotas/e99512c22f4c438895442732cf452151 => generated 292 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 65/129] 162.253.55.155 () {48 vars in 1028 bytes} [Thu Sep 10 02:45:19 2026] PUT /v2.0/quotas/e99512c22f4c438895442732cf452151 => generated 291 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-09-10 02:47:39.422 7 INFO neutron.pecan_wsgi.hooks.translation [None req-e1019394-5a05-4013-ac4f-d636d8eb0851 2dcafeabbd18499d9be13b4c6b2b81df e99512c22f4c438895442732cf452151 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 75/148] 162.253.55.155 () {30 vars in 741 bytes} [Thu Sep 10 02:47:39 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 143 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 74/149] 162.253.55.155 () {30 vars in 763 bytes} [Thu Sep 10 02:47:39 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1248 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-09-10 02:47:41.395 8 INFO neutron.pecan_wsgi.hooks.translation [None req-305bd689-4ebd-4d5b-88b3-e79c85f88c26 2dcafeabbd18499d9be13b4c6b2b81df e99512c22f4c438895442732cf452151 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 76/152] 162.253.55.155 () {30 vars in 741 bytes} [Thu Sep 10 02:47:41 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 118 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 77/153] 162.253.55.155 () {30 vars in 763 bytes} [Thu Sep 10 02:47:41 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1248 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-09-10 02:53:57.137 8 INFO neutron.api.v2.resource [None req-dc5bded0-7113-4fc7-a55e-8463b74a080c 2dcafeabbd18499d9be13b4c6b2b81df e99512c22f4c438895442732cf452151 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 102/204] 162.253.55.155 () {44 vars in 1075 bytes} [Thu Sep 10 02:53:56 2026] GET /v2.0/security-groups/manila-service-security-group?project_id=d774ab532fad4e90bd4dcaca97529e1f => generated 139 bytes in 203 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 103/205] 162.253.55.155 () {44 vars in 1098 bytes} [Thu Sep 10 02:53:57 2026] GET /v2.0/security-groups?name=manila-service-security-group&project_id=d774ab532fad4e90bd4dcaca97529e1f => generated 23 bytes in 167 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 103/206] 162.253.55.155 () {48 vars in 982 bytes} [Thu Sep 10 02:53:57 2026] POST /v2.0/security-groups => generated 1624 bytes in 183 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 104/207] 162.253.55.155 () {44 vars in 1089 bytes} [Thu Sep 10 02:53:58 2026] GET /v2.0/security-groups/20935945-486e-493d-ae64-60ec73d50f74?project_id=d774ab532fad4e90bd4dcaca97529e1f => generated 1624 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 104/208] 162.253.55.155 () {44 vars in 1002 bytes} [Thu Sep 10 02:53:58 2026] GET /v2.0/security-groups/20935945-486e-493d-ae64-60ec73d50f74 => generated 1624 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 105/209] 162.253.55.155 () {44 vars in 1089 bytes} [Thu Sep 10 02:53:58 2026] GET /v2.0/security-groups/20935945-486e-493d-ae64-60ec73d50f74?project_id=d774ab532fad4e90bd4dcaca97529e1f => generated 1624 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 105/210] 162.253.55.155 () {48 vars in 992 bytes} [Thu Sep 10 02:53:59 2026] POST /v2.0/security-group-rules => generated 597 bytes in 145 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 106/211] 162.253.55.155 () {44 vars in 1089 bytes} [Thu Sep 10 02:54:00 2026] GET /v2.0/security-groups/20935945-486e-493d-ae64-60ec73d50f74?project_id=d774ab532fad4e90bd4dcaca97529e1f => generated 2234 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 106/212] 162.253.55.155 () {44 vars in 1002 bytes} [Thu Sep 10 02:54:00 2026] GET /v2.0/security-groups/20935945-486e-493d-ae64-60ec73d50f74 => generated 2234 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 107/213] 162.253.55.155 () {44 vars in 1089 bytes} [Thu Sep 10 02:54:00 2026] GET /v2.0/security-groups/20935945-486e-493d-ae64-60ec73d50f74?project_id=d774ab532fad4e90bd4dcaca97529e1f => generated 2234 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 107/214] 162.253.55.155 () {48 vars in 992 bytes} [Thu Sep 10 02:54:00 2026] POST /v2.0/security-group-rules => generated 599 bytes in 143 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 108/215] 162.253.55.155 () {44 vars in 1089 bytes} [Thu Sep 10 02:54:01 2026] GET /v2.0/security-groups/20935945-486e-493d-ae64-60ec73d50f74?project_id=d774ab532fad4e90bd4dcaca97529e1f => generated 2846 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 108/216] 162.253.55.155 () {44 vars in 1002 bytes} [Thu Sep 10 02:54:01 2026] GET /v2.0/security-groups/20935945-486e-493d-ae64-60ec73d50f74 => generated 2846 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 109/217] 162.253.55.155 () {44 vars in 1089 bytes} [Thu Sep 10 02:54:01 2026] GET /v2.0/security-groups/20935945-486e-493d-ae64-60ec73d50f74?project_id=d774ab532fad4e90bd4dcaca97529e1f => generated 2846 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 109/218] 162.253.55.155 () {48 vars in 992 bytes} [Thu Sep 10 02:54:01 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: 110/219] 162.253.55.155 () {44 vars in 1089 bytes} [Thu Sep 10 02:54:02 2026] GET /v2.0/security-groups/20935945-486e-493d-ae64-60ec73d50f74?project_id=d774ab532fad4e90bd4dcaca97529e1f => generated 3460 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 110/220] 162.253.55.155 () {44 vars in 1002 bytes} [Thu Sep 10 02:54:03 2026] GET /v2.0/security-groups/20935945-486e-493d-ae64-60ec73d50f74 => generated 3460 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 111/221] 162.253.55.155 () {44 vars in 1089 bytes} [Thu Sep 10 02:54:03 2026] GET /v2.0/security-groups/20935945-486e-493d-ae64-60ec73d50f74?project_id=d774ab532fad4e90bd4dcaca97529e1f => generated 3460 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 111/222] 162.253.55.155 () {48 vars in 992 bytes} [Thu Sep 10 02:54:03 2026] POST /v2.0/security-group-rules => generated 602 bytes in 142 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 123/245] 162.253.55.155 () {30 vars in 740 bytes} [Thu Sep 10 02:56:41 2026] GET /v2.0/networks?tenant_id=d774ab532fad4e90bd4dcaca97529e1f&shared=False => generated 15 bytes in 169 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-09-10 02:56:42.013 7 INFO neutron.db.segments_db [None req-8f6447f1-5aa9-4aa9-8b8a-5e3bd4ab5217 0b7a7e9c53f74d8395d48893cd083f77 d774ab532fad4e90bd4dcaca97529e1f - - 6f4376976281458d866a89050289cba5 6f4376976281458d866a89050289cba5] Added segment 7e849886-ec7c-4cf3-95c0-103a3175d526 of type vxlan for network 1c6d7838-346e-4ed4-be0e-93b30c306eda [pid: 7|app: 0|req: 123/246] 162.253.55.155 () {34 vars in 682 bytes} [Thu Sep 10 02:56:41 2026] POST /v2.0/networks => generated 718 bytes in 209 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 124/247] 162.253.55.155 () {30 vars in 722 bytes} [Thu Sep 10 02:56:42 2026] GET /v2.0/ports?device_id=manila-share&binding%3Ahost_id=instance => generated 12 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 124/248] 162.253.55.155 () {30 vars in 633 bytes} [Thu Sep 10 02:56:42 2026] GET /v2.0/extensions => generated 21537 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 125/249] 162.253.55.155 () {34 vars in 677 bytes} [Thu Sep 10 02:56:42 2026] POST /v2.0/ports => generated 999 bytes in 383 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 125/250] 162.253.55.155 () {30 vars in 703 bytes} [Thu Sep 10 02:56:42 2026] GET /v2.0/networks/1c6d7838-346e-4ed4-be0e-93b30c306eda => generated 705 bytes in 99 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 126/251] 162.253.55.155 () {30 vars in 722 bytes} [Thu Sep 10 02:56:44 2026] GET /v2.0/ports?device_id=manila-share&binding%3Ahost_id=instance => generated 1004 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 126/252] 162.253.55.155 () {30 vars in 703 bytes} [Thu Sep 10 02:56:44 2026] GET /v2.0/networks/1c6d7838-346e-4ed4-be0e-93b30c306eda => generated 705 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 129/257] 162.253.55.155 () {44 vars in 976 bytes} [Thu Sep 10 02:57:10 2026] GET /v2.0/quotas/d774ab532fad4e90bd4dcaca97529e1f => generated 292 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 129/258] 162.253.55.155 () {48 vars in 1028 bytes} [Thu Sep 10 02:57:11 2026] PUT /v2.0/quotas/d774ab532fad4e90bd4dcaca97529e1f => generated 291 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-09-10 03:10:33.546 8 INFO neutron.pecan_wsgi.hooks.translation [None req-6e0a0c6d-3a45-407c-89ff-8109f3679418 2dcafeabbd18499d9be13b4c6b2b81df e99512c22f4c438895442732cf452151 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 183/365] 162.253.55.155 () {44 vars in 928 bytes} [Thu Sep 10 03:10:33 2026] GET /v2.0/networks/public => generated 108 bytes in 177 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 183/366] 162.253.55.155 () {44 vars in 950 bytes} [Thu Sep 10 03:10:33 2026] GET /v2.0/networks?name=public => generated 753 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-09-10 03:10:34.846 8 INFO neutron.pecan_wsgi.hooks.translation [None req-47db87f7-c33c-4e9a-b5a8-6469289cbb3a 2dcafeabbd18499d9be13b4c6b2b81df e99512c22f4c438895442732cf452151 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 184/367] 162.253.55.155 () {44 vars in 928 bytes} [Thu Sep 10 03:10:34 2026] GET /v2.0/networks/public => generated 108 bytes in 55 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 184/368] 162.253.55.155 () {44 vars in 950 bytes} [Thu Sep 10 03:10:34 2026] GET /v2.0/networks?name=public => generated 753 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-09-10 03:10:34.940 8 INFO neutron.pecan_wsgi.hooks.translation [None req-8850e53b-e893-4517-81dc-592133851c34 2dcafeabbd18499d9be13b4c6b2b81df e99512c22f4c438895442732cf452151 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 185/369] 162.253.55.155 () {44 vars in 1035 bytes} [Thu Sep 10 03:10:34 2026] GET /v2.0/subnets/public-subnet?network_id=2266eba8-c9ee-4efe-a984-ae4935e08fc1 => generated 113 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 185/370] 162.253.55.155 () {44 vars in 1058 bytes} [Thu Sep 10 03:10:34 2026] GET /v2.0/subnets?name=public-subnet&network_id=2266eba8-c9ee-4efe-a984-ae4935e08fc1 => generated 667 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-09-10 03:11:04.624 7 INFO neutron.pecan_wsgi.hooks.translation [None req-fb562609-c469-4d3b-8871-510d15b3ab98 2dcafeabbd18499d9be13b4c6b2b81df e99512c22f4c438895442732cf452151 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 188/375] 162.253.55.155 () {44 vars in 938 bytes} [Thu Sep 10 03:11:04 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 142 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 188/376] 162.253.55.155 () {44 vars in 960 bytes} [Thu Sep 10 03:11:04 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-09-10 03:11:05.739 7 INFO neutron.pecan_wsgi.hooks.translation [None req-e3b67cdb-0ef6-440d-8613-23274acf9290 2dcafeabbd18499d9be13b4c6b2b81df e99512c22f4c438895442732cf452151 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 189/377] 162.253.55.155 () {44 vars in 938 bytes} [Thu Sep 10 03:11:05 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 53 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 189/378] 162.253.55.155 () {44 vars in 960 bytes} [Thu Sep 10 03:11:05 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 735 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-09-10 03:11:05.836 7 INFO neutron.pecan_wsgi.hooks.translation [None req-beda5fca-9821-4a24-af01-d01e24c9fc79 2dcafeabbd18499d9be13b4c6b2b81df e99512c22f4c438895442732cf452151 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 190/379] 162.253.55.155 () {44 vars in 1037 bytes} [Thu Sep 10 03:11:05 2026] GET /v2.0/subnets/lb-mgmt-subnet?network_id=fbcf73dd-c8d4-4059-9819-353f31849dc2 => generated 114 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 190/380] 162.253.55.155 () {44 vars in 1060 bytes} [Thu Sep 10 03:11:05 2026] GET /v2.0/subnets?name=lb-mgmt-subnet&network_id=fbcf73dd-c8d4-4059-9819-353f31849dc2 => generated 654 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-09-10 03:11:07.130 7 INFO neutron.api.v2.resource [None req-80597950-308c-45e9-971c-6d6c9c79387b 2dcafeabbd18499d9be13b4c6b2b81df e99512c22f4c438895442732cf452151 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 191/381] 162.253.55.155 () {44 vars in 972 bytes} [Thu Sep 10 03:11:07 2026] GET /v2.0/security-groups/lb-health-mgr-sec-grp => generated 131 bytes in 55 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 191/382] 162.253.55.155 () {44 vars in 994 bytes} [Thu Sep 10 03:11:07 2026] GET /v2.0/security-groups?name=lb-health-mgr-sec-grp => generated 4690 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 192/383] 162.253.55.155 () {44 vars in 1002 bytes} [Thu Sep 10 03:11:08 2026] GET /v2.0/security-groups/8c1dd51f-2b76-4da2-9f36-5889e0e0c871 => generated 4694 bytes in 96 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 192/384] 162.253.55.155 () {44 vars in 1002 bytes} [Thu Sep 10 03:11:08 2026] GET /v2.0/security-groups/8c1dd51f-2b76-4da2-9f36-5889e0e0c871 => generated 4694 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 193/385] 162.253.55.155 () {44 vars in 1012 bytes} [Thu Sep 10 03:11:08 2026] GET /v2.0/security-group-rules/5c3e26ec-656c-42a2-86b9-4cb9182be3ee => generated 601 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 193/386] 162.253.55.155 () {44 vars in 1002 bytes} [Thu Sep 10 03:11:09 2026] GET /v2.0/security-groups/8c1dd51f-2b76-4da2-9f36-5889e0e0c871 => generated 4694 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 194/387] 162.253.55.155 () {44 vars in 1002 bytes} [Thu Sep 10 03:11:09 2026] GET /v2.0/security-groups/8c1dd51f-2b76-4da2-9f36-5889e0e0c871 => generated 4694 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 194/388] 162.253.55.155 () {44 vars in 1012 bytes} [Thu Sep 10 03:11:09 2026] GET /v2.0/security-group-rules/9ee6b099-025d-4094-91a3-a8723f9e1029 => generated 603 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 196/391] 162.253.55.155 () {44 vars in 1002 bytes} [Thu Sep 10 03:11:10 2026] GET /v2.0/security-groups/8c1dd51f-2b76-4da2-9f36-5889e0e0c871 => generated 4694 bytes in 98 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 196/392] 162.253.55.155 () {44 vars in 1002 bytes} [Thu Sep 10 03:11:10 2026] GET /v2.0/security-groups/8c1dd51f-2b76-4da2-9f36-5889e0e0c871 => generated 4694 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 197/393] 162.253.55.155 () {44 vars in 1012 bytes} [Thu Sep 10 03:11:10 2026] GET /v2.0/security-group-rules/593bb41d-772a-47a4-ac74-97f248ed2e96 => generated 603 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 197/394] 162.253.55.155 () {44 vars in 1002 bytes} [Thu Sep 10 03:11:11 2026] GET /v2.0/security-groups/8c1dd51f-2b76-4da2-9f36-5889e0e0c871 => generated 4694 bytes in 107 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 198/395] 162.253.55.155 () {44 vars in 1002 bytes} [Thu Sep 10 03:11:11 2026] GET /v2.0/security-groups/8c1dd51f-2b76-4da2-9f36-5889e0e0c871 => generated 4694 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 198/396] 162.253.55.155 () {44 vars in 1012 bytes} [Thu Sep 10 03:11:11 2026] GET /v2.0/security-group-rules/7cc86bf2-139d-4530-8785-1eb41761d553 => generated 603 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 199/397] 162.253.55.155 () {44 vars in 1002 bytes} [Thu Sep 10 03:11:12 2026] GET /v2.0/security-groups/8c1dd51f-2b76-4da2-9f36-5889e0e0c871 => generated 4694 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 199/398] 162.253.55.155 () {44 vars in 1002 bytes} [Thu Sep 10 03:11:12 2026] GET /v2.0/security-groups/8c1dd51f-2b76-4da2-9f36-5889e0e0c871 => generated 4694 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 200/399] 162.253.55.155 () {44 vars in 1012 bytes} [Thu Sep 10 03:11:12 2026] GET /v2.0/security-group-rules/9df19f17-1cfb-42d5-bdee-f62f388b52a9 => generated 603 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 200/400] 162.253.55.155 () {44 vars in 988 bytes} [Thu Sep 10 03:11:14 2026] GET /v2.0/networks/fbcf73dd-c8d4-4059-9819-353f31849dc2 => generated 732 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-09-10 03:11:14.151 7 INFO neutron.pecan_wsgi.hooks.translation [None req-15baa779-f1e5-47cb-8867-0a170c1be870 2dcafeabbd18499d9be13b4c6b2b81df e99512c22f4c438895442732cf452151 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 201/401] 162.253.55.155 () {44 vars in 1077 bytes} [Thu Sep 10 03:11:14 2026] GET /v2.0/ports/octavia-health-manager-port-instance?network_id=fbcf73dd-c8d4-4059-9819-353f31849dc2 => generated 132 bytes in 26 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 201/402] 162.253.55.155 () {44 vars in 1100 bytes} [Thu Sep 10 03:11:14 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance&network_id=fbcf73dd-c8d4-4059-9819-353f31849dc2 => generated 1250 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 202/403] 162.253.55.155 () {44 vars in 1002 bytes} [Thu Sep 10 03:11:14 2026] GET /v2.0/security-groups/8c1dd51f-2b76-4da2-9f36-5889e0e0c871 => generated 4694 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-09-10 03:11:22.340 8 INFO neutron.pecan_wsgi.hooks.translation [None req-eab70249-d4c5-498b-9321-38464dd51685 2dcafeabbd18499d9be13b4c6b2b81df e99512c22f4c438895442732cf452151 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 202/404] 162.253.55.155 () {44 vars in 980 bytes} [Thu Sep 10 03:11:22 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 63 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 203/405] 162.253.55.155 () {44 vars in 1002 bytes} [Thu Sep 10 03:11:22 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1250 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 203/406] 162.253.55.155 () {44 vars in 921 bytes} [Thu Sep 10 03:11:23 2026] GET /v2.0/ports => generated 4721 bytes in 104 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-09-10 03:11:25.251 7 INFO neutron.api.v2.resource [None req-c86ad44c-596c-48b3-8b45-13120fba27c8 2dcafeabbd18499d9be13b4c6b2b81df e99512c22f4c438895442732cf452151 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 204/407] 162.253.55.155 () {44 vars in 960 bytes} [Thu Sep 10 03:11:25 2026] GET /v2.0/security-groups/lb-mgmt-sec-grp => generated 125 bytes in 50 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 204/408] 162.253.55.155 () {44 vars in 982 bytes} [Thu Sep 10 03:11:25 2026] GET /v2.0/security-groups?name=lb-mgmt-sec-grp => generated 2881 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 206/411] 162.253.55.155 () {44 vars in 1002 bytes} [Thu Sep 10 03:11:26 2026] GET /v2.0/security-groups/369bec04-75ad-4d5d-b052-88b8767db8af => generated 2882 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 206/412] 162.253.55.155 () {44 vars in 1002 bytes} [Thu Sep 10 03:11:26 2026] GET /v2.0/security-groups/369bec04-75ad-4d5d-b052-88b8767db8af => generated 2882 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 207/413] 162.253.55.155 () {44 vars in 1012 bytes} [Thu Sep 10 03:11:26 2026] GET /v2.0/security-group-rules/daa4af24-da5b-4a53-b95c-90b3dd949d24 => generated 621 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 207/414] 162.253.55.155 () {44 vars in 1002 bytes} [Thu Sep 10 03:11:27 2026] GET /v2.0/security-groups/369bec04-75ad-4d5d-b052-88b8767db8af => generated 2882 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 208/415] 162.253.55.155 () {44 vars in 1002 bytes} [Thu Sep 10 03:11:27 2026] GET /v2.0/security-groups/369bec04-75ad-4d5d-b052-88b8767db8af => generated 2882 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 208/416] 162.253.55.155 () {44 vars in 1012 bytes} [Thu Sep 10 03:11:27 2026] GET /v2.0/security-group-rules/3d71bee4-0e82-4ed8-a1aa-bdcd15d7cc1b => generated 625 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 210/419] 162.253.55.155 () {44 vars in 976 bytes} [Thu Sep 10 03:11:42 2026] GET /v2.0/quotas/e99512c22f4c438895442732cf452151 => generated 291 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-09-10 03:12:41.505 7 INFO neutron.api.v2.resource [None req-ac6013fd-3312-4700-8cc0-d667d448d4ee 2dcafeabbd18499d9be13b4c6b2b81df e99512c22f4c438895442732cf452151 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 214/428] 162.253.55.155 () {44 vars in 1075 bytes} [Thu Sep 10 03:12:41 2026] GET /v2.0/security-groups/manila-service-security-group?project_id=d774ab532fad4e90bd4dcaca97529e1f => generated 139 bytes in 43 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 215/429] 162.253.55.155 () {44 vars in 1098 bytes} [Thu Sep 10 03:12:41 2026] GET /v2.0/security-groups?name=manila-service-security-group&project_id=d774ab532fad4e90bd4dcaca97529e1f => generated 4072 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 215/430] 162.253.55.155 () {44 vars in 1089 bytes} [Thu Sep 10 03:12:42 2026] GET /v2.0/security-groups/20935945-486e-493d-ae64-60ec73d50f74?project_id=d774ab532fad4e90bd4dcaca97529e1f => generated 4075 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 216/431] 162.253.55.155 () {44 vars in 1002 bytes} [Thu Sep 10 03:12:42 2026] GET /v2.0/security-groups/20935945-486e-493d-ae64-60ec73d50f74 => generated 4075 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 216/432] 162.253.55.155 () {44 vars in 1012 bytes} [Thu Sep 10 03:12:42 2026] GET /v2.0/security-group-rules/3dae00e2-7e05-440b-b05d-c102fd1afc9d => generated 597 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 217/433] 162.253.55.155 () {44 vars in 1089 bytes} [Thu Sep 10 03:12:43 2026] GET /v2.0/security-groups/20935945-486e-493d-ae64-60ec73d50f74?project_id=d774ab532fad4e90bd4dcaca97529e1f => generated 4075 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 217/434] 162.253.55.155 () {44 vars in 1002 bytes} [Thu Sep 10 03:12:43 2026] GET /v2.0/security-groups/20935945-486e-493d-ae64-60ec73d50f74 => generated 4075 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 218/435] 162.253.55.155 () {44 vars in 1012 bytes} [Thu Sep 10 03:12:43 2026] GET /v2.0/security-group-rules/f8b2ad42-430b-443c-8787-12650cde42e3 => generated 599 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 218/436] 162.253.55.155 () {44 vars in 1089 bytes} [Thu Sep 10 03:12:45 2026] GET /v2.0/security-groups/20935945-486e-493d-ae64-60ec73d50f74?project_id=d774ab532fad4e90bd4dcaca97529e1f => generated 4075 bytes in 93 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 219/437] 162.253.55.155 () {44 vars in 1002 bytes} [Thu Sep 10 03:12:45 2026] GET /v2.0/security-groups/20935945-486e-493d-ae64-60ec73d50f74 => generated 4075 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 219/438] 162.253.55.155 () {44 vars in 1012 bytes} [Thu Sep 10 03:12:45 2026] GET /v2.0/security-group-rules/0ab587e2-fdda-4a50-8c09-df414dc275a1 => generated 601 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 220/439] 162.253.55.155 () {44 vars in 1089 bytes} [Thu Sep 10 03:12:46 2026] GET /v2.0/security-groups/20935945-486e-493d-ae64-60ec73d50f74?project_id=d774ab532fad4e90bd4dcaca97529e1f => generated 4075 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 220/440] 162.253.55.155 () {44 vars in 1002 bytes} [Thu Sep 10 03:12:46 2026] GET /v2.0/security-groups/20935945-486e-493d-ae64-60ec73d50f74 => generated 4075 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 221/441] 162.253.55.155 () {44 vars in 1012 bytes} [Thu Sep 10 03:12:46 2026] GET /v2.0/security-group-rules/829ed95f-3b47-4988-94e1-b3c177709c34 => generated 602 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 221/442] 162.253.55.155 () {44 vars in 976 bytes} [Thu Sep 10 03:12:54 2026] GET /v2.0/quotas/d774ab532fad4e90bd4dcaca97529e1f => generated 291 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 226/451] 162.253.55.155 () {44 vars in 950 bytes} [Thu Sep 10 03:13:49 2026] GET /v2.0/networks?name=public => generated 753 bytes in 97 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 229/458] 10.0.0.146 () {32 vars in 649 bytes} [Thu Sep 10 03:14:30 2026] GET /v2.0/networks => generated 2168 bytes in 195 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 230/459] 10.0.0.146 () {32 vars in 655 bytes} [Thu Sep 10 03:14:32 2026] GET /v2.0/floatingips => generated 19 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 230/460] 10.0.0.146 () {32 vars in 647 bytes} [Thu Sep 10 03:14:32 2026] GET /v2.0/routers => generated 15 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 231/461] 10.0.0.146 () {32 vars in 643 bytes} [Thu Sep 10 03:14:32 2026] GET /v2.0/ports => generated 4721 bytes in 131 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 231/462] 10.0.0.146 () {32 vars in 647 bytes} [Thu Sep 10 03:14:32 2026] GET /v2.0/subnets => generated 1308 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 232/463] 10.0.0.146 () {32 vars in 649 bytes} [Thu Sep 10 03:14:32 2026] GET /v2.0/networks => generated 2168 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 232/464] 10.0.0.146 () {32 vars in 663 bytes} [Thu Sep 10 03:14:32 2026] GET /v2.0/security-groups => generated 17397 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 233/465] 10.0.0.146 () {32 vars in 655 bytes} [Thu Sep 10 03:14:32 2026] GET /v2.0/subnetpools => generated 19 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-09-10 03:14:43.575 7 INFO neutron.db.segments_db [None req-398c15b2-590a-40f3-a0bf-cceb90205041 2dcafeabbd18499d9be13b4c6b2b81df e99512c22f4c438895442732cf452151 - - default default] Added segment 76b4ee87-d162-48bc-8970-0845d7d6d97f of type vxlan for network f7f27bdd-daaf-41d6-884a-592e94a621f4 [pid: 7|app: 0|req: 235/468] 10.0.0.146 () {34 vars in 671 bytes} [Thu Sep 10 03:14:43 2026] POST /v2.0/networks => generated 745 bytes in 419 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-09-10 03:14:43.697 8 INFO neutron.db.segments_db [None req-369809c7-ae2c-416f-88bf-dc9e8318fd31 2dcafeabbd18499d9be13b4c6b2b81df e99512c22f4c438895442732cf452151 - - default default] Added segment 0a27722a-7693-43db-88f5-26df25607755 of type vxlan for network 3fe8872d-537b-4e71-8d44-8ac0394423f9 [pid: 8|app: 0|req: 234/469] 10.0.0.146 () {34 vars in 671 bytes} [Thu Sep 10 03:14:43 2026] POST /v2.0/networks => generated 748 bytes in 308 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-09-10 03:14:43.891 7 INFO neutron.db.segments_db [None req-fbc14e82-f1e5-4f7d-837a-2e86d8582833 2dcafeabbd18499d9be13b4c6b2b81df e99512c22f4c438895442732cf452151 - - default default] Added segment dfe0ded1-5eaa-4e10-b4e8-7cf3132b3efa of type vxlan for network 35afe851-92d0-47be-94d3-52f1d11c975e [pid: 8|app: 0|req: 235/470] 10.0.0.146 () {34 vars in 669 bytes} [Thu Sep 10 03:14:43 2026] POST /v2.0/subnets => generated 693 bytes in 192 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 236/471] 10.0.0.146 () {34 vars in 671 bytes} [Thu Sep 10 03:14:43 2026] POST /v2.0/networks => generated 738 bytes in 297 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-09-10 03:14:44.026 7 INFO neutron.db.segments_db [None req-87b8b8cf-6f4c-4d96-9e30-7ba97c3f016c 2dcafeabbd18499d9be13b4c6b2b81df e99512c22f4c438895442732cf452151 - - default default] Added segment 67d9693a-6f83-4ceb-b17a-92445aa4f4dd of type vxlan for network 7024fd35-6e14-445a-9ab6-2b06d0be4b48 [pid: 8|app: 0|req: 236/472] 10.0.0.146 () {34 vars in 669 bytes} [Thu Sep 10 03:14:43 2026] POST /v2.0/subnets => generated 695 bytes in 185 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-09-10 03:14:44.276 7 INFO neutron.db.l3_hamode_db [None req-87b8b8cf-6f4c-4d96-9e30-7ba97c3f016c 2dcafeabbd18499d9be13b4c6b2b81df 6934de7f52a248b8964a9de607857366 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 237/473] 10.0.0.146 () {34 vars in 669 bytes} [Thu Sep 10 03:14:44 2026] POST /v2.0/subnets => generated 685 bytes in 155 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 238/474] 10.0.0.146 () {32 vars in 774 bytes} [Thu Sep 10 03:14:44 2026] GET /v2.0/security-groups?tenant_id=67a025f3e63e440d81454c871546ac8a&name=default => generated 2921 bytes in 252 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-09-10 03:14:44.608 8 INFO neutron.db.segments_db [None req-ede5d859-92c3-4ad8-b6f4-ac650bfeaf8d 2dcafeabbd18499d9be13b4c6b2b81df e99512c22f4c438895442732cf452151 - - default default] Added segment 626f0a0a-5a16-4420-be5e-e933cc950d41 of type vxlan for network 9bc4a71b-0f6f-42f2-902e-9bce238b2657 2026-09-10 03:14:44.846 8 INFO neutron.db.l3_hamode_db [None req-ede5d859-92c3-4ad8-b6f4-ac650bfeaf8d 2dcafeabbd18499d9be13b4c6b2b81df 67e0471ba6bb4f77ab554fd15c124bcf - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-09-10 03:14:45.090 7 INFO neutron.db.l3_hamode_db [None req-87b8b8cf-6f4c-4d96-9e30-7ba97c3f016c 2dcafeabbd18499d9be13b4c6b2b81df e99512c22f4c438895442732cf452151 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-09-10 03:14:45.602 8 INFO neutron.db.l3_hamode_db [None req-ede5d859-92c3-4ad8-b6f4-ac650bfeaf8d 2dcafeabbd18499d9be13b4c6b2b81df e99512c22f4c438895442732cf452151 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 237/475] 10.0.0.146 () {34 vars in 669 bytes} [Thu Sep 10 03:14:43 2026] POST /v2.0/routers => generated 733 bytes in 2417 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-09-10 03:14:46.438 7 INFO neutron.db.segments_db [None req-ce9875c0-4f6f-47a5-8971-f6e5d0ca291a 2dcafeabbd18499d9be13b4c6b2b81df e99512c22f4c438895442732cf452151 - - default default] Added segment 277a13b8-996f-41e7-b3a0-75e65d6d8a0d of type vxlan for network 6c63832d-6995-4087-b9c3-8dd226990fae 2026-09-10 03:14:46.672 7 INFO neutron.db.l3_hamode_db [None req-ce9875c0-4f6f-47a5-8971-f6e5d0ca291a 2dcafeabbd18499d9be13b4c6b2b81df 2b1246317a1a46ef915fa6322d767ef1 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 239/476] 10.0.0.146 () {34 vars in 669 bytes} [Thu Sep 10 03:14:44 2026] POST /v2.0/routers => generated 735 bytes in 2133 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 240/477] 10.0.0.146 () {32 vars in 740 bytes} [Thu Sep 10 03:14:46 2026] DELETE /v2.0/security-groups/43e1d569-4cd6-407b-8313-c686bfc60718 => generated 0 bytes in 81 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-09-10 03:14:47.267 7 INFO neutron.db.l3_hamode_db [None req-ce9875c0-4f6f-47a5-8971-f6e5d0ca291a 2dcafeabbd18499d9be13b4c6b2b81df e99512c22f4c438895442732cf452151 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 241/478] 10.0.0.146 () {34 vars in 783 bytes} [Thu Sep 10 03:14:46 2026] PUT /v2.0/routers/41b40b51-cc4d-4789-80e9-52843f4770e7/add_router_interface => generated 309 bytes in 1021 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 238/479] 10.0.0.146 () {34 vars in 669 bytes} [Thu Sep 10 03:14:46 2026] POST /v2.0/routers => generated 725 bytes in 1654 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 242/480] 10.0.0.146 () {34 vars in 783 bytes} [Thu Sep 10 03:14:47 2026] PUT /v2.0/routers/35f17a59-a2d1-44e6-a092-064ea571ae1c/add_router_interface => generated 309 bytes in 1048 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 239/481] 10.0.0.146 () {34 vars in 783 bytes} [Thu Sep 10 03:14:48 2026] PUT /v2.0/routers/0c15fae1-3777-4836-ac96-34fb2d937efc/add_router_interface => generated 309 bytes in 1025 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-09-10 03:14:49.116 8 INFO neutron.db.segments_db [None req-4aa41aea-725f-4126-9de5-4d14e1f16c05 2dcafeabbd18499d9be13b4c6b2b81df e99512c22f4c438895442732cf452151 - - default default] Added segment 951928de-4025-4be9-866b-92d88e62640c of type vxlan for network 2862ab5a-c8bc-4c2f-8dc3-c2e0c1a7fb7f [pid: 8|app: 0|req: 243/482] 10.0.0.146 () {34 vars in 671 bytes} [Thu Sep 10 03:14:48 2026] POST /v2.0/networks => generated 744 bytes in 372 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 240/483] 10.0.0.146 () {34 vars in 669 bytes} [Thu Sep 10 03:14:49 2026] POST /v2.0/subnets => generated 691 bytes in 174 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-09-10 03:14:49.462 8 INFO neutron.db.segments_db [None req-afdfc602-bb69-43b7-9e5a-35ecfb6fe526 2dcafeabbd18499d9be13b4c6b2b81df e99512c22f4c438895442732cf452151 - - default default] Added segment 2756bba8-cc0a-479d-919f-ccd83f1cdb2f of type vxlan for network e9fa9cf3-8cd8-4e7c-b8ee-9c61f65750ab [pid: 7|app: 0|req: 241/484] 10.0.0.206 () {34 vars in 982 bytes} [Thu Sep 10 03:14:49 2026] GET /v2.0/networks?id=f7f27bdd-daaf-41d6-884a-592e94a621f4 => generated 678 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 242/485] 10.0.0.206 () {34 vars in 965 bytes} [Thu Sep 10 03:14:49 2026] GET /v2.0/quotas/6934de7f52a248b8964a9de607857366 => generated 292 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-09-10 03:14:49.681 8 INFO neutron.db.l3_hamode_db [None req-afdfc602-bb69-43b7-9e5a-35ecfb6fe526 2dcafeabbd18499d9be13b4c6b2b81df 0afce0ca84ac4968b6cbd5412a159d35 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 243/486] 10.0.0.206 () {34 vars in 1002 bytes} [Thu Sep 10 03:14:49 2026] GET /v2.0/ports?tenant_id=6934de7f52a248b8964a9de607857366&fields=id => generated 103 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 244/487] 10.0.0.206 () {38 vars in 971 bytes} [Thu Sep 10 03:14:49 2026] POST /v2.0/security-groups => generated 1685 bytes in 178 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 245/488] 10.0.0.206 () {34 vars in 991 bytes} [Thu Sep 10 03:14:49 2026] GET /v2.0/security-groups/7b2da044-b447-45ac-af98-45fdef228b23 => generated 1685 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 246/489] 10.0.0.146 () {34 vars in 685 bytes} [Thu Sep 10 03:14:50 2026] POST /v2.0/security-groups => generated 1660 bytes in 119 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 247/490] 10.0.0.206 () {38 vars in 981 bytes} [Thu Sep 10 03:14:50 2026] POST /v2.0/security-group-rules => generated 614 bytes in 100 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 248/491] 10.0.0.206 () {34 vars in 907 bytes} [Thu Sep 10 03:14:50 2026] GET /v2.0/extensions => generated 21537 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) 2026-09-10 03:14:50.359 8 INFO neutron.db.l3_hamode_db [None req-afdfc602-bb69-43b7-9e5a-35ecfb6fe526 2dcafeabbd18499d9be13b4c6b2b81df e99512c22f4c438895442732cf452151 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 249/492] 10.0.0.146 () {34 vars in 695 bytes} [Thu Sep 10 03:14:50 2026] POST /v2.0/security-group-rules => generated 597 bytes in 84 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 250/493] 10.0.0.206 () {38 vars in 971 bytes} [Thu Sep 10 03:14:50 2026] POST /v2.0/security-groups => generated 1686 bytes in 128 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 251/494] 10.0.0.206 () {34 vars in 1008 bytes} [Thu Sep 10 03:14:50 2026] GET /v2.0/networks/f7f27bdd-daaf-41d6-884a-592e94a621f4?fields=segments => generated 14 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 252/495] 10.0.0.146 () {34 vars in 695 bytes} [Thu Sep 10 03:14:50 2026] POST /v2.0/security-group-rules => generated 602 bytes in 117 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 253/496] 10.0.0.206 () {34 vars in 991 bytes} [Thu Sep 10 03:14:50 2026] GET /v2.0/security-groups/9e74ef2f-a9d2-4fcb-a48c-d7d147e4d558 => generated 1686 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 254/497] 10.0.0.206 () {34 vars in 1108 bytes} [Thu Sep 10 03:14:50 2026] GET /v2.0/networks/f7f27bdd-daaf-41d6-884a-592e94a621f4?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: 7|app: 0|req: 255/498] 10.0.0.146 () {34 vars in 676 bytes} [Thu Sep 10 03:14:50 2026] POST /v2.0/floatingips => generated 552 bytes in 506 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 244/499] 10.0.0.146 () {34 vars in 669 bytes} [Thu Sep 10 03:14:49 2026] POST /v2.0/routers => generated 731 bytes in 1834 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 245/500] 10.0.0.206 () {34 vars in 990 bytes} [Thu Sep 10 03:14:51 2026] GET /v2.0/ports?device_id=a721ae49-d800-4f79-b29f-94233dac6651 => generated 12 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 256/501] 10.0.0.206 () {38 vars in 981 bytes} [Thu Sep 10 03:14:51 2026] POST /v2.0/security-group-rules => generated 614 bytes in 117 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 257/502] 10.0.0.206 () {34 vars in 991 bytes} [Thu Sep 10 03:14:51 2026] GET /v2.0/security-groups/9e74ef2f-a9d2-4fcb-a48c-d7d147e4d558 => generated 2311 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 258/503] 10.0.0.206 () {38 vars in 981 bytes} [Thu Sep 10 03:14:51 2026] POST /v2.0/security-group-rules => generated 619 bytes in 111 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 259/504] 10.0.0.206 () {34 vars in 991 bytes} [Thu Sep 10 03:14:51 2026] GET /v2.0/security-groups/9e74ef2f-a9d2-4fcb-a48c-d7d147e4d558 => generated 2941 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 260/505] 10.0.0.206 () {34 vars in 1001 bytes} [Thu Sep 10 03:14:51 2026] GET /v2.0/security-group-rules/9589a0fa-edba-4f39-9a47-60317db15574 => generated 616 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 261/506] 10.0.0.206 () {34 vars in 991 bytes} [Thu Sep 10 03:14:51 2026] GET /v2.0/security-groups/9e74ef2f-a9d2-4fcb-a48c-d7d147e4d558 => generated 2941 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 262/507] 10.0.0.206 () {36 vars in 1023 bytes} [Thu Sep 10 03:14:51 2026] DELETE /v2.0/security-group-rules/9589a0fa-edba-4f39-9a47-60317db15574 => 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: 263/508] 10.0.0.206 () {34 vars in 1100 bytes} [Thu Sep 10 03:14:51 2026] GET /v2.0/security-groups?name=tempest-securitygroup--1272072363&fields=id&tenant_id=2b1246317a1a46ef915fa6322d767ef1 => generated 69 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 264/509] 10.0.0.206 () {34 vars in 991 bytes} [Thu Sep 10 03:14:51 2026] GET /v2.0/security-groups/9e74ef2f-a9d2-4fcb-a48c-d7d147e4d558 => generated 2311 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 265/510] 10.0.0.206 () {34 vars in 982 bytes} [Thu Sep 10 03:14:51 2026] GET /v2.0/networks?id=35afe851-92d0-47be-94d3-52f1d11c975e => generated 670 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 266/511] 10.0.0.206 () {36 vars in 1013 bytes} [Thu Sep 10 03:14:51 2026] DELETE /v2.0/security-groups/9e74ef2f-a9d2-4fcb-a48c-d7d147e4d558 => generated 0 bytes in 79 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 267/512] 10.0.0.206 () {34 vars in 965 bytes} [Thu Sep 10 03:14:51 2026] GET /v2.0/quotas/2b1246317a1a46ef915fa6322d767ef1 => generated 292 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 268/513] 10.0.0.206 () {34 vars in 991 bytes} [Thu Sep 10 03:14:51 2026] GET /v2.0/security-groups/7b2da044-b447-45ac-af98-45fdef228b23 => generated 2310 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 269/514] 10.0.0.206 () {34 vars in 1002 bytes} [Thu Sep 10 03:14:51 2026] GET /v2.0/ports?tenant_id=2b1246317a1a46ef915fa6322d767ef1&fields=id => generated 103 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 270/515] 10.0.0.206 () {36 vars in 1013 bytes} [Thu Sep 10 03:14:51 2026] DELETE /v2.0/security-groups/7b2da044-b447-45ac-af98-45fdef228b23 => generated 0 bytes in 71 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 271/516] 10.0.0.206 () {34 vars in 1008 bytes} [Thu Sep 10 03:14:52 2026] GET /v2.0/networks/35afe851-92d0-47be-94d3-52f1d11c975e?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: 246/517] 10.0.0.146 () {34 vars in 783 bytes} [Thu Sep 10 03:14:51 2026] PUT /v2.0/routers/3ecb6bab-8067-41a4-b988-615848204425/add_router_interface => generated 309 bytes in 1049 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 247/518] 10.0.0.206 () {34 vars in 1108 bytes} [Thu Sep 10 03:14:52 2026] GET /v2.0/networks/35afe851-92d0-47be-94d3-52f1d11c975e?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: 248/519] 10.0.0.206 () {34 vars in 990 bytes} [Thu Sep 10 03:14:52 2026] GET /v2.0/ports?device_id=a721ae49-d800-4f79-b29f-94233dac6651 => 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: 249/520] 10.0.0.206 () {34 vars in 990 bytes} [Thu Sep 10 03:14:52 2026] GET /v2.0/ports?device_id=77c12be8-4eb6-4580-814f-ce49c4d9892d => generated 12 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-09-10 03:14:52.726 7 INFO neutron_taas.services.taas.taas_plugin [None req-568a889c-45a3-44b9-9c69-f9960f520097 2dcafeabbd18499d9be13b4c6b2b81df e99512c22f4c438895442732cf452151 - - default default] TaaS: Handle Delete Port: 0ddfbb43-89cf-41d1-b43e-9d99f0a6fca4 2026-09-10 03:14:52.738 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-568a889c-45a3-44b9-9c69-f9960f520097 2dcafeabbd18499d9be13b4c6b2b81df e99512c22f4c438895442732cf452151 - - default default] Tap Mirror: Handle Delete Port: 0ddfbb43-89cf-41d1-b43e-9d99f0a6fca4 [pid: 8|app: 0|req: 250/521] 10.0.0.206 () {38 vars in 971 bytes} [Thu Sep 10 03:14:52 2026] POST /v2.0/security-groups => generated 1681 bytes in 188 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 251/522] 10.0.0.206 () {38 vars in 971 bytes} [Thu Sep 10 03:14:53 2026] POST /v2.0/security-groups => generated 1682 bytes in 146 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 272/523] 10.0.0.146 () {34 vars in 789 bytes} [Thu Sep 10 03:14:52 2026] PUT /v2.0/routers/35f17a59-a2d1-44e6-a092-064ea571ae1c/remove_router_interface => generated 309 bytes in 1157 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 252/524] 10.0.0.206 () {38 vars in 971 bytes} [Thu Sep 10 03:14:53 2026] POST /v2.0/security-groups => generated 1679 bytes in 153 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 253/525] 10.0.0.206 () {34 vars in 1002 bytes} [Thu Sep 10 03:14:53 2026] GET /v2.0/security-groups?tenant_id=0afce0ca84ac4968b6cbd5412a159d35 => generated 7907 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 254/526] 10.0.0.206 () {34 vars in 991 bytes} [Thu Sep 10 03:14:53 2026] GET /v2.0/security-groups/973aa67e-9b6f-42c7-869b-beb7d1fb9e1b => generated 2922 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-09-10 03:14:53.504 7 INFO neutron_taas.services.taas.taas_plugin [None req-ffde8c6c-318b-4a27-b56f-58d12caba57c 2dcafeabbd18499d9be13b4c6b2b81df e99512c22f4c438895442732cf452151 - - default default] TaaS: Handle Delete Port: 43284145-1aa1-4ac7-adfd-968175d427b4 2026-09-10 03:14:53.506 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ffde8c6c-318b-4a27-b56f-58d12caba57c 2dcafeabbd18499d9be13b4c6b2b81df e99512c22f4c438895442732cf452151 - - default default] Tap Mirror: Handle Delete Port: 43284145-1aa1-4ac7-adfd-968175d427b4 2026-09-10 03:14:53.726 7 INFO neutron_taas.services.taas.taas_plugin [None req-ffde8c6c-318b-4a27-b56f-58d12caba57c 2dcafeabbd18499d9be13b4c6b2b81df e99512c22f4c438895442732cf452151 - - default default] TaaS: Handle Delete Port: b6b88d5a-42c1-48a8-ade4-eb06bdf0c0e9 2026-09-10 03:14:53.728 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ffde8c6c-318b-4a27-b56f-58d12caba57c 2dcafeabbd18499d9be13b4c6b2b81df e99512c22f4c438895442732cf452151 - - default default] Tap Mirror: Handle Delete Port: b6b88d5a-42c1-48a8-ade4-eb06bdf0c0e9 [pid: 8|app: 0|req: 255/527] 10.0.0.206 () {34 vars in 991 bytes} [Thu Sep 10 03:14:53 2026] GET /v2.0/security-groups/973aa67e-9b6f-42c7-869b-beb7d1fb9e1b => generated 2922 bytes in 280 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 256/528] 10.0.0.206 () {34 vars in 990 bytes} [Thu Sep 10 03:14:53 2026] GET /v2.0/ports?device_id=a721ae49-d800-4f79-b29f-94233dac6651 => generated 12 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-09-10 03:14:53.834 7 WARNING neutron.plugins.ml2.ovo_rpc [None req-ffde8c6c-318b-4a27-b56f-58d12caba57c 2dcafeabbd18499d9be13b4c6b2b81df e99512c22f4c438895442732cf452151 - - default default] This handler is supposed to handle AFTER events, as in 'AFTER it's committed', not BEFORE. Offending resource event: port, after_delete. Location: File "/var/lib/openstack/lib/python3.12/site-packages/paste/urlmap.py", line 211, in __call__ return app(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/base.py", line 124, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/base.py", line 124, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/request_id.py", line 58, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/catch_errors.py", line 40, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/keystonemiddleware/auth_token/__init__.py", line 340, in __call__ response = req.get_response(self._app) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/keystonemiddleware/audit/__init__.py", line 159, in __call__ response = req.get_response(self._application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 143, in __call__ return resp(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 143, in __call__ return resp(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/routes/middleware.py", line 153, in __call__ response = self.app(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 143, in __call__ return resp(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/api/v2/resource.py", line 97, in resource result = method(request=request, **args) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/api/v2/base.py", line 576, in delete return self._delete(request, id, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 135, in wrapped return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 181, in wrapped return f(*dup_args, **dup_kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/api/v2/base.py", line 603, in _delete obj_deleter(request.context, id, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/l3_db.py", line 2244, in delete_router super().delete_router(context, id) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 223, in wrapped return f_with_retry(*args, **kwargs, File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 135, in wrapped return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 181, in wrapped return f(*dup_args, **dup_kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/l3_db.py", line 648, in delete_router self._core_plugin.delete_port(context.elevated(), rp_id, File "/var/lib/openstack/lib/python3.12/site-packages/neutron/common/utils.py", line 716, in inner return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 221, in wrapped return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/plugin.py", line 2285, in delete_port self._post_delete_port( File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/plugin.py", line 2290, in _post_delete_port registry.publish(resources.PORT, events.AFTER_DELETE, self, File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/callbacks/registry.py", line 56, in publish _get_callback_manager().publish(resource, event, trigger, payload=payload) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/utils.py", line 104, in _wrapped return function(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/callbacks/manager.py", line 157, in publish errors = self._notify_loop(resource, event, trigger, payload) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/callbacks/manager.py", line 189, in _notify_loop callback.method(resource, event, trigger, payload=payload) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/ovo_rpc.py", line 76, in handle_event if self._is_session_semantic_violated( File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/ovo_rpc.py", line 60, in _is_session_semantic_violated stack = traceback.extract_stack() [pid: 8|app: 0|req: 257/529] 10.0.0.206 () {34 vars in 991 bytes} [Thu Sep 10 03:14:53 2026] GET /v2.0/security-groups/14271c7b-b721-46fe-95cd-1fc0f6887cf0 => generated 1681 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 258/530] 10.0.0.206 () {34 vars in 990 bytes} [Thu Sep 10 03:14:53 2026] GET /v2.0/ports?device_id=77c12be8-4eb6-4580-814f-ce49c4d9892d => generated 12 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 259/531] 10.0.0.206 () {36 vars in 1013 bytes} [Thu Sep 10 03:14:53 2026] DELETE /v2.0/security-groups/14271c7b-b721-46fe-95cd-1fc0f6887cf0 => generated 0 bytes in 61 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-09-10 03:14:53.957 8 INFO neutron.api.v2.resource [req-024cbc1f-efd9-4f87-afe2-9a4c3555b324 req-843b1463-0357-4da0-97c4-51751eaa33ab c51c300e6a4d41c798200607ced15ee0 0afce0ca84ac4968b6cbd5412a159d35 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 260/532] 10.0.0.206 () {34 vars in 991 bytes} [Thu Sep 10 03:14:53 2026] GET /v2.0/security-groups/14271c7b-b721-46fe-95cd-1fc0f6887cf0 => generated 146 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 261/533] 10.0.0.206 () {34 vars in 991 bytes} [Thu Sep 10 03:14:53 2026] GET /v2.0/security-groups/0c908f75-c06a-4a3f-914d-845439907ced => generated 1682 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 262/534] 10.0.0.206 () {36 vars in 1013 bytes} [Thu Sep 10 03:14:54 2026] DELETE /v2.0/security-groups/0c908f75-c06a-4a3f-914d-845439907ced => generated 0 bytes in 91 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-09-10 03:14:54.146 8 INFO neutron.api.v2.resource [req-f5ee7b7f-b969-4282-9427-08828c77888b req-7dad2259-8525-4637-97de-b8e80277ee17 c51c300e6a4d41c798200607ced15ee0 0afce0ca84ac4968b6cbd5412a159d35 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 263/535] 10.0.0.206 () {34 vars in 991 bytes} [Thu Sep 10 03:14:54 2026] GET /v2.0/security-groups/0c908f75-c06a-4a3f-914d-845439907ced => generated 146 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 264/536] 10.0.0.206 () {34 vars in 991 bytes} [Thu Sep 10 03:14:54 2026] GET /v2.0/security-groups/e2633f53-1ce6-4ecf-875b-5d3044600703 => generated 1679 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 265/537] 10.0.0.206 () {36 vars in 1013 bytes} [Thu Sep 10 03:14:54 2026] DELETE /v2.0/security-groups/e2633f53-1ce6-4ecf-875b-5d3044600703 => generated 0 bytes in 82 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-09-10 03:14:54.328 7 INFO neutron.db.l3_hamode_db [None req-ffde8c6c-318b-4a27-b56f-58d12caba57c 2dcafeabbd18499d9be13b4c6b2b81df e99512c22f4c438895442732cf452151 - - default default] HA network 9bc4a71b-0f6f-42f2-902e-9bce238b2657 was deleted as no HA routers are present in tenant 67e0471ba6bb4f77ab554fd15c124bcf. [pid: 7|app: 0|req: 273/538] 10.0.0.146 () {32 vars in 724 bytes} [Thu Sep 10 03:14:53 2026] DELETE /v2.0/routers/35f17a59-a2d1-44e6-a092-064ea571ae1c => generated 0 bytes in 1076 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-09-10 03:14:54.344 8 INFO neutron.api.v2.resource [req-4a50a8a6-1f16-485c-a273-dd9b0392d77a req-d57b2fcd-77df-408e-a431-1537dc6e477b c51c300e6a4d41c798200607ced15ee0 0afce0ca84ac4968b6cbd5412a159d35 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 266/539] 10.0.0.206 () {34 vars in 991 bytes} [Thu Sep 10 03:14:54 2026] GET /v2.0/security-groups/e2633f53-1ce6-4ecf-875b-5d3044600703 => generated 146 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 267/540] 10.0.0.206 () {34 vars in 1002 bytes} [Thu Sep 10 03:14:54 2026] GET /v2.0/security-groups?tenant_id=0afce0ca84ac4968b6cbd5412a159d35 => generated 2925 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 268/541] 10.0.0.206 () {34 vars in 991 bytes} [Thu Sep 10 03:14:54 2026] GET /v2.0/security-groups/973aa67e-9b6f-42c7-869b-beb7d1fb9e1b => generated 2922 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 269/542] 10.0.0.206 () {34 vars in 991 bytes} [Thu Sep 10 03:14:54 2026] GET /v2.0/security-groups/973aa67e-9b6f-42c7-869b-beb7d1fb9e1b => generated 2922 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 274/543] 10.0.0.146 () {32 vars in 724 bytes} [Thu Sep 10 03:14:54 2026] DELETE /v2.0/subnets/8c65f0ba-3759-487a-b806-09fcca5b78ed => generated 0 bytes in 174 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-09-10 03:14:54.543 8 INFO neutron.api.v2.resource [req-1b8a1193-3430-4b7c-81c1-e8bf040de5c3 req-abfdb347-5e8d-428e-a2d1-cb9bad85c12c c51c300e6a4d41c798200607ced15ee0 0afce0ca84ac4968b6cbd5412a159d35 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 270/544] 10.0.0.206 () {34 vars in 991 bytes} [Thu Sep 10 03:14:54 2026] GET /v2.0/security-groups/e2633f53-1ce6-4ecf-875b-5d3044600703 => generated 146 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-09-10 03:14:54.598 8 INFO neutron.api.v2.resource [req-e98b3ba1-1279-469a-856a-f7bd9c3c384d req-f370c2bf-62e0-4f6e-b418-26837050bcec c51c300e6a4d41c798200607ced15ee0 0afce0ca84ac4968b6cbd5412a159d35 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 271/545] 10.0.0.206 () {34 vars in 991 bytes} [Thu Sep 10 03:14:54 2026] GET /v2.0/security-groups/0c908f75-c06a-4a3f-914d-845439907ced => generated 146 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-09-10 03:14:54.613 7 INFO neutron_taas.services.taas.taas_plugin [None req-c42b0fca-24b5-4ae4-badf-1c1de02f0f81 2dcafeabbd18499d9be13b4c6b2b81df e99512c22f4c438895442732cf452151 - - default default] TaaS: Handle Delete Port: 98abdaf1-df23-473d-a7a4-dc648e2807ad 2026-09-10 03:14:54.616 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c42b0fca-24b5-4ae4-badf-1c1de02f0f81 2dcafeabbd18499d9be13b4c6b2b81df e99512c22f4c438895442732cf452151 - - default default] Tap Mirror: Handle Delete Port: 98abdaf1-df23-473d-a7a4-dc648e2807ad 2026-09-10 03:14:54.648 8 INFO neutron.api.v2.resource [req-76bc0bed-5146-411f-bcca-b1a5f14390d9 req-b6bdc55e-1772-4c6a-a4e2-e3bcb074a7cf c51c300e6a4d41c798200607ced15ee0 0afce0ca84ac4968b6cbd5412a159d35 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 272/546] 10.0.0.206 () {34 vars in 991 bytes} [Thu Sep 10 03:14:54 2026] GET /v2.0/security-groups/14271c7b-b721-46fe-95cd-1fc0f6887cf0 => generated 146 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-09-10 03:14:54.712 7 INFO neutron.services.segments.plugin [-] Segment 626f0a0a-5a16-4420-be5e-e933cc950d41 resource provider aggregate not found 2026-09-10 03:14:54.728 7 INFO neutron.services.segments.plugin [-] Segment 626f0a0a-5a16-4420-be5e-e933cc950d41 resource provider aggregate not found 2026-09-10 03:14:54.733 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 626f0a0a-5a16-4420-be5e-e933cc950d41 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 626f0a0a-5a16-4420-be5e-e933cc950d41 found for delete ", "request_id": "req-565b9389-25e6-4ca9-8355-1e3fd693851b"}]} 2026-09-10 03:14:54.749 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 626f0a0a-5a16-4420-be5e-e933cc950d41 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 626f0a0a-5a16-4420-be5e-e933cc950d41 found for delete ", "request_id": "req-00e6b2c7-17ab-4573-b95c-128eb98a3cd3"}]} [pid: 7|app: 0|req: 275/547] 10.0.0.146 () {32 vars in 726 bytes} [Thu Sep 10 03:14:54 2026] DELETE /v2.0/networks/3fe8872d-537b-4e71-8d44-8ac0394423f9 => generated 0 bytes in 307 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 276/548] 10.0.0.206 () {34 vars in 990 bytes} [Thu Sep 10 03:14:54 2026] GET /v2.0/ports?device_id=a721ae49-d800-4f79-b29f-94233dac6651 => generated 12 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 277/549] 10.0.0.206 () {34 vars in 990 bytes} [Thu Sep 10 03:14:54 2026] GET /v2.0/ports?device_id=77c12be8-4eb6-4580-814f-ce49c4d9892d => generated 12 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 278/550] 10.0.0.146 () {32 vars in 774 bytes} [Thu Sep 10 03:14:54 2026] GET /v2.0/security-groups?tenant_id=67e0471ba6bb4f77ab554fd15c124bcf&name=default => generated 2921 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-09-10 03:14:55.100 8 INFO neutron_taas.services.taas.taas_plugin [None req-e10a47ae-52aa-4917-9941-24a6d7c361d9 2dcafeabbd18499d9be13b4c6b2b81df e99512c22f4c438895442732cf452151 - - default default] TaaS: Handle Delete Port: 1e8abcd3-709e-4ebd-8bfe-b1a2c54d029f 2026-09-10 03:14:55.110 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e10a47ae-52aa-4917-9941-24a6d7c361d9 2dcafeabbd18499d9be13b4c6b2b81df e99512c22f4c438895442732cf452151 - - default default] Tap Mirror: Handle Delete Port: 1e8abcd3-709e-4ebd-8bfe-b1a2c54d029f [pid: 7|app: 0|req: 279/551] 10.0.0.146 () {32 vars in 740 bytes} [Thu Sep 10 03:14:55 2026] DELETE /v2.0/security-groups/68298522-35d4-4136-852f-fd6c76d8395e => 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: 273/554] 10.0.0.146 () {34 vars in 789 bytes} [Thu Sep 10 03:14:54 2026] PUT /v2.0/routers/3ecb6bab-8067-41a4-b988-615848204425/remove_router_interface => generated 309 bytes in 950 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-09-10 03:14:55.786 7 INFO neutron_taas.services.taas.taas_plugin [None req-56c16588-35e0-4933-9e39-1c004cadf60c 2dcafeabbd18499d9be13b4c6b2b81df e99512c22f4c438895442732cf452151 - - default default] TaaS: Handle Delete Port: b71cc855-f0c2-4214-9fa5-0f9bc370b028 2026-09-10 03:14:55.789 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-56c16588-35e0-4933-9e39-1c004cadf60c 2dcafeabbd18499d9be13b4c6b2b81df e99512c22f4c438895442732cf452151 - - default default] Tap Mirror: Handle Delete Port: b71cc855-f0c2-4214-9fa5-0f9bc370b028 [pid: 8|app: 0|req: 274/555] 162.253.55.155 () {34 vars in 986 bytes} [Thu Sep 10 03:14:55 2026] GET /v2.0/networks?id=f7f27bdd-daaf-41d6-884a-592e94a621f4 => generated 678 bytes in 181 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-09-10 03:14:56.114 7 INFO neutron_taas.services.taas.taas_plugin [None req-56c16588-35e0-4933-9e39-1c004cadf60c 2dcafeabbd18499d9be13b4c6b2b81df e99512c22f4c438895442732cf452151 - - default default] TaaS: Handle Delete Port: c9126119-8874-4356-b42d-313fb3fe6cc7 2026-09-10 03:14:56.118 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-56c16588-35e0-4933-9e39-1c004cadf60c 2dcafeabbd18499d9be13b4c6b2b81df e99512c22f4c438895442732cf452151 - - default default] Tap Mirror: Handle Delete Port: c9126119-8874-4356-b42d-313fb3fe6cc7 [pid: 8|app: 0|req: 275/556] 10.0.0.206 () {34 vars in 990 bytes} [Thu Sep 10 03:14:56 2026] GET /v2.0/ports?device_id=a721ae49-d800-4f79-b29f-94233dac6651 => 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: 276/557] 10.0.0.206 () {34 vars in 990 bytes} [Thu Sep 10 03:14:56 2026] GET /v2.0/ports?device_id=77c12be8-4eb6-4580-814f-ce49c4d9892d => generated 12 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-09-10 03:14:56.506 7 INFO neutron.db.l3_hamode_db [None req-56c16588-35e0-4933-9e39-1c004cadf60c 2dcafeabbd18499d9be13b4c6b2b81df e99512c22f4c438895442732cf452151 - - default default] HA network e9fa9cf3-8cd8-4e7c-b8ee-9c61f65750ab was deleted as no HA routers are present in tenant 0afce0ca84ac4968b6cbd5412a159d35. [pid: 7|app: 0|req: 282/558] 10.0.0.146 () {32 vars in 724 bytes} [Thu Sep 10 03:14:55 2026] DELETE /v2.0/routers/3ecb6bab-8067-41a4-b988-615848204425 => generated 0 bytes in 897 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 277/559] 162.253.55.155 () {38 vars in 955 bytes} [Thu Sep 10 03:14:56 2026] POST /v2.0/ports => generated 958 bytes in 456 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 283/560] 10.0.0.146 () {32 vars in 724 bytes} [Thu Sep 10 03:14:56 2026] DELETE /v2.0/subnets/0ef3f50a-d66e-4c7e-bda0-1be54e4b1177 => generated 0 bytes in 133 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 284/561] 162.253.55.155 () {34 vars in 911 bytes} [Thu Sep 10 03:14:56 2026] GET /v2.0/extensions => generated 21537 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) 2026-09-10 03:14:56.754 7 INFO neutron.services.segments.plugin [-] Segment 0a27722a-7693-43db-88f5-26df25607755 resource provider aggregate not found 2026-09-10 03:14:56.773 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 0a27722a-7693-43db-88f5-26df25607755 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0a27722a-7693-43db-88f5-26df25607755 found for delete ", "request_id": "req-3eebf9b1-d121-4133-9271-2bafe135f569"}]} 2026-09-10 03:14:56.775 7 INFO neutron.services.segments.plugin [-] Segment 0a27722a-7693-43db-88f5-26df25607755 resource provider aggregate not found 2026-09-10 03:14:56.796 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 0a27722a-7693-43db-88f5-26df25607755 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0a27722a-7693-43db-88f5-26df25607755 found for delete ", "request_id": "req-5b2e8773-9718-4253-a60c-bd4bf8574e5d"}]} 2026-09-10 03:14:56.799 7 INFO neutron.services.segments.plugin [-] Segment 2756bba8-cc0a-479d-919f-ccd83f1cdb2f resource provider aggregate not found 2026-09-10 03:14:56.812 7 INFO neutron.services.segments.plugin [-] Segment 2756bba8-cc0a-479d-919f-ccd83f1cdb2f resource provider aggregate not found 2026-09-10 03:14:56.820 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 2756bba8-cc0a-479d-919f-ccd83f1cdb2f resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2756bba8-cc0a-479d-919f-ccd83f1cdb2f found for delete ", "request_id": "req-58267d6d-0890-4230-a3c3-4419c6e72126"}]} 2026-09-10 03:14:56.827 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 2756bba8-cc0a-479d-919f-ccd83f1cdb2f resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2756bba8-cc0a-479d-919f-ccd83f1cdb2f found for delete ", "request_id": "req-abbafd43-59e5-427e-9cd0-63c7b3c93dcf"}]} [pid: 8|app: 0|req: 278/562] 10.0.0.146 () {32 vars in 726 bytes} [Thu Sep 10 03:14:56 2026] DELETE /v2.0/networks/2862ab5a-c8bc-4c2f-8dc3-c2e0c1a7fb7f => generated 0 bytes in 268 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-09-10 03:14:57.360 7 INFO neutron.db.segments_db [None req-f8983d13-db45-47e9-ad26-17fa07acbcde 2dcafeabbd18499d9be13b4c6b2b81df e99512c22f4c438895442732cf452151 - - default default] Added segment 094b910c-1eb1-44e8-80aa-dfe172c61b31 of type vxlan for network eb86301b-0e64-44c0-98ab-86812c0967a3 [pid: 7|app: 0|req: 285/563] 10.0.0.146 () {34 vars in 671 bytes} [Thu Sep 10 03:14:57 2026] POST /v2.0/networks => generated 747 bytes in 376 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-09-10 03:14:57.472 8 INFO neutron.services.segments.plugin [-] Segment 951928de-4025-4be9-866b-92d88e62640c resource provider aggregate not found [pid: 7|app: 0|req: 286/564] 10.0.0.206 () {34 vars in 990 bytes} [Thu Sep 10 03:14:57 2026] GET /v2.0/ports?device_id=77c12be8-4eb6-4580-814f-ce49c4d9892d => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-09-10 03:14:57.486 8 INFO neutron.services.segments.plugin [-] Segment 951928de-4025-4be9-866b-92d88e62640c resource provider aggregate not found 2026-09-10 03:14:57.489 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 951928de-4025-4be9-866b-92d88e62640c resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 951928de-4025-4be9-866b-92d88e62640c found for delete ", "request_id": "req-c3f9f659-f4cf-4a42-b493-57140d8a89d4"}]} 2026-09-10 03:14:57.498 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 951928de-4025-4be9-866b-92d88e62640c resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 951928de-4025-4be9-866b-92d88e62640c found for delete ", "request_id": "req-72a2309a-1f4d-4741-9e01-993cce5d7761"}]} [pid: 7|app: 0|req: 287/565] 10.0.0.206 () {34 vars in 990 bytes} [Thu Sep 10 03:14:57 2026] GET /v2.0/ports?device_id=a721ae49-d800-4f79-b29f-94233dac6651 => generated 961 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 288/566] 10.0.0.146 () {32 vars in 774 bytes} [Thu Sep 10 03:14:57 2026] GET /v2.0/security-groups?tenant_id=0afce0ca84ac4968b6cbd5412a159d35&name=default => generated 2925 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 289/567] 10.0.0.146 () {34 vars in 669 bytes} [Thu Sep 10 03:14:57 2026] POST /v2.0/subnets => generated 694 bytes in 196 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 279/568] 162.253.55.155 () {38 vars in 1028 bytes} [Thu Sep 10 03:14:57 2026] PUT /v2.0/ports/5f7be946-8415-4b3a-89c7-29bdbda83172 => generated 1239 bytes in 667 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: 290/569] 10.0.0.206 () {34 vars in 1040 bytes} [Thu Sep 10 03:14:57 2026] GET /v2.0/security-groups?id=572ec662-de83-4821-ae21-fdb17e36d85d&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: 291/570] 162.253.55.155 () {34 vars in 986 bytes} [Thu Sep 10 03:14:57 2026] GET /v2.0/networks?id=35afe851-92d0-47be-94d3-52f1d11c975e => generated 670 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-09-10 03:14:57.890 7 INFO neutron.db.segments_db [None req-8532d8e4-6233-4d14-971a-46d9101b1faa 2dcafeabbd18499d9be13b4c6b2b81df e99512c22f4c438895442732cf452151 - - default default] Added segment 2bc35efd-d8a8-485c-ba1a-d617549fd68e of type vxlan for network fa09c6de-8a7c-4844-bdca-d206f82baba4 [pid: 8|app: 0|req: 280/571] 10.0.0.146 () {32 vars in 740 bytes} [Thu Sep 10 03:14:57 2026] DELETE /v2.0/security-groups/973aa67e-9b6f-42c7-869b-beb7d1fb9e1b => generated 0 bytes in 149 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 281/572] 162.253.55.155 () {34 vars in 1050 bytes} [Thu Sep 10 03:14:57 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=2b1246317a1a46ef915fa6322d767ef1 => generated 181 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-09-10 03:14:58.151 7 INFO neutron.db.l3_hamode_db [None req-8532d8e4-6233-4d14-971a-46d9101b1faa 2dcafeabbd18499d9be13b4c6b2b81df dad95beb16074a00bfa666d9d57afb0b - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 282/573] 162.253.55.155 () {38 vars in 955 bytes} [Thu Sep 10 03:14:57 2026] POST /v2.0/ports => generated 958 bytes in 369 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-09-10 03:14:58.335 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-f01eb4f9-9cda-41fa-81c8-33188d9cd604'] response: {'name': 'network-changed', 'server_uuid': 'a721ae49-d800-4f79-b29f-94233dac6651', 'tag': '5f7be946-8415-4b3a-89c7-29bdbda83172', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 283/574] 162.253.55.155 () {38 vars in 1028 bytes} [Thu Sep 10 03:14:58 2026] PUT /v2.0/ports/3fa42032-5f4e-409a-9d78-55ba82dab155 => generated 1239 bytes in 553 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: 284/575] 10.0.0.206 () {34 vars in 990 bytes} [Thu Sep 10 03:14:58 2026] GET /v2.0/ports?device_id=77c12be8-4eb6-4580-814f-ce49c4d9892d => generated 973 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-09-10 03:14:58.941 7 INFO neutron.db.l3_hamode_db [None req-8532d8e4-6233-4d14-971a-46d9101b1faa 2dcafeabbd18499d9be13b4c6b2b81df e99512c22f4c438895442732cf452151 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 285/576] 162.253.55.155 () {34 vars in 1080 bytes} [Thu Sep 10 03:14:58 2026] GET /v2.0/ports?tenant_id=6934de7f52a248b8964a9de607857366&device_id=a721ae49-d800-4f79-b29f-94233dac6651 => generated 1242 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 286/577] 10.0.0.206 () {34 vars in 990 bytes} [Thu Sep 10 03:14:58 2026] GET /v2.0/ports?device_id=a721ae49-d800-4f79-b29f-94233dac6651 => generated 973 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 287/578] 10.0.0.206 () {34 vars in 1040 bytes} [Thu Sep 10 03:14:58 2026] GET /v2.0/security-groups?id=593926db-340b-48f8-ac22-42dce8caa814&fields=id&fields=name => generated 114 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 288/579] 162.253.55.155 () {34 vars in 1060 bytes} [Thu Sep 10 03:14:59 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.13&port_id=5f7be946-8415-4b3a-89c7-29bdbda83172 => generated 19 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 289/580] 10.0.0.206 () {34 vars in 1040 bytes} [Thu Sep 10 03:14:59 2026] GET /v2.0/security-groups?id=572ec662-de83-4821-ae21-fdb17e36d85d&fields=id&fields=name => generated 88 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 290/581] 162.253.55.155 () {34 vars in 984 bytes} [Thu Sep 10 03:14:59 2026] GET /v2.0/subnets?id=adfda685-da0d-47c8-86c9-4c8697c09ebd => generated 696 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 291/582] 162.253.55.155 () {34 vars in 1052 bytes} [Thu Sep 10 03:14:59 2026] GET /v2.0/ports?network_id=f7f27bdd-daaf-41d6-884a-592e94a621f4&device_owner=network%3Adhcp => generated 1244 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 292/583] 162.253.55.155 () {34 vars in 1012 bytes} [Thu Sep 10 03:14:59 2026] GET /v2.0/networks/f7f27bdd-daaf-41d6-884a-592e94a621f4?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: 293/584] 162.253.55.155 () {34 vars in 1112 bytes} [Thu Sep 10 03:14:59 2026] GET /v2.0/networks/f7f27bdd-daaf-41d6-884a-592e94a621f4?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 292/585] 10.0.0.146 () {34 vars in 669 bytes} [Thu Sep 10 03:14:57 2026] POST /v2.0/routers => generated 734 bytes in 1876 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-09-10 03:15:00.192 7 INFO neutron.db.segments_db [None req-16a57e7f-c406-44f4-bc25-fb591a780cb1 2dcafeabbd18499d9be13b4c6b2b81df e99512c22f4c438895442732cf452151 - - default default] Added segment e8713246-f7f7-4bf4-83b0-7fd263916d58 of type vxlan for network c095395d-5e5d-4245-b53f-ba199ff74296 [pid: 7|app: 0|req: 293/586] 10.0.0.146 () {34 vars in 671 bytes} [Thu Sep 10 03:14:59 2026] POST /v2.0/networks => generated 752 bytes in 553 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 294/587] 162.253.55.155 () {34 vars in 1080 bytes} [Thu Sep 10 03:15:00 2026] GET /v2.0/ports?tenant_id=2b1246317a1a46ef915fa6322d767ef1&device_id=77c12be8-4eb6-4580-814f-ce49c4d9892d => generated 1242 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 295/588] 10.0.0.206 () {34 vars in 990 bytes} [Thu Sep 10 03:15:00 2026] GET /v2.0/ports?device_id=77c12be8-4eb6-4580-814f-ce49c4d9892d => generated 973 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 296/589] 10.0.0.206 () {34 vars in 990 bytes} [Thu Sep 10 03:15:00 2026] GET /v2.0/ports?device_id=a721ae49-d800-4f79-b29f-94233dac6651 => generated 973 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 297/590] 162.253.55.155 () {34 vars in 1080 bytes} [Thu Sep 10 03:15:00 2026] GET /v2.0/ports?tenant_id=6934de7f52a248b8964a9de607857366&device_id=a721ae49-d800-4f79-b29f-94233dac6651 => 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: 294/591] 10.0.0.146 () {34 vars in 783 bytes} [Thu Sep 10 03:14:59 2026] PUT /v2.0/routers/1b06750f-a778-419e-a3d3-3211b2cc3ced/add_router_interface => generated 309 bytes in 1234 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 295/592] 162.253.55.155 () {34 vars in 1060 bytes} [Thu Sep 10 03:15:00 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.14&port_id=3fa42032-5f4e-409a-9d78-55ba82dab155 => 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: 298/593] 10.0.0.146 () {34 vars in 669 bytes} [Thu Sep 10 03:15:00 2026] POST /v2.0/subnets => generated 699 bytes in 412 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 296/594] 10.0.0.206 () {34 vars in 1040 bytes} [Thu Sep 10 03:15:00 2026] GET /v2.0/security-groups?id=593926db-340b-48f8-ac22-42dce8caa814&fields=id&fields=name => generated 114 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 299/595] 10.0.0.206 () {34 vars in 1040 bytes} [Thu Sep 10 03:15:01 2026] GET /v2.0/security-groups?id=572ec662-de83-4821-ae21-fdb17e36d85d&fields=id&fields=name => generated 88 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 297/596] 162.253.55.155 () {34 vars in 986 bytes} [Thu Sep 10 03:15:01 2026] GET /v2.0/networks?id=f7f27bdd-daaf-41d6-884a-592e94a621f4 => generated 773 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 300/597] 162.253.55.155 () {34 vars in 984 bytes} [Thu Sep 10 03:15:01 2026] GET /v2.0/subnets?id=74b6c78c-7d8d-4b5b-89ef-a38459c39bc2 => generated 688 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-09-10 03:15:01.122 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-b0d4f53e-c979-43e7-96f0-ba06bba35211'] response: {'name': 'network-changed', 'server_uuid': '77c12be8-4eb6-4580-814f-ce49c4d9892d', 'tag': '3fa42032-5f4e-409a-9d78-55ba82dab155', 'status': 'completed', 'code': 200} 2026-09-10 03:15:01.136 8 INFO neutron.db.segments_db [None req-8eec3884-3577-4b90-b70f-9f2a1b6075d3 2dcafeabbd18499d9be13b4c6b2b81df e99512c22f4c438895442732cf452151 - - default default] Added segment a0509fdf-2282-443c-9075-383978ede30c of type vxlan for network 07ea8143-ba0d-4fb4-8947-8c13639b7445 [pid: 7|app: 0|req: 301/598] 162.253.55.155 () {34 vars in 1060 bytes} [Thu Sep 10 03:15:01 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.13&port_id=5f7be946-8415-4b3a-89c7-29bdbda83172 => generated 19 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 302/599] 162.253.55.155 () {34 vars in 1052 bytes} [Thu Sep 10 03:15:01 2026] GET /v2.0/ports?network_id=35afe851-92d0-47be-94d3-52f1d11c975e&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: 303/600] 162.253.55.155 () {34 vars in 984 bytes} [Thu Sep 10 03:15:01 2026] GET /v2.0/subnets?id=adfda685-da0d-47c8-86c9-4c8697c09ebd => generated 696 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 304/601] 162.253.55.155 () {34 vars in 1012 bytes} [Thu Sep 10 03:15:01 2026] GET /v2.0/networks/35afe851-92d0-47be-94d3-52f1d11c975e?fields=segments => generated 14 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 305/602] 162.253.55.155 () {34 vars in 1052 bytes} [Thu Sep 10 03:15:01 2026] GET /v2.0/ports?network_id=f7f27bdd-daaf-41d6-884a-592e94a621f4&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: 306/603] 162.253.55.155 () {34 vars in 1112 bytes} [Thu Sep 10 03:15:01 2026] GET /v2.0/networks/35afe851-92d0-47be-94d3-52f1d11c975e?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: 307/604] 162.253.55.155 () {34 vars in 1012 bytes} [Thu Sep 10 03:15:01 2026] GET /v2.0/networks/f7f27bdd-daaf-41d6-884a-592e94a621f4?fields=segments => generated 14 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 308/605] 162.253.55.155 () {34 vars in 1112 bytes} [Thu Sep 10 03:15:01 2026] GET /v2.0/networks/f7f27bdd-daaf-41d6-884a-592e94a621f4?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-09-10 03:15:01.516 8 INFO neutron.db.l3_hamode_db [None req-8eec3884-3577-4b90-b70f-9f2a1b6075d3 2dcafeabbd18499d9be13b4c6b2b81df f5ad9d4c9ec3473ea00ce98567d6ea36 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 309/606] 10.0.0.146 () {34 vars in 685 bytes} [Thu Sep 10 03:15:01 2026] POST /v2.0/security-groups => generated 1659 bytes in 155 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 310/607] 10.0.0.146 () {34 vars in 695 bytes} [Thu Sep 10 03:15:01 2026] POST /v2.0/security-group-rules => generated 597 bytes in 109 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 311/608] 10.0.0.146 () {34 vars in 695 bytes} [Thu Sep 10 03:15:01 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) 2026-09-10 03:15:02.162 8 INFO neutron.db.l3_hamode_db [None req-8eec3884-3577-4b90-b70f-9f2a1b6075d3 2dcafeabbd18499d9be13b4c6b2b81df e99512c22f4c438895442732cf452151 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 312/609] 10.0.0.146 () {34 vars in 676 bytes} [Thu Sep 10 03:15:01 2026] POST /v2.0/floatingips => generated 552 bytes in 499 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 313/610] 10.0.0.206 () {34 vars in 990 bytes} [Thu Sep 10 03:15:02 2026] GET /v2.0/ports?device_id=77c12be8-4eb6-4580-814f-ce49c4d9892d => generated 973 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 314/611] 10.0.0.206 () {34 vars in 990 bytes} [Thu Sep 10 03:15:02 2026] GET /v2.0/ports?device_id=a721ae49-d800-4f79-b29f-94233dac6651 => generated 973 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 315/612] 162.253.55.155 () {34 vars in 1080 bytes} [Thu Sep 10 03:15:02 2026] GET /v2.0/ports?tenant_id=2b1246317a1a46ef915fa6322d767ef1&device_id=77c12be8-4eb6-4580-814f-ce49c4d9892d => generated 1242 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 316/613] 10.0.0.206 () {34 vars in 1040 bytes} [Thu Sep 10 03:15:02 2026] GET /v2.0/security-groups?id=593926db-340b-48f8-ac22-42dce8caa814&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: 317/614] 10.0.0.206 () {34 vars in 1040 bytes} [Thu Sep 10 03:15:02 2026] GET /v2.0/security-groups?id=572ec662-de83-4821-ae21-fdb17e36d85d&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: 318/615] 162.253.55.155 () {34 vars in 986 bytes} [Thu Sep 10 03:15:02 2026] GET /v2.0/networks?id=35afe851-92d0-47be-94d3-52f1d11c975e => generated 766 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 319/616] 162.253.55.155 () {34 vars in 1060 bytes} [Thu Sep 10 03:15:02 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.14&port_id=3fa42032-5f4e-409a-9d78-55ba82dab155 => generated 19 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 320/617] 162.253.55.155 () {34 vars in 984 bytes} [Thu Sep 10 03:15:02 2026] GET /v2.0/subnets?id=74b6c78c-7d8d-4b5b-89ef-a38459c39bc2 => generated 688 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 321/618] 162.253.55.155 () {34 vars in 1052 bytes} [Thu Sep 10 03:15:02 2026] GET /v2.0/ports?network_id=35afe851-92d0-47be-94d3-52f1d11c975e&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: 7|app: 0|req: 322/619] 162.253.55.155 () {34 vars in 1012 bytes} [Thu Sep 10 03:15:02 2026] GET /v2.0/networks/35afe851-92d0-47be-94d3-52f1d11c975e?fields=segments => generated 14 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 323/620] 162.253.55.155 () {34 vars in 1112 bytes} [Thu Sep 10 03:15:02 2026] GET /v2.0/networks/35afe851-92d0-47be-94d3-52f1d11c975e?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: 298/621] 10.0.0.146 () {34 vars in 669 bytes} [Thu Sep 10 03:15:01 2026] POST /v2.0/routers => generated 739 bytes in 2166 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 299/622] 10.0.0.206 () {34 vars in 990 bytes} [Thu Sep 10 03:15:03 2026] GET /v2.0/ports?device_id=a721ae49-d800-4f79-b29f-94233dac6651 => generated 973 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 300/623] 10.0.0.206 () {34 vars in 990 bytes} [Thu Sep 10 03:15:03 2026] GET /v2.0/ports?device_id=77c12be8-4eb6-4580-814f-ce49c4d9892d => generated 973 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 301/624] 10.0.0.206 () {34 vars in 1040 bytes} [Thu Sep 10 03:15:03 2026] GET /v2.0/security-groups?id=572ec662-de83-4821-ae21-fdb17e36d85d&fields=id&fields=name => generated 88 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 302/625] 10.0.0.206 () {34 vars in 1040 bytes} [Thu Sep 10 03:15:03 2026] GET /v2.0/security-groups?id=593926db-340b-48f8-ac22-42dce8caa814&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: 324/626] 10.0.0.146 () {34 vars in 783 bytes} [Thu Sep 10 03:15:03 2026] PUT /v2.0/routers/9c0d1b3a-3617-49e5-a86a-b4c58940a3a8/add_router_interface => generated 309 bytes in 1118 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 303/627] 10.0.0.146 () {34 vars in 685 bytes} [Thu Sep 10 03:15:04 2026] POST /v2.0/security-groups => generated 1660 bytes in 141 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 325/628] 10.0.0.206 () {34 vars in 990 bytes} [Thu Sep 10 03:15:04 2026] GET /v2.0/ports?device_id=a721ae49-d800-4f79-b29f-94233dac6651 => generated 973 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 304/629] 10.0.0.206 () {34 vars in 990 bytes} [Thu Sep 10 03:15:05 2026] GET /v2.0/ports?device_id=77c12be8-4eb6-4580-814f-ce49c4d9892d => generated 973 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 305/630] 10.0.0.206 () {34 vars in 1040 bytes} [Thu Sep 10 03:15:05 2026] GET /v2.0/security-groups?id=572ec662-de83-4821-ae21-fdb17e36d85d&fields=id&fields=name => generated 88 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 306/631] 10.0.0.206 () {34 vars in 1040 bytes} [Thu Sep 10 03:15:05 2026] GET /v2.0/security-groups?id=593926db-340b-48f8-ac22-42dce8caa814&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: 326/632] 10.0.0.146 () {34 vars in 695 bytes} [Thu Sep 10 03:15:05 2026] POST /v2.0/security-group-rules => generated 597 bytes in 105 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 307/633] 10.0.0.146 () {34 vars in 695 bytes} [Thu Sep 10 03:15:05 2026] POST /v2.0/security-group-rules => generated 602 bytes in 106 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 327/634] 10.0.0.146 () {34 vars in 676 bytes} [Thu Sep 10 03:15:05 2026] POST /v2.0/floatingips => generated 552 bytes in 719 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 308/635] 10.0.0.206 () {34 vars in 990 bytes} [Thu Sep 10 03:15:06 2026] GET /v2.0/ports?device_id=a721ae49-d800-4f79-b29f-94233dac6651 => generated 973 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 309/636] 10.0.0.206 () {34 vars in 1040 bytes} [Thu Sep 10 03:15:06 2026] GET /v2.0/security-groups?id=572ec662-de83-4821-ae21-fdb17e36d85d&fields=id&fields=name => generated 88 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 328/637] 10.0.0.206 () {34 vars in 990 bytes} [Thu Sep 10 03:15:06 2026] GET /v2.0/ports?device_id=77c12be8-4eb6-4580-814f-ce49c4d9892d => generated 973 bytes in 97 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 310/638] 10.0.0.206 () {34 vars in 1040 bytes} [Thu Sep 10 03:15:06 2026] GET /v2.0/security-groups?id=593926db-340b-48f8-ac22-42dce8caa814&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: 329/639] 10.0.0.206 () {34 vars in 1100 bytes} [Thu Sep 10 03:15:06 2026] GET /v2.0/security-groups?name=tempest-securitygroup--1641259321&fields=id&tenant_id=f5ad9d4c9ec3473ea00ce98567d6ea36 => generated 69 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 311/640] 10.0.0.206 () {34 vars in 982 bytes} [Thu Sep 10 03:15:06 2026] GET /v2.0/networks?id=c095395d-5e5d-4245-b53f-ba199ff74296 => generated 684 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 330/641] 10.0.0.206 () {34 vars in 965 bytes} [Thu Sep 10 03:15:06 2026] GET /v2.0/quotas/f5ad9d4c9ec3473ea00ce98567d6ea36 => 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: 312/642] 10.0.0.206 () {34 vars in 1002 bytes} [Thu Sep 10 03:15:06 2026] GET /v2.0/ports?tenant_id=f5ad9d4c9ec3473ea00ce98567d6ea36&fields=id => generated 57 bytes in 93 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 331/643] 10.0.0.206 () {34 vars in 1008 bytes} [Thu Sep 10 03:15:06 2026] GET /v2.0/networks/c095395d-5e5d-4245-b53f-ba199ff74296?fields=segments => generated 14 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 313/644] 10.0.0.206 () {34 vars in 1108 bytes} [Thu Sep 10 03:15:06 2026] GET /v2.0/networks/c095395d-5e5d-4245-b53f-ba199ff74296?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 332/645] 10.0.0.206 () {34 vars in 990 bytes} [Thu Sep 10 03:15:06 2026] GET /v2.0/ports?device_id=40d0d4df-c51f-4f83-ab5f-3de229699a08 => generated 12 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 314/646] 10.0.0.206 () {34 vars in 1098 bytes} [Thu Sep 10 03:15:07 2026] GET /v2.0/security-groups?name=tempest-securitygroup--751780655&fields=id&tenant_id=dad95beb16074a00bfa666d9d57afb0b => 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: 333/647] 10.0.0.206 () {34 vars in 990 bytes} [Thu Sep 10 03:15:07 2026] GET /v2.0/ports?device_id=a721ae49-d800-4f79-b29f-94233dac6651 => generated 973 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 315/648] 10.0.0.206 () {34 vars in 982 bytes} [Thu Sep 10 03:15:07 2026] GET /v2.0/networks?id=eb86301b-0e64-44c0-98ab-86812c0967a3 => generated 679 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 334/649] 10.0.0.206 () {34 vars in 1040 bytes} [Thu Sep 10 03:15:07 2026] GET /v2.0/security-groups?id=572ec662-de83-4821-ae21-fdb17e36d85d&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: 316/650] 10.0.0.206 () {34 vars in 965 bytes} [Thu Sep 10 03:15:07 2026] GET /v2.0/quotas/dad95beb16074a00bfa666d9d57afb0b => generated 292 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 317/651] 10.0.0.206 () {34 vars in 990 bytes} [Thu Sep 10 03:15:07 2026] GET /v2.0/ports?device_id=77c12be8-4eb6-4580-814f-ce49c4d9892d => 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: 335/652] 10.0.0.206 () {34 vars in 1002 bytes} [Thu Sep 10 03:15:07 2026] GET /v2.0/ports?tenant_id=dad95beb16074a00bfa666d9d57afb0b&fields=id => generated 103 bytes in 94 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 318/653] 10.0.0.206 () {34 vars in 1040 bytes} [Thu Sep 10 03:15:07 2026] GET /v2.0/security-groups?id=593926db-340b-48f8-ac22-42dce8caa814&fields=id&fields=name => generated 114 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 336/654] 10.0.0.206 () {34 vars in 1008 bytes} [Thu Sep 10 03:15:07 2026] GET /v2.0/networks/eb86301b-0e64-44c0-98ab-86812c0967a3?fields=segments => generated 14 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 319/655] 10.0.0.206 () {34 vars in 1108 bytes} [Thu Sep 10 03:15:07 2026] GET /v2.0/networks/eb86301b-0e64-44c0-98ab-86812c0967a3?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 337/656] 10.0.0.206 () {34 vars in 990 bytes} [Thu Sep 10 03:15:07 2026] GET /v2.0/ports?device_id=40d0d4df-c51f-4f83-ab5f-3de229699a08 => 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: 320/657] 10.0.0.206 () {34 vars in 990 bytes} [Thu Sep 10 03:15:08 2026] GET /v2.0/ports?device_id=457c7c57-2953-4d64-827e-af0f247a8265 => 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: 338/658] 10.0.0.206 () {34 vars in 990 bytes} [Thu Sep 10 03:15:08 2026] GET /v2.0/ports?device_id=a721ae49-d800-4f79-b29f-94233dac6651 => generated 975 bytes in 121 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 339/659] 10.0.0.206 () {34 vars in 1040 bytes} [Thu Sep 10 03:15:08 2026] GET /v2.0/security-groups?id=572ec662-de83-4821-ae21-fdb17e36d85d&fields=id&fields=name => generated 88 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 321/660] 10.0.0.206 () {34 vars in 990 bytes} [Thu Sep 10 03:15:08 2026] GET /v2.0/ports?device_id=77c12be8-4eb6-4580-814f-ce49c4d9892d => generated 975 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 340/661] 10.0.0.206 () {34 vars in 1040 bytes} [Thu Sep 10 03:15:08 2026] GET /v2.0/security-groups?id=593926db-340b-48f8-ac22-42dce8caa814&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: 322/662] 10.0.0.206 () {34 vars in 990 bytes} [Thu Sep 10 03:15:09 2026] GET /v2.0/ports?device_id=40d0d4df-c51f-4f83-ab5f-3de229699a08 => 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: 341/663] 10.0.0.206 () {34 vars in 990 bytes} [Thu Sep 10 03:15:09 2026] GET /v2.0/ports?device_id=457c7c57-2953-4d64-827e-af0f247a8265 => 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: 323/664] 10.0.0.206 () {34 vars in 990 bytes} [Thu Sep 10 03:15:09 2026] GET /v2.0/ports?device_id=a721ae49-d800-4f79-b29f-94233dac6651 => generated 975 bytes in 95 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 324/665] 10.0.0.206 () {34 vars in 1040 bytes} [Thu Sep 10 03:15:09 2026] GET /v2.0/security-groups?id=572ec662-de83-4821-ae21-fdb17e36d85d&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: 342/666] 10.0.0.206 () {34 vars in 990 bytes} [Thu Sep 10 03:15:09 2026] GET /v2.0/ports?device_id=77c12be8-4eb6-4580-814f-ce49c4d9892d => generated 975 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 325/667] 10.0.0.206 () {34 vars in 1040 bytes} [Thu Sep 10 03:15:09 2026] GET /v2.0/security-groups?id=593926db-340b-48f8-ac22-42dce8caa814&fields=id&fields=name => generated 114 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 343/668] 10.0.0.206 () {34 vars in 990 bytes} [Thu Sep 10 03:15:10 2026] GET /v2.0/ports?device_id=77c12be8-4eb6-4580-814f-ce49c4d9892d => generated 975 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 344/669] 10.0.0.206 () {34 vars in 990 bytes} [Thu Sep 10 03:15:10 2026] GET /v2.0/ports?device_id=40d0d4df-c51f-4f83-ab5f-3de229699a08 => 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: 345/670] 10.0.0.206 () {34 vars in 990 bytes} [Thu Sep 10 03:15:10 2026] GET /v2.0/ports?device_id=457c7c57-2953-4d64-827e-af0f247a8265 => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-09-10 03:15:10.689 8 INFO neutron.db.l3_db [None req-33cbbeed-d559-41dc-aac5-862b4f4d9958 038d535b711840cc8634885202d7ffa5 2b1246317a1a46ef915fa6322d767ef1 - - default default] Floating IP c1860e16-41f4-489a-9c05-d495423233be associated. External IP: 10.96.250.207, port: 3fa42032-5f4e-409a-9d78-55ba82dab155. [pid: 7|app: 0|req: 348/673] 10.0.0.206 () {34 vars in 990 bytes} [Thu Sep 10 03:15:10 2026] GET /v2.0/ports?device_id=a721ae49-d800-4f79-b29f-94233dac6651 => generated 975 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 326/674] 10.0.0.146 () {34 vars in 749 bytes} [Thu Sep 10 03:15:10 2026] PUT /v2.0/floatingips/c1860e16-41f4-489a-9c05-d495423233be => generated 856 bytes in 930 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 349/675] 10.0.0.206 () {34 vars in 1040 bytes} [Thu Sep 10 03:15:11 2026] GET /v2.0/security-groups?id=572ec662-de83-4821-ae21-fdb17e36d85d&fields=id&fields=name => generated 88 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-09-10 03:15:11.072 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-4c7cd3af-1bdd-462c-a4cf-4e87fb8be752'] response: {'name': 'network-changed', 'server_uuid': '77c12be8-4eb6-4580-814f-ce49c4d9892d', 'tag': '3fa42032-5f4e-409a-9d78-55ba82dab155', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 327/676] 10.0.0.206 () {34 vars in 990 bytes} [Thu Sep 10 03:15:11 2026] GET /v2.0/ports?device_id=77c12be8-4eb6-4580-814f-ce49c4d9892d => generated 975 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 350/677] 10.0.0.206 () {34 vars in 1040 bytes} [Thu Sep 10 03:15:11 2026] GET /v2.0/security-groups?id=593926db-340b-48f8-ac22-42dce8caa814&fields=id&fields=name => generated 114 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 328/678] 162.253.55.155 () {34 vars in 986 bytes} [Thu Sep 10 03:15:11 2026] GET /v2.0/networks?id=c095395d-5e5d-4245-b53f-ba199ff74296 => generated 684 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 351/679] 10.0.0.206 () {34 vars in 990 bytes} [Thu Sep 10 03:15:11 2026] GET /v2.0/ports?device_id=40d0d4df-c51f-4f83-ab5f-3de229699a08 => 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: 329/680] 162.253.55.155 () {34 vars in 1050 bytes} [Thu Sep 10 03:15:11 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=f5ad9d4c9ec3473ea00ce98567d6ea36 => generated 181 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 330/681] 10.0.0.206 () {34 vars in 990 bytes} [Thu Sep 10 03:15:11 2026] GET /v2.0/ports?device_id=457c7c57-2953-4d64-827e-af0f247a8265 => generated 12 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 331/682] 10.0.0.206 () {34 vars in 990 bytes} [Thu Sep 10 03:15:11 2026] GET /v2.0/ports?device_id=a721ae49-d800-4f79-b29f-94233dac6651 => generated 975 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 332/683] 10.0.0.206 () {34 vars in 1040 bytes} [Thu Sep 10 03:15:11 2026] GET /v2.0/security-groups?id=572ec662-de83-4821-ae21-fdb17e36d85d&fields=id&fields=name => generated 88 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 333/684] 162.253.55.155 () {34 vars in 1080 bytes} [Thu Sep 10 03:15:11 2026] GET /v2.0/ports?tenant_id=2b1246317a1a46ef915fa6322d767ef1&device_id=77c12be8-4eb6-4580-814f-ce49c4d9892d => 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: 334/685] 10.0.0.206 () {34 vars in 990 bytes} [Thu Sep 10 03:15:11 2026] GET /v2.0/ports?device_id=77c12be8-4eb6-4580-814f-ce49c4d9892d => generated 975 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 335/686] 162.253.55.155 () {34 vars in 986 bytes} [Thu Sep 10 03:15:11 2026] GET /v2.0/networks?id=35afe851-92d0-47be-94d3-52f1d11c975e => generated 766 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 336/687] 10.0.0.206 () {34 vars in 1040 bytes} [Thu Sep 10 03:15:11 2026] GET /v2.0/security-groups?id=593926db-340b-48f8-ac22-42dce8caa814&fields=id&fields=name => generated 114 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 337/688] 162.253.55.155 () {34 vars in 1060 bytes} [Thu Sep 10 03:15:11 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.14&port_id=3fa42032-5f4e-409a-9d78-55ba82dab155 => generated 859 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 338/689] 162.253.55.155 () {34 vars in 984 bytes} [Thu Sep 10 03:15:11 2026] GET /v2.0/subnets?id=74b6c78c-7d8d-4b5b-89ef-a38459c39bc2 => generated 688 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 339/690] 162.253.55.155 () {34 vars in 1052 bytes} [Thu Sep 10 03:15:11 2026] GET /v2.0/ports?network_id=35afe851-92d0-47be-94d3-52f1d11c975e&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: 340/691] 162.253.55.155 () {34 vars in 1012 bytes} [Thu Sep 10 03:15:11 2026] GET /v2.0/networks/35afe851-92d0-47be-94d3-52f1d11c975e?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: 341/692] 162.253.55.155 () {34 vars in 1112 bytes} [Thu Sep 10 03:15:11 2026] GET /v2.0/networks/35afe851-92d0-47be-94d3-52f1d11c975e?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) [pid: 7|app: 0|req: 352/693] 162.253.55.155 () {38 vars in 955 bytes} [Thu Sep 10 03:15:11 2026] POST /v2.0/ports => generated 954 bytes in 825 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: 353/694] 10.0.0.206 () {34 vars in 990 bytes} [Thu Sep 10 03:15:12 2026] GET /v2.0/ports?device_id=40d0d4df-c51f-4f83-ab5f-3de229699a08 => generated 957 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 354/695] 10.0.0.206 () {34 vars in 1040 bytes} [Thu Sep 10 03:15:12 2026] GET /v2.0/security-groups?id=84aba4f7-638e-4ba5-941c-e2f1f2de18db&fields=id&fields=name => generated 114 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 355/696] 10.0.0.206 () {34 vars in 990 bytes} [Thu Sep 10 03:15:12 2026] GET /v2.0/ports?device_id=457c7c57-2953-4d64-827e-af0f247a8265 => generated 12 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 342/697] 162.253.55.155 () {38 vars in 1028 bytes} [Thu Sep 10 03:15:12 2026] PUT /v2.0/ports/5129ceb2-edc6-4f7c-882e-f1e4e11fd1a8 => generated 1235 bytes in 520 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 356/698] 10.0.0.206 () {34 vars in 990 bytes} [Thu Sep 10 03:15:12 2026] GET /v2.0/ports?device_id=a721ae49-d800-4f79-b29f-94233dac6651 => generated 975 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 343/699] 10.0.0.206 () {34 vars in 1040 bytes} [Thu Sep 10 03:15:12 2026] GET /v2.0/security-groups?id=572ec662-de83-4821-ae21-fdb17e36d85d&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: 357/700] 10.0.0.206 () {34 vars in 990 bytes} [Thu Sep 10 03:15:12 2026] GET /v2.0/ports?device_id=77c12be8-4eb6-4580-814f-ce49c4d9892d => generated 975 bytes in 96 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 344/701] 10.0.0.206 () {34 vars in 1040 bytes} [Thu Sep 10 03:15:12 2026] GET /v2.0/security-groups?id=593926db-340b-48f8-ac22-42dce8caa814&fields=id&fields=name => generated 114 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-09-10 03:15:13.115 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-7aa438aa-c7b0-4fb2-8b2d-4f65153ca390'] response: {'name': 'network-changed', 'server_uuid': '40d0d4df-c51f-4f83-ab5f-3de229699a08', 'tag': '5129ceb2-edc6-4f7c-882e-f1e4e11fd1a8', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 358/702] 162.253.55.155 () {34 vars in 986 bytes} [Thu Sep 10 03:15:13 2026] GET /v2.0/networks?id=eb86301b-0e64-44c0-98ab-86812c0967a3 => generated 679 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 345/703] 162.253.55.155 () {34 vars in 1050 bytes} [Thu Sep 10 03:15:13 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=dad95beb16074a00bfa666d9d57afb0b => generated 180 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 346/704] 10.0.0.206 () {34 vars in 990 bytes} [Thu Sep 10 03:15:13 2026] GET /v2.0/ports?device_id=40d0d4df-c51f-4f83-ab5f-3de229699a08 => generated 969 bytes in 134 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 347/705] 10.0.0.206 () {34 vars in 990 bytes} [Thu Sep 10 03:15:13 2026] GET /v2.0/ports?device_id=457c7c57-2953-4d64-827e-af0f247a8265 => generated 12 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 348/706] 162.253.55.155 () {34 vars in 1080 bytes} [Thu Sep 10 03:15:13 2026] GET /v2.0/ports?tenant_id=f5ad9d4c9ec3473ea00ce98567d6ea36&device_id=40d0d4df-c51f-4f83-ab5f-3de229699a08 => 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: 349/707] 10.0.0.206 () {34 vars in 1040 bytes} [Thu Sep 10 03:15:13 2026] GET /v2.0/security-groups?id=84aba4f7-638e-4ba5-941c-e2f1f2de18db&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: 350/708] 162.253.55.155 () {34 vars in 1018 bytes} [Thu Sep 10 03:15:13 2026] GET /v2.0/networks?tenant_id=f5ad9d4c9ec3473ea00ce98567d6ea36&shared=False => generated 780 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 351/709] 10.0.0.206 () {34 vars in 990 bytes} [Thu Sep 10 03:15:13 2026] GET /v2.0/ports?device_id=a721ae49-d800-4f79-b29f-94233dac6651 => generated 973 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 352/710] 162.253.55.155 () {34 vars in 930 bytes} [Thu Sep 10 03:15:13 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 353/711] 162.253.55.155 () {34 vars in 994 bytes} [Thu Sep 10 03:15:13 2026] GET /v2.0/ports?device_id=a721ae49-d800-4f79-b29f-94233dac6651 => generated 973 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 354/712] 10.0.0.206 () {34 vars in 1040 bytes} [Thu Sep 10 03:15:13 2026] GET /v2.0/security-groups?id=572ec662-de83-4821-ae21-fdb17e36d85d&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: 359/713] 162.253.55.155 () {38 vars in 955 bytes} [Thu Sep 10 03:15:13 2026] POST /v2.0/ports => generated 958 bytes in 493 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-09-10 03:15:14.084 8 INFO neutron_taas.services.taas.taas_plugin [req-c35156f2-c823-46f6-9287-61377961036e req-f33c4143-1766-40ae-92c5-151c1f7fe433 32b27a7ffc704da7997d5e0de397e878 6934de7f52a248b8964a9de607857366 - - default default] TaaS: Handle Delete Port: 5f7be946-8415-4b3a-89c7-29bdbda83172 2026-09-10 03:15:14.089 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-c35156f2-c823-46f6-9287-61377961036e req-f33c4143-1766-40ae-92c5-151c1f7fe433 32b27a7ffc704da7997d5e0de397e878 6934de7f52a248b8964a9de607857366 - - default default] Tap Mirror: Handle Delete Port: 5f7be946-8415-4b3a-89c7-29bdbda83172 [pid: 8|app: 0|req: 355/714] 162.253.55.155 () {36 vars in 997 bytes} [Thu Sep 10 03:15:13 2026] DELETE /v2.0/ports/5f7be946-8415-4b3a-89c7-29bdbda83172 => generated 0 bytes in 280 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 356/715] 10.0.0.206 () {34 vars in 990 bytes} [Thu Sep 10 03:15:14 2026] GET /v2.0/ports?device_id=77c12be8-4eb6-4580-814f-ce49c4d9892d => generated 975 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 357/716] 10.0.0.206 () {34 vars in 1040 bytes} [Thu Sep 10 03:15:14 2026] GET /v2.0/security-groups?id=593926db-340b-48f8-ac22-42dce8caa814&fields=id&fields=name => generated 114 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 358/717] 162.253.55.155 () {34 vars in 994 bytes} [Thu Sep 10 03:15:14 2026] GET /v2.0/ports?device_id=77c12be8-4eb6-4580-814f-ce49c4d9892d => generated 975 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 360/718] 162.253.55.155 () {38 vars in 1028 bytes} [Thu Sep 10 03:15:13 2026] PUT /v2.0/ports/f23f08ed-d63b-4c84-af51-8bab59b95646 => generated 1239 bytes in 366 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-09-10 03:15:14.440 8 INFO neutron_taas.services.taas.taas_plugin [req-c6cd0fb8-f59c-4d28-9547-beb9050456d3 req-f05201b1-bbc6-4d48-9851-464f7c058268 038d535b711840cc8634885202d7ffa5 2b1246317a1a46ef915fa6322d767ef1 - - default default] TaaS: Handle Delete Port: 3fa42032-5f4e-409a-9d78-55ba82dab155 2026-09-10 03:15:14.443 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-c6cd0fb8-f59c-4d28-9547-beb9050456d3 req-f05201b1-bbc6-4d48-9851-464f7c058268 038d535b711840cc8634885202d7ffa5 2b1246317a1a46ef915fa6322d767ef1 - - default default] Tap Mirror: Handle Delete Port: 3fa42032-5f4e-409a-9d78-55ba82dab155 2026-09-10 03:15:14.618 8 INFO neutron.db.l3_db [req-c6cd0fb8-f59c-4d28-9547-beb9050456d3 req-f05201b1-bbc6-4d48-9851-464f7c058268 038d535b711840cc8634885202d7ffa5 2b1246317a1a46ef915fa6322d767ef1 - - default default] Floating IP c1860e16-41f4-489a-9c05-d495423233be disassociated. External IP: 10.96.250.207, port: 3fa42032-5f4e-409a-9d78-55ba82dab155. 2026-09-10 03:15:14.769 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-5967a5c9-7ee5-4e03-b18c-1df8eaeabd86'] response: {'name': 'network-changed', 'server_uuid': '457c7c57-2953-4d64-827e-af0f247a8265', 'tag': 'f23f08ed-d63b-4c84-af51-8bab59b95646', 'status': 'completed', 'code': 200} /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 361/719] 10.0.0.206 () {34 vars in 990 bytes} [Thu Sep 10 03:15:14 2026] GET /v2.0/ports?device_id=457c7c57-2953-4d64-827e-af0f247a8265 => generated 973 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 362/720] 10.0.0.206 () {34 vars in 990 bytes} [Thu Sep 10 03:15:14 2026] GET /v2.0/ports?device_id=40d0d4df-c51f-4f83-ab5f-3de229699a08 => generated 969 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 359/721] 162.253.55.155 () {36 vars in 997 bytes} [Thu Sep 10 03:15:14 2026] DELETE /v2.0/ports/3fa42032-5f4e-409a-9d78-55ba82dab155 => generated 0 bytes in 579 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 363/722] 10.0.0.206 () {34 vars in 1040 bytes} [Thu Sep 10 03:15:14 2026] GET /v2.0/security-groups?id=1f2ba5e7-901a-4fca-9425-b3aaf72c6c1a&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: 360/723] 10.0.0.206 () {34 vars in 1040 bytes} [Thu Sep 10 03:15:14 2026] GET /v2.0/security-groups?id=84aba4f7-638e-4ba5-941c-e2f1f2de18db&fields=id&fields=name => generated 114 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 364/724] 162.253.55.155 () {34 vars in 1080 bytes} [Thu Sep 10 03:15:14 2026] GET /v2.0/ports?tenant_id=f5ad9d4c9ec3473ea00ce98567d6ea36&device_id=40d0d4df-c51f-4f83-ab5f-3de229699a08 => generated 1238 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 361/725] 162.253.55.155 () {34 vars in 1058 bytes} [Thu Sep 10 03:15:15 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.4&port_id=5129ceb2-edc6-4f7c-882e-f1e4e11fd1a8 => 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: 365/726] 10.0.0.206 () {34 vars in 990 bytes} [Thu Sep 10 03:15:15 2026] GET /v2.0/ports?device_id=a721ae49-d800-4f79-b29f-94233dac6651 => 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: 362/727] 162.253.55.155 () {34 vars in 984 bytes} [Thu Sep 10 03:15:15 2026] GET /v2.0/subnets?id=813ee9ba-02b6-4cf2-bfb0-91b20e8a704a => 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: 366/728] 162.253.55.155 () {34 vars in 1052 bytes} [Thu Sep 10 03:15:15 2026] GET /v2.0/ports?network_id=c095395d-5e5d-4245-b53f-ba199ff74296&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-09-10 03:15:15.172 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-2eb7600f-be52-44ba-855f-2099bbe12318'] response: {'server_uuid': 'a721ae49-d800-4f79-b29f-94233dac6651', 'name': 'network-vif-deleted', 'tag': '5f7be946-8415-4b3a-89c7-29bdbda83172', 'status': 'completed', 'code': 200} 2026-09-10 03:15:15.172 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-2eb7600f-be52-44ba-855f-2099bbe12318'] response: {'server_uuid': '77c12be8-4eb6-4580-814f-ce49c4d9892d', 'name': 'network-vif-deleted', 'tag': '3fa42032-5f4e-409a-9d78-55ba82dab155', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 363/729] 162.253.55.155 () {34 vars in 1012 bytes} [Thu Sep 10 03:15:15 2026] GET /v2.0/networks/c095395d-5e5d-4245-b53f-ba199ff74296?fields=segments => generated 14 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 367/730] 162.253.55.155 () {34 vars in 1112 bytes} [Thu Sep 10 03:15:15 2026] GET /v2.0/networks/c095395d-5e5d-4245-b53f-ba199ff74296?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 364/731] 162.253.55.155 () {34 vars in 1080 bytes} [Thu Sep 10 03:15:15 2026] GET /v2.0/ports?tenant_id=dad95beb16074a00bfa666d9d57afb0b&device_id=457c7c57-2953-4d64-827e-af0f247a8265 => generated 1242 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 365/732] 10.0.0.206 () {34 vars in 990 bytes} [Thu Sep 10 03:15:15 2026] GET /v2.0/ports?device_id=77c12be8-4eb6-4580-814f-ce49c4d9892d => generated 12 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 368/733] 162.253.55.155 () {34 vars in 1018 bytes} [Thu Sep 10 03:15:15 2026] GET /v2.0/networks?tenant_id=dad95beb16074a00bfa666d9d57afb0b&shared=False => generated 775 bytes in 102 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 366/734] 162.253.55.155 () {34 vars in 930 bytes} [Thu Sep 10 03:15:15 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 369/735] 10.0.0.206 () {34 vars in 990 bytes} [Thu Sep 10 03:15:16 2026] GET /v2.0/ports?device_id=40d0d4df-c51f-4f83-ab5f-3de229699a08 => generated 969 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 370/736] 10.0.0.206 () {34 vars in 1040 bytes} [Thu Sep 10 03:15:16 2026] GET /v2.0/security-groups?id=84aba4f7-638e-4ba5-941c-e2f1f2de18db&fields=id&fields=name => generated 114 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 367/737] 10.0.0.206 () {34 vars in 990 bytes} [Thu Sep 10 03:15:16 2026] GET /v2.0/ports?device_id=457c7c57-2953-4d64-827e-af0f247a8265 => generated 973 bytes in 98 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 371/738] 10.0.0.206 () {34 vars in 1040 bytes} [Thu Sep 10 03:15:16 2026] GET /v2.0/security-groups?id=1f2ba5e7-901a-4fca-9425-b3aaf72c6c1a&fields=id&fields=name => generated 113 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 368/739] 10.0.0.206 () {34 vars in 990 bytes} [Thu Sep 10 03:15:16 2026] GET /v2.0/ports?device_id=a721ae49-d800-4f79-b29f-94233dac6651 => generated 12 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 369/740] 10.0.0.206 () {34 vars in 990 bytes} [Thu Sep 10 03:15:16 2026] GET /v2.0/ports?device_id=77c12be8-4eb6-4580-814f-ce49c4d9892d => generated 12 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 372/741] 162.253.55.155 () {34 vars in 1080 bytes} [Thu Sep 10 03:15:16 2026] GET /v2.0/ports?tenant_id=dad95beb16074a00bfa666d9d57afb0b&device_id=457c7c57-2953-4d64-827e-af0f247a8265 => generated 1242 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 370/742] 162.253.55.155 () {34 vars in 1060 bytes} [Thu Sep 10 03:15:16 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.13&port_id=f23f08ed-d63b-4c84-af51-8bab59b95646 => 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: 373/743] 162.253.55.155 () {34 vars in 984 bytes} [Thu Sep 10 03:15:16 2026] GET /v2.0/subnets?id=93459bd9-5894-43a5-8664-8dbfd2f9d206 => generated 697 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 371/744] 162.253.55.155 () {34 vars in 1052 bytes} [Thu Sep 10 03:15:16 2026] GET /v2.0/ports?network_id=eb86301b-0e64-44c0-98ab-86812c0967a3&device_owner=network%3Adhcp => generated 1244 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 374/745] 162.253.55.155 () {34 vars in 1012 bytes} [Thu Sep 10 03:15:16 2026] GET /v2.0/networks/eb86301b-0e64-44c0-98ab-86812c0967a3?fields=segments => generated 14 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 372/746] 162.253.55.155 () {34 vars in 1112 bytes} [Thu Sep 10 03:15:16 2026] GET /v2.0/networks/eb86301b-0e64-44c0-98ab-86812c0967a3?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 375/747] 10.0.0.206 () {34 vars in 990 bytes} [Thu Sep 10 03:15:17 2026] GET /v2.0/ports?device_id=40d0d4df-c51f-4f83-ab5f-3de229699a08 => generated 969 bytes in 94 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 373/748] 10.0.0.206 () {34 vars in 990 bytes} [Thu Sep 10 03:15:17 2026] GET /v2.0/ports?device_id=457c7c57-2953-4d64-827e-af0f247a8265 => generated 973 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 376/749] 10.0.0.206 () {34 vars in 1040 bytes} [Thu Sep 10 03:15:17 2026] GET /v2.0/security-groups?id=84aba4f7-638e-4ba5-941c-e2f1f2de18db&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: 374/750] 10.0.0.206 () {34 vars in 1040 bytes} [Thu Sep 10 03:15:17 2026] GET /v2.0/security-groups?id=1f2ba5e7-901a-4fca-9425-b3aaf72c6c1a&fields=id&fields=name => generated 113 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 377/751] 10.0.0.206 () {34 vars in 990 bytes} [Thu Sep 10 03:15:17 2026] GET /v2.0/ports?device_id=a721ae49-d800-4f79-b29f-94233dac6651 => 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: 375/752] 10.0.0.206 () {34 vars in 990 bytes} [Thu Sep 10 03:15:17 2026] GET /v2.0/ports?device_id=77c12be8-4eb6-4580-814f-ce49c4d9892d => 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: 378/753] 10.0.0.206 () {34 vars in 990 bytes} [Thu Sep 10 03:15:18 2026] GET /v2.0/ports?device_id=40d0d4df-c51f-4f83-ab5f-3de229699a08 => generated 971 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 376/754] 10.0.0.206 () {34 vars in 990 bytes} [Thu Sep 10 03:15:18 2026] GET /v2.0/ports?device_id=457c7c57-2953-4d64-827e-af0f247a8265 => generated 973 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 377/755] 10.0.0.206 () {34 vars in 1040 bytes} [Thu Sep 10 03:15:18 2026] GET /v2.0/security-groups?id=1f2ba5e7-901a-4fca-9425-b3aaf72c6c1a&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: 379/756] 10.0.0.206 () {34 vars in 1040 bytes} [Thu Sep 10 03:15:18 2026] GET /v2.0/security-groups?id=84aba4f7-638e-4ba5-941c-e2f1f2de18db&fields=id&fields=name => generated 114 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 380/757] 10.0.0.146 () {32 vars in 740 bytes} [Thu Sep 10 03:15:18 2026] DELETE /v2.0/security-groups/593926db-340b-48f8-ac22-42dce8caa814 => generated 0 bytes in 98 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-09-10 03:15:18.946 7 INFO neutron.api.v2.resource [None req-b047de82-4f79-4c3d-9511-1a47b7243be1 038d535b711840cc8634885202d7ffa5 2b1246317a1a46ef915fa6322d767ef1 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 381/758] 10.0.0.146 () {32 vars in 737 bytes} [Thu Sep 10 03:15:18 2026] GET /v2.0/security-groups/593926db-340b-48f8-ac22-42dce8caa814 => generated 146 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-09-10 03:15:19.024 8 INFO neutron_taas.services.taas.taas_plugin [None req-ab956d81-95e3-4ef3-bb17-487eda8130f5 2dcafeabbd18499d9be13b4c6b2b81df e99512c22f4c438895442732cf452151 - - default default] TaaS: Handle Delete Port: 7dae59dc-4761-4a8d-aec0-ddb224b83cc6 2026-09-10 03:15:19.028 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ab956d81-95e3-4ef3-bb17-487eda8130f5 2dcafeabbd18499d9be13b4c6b2b81df e99512c22f4c438895442732cf452151 - - default default] Tap Mirror: Handle Delete Port: 7dae59dc-4761-4a8d-aec0-ddb224b83cc6 2026-09-10 03:15:19.054 7 INFO neutron_taas.services.taas.taas_plugin [None req-f2d784a0-1940-4a6a-a91b-ce15004db6b8 038d535b711840cc8634885202d7ffa5 2b1246317a1a46ef915fa6322d767ef1 - - default default] TaaS: Handle Delete Port: 139cefb1-3a11-416b-9186-7b3af20003c2 2026-09-10 03:15:19.056 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f2d784a0-1940-4a6a-a91b-ce15004db6b8 038d535b711840cc8634885202d7ffa5 2b1246317a1a46ef915fa6322d767ef1 - - default default] Tap Mirror: Handle Delete Port: 139cefb1-3a11-416b-9186-7b3af20003c2 [pid: 7|app: 0|req: 382/759] 10.0.0.146 () {32 vars in 732 bytes} [Thu Sep 10 03:15:18 2026] DELETE /v2.0/floatingips/c1860e16-41f4-489a-9c05-d495423233be => generated 0 bytes in 242 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 378/760] 10.0.0.146 () {34 vars in 789 bytes} [Thu Sep 10 03:15:18 2026] PUT /v2.0/routers/41b40b51-cc4d-4789-80e9-52843f4770e7/remove_router_interface => generated 309 bytes in 1005 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-09-10 03:15:19.569 7 INFO neutron_taas.services.taas.taas_plugin [None req-fba5057e-2ce4-4b14-89e8-a2f292958b75 2dcafeabbd18499d9be13b4c6b2b81df e99512c22f4c438895442732cf452151 - - default default] TaaS: Handle Delete Port: d958b332-62a2-45a1-b624-b95499fa2c9f 2026-09-10 03:15:19.572 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-fba5057e-2ce4-4b14-89e8-a2f292958b75 2dcafeabbd18499d9be13b4c6b2b81df e99512c22f4c438895442732cf452151 - - default default] Tap Mirror: Handle Delete Port: d958b332-62a2-45a1-b624-b95499fa2c9f 2026-09-10 03:15:19.809 8 INFO neutron_taas.services.taas.taas_plugin [None req-e6e315f7-11e6-47e1-9452-f174139e7e62 2dcafeabbd18499d9be13b4c6b2b81df e99512c22f4c438895442732cf452151 - - default default] TaaS: Handle Delete Port: 68d4a710-aa14-4389-9968-37058c2f1c0e 2026-09-10 03:15:19.812 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e6e315f7-11e6-47e1-9452-f174139e7e62 2dcafeabbd18499d9be13b4c6b2b81df e99512c22f4c438895442732cf452151 - - default default] Tap Mirror: Handle Delete Port: 68d4a710-aa14-4389-9968-37058c2f1c0e 2026-09-10 03:15:20.030 8 INFO neutron_taas.services.taas.taas_plugin [None req-e6e315f7-11e6-47e1-9452-f174139e7e62 2dcafeabbd18499d9be13b4c6b2b81df e99512c22f4c438895442732cf452151 - - default default] TaaS: Handle Delete Port: e0553ea0-6578-4128-b6a3-206a28343121 2026-09-10 03:15:20.032 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e6e315f7-11e6-47e1-9452-f174139e7e62 2dcafeabbd18499d9be13b4c6b2b81df e99512c22f4c438895442732cf452151 - - default default] Tap Mirror: Handle Delete Port: e0553ea0-6578-4128-b6a3-206a28343121 [pid: 7|app: 0|req: 383/761] 10.0.0.146 () {34 vars in 789 bytes} [Thu Sep 10 03:15:19 2026] PUT /v2.0/routers/0c15fae1-3777-4836-ac96-34fb2d937efc/remove_router_interface => generated 309 bytes in 893 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-09-10 03:15:20.096 8 WARNING neutron.plugins.ml2.ovo_rpc [None req-e6e315f7-11e6-47e1-9452-f174139e7e62 2dcafeabbd18499d9be13b4c6b2b81df e99512c22f4c438895442732cf452151 - - default default] This handler is supposed to handle AFTER events, as in 'AFTER it's committed', not BEFORE. Offending resource event: port, after_delete. Location: File "/var/lib/openstack/lib/python3.12/site-packages/paste/urlmap.py", line 211, in __call__ return app(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/base.py", line 124, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/base.py", line 124, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/request_id.py", line 58, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/catch_errors.py", line 40, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/keystonemiddleware/auth_token/__init__.py", line 340, in __call__ response = req.get_response(self._app) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/keystonemiddleware/audit/__init__.py", line 159, in __call__ response = req.get_response(self._application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 143, in __call__ return resp(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 143, in __call__ return resp(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/routes/middleware.py", line 153, in __call__ response = self.app(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 143, in __call__ return resp(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/api/v2/resource.py", line 97, in resource result = method(request=request, **args) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/api/v2/base.py", line 576, in delete return self._delete(request, id, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 135, in wrapped return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 181, in wrapped return f(*dup_args, **dup_kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/api/v2/base.py", line 603, in _delete obj_deleter(request.context, id, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/l3_db.py", line 2244, in delete_router super().delete_router(context, id) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 223, in wrapped return f_with_retry(*args, **kwargs, File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 135, in wrapped return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 181, in wrapped return f(*dup_args, **dup_kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/l3_db.py", line 648, in delete_router self._core_plugin.delete_port(context.elevated(), rp_id, File "/var/lib/openstack/lib/python3.12/site-packages/neutron/common/utils.py", line 716, in inner return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 221, in wrapped return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/plugin.py", line 2285, in delete_port self._post_delete_port( File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/plugin.py", line 2290, in _post_delete_port registry.publish(resources.PORT, events.AFTER_DELETE, self, File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/callbacks/registry.py", line 56, in publish _get_callback_manager().publish(resource, event, trigger, payload=payload) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/utils.py", line 104, in _wrapped return function(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/callbacks/manager.py", line 157, in publish errors = self._notify_loop(resource, event, trigger, payload) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/callbacks/manager.py", line 189, in _notify_loop callback.method(resource, event, trigger, payload=payload) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/ovo_rpc.py", line 76, in handle_event if self._is_session_semantic_violated( File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/ovo_rpc.py", line 60, in _is_session_semantic_violated stack = traceback.extract_stack() [pid: 7|app: 0|req: 384/762] 10.0.0.206 () {34 vars in 990 bytes} [Thu Sep 10 03:15:20 2026] GET /v2.0/ports?device_id=457c7c57-2953-4d64-827e-af0f247a8265 => generated 973 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 385/763] 10.0.0.206 () {34 vars in 990 bytes} [Thu Sep 10 03:15:20 2026] GET /v2.0/ports?device_id=40d0d4df-c51f-4f83-ab5f-3de229699a08 => generated 971 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-09-10 03:15:20.380 7 INFO neutron_taas.services.taas.taas_plugin [None req-e41c6f15-b408-4abf-88ee-919d565c8e39 2dcafeabbd18499d9be13b4c6b2b81df e99512c22f4c438895442732cf452151 - - default default] TaaS: Handle Delete Port: 9f207d14-8a3e-456d-9a20-12893600553c 2026-09-10 03:15:20.383 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e41c6f15-b408-4abf-88ee-919d565c8e39 2dcafeabbd18499d9be13b4c6b2b81df e99512c22f4c438895442732cf452151 - - default default] Tap Mirror: Handle Delete Port: 9f207d14-8a3e-456d-9a20-12893600553c 2026-09-10 03:15:20.425 8 INFO neutron.services.segments.plugin [-] Segment 67d9693a-6f83-4ceb-b17a-92445aa4f4dd resource provider aggregate not found 2026-09-10 03:15:20.431 8 INFO neutron.services.segments.plugin [-] Segment 67d9693a-6f83-4ceb-b17a-92445aa4f4dd resource provider aggregate not found 2026-09-10 03:15:20.451 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 67d9693a-6f83-4ceb-b17a-92445aa4f4dd resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 67d9693a-6f83-4ceb-b17a-92445aa4f4dd found for delete ", "request_id": "req-5260417a-c80a-49cb-a603-d6ea302c7f9d"}]} 2026-09-10 03:15:20.455 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 67d9693a-6f83-4ceb-b17a-92445aa4f4dd resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 67d9693a-6f83-4ceb-b17a-92445aa4f4dd found for delete ", "request_id": "req-7e28e146-e362-47cd-830b-87ebb1921df4"}]} 2026-09-10 03:15:20.460 8 INFO neutron.db.l3_hamode_db [None req-e6e315f7-11e6-47e1-9452-f174139e7e62 2dcafeabbd18499d9be13b4c6b2b81df e99512c22f4c438895442732cf452151 - - default default] HA network 7024fd35-6e14-445a-9ab6-2b06d0be4b48 was deleted as no HA routers are present in tenant 6934de7f52a248b8964a9de607857366. [pid: 8|app: 0|req: 379/764] 10.0.0.146 () {32 vars in 724 bytes} [Thu Sep 10 03:15:19 2026] DELETE /v2.0/routers/41b40b51-cc4d-4789-80e9-52843f4770e7 => generated 0 bytes in 890 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 380/765] 10.0.0.206 () {34 vars in 1040 bytes} [Thu Sep 10 03:15:20 2026] GET /v2.0/security-groups?id=1f2ba5e7-901a-4fca-9425-b3aaf72c6c1a&fields=id&fields=name => generated 113 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 381/766] 10.0.0.206 () {34 vars in 1040 bytes} [Thu Sep 10 03:15:20 2026] GET /v2.0/security-groups?id=84aba4f7-638e-4ba5-941c-e2f1f2de18db&fields=id&fields=name => generated 114 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-09-10 03:15:20.761 7 INFO neutron_taas.services.taas.taas_plugin [None req-e41c6f15-b408-4abf-88ee-919d565c8e39 2dcafeabbd18499d9be13b4c6b2b81df e99512c22f4c438895442732cf452151 - - default default] TaaS: Handle Delete Port: 738ca645-bc04-400f-a07e-a71a65086f52 2026-09-10 03:15:20.763 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e41c6f15-b408-4abf-88ee-919d565c8e39 2dcafeabbd18499d9be13b4c6b2b81df e99512c22f4c438895442732cf452151 - - default default] Tap Mirror: Handle Delete Port: 738ca645-bc04-400f-a07e-a71a65086f52 [pid: 8|app: 0|req: 382/767] 10.0.0.146 () {32 vars in 724 bytes} [Thu Sep 10 03:15:20 2026] DELETE /v2.0/subnets/adfda685-da0d-47c8-86c9-4c8697c09ebd => generated 0 bytes in 214 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-09-10 03:15:20.859 8 INFO neutron_taas.services.taas.taas_plugin [None req-ce3b8897-1d25-4c05-a1ee-017c56c321c6 2dcafeabbd18499d9be13b4c6b2b81df e99512c22f4c438895442732cf452151 - - default default] TaaS: Handle Delete Port: a4003385-1f96-4c7e-a9fd-a92e176d3e40 2026-09-10 03:15:20.863 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ce3b8897-1d25-4c05-a1ee-017c56c321c6 2dcafeabbd18499d9be13b4c6b2b81df e99512c22f4c438895442732cf452151 - - default default] Tap Mirror: Handle Delete Port: a4003385-1f96-4c7e-a9fd-a92e176d3e40 [pid: 8|app: 0|req: 383/768] 10.0.0.146 () {32 vars in 726 bytes} [Thu Sep 10 03:15:20 2026] DELETE /v2.0/networks/f7f27bdd-daaf-41d6-884a-592e94a621f4 => generated 0 bytes in 246 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-09-10 03:15:21.094 7 INFO neutron.services.segments.plugin [-] Segment 277a13b8-996f-41e7-b3a0-75e65d6d8a0d resource provider aggregate not found 2026-09-10 03:15:21.107 7 INFO neutron.services.segments.plugin [-] Segment 277a13b8-996f-41e7-b3a0-75e65d6d8a0d resource provider aggregate not found 2026-09-10 03:15:21.111 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 277a13b8-996f-41e7-b3a0-75e65d6d8a0d resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 277a13b8-996f-41e7-b3a0-75e65d6d8a0d found for delete ", "request_id": "req-35168da6-4edb-440d-bc25-cc0f04bfc454"}]} 2026-09-10 03:15:21.119 7 INFO neutron.db.l3_hamode_db [None req-e41c6f15-b408-4abf-88ee-919d565c8e39 2dcafeabbd18499d9be13b4c6b2b81df e99512c22f4c438895442732cf452151 - - default default] HA network 6c63832d-6995-4087-b9c3-8dd226990fae was deleted as no HA routers are present in tenant 2b1246317a1a46ef915fa6322d767ef1. [pid: 7|app: 0|req: 386/769] 10.0.0.146 () {32 vars in 724 bytes} [Thu Sep 10 03:15:20 2026] DELETE /v2.0/routers/0c15fae1-3777-4836-ac96-34fb2d937efc => generated 0 bytes in 936 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-09-10 03:15:21.141 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 277a13b8-996f-41e7-b3a0-75e65d6d8a0d resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 277a13b8-996f-41e7-b3a0-75e65d6d8a0d found for delete ", "request_id": "req-db68c43e-cb24-4f10-b2d0-cccfd44be692"}]} [pid: 7|app: 0|req: 387/770] 10.0.0.146 () {32 vars in 774 bytes} [Thu Sep 10 03:15:21 2026] GET /v2.0/security-groups?tenant_id=6934de7f52a248b8964a9de607857366&name=default => generated 2921 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 388/771] 10.0.0.146 () {32 vars in 740 bytes} [Thu Sep 10 03:15:21 2026] DELETE /v2.0/security-groups/572ec662-de83-4821-ae21-fdb17e36d85d => generated 0 bytes in 71 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 384/772] 10.0.0.146 () {32 vars in 724 bytes} [Thu Sep 10 03:15:21 2026] DELETE /v2.0/subnets/74b6c78c-7d8d-4b5b-89ef-a38459c39bc2 => generated 0 bytes in 170 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-09-10 03:15:21.391 7 INFO neutron_taas.services.taas.taas_plugin [None req-53e2ba6d-44e6-493b-9af4-794556547b1b 2dcafeabbd18499d9be13b4c6b2b81df e99512c22f4c438895442732cf452151 - - default default] TaaS: Handle Delete Port: f893ef30-1e59-40d5-a37f-10eeb584557e 2026-09-10 03:15:21.394 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-53e2ba6d-44e6-493b-9af4-794556547b1b 2dcafeabbd18499d9be13b4c6b2b81df e99512c22f4c438895442732cf452151 - - default default] Tap Mirror: Handle Delete Port: f893ef30-1e59-40d5-a37f-10eeb584557e [pid: 7|app: 0|req: 389/773] 10.0.0.146 () {32 vars in 726 bytes} [Thu Sep 10 03:15:21 2026] DELETE /v2.0/networks/35afe851-92d0-47be-94d3-52f1d11c975e => generated 0 bytes in 236 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 385/774] 10.0.0.206 () {34 vars in 990 bytes} [Thu Sep 10 03:15:21 2026] GET /v2.0/ports?device_id=457c7c57-2953-4d64-827e-af0f247a8265 => generated 973 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 390/775] 10.0.0.206 () {34 vars in 990 bytes} [Thu Sep 10 03:15:21 2026] GET /v2.0/ports?device_id=40d0d4df-c51f-4f83-ab5f-3de229699a08 => generated 971 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 386/776] 10.0.0.206 () {34 vars in 1040 bytes} [Thu Sep 10 03:15:21 2026] GET /v2.0/security-groups?id=1f2ba5e7-901a-4fca-9425-b3aaf72c6c1a&fields=id&fields=name => generated 113 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 391/777] 10.0.0.206 () {34 vars in 1040 bytes} [Thu Sep 10 03:15:21 2026] GET /v2.0/security-groups?id=84aba4f7-638e-4ba5-941c-e2f1f2de18db&fields=id&fields=name => generated 114 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 387/778] 10.0.0.146 () {32 vars in 774 bytes} [Thu Sep 10 03:15:21 2026] GET /v2.0/security-groups?tenant_id=2b1246317a1a46ef915fa6322d767ef1&name=default => generated 2921 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 392/779] 10.0.0.206 () {34 vars in 990 bytes} [Thu Sep 10 03:15:21 2026] GET /v2.0/ports?device_id=40d0d4df-c51f-4f83-ab5f-3de229699a08 => 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: 388/780] 10.0.0.146 () {32 vars in 740 bytes} [Thu Sep 10 03:15:21 2026] DELETE /v2.0/security-groups/12d08694-8e26-46cc-969b-9c52082d0af7 => generated 0 bytes in 88 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-09-10 03:15:22.339 7 INFO neutron.db.l3_db [None req-e81d6d0b-4aef-4b92-8247-4daceaa8a42e 3f0db33f329e4ccf8ae1d6f2503c59c4 f5ad9d4c9ec3473ea00ce98567d6ea36 - - default default] Floating IP e7591005-63e8-4130-b623-71904f430ad4 associated. External IP: 10.96.250.213, port: 5129ceb2-edc6-4f7c-882e-f1e4e11fd1a8. 2026-09-10 03:15:22.468 8 INFO neutron.services.segments.plugin [-] Segment 76b4ee87-d162-48bc-8970-0845d7d6d97f resource provider aggregate not found 2026-09-10 03:15:22.476 8 INFO neutron.services.segments.plugin [-] Segment 76b4ee87-d162-48bc-8970-0845d7d6d97f resource provider aggregate not found 2026-09-10 03:15:22.484 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 76b4ee87-d162-48bc-8970-0845d7d6d97f resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 76b4ee87-d162-48bc-8970-0845d7d6d97f found for delete ", "request_id": "req-797c811c-5016-4511-a7f8-3f8e44624222"}]} 2026-09-10 03:15:22.498 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 76b4ee87-d162-48bc-8970-0845d7d6d97f resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 76b4ee87-d162-48bc-8970-0845d7d6d97f found for delete ", "request_id": "req-ae254f5d-3ff6-485a-a82b-45dc0bd1e463"}]} [pid: 7|app: 0|req: 393/781] 10.0.0.146 () {34 vars in 749 bytes} [Thu Sep 10 03:15:21 2026] PUT /v2.0/floatingips/e7591005-63e8-4130-b623-71904f430ad4 => generated 855 bytes in 805 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-09-10 03:15:22.701 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-d3532e0f-713e-4187-8615-099a0e4b0f1c'] response: {'name': 'network-changed', 'server_uuid': '40d0d4df-c51f-4f83-ab5f-3de229699a08', 'tag': '5129ceb2-edc6-4f7c-882e-f1e4e11fd1a8', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 389/782] 10.0.0.206 () {34 vars in 990 bytes} [Thu Sep 10 03:15:22 2026] GET /v2.0/ports?device_id=40d0d4df-c51f-4f83-ab5f-3de229699a08 => generated 971 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 394/783] 10.0.0.206 () {34 vars in 1040 bytes} [Thu Sep 10 03:15:22 2026] GET /v2.0/security-groups?id=84aba4f7-638e-4ba5-941c-e2f1f2de18db&fields=id&fields=name => generated 114 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 390/784] 10.0.0.206 () {34 vars in 990 bytes} [Thu Sep 10 03:15:22 2026] GET /v2.0/ports?device_id=457c7c57-2953-4d64-827e-af0f247a8265 => 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: 395/785] 10.0.0.206 () {34 vars in 1040 bytes} [Thu Sep 10 03:15:22 2026] GET /v2.0/security-groups?id=1f2ba5e7-901a-4fca-9425-b3aaf72c6c1a&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-09-10 03:15:23.132 7 INFO neutron.services.segments.plugin [-] Segment dfe0ded1-5eaa-4e10-b4e8-7cf3132b3efa resource provider aggregate not found 2026-09-10 03:15:23.161 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment dfe0ded1-5eaa-4e10-b4e8-7cf3132b3efa resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid dfe0ded1-5eaa-4e10-b4e8-7cf3132b3efa found for delete ", "request_id": "req-3ed5c4ae-7121-452e-9c3e-34c83af6ccd8"}]} 2026-09-10 03:15:23.164 7 INFO neutron.services.segments.plugin [-] Segment dfe0ded1-5eaa-4e10-b4e8-7cf3132b3efa resource provider aggregate not found 2026-09-10 03:15:23.190 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment dfe0ded1-5eaa-4e10-b4e8-7cf3132b3efa resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid dfe0ded1-5eaa-4e10-b4e8-7cf3132b3efa found for delete ", "request_id": "req-f9046991-5674-4267-8b61-4f13754049ad"}]} [pid: 8|app: 0|req: 391/786] 162.253.55.155 () {34 vars in 1080 bytes} [Thu Sep 10 03:15:23 2026] GET /v2.0/ports?tenant_id=f5ad9d4c9ec3473ea00ce98567d6ea36&device_id=40d0d4df-c51f-4f83-ab5f-3de229699a08 => generated 1240 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 396/787] 162.253.55.155 () {34 vars in 986 bytes} [Thu Sep 10 03:15:23 2026] GET /v2.0/networks?id=c095395d-5e5d-4245-b53f-ba199ff74296 => generated 780 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 392/788] 162.253.55.155 () {34 vars in 1058 bytes} [Thu Sep 10 03:15:23 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.4&port_id=5129ceb2-edc6-4f7c-882e-f1e4e11fd1a8 => generated 858 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 397/789] 162.253.55.155 () {34 vars in 984 bytes} [Thu Sep 10 03:15:23 2026] GET /v2.0/subnets?id=813ee9ba-02b6-4cf2-bfb0-91b20e8a704a => generated 702 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 393/790] 162.253.55.155 () {34 vars in 1052 bytes} [Thu Sep 10 03:15:23 2026] GET /v2.0/ports?network_id=c095395d-5e5d-4245-b53f-ba199ff74296&device_owner=network%3Adhcp => generated 1244 bytes in 407 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 398/791] 162.253.55.155 () {34 vars in 1012 bytes} [Thu Sep 10 03:15:23 2026] GET /v2.0/networks/c095395d-5e5d-4245-b53f-ba199ff74296?fields=segments => generated 14 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 394/792] 162.253.55.155 () {34 vars in 1112 bytes} [Thu Sep 10 03:15:23 2026] GET /v2.0/networks/c095395d-5e5d-4245-b53f-ba199ff74296?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: 399/793] 10.0.0.206 () {34 vars in 990 bytes} [Thu Sep 10 03:15:23 2026] GET /v2.0/ports?device_id=457c7c57-2953-4d64-827e-af0f247a8265 => generated 975 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 395/794] 10.0.0.206 () {34 vars in 1040 bytes} [Thu Sep 10 03:15:23 2026] GET /v2.0/security-groups?id=1f2ba5e7-901a-4fca-9425-b3aaf72c6c1a&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: 400/795] 10.0.0.206 () {34 vars in 990 bytes} [Thu Sep 10 03:15:25 2026] GET /v2.0/ports?device_id=457c7c57-2953-4d64-827e-af0f247a8265 => generated 975 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 396/796] 10.0.0.206 () {34 vars in 1040 bytes} [Thu Sep 10 03:15:25 2026] GET /v2.0/security-groups?id=1f2ba5e7-901a-4fca-9425-b3aaf72c6c1a&fields=id&fields=name => generated 113 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 401/797] 10.0.0.206 () {34 vars in 990 bytes} [Thu Sep 10 03:15:25 2026] GET /v2.0/ports?device_id=457c7c57-2953-4d64-827e-af0f247a8265 => generated 975 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-09-10 03:15:25.781 8 INFO neutron.db.l3_db [None req-ef0d5d00-1a3b-48c4-bc12-e799b5bea48f 01c443ac9ec1491ba84448d6b9b7fd70 dad95beb16074a00bfa666d9d57afb0b - - default default] Floating IP af44aacd-e5cf-421f-8448-f5b05227455f associated. External IP: 10.96.250.211, port: f23f08ed-d63b-4c84-af51-8bab59b95646. [pid: 8|app: 0|req: 397/800] 10.0.0.146 () {34 vars in 749 bytes} [Thu Sep 10 03:15:25 2026] PUT /v2.0/floatingips/af44aacd-e5cf-421f-8448-f5b05227455f => generated 856 bytes in 688 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-09-10 03:15:26.097 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-1725cde8-9e6c-40af-b222-7005824d2768'] response: {'name': 'network-changed', 'server_uuid': '457c7c57-2953-4d64-827e-af0f247a8265', 'tag': 'f23f08ed-d63b-4c84-af51-8bab59b95646', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 404/801] 10.0.0.206 () {34 vars in 990 bytes} [Thu Sep 10 03:15:26 2026] GET /v2.0/ports?device_id=457c7c57-2953-4d64-827e-af0f247a8265 => generated 975 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 398/802] 10.0.0.206 () {34 vars in 1040 bytes} [Thu Sep 10 03:15:26 2026] GET /v2.0/security-groups?id=1f2ba5e7-901a-4fca-9425-b3aaf72c6c1a&fields=id&fields=name => generated 113 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 405/803] 10.0.0.206 () {34 vars in 990 bytes} [Thu Sep 10 03:15:26 2026] GET /v2.0/ports?device_id=457c7c57-2953-4d64-827e-af0f247a8265 => generated 975 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 399/804] 10.0.0.206 () {34 vars in 1040 bytes} [Thu Sep 10 03:15:26 2026] GET /v2.0/security-groups?id=1f2ba5e7-901a-4fca-9425-b3aaf72c6c1a&fields=id&fields=name => generated 113 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 406/805] 162.253.55.155 () {34 vars in 1080 bytes} [Thu Sep 10 03:15:26 2026] GET /v2.0/ports?tenant_id=dad95beb16074a00bfa666d9d57afb0b&device_id=457c7c57-2953-4d64-827e-af0f247a8265 => 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: 400/806] 162.253.55.155 () {34 vars in 986 bytes} [Thu Sep 10 03:15:26 2026] GET /v2.0/networks?id=eb86301b-0e64-44c0-98ab-86812c0967a3 => generated 775 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 407/807] 162.253.55.155 () {34 vars in 1060 bytes} [Thu Sep 10 03:15:26 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.13&port_id=f23f08ed-d63b-4c84-af51-8bab59b95646 => generated 859 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 401/808] 162.253.55.155 () {34 vars in 984 bytes} [Thu Sep 10 03:15:26 2026] GET /v2.0/subnets?id=93459bd9-5894-43a5-8664-8dbfd2f9d206 => generated 697 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 408/809] 162.253.55.155 () {34 vars in 1052 bytes} [Thu Sep 10 03:15:26 2026] GET /v2.0/ports?network_id=eb86301b-0e64-44c0-98ab-86812c0967a3&device_owner=network%3Adhcp => generated 1244 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 402/810] 162.253.55.155 () {34 vars in 1012 bytes} [Thu Sep 10 03:15:26 2026] GET /v2.0/networks/eb86301b-0e64-44c0-98ab-86812c0967a3?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: 409/811] 162.253.55.155 () {34 vars in 1112 bytes} [Thu Sep 10 03:15:26 2026] GET /v2.0/networks/eb86301b-0e64-44c0-98ab-86812c0967a3?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 403/812] 10.0.0.146 () {32 vars in 774 bytes} [Thu Sep 10 03:15:26 2026] GET /v2.0/security-groups?tenant_id=2ba242fadb164ad3ac2bdf34c8fcc6a8&name=default => generated 2925 bytes in 382 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 410/813] 10.0.0.146 () {32 vars in 740 bytes} [Thu Sep 10 03:15:27 2026] DELETE /v2.0/security-groups/ff4b130c-296c-40e7-9f14-d1061e87491c => 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: 404/814] 10.0.0.206 () {34 vars in 990 bytes} [Thu Sep 10 03:15:27 2026] GET /v2.0/ports?device_id=457c7c57-2953-4d64-827e-af0f247a8265 => generated 975 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 405/815] 10.0.0.206 () {34 vars in 1040 bytes} [Thu Sep 10 03:15:27 2026] GET /v2.0/security-groups?id=1f2ba5e7-901a-4fca-9425-b3aaf72c6c1a&fields=id&fields=name => generated 113 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 411/816] 10.0.0.146 () {32 vars in 774 bytes} [Thu Sep 10 03:15:27 2026] GET /v2.0/security-groups?tenant_id=1b26daac55a64859b8d610b5adfafee6&name=default => generated 2925 bytes in 126 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 406/817] 10.0.0.146 () {32 vars in 740 bytes} [Thu Sep 10 03:15:27 2026] DELETE /v2.0/security-groups/563ba020-d8e7-4e57-97ba-6662cf59e003 => 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: 407/818] 10.0.0.206 () {34 vars in 990 bytes} [Thu Sep 10 03:15:28 2026] GET /v2.0/ports?device_id=457c7c57-2953-4d64-827e-af0f247a8265 => generated 975 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 412/819] 10.0.0.146 () {32 vars in 774 bytes} [Thu Sep 10 03:15:28 2026] GET /v2.0/security-groups?tenant_id=23f1577791f54c79b1902ca95595706a&name=default => generated 2925 bytes in 270 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 408/820] 10.0.0.206 () {34 vars in 1040 bytes} [Thu Sep 10 03:15:28 2026] GET /v2.0/security-groups?id=1f2ba5e7-901a-4fca-9425-b3aaf72c6c1a&fields=id&fields=name => generated 113 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 413/821] 162.253.55.155 () {34 vars in 994 bytes} [Thu Sep 10 03:15:28 2026] GET /v2.0/ports?device_id=457c7c57-2953-4d64-827e-af0f247a8265 => generated 975 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 409/822] 10.0.0.146 () {32 vars in 740 bytes} [Thu Sep 10 03:15:28 2026] DELETE /v2.0/security-groups/d05a6e65-f2b1-42d2-92fd-a14e7c5c44d0 => generated 0 bytes in 91 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-09-10 03:15:29.090 7 INFO neutron_taas.services.taas.taas_plugin [req-68b0b850-b95f-4b53-9350-49889d485f95 req-f968a001-3f4a-4eb2-887b-3b3aa026a402 01c443ac9ec1491ba84448d6b9b7fd70 dad95beb16074a00bfa666d9d57afb0b - - default default] TaaS: Handle Delete Port: f23f08ed-d63b-4c84-af51-8bab59b95646 2026-09-10 03:15:29.096 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-68b0b850-b95f-4b53-9350-49889d485f95 req-f968a001-3f4a-4eb2-887b-3b3aa026a402 01c443ac9ec1491ba84448d6b9b7fd70 dad95beb16074a00bfa666d9d57afb0b - - default default] Tap Mirror: Handle Delete Port: f23f08ed-d63b-4c84-af51-8bab59b95646 [pid: 8|app: 0|req: 410/823] 10.0.0.146 () {32 vars in 774 bytes} [Thu Sep 10 03:15:29 2026] GET /v2.0/security-groups?tenant_id=c0050500b2e749c8892f16e49b2d201d&name=default => generated 2925 bytes in 105 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-09-10 03:15:29.263 7 INFO neutron.db.l3_db [req-68b0b850-b95f-4b53-9350-49889d485f95 req-f968a001-3f4a-4eb2-887b-3b3aa026a402 01c443ac9ec1491ba84448d6b9b7fd70 dad95beb16074a00bfa666d9d57afb0b - - default default] Floating IP af44aacd-e5cf-421f-8448-f5b05227455f disassociated. External IP: 10.96.250.211, port: f23f08ed-d63b-4c84-af51-8bab59b95646. [pid: 8|app: 0|req: 411/824] 10.0.0.146 () {32 vars in 740 bytes} [Thu Sep 10 03:15:29 2026] DELETE /v2.0/security-groups/f5cb4c19-dc7c-4161-b0e5-b623ec42930e => generated 0 bytes in 119 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 414/825] 162.253.55.155 () {36 vars in 997 bytes} [Thu Sep 10 03:15:28 2026] DELETE /v2.0/ports/f23f08ed-d63b-4c84-af51-8bab59b95646 => generated 0 bytes in 804 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-09-10 03:15:29.820 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-2e914beb-b686-4999-ad69-dab0420dfa57'] response: {'server_uuid': '457c7c57-2953-4d64-827e-af0f247a8265', 'name': 'network-vif-deleted', 'tag': 'f23f08ed-d63b-4c84-af51-8bab59b95646', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 412/826] 10.0.0.206 () {34 vars in 990 bytes} [Thu Sep 10 03:15:30 2026] GET /v2.0/ports?device_id=457c7c57-2953-4d64-827e-af0f247a8265 => 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: 415/827] 10.0.0.206 () {34 vars in 990 bytes} [Thu Sep 10 03:15:31 2026] GET /v2.0/ports?device_id=457c7c57-2953-4d64-827e-af0f247a8265 => 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: 416/828] 10.0.0.206 () {34 vars in 990 bytes} [Thu Sep 10 03:15:32 2026] GET /v2.0/ports?device_id=457c7c57-2953-4d64-827e-af0f247a8265 => generated 12 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 413/829] 10.0.0.146 () {32 vars in 774 bytes} [Thu Sep 10 03:15:32 2026] GET /v2.0/security-groups?tenant_id=89c56aebcbf044ff852ae2ecf1404143&name=default => generated 2925 bytes in 157 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 417/830] 10.0.0.146 () {32 vars in 740 bytes} [Thu Sep 10 03:15:32 2026] DELETE /v2.0/security-groups/010c5d3e-e680-4ec3-9edc-e8d7f887c2d7 => 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: 418/831] 10.0.0.146 () {32 vars in 774 bytes} [Thu Sep 10 03:15:32 2026] GET /v2.0/security-groups?tenant_id=619e77a2adbc41bcbb347aeb6b2b2bc1&name=default => generated 2925 bytes in 137 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 419/832] 10.0.0.146 () {32 vars in 740 bytes} [Thu Sep 10 03:15:32 2026] DELETE /v2.0/security-groups/e66b15fe-dbea-4d24-91cc-ea2a25048ea4 => 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: 414/833] 10.0.0.210 () {34 vars in 990 bytes} [Thu Sep 10 03:15:32 2026] GET /v2.0/ports?device_id=40d0d4df-c51f-4f83-ab5f-3de229699a08 => generated 1240 bytes in 271 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 420/834] 10.0.0.210 () {34 vars in 1040 bytes} [Thu Sep 10 03:15:32 2026] GET /v2.0/security-groups?id=84aba4f7-638e-4ba5-941c-e2f1f2de18db&fields=id&fields=name => generated 114 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 415/835] 10.0.0.206 () {34 vars in 990 bytes} [Thu Sep 10 03:15:33 2026] GET /v2.0/ports?device_id=457c7c57-2953-4d64-827e-af0f247a8265 => generated 12 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 421/836] 10.0.0.146 () {32 vars in 740 bytes} [Thu Sep 10 03:15:34 2026] DELETE /v2.0/security-groups/1f2ba5e7-901a-4fca-9425-b3aaf72c6c1a => generated 0 bytes in 168 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-09-10 03:15:34.698 8 INFO neutron.api.v2.resource [None req-f59cc6ec-8589-4a10-9bbc-0a493b450cb0 01c443ac9ec1491ba84448d6b9b7fd70 dad95beb16074a00bfa666d9d57afb0b - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 416/837] 10.0.0.146 () {32 vars in 737 bytes} [Thu Sep 10 03:15:34 2026] GET /v2.0/security-groups/1f2ba5e7-901a-4fca-9425-b3aaf72c6c1a => generated 146 bytes in 30 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-09-10 03:15:34.830 7 INFO neutron_taas.services.taas.taas_plugin [None req-aba8c5db-484a-4957-a9d6-48c6683ed567 01c443ac9ec1491ba84448d6b9b7fd70 dad95beb16074a00bfa666d9d57afb0b - - default default] TaaS: Handle Delete Port: 2b4521eb-8e39-4cc4-af97-03a8cff0e653 2026-09-10 03:15:34.834 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-aba8c5db-484a-4957-a9d6-48c6683ed567 01c443ac9ec1491ba84448d6b9b7fd70 dad95beb16074a00bfa666d9d57afb0b - - default default] Tap Mirror: Handle Delete Port: 2b4521eb-8e39-4cc4-af97-03a8cff0e653 [pid: 7|app: 0|req: 422/838] 10.0.0.146 () {32 vars in 732 bytes} [Thu Sep 10 03:15:34 2026] DELETE /v2.0/floatingips/af44aacd-e5cf-421f-8448-f5b05227455f => generated 0 bytes in 334 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-09-10 03:15:35.371 8 INFO neutron_taas.services.taas.taas_plugin [None req-4fadd357-be82-4dbd-a994-14fa9d636a0c 2dcafeabbd18499d9be13b4c6b2b81df e99512c22f4c438895442732cf452151 - - default default] TaaS: Handle Delete Port: 23a62ffb-c26c-422c-8d0d-c97eff9b4371 2026-09-10 03:15:35.373 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4fadd357-be82-4dbd-a994-14fa9d636a0c 2dcafeabbd18499d9be13b4c6b2b81df e99512c22f4c438895442732cf452151 - - default default] Tap Mirror: Handle Delete Port: 23a62ffb-c26c-422c-8d0d-c97eff9b4371 [pid: 8|app: 0|req: 417/839] 10.0.0.146 () {34 vars in 789 bytes} [Thu Sep 10 03:15:35 2026] PUT /v2.0/routers/1b06750f-a778-419e-a3d3-3211b2cc3ced/remove_router_interface => generated 309 bytes in 802 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-09-10 03:15:36.059 8 INFO neutron_taas.services.taas.taas_plugin [None req-6dee9f2f-c749-4306-9740-a0b5d716b354 2dcafeabbd18499d9be13b4c6b2b81df e99512c22f4c438895442732cf452151 - - default default] TaaS: Handle Delete Port: 977d737d-12c3-4eb5-87d5-c5be611b75b2 2026-09-10 03:15:36.062 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6dee9f2f-c749-4306-9740-a0b5d716b354 2dcafeabbd18499d9be13b4c6b2b81df e99512c22f4c438895442732cf452151 - - default default] Tap Mirror: Handle Delete Port: 977d737d-12c3-4eb5-87d5-c5be611b75b2 [pid: 7|app: 0|req: 423/840] 10.0.0.146 () {32 vars in 774 bytes} [Thu Sep 10 03:15:35 2026] GET /v2.0/security-groups?tenant_id=c532ec726e754081b5e3de98d97f96ec&name=default => generated 2925 bytes in 411 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 424/841] 10.0.0.146 () {32 vars in 740 bytes} [Thu Sep 10 03:15:36 2026] DELETE /v2.0/security-groups/fb3d3aae-572d-466c-a86e-b512482d8a2e => generated 0 bytes in 125 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-09-10 03:15:36.291 8 INFO neutron_taas.services.taas.taas_plugin [None req-6dee9f2f-c749-4306-9740-a0b5d716b354 2dcafeabbd18499d9be13b4c6b2b81df e99512c22f4c438895442732cf452151 - - default default] TaaS: Handle Delete Port: 0db6716e-4c38-4a3f-9d21-adbf480f87e5 2026-09-10 03:15:36.293 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6dee9f2f-c749-4306-9740-a0b5d716b354 2dcafeabbd18499d9be13b4c6b2b81df e99512c22f4c438895442732cf452151 - - default default] Tap Mirror: Handle Delete Port: 0db6716e-4c38-4a3f-9d21-adbf480f87e5 [pid: 7|app: 0|req: 425/842] 10.0.0.146 () {32 vars in 774 bytes} [Thu Sep 10 03:15:36 2026] GET /v2.0/security-groups?tenant_id=88e7a6bc656f4c19ba1b5a820e0feea8&name=default => generated 2925 bytes in 226 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-09-10 03:15:36.663 8 INFO neutron.services.segments.plugin [-] Segment 2bc35efd-d8a8-485c-ba1a-d617549fd68e resource provider aggregate not found 2026-09-10 03:15:36.671 8 INFO neutron.services.segments.plugin [-] Segment 2bc35efd-d8a8-485c-ba1a-d617549fd68e resource provider aggregate not found [pid: 7|app: 0|req: 426/843] 10.0.0.146 () {32 vars in 740 bytes} [Thu Sep 10 03:15:36 2026] DELETE /v2.0/security-groups/74a2724f-c5a1-46da-8d08-a587fd982354 => generated 0 bytes in 95 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-09-10 03:15:36.688 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 2bc35efd-d8a8-485c-ba1a-d617549fd68e resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2bc35efd-d8a8-485c-ba1a-d617549fd68e found for delete ", "request_id": "req-829aff36-97a4-41b9-b9eb-59a41c752636"}]} 2026-09-10 03:15:36.697 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 2bc35efd-d8a8-485c-ba1a-d617549fd68e resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2bc35efd-d8a8-485c-ba1a-d617549fd68e found for delete ", "request_id": "req-67ad94ad-8272-45f9-a178-d71bc124ce30"}]} 2026-09-10 03:15:36.702 8 INFO neutron.db.l3_hamode_db [None req-6dee9f2f-c749-4306-9740-a0b5d716b354 2dcafeabbd18499d9be13b4c6b2b81df e99512c22f4c438895442732cf452151 - - default default] HA network fa09c6de-8a7c-4844-bdca-d206f82baba4 was deleted as no HA routers are present in tenant dad95beb16074a00bfa666d9d57afb0b. [pid: 8|app: 0|req: 418/844] 10.0.0.146 () {32 vars in 724 bytes} [Thu Sep 10 03:15:35 2026] DELETE /v2.0/routers/1b06750f-a778-419e-a3d3-3211b2cc3ced => generated 0 bytes in 852 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 427/845] 10.0.0.146 () {32 vars in 724 bytes} [Thu Sep 10 03:15:36 2026] DELETE /v2.0/subnets/93459bd9-5894-43a5-8664-8dbfd2f9d206 => generated 0 bytes in 217 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-09-10 03:15:37.051 8 INFO neutron_taas.services.taas.taas_plugin [None req-26ee6617-1abe-4ce1-9635-1e5c27c3c218 2dcafeabbd18499d9be13b4c6b2b81df e99512c22f4c438895442732cf452151 - - default default] TaaS: Handle Delete Port: 04ac6691-6315-43ae-aa5f-53b15034eba8 2026-09-10 03:15:37.055 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-26ee6617-1abe-4ce1-9635-1e5c27c3c218 2dcafeabbd18499d9be13b4c6b2b81df e99512c22f4c438895442732cf452151 - - default default] Tap Mirror: Handle Delete Port: 04ac6691-6315-43ae-aa5f-53b15034eba8 [pid: 8|app: 0|req: 419/846] 10.0.0.146 () {32 vars in 726 bytes} [Thu Sep 10 03:15:36 2026] DELETE /v2.0/networks/eb86301b-0e64-44c0-98ab-86812c0967a3 => generated 0 bytes in 325 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 428/847] 10.0.0.146 () {32 vars in 774 bytes} [Thu Sep 10 03:15:37 2026] GET /v2.0/security-groups?tenant_id=dad95beb16074a00bfa666d9d57afb0b&name=default => generated 2925 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 420/848] 10.0.0.146 () {32 vars in 740 bytes} [Thu Sep 10 03:15:37 2026] DELETE /v2.0/security-groups/a8f47d19-17e8-4da7-9d76-e40666dd81d8 => generated 0 bytes in 156 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-09-10 03:15:38.720 8 INFO neutron.services.segments.plugin [-] Segment 094b910c-1eb1-44e8-80aa-dfe172c61b31 resource provider aggregate not found 2026-09-10 03:15:38.725 8 INFO neutron.services.segments.plugin [-] Segment 094b910c-1eb1-44e8-80aa-dfe172c61b31 resource provider aggregate not found 2026-09-10 03:15:38.748 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 094b910c-1eb1-44e8-80aa-dfe172c61b31 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 094b910c-1eb1-44e8-80aa-dfe172c61b31 found for delete ", "request_id": "req-ff47336b-2091-4367-bc71-459e0f2aa982"}]} 2026-09-10 03:15:38.756 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 094b910c-1eb1-44e8-80aa-dfe172c61b31 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 094b910c-1eb1-44e8-80aa-dfe172c61b31 found for delete ", "request_id": "req-9b34fe15-30bb-458d-9472-f3a4c6dec4f4"}]} 2026-09-10 03:15:39.962 7 INFO neutron.db.segments_db [None req-96a63ca6-8abc-4585-8859-27092cb453c0 2dcafeabbd18499d9be13b4c6b2b81df e99512c22f4c438895442732cf452151 - - default default] Added segment ff645ec9-661b-4316-891b-2a47652a59f3 of type vxlan for network 052d8a79-8da7-455a-a8ba-ab32d14c257d [pid: 7|app: 0|req: 429/849] 10.0.0.146 () {34 vars in 671 bytes} [Thu Sep 10 03:15:39 2026] POST /v2.0/networks => generated 744 bytes in 389 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 421/852] 10.0.0.146 () {34 vars in 669 bytes} [Thu Sep 10 03:15:40 2026] POST /v2.0/subnets => generated 691 bytes in 399 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-09-10 03:15:40.571 7 INFO neutron.db.segments_db [None req-c090886c-2e9d-4e3c-8b90-8401ddc05cc5 2dcafeabbd18499d9be13b4c6b2b81df e99512c22f4c438895442732cf452151 - - default default] Added segment 89aad736-c54d-4d26-9713-89e7b1874585 of type vxlan for network f9b415af-f8a7-4611-a48f-ea5a54e71662 2026-09-10 03:15:40.946 7 INFO neutron.db.l3_hamode_db [None req-c090886c-2e9d-4e3c-8b90-8401ddc05cc5 2dcafeabbd18499d9be13b4c6b2b81df 6a38196f2fb74592812f7d6796aaa78d - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 422/853] 10.0.0.146 () {32 vars in 774 bytes} [Thu Sep 10 03:15:40 2026] GET /v2.0/security-groups?tenant_id=e1fd4fcf77604035ab9f9f483c854ace&name=default => generated 2925 bytes in 320 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 423/854] 10.0.0.146 () {32 vars in 740 bytes} [Thu Sep 10 03:15:41 2026] DELETE /v2.0/security-groups/0bf328af-38a5-4470-b7f4-c140967b982c => 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: 424/855] 10.0.0.146 () {32 vars in 774 bytes} [Thu Sep 10 03:15:41 2026] GET /v2.0/security-groups?tenant_id=cc9fbfd8027d41ee9454fb1a28bb0a3c&name=default => generated 2925 bytes in 117 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 425/856] 10.0.0.146 () {32 vars in 740 bytes} [Thu Sep 10 03:15:41 2026] DELETE /v2.0/security-groups/e296b651-1482-46bf-ae91-14c67de3f275 => generated 0 bytes in 90 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-09-10 03:15:41.719 7 INFO neutron.db.l3_hamode_db [None req-c090886c-2e9d-4e3c-8b90-8401ddc05cc5 2dcafeabbd18499d9be13b4c6b2b81df e99512c22f4c438895442732cf452151 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 426/857] 10.0.0.146 () {32 vars in 774 bytes} [Thu Sep 10 03:15:41 2026] GET /v2.0/security-groups?tenant_id=e1caa0a387f9490ab41546e982b19ed1&name=default => generated 2925 bytes in 407 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 427/858] 10.0.0.146 () {32 vars in 740 bytes} [Thu Sep 10 03:15:41 2026] DELETE /v2.0/security-groups/ecf8d417-72d3-464e-91e6-53398ee48725 => generated 0 bytes in 113 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 428/859] 10.0.0.146 () {32 vars in 774 bytes} [Thu Sep 10 03:15:42 2026] GET /v2.0/security-groups?tenant_id=bf1f5db6d39c4ae0b863e11f6c52ec85&name=default => generated 2925 bytes in 94 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 429/860] 10.0.0.146 () {32 vars in 740 bytes} [Thu Sep 10 03:15:42 2026] DELETE /v2.0/security-groups/5d8037e6-4c56-4ad1-8c62-78cf6b934bb8 => 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: 432/861] 10.0.0.146 () {34 vars in 669 bytes} [Thu Sep 10 03:15:40 2026] POST /v2.0/routers => generated 731 bytes in 2052 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 433/862] 10.0.0.206 () {34 vars in 990 bytes} [Thu Sep 10 03:15:42 2026] GET /v2.0/ports?device_id=40d0d4df-c51f-4f83-ab5f-3de229699a08 => generated 971 bytes in 102 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 434/863] 10.0.0.206 () {34 vars in 971 bytes} [Thu Sep 10 03:15:42 2026] GET /v2.0/ports/5129ceb2-edc6-4f7c-882e-f1e4e11fd1a8 => generated 968 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 430/864] 10.0.0.146 () {34 vars in 783 bytes} [Thu Sep 10 03:15:42 2026] PUT /v2.0/routers/9fd5550c-9903-4ca4-a7ef-92a823d66487/add_router_interface => generated 309 bytes in 1047 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 435/865] 162.253.55.155 () {34 vars in 1000 bytes} [Thu Sep 10 03:15:43 2026] GET /v2.0/subnets?network_id=c095395d-5e5d-4245-b53f-ba199ff74296 => generated 684 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 431/866] 162.253.55.155 () {34 vars in 1146 bytes} [Thu Sep 10 03:15:43 2026] GET /v2.0/ports?device_id=40d0d4df-c51f-4f83-ab5f-3de229699a08&device_owner=compute%3Anova&network_id=c095395d-5e5d-4245-b53f-ba199ff74296 => generated 971 bytes in 119 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 432/867] 10.0.0.146 () {32 vars in 774 bytes} [Thu Sep 10 03:15:43 2026] GET /v2.0/security-groups?tenant_id=6d4da73fca274607863ff1ab2b4ce295&name=default => generated 2925 bytes in 235 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 433/868] 10.0.0.146 () {34 vars in 685 bytes} [Thu Sep 10 03:15:44 2026] POST /v2.0/security-groups => generated 1660 bytes in 113 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 434/869] 10.0.0.146 () {32 vars in 740 bytes} [Thu Sep 10 03:15:44 2026] DELETE /v2.0/security-groups/d2954751-e23c-4d77-b7ec-621aad502c3c => generated 0 bytes in 100 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 436/870] 162.253.55.155 () {38 vars in 1028 bytes} [Thu Sep 10 03:15:43 2026] PUT /v2.0/ports/5129ceb2-edc6-4f7c-882e-f1e4e11fd1a8 => generated 1145 bytes in 809 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 435/871] 10.0.0.146 () {34 vars in 695 bytes} [Thu Sep 10 03:15:44 2026] POST /v2.0/security-group-rules => generated 597 bytes in 99 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-09-10 03:15:44.566 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-76a84d1d-9e14-4ce5-9b3f-5f368506e2c0'] response: {'name': 'network-changed', 'server_uuid': '40d0d4df-c51f-4f83-ab5f-3de229699a08', 'tag': '5129ceb2-edc6-4f7c-882e-f1e4e11fd1a8', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 437/872] 10.0.0.146 () {34 vars in 695 bytes} [Thu Sep 10 03:15:44 2026] POST /v2.0/security-group-rules => generated 602 bytes in 127 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 438/873] 10.0.0.146 () {32 vars in 774 bytes} [Thu Sep 10 03:15:44 2026] GET /v2.0/security-groups?tenant_id=6d986d7863694001bbf190468bb7304c&name=default => generated 2925 bytes in 316 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 436/874] 10.0.0.146 () {34 vars in 676 bytes} [Thu Sep 10 03:15:44 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: 439/875] 162.253.55.155 () {34 vars in 1080 bytes} [Thu Sep 10 03:15:45 2026] GET /v2.0/ports?tenant_id=f5ad9d4c9ec3473ea00ce98567d6ea36&device_id=40d0d4df-c51f-4f83-ab5f-3de229699a08 => generated 1417 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 440/876] 162.253.55.155 () {34 vars in 986 bytes} [Thu Sep 10 03:15:45 2026] GET /v2.0/networks?id=c095395d-5e5d-4245-b53f-ba199ff74296 => generated 780 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 437/877] 10.0.0.146 () {32 vars in 740 bytes} [Thu Sep 10 03:15:45 2026] DELETE /v2.0/security-groups/86eaf0e6-9dd6-4a2f-9db0-756a0f3facdd => 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: 441/878] 162.253.55.155 () {34 vars in 1058 bytes} [Thu Sep 10 03:15:45 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.3&port_id=5129ceb2-edc6-4f7c-882e-f1e4e11fd1a8 => 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: 438/879] 162.253.55.155 () {34 vars in 1058 bytes} [Thu Sep 10 03:15:45 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.4&port_id=5129ceb2-edc6-4f7c-882e-f1e4e11fd1a8 => generated 860 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 442/880] 162.253.55.155 () {34 vars in 984 bytes} [Thu Sep 10 03:15:45 2026] GET /v2.0/subnets?id=813ee9ba-02b6-4cf2-bfb0-91b20e8a704a => generated 702 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 439/881] 162.253.55.155 () {34 vars in 1052 bytes} [Thu Sep 10 03:15:45 2026] GET /v2.0/ports?network_id=c095395d-5e5d-4245-b53f-ba199ff74296&device_owner=network%3Adhcp => generated 1244 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 443/882] 162.253.55.155 () {34 vars in 1012 bytes} [Thu Sep 10 03:15:45 2026] GET /v2.0/networks/c095395d-5e5d-4245-b53f-ba199ff74296?fields=segments => generated 14 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 440/883] 162.253.55.155 () {34 vars in 1112 bytes} [Thu Sep 10 03:15:45 2026] GET /v2.0/networks/c095395d-5e5d-4245-b53f-ba199ff74296?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: 444/884] 10.0.0.206 () {34 vars in 1100 bytes} [Thu Sep 10 03:15:45 2026] GET /v2.0/security-groups?name=tempest-securitygroup--1281942718&fields=id&tenant_id=6a38196f2fb74592812f7d6796aaa78d => generated 69 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 441/885] 10.0.0.206 () {34 vars in 982 bytes} [Thu Sep 10 03:15:45 2026] GET /v2.0/networks?id=052d8a79-8da7-455a-a8ba-ab32d14c257d => generated 676 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 445/886] 10.0.0.206 () {34 vars in 965 bytes} [Thu Sep 10 03:15:45 2026] GET /v2.0/quotas/6a38196f2fb74592812f7d6796aaa78d => generated 292 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 442/887] 10.0.0.206 () {34 vars in 1002 bytes} [Thu Sep 10 03:15:45 2026] GET /v2.0/ports?tenant_id=6a38196f2fb74592812f7d6796aaa78d&fields=id => generated 103 bytes in 115 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 446/888] 10.0.0.206 () {34 vars in 990 bytes} [Thu Sep 10 03:15:46 2026] GET /v2.0/ports?device_id=40d0d4df-c51f-4f83-ab5f-3de229699a08 => generated 1148 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 443/889] 10.0.0.206 () {34 vars in 1040 bytes} [Thu Sep 10 03:15:46 2026] GET /v2.0/security-groups?id=84aba4f7-638e-4ba5-941c-e2f1f2de18db&fields=id&fields=name => generated 114 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 444/890] 10.0.0.206 () {34 vars in 907 bytes} [Thu Sep 10 03:15:46 2026] GET /v2.0/extensions => generated 21537 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 445/891] 10.0.0.206 () {34 vars in 1008 bytes} [Thu Sep 10 03:15:46 2026] GET /v2.0/networks/052d8a79-8da7-455a-a8ba-ab32d14c257d?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: 446/892] 10.0.0.206 () {34 vars in 1108 bytes} [Thu Sep 10 03:15:46 2026] GET /v2.0/networks/052d8a79-8da7-455a-a8ba-ab32d14c257d?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 447/893] 162.253.55.155 () {34 vars in 1080 bytes} [Thu Sep 10 03:15:46 2026] GET /v2.0/ports?tenant_id=f5ad9d4c9ec3473ea00ce98567d6ea36&device_id=40d0d4df-c51f-4f83-ab5f-3de229699a08 => generated 1417 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-09-10 03:15:46.593 7 INFO neutron.db.segments_db [None req-0fd4174b-584e-4be7-b0a9-3b54eae8958c d02bc086ce094b44990132cf73309718 9452dfdfd9ba40a88a98d23038a30fc7 - - default default] Added segment 48388ac8-2e26-44c5-aca1-73e9e91ff034 of type vxlan for network 3557abf8-f28b-4df3-8dc1-b8097905d587 [pid: 8|app: 0|req: 448/894] 162.253.55.155 () {34 vars in 986 bytes} [Thu Sep 10 03:15:46 2026] GET /v2.0/networks?id=c095395d-5e5d-4245-b53f-ba199ff74296 => 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: 449/895] 162.253.55.155 () {34 vars in 1058 bytes} [Thu Sep 10 03:15:46 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.3&port_id=5129ceb2-edc6-4f7c-882e-f1e4e11fd1a8 => generated 19 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 450/896] 162.253.55.155 () {34 vars in 1058 bytes} [Thu Sep 10 03:15:46 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.4&port_id=5129ceb2-edc6-4f7c-882e-f1e4e11fd1a8 => 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: 447/897] 10.0.0.146 () {34 vars in 670 bytes} [Thu Sep 10 03:15:46 2026] POST /v2.0/networks => generated 650 bytes in 431 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 451/898] 10.0.0.206 () {34 vars in 990 bytes} [Thu Sep 10 03:15:46 2026] GET /v2.0/ports?device_id=9593c6b0-f44b-480f-880e-27842e0e3374 => 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: 448/899] 162.253.55.155 () {34 vars in 984 bytes} [Thu Sep 10 03:15:46 2026] GET /v2.0/subnets?id=813ee9ba-02b6-4cf2-bfb0-91b20e8a704a => 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: 449/900] 162.253.55.155 () {34 vars in 1052 bytes} [Thu Sep 10 03:15:46 2026] GET /v2.0/ports?network_id=c095395d-5e5d-4245-b53f-ba199ff74296&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: 450/901] 162.253.55.155 () {34 vars in 1012 bytes} [Thu Sep 10 03:15:46 2026] GET /v2.0/networks/c095395d-5e5d-4245-b53f-ba199ff74296?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: 451/902] 162.253.55.155 () {34 vars in 1112 bytes} [Thu Sep 10 03:15:46 2026] GET /v2.0/networks/c095395d-5e5d-4245-b53f-ba199ff74296?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 452/903] 10.0.0.146 () {34 vars in 669 bytes} [Thu Sep 10 03:15:46 2026] POST /v2.0/subnets => generated 627 bytes in 293 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-09-10 03:15:47.116 8 INFO neutron.db.segments_db [None req-c526c243-81e2-4a29-b92b-a574ad5ac7d9 d02bc086ce094b44990132cf73309718 9452dfdfd9ba40a88a98d23038a30fc7 - - default default] Added segment 86ce2afa-ba4a-46ee-b3d0-660fe878c75a of type vxlan for network b2f8fd50-3fd6-4e67-aea8-759d7d9f934b 2026-09-10 03:15:47.402 7 INFO neutron.db.segments_db [None req-08ed664b-8184-4985-b7ae-edc861681fcb 6bc1fdde72d74168aa6b67354c6561a2 3fef63cb5cf944829ba01bb3cf1d6caf - - default default] Added segment d14c3a3e-3530-473d-98cc-f849851ebf7e of type vxlan for network fade45cb-cfef-43f5-b0fd-dfe8ee0e5a75 2026-09-10 03:15:47.506 8 INFO neutron.db.l3_hamode_db [None req-c526c243-81e2-4a29-b92b-a574ad5ac7d9 d02bc086ce094b44990132cf73309718 9452dfdfd9ba40a88a98d23038a30fc7 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 452/904] 10.0.0.146 () {34 vars in 670 bytes} [Thu Sep 10 03:15:47 2026] POST /v2.0/networks => generated 645 bytes in 452 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 453/905] 162.253.55.155 () {34 vars in 1118 bytes} [Thu Sep 10 03:15:47 2026] GET /v2.0/ports?device_id=40d0d4df-c51f-4f83-ab5f-3de229699a08&device_owner=compute%3Anova&fixed_ips=ip_address%3D10.100.0.3 => generated 1148 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 454/906] 10.0.0.146 () {34 vars in 665 bytes} [Thu Sep 10 03:15:47 2026] POST /v2.0/ports => generated 775 bytes in 274 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: 455/907] 162.253.55.155 () {38 vars in 1028 bytes} [Thu Sep 10 03:15:47 2026] PUT /v2.0/ports/5129ceb2-edc6-4f7c-882e-f1e4e11fd1a8 => generated 968 bytes in 399 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: 456/908] 10.0.0.206 () {34 vars in 990 bytes} [Thu Sep 10 03:15:48 2026] GET /v2.0/ports?device_id=9593c6b0-f44b-480f-880e-27842e0e3374 => generated 12 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-09-10 03:15:48.315 7 INFO neutron.db.segments_db [None req-7c4d33b0-185d-4bf6-808d-372245d6d8c0 6bc1fdde72d74168aa6b67354c6561a2 3fef63cb5cf944829ba01bb3cf1d6caf - - default default] Added segment 3700556c-1e6e-4038-8330-c487f88538c2 of type vxlan for network 9ff4ca05-f0d5-4f67-9fdf-5efbe1eec029 2026-09-10 03:15:48.318 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-64d4b06e-fda7-48aa-810b-783037a361f0'] response: {'name': 'network-changed', 'server_uuid': '40d0d4df-c51f-4f83-ab5f-3de229699a08', 'tag': '5129ceb2-edc6-4f7c-882e-f1e4e11fd1a8', 'status': 'completed', 'code': 200} 2026-09-10 03:15:48.332 8 INFO neutron.db.l3_hamode_db [None req-c526c243-81e2-4a29-b92b-a574ad5ac7d9 d02bc086ce094b44990132cf73309718 9452dfdfd9ba40a88a98d23038a30fc7 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 457/909] 10.0.0.146 () {34 vars in 670 bytes} [Thu Sep 10 03:15:48 2026] POST /v2.0/networks => generated 631 bytes in 205 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 458/910] 10.0.0.146 () {34 vars in 669 bytes} [Thu Sep 10 03:15:48 2026] POST /v2.0/subnets => generated 626 bytes in 301 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 459/911] 162.253.55.155 () {34 vars in 1080 bytes} [Thu Sep 10 03:15:48 2026] GET /v2.0/ports?tenant_id=f5ad9d4c9ec3473ea00ce98567d6ea36&device_id=40d0d4df-c51f-4f83-ab5f-3de229699a08 => generated 1240 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 460/912] 10.0.0.146 () {34 vars in 665 bytes} [Thu Sep 10 03:15:48 2026] POST /v2.0/ports => generated 949 bytes in 367 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 461/913] 162.253.55.155 () {34 vars in 986 bytes} [Thu Sep 10 03:15:49 2026] GET /v2.0/networks?id=c095395d-5e5d-4245-b53f-ba199ff74296 => generated 780 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 453/914] 10.0.0.146 () {34 vars in 669 bytes} [Thu Sep 10 03:15:47 2026] POST /v2.0/routers => generated 694 bytes in 2180 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 454/915] 162.253.55.155 () {34 vars in 1058 bytes} [Thu Sep 10 03:15:49 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.4&port_id=5129ceb2-edc6-4f7c-882e-f1e4e11fd1a8 => generated 860 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-09-10 03:15:49.312 7 INFO neutron_taas.services.taas.taas_plugin [None req-ff9a14bb-ce9a-4f38-81bd-801a2457bb92 6bc1fdde72d74168aa6b67354c6561a2 3fef63cb5cf944829ba01bb3cf1d6caf - - default default] TaaS: Handle Delete Port: c91ffa79-f440-427b-90d1-7f8afd26e3a6 2026-09-10 03:15:49.315 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ff9a14bb-ce9a-4f38-81bd-801a2457bb92 6bc1fdde72d74168aa6b67354c6561a2 3fef63cb5cf944829ba01bb3cf1d6caf - - default default] Tap Mirror: Handle Delete Port: c91ffa79-f440-427b-90d1-7f8afd26e3a6 [pid: 7|app: 0|req: 462/916] 10.0.0.146 () {32 vars in 720 bytes} [Thu Sep 10 03:15:49 2026] DELETE /v2.0/ports/c91ffa79-f440-427b-90d1-7f8afd26e3a6 => 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: 463/917] 162.253.55.155 () {34 vars in 984 bytes} [Thu Sep 10 03:15:49 2026] GET /v2.0/subnets?id=813ee9ba-02b6-4cf2-bfb0-91b20e8a704a => generated 702 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 464/918] 10.0.0.206 () {34 vars in 990 bytes} [Thu Sep 10 03:15:49 2026] GET /v2.0/ports?device_id=9593c6b0-f44b-480f-880e-27842e0e3374 => generated 12 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-09-10 03:15:49.482 7 INFO neutron.pecan_wsgi.hooks.translation [None req-c21b591c-fe04-4fe0-ac85-77b16567357b 6bc1fdde72d74168aa6b67354c6561a2 3fef63cb5cf944829ba01bb3cf1d6caf - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 465/919] 10.0.0.146 () {32 vars in 720 bytes} [Thu Sep 10 03:15:49 2026] DELETE /v2.0/ports/c91ffa79-f440-427b-90d1-7f8afd26e3a6 => generated 132 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 466/920] 162.253.55.155 () {34 vars in 1052 bytes} [Thu Sep 10 03:15:49 2026] GET /v2.0/ports?network_id=c095395d-5e5d-4245-b53f-ba199ff74296&device_owner=network%3Adhcp => generated 1244 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-09-10 03:15:49.553 7 INFO neutron.pecan_wsgi.hooks.translation [None req-62b67ee1-bf7e-455e-9570-9188969b7191 6bc1fdde72d74168aa6b67354c6561a2 3fef63cb5cf944829ba01bb3cf1d6caf - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 467/921] 10.0.0.146 () {32 vars in 717 bytes} [Thu Sep 10 03:15:49 2026] GET /v2.0/ports/c91ffa79-f440-427b-90d1-7f8afd26e3a6 => generated 132 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 468/922] 162.253.55.155 () {34 vars in 1012 bytes} [Thu Sep 10 03:15:49 2026] GET /v2.0/networks/c095395d-5e5d-4245-b53f-ba199ff74296?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: 469/923] 10.0.0.146 () {32 vars in 724 bytes} [Thu Sep 10 03:15:49 2026] DELETE /v2.0/subnets/963b6a02-ddcf-45bd-8bc5-5793f3254609 => generated 0 bytes in 122 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 470/924] 162.253.55.155 () {34 vars in 1112 bytes} [Thu Sep 10 03:15:49 2026] GET /v2.0/networks/c095395d-5e5d-4245-b53f-ba199ff74296?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-09-10 03:15:49.852 7 INFO neutron.services.segments.plugin [-] Segment 3700556c-1e6e-4038-8330-c487f88538c2 resource provider aggregate not found 2026-09-10 03:15:49.861 7 INFO neutron.services.segments.plugin [-] Segment 3700556c-1e6e-4038-8330-c487f88538c2 resource provider aggregate not found 2026-09-10 03:15:49.872 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 3700556c-1e6e-4038-8330-c487f88538c2 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3700556c-1e6e-4038-8330-c487f88538c2 found for delete ", "request_id": "req-8d6d6cb9-f8bf-4adf-a396-acf12feb93f4"}]} 2026-09-10 03:15:49.875 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 3700556c-1e6e-4038-8330-c487f88538c2 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3700556c-1e6e-4038-8330-c487f88538c2 found for delete ", "request_id": "req-39c99438-a67a-4948-b88b-842b676d03c0"}]} [pid: 7|app: 0|req: 471/925] 10.0.0.146 () {32 vars in 726 bytes} [Thu Sep 10 03:15:49 2026] DELETE /v2.0/networks/9ff4ca05-f0d5-4f67-9fdf-5efbe1eec029 => generated 0 bytes in 126 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-09-10 03:15:49.935 7 INFO neutron.db.segments_db [None req-32af3332-87e6-49b7-ad42-afacdd1eab07 6bc1fdde72d74168aa6b67354c6561a2 3fef63cb5cf944829ba01bb3cf1d6caf - - default default] Added segment 7f9a4fbc-2ba9-42d1-a9bd-258db093e730 of type vxlan for network e8262f8a-8003-4b8f-8b25-4b9185537277 [pid: 7|app: 0|req: 472/926] 10.0.0.146 () {34 vars in 670 bytes} [Thu Sep 10 03:15:49 2026] POST /v2.0/networks => generated 631 bytes in 118 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 473/927] 10.0.0.146 () {34 vars in 669 bytes} [Thu Sep 10 03:15:50 2026] POST /v2.0/subnets => generated 626 bytes in 187 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 455/928] 10.0.0.146 () {34 vars in 783 bytes} [Thu Sep 10 03:15:49 2026] PUT /v2.0/routers/27108ffb-e7d8-4ae9-9940-c8a2b7890aca/add_router_interface => generated 309 bytes in 1210 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 474/929] 10.0.0.146 () {34 vars in 665 bytes} [Thu Sep 10 03:15:50 2026] POST /v2.0/ports => generated 915 bytes in 344 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 475/930] 10.0.0.206 () {34 vars in 990 bytes} [Thu Sep 10 03:15:50 2026] GET /v2.0/ports?device_id=9593c6b0-f44b-480f-880e-27842e0e3374 => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-09-10 03:15:50.669 7 INFO neutron_taas.services.taas.taas_plugin [None req-dc775df5-825b-47e9-8761-f1a50af7c02b 6bc1fdde72d74168aa6b67354c6561a2 3fef63cb5cf944829ba01bb3cf1d6caf - - default default] TaaS: Handle Delete Port: 6583945e-808d-4829-a801-889340279417 2026-09-10 03:15:50.673 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-dc775df5-825b-47e9-8761-f1a50af7c02b 6bc1fdde72d74168aa6b67354c6561a2 3fef63cb5cf944829ba01bb3cf1d6caf - - default default] Tap Mirror: Handle Delete Port: 6583945e-808d-4829-a801-889340279417 [pid: 7|app: 0|req: 476/931] 10.0.0.146 () {32 vars in 720 bytes} [Thu Sep 10 03:15:50 2026] DELETE /v2.0/ports/6583945e-808d-4829-a801-889340279417 => generated 0 bytes in 220 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 477/932] 10.0.0.206 () {34 vars in 990 bytes} [Thu Sep 10 03:15:50 2026] GET /v2.0/ports?device_id=40d0d4df-c51f-4f83-ab5f-3de229699a08 => generated 971 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 456/933] 10.0.0.146 () {34 vars in 665 bytes} [Thu Sep 10 03:15:50 2026] POST /v2.0/ports => generated 954 bytes in 325 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-09-10 03:15:50.834 8 INFO neutron.pecan_wsgi.hooks.translation [None req-38d06361-95a4-4703-8540-ba3ff0e256fc 6bc1fdde72d74168aa6b67354c6561a2 3fef63cb5cf944829ba01bb3cf1d6caf - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 457/934] 10.0.0.146 () {32 vars in 717 bytes} [Thu Sep 10 03:15:50 2026] GET /v2.0/ports/6583945e-808d-4829-a801-889340279417 => generated 132 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 478/935] 162.253.55.155 () {34 vars in 1080 bytes} [Thu Sep 10 03:15:50 2026] GET /v2.0/ports?tenant_id=f5ad9d4c9ec3473ea00ce98567d6ea36&device_id=40d0d4df-c51f-4f83-ab5f-3de229699a08 => generated 1240 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 479/936] 10.0.0.206 () {34 vars in 1040 bytes} [Thu Sep 10 03:15:50 2026] GET /v2.0/security-groups?id=84aba4f7-638e-4ba5-941c-e2f1f2de18db&fields=id&fields=name => generated 114 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 480/937] 10.0.0.146 () {32 vars in 724 bytes} [Thu Sep 10 03:15:50 2026] DELETE /v2.0/subnets/c9e7c070-3fa7-4c8c-928c-667f0e9cf0ef => generated 0 bytes in 116 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 481/938] 162.253.55.155 () {34 vars in 986 bytes} [Thu Sep 10 03:15:50 2026] GET /v2.0/networks?id=c095395d-5e5d-4245-b53f-ba199ff74296 => generated 780 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 482/939] 10.0.0.146 () {32 vars in 726 bytes} [Thu Sep 10 03:15:51 2026] DELETE /v2.0/networks/e8262f8a-8003-4b8f-8b25-4b9185537277 => generated 0 bytes in 121 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 458/940] 10.0.0.146 () {34 vars in 665 bytes} [Thu Sep 10 03:15:50 2026] POST /v2.0/ports => generated 954 bytes in 372 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 483/941] 162.253.55.155 () {34 vars in 986 bytes} [Thu Sep 10 03:15:51 2026] GET /v2.0/networks?id=052d8a79-8da7-455a-a8ba-ab32d14c257d => generated 676 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: 459/942] 162.253.55.155 () {34 vars in 1058 bytes} [Thu Sep 10 03:15:51 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.4&port_id=5129ceb2-edc6-4f7c-882e-f1e4e11fd1a8 => generated 860 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 460/943] 162.253.55.155 () {34 vars in 1050 bytes} [Thu Sep 10 03:15:51 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=6a38196f2fb74592812f7d6796aaa78d => generated 181 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 484/944] 10.0.0.146 () {34 vars in 665 bytes} [Thu Sep 10 03:15:51 2026] POST /v2.0/ports => generated 774 bytes in 363 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: 485/945] 162.253.55.155 () {34 vars in 984 bytes} [Thu Sep 10 03:15:51 2026] GET /v2.0/subnets?id=813ee9ba-02b6-4cf2-bfb0-91b20e8a704a => generated 702 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-09-10 03:15:51.888 7 INFO neutron.services.segments.plugin [-] Segment 7f9a4fbc-2ba9-42d1-a9bd-258db093e730 resource provider aggregate not found 2026-09-10 03:15:51.895 7 INFO neutron.services.segments.plugin [-] Segment 7f9a4fbc-2ba9-42d1-a9bd-258db093e730 resource provider aggregate not found 2026-09-10 03:15:51.909 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 7f9a4fbc-2ba9-42d1-a9bd-258db093e730 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7f9a4fbc-2ba9-42d1-a9bd-258db093e730 found for delete ", "request_id": "req-85ffd2dd-a061-4a01-8bf3-318c86f7fbcb"}]} 2026-09-10 03:15:51.910 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 7f9a4fbc-2ba9-42d1-a9bd-258db093e730 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7f9a4fbc-2ba9-42d1-a9bd-258db093e730 found for delete ", "request_id": "req-aae9de1f-65ba-450a-b0af-d7c4ea42cb3a"}]} [pid: 7|app: 0|req: 486/946] 162.253.55.155 () {38 vars in 955 bytes} [Thu Sep 10 03:15:51 2026] POST /v2.0/ports => generated 954 bytes in 341 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-09-10 03:15:51.990 8 INFO neutron.db.l3_db [None req-6160f4c7-1e00-4913-9413-10db69f38c69 d02bc086ce094b44990132cf73309718 9452dfdfd9ba40a88a98d23038a30fc7 - - default default] Floating IP 87d7783e-e440-4ca9-b8d3-87dd38fb2b3c associated. External IP: 10.96.250.215, port: 1d52c397-c977-4a22-b636-a19400618cd8. [pid: 7|app: 0|req: 487/947] 10.0.0.146 () {34 vars in 737 bytes} [Thu Sep 10 03:15:51 2026] PUT /v2.0/ports/1975aa82-a78e-4d5c-95e6-d6efea0a8131 => generated 752 bytes in 177 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: 488/948] 162.253.55.155 () {34 vars in 1052 bytes} [Thu Sep 10 03:15:52 2026] GET /v2.0/ports?network_id=c095395d-5e5d-4245-b53f-ba199ff74296&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: 489/949] 10.0.0.206 () {34 vars in 990 bytes} [Thu Sep 10 03:15:52 2026] GET /v2.0/ports?device_id=9593c6b0-f44b-480f-880e-27842e0e3374 => generated 957 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 490/950] 10.0.0.206 () {34 vars in 990 bytes} [Thu Sep 10 03:15:52 2026] GET /v2.0/ports?device_id=40d0d4df-c51f-4f83-ab5f-3de229699a08 => generated 971 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 461/951] 10.0.0.146 () {34 vars in 677 bytes} [Thu Sep 10 03:15:51 2026] POST /v2.0/floatingips => generated 841 bytes in 1039 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-09-10 03:15:52.461 8 INFO neutron_taas.services.taas.taas_plugin [None req-cefacb05-661a-44e7-8eca-64d84ce11132 6bc1fdde72d74168aa6b67354c6561a2 3fef63cb5cf944829ba01bb3cf1d6caf - - default default] TaaS: Handle Delete Port: 1975aa82-a78e-4d5c-95e6-d6efea0a8131 2026-09-10 03:15:52.465 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-cefacb05-661a-44e7-8eca-64d84ce11132 6bc1fdde72d74168aa6b67354c6561a2 3fef63cb5cf944829ba01bb3cf1d6caf - - default default] Tap Mirror: Handle Delete Port: 1975aa82-a78e-4d5c-95e6-d6efea0a8131 [pid: 8|app: 0|req: 462/952] 10.0.0.146 () {32 vars in 720 bytes} [Thu Sep 10 03:15:52 2026] DELETE /v2.0/ports/1975aa82-a78e-4d5c-95e6-d6efea0a8131 => 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: 463/953] 162.253.55.155 () {34 vars in 1012 bytes} [Thu Sep 10 03:15:52 2026] GET /v2.0/networks/c095395d-5e5d-4245-b53f-ba199ff74296?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: 464/954] 10.0.0.206 () {34 vars in 1040 bytes} [Thu Sep 10 03:15:52 2026] GET /v2.0/security-groups?id=ebc578b3-bd2e-474f-be4b-bc19068dedca&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: 491/955] 162.253.55.155 () {38 vars in 1028 bytes} [Thu Sep 10 03:15:52 2026] PUT /v2.0/ports/3402a715-93d4-4ba9-90a6-7955bab85f6b => generated 1235 bytes in 442 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: 465/956] 10.0.0.206 () {34 vars in 1040 bytes} [Thu Sep 10 03:15:52 2026] GET /v2.0/security-groups?id=84aba4f7-638e-4ba5-941c-e2f1f2de18db&fields=id&fields=name => generated 114 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-09-10 03:15:52.718 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-04b4d8bc-2b75-42d7-95aa-62719cd99d45'] response: {'name': 'network-changed', 'server_uuid': '9593c6b0-f44b-480f-880e-27842e0e3374', 'tag': '3402a715-93d4-4ba9-90a6-7955bab85f6b', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 466/957] 10.0.0.146 () {32 vars in 643 bytes} [Thu Sep 10 03:15:52 2026] GET /v2.0/ports => generated 778 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-09-10 03:15:52.795 7 INFO neutron.db.l3_db [None req-622103b7-b8da-43f1-9b42-08f0a8bf0731 d02bc086ce094b44990132cf73309718 9452dfdfd9ba40a88a98d23038a30fc7 - - default default] Floating IP 87d7783e-e440-4ca9-b8d3-87dd38fb2b3c disassociated. External IP: 10.96.250.215, port: 1d52c397-c977-4a22-b636-a19400618cd8. [pid: 8|app: 0|req: 467/958] 162.253.55.155 () {34 vars in 1112 bytes} [Thu Sep 10 03:15:52 2026] GET /v2.0/networks/c095395d-5e5d-4245-b53f-ba199ff74296?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-09-10 03:15:52.810 8 INFO neutron.pecan_wsgi.hooks.translation [None req-aac9403a-c023-4b90-a394-2fb81e942d32 6bc1fdde72d74168aa6b67354c6561a2 3fef63cb5cf944829ba01bb3cf1d6caf - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 468/959] 10.0.0.146 () {32 vars in 717 bytes} [Thu Sep 10 03:15:52 2026] GET /v2.0/ports/1975aa82-a78e-4d5c-95e6-d6efea0a8131 => generated 132 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 469/960] 10.0.0.146 () {32 vars in 643 bytes} [Thu Sep 10 03:15:52 2026] GET /v2.0/ports => generated 778 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 470/961] 10.0.0.146 () {32 vars in 717 bytes} [Thu Sep 10 03:15:52 2026] GET /v2.0/ports/482ab5f4-d9d7-4792-9552-43952da04232 => generated 775 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-09-10 03:15:52.913 8 INFO neutron.pecan_wsgi.hooks.translation [None req-66ee1566-b14f-4442-883a-c9012676698f 6bc1fdde72d74168aa6b67354c6561a2 3fef63cb5cf944829ba01bb3cf1d6caf - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 471/962] 10.0.0.146 () {32 vars in 720 bytes} [Thu Sep 10 03:15:52 2026] DELETE /v2.0/ports/6583945e-808d-4829-a801-889340279417 => generated 132 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-09-10 03:15:52.931 8 INFO neutron.pecan_wsgi.hooks.translation [None req-3fd49427-748c-43e9-90d2-e537596ac550 6bc1fdde72d74168aa6b67354c6561a2 3fef63cb5cf944829ba01bb3cf1d6caf - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 472/963] 10.0.0.146 () {32 vars in 724 bytes} [Thu Sep 10 03:15:52 2026] DELETE /v2.0/subnets/c9e7c070-3fa7-4c8c-928c-667f0e9cf0ef => generated 136 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-09-10 03:15:52.951 8 INFO neutron.pecan_wsgi.hooks.translation [None req-d85dbf60-e3a9-45a6-94f0-1ba6e918f79f 6bc1fdde72d74168aa6b67354c6561a2 3fef63cb5cf944829ba01bb3cf1d6caf - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 473/964] 10.0.0.146 () {32 vars in 724 bytes} [Thu Sep 10 03:15:52 2026] DELETE /v2.0/subnets/963b6a02-ddcf-45bd-8bc5-5793f3254609 => generated 136 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-09-10 03:15:53.043 8 INFO neutron_taas.services.taas.taas_plugin [None req-30ff5f05-d305-4d56-9a8c-8d4185d697f3 6bc1fdde72d74168aa6b67354c6561a2 3fef63cb5cf944829ba01bb3cf1d6caf - - default default] TaaS: Handle Delete Port: 482ab5f4-d9d7-4792-9552-43952da04232 2026-09-10 03:15:53.046 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-30ff5f05-d305-4d56-9a8c-8d4185d697f3 6bc1fdde72d74168aa6b67354c6561a2 3fef63cb5cf944829ba01bb3cf1d6caf - - default default] Tap Mirror: Handle Delete Port: 482ab5f4-d9d7-4792-9552-43952da04232 [pid: 7|app: 0|req: 492/965] 10.0.0.146 () {34 vars in 749 bytes} [Thu Sep 10 03:15:52 2026] PUT /v2.0/floatingips/87d7783e-e440-4ca9-b8d3-87dd38fb2b3c => generated 552 bytes in 464 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 474/966] 10.0.0.146 () {32 vars in 720 bytes} [Thu Sep 10 03:15:52 2026] DELETE /v2.0/ports/482ab5f4-d9d7-4792-9552-43952da04232 => generated 0 bytes in 192 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-09-10 03:15:53.235 7 INFO neutron_taas.services.taas.taas_plugin [None req-858f9f58-85cf-42c6-b91e-b268daa4d814 d02bc086ce094b44990132cf73309718 9452dfdfd9ba40a88a98d23038a30fc7 - - default default] TaaS: Handle Delete Port: 05caeed0-5f97-4bd2-b0cd-1c9b7fae5cf5 2026-09-10 03:15:53.238 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-858f9f58-85cf-42c6-b91e-b268daa4d814 d02bc086ce094b44990132cf73309718 9452dfdfd9ba40a88a98d23038a30fc7 - - default default] Tap Mirror: Handle Delete Port: 05caeed0-5f97-4bd2-b0cd-1c9b7fae5cf5 2026-09-10 03:15:53.241 8 INFO neutron.services.segments.plugin [-] Segment d14c3a3e-3530-473d-98cc-f849851ebf7e resource provider aggregate not found 2026-09-10 03:15:53.248 8 INFO neutron.services.segments.plugin [-] Segment d14c3a3e-3530-473d-98cc-f849851ebf7e resource provider aggregate not found 2026-09-10 03:15:53.264 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment d14c3a3e-3530-473d-98cc-f849851ebf7e resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d14c3a3e-3530-473d-98cc-f849851ebf7e found for delete ", "request_id": "req-a3054ae4-da38-4396-9362-2a9fe7a7adf5"}]} 2026-09-10 03:15:53.266 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment d14c3a3e-3530-473d-98cc-f849851ebf7e resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d14c3a3e-3530-473d-98cc-f849851ebf7e found for delete ", "request_id": "req-5312fff4-4ede-4a2f-ba82-18af4727d789"}]} [pid: 8|app: 0|req: 475/967] 10.0.0.146 () {32 vars in 726 bytes} [Thu Sep 10 03:15:53 2026] DELETE /v2.0/networks/fade45cb-cfef-43f5-b0fd-dfe8ee0e5a75 => 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: 476/968] 162.253.55.155 () {34 vars in 994 bytes} [Thu Sep 10 03:15:53 2026] GET /v2.0/ports?device_id=40d0d4df-c51f-4f83-ab5f-3de229699a08 => generated 971 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 477/969] 162.253.55.155 () {34 vars in 1080 bytes} [Thu Sep 10 03:15:53 2026] GET /v2.0/ports?tenant_id=6a38196f2fb74592812f7d6796aaa78d&device_id=9593c6b0-f44b-480f-880e-27842e0e3374 => generated 1238 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 493/970] 10.0.0.146 () {32 vars in 732 bytes} [Thu Sep 10 03:15:53 2026] DELETE /v2.0/floatingips/87d7783e-e440-4ca9-b8d3-87dd38fb2b3c => generated 0 bytes in 302 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-09-10 03:15:53.481 8 INFO neutron_taas.services.taas.taas_plugin [req-1a74ecf2-7383-4442-ae44-c444659152db req-a11c0669-be8b-4740-930a-bf4265c741a0 3f0db33f329e4ccf8ae1d6f2503c59c4 f5ad9d4c9ec3473ea00ce98567d6ea36 - - default default] TaaS: Handle Delete Port: 5129ceb2-edc6-4f7c-882e-f1e4e11fd1a8 2026-09-10 03:15:53.485 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-1a74ecf2-7383-4442-ae44-c444659152db req-a11c0669-be8b-4740-930a-bf4265c741a0 3f0db33f329e4ccf8ae1d6f2503c59c4 f5ad9d4c9ec3473ea00ce98567d6ea36 - - default default] Tap Mirror: Handle Delete Port: 5129ceb2-edc6-4f7c-882e-f1e4e11fd1a8 [pid: 7|app: 0|req: 494/971] 162.253.55.155 () {34 vars in 1018 bytes} [Thu Sep 10 03:15:53 2026] GET /v2.0/networks?tenant_id=6a38196f2fb74592812f7d6796aaa78d&shared=False => generated 772 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-09-10 03:15:53.656 8 INFO neutron.db.l3_db [req-1a74ecf2-7383-4442-ae44-c444659152db req-a11c0669-be8b-4740-930a-bf4265c741a0 3f0db33f329e4ccf8ae1d6f2503c59c4 f5ad9d4c9ec3473ea00ce98567d6ea36 - - default default] Floating IP e7591005-63e8-4130-b623-71904f430ad4 disassociated. External IP: 10.96.250.213, port: 5129ceb2-edc6-4f7c-882e-f1e4e11fd1a8. 2026-09-10 03:15:54.268 7 INFO neutron.db.l3_db [None req-3d84b85e-9a3b-4a74-91c3-29f464e6f3a0 d02bc086ce094b44990132cf73309718 9452dfdfd9ba40a88a98d23038a30fc7 - - default default] Floating IP c2716895-6a7f-4fd7-bad9-760c15412126 associated. External IP: 10.96.250.218, port: 918b892a-28c4-4b2e-b782-7961551fe7de. [pid: 8|app: 0|req: 478/972] 162.253.55.155 () {36 vars in 997 bytes} [Thu Sep 10 03:15:53 2026] DELETE /v2.0/ports/5129ceb2-edc6-4f7c-882e-f1e4e11fd1a8 => generated 0 bytes in 1106 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 479/973] 162.253.55.155 () {34 vars in 930 bytes} [Thu Sep 10 03:15:54 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 480/974] 10.0.0.206 () {34 vars in 990 bytes} [Thu Sep 10 03:15:54 2026] GET /v2.0/ports?device_id=9593c6b0-f44b-480f-880e-27842e0e3374 => generated 969 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 495/975] 10.0.0.146 () {34 vars in 677 bytes} [Thu Sep 10 03:15:53 2026] POST /v2.0/floatingips => generated 841 bytes in 1089 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 481/976] 10.0.0.206 () {34 vars in 990 bytes} [Thu Sep 10 03:15:54 2026] GET /v2.0/ports?device_id=40d0d4df-c51f-4f83-ab5f-3de229699a08 => 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: 482/977] 10.0.0.146 () {32 vars in 729 bytes} [Thu Sep 10 03:15:54 2026] GET /v2.0/floatingips/c2716895-6a7f-4fd7-bad9-760c15412126 => generated 841 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-09-10 03:15:54.646 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-18575f78-cf10-4b21-b612-cab46dbe4c9f'] response: {'server_uuid': '40d0d4df-c51f-4f83-ab5f-3de229699a08', 'name': 'network-vif-deleted', 'tag': '5129ceb2-edc6-4f7c-882e-f1e4e11fd1a8', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 483/978] 10.0.0.206 () {34 vars in 1040 bytes} [Thu Sep 10 03:15:54 2026] GET /v2.0/security-groups?id=ebc578b3-bd2e-474f-be4b-bc19068dedca&fields=id&fields=name => generated 114 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 484/979] 10.0.0.146 () {32 vars in 655 bytes} [Thu Sep 10 03:15:54 2026] GET /v2.0/floatingips => generated 844 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 496/980] 10.0.0.146 () {32 vars in 774 bytes} [Thu Sep 10 03:15:54 2026] GET /v2.0/security-groups?tenant_id=3fef63cb5cf944829ba01bb3cf1d6caf&name=default => generated 2925 bytes in 138 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 497/981] 10.0.0.146 () {32 vars in 740 bytes} [Thu Sep 10 03:15:54 2026] DELETE /v2.0/security-groups/cc4ac38e-6b72-4caf-83e7-673537e0c593 => generated 0 bytes in 101 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-09-10 03:15:55.078 8 INFO neutron.db.l3_db [None req-31090fa6-2af4-4e37-9194-f3c41794a35c d02bc086ce094b44990132cf73309718 9452dfdfd9ba40a88a98d23038a30fc7 - - default default] Floating IP c2716895-6a7f-4fd7-bad9-760c15412126 associated. External IP: 10.96.250.218, port: 918b892a-28c4-4b2e-b782-7961551fe7de. [pid: 7|app: 0|req: 500/984] 162.253.55.155 () {34 vars in 1080 bytes} [Thu Sep 10 03:15:55 2026] GET /v2.0/ports?tenant_id=6a38196f2fb74592812f7d6796aaa78d&device_id=9593c6b0-f44b-480f-880e-27842e0e3374 => generated 1238 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 501/985] 162.253.55.155 () {34 vars in 1058 bytes} [Thu Sep 10 03:15:55 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.5&port_id=3402a715-93d4-4ba9-90a6-7955bab85f6b => generated 19 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 502/986] 162.253.55.155 () {34 vars in 984 bytes} [Thu Sep 10 03:15:55 2026] GET /v2.0/subnets?id=ccc415b0-234a-49bc-874f-8a2c12f545b8 => generated 694 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 503/987] 162.253.55.155 () {34 vars in 1052 bytes} [Thu Sep 10 03:15:55 2026] GET /v2.0/ports?network_id=052d8a79-8da7-455a-a8ba-ab32d14c257d&device_owner=network%3Adhcp => generated 1244 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 485/988] 10.0.0.146 () {34 vars in 749 bytes} [Thu Sep 10 03:15:54 2026] PUT /v2.0/floatingips/c2716895-6a7f-4fd7-bad9-760c15412126 => generated 841 bytes in 1020 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 504/989] 10.0.0.206 () {34 vars in 990 bytes} [Thu Sep 10 03:15:55 2026] GET /v2.0/ports?device_id=40d0d4df-c51f-4f83-ab5f-3de229699a08 => 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: 486/990] 10.0.0.206 () {34 vars in 990 bytes} [Thu Sep 10 03:15:55 2026] GET /v2.0/ports?device_id=9593c6b0-f44b-480f-880e-27842e0e3374 => generated 969 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 505/991] 162.253.55.155 () {34 vars in 1012 bytes} [Thu Sep 10 03:15:55 2026] GET /v2.0/networks/052d8a79-8da7-455a-a8ba-ab32d14c257d?fields=segments => generated 14 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 506/992] 10.0.0.206 () {34 vars in 1040 bytes} [Thu Sep 10 03:15:55 2026] GET /v2.0/security-groups?id=ebc578b3-bd2e-474f-be4b-bc19068dedca&fields=id&fields=name => generated 114 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 507/993] 162.253.55.155 () {34 vars in 1112 bytes} [Thu Sep 10 03:15:55 2026] GET /v2.0/networks/052d8a79-8da7-455a-a8ba-ab32d14c257d?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-09-10 03:15:55.903 8 INFO neutron.db.l3_db [None req-2dc9a61b-e896-4cc9-b09e-db582dd0c21c d02bc086ce094b44990132cf73309718 9452dfdfd9ba40a88a98d23038a30fc7 - - default default] Floating IP c2716895-6a7f-4fd7-bad9-760c15412126 disassociated. External IP: 10.96.250.218, port: 1d52c397-c977-4a22-b636-a19400618cd8. [pid: 8|app: 0|req: 487/994] 10.0.0.146 () {34 vars in 749 bytes} [Thu Sep 10 03:15:55 2026] PUT /v2.0/floatingips/c2716895-6a7f-4fd7-bad9-760c15412126 => generated 552 bytes in 468 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-09-10 03:15:56.393 7 INFO neutron_taas.services.taas.taas_plugin [None req-69364662-35e6-4dc7-8f14-01d334d4494f d02bc086ce094b44990132cf73309718 9452dfdfd9ba40a88a98d23038a30fc7 - - default default] TaaS: Handle Delete Port: 4e544695-c0ec-4216-99eb-58a46ccd70db 2026-09-10 03:15:56.398 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-69364662-35e6-4dc7-8f14-01d334d4494f d02bc086ce094b44990132cf73309718 9452dfdfd9ba40a88a98d23038a30fc7 - - default default] Tap Mirror: Handle Delete Port: 4e544695-c0ec-4216-99eb-58a46ccd70db [pid: 7|app: 0|req: 508/995] 10.0.0.146 () {32 vars in 732 bytes} [Thu Sep 10 03:15:56 2026] DELETE /v2.0/floatingips/c2716895-6a7f-4fd7-bad9-760c15412126 => generated 0 bytes in 369 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-09-10 03:15:56.642 7 INFO neutron.api.v2.resource [None req-18ce9722-945b-44e7-a6e6-bd7268e6e0e9 d02bc086ce094b44990132cf73309718 9452dfdfd9ba40a88a98d23038a30fc7 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 509/996] 10.0.0.146 () {32 vars in 732 bytes} [Thu Sep 10 03:15:56 2026] DELETE /v2.0/floatingips/c2716895-6a7f-4fd7-bad9-760c15412126 => generated 144 bytes in 22 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-09-10 03:15:56.769 7 INFO neutron_taas.services.taas.taas_plugin [None req-953fab75-d04d-4317-824e-8b02dae6ebe3 d02bc086ce094b44990132cf73309718 9452dfdfd9ba40a88a98d23038a30fc7 - - default default] TaaS: Handle Delete Port: 1d52c397-c977-4a22-b636-a19400618cd8 2026-09-10 03:15:56.772 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-953fab75-d04d-4317-824e-8b02dae6ebe3 d02bc086ce094b44990132cf73309718 9452dfdfd9ba40a88a98d23038a30fc7 - - default default] Tap Mirror: Handle Delete Port: 1d52c397-c977-4a22-b636-a19400618cd8 [pid: 7|app: 0|req: 510/997] 10.0.0.146 () {32 vars in 720 bytes} [Thu Sep 10 03:15:56 2026] DELETE /v2.0/ports/1d52c397-c977-4a22-b636-a19400618cd8 => generated 0 bytes in 273 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 511/998] 10.0.0.206 () {34 vars in 990 bytes} [Thu Sep 10 03:15:56 2026] GET /v2.0/ports?device_id=40d0d4df-c51f-4f83-ab5f-3de229699a08 => 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: 488/999] 10.0.0.146 () {34 vars in 684 bytes} [Thu Sep 10 03:15:56 2026] POST /v2.0/security-groups => generated 1625 bytes in 381 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 512/1000] 10.0.0.206 () {34 vars in 990 bytes} [Thu Sep 10 03:15:56 2026] GET /v2.0/ports?device_id=9593c6b0-f44b-480f-880e-27842e0e3374 => generated 969 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 513/1001] 10.0.0.146 () {32 vars in 663 bytes} [Thu Sep 10 03:15:57 2026] GET /v2.0/security-groups => generated 4530 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 514/1002] 10.0.0.206 () {34 vars in 1040 bytes} [Thu Sep 10 03:15:57 2026] GET /v2.0/security-groups?id=ebc578b3-bd2e-474f-be4b-bc19068dedca&fields=id&fields=name => generated 114 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-09-10 03:15:57.091 8 INFO neutron_taas.services.taas.taas_plugin [None req-6c02ce58-022f-4fd6-90a0-c5f2cbc8ad1e d02bc086ce094b44990132cf73309718 9452dfdfd9ba40a88a98d23038a30fc7 - - default default] TaaS: Handle Delete Port: 918b892a-28c4-4b2e-b782-7961551fe7de 2026-09-10 03:15:57.094 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6c02ce58-022f-4fd6-90a0-c5f2cbc8ad1e d02bc086ce094b44990132cf73309718 9452dfdfd9ba40a88a98d23038a30fc7 - - default default] Tap Mirror: Handle Delete Port: 918b892a-28c4-4b2e-b782-7961551fe7de [pid: 7|app: 0|req: 515/1003] 10.0.0.146 () {34 vars in 758 bytes} [Thu Sep 10 03:15:57 2026] PUT /v2.0/security-groups/34ba84e1-1213-4bad-858e-f1d57ab25349 => generated 1662 bytes in 98 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 516/1004] 10.0.0.146 () {32 vars in 737 bytes} [Thu Sep 10 03:15:57 2026] GET /v2.0/security-groups/34ba84e1-1213-4bad-858e-f1d57ab25349 => generated 1662 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 489/1005] 10.0.0.146 () {32 vars in 720 bytes} [Thu Sep 10 03:15:56 2026] DELETE /v2.0/ports/918b892a-28c4-4b2e-b782-7961551fe7de => generated 0 bytes in 217 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 490/1006] 10.0.0.146 () {32 vars in 736 bytes} [Thu Sep 10 03:15:57 2026] GET /v2.0/ports?device_id=27108ffb-e7d8-4ae9-9940-c8a2b7890aca => generated 958 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 517/1007] 10.0.0.146 () {32 vars in 740 bytes} [Thu Sep 10 03:15:57 2026] DELETE /v2.0/security-groups/34ba84e1-1213-4bad-858e-f1d57ab25349 => generated 0 bytes in 66 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 518/1008] 10.0.0.146 () {32 vars in 663 bytes} [Thu Sep 10 03:15:57 2026] GET /v2.0/security-groups => generated 2925 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-09-10 03:15:57.295 7 INFO neutron.api.v2.resource [None req-cf2b3301-ed13-4293-992e-41b210f022c7 aeff172715fb4c0f95a3152ec21aba53 c70ebb3bf7644f52a6d4b231a16c3e05 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 519/1009] 10.0.0.146 () {32 vars in 740 bytes} [Thu Sep 10 03:15:57 2026] DELETE /v2.0/security-groups/34ba84e1-1213-4bad-858e-f1d57ab25349 => generated 146 bytes in 9 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 520/1010] 10.0.0.146 () {34 vars in 684 bytes} [Thu Sep 10 03:15:57 2026] POST /v2.0/security-groups => generated 1625 bytes in 127 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 521/1011] 10.0.0.146 () {34 vars in 695 bytes} [Thu Sep 10 03:15:57 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: 522/1012] 10.0.0.146 () {32 vars in 747 bytes} [Thu Sep 10 03:15:57 2026] GET /v2.0/security-group-rules/02f26c7d-d486-4e56-b059-866faf5f19d8 => generated 601 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 523/1013] 10.0.0.146 () {32 vars in 673 bytes} [Thu Sep 10 03:15:57 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 115 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-09-10 03:15:57.732 8 INFO neutron_taas.services.taas.taas_plugin [None req-a9c423de-cc10-4cb1-96be-bf88d0f9d998 d02bc086ce094b44990132cf73309718 9452dfdfd9ba40a88a98d23038a30fc7 - - default default] TaaS: Handle Delete Port: d02d7f32-777d-4f3f-bfc3-b8a06e4950b6 2026-09-10 03:15:57.736 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a9c423de-cc10-4cb1-96be-bf88d0f9d998 d02bc086ce094b44990132cf73309718 9452dfdfd9ba40a88a98d23038a30fc7 - - default default] Tap Mirror: Handle Delete Port: d02d7f32-777d-4f3f-bfc3-b8a06e4950b6 [pid: 7|app: 0|req: 524/1014] 10.0.0.146 () {32 vars in 750 bytes} [Thu Sep 10 03:15:57 2026] DELETE /v2.0/security-group-rules/02f26c7d-d486-4e56-b059-866faf5f19d8 => generated 0 bytes in 78 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 525/1015] 10.0.0.146 () {32 vars in 673 bytes} [Thu Sep 10 03:15:57 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 526/1016] 10.0.0.146 () {34 vars in 695 bytes} [Thu Sep 10 03:15:57 2026] POST /v2.0/security-group-rules => generated 601 bytes in 106 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 527/1017] 10.0.0.146 () {32 vars in 747 bytes} [Thu Sep 10 03:15:57 2026] GET /v2.0/security-group-rules/48f200ff-8bf4-4a96-9b06-4dae4639a8fb => generated 601 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 528/1018] 10.0.0.146 () {32 vars in 673 bytes} [Thu Sep 10 03:15:57 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 529/1019] 10.0.0.146 () {32 vars in 740 bytes} [Thu Sep 10 03:15:58 2026] DELETE /v2.0/security-groups/84aba4f7-638e-4ba5-941c-e2f1f2de18db => generated 0 bytes in 145 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 491/1020] 10.0.0.146 () {34 vars in 789 bytes} [Thu Sep 10 03:15:57 2026] PUT /v2.0/routers/27108ffb-e7d8-4ae9-9940-c8a2b7890aca/remove_router_interface => generated 309 bytes in 1057 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 530/1021] 10.0.0.146 () {32 vars in 750 bytes} [Thu Sep 10 03:15:58 2026] DELETE /v2.0/security-group-rules/48f200ff-8bf4-4a96-9b06-4dae4639a8fb => generated 0 bytes in 104 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-09-10 03:15:58.324 7 INFO neutron.api.v2.resource [None req-ee9458d4-779e-4a9c-aba8-fa924676d609 3f0db33f329e4ccf8ae1d6f2503c59c4 f5ad9d4c9ec3473ea00ce98567d6ea36 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 531/1022] 10.0.0.146 () {32 vars in 737 bytes} [Thu Sep 10 03:15:58 2026] GET /v2.0/security-groups/84aba4f7-638e-4ba5-941c-e2f1f2de18db => generated 146 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 492/1023] 10.0.0.206 () {34 vars in 990 bytes} [Thu Sep 10 03:15:58 2026] GET /v2.0/ports?device_id=9593c6b0-f44b-480f-880e-27842e0e3374 => 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: 493/1024] 10.0.0.146 () {32 vars in 673 bytes} [Thu Sep 10 03:15:58 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) 2026-09-10 03:15:58.501 8 INFO neutron_taas.services.taas.taas_plugin [None req-b3a1c82c-9452-4a44-8429-c624970c5472 3f0db33f329e4ccf8ae1d6f2503c59c4 f5ad9d4c9ec3473ea00ce98567d6ea36 - - default default] TaaS: Handle Delete Port: 52c37d57-fbde-4b40-b5b3-1ffafc578281 2026-09-10 03:15:58.505 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b3a1c82c-9452-4a44-8429-c624970c5472 3f0db33f329e4ccf8ae1d6f2503c59c4 f5ad9d4c9ec3473ea00ce98567d6ea36 - - default default] Tap Mirror: Handle Delete Port: 52c37d57-fbde-4b40-b5b3-1ffafc578281 2026-09-10 03:15:58.506 7 INFO neutron_taas.services.taas.taas_plugin [None req-5e0b6b07-897f-4afc-80d8-b195da4cc0bd d02bc086ce094b44990132cf73309718 9452dfdfd9ba40a88a98d23038a30fc7 - - default default] TaaS: Handle Delete Port: 8187bc3f-63e7-4e9e-9671-bdfacd6b984c 2026-09-10 03:15:58.512 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5e0b6b07-897f-4afc-80d8-b195da4cc0bd d02bc086ce094b44990132cf73309718 9452dfdfd9ba40a88a98d23038a30fc7 - - default default] Tap Mirror: Handle Delete Port: 8187bc3f-63e7-4e9e-9671-bdfacd6b984c [pid: 8|app: 0|req: 494/1025] 10.0.0.146 () {32 vars in 732 bytes} [Thu Sep 10 03:15:58 2026] DELETE /v2.0/floatingips/e7591005-63e8-4130-b623-71904f430ad4 => generated 0 bytes in 286 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 495/1026] 10.0.0.206 () {34 vars in 1040 bytes} [Thu Sep 10 03:15:58 2026] GET /v2.0/security-groups?id=ebc578b3-bd2e-474f-be4b-bc19068dedca&fields=id&fields=name => generated 114 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-09-10 03:15:58.747 8 INFO neutron.db.securitygroups_db [None req-de8c382c-b551-4487-bbf6-65def75233c9 aeff172715fb4c0f95a3152ec21aba53 c70ebb3bf7644f52a6d4b231a16c3e05 - - default default] Project c70ebb3bf7644f52a6d4b231a16c3e05 added a security group rule with legacy IPv6 ICMP protocol name icmp, ipv6-icmp should be used instead. It was automatically converted. 2026-09-10 03:15:58.750 7 INFO neutron_taas.services.taas.taas_plugin [None req-5e0b6b07-897f-4afc-80d8-b195da4cc0bd d02bc086ce094b44990132cf73309718 9452dfdfd9ba40a88a98d23038a30fc7 - - default default] TaaS: Handle Delete Port: 4eb2de3f-0bf6-4df1-970c-66939be39062 2026-09-10 03:15:58.752 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5e0b6b07-897f-4afc-80d8-b195da4cc0bd d02bc086ce094b44990132cf73309718 9452dfdfd9ba40a88a98d23038a30fc7 - - default default] Tap Mirror: Handle Delete Port: 4eb2de3f-0bf6-4df1-970c-66939be39062 [pid: 8|app: 0|req: 496/1027] 10.0.0.146 () {34 vars in 695 bytes} [Thu Sep 10 03:15:58 2026] POST /v2.0/security-group-rules => generated 607 bytes in 104 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-09-10 03:15:59.060 7 INFO neutron.services.segments.plugin [-] Segment 86ce2afa-ba4a-46ee-b3d0-660fe878c75a resource provider aggregate not found 2026-09-10 03:15:59.066 7 INFO neutron.services.segments.plugin [-] Segment 86ce2afa-ba4a-46ee-b3d0-660fe878c75a resource provider aggregate not found 2026-09-10 03:15:59.075 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 86ce2afa-ba4a-46ee-b3d0-660fe878c75a resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 86ce2afa-ba4a-46ee-b3d0-660fe878c75a found for delete ", "request_id": "req-2e850c73-2f1c-478d-bc7e-ca83cadbf8ce"}]} 2026-09-10 03:15:59.082 7 INFO neutron.db.l3_hamode_db [None req-5e0b6b07-897f-4afc-80d8-b195da4cc0bd d02bc086ce094b44990132cf73309718 9452dfdfd9ba40a88a98d23038a30fc7 - - default default] HA network b2f8fd50-3fd6-4e67-aea8-759d7d9f934b was deleted as no HA routers are present in tenant 9452dfdfd9ba40a88a98d23038a30fc7. 2026-09-10 03:15:59.087 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 86ce2afa-ba4a-46ee-b3d0-660fe878c75a resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 86ce2afa-ba4a-46ee-b3d0-660fe878c75a found for delete ", "request_id": "req-39da8831-0e63-4a30-bb45-1054d3b364fc"}]} [pid: 7|app: 0|req: 532/1028] 10.0.0.146 () {32 vars in 724 bytes} [Thu Sep 10 03:15:58 2026] DELETE /v2.0/routers/27108ffb-e7d8-4ae9-9940-c8a2b7890aca => generated 0 bytes in 765 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 533/1029] 10.0.0.146 () {32 vars in 747 bytes} [Thu Sep 10 03:15:59 2026] GET /v2.0/security-group-rules/96773d8f-6b48-4ead-83f5-79d5d18fea69 => generated 607 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-09-10 03:15:59.134 8 INFO neutron_taas.services.taas.taas_plugin [None req-f446b645-76a2-431f-896e-646ad6b245b4 2dcafeabbd18499d9be13b4c6b2b81df e99512c22f4c438895442732cf452151 - - default default] TaaS: Handle Delete Port: 752e4e94-c650-491e-ac53-97a1442bd83a 2026-09-10 03:15:59.137 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f446b645-76a2-431f-896e-646ad6b245b4 2dcafeabbd18499d9be13b4c6b2b81df e99512c22f4c438895442732cf452151 - - default default] Tap Mirror: Handle Delete Port: 752e4e94-c650-491e-ac53-97a1442bd83a [pid: 7|app: 0|req: 534/1030] 10.0.0.146 () {32 vars in 724 bytes} [Thu Sep 10 03:15:59 2026] DELETE /v2.0/subnets/6b63ab68-9948-420e-a7bf-f33547daa20c => generated 0 bytes in 112 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 535/1031] 10.0.0.146 () {32 vars in 673 bytes} [Thu Sep 10 03:15:59 2026] GET /v2.0/security-group-rules => generated 4144 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 536/1032] 10.0.0.146 () {32 vars in 726 bytes} [Thu Sep 10 03:15:59 2026] DELETE /v2.0/networks/3557abf8-f28b-4df3-8dc1-b8097905d587 => 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: 537/1033] 10.0.0.146 () {32 vars in 750 bytes} [Thu Sep 10 03:15:59 2026] DELETE /v2.0/security-group-rules/96773d8f-6b48-4ead-83f5-79d5d18fea69 => 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: 538/1034] 10.0.0.146 () {32 vars in 673 bytes} [Thu Sep 10 03:15:59 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 539/1035] 10.0.0.146 () {32 vars in 740 bytes} [Thu Sep 10 03:15:59 2026] DELETE /v2.0/security-groups/927ccc59-bfa4-4d29-afa2-e364f59a4ee5 => generated 0 bytes in 69 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 540/1036] 10.0.0.146 () {32 vars in 663 bytes} [Thu Sep 10 03:15:59 2026] GET /v2.0/security-groups => generated 2925 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 541/1037] 10.0.0.146 () {32 vars in 663 bytes} [Thu Sep 10 03:15:59 2026] GET /v2.0/security-groups => generated 2925 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 497/1038] 10.0.0.146 () {34 vars in 789 bytes} [Thu Sep 10 03:15:58 2026] PUT /v2.0/routers/9c0d1b3a-3617-49e5-a86a-b4c58940a3a8/remove_router_interface => generated 309 bytes in 882 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 498/1039] 10.0.0.206 () {34 vars in 990 bytes} [Thu Sep 10 03:15:59 2026] GET /v2.0/ports?device_id=9593c6b0-f44b-480f-880e-27842e0e3374 => 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: 499/1040] 10.0.0.206 () {34 vars in 1040 bytes} [Thu Sep 10 03:15:59 2026] GET /v2.0/security-groups?id=ebc578b3-bd2e-474f-be4b-bc19068dedca&fields=id&fields=name => generated 114 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-09-10 03:15:59.937 7 INFO neutron_taas.services.taas.taas_plugin [None req-5e04212f-b210-4be7-8a17-3720746f83a8 2dcafeabbd18499d9be13b4c6b2b81df e99512c22f4c438895442732cf452151 - - default default] TaaS: Handle Delete Port: 2af8c660-1d72-450e-8b1a-092b3ae44c31 2026-09-10 03:15:59.940 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5e04212f-b210-4be7-8a17-3720746f83a8 2dcafeabbd18499d9be13b4c6b2b81df e99512c22f4c438895442732cf452151 - - default default] Tap Mirror: Handle Delete Port: 2af8c660-1d72-450e-8b1a-092b3ae44c31 [pid: 8|app: 0|req: 500/1041] 10.0.0.146 () {32 vars in 774 bytes} [Thu Sep 10 03:15:59 2026] GET /v2.0/security-groups?tenant_id=9452dfdfd9ba40a88a98d23038a30fc7&name=default => generated 2925 bytes in 199 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-09-10 03:16:00.171 7 INFO neutron_taas.services.taas.taas_plugin [None req-5e04212f-b210-4be7-8a17-3720746f83a8 2dcafeabbd18499d9be13b4c6b2b81df e99512c22f4c438895442732cf452151 - - default default] TaaS: Handle Delete Port: c90cdddb-3178-4a77-9aee-25590020eec8 2026-09-10 03:16:00.173 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5e04212f-b210-4be7-8a17-3720746f83a8 2dcafeabbd18499d9be13b4c6b2b81df e99512c22f4c438895442732cf452151 - - default default] Tap Mirror: Handle Delete Port: c90cdddb-3178-4a77-9aee-25590020eec8 [pid: 8|app: 0|req: 501/1042] 10.0.0.146 () {32 vars in 740 bytes} [Thu Sep 10 03:16:00 2026] DELETE /v2.0/security-groups/7ff293c0-88b7-40dd-bd59-ce7a8de7e423 => generated 0 bytes in 107 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 502/1043] 10.0.0.146 () {32 vars in 774 bytes} [Thu Sep 10 03:16:00 2026] GET /v2.0/security-groups?tenant_id=c70ebb3bf7644f52a6d4b231a16c3e05&name=default => generated 2925 bytes in 99 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 503/1044] 10.0.0.146 () {32 vars in 740 bytes} [Thu Sep 10 03:16:00 2026] DELETE /v2.0/security-groups/d1b4a11a-bf33-4c61-9fd9-2028a1b5ca1a => generated 0 bytes in 128 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-09-10 03:16:00.539 7 INFO neutron.db.l3_hamode_db [None req-5e04212f-b210-4be7-8a17-3720746f83a8 2dcafeabbd18499d9be13b4c6b2b81df e99512c22f4c438895442732cf452151 - - default default] HA network 07ea8143-ba0d-4fb4-8947-8c13639b7445 was deleted as no HA routers are present in tenant f5ad9d4c9ec3473ea00ce98567d6ea36. [pid: 7|app: 0|req: 542/1045] 10.0.0.146 () {32 vars in 724 bytes} [Thu Sep 10 03:15:59 2026] DELETE /v2.0/routers/9c0d1b3a-3617-49e5-a86a-b4c58940a3a8 => generated 0 bytes in 847 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 504/1046] 10.0.0.146 () {32 vars in 724 bytes} [Thu Sep 10 03:16:00 2026] DELETE /v2.0/subnets/813ee9ba-02b6-4cf2-bfb0-91b20e8a704a => generated 0 bytes in 157 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-09-10 03:16:00.840 7 INFO neutron_taas.services.taas.taas_plugin [None req-c36e9dc5-9d2d-4481-b1ae-3e3788f076b8 2dcafeabbd18499d9be13b4c6b2b81df e99512c22f4c438895442732cf452151 - - default default] TaaS: Handle Delete Port: 346e62a9-ac88-4c88-a819-7dec125680b2 2026-09-10 03:16:00.843 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c36e9dc5-9d2d-4481-b1ae-3e3788f076b8 2dcafeabbd18499d9be13b4c6b2b81df e99512c22f4c438895442732cf452151 - - default default] Tap Mirror: Handle Delete Port: 346e62a9-ac88-4c88-a819-7dec125680b2 [pid: 8|app: 0|req: 505/1047] 10.0.0.206 () {34 vars in 990 bytes} [Thu Sep 10 03:16:00 2026] GET /v2.0/ports?device_id=9593c6b0-f44b-480f-880e-27842e0e3374 => generated 971 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 506/1048] 10.0.0.206 () {34 vars in 1040 bytes} [Thu Sep 10 03:16:00 2026] GET /v2.0/security-groups?id=ebc578b3-bd2e-474f-be4b-bc19068dedca&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: 543/1049] 10.0.0.146 () {32 vars in 726 bytes} [Thu Sep 10 03:16:00 2026] DELETE /v2.0/networks/c095395d-5e5d-4245-b53f-ba199ff74296 => generated 0 bytes in 339 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-09-10 03:16:01.099 7 INFO neutron.services.segments.plugin [-] Segment 48388ac8-2e26-44c5-aca1-73e9e91ff034 resource provider aggregate not found 2026-09-10 03:16:01.105 7 INFO neutron.services.segments.plugin [-] Segment 48388ac8-2e26-44c5-aca1-73e9e91ff034 resource provider aggregate not found 2026-09-10 03:16:01.119 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 48388ac8-2e26-44c5-aca1-73e9e91ff034 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 48388ac8-2e26-44c5-aca1-73e9e91ff034 found for delete ", "request_id": "req-e1c509c2-6c1e-448e-949d-fd390ed3348f"}]} 2026-09-10 03:16:01.125 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 48388ac8-2e26-44c5-aca1-73e9e91ff034 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 48388ac8-2e26-44c5-aca1-73e9e91ff034 found for delete ", "request_id": "req-527acdd3-c9ea-4651-a772-77504fe7123c"}]} 2026-09-10 03:16:01.140 7 INFO neutron.services.segments.plugin [-] Segment a0509fdf-2282-443c-9075-383978ede30c resource provider aggregate not found 2026-09-10 03:16:01.145 7 INFO neutron.services.segments.plugin [-] Segment a0509fdf-2282-443c-9075-383978ede30c resource provider aggregate not found 2026-09-10 03:16:01.160 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment a0509fdf-2282-443c-9075-383978ede30c resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a0509fdf-2282-443c-9075-383978ede30c found for delete ", "request_id": "req-ad4d9a25-b101-4fd1-81eb-d118bb2607a4"}]} 2026-09-10 03:16:01.176 7 INFO neutron.services.segments.plugin [-] Segment e8713246-f7f7-4bf4-83b0-7fd263916d58 resource provider aggregate not found 2026-09-10 03:16:01.178 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment a0509fdf-2282-443c-9075-383978ede30c resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a0509fdf-2282-443c-9075-383978ede30c found for delete ", "request_id": "req-63cba308-b996-4c56-a923-b2714224176c"}]} [pid: 8|app: 0|req: 507/1050] 10.0.0.206 () {34 vars in 990 bytes} [Thu Sep 10 03:16:01 2026] GET /v2.0/ports?device_id=9593c6b0-f44b-480f-880e-27842e0e3374 => generated 971 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-09-10 03:16:01.196 7 INFO neutron.services.segments.plugin [-] Segment e8713246-f7f7-4bf4-83b0-7fd263916d58 resource provider aggregate not found 2026-09-10 03:16:01.205 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment e8713246-f7f7-4bf4-83b0-7fd263916d58 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e8713246-f7f7-4bf4-83b0-7fd263916d58 found for delete ", "request_id": "req-66e7557d-b2e6-45bd-b43e-0c48f44c5088"}]} 2026-09-10 03:16:01.213 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment e8713246-f7f7-4bf4-83b0-7fd263916d58 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e8713246-f7f7-4bf4-83b0-7fd263916d58 found for delete ", "request_id": "req-7a330e13-0f7c-42ed-b368-4a87e9425276"}]} [pid: 7|app: 0|req: 544/1051] 10.0.0.146 () {32 vars in 774 bytes} [Thu Sep 10 03:16:01 2026] GET /v2.0/security-groups?tenant_id=f5ad9d4c9ec3473ea00ce98567d6ea36&name=default => generated 2925 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 545/1052] 10.0.0.146 () {32 vars in 740 bytes} [Thu Sep 10 03:16:01 2026] DELETE /v2.0/security-groups/a811cac6-4eee-4bdf-8fa3-5d71a2b3b3ee => generated 0 bytes in 112 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-09-10 03:16:01.648 8 INFO neutron.db.l3_db [None req-70140c9d-a969-402e-aaa7-7669bb0c3532 80548ac5ee524dfcb13c198726989e75 6a38196f2fb74592812f7d6796aaa78d - - default default] Floating IP a0696975-657d-4cd8-8da9-105aee4eb005 associated. External IP: 10.96.250.216, port: 3402a715-93d4-4ba9-90a6-7955bab85f6b. [pid: 8|app: 0|req: 508/1053] 10.0.0.146 () {34 vars in 749 bytes} [Thu Sep 10 03:16:01 2026] PUT /v2.0/floatingips/a0696975-657d-4cd8-8da9-105aee4eb005 => generated 855 bytes in 770 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-09-10 03:16:02.007 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-d51e1472-dcb5-4334-8696-66a576a114d5'] response: {'name': 'network-changed', 'server_uuid': '9593c6b0-f44b-480f-880e-27842e0e3374', 'tag': '3402a715-93d4-4ba9-90a6-7955bab85f6b', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 546/1054] 10.0.0.206 () {34 vars in 990 bytes} [Thu Sep 10 03:16:02 2026] GET /v2.0/ports?device_id=9593c6b0-f44b-480f-880e-27842e0e3374 => generated 971 bytes in 111 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 509/1055] 10.0.0.206 () {34 vars in 1040 bytes} [Thu Sep 10 03:16:02 2026] GET /v2.0/security-groups?id=ebc578b3-bd2e-474f-be4b-bc19068dedca&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: 510/1056] 10.0.0.206 () {34 vars in 990 bytes} [Thu Sep 10 03:16:02 2026] GET /v2.0/ports?device_id=9593c6b0-f44b-480f-880e-27842e0e3374 => generated 971 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-09-10 03:16:02.532 7 INFO neutron.db.segments_db [None req-768f418c-c301-4ff7-b288-904184afc707 54e0884e798342898fc5f6871be4c09e a9fa7b2356ef4985b76e5ae587b010a6 - - default default] Added segment fdd5afb8-c0a5-4bb3-99c4-cc3ea988b530 of type vxlan for network bb35d4a3-39a6-4536-921a-951b7b425ff1 [pid: 8|app: 0|req: 511/1057] 10.0.0.206 () {34 vars in 1040 bytes} [Thu Sep 10 03:16:02 2026] GET /v2.0/security-groups?id=ebc578b3-bd2e-474f-be4b-bc19068dedca&fields=id&fields=name => generated 114 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-09-10 03:16:02.617 7 INFO neutron.db.segments_db [None req-768f418c-c301-4ff7-b288-904184afc707 54e0884e798342898fc5f6871be4c09e a9fa7b2356ef4985b76e5ae587b010a6 - - default default] Added segment c23a9172-e9a7-49d1-8e5a-c0db51f897b9 of type vxlan for network e13989fd-0f41-43e6-876e-307109589dbf [pid: 8|app: 0|req: 512/1058] 162.253.55.155 () {34 vars in 1080 bytes} [Thu Sep 10 03:16:02 2026] GET /v2.0/ports?tenant_id=6a38196f2fb74592812f7d6796aaa78d&device_id=9593c6b0-f44b-480f-880e-27842e0e3374 => generated 1240 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 547/1059] 10.0.0.146 () {34 vars in 670 bytes} [Thu Sep 10 03:16:02 2026] POST /v2.0/networks => generated 1245 bytes in 476 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 548/1060] 162.253.55.155 () {34 vars in 986 bytes} [Thu Sep 10 03:16:02 2026] GET /v2.0/networks?id=052d8a79-8da7-455a-a8ba-ab32d14c257d => generated 772 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 549/1061] 10.0.0.146 () {32 vars in 649 bytes} [Thu Sep 10 03:16:02 2026] GET /v2.0/networks => generated 1844 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 550/1062] 162.253.55.155 () {34 vars in 1058 bytes} [Thu Sep 10 03:16:02 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.5&port_id=3402a715-93d4-4ba9-90a6-7955bab85f6b => generated 858 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 513/1063] 10.0.0.146 () {34 vars in 684 bytes} [Thu Sep 10 03:16:02 2026] POST /v2.0/security-groups => generated 1625 bytes in 361 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 514/1064] 162.253.55.155 () {34 vars in 984 bytes} [Thu Sep 10 03:16:02 2026] GET /v2.0/subnets?id=ccc415b0-234a-49bc-874f-8a2c12f545b8 => generated 694 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 551/1065] 10.0.0.146 () {32 vars in 726 bytes} [Thu Sep 10 03:16:02 2026] DELETE /v2.0/networks/bb35d4a3-39a6-4536-921a-951b7b425ff1 => generated 0 bytes in 144 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 552/1066] 162.253.55.155 () {34 vars in 1052 bytes} [Thu Sep 10 03:16:03 2026] GET /v2.0/ports?network_id=052d8a79-8da7-455a-a8ba-ab32d14c257d&device_owner=network%3Adhcp => generated 1244 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 515/1067] 10.0.0.146 () {32 vars in 663 bytes} [Thu Sep 10 03:16:03 2026] GET /v2.0/security-groups => generated 4530 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 516/1068] 162.253.55.155 () {34 vars in 1012 bytes} [Thu Sep 10 03:16:03 2026] GET /v2.0/networks/052d8a79-8da7-455a-a8ba-ab32d14c257d?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: 553/1069] 10.0.0.146 () {32 vars in 726 bytes} [Thu Sep 10 03:16:03 2026] DELETE /v2.0/networks/e13989fd-0f41-43e6-876e-307109589dbf => generated 0 bytes in 94 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 554/1070] 162.253.55.155 () {34 vars in 1112 bytes} [Thu Sep 10 03:16:03 2026] GET /v2.0/networks/052d8a79-8da7-455a-a8ba-ab32d14c257d?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 517/1071] 10.0.0.146 () {34 vars in 758 bytes} [Thu Sep 10 03:16:03 2026] PUT /v2.0/security-groups/edbdfb1b-ddf4-4895-b9e2-548e1a5db4d2 => generated 1662 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 518/1072] 10.0.0.146 () {32 vars in 737 bytes} [Thu Sep 10 03:16:03 2026] GET /v2.0/security-groups/edbdfb1b-ddf4-4895-b9e2-548e1a5db4d2 => generated 1662 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 555/1073] 10.0.0.146 () {32 vars in 649 bytes} [Thu Sep 10 03:16:03 2026] GET /v2.0/networks => generated 651 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-09-10 03:16:03.236 7 INFO neutron.services.segments.plugin [-] Segment fdd5afb8-c0a5-4bb3-99c4-cc3ea988b530 resource provider aggregate not found 2026-09-10 03:16:03.248 7 INFO neutron.services.segments.plugin [-] Segment fdd5afb8-c0a5-4bb3-99c4-cc3ea988b530 resource provider aggregate not found 2026-09-10 03:16:03.260 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment fdd5afb8-c0a5-4bb3-99c4-cc3ea988b530 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fdd5afb8-c0a5-4bb3-99c4-cc3ea988b530 found for delete ", "request_id": "req-848e87e4-4096-42b4-8f85-2bbe116d8f53"}]} 2026-09-10 03:16:03.275 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment fdd5afb8-c0a5-4bb3-99c4-cc3ea988b530 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fdd5afb8-c0a5-4bb3-99c4-cc3ea988b530 found for delete ", "request_id": "req-4e9e01ba-8421-4643-8c57-fa011db57d22"}]} 2026-09-10 03:16:03.279 7 INFO neutron.services.segments.plugin [-] Segment c23a9172-e9a7-49d1-8e5a-c0db51f897b9 resource provider aggregate not found 2026-09-10 03:16:03.295 7 INFO neutron.services.segments.plugin [-] Segment c23a9172-e9a7-49d1-8e5a-c0db51f897b9 resource provider aggregate not found 2026-09-10 03:16:03.303 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment c23a9172-e9a7-49d1-8e5a-c0db51f897b9 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c23a9172-e9a7-49d1-8e5a-c0db51f897b9 found for delete ", "request_id": "req-43d35a81-5486-44dc-8499-6a170e7609d8"}]} 2026-09-10 03:16:03.304 7 INFO neutron.db.segments_db [None req-5412a324-048f-4c0c-a754-f1e33b0443c1 54e0884e798342898fc5f6871be4c09e a9fa7b2356ef4985b76e5ae587b010a6 - - default default] Added segment d5e7791f-4ccd-4b81-a76c-9452f7687978 of type vxlan for network c40638fe-be25-4b03-a09c-dcf2c356fb93 [pid: 8|app: 0|req: 519/1074] 10.0.0.146 () {32 vars in 740 bytes} [Thu Sep 10 03:16:03 2026] DELETE /v2.0/security-groups/edbdfb1b-ddf4-4895-b9e2-548e1a5db4d2 => generated 0 bytes in 85 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-09-10 03:16:03.316 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment c23a9172-e9a7-49d1-8e5a-c0db51f897b9 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c23a9172-e9a7-49d1-8e5a-c0db51f897b9 found for delete ", "request_id": "req-cf4c3c96-073c-4f75-81ef-6d84fcc126af"}]} [pid: 7|app: 0|req: 556/1075] 10.0.0.146 () {34 vars in 670 bytes} [Thu Sep 10 03:16:03 2026] POST /v2.0/networks => generated 653 bytes in 143 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 557/1076] 10.0.0.146 () {32 vars in 663 bytes} [Thu Sep 10 03:16:03 2026] GET /v2.0/security-groups => generated 2925 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-09-10 03:16:03.458 7 INFO neutron.db.segments_db [None req-ae4cf96b-5c43-4266-ac3e-9ce9ccf63fd8 54e0884e798342898fc5f6871be4c09e a9fa7b2356ef4985b76e5ae587b010a6 - - default default] Added segment 2558dd5c-4b05-48e9-b42d-044bed36f691 of type vxlan for network 90499401-5acb-4143-8d6f-689899ef15a3 [pid: 7|app: 0|req: 558/1077] 10.0.0.146 () {34 vars in 670 bytes} [Thu Sep 10 03:16:03 2026] POST /v2.0/networks => generated 654 bytes in 186 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-09-10 03:16:03.589 8 INFO neutron.db.segments_db [None req-69bb7abc-3089-4ab8-8ecf-d52ccff7892c 2dcafeabbd18499d9be13b4c6b2b81df e99512c22f4c438895442732cf452151 - - default default] Added segment a129c83f-3497-45d2-b99d-5537f77b2c57 of type vxlan for network bd74f147-62b9-4837-b91f-6b9f7122777e 2026-09-10 03:16:03.600 7 INFO neutron.api.v2.resource [None req-2b8008a4-0126-432f-86e2-24ee65fe321a f906eb800ef1499dada424dea5087674 7fc02b15dc044124834db7beb401b506 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 559/1078] 10.0.0.146 () {32 vars in 740 bytes} [Thu Sep 10 03:16:03 2026] DELETE /v2.0/security-groups/edbdfb1b-ddf4-4895-b9e2-548e1a5db4d2 => generated 146 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 520/1079] 10.0.0.146 () {34 vars in 671 bytes} [Thu Sep 10 03:16:03 2026] POST /v2.0/networks => generated 744 bytes in 395 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 521/1080] 10.0.0.146 () {34 vars in 684 bytes} [Thu Sep 10 03:16:03 2026] POST /v2.0/security-groups => generated 1625 bytes in 119 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 522/1081] 10.0.0.206 () {34 vars in 990 bytes} [Thu Sep 10 03:16:03 2026] GET /v2.0/ports?device_id=9593c6b0-f44b-480f-880e-27842e0e3374 => generated 971 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 523/1082] 10.0.0.146 () {34 vars in 669 bytes} [Thu Sep 10 03:16:03 2026] POST /v2.0/subnets => generated 691 bytes in 215 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 524/1083] 10.0.0.146 () {34 vars in 695 bytes} [Thu Sep 10 03:16:04 2026] POST /v2.0/security-group-rules => generated 601 bytes in 163 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 525/1084] 10.0.0.206 () {34 vars in 1040 bytes} [Thu Sep 10 03:16:04 2026] GET /v2.0/security-groups?id=ebc578b3-bd2e-474f-be4b-bc19068dedca&fields=id&fields=name => generated 114 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-09-10 03:16:04.323 8 INFO neutron.db.segments_db [None req-d1aa3de5-4788-4d61-baa0-c3883fa1f64e 2dcafeabbd18499d9be13b4c6b2b81df e99512c22f4c438895442732cf452151 - - default default] Added segment 1d3ba148-35e9-47c1-b042-02af695c3287 of type vxlan for network 8456b1d5-ba4b-4fca-b04d-c16988f77d42 [pid: 7|app: 0|req: 560/1085] 10.0.0.146 () {34 vars in 665 bytes} [Thu Sep 10 03:16:03 2026] POST /v2.0/ports => generated 1505 bytes in 799 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: 561/1086] 10.0.0.146 () {32 vars in 747 bytes} [Thu Sep 10 03:16:04 2026] GET /v2.0/security-group-rules/66999aea-abbe-4889-aa5c-14d76bade7b4 => generated 601 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 562/1087] 10.0.0.146 () {32 vars in 643 bytes} [Thu Sep 10 03:16:04 2026] GET /v2.0/ports => generated 1505 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 563/1088] 10.0.0.146 () {32 vars in 673 bytes} [Thu Sep 10 03:16:04 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-09-10 03:16:04.634 8 INFO neutron.db.l3_hamode_db [None req-d1aa3de5-4788-4d61-baa0-c3883fa1f64e 2dcafeabbd18499d9be13b4c6b2b81df f7b9f43795954ab69e00515abfa10b43 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-09-10 03:16:04.675 7 INFO neutron_taas.services.taas.taas_plugin [None req-46ccd181-a521-42dd-86c2-cb76b8409400 54e0884e798342898fc5f6871be4c09e a9fa7b2356ef4985b76e5ae587b010a6 - - default default] TaaS: Handle Delete Port: 1ab63f5b-fd5a-454c-8399-caea2ec8fa10 2026-09-10 03:16:04.677 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-46ccd181-a521-42dd-86c2-cb76b8409400 54e0884e798342898fc5f6871be4c09e a9fa7b2356ef4985b76e5ae587b010a6 - - default default] Tap Mirror: Handle Delete Port: 1ab63f5b-fd5a-454c-8399-caea2ec8fa10 [pid: 7|app: 0|req: 564/1089] 10.0.0.146 () {32 vars in 720 bytes} [Thu Sep 10 03:16:04 2026] DELETE /v2.0/ports/1ab63f5b-fd5a-454c-8399-caea2ec8fa10 => 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: 565/1090] 10.0.0.146 () {32 vars in 750 bytes} [Thu Sep 10 03:16:04 2026] DELETE /v2.0/security-group-rules/66999aea-abbe-4889-aa5c-14d76bade7b4 => generated 0 bytes in 50 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-09-10 03:16:04.871 7 INFO neutron_taas.services.taas.taas_plugin [None req-59497400-daa4-468f-b580-d6eecc92b051 54e0884e798342898fc5f6871be4c09e a9fa7b2356ef4985b76e5ae587b010a6 - - default default] TaaS: Handle Delete Port: 4d7e0f01-292f-424f-b574-bd5e522e1f58 2026-09-10 03:16:04.873 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-59497400-daa4-468f-b580-d6eecc92b051 54e0884e798342898fc5f6871be4c09e a9fa7b2356ef4985b76e5ae587b010a6 - - default default] Tap Mirror: Handle Delete Port: 4d7e0f01-292f-424f-b574-bd5e522e1f58 [pid: 7|app: 0|req: 566/1091] 10.0.0.146 () {32 vars in 720 bytes} [Thu Sep 10 03:16:04 2026] DELETE /v2.0/ports/4d7e0f01-292f-424f-b574-bd5e522e1f58 => generated 0 bytes in 142 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 567/1092] 10.0.0.146 () {32 vars in 673 bytes} [Thu Sep 10 03:16:04 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 568/1093] 162.253.55.155 () {34 vars in 994 bytes} [Thu Sep 10 03:16:04 2026] GET /v2.0/ports?device_id=9593c6b0-f44b-480f-880e-27842e0e3374 => generated 971 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 569/1094] 10.0.0.146 () {32 vars in 643 bytes} [Thu Sep 10 03:16:05 2026] GET /v2.0/ports => generated 12 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 570/1095] 10.0.0.146 () {34 vars in 695 bytes} [Thu Sep 10 03:16:05 2026] POST /v2.0/security-group-rules => generated 601 bytes in 139 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-09-10 03:16:05.281 8 INFO neutron.db.l3_hamode_db [None req-d1aa3de5-4788-4d61-baa0-c3883fa1f64e 2dcafeabbd18499d9be13b4c6b2b81df e99512c22f4c438895442732cf452151 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-09-10 03:16:05.318 7 INFO neutron_taas.services.taas.taas_plugin [req-7d845661-6d71-4a87-af68-77f7d1a4c4cf req-1200e3ed-70e7-48fd-8691-07a5c19c06ce 80548ac5ee524dfcb13c198726989e75 6a38196f2fb74592812f7d6796aaa78d - - default default] TaaS: Handle Delete Port: 3402a715-93d4-4ba9-90a6-7955bab85f6b 2026-09-10 03:16:05.323 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-7d845661-6d71-4a87-af68-77f7d1a4c4cf req-1200e3ed-70e7-48fd-8691-07a5c19c06ce 80548ac5ee524dfcb13c198726989e75 6a38196f2fb74592812f7d6796aaa78d - - default default] Tap Mirror: Handle Delete Port: 3402a715-93d4-4ba9-90a6-7955bab85f6b 2026-09-10 03:16:05.477 7 INFO neutron.db.l3_db [req-7d845661-6d71-4a87-af68-77f7d1a4c4cf req-1200e3ed-70e7-48fd-8691-07a5c19c06ce 80548ac5ee524dfcb13c198726989e75 6a38196f2fb74592812f7d6796aaa78d - - default default] Floating IP a0696975-657d-4cd8-8da9-105aee4eb005 disassociated. External IP: 10.96.250.216, port: 3402a715-93d4-4ba9-90a6-7955bab85f6b. [pid: 7|app: 0|req: 571/1096] 162.253.55.155 () {36 vars in 997 bytes} [Thu Sep 10 03:16:05 2026] DELETE /v2.0/ports/3402a715-93d4-4ba9-90a6-7955bab85f6b => generated 0 bytes in 744 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-09-10 03:16:05.961 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-dafe4d36-989b-4fdd-b656-ef61a7a74a60'] response: {'server_uuid': '9593c6b0-f44b-480f-880e-27842e0e3374', 'name': 'network-vif-deleted', 'tag': '3402a715-93d4-4ba9-90a6-7955bab85f6b', 'status': 'completed', 'code': 200} 2026-09-10 03:16:06.030 7 INFO neutron.db.segments_db [None req-d77e1049-2433-433f-a2c0-347d79075574 54e0884e798342898fc5f6871be4c09e a9fa7b2356ef4985b76e5ae587b010a6 - - default default] Added segment f89d2931-1c22-435b-a678-d119ca413f54 of type vxlan for network bfe012d1-240e-47e9-9e23-54850d1f01f9 [pid: 7|app: 0|req: 572/1097] 10.0.0.146 () {34 vars in 670 bytes} [Thu Sep 10 03:16:05 2026] POST /v2.0/networks => generated 653 bytes in 258 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 573/1098] 10.0.0.146 () {32 vars in 747 bytes} [Thu Sep 10 03:16:06 2026] GET /v2.0/security-group-rules/161ed1e0-1b2e-41c7-b499-6efc29731a1f => generated 601 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 574/1099] 10.0.0.206 () {34 vars in 990 bytes} [Thu Sep 10 03:16:06 2026] GET /v2.0/ports?device_id=9593c6b0-f44b-480f-880e-27842e0e3374 => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-09-10 03:16:06.254 7 INFO neutron.db.segments_db [None req-789a0908-e44e-46e8-a97c-48b633d17c40 54e0884e798342898fc5f6871be4c09e a9fa7b2356ef4985b76e5ae587b010a6 - - default default] Added segment 2558860a-931a-4cf6-8540-0d035ccacd4a of type vxlan for network f6454126-8e7d-4796-9317-7bad414b6683 [pid: 7|app: 0|req: 575/1100] 10.0.0.146 () {34 vars in 670 bytes} [Thu Sep 10 03:16:06 2026] POST /v2.0/networks => generated 654 bytes in 137 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 526/1101] 10.0.0.146 () {34 vars in 669 bytes} [Thu Sep 10 03:16:04 2026] POST /v2.0/routers => generated 731 bytes in 2117 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 576/1102] 10.0.0.146 () {32 vars in 673 bytes} [Thu Sep 10 03:16:06 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 577/1103] 10.0.0.146 () {32 vars in 750 bytes} [Thu Sep 10 03:16:06 2026] DELETE /v2.0/security-group-rules/161ed1e0-1b2e-41c7-b499-6efc29731a1f => 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: 578/1104] 10.0.0.146 () {32 vars in 673 bytes} [Thu Sep 10 03:16:06 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 579/1105] 10.0.0.146 () {34 vars in 695 bytes} [Thu Sep 10 03:16:06 2026] POST /v2.0/security-group-rules => generated 602 bytes in 107 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 580/1106] 10.0.0.146 () {32 vars in 747 bytes} [Thu Sep 10 03:16:06 2026] GET /v2.0/security-group-rules/a00ec9a0-8de0-4686-9929-77fb2809aa6b => generated 602 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 581/1107] 10.0.0.146 () {32 vars in 673 bytes} [Thu Sep 10 03:16:06 2026] GET /v2.0/security-group-rules => generated 4139 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 582/1108] 10.0.0.146 () {32 vars in 750 bytes} [Thu Sep 10 03:16:06 2026] DELETE /v2.0/security-group-rules/a00ec9a0-8de0-4686-9929-77fb2809aa6b => generated 0 bytes in 46 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 583/1109] 10.0.0.146 () {32 vars in 673 bytes} [Thu Sep 10 03:16:06 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) [pid: 7|app: 0|req: 584/1110] 10.0.0.146 () {34 vars in 669 bytes} [Thu Sep 10 03:16:06 2026] POST /v2.0/subnets => generated 1323 bytes in 376 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 585/1111] 10.0.0.146 () {32 vars in 740 bytes} [Thu Sep 10 03:16:07 2026] DELETE /v2.0/security-groups/4d817901-892c-4eac-8504-8d2215616472 => 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: 586/1112] 10.0.0.146 () {32 vars in 647 bytes} [Thu Sep 10 03:16:07 2026] GET /v2.0/subnets => generated 1959 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 587/1113] 10.0.0.206 () {34 vars in 990 bytes} [Thu Sep 10 03:16:07 2026] GET /v2.0/ports?device_id=9593c6b0-f44b-480f-880e-27842e0e3374 => generated 12 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 588/1114] 10.0.0.146 () {32 vars in 663 bytes} [Thu Sep 10 03:16:07 2026] GET /v2.0/security-groups => generated 2925 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 589/1115] 10.0.0.146 () {32 vars in 724 bytes} [Thu Sep 10 03:16:07 2026] DELETE /v2.0/subnets/2c61ff57-323f-4f71-a763-280ae9e7fa41 => generated 0 bytes in 111 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 527/1116] 10.0.0.146 () {34 vars in 783 bytes} [Thu Sep 10 03:16:06 2026] PUT /v2.0/routers/797ee28f-bf2e-428d-bce4-a432401a1b30/add_router_interface => generated 309 bytes in 1079 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 590/1117] 10.0.0.146 () {32 vars in 663 bytes} [Thu Sep 10 03:16:07 2026] GET /v2.0/security-groups => generated 2925 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 528/1118] 10.0.0.146 () {32 vars in 724 bytes} [Thu Sep 10 03:16:07 2026] DELETE /v2.0/subnets/ab0ab8af-be54-4534-a4b8-f5e2c6c1dc02 => generated 0 bytes in 104 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 591/1119] 10.0.0.146 () {32 vars in 647 bytes} [Thu Sep 10 03:16:07 2026] GET /v2.0/subnets => generated 649 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-09-10 03:16:07.795 8 INFO neutron.services.segments.plugin [-] Segment 2558860a-931a-4cf6-8540-0d035ccacd4a resource provider aggregate not found 2026-09-10 03:16:07.804 8 INFO neutron.services.segments.plugin [-] Segment 2558860a-931a-4cf6-8540-0d035ccacd4a resource provider aggregate not found 2026-09-10 03:16:07.819 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 2558860a-931a-4cf6-8540-0d035ccacd4a resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2558860a-931a-4cf6-8540-0d035ccacd4a found for delete ", "request_id": "req-1fa310c5-781e-42fc-8419-3cd80e10afa5"}]} 2026-09-10 03:16:07.825 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 2558860a-931a-4cf6-8540-0d035ccacd4a resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2558860a-931a-4cf6-8540-0d035ccacd4a found for delete ", "request_id": "req-92e235fe-f1d4-40f1-87f7-6e2bc4b641eb"}]} [pid: 8|app: 0|req: 529/1120] 10.0.0.146 () {32 vars in 726 bytes} [Thu Sep 10 03:16:07 2026] DELETE /v2.0/networks/f6454126-8e7d-4796-9317-7bad414b6683 => generated 0 bytes in 201 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-09-10 03:16:08.095 7 INFO neutron.services.segments.plugin [-] Segment f89d2931-1c22-435b-a678-d119ca413f54 resource provider aggregate not found 2026-09-10 03:16:08.098 7 INFO neutron.services.segments.plugin [-] Segment f89d2931-1c22-435b-a678-d119ca413f54 resource provider aggregate not found [pid: 7|app: 0|req: 592/1121] 10.0.0.146 () {32 vars in 726 bytes} [Thu Sep 10 03:16:07 2026] DELETE /v2.0/networks/bfe012d1-240e-47e9-9e23-54850d1f01f9 => generated 0 bytes in 264 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-09-10 03:16:08.126 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment f89d2931-1c22-435b-a678-d119ca413f54 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f89d2931-1c22-435b-a678-d119ca413f54 found for delete ", "request_id": "req-f4f379a3-ee38-4a91-888d-677b72a52d9b"}]} 2026-09-10 03:16:08.127 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment f89d2931-1c22-435b-a678-d119ca413f54 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f89d2931-1c22-435b-a678-d119ca413f54 found for delete ", "request_id": "req-505d7140-2ec0-4c13-bb46-1e52bd8db824"}]} [pid: 8|app: 0|req: 530/1122] 10.0.0.146 () {32 vars in 726 bytes} [Thu Sep 10 03:16:08 2026] DELETE /v2.0/networks/90499401-5acb-4143-8d6f-689899ef15a3 => 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: 593/1123] 10.0.0.146 () {32 vars in 774 bytes} [Thu Sep 10 03:16:08 2026] GET /v2.0/security-groups?tenant_id=7fc02b15dc044124834db7beb401b506&name=default => generated 2925 bytes in 179 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 531/1124] 10.0.0.146 () {34 vars in 685 bytes} [Thu Sep 10 03:16:08 2026] POST /v2.0/security-groups => generated 1658 bytes in 144 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 594/1125] 10.0.0.146 () {32 vars in 726 bytes} [Thu Sep 10 03:16:08 2026] DELETE /v2.0/networks/c40638fe-be25-4b03-a09c-dcf2c356fb93 => 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: 595/1126] 10.0.0.146 () {34 vars in 695 bytes} [Thu Sep 10 03:16:08 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: 596/1127] 10.0.0.206 () {34 vars in 990 bytes} [Thu Sep 10 03:16:08 2026] GET /v2.0/ports?device_id=9593c6b0-f44b-480f-880e-27842e0e3374 => 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: 532/1128] 10.0.0.146 () {32 vars in 740 bytes} [Thu Sep 10 03:16:08 2026] DELETE /v2.0/security-groups/2f4359c2-1930-44fe-a785-aa3048a1155a => generated 0 bytes in 201 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 597/1129] 10.0.0.146 () {34 vars in 695 bytes} [Thu Sep 10 03:16:08 2026] POST /v2.0/security-group-rules => generated 602 bytes in 101 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 598/1130] 10.0.0.146 () {32 vars in 774 bytes} [Thu Sep 10 03:16:08 2026] GET /v2.0/security-groups?tenant_id=a9fa7b2356ef4985b76e5ae587b010a6&name=default => generated 2925 bytes in 242 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 533/1131] 10.0.0.146 () {34 vars in 676 bytes} [Thu Sep 10 03:16:08 2026] POST /v2.0/floatingips => generated 552 bytes in 621 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 599/1132] 10.0.0.146 () {32 vars in 740 bytes} [Thu Sep 10 03:16:09 2026] DELETE /v2.0/security-groups/e09f58bf-6d82-4e16-8b60-a73ec91f46b8 => generated 0 bytes in 161 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-09-10 03:16:09.838 8 INFO neutron.services.segments.plugin [-] Segment 2558dd5c-4b05-48e9-b42d-044bed36f691 resource provider aggregate not found 2026-09-10 03:16:09.839 8 INFO neutron.services.segments.plugin [-] Segment 2558dd5c-4b05-48e9-b42d-044bed36f691 resource provider aggregate not found [pid: 8|app: 0|req: 534/1133] 10.0.0.146 () {32 vars in 740 bytes} [Thu Sep 10 03:16:09 2026] DELETE /v2.0/security-groups/ebc578b3-bd2e-474f-be4b-bc19068dedca => generated 0 bytes in 133 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-09-10 03:16:09.857 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 2558dd5c-4b05-48e9-b42d-044bed36f691 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2558dd5c-4b05-48e9-b42d-044bed36f691 found for delete ", "request_id": "req-a723ae4d-dc59-44c9-8aae-30f336ea5493"}]} 2026-09-10 03:16:09.862 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 2558dd5c-4b05-48e9-b42d-044bed36f691 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2558dd5c-4b05-48e9-b42d-044bed36f691 found for delete ", "request_id": "req-41ad615d-dd6c-4ead-ba2c-566987662e2f"}]} 2026-09-10 03:16:09.869 7 INFO neutron.api.v2.resource [None req-357e37f3-3222-4de8-b24f-34d83f9e114c 80548ac5ee524dfcb13c198726989e75 6a38196f2fb74592812f7d6796aaa78d - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 600/1134] 10.0.0.146 () {32 vars in 737 bytes} [Thu Sep 10 03:16:09 2026] GET /v2.0/security-groups/ebc578b3-bd2e-474f-be4b-bc19068dedca => generated 146 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 535/1135] 10.0.0.206 () {34 vars in 1098 bytes} [Thu Sep 10 03:16:09 2026] GET /v2.0/security-groups?name=tempest-securitygroup--970965595&fields=id&tenant_id=f7b9f43795954ab69e00515abfa10b43 => generated 69 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 536/1136] 10.0.0.206 () {34 vars in 982 bytes} [Thu Sep 10 03:16:09 2026] GET /v2.0/networks?id=bd74f147-62b9-4837-b91f-6b9f7122777e => generated 676 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 537/1137] 10.0.0.206 () {34 vars in 965 bytes} [Thu Sep 10 03:16:09 2026] GET /v2.0/quotas/f7b9f43795954ab69e00515abfa10b43 => generated 292 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-09-10 03:16:10.008 7 INFO neutron_taas.services.taas.taas_plugin [None req-8bab45f4-53b7-44b1-9fdc-ed50f9250c44 80548ac5ee524dfcb13c198726989e75 6a38196f2fb74592812f7d6796aaa78d - - default default] TaaS: Handle Delete Port: 53966c7e-4a71-4d92-9101-8763bc2ab9a3 2026-09-10 03:16:10.012 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8bab45f4-53b7-44b1-9fdc-ed50f9250c44 80548ac5ee524dfcb13c198726989e75 6a38196f2fb74592812f7d6796aaa78d - - default default] Tap Mirror: Handle Delete Port: 53966c7e-4a71-4d92-9101-8763bc2ab9a3 [pid: 8|app: 0|req: 538/1138] 10.0.0.206 () {34 vars in 1002 bytes} [Thu Sep 10 03:16:10 2026] GET /v2.0/ports?tenant_id=f7b9f43795954ab69e00515abfa10b43&fields=id => generated 103 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 539/1139] 10.0.0.206 () {34 vars in 1008 bytes} [Thu Sep 10 03:16:10 2026] GET /v2.0/networks/bd74f147-62b9-4837-b91f-6b9f7122777e?fields=segments => generated 14 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-09-10 03:16:10.156 7 INFO neutron.services.segments.plugin [-] Segment d5e7791f-4ccd-4b81-a76c-9452f7687978 resource provider aggregate not found 2026-09-10 03:16:10.169 7 INFO neutron.services.segments.plugin [-] Segment d5e7791f-4ccd-4b81-a76c-9452f7687978 resource provider aggregate not found 2026-09-10 03:16:10.185 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment d5e7791f-4ccd-4b81-a76c-9452f7687978 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d5e7791f-4ccd-4b81-a76c-9452f7687978 found for delete ", "request_id": "req-43e5fd98-29bb-4adf-ba47-2a9fa688cc2f"}]} 2026-09-10 03:16:10.197 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment d5e7791f-4ccd-4b81-a76c-9452f7687978 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d5e7791f-4ccd-4b81-a76c-9452f7687978 found for delete ", "request_id": "req-03683890-16b5-44ea-97d3-a46bcf15d427"}]} [pid: 8|app: 0|req: 540/1140] 10.0.0.206 () {34 vars in 1108 bytes} [Thu Sep 10 03:16:10 2026] GET /v2.0/networks/bd74f147-62b9-4837-b91f-6b9f7122777e?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: 601/1141] 10.0.0.146 () {32 vars in 732 bytes} [Thu Sep 10 03:16:09 2026] DELETE /v2.0/floatingips/a0696975-657d-4cd8-8da9-105aee4eb005 => generated 0 bytes in 350 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 604/1144] 10.0.0.206 () {34 vars in 990 bytes} [Thu Sep 10 03:16:10 2026] GET /v2.0/ports?device_id=1b1e6e73-83a7-42e9-97e2-e578454755bf => generated 12 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-09-10 03:16:10.691 8 INFO neutron_taas.services.taas.taas_plugin [None req-9f14c104-c029-4119-a728-c5023d22a60d 2dcafeabbd18499d9be13b4c6b2b81df e99512c22f4c438895442732cf452151 - - default default] TaaS: Handle Delete Port: adbc18f4-aa8d-4ee8-8748-8a3ec769ec6d 2026-09-10 03:16:10.694 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9f14c104-c029-4119-a728-c5023d22a60d 2dcafeabbd18499d9be13b4c6b2b81df e99512c22f4c438895442732cf452151 - - default default] Tap Mirror: Handle Delete Port: adbc18f4-aa8d-4ee8-8748-8a3ec769ec6d [pid: 8|app: 0|req: 541/1145] 10.0.0.146 () {34 vars in 789 bytes} [Thu Sep 10 03:16:10 2026] PUT /v2.0/routers/9fd5550c-9903-4ca4-a7ef-92a823d66487/remove_router_interface => generated 309 bytes in 1016 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-09-10 03:16:11.445 7 INFO neutron_taas.services.taas.taas_plugin [None req-bba45a09-1c3b-42d4-8e5b-a635771bb5af 2dcafeabbd18499d9be13b4c6b2b81df e99512c22f4c438895442732cf452151 - - default default] TaaS: Handle Delete Port: b3a9940e-1fc0-481b-a82f-f9a3d7e52f10 2026-09-10 03:16:11.448 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-bba45a09-1c3b-42d4-8e5b-a635771bb5af 2dcafeabbd18499d9be13b4c6b2b81df e99512c22f4c438895442732cf452151 - - default default] Tap Mirror: Handle Delete Port: b3a9940e-1fc0-481b-a82f-f9a3d7e52f10 2026-09-10 03:16:11.701 8 INFO neutron.db.segments_db [None req-559d8a0d-aa5e-4d51-a7fb-ad7a3ef12d22 5959d1234f8b40ec9fb0ca26580a1901 2f59154153eb4ac797a8ea25e56ea1b2 - - default default] Added segment 2bc9df75-ad18-4980-8cb6-89917b62aefd of type vxlan for network 6b7e4ce8-de86-4888-8c11-12bfe143ef8e 2026-09-10 03:16:11.728 7 INFO neutron_taas.services.taas.taas_plugin [None req-bba45a09-1c3b-42d4-8e5b-a635771bb5af 2dcafeabbd18499d9be13b4c6b2b81df e99512c22f4c438895442732cf452151 - - default default] TaaS: Handle Delete Port: 44bb6fdc-0365-430f-9d57-ff361c4ce075 2026-09-10 03:16:11.730 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-bba45a09-1c3b-42d4-8e5b-a635771bb5af 2dcafeabbd18499d9be13b4c6b2b81df e99512c22f4c438895442732cf452151 - - default default] Tap Mirror: Handle Delete Port: 44bb6fdc-0365-430f-9d57-ff361c4ce075 [pid: 8|app: 0|req: 542/1146] 10.0.0.146 () {34 vars in 670 bytes} [Thu Sep 10 03:16:11 2026] POST /v2.0/networks => generated 634 bytes in 405 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 543/1147] 10.0.0.206 () {34 vars in 990 bytes} [Thu Sep 10 03:16:11 2026] GET /v2.0/ports?device_id=1b1e6e73-83a7-42e9-97e2-e578454755bf => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-09-10 03:16:11.843 8 INFO neutron.db.segments_db [None req-8bc19dd5-605e-46c2-bf29-2b2925a035a7 5959d1234f8b40ec9fb0ca26580a1901 2f59154153eb4ac797a8ea25e56ea1b2 - - default default] Added segment 2dc18cfd-1a22-42b4-9274-ee60742e41e8 of type vxlan for network 89b0035e-eb31-411e-a710-3a30cab4cd61 [pid: 8|app: 0|req: 544/1148] 10.0.0.146 () {34 vars in 670 bytes} [Thu Sep 10 03:16:11 2026] POST /v2.0/networks => generated 634 bytes in 140 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-09-10 03:16:12.046 7 INFO neutron.db.l3_hamode_db [None req-bba45a09-1c3b-42d4-8e5b-a635771bb5af 2dcafeabbd18499d9be13b4c6b2b81df e99512c22f4c438895442732cf452151 - - default default] HA network f9b415af-f8a7-4611-a48f-ea5a54e71662 was deleted as no HA routers are present in tenant 6a38196f2fb74592812f7d6796aaa78d. [pid: 7|app: 0|req: 605/1149] 10.0.0.146 () {32 vars in 724 bytes} [Thu Sep 10 03:16:11 2026] DELETE /v2.0/routers/9fd5550c-9903-4ca4-a7ef-92a823d66487 => generated 0 bytes in 799 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 606/1150] 10.0.0.146 () {32 vars in 724 bytes} [Thu Sep 10 03:16:12 2026] DELETE /v2.0/subnets/ccc415b0-234a-49bc-874f-8a2c12f545b8 => generated 0 bytes in 138 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-09-10 03:16:12.210 7 INFO neutron.services.segments.plugin [-] Segment 89aad736-c54d-4d26-9713-89e7b1874585 resource provider aggregate not found 2026-09-10 03:16:12.223 7 INFO neutron.services.segments.plugin [-] Segment 89aad736-c54d-4d26-9713-89e7b1874585 resource provider aggregate not found [pid: 8|app: 0|req: 545/1151] 10.0.0.146 () {34 vars in 669 bytes} [Thu Sep 10 03:16:11 2026] POST /v2.0/subnets => generated 646 bytes in 282 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-09-10 03:16:12.239 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 89aad736-c54d-4d26-9713-89e7b1874585 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 89aad736-c54d-4d26-9713-89e7b1874585 found for delete ", "request_id": "req-a1d43c19-58f6-4761-a506-6fe218e65abc"}]} 2026-09-10 03:16:12.240 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 89aad736-c54d-4d26-9713-89e7b1874585 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 89aad736-c54d-4d26-9713-89e7b1874585 found for delete ", "request_id": "req-738ab1c0-7866-407e-92c3-5279953c79e9"}]} 2026-09-10 03:16:12.351 7 INFO neutron_taas.services.taas.taas_plugin [None req-2812fbc4-16b6-466c-8aca-faa110488f68 2dcafeabbd18499d9be13b4c6b2b81df e99512c22f4c438895442732cf452151 - - default default] TaaS: Handle Delete Port: 4c4742c4-98f6-4461-a5ff-893ba6c3c936 2026-09-10 03:16:12.357 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2812fbc4-16b6-466c-8aca-faa110488f68 2dcafeabbd18499d9be13b4c6b2b81df e99512c22f4c438895442732cf452151 - - default default] Tap Mirror: Handle Delete Port: 4c4742c4-98f6-4461-a5ff-893ba6c3c936 [pid: 8|app: 0|req: 546/1152] 10.0.0.146 () {34 vars in 669 bytes} [Thu Sep 10 03:16:12 2026] POST /v2.0/subnets => generated 655 bytes in 320 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 607/1153] 10.0.0.146 () {32 vars in 726 bytes} [Thu Sep 10 03:16:12 2026] DELETE /v2.0/networks/052d8a79-8da7-455a-a8ba-ab32d14c257d => generated 0 bytes in 365 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-09-10 03:16:12.642 8 INFO neutron.db.segments_db [None req-61b4e3d8-b513-46ed-9720-6d78fa5f4cb2 5959d1234f8b40ec9fb0ca26580a1901 2f59154153eb4ac797a8ea25e56ea1b2 - - default default] Added segment e8080da6-fcc1-43f0-b1fe-d715b1004f3b of type vxlan for network ae807cc9-f1b3-48e8-814c-937384e986c3 [pid: 7|app: 0|req: 608/1154] 10.0.0.146 () {32 vars in 774 bytes} [Thu Sep 10 03:16:12 2026] GET /v2.0/security-groups?tenant_id=6a38196f2fb74592812f7d6796aaa78d&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: 609/1155] 10.0.0.146 () {32 vars in 740 bytes} [Thu Sep 10 03:16:12 2026] DELETE /v2.0/security-groups/d4a5775b-1c3f-4323-b13d-ac5e2d893124 => 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: 610/1156] 10.0.0.206 () {34 vars in 990 bytes} [Thu Sep 10 03:16:12 2026] GET /v2.0/ports?device_id=1b1e6e73-83a7-42e9-97e2-e578454755bf => generated 12 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-09-10 03:16:13.007 8 INFO neutron.db.l3_hamode_db [None req-61b4e3d8-b513-46ed-9720-6d78fa5f4cb2 5959d1234f8b40ec9fb0ca26580a1901 2f59154153eb4ac797a8ea25e56ea1b2 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-09-10 03:16:13.148 8 INFO neutron.db.l3_hamode_db [None req-61b4e3d8-b513-46ed-9720-6d78fa5f4cb2 5959d1234f8b40ec9fb0ca26580a1901 2f59154153eb4ac797a8ea25e56ea1b2 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 611/1157] 10.0.0.146 () {32 vars in 774 bytes} [Thu Sep 10 03:16:13 2026] GET /v2.0/security-groups?tenant_id=2e94f67cfa304bfaa88d2faebeb6f22c&name=default => generated 2925 bytes in 313 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 547/1158] 10.0.0.146 () {34 vars in 669 bytes} [Thu Sep 10 03:16:12 2026] POST /v2.0/routers => generated 510 bytes in 1165 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 612/1159] 10.0.0.146 () {32 vars in 740 bytes} [Thu Sep 10 03:16:13 2026] DELETE /v2.0/security-groups/7c01a7d4-930f-4de6-b838-34ad95be79ca => generated 0 bytes in 89 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 613/1160] 10.0.0.206 () {34 vars in 990 bytes} [Thu Sep 10 03:16:14 2026] GET /v2.0/ports?device_id=1b1e6e73-83a7-42e9-97e2-e578454755bf => generated 12 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-09-10 03:16:14.267 7 INFO neutron.services.segments.plugin [-] Segment ff645ec9-661b-4316-891b-2a47652a59f3 resource provider aggregate not found 2026-09-10 03:16:14.273 7 INFO neutron.services.segments.plugin [-] Segment ff645ec9-661b-4316-891b-2a47652a59f3 resource provider aggregate not found 2026-09-10 03:16:14.294 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment ff645ec9-661b-4316-891b-2a47652a59f3 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ff645ec9-661b-4316-891b-2a47652a59f3 found for delete ", "request_id": "req-ad491ebd-90e1-44f1-b4aa-6ab85aff4dd3"}]} 2026-09-10 03:16:14.301 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment ff645ec9-661b-4316-891b-2a47652a59f3 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ff645ec9-661b-4316-891b-2a47652a59f3 found for delete ", "request_id": "req-e75a3c5e-34c8-47d6-b43a-bb33c5f3478c"}]} [pid: 7|app: 0|req: 614/1161] 162.253.55.155 () {34 vars in 986 bytes} [Thu Sep 10 03:16:14 2026] GET /v2.0/networks?id=bd74f147-62b9-4837-b91f-6b9f7122777e => generated 676 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 615/1162] 162.253.55.155 () {34 vars in 1050 bytes} [Thu Sep 10 03:16:14 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=f7b9f43795954ab69e00515abfa10b43 => generated 180 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 548/1163] 10.0.0.146 () {34 vars in 783 bytes} [Thu Sep 10 03:16:13 2026] PUT /v2.0/routers/619dd818-4125-41bb-8e68-45055b8cdcc0/add_router_interface => generated 309 bytes in 1350 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 549/1164] 10.0.0.146 () {32 vars in 717 bytes} [Thu Sep 10 03:16:15 2026] GET /v2.0/ports/55382c3f-2a92-42ff-930a-07ae7dff5f72 => generated 959 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 550/1165] 10.0.0.206 () {34 vars in 990 bytes} [Thu Sep 10 03:16:15 2026] GET /v2.0/ports?device_id=1b1e6e73-83a7-42e9-97e2-e578454755bf => generated 957 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 616/1166] 162.253.55.155 () {38 vars in 955 bytes} [Thu Sep 10 03:16:14 2026] POST /v2.0/ports => generated 954 bytes in 347 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 617/1167] 10.0.0.206 () {34 vars in 1040 bytes} [Thu Sep 10 03:16:15 2026] GET /v2.0/security-groups?id=54181970-8207-4586-94d7-5ae611f2bfc5&fields=id&fields=name => generated 113 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 618/1168] 162.253.55.155 () {38 vars in 1028 bytes} [Thu Sep 10 03:16:15 2026] PUT /v2.0/ports/fe848379-cc48-4ab7-99be-d342609915ea => generated 1235 bytes in 393 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-09-10 03:16:15.751 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-3f14bcb3-7125-4682-8b4d-ac2ec60914c9'] response: {'name': 'network-changed', 'server_uuid': '1b1e6e73-83a7-42e9-97e2-e578454755bf', 'tag': 'fe848379-cc48-4ab7-99be-d342609915ea', 'status': 'completed', 'code': 200} /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 619/1169] 162.253.55.155 () {34 vars in 1080 bytes} [Thu Sep 10 03:16:16 2026] GET /v2.0/ports?tenant_id=f7b9f43795954ab69e00515abfa10b43&device_id=1b1e6e73-83a7-42e9-97e2-e578454755bf => generated 1238 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 551/1170] 10.0.0.146 () {34 vars in 783 bytes} [Thu Sep 10 03:16:15 2026] PUT /v2.0/routers/619dd818-4125-41bb-8e68-45055b8cdcc0/add_router_interface => generated 309 bytes in 1102 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 620/1171] 162.253.55.155 () {34 vars in 1018 bytes} [Thu Sep 10 03:16:16 2026] GET /v2.0/networks?tenant_id=f7b9f43795954ab69e00515abfa10b43&shared=False => generated 772 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 552/1172] 10.0.0.146 () {32 vars in 717 bytes} [Thu Sep 10 03:16:16 2026] GET /v2.0/ports/b50a10bd-dcfb-4591-b4a0-dfad35f3030f => generated 967 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 553/1173] 162.253.55.155 () {34 vars in 930 bytes} [Thu Sep 10 03:16:16 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 554/1174] 10.0.0.206 () {34 vars in 990 bytes} [Thu Sep 10 03:16:16 2026] GET /v2.0/ports?device_id=1b1e6e73-83a7-42e9-97e2-e578454755bf => generated 969 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 621/1175] 10.0.0.146 () {32 vars in 774 bytes} [Thu Sep 10 03:16:16 2026] GET /v2.0/security-groups?tenant_id=9108e9d75e804c4b96c24a4498ce1ab9&name=default => generated 2925 bytes in 310 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 622/1176] 10.0.0.206 () {34 vars in 1040 bytes} [Thu Sep 10 03:16:16 2026] GET /v2.0/security-groups?id=54181970-8207-4586-94d7-5ae611f2bfc5&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: 623/1177] 10.0.0.146 () {32 vars in 740 bytes} [Thu Sep 10 03:16:16 2026] DELETE /v2.0/security-groups/40952637-13d7-4723-a5a5-001f0fd10b0d => generated 0 bytes in 91 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-09-10 03:16:17.381 8 INFO neutron_taas.services.taas.taas_plugin [None req-93fd1977-9a18-4423-863c-3d5812754fb2 5959d1234f8b40ec9fb0ca26580a1901 2f59154153eb4ac797a8ea25e56ea1b2 - - default default] TaaS: Handle Delete Port: b50a10bd-dcfb-4591-b4a0-dfad35f3030f 2026-09-10 03:16:17.384 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-93fd1977-9a18-4423-863c-3d5812754fb2 5959d1234f8b40ec9fb0ca26580a1901 2f59154153eb4ac797a8ea25e56ea1b2 - - default default] Tap Mirror: Handle Delete Port: b50a10bd-dcfb-4591-b4a0-dfad35f3030f [pid: 7|app: 0|req: 624/1178] 162.253.55.155 () {34 vars in 1080 bytes} [Thu Sep 10 03:16:17 2026] GET /v2.0/ports?tenant_id=f7b9f43795954ab69e00515abfa10b43&device_id=1b1e6e73-83a7-42e9-97e2-e578454755bf => generated 1238 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 625/1179] 162.253.55.155 () {34 vars in 1058 bytes} [Thu Sep 10 03:16:17 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.7&port_id=fe848379-cc48-4ab7-99be-d342609915ea => 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: 626/1180] 162.253.55.155 () {34 vars in 984 bytes} [Thu Sep 10 03:16:17 2026] GET /v2.0/subnets?id=f05d093d-6af8-4646-a472-de743439cf5a => generated 694 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 627/1181] 162.253.55.155 () {34 vars in 1052 bytes} [Thu Sep 10 03:16:17 2026] GET /v2.0/ports?network_id=bd74f147-62b9-4837-b91f-6b9f7122777e&device_owner=network%3Adhcp => generated 1244 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 628/1182] 162.253.55.155 () {34 vars in 1012 bytes} [Thu Sep 10 03:16:17 2026] GET /v2.0/networks/bd74f147-62b9-4837-b91f-6b9f7122777e?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: 629/1183] 162.253.55.155 () {34 vars in 1112 bytes} [Thu Sep 10 03:16:17 2026] GET /v2.0/networks/bd74f147-62b9-4837-b91f-6b9f7122777e?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 555/1184] 10.0.0.146 () {34 vars in 789 bytes} [Thu Sep 10 03:16:16 2026] PUT /v2.0/routers/619dd818-4125-41bb-8e68-45055b8cdcc0/remove_router_interface => generated 309 bytes in 1281 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 630/1185] 10.0.0.206 () {34 vars in 990 bytes} [Thu Sep 10 03:16:17 2026] GET /v2.0/ports?device_id=1b1e6e73-83a7-42e9-97e2-e578454755bf => 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: 631/1186] 10.0.0.206 () {34 vars in 1040 bytes} [Thu Sep 10 03:16:17 2026] GET /v2.0/security-groups?id=54181970-8207-4586-94d7-5ae611f2bfc5&fields=id&fields=name => generated 113 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-09-10 03:16:18.160 8 INFO neutron_taas.services.taas.taas_plugin [None req-f4613cda-2d5c-42da-bbc1-233b54cf6d72 5959d1234f8b40ec9fb0ca26580a1901 2f59154153eb4ac797a8ea25e56ea1b2 - - default default] TaaS: Handle Delete Port: 55382c3f-2a92-42ff-930a-07ae7dff5f72 2026-09-10 03:16:18.166 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f4613cda-2d5c-42da-bbc1-233b54cf6d72 5959d1234f8b40ec9fb0ca26580a1901 2f59154153eb4ac797a8ea25e56ea1b2 - - default default] Tap Mirror: Handle Delete Port: 55382c3f-2a92-42ff-930a-07ae7dff5f72 [pid: 8|app: 0|req: 556/1187] 10.0.0.146 () {34 vars in 789 bytes} [Thu Sep 10 03:16:17 2026] PUT /v2.0/routers/619dd818-4125-41bb-8e68-45055b8cdcc0/remove_router_interface => generated 309 bytes in 699 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 632/1188] 10.0.0.146 () {32 vars in 736 bytes} [Thu Sep 10 03:16:18 2026] GET /v2.0/ports?device_id=619dd818-4125-41bb-8e68-45055b8cdcc0 => generated 12 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-09-10 03:16:18.725 8 INFO neutron_taas.services.taas.taas_plugin [None req-794756f5-5214-406d-882d-0520305d384c 5959d1234f8b40ec9fb0ca26580a1901 2f59154153eb4ac797a8ea25e56ea1b2 - - default default] TaaS: Handle Delete Port: 7147c7b5-368b-4bc3-9aeb-311f1af6afa4 2026-09-10 03:16:18.728 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-794756f5-5214-406d-882d-0520305d384c 5959d1234f8b40ec9fb0ca26580a1901 2f59154153eb4ac797a8ea25e56ea1b2 - - default default] Tap Mirror: Handle Delete Port: 7147c7b5-368b-4bc3-9aeb-311f1af6afa4 [pid: 7|app: 0|req: 633/1189] 10.0.0.206 () {34 vars in 990 bytes} [Thu Sep 10 03:16:18 2026] GET /v2.0/ports?device_id=1b1e6e73-83a7-42e9-97e2-e578454755bf => generated 969 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 634/1190] 10.0.0.206 () {34 vars in 1040 bytes} [Thu Sep 10 03:16:18 2026] GET /v2.0/security-groups?id=54181970-8207-4586-94d7-5ae611f2bfc5&fields=id&fields=name => generated 113 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-09-10 03:16:19.129 8 INFO neutron.services.segments.plugin [-] Segment e8080da6-fcc1-43f0-b1fe-d715b1004f3b resource provider aggregate not found 2026-09-10 03:16:19.139 8 INFO neutron.services.segments.plugin [-] Segment e8080da6-fcc1-43f0-b1fe-d715b1004f3b resource provider aggregate not found 2026-09-10 03:16:19.148 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment e8080da6-fcc1-43f0-b1fe-d715b1004f3b resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e8080da6-fcc1-43f0-b1fe-d715b1004f3b found for delete ", "request_id": "req-329a77b7-01ae-456d-aee5-1c12384c1198"}]} 2026-09-10 03:16:19.158 8 INFO neutron.db.l3_hamode_db [None req-794756f5-5214-406d-882d-0520305d384c 5959d1234f8b40ec9fb0ca26580a1901 2f59154153eb4ac797a8ea25e56ea1b2 - - default default] HA network ae807cc9-f1b3-48e8-814c-937384e986c3 was deleted as no HA routers are present in tenant 2f59154153eb4ac797a8ea25e56ea1b2. [pid: 8|app: 0|req: 557/1191] 10.0.0.146 () {32 vars in 724 bytes} [Thu Sep 10 03:16:18 2026] DELETE /v2.0/routers/619dd818-4125-41bb-8e68-45055b8cdcc0 => generated 0 bytes in 616 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-09-10 03:16:19.174 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment e8080da6-fcc1-43f0-b1fe-d715b1004f3b resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e8080da6-fcc1-43f0-b1fe-d715b1004f3b found for delete ", "request_id": "req-bffe5d04-349a-4707-a616-5b8081af2873"}]} [pid: 7|app: 0|req: 635/1192] 10.0.0.146 () {32 vars in 724 bytes} [Thu Sep 10 03:16:19 2026] DELETE /v2.0/subnets/d0e44299-89af-4f67-b676-f5283f5cb6a6 => 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: 558/1193] 10.0.0.146 () {32 vars in 724 bytes} [Thu Sep 10 03:16:19 2026] DELETE /v2.0/subnets/3200c095-ebb2-4571-b6be-d0c9880719d4 => generated 0 bytes in 168 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-09-10 03:16:19.667 7 INFO neutron.services.segments.plugin [-] Segment 2dc18cfd-1a22-42b4-9274-ee60742e41e8 resource provider aggregate not found 2026-09-10 03:16:19.685 7 INFO neutron.services.segments.plugin [-] Segment 2dc18cfd-1a22-42b4-9274-ee60742e41e8 resource provider aggregate not found 2026-09-10 03:16:19.689 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 2dc18cfd-1a22-42b4-9274-ee60742e41e8 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2dc18cfd-1a22-42b4-9274-ee60742e41e8 found for delete ", "request_id": "req-c90706ac-811e-4934-8470-0cb406b65a68"}]} [pid: 7|app: 0|req: 636/1194] 10.0.0.146 () {32 vars in 726 bytes} [Thu Sep 10 03:16:19 2026] DELETE /v2.0/networks/89b0035e-eb31-411e-a710-3a30cab4cd61 => generated 0 bytes in 206 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-09-10 03:16:19.701 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 2dc18cfd-1a22-42b4-9274-ee60742e41e8 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2dc18cfd-1a22-42b4-9274-ee60742e41e8 found for delete ", "request_id": "req-5f769dc0-39d2-487c-8789-53d55aa9a0ef"}]} 2026-09-10 03:16:19.816 8 INFO neutron_taas.services.taas.taas_plugin [None req-c736e056-13d3-4b2d-929f-95115f8221b9 5959d1234f8b40ec9fb0ca26580a1901 2f59154153eb4ac797a8ea25e56ea1b2 - - default default] TaaS: Handle Delete Port: 93814ee9-b8ba-4ff6-a432-c6821cee3856 2026-09-10 03:16:19.819 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c736e056-13d3-4b2d-929f-95115f8221b9 5959d1234f8b40ec9fb0ca26580a1901 2f59154153eb4ac797a8ea25e56ea1b2 - - default default] Tap Mirror: Handle Delete Port: 93814ee9-b8ba-4ff6-a432-c6821cee3856 [pid: 8|app: 0|req: 559/1195] 10.0.0.146 () {32 vars in 726 bytes} [Thu Sep 10 03:16:19 2026] DELETE /v2.0/networks/6b7e4ce8-de86-4888-8c11-12bfe143ef8e => generated 0 bytes in 396 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 637/1196] 10.0.0.206 () {34 vars in 990 bytes} [Thu Sep 10 03:16:20 2026] GET /v2.0/ports?device_id=1b1e6e73-83a7-42e9-97e2-e578454755bf => generated 969 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-09-10 03:16:20.180 8 INFO neutron.db.segments_db [None req-78be0e1c-6ccf-444d-9be8-c5be4123e7bd 5959d1234f8b40ec9fb0ca26580a1901 2f59154153eb4ac797a8ea25e56ea1b2 - - default default] Added segment b5927a7f-f541-46d7-b0f2-a3dadf250220 of type vxlan for network acb4ad59-4525-41b2-b4d9-9c36069e0877 [pid: 7|app: 0|req: 638/1197] 10.0.0.206 () {34 vars in 1040 bytes} [Thu Sep 10 03:16:20 2026] GET /v2.0/security-groups?id=54181970-8207-4586-94d7-5ae611f2bfc5&fields=id&fields=name => generated 113 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 560/1198] 10.0.0.146 () {34 vars in 670 bytes} [Thu Sep 10 03:16:20 2026] POST /v2.0/networks => generated 634 bytes in 172 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 639/1199] 10.0.0.146 () {34 vars in 669 bytes} [Thu Sep 10 03:16:20 2026] POST /v2.0/subnets => generated 646 bytes in 294 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-09-10 03:16:20.631 8 INFO neutron.db.segments_db [None req-285459ae-c561-4b97-9ea2-a1e1405e5a3e 5959d1234f8b40ec9fb0ca26580a1901 2f59154153eb4ac797a8ea25e56ea1b2 - - default default] Added segment 07528862-b310-4d23-adba-9035c7aa8a48 of type vxlan for network 7083955f-70f7-4c45-9549-2cd444bae318 2026-09-10 03:16:20.836 8 INFO neutron.db.l3_hamode_db [None req-285459ae-c561-4b97-9ea2-a1e1405e5a3e 5959d1234f8b40ec9fb0ca26580a1901 2f59154153eb4ac797a8ea25e56ea1b2 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-09-10 03:16:21.024 8 INFO neutron.db.l3_hamode_db [None req-285459ae-c561-4b97-9ea2-a1e1405e5a3e 5959d1234f8b40ec9fb0ca26580a1901 2f59154153eb4ac797a8ea25e56ea1b2 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-09-10 03:16:21.170 8 INFO neutron.services.segments.plugin [-] Segment 2bc9df75-ad18-4980-8cb6-89917b62aefd resource provider aggregate not found 2026-09-10 03:16:21.197 8 INFO neutron.services.segments.plugin [-] Segment 2bc9df75-ad18-4980-8cb6-89917b62aefd resource provider aggregate not found 2026-09-10 03:16:21.199 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 2bc9df75-ad18-4980-8cb6-89917b62aefd resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2bc9df75-ad18-4980-8cb6-89917b62aefd found for delete ", "request_id": "req-94a9dfaf-7227-474f-b7d0-37660ec65f3a"}]} 2026-09-10 03:16:21.218 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 2bc9df75-ad18-4980-8cb6-89917b62aefd resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2bc9df75-ad18-4980-8cb6-89917b62aefd found for delete ", "request_id": "req-2134acb6-ba07-48bd-89ff-c2837ad74965"}]} [pid: 7|app: 0|req: 640/1200] 10.0.0.206 () {34 vars in 990 bytes} [Thu Sep 10 03:16:21 2026] GET /v2.0/ports?device_id=1b1e6e73-83a7-42e9-97e2-e578454755bf => generated 971 bytes in 121 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 641/1201] 10.0.0.206 () {34 vars in 1040 bytes} [Thu Sep 10 03:16:21 2026] GET /v2.0/security-groups?id=54181970-8207-4586-94d7-5ae611f2bfc5&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: 561/1202] 10.0.0.146 () {34 vars in 669 bytes} [Thu Sep 10 03:16:20 2026] POST /v2.0/routers => generated 510 bytes in 1211 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 642/1203] 10.0.0.146 () {34 vars in 665 bytes} [Thu Sep 10 03:16:21 2026] POST /v2.0/ports => generated 960 bytes in 359 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 643/1204] 10.0.0.206 () {34 vars in 990 bytes} [Thu Sep 10 03:16:22 2026] GET /v2.0/ports?device_id=1b1e6e73-83a7-42e9-97e2-e578454755bf => 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: 644/1205] 10.0.0.206 () {34 vars in 1040 bytes} [Thu Sep 10 03:16:22 2026] GET /v2.0/security-groups?id=54181970-8207-4586-94d7-5ae611f2bfc5&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: 645/1206] 10.0.0.206 () {34 vars in 990 bytes} [Thu Sep 10 03:16:22 2026] GET /v2.0/ports?device_id=1b1e6e73-83a7-42e9-97e2-e578454755bf => generated 971 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 646/1207] 10.0.0.146 () {32 vars in 774 bytes} [Thu Sep 10 03:16:22 2026] GET /v2.0/security-groups?tenant_id=d93ff6ad3c844c79bbff98aba2ddb8f9&name=default => generated 2925 bytes in 352 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 562/1208] 10.0.0.146 () {34 vars in 783 bytes} [Thu Sep 10 03:16:22 2026] PUT /v2.0/routers/15f46847-c701-4372-a8e4-8c036c6934d7/add_router_interface => generated 309 bytes in 1118 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: 563/1209] 10.0.0.146 () {32 vars in 740 bytes} [Thu Sep 10 03:16:23 2026] DELETE /v2.0/security-groups/186c6a16-25af-45dd-8804-3b33ac500ccb => generated 0 bytes in 104 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-09-10 03:16:23.436 7 INFO neutron.db.l3_db [None req-e139b136-5f3c-4cd7-adcb-6b16a21b9457 59dd3aed9e564ab7ab93ffe67ebf48d6 f7b9f43795954ab69e00515abfa10b43 - - default default] Floating IP a9aafe17-1a1b-4170-8b75-646f96ae9189 associated. External IP: 10.96.250.208, port: fe848379-cc48-4ab7-99be-d342609915ea. [pid: 8|app: 0|req: 564/1210] 10.0.0.146 () {32 vars in 717 bytes} [Thu Sep 10 03:16:23 2026] GET /v2.0/ports/6b4f63df-023c-4df6-b792-b37923e879d8 => generated 1034 bytes in 113 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 565/1211] 10.0.0.146 () {32 vars in 774 bytes} [Thu Sep 10 03:16:23 2026] GET /v2.0/security-groups?tenant_id=115a2999d48948588d7f932f1d33555c&name=default => generated 2925 bytes in 205 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 647/1212] 10.0.0.146 () {34 vars in 749 bytes} [Thu Sep 10 03:16:23 2026] PUT /v2.0/floatingips/a9aafe17-1a1b-4170-8b75-646f96ae9189 => generated 855 bytes in 595 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-09-10 03:16:23.783 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-4214ba70-117d-450a-a2d4-dc78d5eeca8d'] response: {'name': 'network-changed', 'server_uuid': '1b1e6e73-83a7-42e9-97e2-e578454755bf', 'tag': 'fe848379-cc48-4ab7-99be-d342609915ea', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 648/1213] 10.0.0.146 () {32 vars in 740 bytes} [Thu Sep 10 03:16:23 2026] DELETE /v2.0/security-groups/783c94fe-5163-4e08-8e44-f72f58361399 => generated 0 bytes in 129 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-09-10 03:16:24.043 8 INFO neutron_taas.services.taas.taas_plugin [None req-9281b1d0-dcf1-4570-a663-8f6f62d16445 5959d1234f8b40ec9fb0ca26580a1901 2f59154153eb4ac797a8ea25e56ea1b2 - - default default] TaaS: Handle Delete Port: 6b4f63df-023c-4df6-b792-b37923e879d8 2026-09-10 03:16:24.046 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9281b1d0-dcf1-4570-a663-8f6f62d16445 5959d1234f8b40ec9fb0ca26580a1901 2f59154153eb4ac797a8ea25e56ea1b2 - - default default] Tap Mirror: Handle Delete Port: 6b4f63df-023c-4df6-b792-b37923e879d8 [pid: 7|app: 0|req: 649/1214] 162.253.55.155 () {34 vars in 1080 bytes} [Thu Sep 10 03:16:24 2026] GET /v2.0/ports?tenant_id=f7b9f43795954ab69e00515abfa10b43&device_id=1b1e6e73-83a7-42e9-97e2-e578454755bf => generated 1240 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 650/1215] 162.253.55.155 () {34 vars in 986 bytes} [Thu Sep 10 03:16:24 2026] GET /v2.0/networks?id=bd74f147-62b9-4837-b91f-6b9f7122777e => generated 772 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 566/1216] 10.0.0.146 () {34 vars in 789 bytes} [Thu Sep 10 03:16:23 2026] PUT /v2.0/routers/15f46847-c701-4372-a8e4-8c036c6934d7/remove_router_interface => generated 309 bytes in 712 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: 651/1217] 162.253.55.155 () {34 vars in 1058 bytes} [Thu Sep 10 03:16:24 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.7&port_id=fe848379-cc48-4ab7-99be-d342609915ea => generated 858 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 652/1218] 162.253.55.155 () {34 vars in 984 bytes} [Thu Sep 10 03:16:24 2026] GET /v2.0/subnets?id=f05d093d-6af8-4646-a472-de743439cf5a => generated 694 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 653/1219] 162.253.55.155 () {34 vars in 1052 bytes} [Thu Sep 10 03:16:24 2026] GET /v2.0/ports?network_id=bd74f147-62b9-4837-b91f-6b9f7122777e&device_owner=network%3Adhcp => generated 1244 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-09-10 03:16:24.552 8 INFO neutron.api.v2.resource [None req-64f95a14-17b1-46d8-86ff-500c7929ab56 5959d1234f8b40ec9fb0ca26580a1901 2f59154153eb4ac797a8ea25e56ea1b2 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 8|app: 0|req: 567/1220] 10.0.0.146 () {34 vars in 789 bytes} [Thu Sep 10 03:16:24 2026] PUT /v2.0/routers/15f46847-c701-4372-a8e4-8c036c6934d7/remove_router_interface => generated 197 bytes in 119 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 654/1221] 162.253.55.155 () {34 vars in 1012 bytes} [Thu Sep 10 03:16:24 2026] GET /v2.0/networks/bd74f147-62b9-4837-b91f-6b9f7122777e?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: 655/1222] 10.0.0.146 () {32 vars in 736 bytes} [Thu Sep 10 03:16:24 2026] GET /v2.0/ports?device_id=15f46847-c701-4372-a8e4-8c036c6934d7 => 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: 656/1223] 162.253.55.155 () {34 vars in 1112 bytes} [Thu Sep 10 03:16:24 2026] GET /v2.0/networks/bd74f147-62b9-4837-b91f-6b9f7122777e?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-09-10 03:16:24.791 7 INFO neutron_taas.services.taas.taas_plugin [None req-40574482-9492-4bae-baef-55d5d4aa1c84 5959d1234f8b40ec9fb0ca26580a1901 2f59154153eb4ac797a8ea25e56ea1b2 - - default default] TaaS: Handle Delete Port: f5c778b0-cf03-4517-8af4-5190dfe84a9d 2026-09-10 03:16:24.794 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-40574482-9492-4bae-baef-55d5d4aa1c84 5959d1234f8b40ec9fb0ca26580a1901 2f59154153eb4ac797a8ea25e56ea1b2 - - default default] Tap Mirror: Handle Delete Port: f5c778b0-cf03-4517-8af4-5190dfe84a9d [pid: 8|app: 0|req: 568/1224] 10.0.0.146 () {32 vars in 774 bytes} [Thu Sep 10 03:16:24 2026] GET /v2.0/security-groups?tenant_id=bc12ef02afe34c118312f5cbfe499d23&name=default => generated 2925 bytes in 255 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 569/1225] 10.0.0.146 () {32 vars in 740 bytes} [Thu Sep 10 03:16:24 2026] DELETE /v2.0/security-groups/ea6d3939-d0cf-4e06-a2f7-76e862d43dcb => generated 0 bytes in 148 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-09-10 03:16:25.140 7 INFO neutron.services.segments.plugin [-] Segment 07528862-b310-4d23-adba-9035c7aa8a48 resource provider aggregate not found 2026-09-10 03:16:25.143 7 INFO neutron.services.segments.plugin [-] Segment 07528862-b310-4d23-adba-9035c7aa8a48 resource provider aggregate not found 2026-09-10 03:16:25.156 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 07528862-b310-4d23-adba-9035c7aa8a48 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 07528862-b310-4d23-adba-9035c7aa8a48 found for delete ", "request_id": "req-1e9ad361-c4b9-4ba9-a2ab-5e6cb7125e09"}]} 2026-09-10 03:16:25.163 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 07528862-b310-4d23-adba-9035c7aa8a48 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 07528862-b310-4d23-adba-9035c7aa8a48 found for delete ", "request_id": "req-61e38109-cb9d-4e9d-ba88-aba07a25ecc0"}]} 2026-09-10 03:16:25.167 7 INFO neutron.db.l3_hamode_db [None req-40574482-9492-4bae-baef-55d5d4aa1c84 5959d1234f8b40ec9fb0ca26580a1901 2f59154153eb4ac797a8ea25e56ea1b2 - - default default] HA network 7083955f-70f7-4c45-9549-2cd444bae318 was deleted as no HA routers are present in tenant 2f59154153eb4ac797a8ea25e56ea1b2. [pid: 7|app: 0|req: 657/1226] 10.0.0.146 () {32 vars in 724 bytes} [Thu Sep 10 03:16:24 2026] DELETE /v2.0/routers/15f46847-c701-4372-a8e4-8c036c6934d7 => generated 0 bytes in 525 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 570/1227] 10.0.0.146 () {32 vars in 724 bytes} [Thu Sep 10 03:16:25 2026] DELETE /v2.0/subnets/38ea9f92-bdfd-45a9-81d0-ab60e7ffdcc4 => generated 0 bytes in 147 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-09-10 03:16:25.883 7 INFO neutron_taas.services.taas.taas_plugin [None req-96e46262-337d-4b70-af32-a48727ddf149 5959d1234f8b40ec9fb0ca26580a1901 2f59154153eb4ac797a8ea25e56ea1b2 - - default default] TaaS: Handle Delete Port: 48c938f8-5662-4192-b595-e1b057d2058b 2026-09-10 03:16:25.885 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-96e46262-337d-4b70-af32-a48727ddf149 5959d1234f8b40ec9fb0ca26580a1901 2f59154153eb4ac797a8ea25e56ea1b2 - - default default] Tap Mirror: Handle Delete Port: 48c938f8-5662-4192-b595-e1b057d2058b [pid: 7|app: 0|req: 658/1230] 10.0.0.146 () {32 vars in 726 bytes} [Thu Sep 10 03:16:25 2026] DELETE /v2.0/networks/acb4ad59-4525-41b2-b4d9-9c36069e0877 => generated 0 bytes in 693 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-09-10 03:16:26.114 8 INFO neutron.db.segments_db [None req-7fa2f055-bc5a-4e43-b089-e5aa0887fcfa 5959d1234f8b40ec9fb0ca26580a1901 2f59154153eb4ac797a8ea25e56ea1b2 - - default default] Added segment 6cc08ace-243f-41b3-9900-96f6e17d9b01 of type vxlan for network cf3fbe41-25df-4b81-b3a4-f6d288f10102 [pid: 8|app: 0|req: 573/1231] 10.0.0.146 () {34 vars in 670 bytes} [Thu Sep 10 03:16:26 2026] POST /v2.0/networks => generated 634 bytes in 199 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 659/1232] 10.0.0.146 () {34 vars in 669 bytes} [Thu Sep 10 03:16:26 2026] POST /v2.0/subnets => generated 646 bytes in 261 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-09-10 03:16:26.617 8 INFO neutron.db.segments_db [None req-fc38c9a8-e75b-4222-8ea5-e55af7f9d39d 5959d1234f8b40ec9fb0ca26580a1901 2f59154153eb4ac797a8ea25e56ea1b2 - - default default] Added segment 9b1aacb7-8f71-46c9-815b-1e6f0f7377b8 of type vxlan for network 1b0d1a63-1b50-4dd9-b856-f5a236dff4eb 2026-09-10 03:16:26.924 8 INFO neutron.db.l3_hamode_db [None req-fc38c9a8-e75b-4222-8ea5-e55af7f9d39d 5959d1234f8b40ec9fb0ca26580a1901 2f59154153eb4ac797a8ea25e56ea1b2 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-09-10 03:16:27.038 8 INFO neutron.db.l3_hamode_db [None req-fc38c9a8-e75b-4222-8ea5-e55af7f9d39d 5959d1234f8b40ec9fb0ca26580a1901 2f59154153eb4ac797a8ea25e56ea1b2 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-09-10 03:16:27.174 7 INFO neutron.services.segments.plugin [-] Segment b5927a7f-f541-46d7-b0f2-a3dadf250220 resource provider aggregate not found 2026-09-10 03:16:27.182 7 INFO neutron.services.segments.plugin [-] Segment b5927a7f-f541-46d7-b0f2-a3dadf250220 resource provider aggregate not found 2026-09-10 03:16:27.189 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment b5927a7f-f541-46d7-b0f2-a3dadf250220 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b5927a7f-f541-46d7-b0f2-a3dadf250220 found for delete ", "request_id": "req-d4b6bf72-a6f2-42c9-8f26-dc2dbd18df85"}]} 2026-09-10 03:16:27.197 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment b5927a7f-f541-46d7-b0f2-a3dadf250220 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b5927a7f-f541-46d7-b0f2-a3dadf250220 found for delete ", "request_id": "req-b86b5a7d-abff-4886-b9f8-5ab6095a2973"}]} [pid: 8|app: 0|req: 574/1233] 10.0.0.146 () {34 vars in 669 bytes} [Thu Sep 10 03:16:26 2026] POST /v2.0/routers => generated 510 bytes in 1176 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 575/1234] 10.0.0.146 () {32 vars in 774 bytes} [Thu Sep 10 03:16:28 2026] GET /v2.0/security-groups?tenant_id=d5864a5123bc41c0b29766b4ffc1d313&name=default => generated 2925 bytes in 221 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 576/1235] 10.0.0.146 () {32 vars in 740 bytes} [Thu Sep 10 03:16:28 2026] DELETE /v2.0/security-groups/865f6f15-8b80-4ff3-83a9-11efe23672ae => 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: 577/1236] 10.0.0.23 () {30 vars in 649 bytes} [Thu Sep 10 03:16:28 2026] GET /v2.0/extensions => generated 21537 bytes in 105 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 660/1237] 10.0.0.146 () {34 vars in 783 bytes} [Thu Sep 10 03:16:27 2026] PUT /v2.0/routers/e0f6f8f9-5a70-4582-ad0b-b14ce6abe0d4/add_router_interface => generated 309 bytes in 1131 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 578/1238] 10.0.0.146 () {32 vars in 774 bytes} [Thu Sep 10 03:16:28 2026] GET /v2.0/security-groups?tenant_id=b50fd818e166477f96e28c9ba84652a6&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: 579/1239] 10.0.0.146 () {32 vars in 717 bytes} [Thu Sep 10 03:16:28 2026] GET /v2.0/ports/d5c416b2-d091-4eb5-8bbd-5e1ca4c9181b => generated 959 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 661/1240] 10.0.0.23 () {30 vars in 723 bytes} [Thu Sep 10 03:16:28 2026] GET /v2.0/quotas/ffedbdd86b0b43bfa631146062ccd9b5/details => generated 847 bytes in 111 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 580/1241] 10.0.0.146 () {32 vars in 740 bytes} [Thu Sep 10 03:16:28 2026] DELETE /v2.0/security-groups/ae7da0fd-8f8f-4148-86db-34704cf2dcac => generated 0 bytes in 88 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-09-10 03:16:29.182 7 INFO neutron_taas.services.taas.taas_plugin [None req-124ddcc4-2411-40cb-9dd1-e667f3e282f7 5959d1234f8b40ec9fb0ca26580a1901 2f59154153eb4ac797a8ea25e56ea1b2 - - default default] TaaS: Handle Delete Port: d5c416b2-d091-4eb5-8bbd-5e1ca4c9181b 2026-09-10 03:16:29.184 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-124ddcc4-2411-40cb-9dd1-e667f3e282f7 5959d1234f8b40ec9fb0ca26580a1901 2f59154153eb4ac797a8ea25e56ea1b2 - - default default] Tap Mirror: Handle Delete Port: d5c416b2-d091-4eb5-8bbd-5e1ca4c9181b [pid: 7|app: 0|req: 662/1242] 10.0.0.146 () {34 vars in 789 bytes} [Thu Sep 10 03:16:28 2026] PUT /v2.0/routers/e0f6f8f9-5a70-4582-ad0b-b14ce6abe0d4/remove_router_interface => generated 309 bytes in 607 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 581/1243] 10.0.0.146 () {32 vars in 736 bytes} [Thu Sep 10 03:16:29 2026] GET /v2.0/ports?device_id=e0f6f8f9-5a70-4582-ad0b-b14ce6abe0d4 => generated 12 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-09-10 03:16:29.752 7 INFO neutron_taas.services.taas.taas_plugin [None req-fe306d40-9721-4573-aebd-65b560287349 5959d1234f8b40ec9fb0ca26580a1901 2f59154153eb4ac797a8ea25e56ea1b2 - - default default] TaaS: Handle Delete Port: d577e768-836d-467b-ba8d-057bf6fd952e 2026-09-10 03:16:29.754 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-fe306d40-9721-4573-aebd-65b560287349 5959d1234f8b40ec9fb0ca26580a1901 2f59154153eb4ac797a8ea25e56ea1b2 - - default default] Tap Mirror: Handle Delete Port: d577e768-836d-467b-ba8d-057bf6fd952e 2026-09-10 03:16:30.068 7 INFO neutron.services.segments.plugin [-] Segment 9b1aacb7-8f71-46c9-815b-1e6f0f7377b8 resource provider aggregate not found 2026-09-10 03:16:30.076 7 INFO neutron.services.segments.plugin [-] Segment 9b1aacb7-8f71-46c9-815b-1e6f0f7377b8 resource provider aggregate not found 2026-09-10 03:16:30.099 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 9b1aacb7-8f71-46c9-815b-1e6f0f7377b8 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9b1aacb7-8f71-46c9-815b-1e6f0f7377b8 found for delete ", "request_id": "req-57023320-e699-42ed-964a-301002df544d"}]} 2026-09-10 03:16:30.107 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 9b1aacb7-8f71-46c9-815b-1e6f0f7377b8 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9b1aacb7-8f71-46c9-815b-1e6f0f7377b8 found for delete ", "request_id": "req-701f0c2b-2f5f-4651-9cd4-4e4d390ec889"}]} 2026-09-10 03:16:30.115 7 INFO neutron.db.l3_hamode_db [None req-fe306d40-9721-4573-aebd-65b560287349 5959d1234f8b40ec9fb0ca26580a1901 2f59154153eb4ac797a8ea25e56ea1b2 - - default default] HA network 1b0d1a63-1b50-4dd9-b856-f5a236dff4eb was deleted as no HA routers are present in tenant 2f59154153eb4ac797a8ea25e56ea1b2. [pid: 7|app: 0|req: 663/1244] 10.0.0.146 () {32 vars in 724 bytes} [Thu Sep 10 03:16:29 2026] DELETE /v2.0/routers/e0f6f8f9-5a70-4582-ad0b-b14ce6abe0d4 => generated 0 bytes in 538 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 582/1245] 10.0.0.146 () {32 vars in 724 bytes} [Thu Sep 10 03:16:30 2026] DELETE /v2.0/subnets/49b725c1-bff9-41fd-a048-c83f0d8395de => generated 0 bytes in 165 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 664/1246] 10.0.0.146 () {32 vars in 726 bytes} [Thu Sep 10 03:16:30 2026] DELETE /v2.0/networks/cf3fbe41-25df-4b81-b3a4-f6d288f10102 => generated 0 bytes in 165 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-09-10 03:16:30.551 8 INFO neutron.db.segments_db [None req-bab05258-86af-492d-89b0-fe5be5e3f643 5959d1234f8b40ec9fb0ca26580a1901 2f59154153eb4ac797a8ea25e56ea1b2 - - default default] Added segment 873ec147-6842-46fb-8586-4ef855a7b75e of type vxlan for network 59e1b8e9-7fa2-4c26-9fea-7869b04f92ce 2026-09-10 03:16:30.849 8 INFO neutron.db.l3_hamode_db [None req-bab05258-86af-492d-89b0-fe5be5e3f643 5959d1234f8b40ec9fb0ca26580a1901 2f59154153eb4ac797a8ea25e56ea1b2 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-09-10 03:16:31.176 7 INFO neutron.db.segments_db [None req-074af745-5cdd-43af-9284-bb7c989e6c85 7a757777bea44789a744b408cda83450 ea3f70857a9845c3a91798a42a80334f - - default default] Added segment 93b8a44b-5d25-42f0-a4d6-df7184f09fe0 of type vxlan for network 311f4ca3-9b97-40ad-9609-621ad403ad2f 2026-09-10 03:16:31.230 7 INFO neutron.db.segments_db [None req-074af745-5cdd-43af-9284-bb7c989e6c85 7a757777bea44789a744b408cda83450 ea3f70857a9845c3a91798a42a80334f - - default default] Added segment a0eaf27f-35ea-4a66-bfec-a506a9f19401 of type vxlan for network ecc99268-26d2-4dd9-876b-96cc9e56fb3e [pid: 7|app: 0|req: 665/1247] 10.0.0.146 () {34 vars in 670 bytes} [Thu Sep 10 03:16:30 2026] POST /v2.0/networks => generated 1245 bytes in 434 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 666/1248] 10.0.0.23 () {30 vars in 649 bytes} [Thu Sep 10 03:16:31 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: 667/1249] 10.0.0.146 () {32 vars in 649 bytes} [Thu Sep 10 03:16:31 2026] GET /v2.0/networks => generated 1844 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 668/1250] 10.0.0.23 () {30 vars in 723 bytes} [Thu Sep 10 03:16:31 2026] GET /v2.0/quotas/ffedbdd86b0b43bfa631146062ccd9b5/details => generated 847 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-09-10 03:16:31.535 8 INFO neutron.db.l3_hamode_db [None req-bab05258-86af-492d-89b0-fe5be5e3f643 5959d1234f8b40ec9fb0ca26580a1901 2f59154153eb4ac797a8ea25e56ea1b2 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 669/1251] 10.0.0.146 () {32 vars in 726 bytes} [Thu Sep 10 03:16:31 2026] DELETE /v2.0/networks/311f4ca3-9b97-40ad-9609-621ad403ad2f => generated 0 bytes in 185 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 670/1252] 10.0.0.146 () {32 vars in 726 bytes} [Thu Sep 10 03:16:31 2026] DELETE /v2.0/networks/ecc99268-26d2-4dd9-876b-96cc9e56fb3e => 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: 671/1253] 10.0.0.146 () {32 vars in 649 bytes} [Thu Sep 10 03:16:31 2026] GET /v2.0/networks => generated 651 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-09-10 03:16:31.941 7 INFO neutron.db.segments_db [None req-8697e803-0b07-410c-95fe-9baf92c5360e 7a757777bea44789a744b408cda83450 ea3f70857a9845c3a91798a42a80334f - - default default] Added segment 780f8101-3df2-4acc-9642-e92cd1c25f55 of type vxlan for network 31f8e055-0f1a-4805-88b0-059263c66f8f [pid: 7|app: 0|req: 672/1254] 10.0.0.146 () {34 vars in 670 bytes} [Thu Sep 10 03:16:31 2026] POST /v2.0/networks => generated 649 bytes in 139 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-09-10 03:16:32.073 7 INFO neutron.db.segments_db [None req-7d144c79-b0aa-4028-98f1-dbe91becfd88 7a757777bea44789a744b408cda83450 ea3f70857a9845c3a91798a42a80334f - - default default] Added segment 56ec83a0-4432-48b1-9eb8-9e4356e7e030 of type vxlan for network 4957d22c-5869-40c3-a674-2ee72af6160a 2026-09-10 03:16:32.126 7 INFO neutron.services.segments.plugin [-] Segment 6cc08ace-243f-41b3-9900-96f6e17d9b01 resource provider aggregate not found 2026-09-10 03:16:32.131 7 INFO neutron.services.segments.plugin [-] Segment 6cc08ace-243f-41b3-9900-96f6e17d9b01 resource provider aggregate not found 2026-09-10 03:16:32.145 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 6cc08ace-243f-41b3-9900-96f6e17d9b01 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6cc08ace-243f-41b3-9900-96f6e17d9b01 found for delete ", "request_id": "req-7c698a4a-c4b8-42aa-8e08-76682fb08a75"}]} 2026-09-10 03:16:32.150 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 6cc08ace-243f-41b3-9900-96f6e17d9b01 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6cc08ace-243f-41b3-9900-96f6e17d9b01 found for delete ", "request_id": "req-116f0840-7de5-4d20-970f-6dbd516fcb9d"}]} 2026-09-10 03:16:32.163 7 INFO neutron.services.segments.plugin [-] Segment 93b8a44b-5d25-42f0-a4d6-df7184f09fe0 resource provider aggregate not found [pid: 7|app: 0|req: 673/1255] 10.0.0.146 () {34 vars in 670 bytes} [Thu Sep 10 03:16:32 2026] POST /v2.0/networks => generated 650 bytes in 140 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-09-10 03:16:32.168 7 INFO neutron.services.segments.plugin [-] Segment 93b8a44b-5d25-42f0-a4d6-df7184f09fe0 resource provider aggregate not found 2026-09-10 03:16:32.178 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 93b8a44b-5d25-42f0-a4d6-df7184f09fe0 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 93b8a44b-5d25-42f0-a4d6-df7184f09fe0 found for delete ", "request_id": "req-93db9ba5-a410-4ee3-ad02-642855c22ce1"}]} 2026-09-10 03:16:32.187 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 93b8a44b-5d25-42f0-a4d6-df7184f09fe0 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 93b8a44b-5d25-42f0-a4d6-df7184f09fe0 found for delete ", "request_id": "req-44476402-bd0b-4763-bcdf-b44eb1e4db59"}]} 2026-09-10 03:16:32.201 7 INFO neutron.services.segments.plugin [-] Segment a0eaf27f-35ea-4a66-bfec-a506a9f19401 resource provider aggregate not found 2026-09-10 03:16:32.213 7 INFO neutron.services.segments.plugin [-] Segment a0eaf27f-35ea-4a66-bfec-a506a9f19401 resource provider aggregate not found 2026-09-10 03:16:32.221 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment a0eaf27f-35ea-4a66-bfec-a506a9f19401 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a0eaf27f-35ea-4a66-bfec-a506a9f19401 found for delete ", "request_id": "req-9dfb31aa-f377-448e-8d90-a2956e32bf0f"}]} 2026-09-10 03:16:32.230 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment a0eaf27f-35ea-4a66-bfec-a506a9f19401 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a0eaf27f-35ea-4a66-bfec-a506a9f19401 found for delete ", "request_id": "req-2727d3bf-8509-4924-b109-0cee72d9a8d5"}]} [pid: 8|app: 0|req: 583/1256] 10.0.0.146 () {34 vars in 669 bytes} [Thu Sep 10 03:16:30 2026] POST /v2.0/routers => generated 692 bytes in 1898 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 584/1257] 10.0.0.146 () {32 vars in 721 bytes} [Thu Sep 10 03:16:32 2026] GET /v2.0/routers/2390215b-7289-4907-915e-d035c5e4af85 => generated 698 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 585/1258] 10.0.0.146 () {32 vars in 647 bytes} [Thu Sep 10 03:16:32 2026] GET /v2.0/routers => generated 701 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 674/1259] 10.0.0.146 () {34 vars in 665 bytes} [Thu Sep 10 03:16:32 2026] POST /v2.0/ports => generated 1504 bytes in 552 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: 675/1260] 10.0.0.146 () {32 vars in 643 bytes} [Thu Sep 10 03:16:32 2026] GET /v2.0/ports => generated 1504 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-09-10 03:16:32.896 7 INFO neutron_taas.services.taas.taas_plugin [None req-773349ea-2959-4815-abe3-58b2a62ee7e4 7a757777bea44789a744b408cda83450 ea3f70857a9845c3a91798a42a80334f - - default default] TaaS: Handle Delete Port: d6ecd22a-25f3-45c1-ac99-14afd40415b3 2026-09-10 03:16:32.899 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-773349ea-2959-4815-abe3-58b2a62ee7e4 7a757777bea44789a744b408cda83450 ea3f70857a9845c3a91798a42a80334f - - default default] Tap Mirror: Handle Delete Port: d6ecd22a-25f3-45c1-ac99-14afd40415b3 [pid: 8|app: 0|req: 586/1261] 10.0.0.146 () {34 vars in 741 bytes} [Thu Sep 10 03:16:32 2026] PUT /v2.0/routers/2390215b-7289-4907-915e-d035c5e4af85 => generated 705 bytes in 400 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 587/1262] 10.0.0.146 () {32 vars in 721 bytes} [Thu Sep 10 03:16:32 2026] GET /v2.0/routers/2390215b-7289-4907-915e-d035c5e4af85 => generated 705 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 676/1263] 10.0.0.146 () {32 vars in 720 bytes} [Thu Sep 10 03:16:32 2026] DELETE /v2.0/ports/d6ecd22a-25f3-45c1-ac99-14afd40415b3 => generated 0 bytes in 180 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 588/1264] 10.0.0.146 () {32 vars in 736 bytes} [Thu Sep 10 03:16:32 2026] GET /v2.0/ports?device_id=2390215b-7289-4907-915e-d035c5e4af85 => generated 12 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-09-10 03:16:33.059 7 INFO neutron_taas.services.taas.taas_plugin [None req-acb92edb-29af-468d-907c-918e45fd9c4f 7a757777bea44789a744b408cda83450 ea3f70857a9845c3a91798a42a80334f - - default default] TaaS: Handle Delete Port: 15728012-c32b-4458-b66f-01edb59d4ff4 2026-09-10 03:16:33.062 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-acb92edb-29af-468d-907c-918e45fd9c4f 7a757777bea44789a744b408cda83450 ea3f70857a9845c3a91798a42a80334f - - default default] Tap Mirror: Handle Delete Port: 15728012-c32b-4458-b66f-01edb59d4ff4 [pid: 7|app: 0|req: 677/1265] 10.0.0.146 () {32 vars in 720 bytes} [Thu Sep 10 03:16:32 2026] DELETE /v2.0/ports/15728012-c32b-4458-b66f-01edb59d4ff4 => generated 0 bytes in 163 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-09-10 03:16:33.149 8 INFO neutron_taas.services.taas.taas_plugin [None req-5f84cf77-e4e9-4772-9ad4-999939ee1f9d 5959d1234f8b40ec9fb0ca26580a1901 2f59154153eb4ac797a8ea25e56ea1b2 - - default default] TaaS: Handle Delete Port: 9fa84ed0-cb7a-4ba8-a8ba-77fd6ca18297 2026-09-10 03:16:33.152 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5f84cf77-e4e9-4772-9ad4-999939ee1f9d 5959d1234f8b40ec9fb0ca26580a1901 2f59154153eb4ac797a8ea25e56ea1b2 - - default default] Tap Mirror: Handle Delete Port: 9fa84ed0-cb7a-4ba8-a8ba-77fd6ca18297 [pid: 7|app: 0|req: 678/1266] 10.0.0.146 () {32 vars in 643 bytes} [Thu Sep 10 03:16:33 2026] GET /v2.0/ports => generated 12 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-09-10 03:16:33.207 7 INFO neutron.db.segments_db [None req-cfcae4a3-018b-4610-80b5-bb6e2cefc60f 7a757777bea44789a744b408cda83450 ea3f70857a9845c3a91798a42a80334f - - default default] Added segment 3bac3702-e458-4fc8-885c-9d9267346489 of type vxlan for network 8c5df8ca-2327-4020-beb6-53c19b511d89 [pid: 7|app: 0|req: 679/1267] 10.0.0.146 () {34 vars in 670 bytes} [Thu Sep 10 03:16:33 2026] POST /v2.0/networks => generated 650 bytes in 112 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-09-10 03:16:33.331 7 INFO neutron.db.segments_db [None req-488995f7-e9f9-4847-ab8a-f4f452feefa0 7a757777bea44789a744b408cda83450 ea3f70857a9845c3a91798a42a80334f - - default default] Added segment 1fd127e3-40fb-4363-994c-0398df8d2ba3 of type vxlan for network 9ea08b99-aa77-4611-9d59-a7dde4e00350 2026-09-10 03:16:33.373 8 INFO neutron_taas.services.taas.taas_plugin [None req-5f84cf77-e4e9-4772-9ad4-999939ee1f9d 5959d1234f8b40ec9fb0ca26580a1901 2f59154153eb4ac797a8ea25e56ea1b2 - - default default] TaaS: Handle Delete Port: 6ef238e6-4b5a-4f4c-956c-b0ff894942fb 2026-09-10 03:16:33.377 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5f84cf77-e4e9-4772-9ad4-999939ee1f9d 5959d1234f8b40ec9fb0ca26580a1901 2f59154153eb4ac797a8ea25e56ea1b2 - - default default] Tap Mirror: Handle Delete Port: 6ef238e6-4b5a-4f4c-956c-b0ff894942fb [pid: 7|app: 0|req: 680/1268] 10.0.0.146 () {34 vars in 670 bytes} [Thu Sep 10 03:16:33 2026] POST /v2.0/networks => generated 650 bytes in 134 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-09-10 03:16:33.740 8 INFO neutron.services.segments.plugin [-] Segment 873ec147-6842-46fb-8586-4ef855a7b75e resource provider aggregate not found 2026-09-10 03:16:33.744 8 INFO neutron.services.segments.plugin [-] Segment 873ec147-6842-46fb-8586-4ef855a7b75e resource provider aggregate not found 2026-09-10 03:16:33.758 8 INFO neutron.db.l3_hamode_db [None req-5f84cf77-e4e9-4772-9ad4-999939ee1f9d 5959d1234f8b40ec9fb0ca26580a1901 2f59154153eb4ac797a8ea25e56ea1b2 - - default default] HA network 59e1b8e9-7fa2-4c26-9fea-7869b04f92ce was deleted as no HA routers are present in tenant 2f59154153eb4ac797a8ea25e56ea1b2. 2026-09-10 03:16:33.758 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 873ec147-6842-46fb-8586-4ef855a7b75e resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 873ec147-6842-46fb-8586-4ef855a7b75e found for delete ", "request_id": "req-e60ef1db-a866-4cdc-97ed-d0579840fe4c"}]} [pid: 8|app: 0|req: 589/1269] 10.0.0.146 () {32 vars in 724 bytes} [Thu Sep 10 03:16:32 2026] DELETE /v2.0/routers/2390215b-7289-4907-915e-d035c5e4af85 => generated 0 bytes in 773 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-09-10 03:16:33.766 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 873ec147-6842-46fb-8586-4ef855a7b75e resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 873ec147-6842-46fb-8586-4ef855a7b75e found for delete ", "request_id": "req-3aa32e0c-e3d5-44a1-ad26-edfc1d513e80"}]} [pid: 7|app: 0|req: 681/1270] 10.0.0.146 () {34 vars in 669 bytes} [Thu Sep 10 03:16:33 2026] POST /v2.0/subnets => generated 1274 bytes in 446 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 682/1271] 10.0.0.146 () {32 vars in 736 bytes} [Thu Sep 10 03:16:33 2026] GET /v2.0/ports?device_id=2390215b-7289-4907-915e-d035c5e4af85 => 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: 683/1272] 10.0.0.146 () {32 vars in 647 bytes} [Thu Sep 10 03:16:33 2026] GET /v2.0/subnets => generated 1910 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-09-10 03:16:33.989 7 INFO neutron.api.v2.resource [None req-025f7e90-a71e-4361-91c3-011cb40946eb 5959d1234f8b40ec9fb0ca26580a1901 2f59154153eb4ac797a8ea25e56ea1b2 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 684/1273] 10.0.0.146 () {32 vars in 724 bytes} [Thu Sep 10 03:16:33 2026] DELETE /v2.0/routers/2390215b-7289-4907-915e-d035c5e4af85 => 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: 590/1274] 10.0.0.146 () {32 vars in 774 bytes} [Thu Sep 10 03:16:33 2026] GET /v2.0/security-groups?tenant_id=ffedbdd86b0b43bfa631146062ccd9b5&name=default => generated 2925 bytes in 263 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 591/1275] 10.0.0.146 () {32 vars in 736 bytes} [Thu Sep 10 03:16:34 2026] GET /v2.0/ports?device_id=e0f6f8f9-5a70-4582-ad0b-b14ce6abe0d4 => 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: 685/1276] 10.0.0.146 () {32 vars in 724 bytes} [Thu Sep 10 03:16:33 2026] DELETE /v2.0/subnets/8a5028e9-ccec-4f48-bed0-9a889cebc9ec => generated 0 bytes in 102 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-09-10 03:16:34.106 7 INFO neutron.api.v2.resource [None req-0e3f303d-83f0-4b0d-8f24-2d9860816659 5959d1234f8b40ec9fb0ca26580a1901 2f59154153eb4ac797a8ea25e56ea1b2 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 686/1277] 10.0.0.146 () {32 vars in 724 bytes} [Thu Sep 10 03:16:34 2026] DELETE /v2.0/routers/e0f6f8f9-5a70-4582-ad0b-b14ce6abe0d4 => generated 135 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 592/1278] 10.0.0.146 () {32 vars in 740 bytes} [Thu Sep 10 03:16:34 2026] DELETE /v2.0/security-groups/d41f7d40-997b-4a43-84b2-03b4b858f27e => generated 0 bytes in 90 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-09-10 03:16:34.151 8 INFO neutron.pecan_wsgi.hooks.translation [None req-0fd25047-6be9-4f1e-aa46-400af18126ba 5959d1234f8b40ec9fb0ca26580a1901 2f59154153eb4ac797a8ea25e56ea1b2 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 593/1279] 10.0.0.146 () {32 vars in 724 bytes} [Thu Sep 10 03:16:34 2026] DELETE /v2.0/subnets/49b725c1-bff9-41fd-a048-c83f0d8395de => generated 136 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 594/1280] 10.0.0.146 () {32 vars in 736 bytes} [Thu Sep 10 03:16:34 2026] GET /v2.0/ports?device_id=15f46847-c701-4372-a8e4-8c036c6934d7 => 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: 687/1281] 10.0.0.146 () {32 vars in 724 bytes} [Thu Sep 10 03:16:34 2026] DELETE /v2.0/subnets/a76cc064-6ea8-41b3-b52a-f64ecd52f69e => generated 0 bytes in 104 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-09-10 03:16:34.214 8 INFO neutron.api.v2.resource [None req-e107811d-357a-4547-8e31-ba992fe3ec18 5959d1234f8b40ec9fb0ca26580a1901 2f59154153eb4ac797a8ea25e56ea1b2 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 595/1282] 10.0.0.146 () {32 vars in 724 bytes} [Thu Sep 10 03:16:34 2026] DELETE /v2.0/routers/15f46847-c701-4372-a8e4-8c036c6934d7 => generated 135 bytes in 24 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-09-10 03:16:34.232 8 INFO neutron.pecan_wsgi.hooks.translation [None req-fefd6a7e-150c-476a-9bbb-a326f800ece2 5959d1234f8b40ec9fb0ca26580a1901 2f59154153eb4ac797a8ea25e56ea1b2 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 596/1283] 10.0.0.146 () {32 vars in 724 bytes} [Thu Sep 10 03:16:34 2026] DELETE /v2.0/subnets/38ea9f92-bdfd-45a9-81d0-ab60e7ffdcc4 => 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: 688/1284] 10.0.0.146 () {32 vars in 647 bytes} [Thu Sep 10 03:16:34 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) [pid: 8|app: 0|req: 597/1285] 10.0.0.146 () {32 vars in 736 bytes} [Thu Sep 10 03:16:34 2026] GET /v2.0/ports?device_id=619dd818-4125-41bb-8e68-45055b8cdcc0 => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-09-10 03:16:34.278 8 INFO neutron.api.v2.resource [None req-bd229534-ad57-4627-9124-be36b1e22162 5959d1234f8b40ec9fb0ca26580a1901 2f59154153eb4ac797a8ea25e56ea1b2 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 598/1286] 10.0.0.146 () {32 vars in 724 bytes} [Thu Sep 10 03:16:34 2026] DELETE /v2.0/routers/619dd818-4125-41bb-8e68-45055b8cdcc0 => generated 135 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-09-10 03:16:34.299 8 INFO neutron.pecan_wsgi.hooks.translation [None req-5a905d7b-90f7-49b1-b555-41cc438f7afa 5959d1234f8b40ec9fb0ca26580a1901 2f59154153eb4ac797a8ea25e56ea1b2 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 599/1287] 10.0.0.146 () {32 vars in 724 bytes} [Thu Sep 10 03:16:34 2026] DELETE /v2.0/subnets/d0e44299-89af-4f67-b676-f5283f5cb6a6 => generated 136 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-09-10 03:16:34.322 8 INFO neutron.pecan_wsgi.hooks.translation [None req-17015f05-9368-4e1b-adbd-5b4d02dedcc7 5959d1234f8b40ec9fb0ca26580a1901 2f59154153eb4ac797a8ea25e56ea1b2 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 600/1288] 10.0.0.146 () {32 vars in 724 bytes} [Thu Sep 10 03:16:34 2026] DELETE /v2.0/subnets/3200c095-ebb2-4571-b6be-d0c9880719d4 => generated 136 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-09-10 03:16:34.351 7 INFO neutron.services.segments.plugin [-] Segment 1fd127e3-40fb-4363-994c-0398df8d2ba3 resource provider aggregate not found 2026-09-10 03:16:34.356 7 INFO neutron.services.segments.plugin [-] Segment 1fd127e3-40fb-4363-994c-0398df8d2ba3 resource provider aggregate not found 2026-09-10 03:16:34.377 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 1fd127e3-40fb-4363-994c-0398df8d2ba3 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1fd127e3-40fb-4363-994c-0398df8d2ba3 found for delete ", "request_id": "req-c57ab6ac-c632-4e79-910b-58d0d46fea1d"}]} 2026-09-10 03:16:34.379 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 1fd127e3-40fb-4363-994c-0398df8d2ba3 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1fd127e3-40fb-4363-994c-0398df8d2ba3 found for delete ", "request_id": "req-342a71af-9c39-40dd-9e94-610d2f9ddd6f"}]} [pid: 7|app: 0|req: 689/1289] 10.0.0.146 () {32 vars in 726 bytes} [Thu Sep 10 03:16:34 2026] DELETE /v2.0/networks/9ea08b99-aa77-4611-9d59-a7dde4e00350 => generated 0 bytes in 146 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 601/1290] 10.0.0.146 () {32 vars in 726 bytes} [Thu Sep 10 03:16:34 2026] DELETE /v2.0/networks/8c5df8ca-2327-4020-beb6-53c19b511d89 => generated 0 bytes in 142 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 690/1291] 10.0.0.146 () {32 vars in 726 bytes} [Thu Sep 10 03:16:34 2026] DELETE /v2.0/networks/4957d22c-5869-40c3-a674-2ee72af6160a => generated 0 bytes in 159 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 602/1292] 10.0.0.146 () {32 vars in 726 bytes} [Thu Sep 10 03:16:34 2026] DELETE /v2.0/networks/31f8e055-0f1a-4805-88b0-059263c66f8f => generated 0 bytes in 125 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 691/1293] 10.0.0.146 () {32 vars in 774 bytes} [Thu Sep 10 03:16:34 2026] GET /v2.0/security-groups?tenant_id=2f59154153eb4ac797a8ea25e56ea1b2&name=default => generated 2925 bytes in 238 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 603/1294] 10.0.0.146 () {32 vars in 740 bytes} [Thu Sep 10 03:16:35 2026] DELETE /v2.0/security-groups/4572fd23-015a-4bce-b55c-f68e7c77201c => generated 0 bytes in 161 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 692/1295] 10.0.0.146 () {32 vars in 774 bytes} [Thu Sep 10 03:16:35 2026] GET /v2.0/security-groups?tenant_id=ea3f70857a9845c3a91798a42a80334f&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: 604/1296] 10.0.0.146 () {32 vars in 740 bytes} [Thu Sep 10 03:16:35 2026] DELETE /v2.0/security-groups/8d2c9f23-0640-4319-8ce0-17f53f595629 => generated 0 bytes in 121 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-09-10 03:16:35.779 8 INFO neutron.services.segments.plugin [-] Segment 3bac3702-e458-4fc8-885c-9d9267346489 resource provider aggregate not found 2026-09-10 03:16:35.787 8 INFO neutron.services.segments.plugin [-] Segment 3bac3702-e458-4fc8-885c-9d9267346489 resource provider aggregate not found 2026-09-10 03:16:35.794 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 3bac3702-e458-4fc8-885c-9d9267346489 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3bac3702-e458-4fc8-885c-9d9267346489 found for delete ", "request_id": "req-ad9de4c2-9811-4252-849e-20f80b98905d"}]} 2026-09-10 03:16:35.808 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 3bac3702-e458-4fc8-885c-9d9267346489 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3bac3702-e458-4fc8-885c-9d9267346489 found for delete ", "request_id": "req-5d5ad74f-5438-4ec7-8732-2861f76df48f"}]} 2026-09-10 03:16:35.817 8 INFO neutron.services.segments.plugin [-] Segment 780f8101-3df2-4acc-9642-e92cd1c25f55 resource provider aggregate not found 2026-09-10 03:16:35.821 8 INFO neutron.services.segments.plugin [-] Segment 780f8101-3df2-4acc-9642-e92cd1c25f55 resource provider aggregate not found 2026-09-10 03:16:35.836 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 780f8101-3df2-4acc-9642-e92cd1c25f55 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 780f8101-3df2-4acc-9642-e92cd1c25f55 found for delete ", "request_id": "req-7a4098cb-84cc-4622-9505-47f2526bf890"}]} 2026-09-10 03:16:35.838 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 780f8101-3df2-4acc-9642-e92cd1c25f55 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 780f8101-3df2-4acc-9642-e92cd1c25f55 found for delete ", "request_id": "req-4c0b8df0-1361-40a2-954d-587b89f7b226"}]} 2026-09-10 03:16:36.399 7 INFO neutron.services.segments.plugin [-] Segment 56ec83a0-4432-48b1-9eb8-9e4356e7e030 resource provider aggregate not found 2026-09-10 03:16:36.405 7 INFO neutron.services.segments.plugin [-] Segment 56ec83a0-4432-48b1-9eb8-9e4356e7e030 resource provider aggregate not found 2026-09-10 03:16:36.418 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 56ec83a0-4432-48b1-9eb8-9e4356e7e030 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 56ec83a0-4432-48b1-9eb8-9e4356e7e030 found for delete ", "request_id": "req-013925a3-752f-4c64-8b36-875b7ddfdeb0"}]} 2026-09-10 03:16:36.424 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 56ec83a0-4432-48b1-9eb8-9e4356e7e030 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 56ec83a0-4432-48b1-9eb8-9e4356e7e030 found for delete ", "request_id": "req-9ee413b0-5fe1-47bb-be09-6e7848a68f5a"}]} 2026-09-10 03:16:37.365 7 INFO neutron.db.segments_db [None req-56c11455-fafe-4550-8584-697332202ed9 63b6f36513d9424e833108c2e85d9216 f85c81302adf451a96e79ac9d8e4e9be - - default default] Added segment 6225476d-aeb2-4c5f-af5f-e099ca913ffe of type vxlan for network 38bf7684-ce4d-4e1b-ae8f-bee4f8768e5f [pid: 7|app: 0|req: 693/1297] 10.0.0.146 () {34 vars in 670 bytes} [Thu Sep 10 03:16:36 2026] POST /v2.0/networks => generated 629 bytes in 503 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-09-10 03:16:37.498 7 INFO neutron.db.segments_db [None req-1d7ac17f-0143-41ae-90a7-ffff89865b44 63b6f36513d9424e833108c2e85d9216 f85c81302adf451a96e79ac9d8e4e9be - - default default] Added segment 22a7b150-2de0-4e8b-be15-9fe5d9202d6d of type vxlan for network 9a5b3473-c845-4b69-b263-f55cbf402ea8 [pid: 7|app: 0|req: 694/1298] 10.0.0.146 () {34 vars in 670 bytes} [Thu Sep 10 03:16:37 2026] POST /v2.0/networks => generated 630 bytes in 157 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-09-10 03:16:37.682 8 INFO neutron.db.segments_db [None req-5fb01de1-f300-41b6-8d94-2f002a6e3555 be74e0faddbc44ccbdb46fc9510631be b7d9ab19e6b34e5da8e3d6fbd0b4a2ed - - default default] Added segment c567819a-0ce6-4d0e-ba83-05c61ead7278 of type vxlan for network fbd1a51e-73e9-45f2-ad83-48c2be5b3cb2 [pid: 8|app: 0|req: 605/1299] 10.0.0.146 () {34 vars in 670 bytes} [Thu Sep 10 03:16:37 2026] POST /v2.0/networks => generated 647 bytes in 395 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 695/1300] 10.0.0.146 () {34 vars in 669 bytes} [Thu Sep 10 03:16:37 2026] POST /v2.0/subnets => generated 626 bytes in 388 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 606/1301] 10.0.0.146 () {34 vars in 669 bytes} [Thu Sep 10 03:16:37 2026] POST /v2.0/subnets => generated 626 bytes in 319 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 607/1302] 10.0.0.210 () {34 vars in 990 bytes} [Thu Sep 10 03:16:38 2026] GET /v2.0/ports?device_id=1b1e6e73-83a7-42e9-97e2-e578454755bf => generated 1240 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-09-10 03:16:38.393 8 INFO neutron.db.segments_db [None req-075803a5-c979-4af6-bab3-561c1fa1563c 63b6f36513d9424e833108c2e85d9216 f85c81302adf451a96e79ac9d8e4e9be - - default default] Added segment 482ee335-122a-4996-8a21-6348513c4b2d of type vxlan for network 0bec6297-e868-4516-9880-9b2393ca53f0 [pid: 7|app: 0|req: 696/1303] 10.0.0.146 () {34 vars in 669 bytes} [Thu Sep 10 03:16:38 2026] POST /v2.0/subnets => generated 673 bytes in 223 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 697/1304] 10.0.0.210 () {34 vars in 1040 bytes} [Thu Sep 10 03:16:38 2026] GET /v2.0/security-groups?id=54181970-8207-4586-94d7-5ae611f2bfc5&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-09-10 03:16:38.550 7 INFO neutron.db.segments_db [None req-c8e841bb-e23b-4359-9702-73ce81145e9b be74e0faddbc44ccbdb46fc9510631be b7d9ab19e6b34e5da8e3d6fbd0b4a2ed - - default default] Added segment fb43bb46-3bce-4076-bc93-60946143ebb5 of type vxlan for network 2f92bc32-ad7c-4d8e-a198-94c8629f1000 [pid: 7|app: 0|req: 698/1305] 10.0.0.146 () {34 vars in 670 bytes} [Thu Sep 10 03:16:38 2026] POST /v2.0/networks => generated 647 bytes in 143 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-09-10 03:16:38.648 8 INFO neutron.db.l3_hamode_db [None req-075803a5-c979-4af6-bab3-561c1fa1563c 63b6f36513d9424e833108c2e85d9216 f85c81302adf451a96e79ac9d8e4e9be - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 699/1306] 10.0.0.146 () {34 vars in 743 bytes} [Thu Sep 10 03:16:38 2026] PUT /v2.0/networks/2f92bc32-ad7c-4d8e-a198-94c8629f1000 => generated 592 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-09-10 03:16:38.760 8 INFO neutron.db.l3_hamode_db [None req-075803a5-c979-4af6-bab3-561c1fa1563c 63b6f36513d9424e833108c2e85d9216 f85c81302adf451a96e79ac9d8e4e9be - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-09-10 03:16:39.078 7 INFO neutron.db.segments_db [None req-2b0b7389-1309-4500-a247-7aea3b8b2858 07c750d6f5e64749a785e7363e8653c4 40d31ba139e34b9d803e9d55a2ab41e1 - - default default] Added segment 58973e81-558b-4590-99fc-3de49b1589b6 of type vxlan for network 95b2d9ae-da15-4480-adda-7d4847d3dac2 [pid: 7|app: 0|req: 700/1307] 10.0.0.146 () {34 vars in 670 bytes} [Thu Sep 10 03:16:38 2026] POST /v2.0/networks => generated 631 bytes in 473 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 608/1308] 10.0.0.146 () {34 vars in 669 bytes} [Thu Sep 10 03:16:38 2026] POST /v2.0/routers => generated 507 bytes in 999 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-09-10 03:16:39.424 8 INFO neutron.db.segments_db [None req-25dbb3ec-f21c-4d56-95d0-6316dd7f42db 07c750d6f5e64749a785e7363e8653c4 40d31ba139e34b9d803e9d55a2ab41e1 - - default default] Added segment 49704bc2-8d2a-4639-8e93-93e6ccaeed1b of type vxlan for network 1be75542-3bc5-4c35-8f11-7f8660a29b7b [pid: 7|app: 0|req: 701/1309] 10.0.0.146 () {34 vars in 669 bytes} [Thu Sep 10 03:16:39 2026] POST /v2.0/subnets => generated 646 bytes in 232 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 609/1310] 10.0.0.146 () {34 vars in 670 bytes} [Thu Sep 10 03:16:39 2026] POST /v2.0/networks => generated 632 bytes in 206 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 610/1311] 10.0.0.146 () {34 vars in 741 bytes} [Thu Sep 10 03:16:39 2026] PUT /v2.0/subnets/d256595b-5da7-4f91-a790-aa30062e9b14 => generated 656 bytes in 178 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-09-10 03:16:39.781 8 INFO neutron.db.segments_db [None req-cc884c9d-6993-4b67-b8b3-4f2580e97394 07c750d6f5e64749a785e7363e8653c4 40d31ba139e34b9d803e9d55a2ab41e1 - - default default] Added segment 6e80e66e-eff4-4490-b19c-0c0360e69738 of type vxlan for network 3cd3f035-e35a-42d8-9081-7daf225ef878 [pid: 8|app: 0|req: 611/1312] 10.0.0.146 () {34 vars in 670 bytes} [Thu Sep 10 03:16:39 2026] POST /v2.0/networks => generated 631 bytes in 120 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-09-10 03:16:40.017 8 INFO neutron.services.segments.plugin [-] Segment fb43bb46-3bce-4076-bc93-60946143ebb5 resource provider aggregate not found 2026-09-10 03:16:40.021 8 INFO neutron.services.segments.plugin [-] Segment fb43bb46-3bce-4076-bc93-60946143ebb5 resource provider aggregate not found 2026-09-10 03:16:40.036 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment fb43bb46-3bce-4076-bc93-60946143ebb5 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fb43bb46-3bce-4076-bc93-60946143ebb5 found for delete ", "request_id": "req-c8cf836b-5cbf-4d39-9118-0e9fb6dc3af4"}]} 2026-09-10 03:16:40.041 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment fb43bb46-3bce-4076-bc93-60946143ebb5 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fb43bb46-3bce-4076-bc93-60946143ebb5 found for delete ", "request_id": "req-67debaf4-e49d-49b3-83eb-52d1d210412f"}]} [pid: 8|app: 0|req: 612/1313] 10.0.0.146 () {32 vars in 726 bytes} [Thu Sep 10 03:16:39 2026] DELETE /v2.0/networks/2f92bc32-ad7c-4d8e-a198-94c8629f1000 => generated 0 bytes in 191 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-09-10 03:16:40.121 8 INFO neutron.db.segments_db [None req-72b35c5c-b47a-492d-bf54-9db39c14dd75 07c750d6f5e64749a785e7363e8653c4 40d31ba139e34b9d803e9d55a2ab41e1 - - default default] Added segment 7a5bf556-60e8-4940-bbb7-50d505bb648e of type vxlan for network 37e3a3ec-27e4-4df9-9125-ceff3b03b77b [pid: 8|app: 0|req: 613/1314] 10.0.0.146 () {34 vars in 670 bytes} [Thu Sep 10 03:16:40 2026] POST /v2.0/networks => generated 632 bytes in 172 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-09-10 03:16:40.231 8 INFO neutron.pecan_wsgi.hooks.translation [None req-b0e1d840-d06a-41e7-8797-8df79b739624 be74e0faddbc44ccbdb46fc9510631be b7d9ab19e6b34e5da8e3d6fbd0b4a2ed - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 614/1315] 10.0.0.146 () {32 vars in 726 bytes} [Thu Sep 10 03:16:40 2026] DELETE /v2.0/networks/2f92bc32-ad7c-4d8e-a198-94c8629f1000 => generated 138 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-09-10 03:16:40.296 8 INFO neutron.db.segments_db [None req-d747e4a5-3c1f-4332-8999-fa008ee931ad 07c750d6f5e64749a785e7363e8653c4 40d31ba139e34b9d803e9d55a2ab41e1 - - default default] Added segment 9495cf47-3fec-4787-bdeb-4dbb96708e23 of type vxlan for network 88d076f4-d4d8-499c-a302-cf2814292d57 [pid: 8|app: 0|req: 615/1316] 10.0.0.146 () {34 vars in 670 bytes} [Thu Sep 10 03:16:40 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: 702/1317] 10.0.0.146 () {34 vars in 783 bytes} [Thu Sep 10 03:16:39 2026] PUT /v2.0/routers/85ed46a0-76eb-4f62-93d7-eb7efe71581e/add_router_interface => generated 309 bytes in 1010 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 616/1318] 10.0.0.146 () {32 vars in 694 bytes} [Thu Sep 10 03:16:40 2026] GET /v2.0/networks?router%3Aexternal=True => generated 651 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 703/1321] 10.0.0.146 () {34 vars in 753 bytes} [Thu Sep 10 03:16:40 2026] PUT /v2.0/networks/95b2d9ae-da15-4480-adda-7d4847d3dac2/tags => generated 17 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 704/1322] 10.0.0.146 () {32 vars in 742 bytes} [Thu Sep 10 03:16:40 2026] GET /v2.0/subnets?network_id=2266eba8-c9ee-4efe-a984-ae4935e08fc1 => generated 649 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 619/1323] 10.0.0.146 () {32 vars in 717 bytes} [Thu Sep 10 03:16:40 2026] GET /v2.0/ports/11579890-d08b-4266-b627-45daf4f11097 => generated 955 bytes in 105 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 620/1324] 10.0.0.146 () {32 vars in 653 bytes} [Thu Sep 10 03:16:40 2026] GET /v2.0/extensions => generated 21537 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 705/1325] 10.0.0.146 () {34 vars in 753 bytes} [Thu Sep 10 03:16:40 2026] PUT /v2.0/networks/1be75542-3bc5-4c35-8f11-7f8660a29b7b/tags => generated 25 bytes in 110 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 706/1326] 10.0.0.146 () {32 vars in 649 bytes} [Thu Sep 10 03:16:40 2026] GET /v2.0/networks => generated 1312 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 707/1327] 10.0.0.146 () {34 vars in 753 bytes} [Thu Sep 10 03:16:40 2026] PUT /v2.0/networks/3cd3f035-e35a-42d8-9081-7daf225ef878/tags => generated 34 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 708/1328] 10.0.0.146 () {32 vars in 647 bytes} [Thu Sep 10 03:16:40 2026] GET /v2.0/subnets => generated 1312 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 709/1329] 10.0.0.146 () {34 vars in 753 bytes} [Thu Sep 10 03:16:40 2026] PUT /v2.0/networks/37e3a3ec-27e4-4df9-9125-ceff3b03b77b/tags => generated 19 bytes in 101 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 710/1330] 10.0.0.146 () {32 vars in 723 bytes} [Thu Sep 10 03:16:40 2026] GET /v2.0/networks/fbd1a51e-73e9-45f2-ad83-48c2be5b3cb2 => generated 672 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 711/1331] 10.0.0.146 () {32 vars in 666 bytes} [Thu Sep 10 03:16:40 2026] GET /v2.0/networks?tags=red => generated 1855 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 712/1332] 10.0.0.146 () {32 vars in 721 bytes} [Thu Sep 10 03:16:41 2026] GET /v2.0/subnets/da958d5d-df58-4006-8be9-b7a6139d83c4 => generated 673 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 713/1333] 10.0.0.146 () {32 vars in 680 bytes} [Thu Sep 10 03:16:41 2026] GET /v2.0/networks?tags=red%2Cblue => generated 1249 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-09-10 03:16:41.081 7 INFO neutron.pecan_wsgi.hooks.translation [None req-643eb6ea-fb90-4c4d-8048-cfe6a1140e05 be74e0faddbc44ccbdb46fc9510631be b7d9ab19e6b34e5da8e3d6fbd0b4a2ed - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 714/1334] 10.0.0.146 () {32 vars in 724 bytes} [Thu Sep 10 03:16:41 2026] DELETE /v2.0/subnets/d256595b-5da7-4f91-a790-aa30062e9b14 => generated 136 bytes in 9 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 715/1335] 10.0.0.146 () {32 vars in 676 bytes} [Thu Sep 10 03:16:41 2026] GET /v2.0/networks?tags-any=blue => generated 1249 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-09-10 03:16:41.128 7 INFO neutron.pecan_wsgi.hooks.translation [None req-9593cb30-e705-4a92-b4c0-4d5d18813c6a be74e0faddbc44ccbdb46fc9510631be b7d9ab19e6b34e5da8e3d6fbd0b4a2ed - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 716/1336] 10.0.0.146 () {32 vars in 726 bytes} [Thu Sep 10 03:16:41 2026] DELETE /v2.0/networks/2f92bc32-ad7c-4d8e-a198-94c8629f1000 => generated 138 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 717/1337] 10.0.0.146 () {32 vars in 688 bytes} [Thu Sep 10 03:16:41 2026] GET /v2.0/networks?tags-any=red%2Cblue => generated 1855 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 718/1338] 10.0.0.146 () {32 vars in 724 bytes} [Thu Sep 10 03:16:41 2026] DELETE /v2.0/subnets/da958d5d-df58-4006-8be9-b7a6139d83c4 => generated 0 bytes in 87 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 719/1339] 10.0.0.146 () {32 vars in 674 bytes} [Thu Sep 10 03:16:41 2026] GET /v2.0/networks?not-tags=red => generated 1862 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-09-10 03:16:41.381 7 INFO neutron.services.segments.plugin [-] Segment c567819a-0ce6-4d0e-ba83-05c61ead7278 resource provider aggregate not found 2026-09-10 03:16:41.388 7 INFO neutron.services.segments.plugin [-] Segment c567819a-0ce6-4d0e-ba83-05c61ead7278 resource provider aggregate not found [pid: 7|app: 0|req: 720/1340] 10.0.0.146 () {32 vars in 726 bytes} [Thu Sep 10 03:16:41 2026] DELETE /v2.0/networks/fbd1a51e-73e9-45f2-ad83-48c2be5b3cb2 => generated 0 bytes in 112 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-09-10 03:16:41.407 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment c567819a-0ce6-4d0e-ba83-05c61ead7278 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c567819a-0ce6-4d0e-ba83-05c61ead7278 found for delete ", "request_id": "req-52bdde17-d9fb-4f21-b014-81db573778a9"}]} 2026-09-10 03:16:41.418 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment c567819a-0ce6-4d0e-ba83-05c61ead7278 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c567819a-0ce6-4d0e-ba83-05c61ead7278 found for delete ", "request_id": "req-80ed5655-3b8b-457c-8af9-2a3fcfa4d6d9"}]} [pid: 7|app: 0|req: 721/1341] 10.0.0.146 () {32 vars in 688 bytes} [Thu Sep 10 03:16:41 2026] GET /v2.0/networks?not-tags=red%2Cblue => generated 2468 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 722/1342] 10.0.0.146 () {32 vars in 684 bytes} [Thu Sep 10 03:16:41 2026] GET /v2.0/networks?not-tags-any=blue => generated 2468 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 723/1343] 10.0.0.146 () {32 vars in 696 bytes} [Thu Sep 10 03:16:41 2026] GET /v2.0/networks?not-tags-any=red%2Cblue => generated 1862 bytes in 92 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 724/1344] 10.0.0.146 () {32 vars in 726 bytes} [Thu Sep 10 03:16:41 2026] DELETE /v2.0/networks/95b2d9ae-da15-4480-adda-7d4847d3dac2 => generated 0 bytes in 147 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 725/1345] 10.0.0.146 () {32 vars in 726 bytes} [Thu Sep 10 03:16:41 2026] DELETE /v2.0/networks/1be75542-3bc5-4c35-8f11-7f8660a29b7b => generated 0 bytes in 106 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 621/1346] 10.0.0.146 () {34 vars in 783 bytes} [Thu Sep 10 03:16:40 2026] PUT /v2.0/routers/85ed46a0-76eb-4f62-93d7-eb7efe71581e/add_router_interface => generated 309 bytes in 1425 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 726/1347] 10.0.0.146 () {32 vars in 726 bytes} [Thu Sep 10 03:16:41 2026] DELETE /v2.0/networks/3cd3f035-e35a-42d8-9081-7daf225ef878 => generated 0 bytes in 106 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 622/1348] 10.0.0.146 () {32 vars in 717 bytes} [Thu Sep 10 03:16:41 2026] GET /v2.0/ports/ad0e426e-502c-42aa-b85f-2dfb1c80c892 => generated 955 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 727/1349] 10.0.0.146 () {32 vars in 774 bytes} [Thu Sep 10 03:16:42 2026] GET /v2.0/security-groups?tenant_id=b7d9ab19e6b34e5da8e3d6fbd0b4a2ed&name=default => generated 2925 bytes in 143 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-09-10 03:16:42.181 8 INFO neutron.services.segments.plugin [-] Segment 7a5bf556-60e8-4940-bbb7-50d505bb648e resource provider aggregate not found 2026-09-10 03:16:42.186 8 INFO neutron.services.segments.plugin [-] Segment 7a5bf556-60e8-4940-bbb7-50d505bb648e resource provider aggregate not found 2026-09-10 03:16:42.200 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 7a5bf556-60e8-4940-bbb7-50d505bb648e resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7a5bf556-60e8-4940-bbb7-50d505bb648e found for delete ", "request_id": "req-6a2d14c0-67c5-4858-addb-5af5591cc0dc"}]} [pid: 8|app: 0|req: 623/1350] 10.0.0.146 () {32 vars in 726 bytes} [Thu Sep 10 03:16:42 2026] DELETE /v2.0/networks/37e3a3ec-27e4-4df9-9125-ceff3b03b77b => generated 0 bytes in 168 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-09-10 03:16:42.209 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 7a5bf556-60e8-4940-bbb7-50d505bb648e resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7a5bf556-60e8-4940-bbb7-50d505bb648e found for delete ", "request_id": "req-b83136e1-495b-492c-b66b-82176a48465b"}]} [pid: 8|app: 0|req: 624/1351] 10.0.0.146 () {32 vars in 740 bytes} [Thu Sep 10 03:16:42 2026] DELETE /v2.0/security-groups/37e73829-d188-46f4-9ca4-8f5f17fa4044 => 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: 625/1352] 10.0.0.146 () {32 vars in 726 bytes} [Thu Sep 10 03:16:42 2026] DELETE /v2.0/networks/88d076f4-d4d8-499c-a302-cf2814292d57 => generated 0 bytes in 115 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-09-10 03:16:42.438 7 INFO neutron_taas.services.taas.taas_plugin [None req-edf98f5f-1194-45d9-ba4c-a1936479f6d6 63b6f36513d9424e833108c2e85d9216 f85c81302adf451a96e79ac9d8e4e9be - - default default] TaaS: Handle Delete Port: ad0e426e-502c-42aa-b85f-2dfb1c80c892 2026-09-10 03:16:42.440 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-edf98f5f-1194-45d9-ba4c-a1936479f6d6 63b6f36513d9424e833108c2e85d9216 f85c81302adf451a96e79ac9d8e4e9be - - default default] Tap Mirror: Handle Delete Port: ad0e426e-502c-42aa-b85f-2dfb1c80c892 [pid: 7|app: 0|req: 728/1353] 10.0.0.146 () {34 vars in 789 bytes} [Thu Sep 10 03:16:42 2026] PUT /v2.0/routers/85ed46a0-76eb-4f62-93d7-eb7efe71581e/remove_router_interface => generated 309 bytes in 620 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-09-10 03:16:43.090 8 INFO neutron_taas.services.taas.taas_plugin [None req-9b677dcf-513c-4f10-b050-a588877e1772 63b6f36513d9424e833108c2e85d9216 f85c81302adf451a96e79ac9d8e4e9be - - default default] TaaS: Handle Delete Port: 11579890-d08b-4266-b627-45daf4f11097 2026-09-10 03:16:43.092 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9b677dcf-513c-4f10-b050-a588877e1772 63b6f36513d9424e833108c2e85d9216 f85c81302adf451a96e79ac9d8e4e9be - - default default] Tap Mirror: Handle Delete Port: 11579890-d08b-4266-b627-45daf4f11097 [pid: 8|app: 0|req: 626/1354] 10.0.0.146 () {34 vars in 789 bytes} [Thu Sep 10 03:16:42 2026] PUT /v2.0/routers/85ed46a0-76eb-4f62-93d7-eb7efe71581e/remove_router_interface => generated 309 bytes in 630 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-09-10 03:16:43.441 7 INFO neutron.services.segments.plugin [-] Segment 58973e81-558b-4590-99fc-3de49b1589b6 resource provider aggregate not found 2026-09-10 03:16:43.454 7 INFO neutron.services.segments.plugin [-] Segment 58973e81-558b-4590-99fc-3de49b1589b6 resource provider aggregate not found [pid: 8|app: 0|req: 627/1355] 10.0.0.146 () {32 vars in 736 bytes} [Thu Sep 10 03:16:43 2026] GET /v2.0/ports?device_id=85ed46a0-76eb-4f62-93d7-eb7efe71581e => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-09-10 03:16:43.467 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 58973e81-558b-4590-99fc-3de49b1589b6 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 58973e81-558b-4590-99fc-3de49b1589b6 found for delete ", "request_id": "req-46dea53a-6a4a-4d1b-8eef-4d881dc27ca6"}]} 2026-09-10 03:16:43.487 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 58973e81-558b-4590-99fc-3de49b1589b6 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 58973e81-558b-4590-99fc-3de49b1589b6 found for delete ", "request_id": "req-5b09dc42-485d-4389-9771-afe269f35165"}]} 2026-09-10 03:16:43.504 7 INFO neutron.services.segments.plugin [-] Segment 49704bc2-8d2a-4639-8e93-93e6ccaeed1b resource provider aggregate not found 2026-09-10 03:16:43.526 7 INFO neutron.services.segments.plugin [-] Segment 49704bc2-8d2a-4639-8e93-93e6ccaeed1b resource provider aggregate not found 2026-09-10 03:16:43.541 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 49704bc2-8d2a-4639-8e93-93e6ccaeed1b resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 49704bc2-8d2a-4639-8e93-93e6ccaeed1b found for delete ", "request_id": "req-63ce91cc-ef23-4d09-8664-a218f15f031c"}]} 2026-09-10 03:16:43.548 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 49704bc2-8d2a-4639-8e93-93e6ccaeed1b resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 49704bc2-8d2a-4639-8e93-93e6ccaeed1b found for delete ", "request_id": "req-7616c850-b315-4a3e-9ba7-4a3a1777b879"}]} 2026-09-10 03:16:43.577 7 INFO neutron.services.segments.plugin [-] Segment 6e80e66e-eff4-4490-b19c-0c0360e69738 resource provider aggregate not found [pid: 7|app: 0|req: 729/1356] 10.0.0.146 () {32 vars in 774 bytes} [Thu Sep 10 03:16:43 2026] GET /v2.0/security-groups?tenant_id=40d31ba139e34b9d803e9d55a2ab41e1&name=default => generated 2925 bytes in 266 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-09-10 03:16:43.578 7 INFO neutron.services.segments.plugin [-] Segment 6e80e66e-eff4-4490-b19c-0c0360e69738 resource provider aggregate not found 2026-09-10 03:16:43.611 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 6e80e66e-eff4-4490-b19c-0c0360e69738 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6e80e66e-eff4-4490-b19c-0c0360e69738 found for delete ", "request_id": "req-8c7260a8-1fb8-4a26-8afe-0c4f284a667b"}]} 2026-09-10 03:16:43.612 8 INFO neutron_taas.services.taas.taas_plugin [None req-14c5b8b9-a23e-44ce-85fa-16a8c806edbc 63b6f36513d9424e833108c2e85d9216 f85c81302adf451a96e79ac9d8e4e9be - - default default] TaaS: Handle Delete Port: c7203664-9a4c-483d-b56a-bd15d9aa7934 2026-09-10 03:16:43.615 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-14c5b8b9-a23e-44ce-85fa-16a8c806edbc 63b6f36513d9424e833108c2e85d9216 f85c81302adf451a96e79ac9d8e4e9be - - default default] Tap Mirror: Handle Delete Port: c7203664-9a4c-483d-b56a-bd15d9aa7934 2026-09-10 03:16:43.624 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 6e80e66e-eff4-4490-b19c-0c0360e69738 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6e80e66e-eff4-4490-b19c-0c0360e69738 found for delete ", "request_id": "req-14a7842e-023e-49aa-ba2d-c74190fc6011"}]} [pid: 7|app: 0|req: 730/1357] 10.0.0.146 () {32 vars in 740 bytes} [Thu Sep 10 03:16:43 2026] DELETE /v2.0/security-groups/32a43ada-fd90-4c6d-8de8-b89640ce68b7 => 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: 731/1358] 10.0.0.146 () {32 vars in 774 bytes} [Thu Sep 10 03:16:43 2026] GET /v2.0/security-groups?tenant_id=51738e9aa83c40da869218b365854577&name=default => generated 2925 bytes in 164 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 732/1359] 10.0.0.146 () {32 vars in 740 bytes} [Thu Sep 10 03:16:44 2026] DELETE /v2.0/security-groups/93072bc2-3dc7-45cb-9ae6-257b236ba99f => generated 0 bytes in 94 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-09-10 03:16:44.231 8 INFO neutron.services.segments.plugin [-] Segment 9495cf47-3fec-4787-bdeb-4dbb96708e23 resource provider aggregate not found 2026-09-10 03:16:44.236 8 INFO neutron.services.segments.plugin [-] Segment 9495cf47-3fec-4787-bdeb-4dbb96708e23 resource provider aggregate not found 2026-09-10 03:16:44.255 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 9495cf47-3fec-4787-bdeb-4dbb96708e23 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9495cf47-3fec-4787-bdeb-4dbb96708e23 found for delete ", "request_id": "req-33ffa05a-b7c1-4295-8399-e659660940e5"}]} 2026-09-10 03:16:44.259 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 9495cf47-3fec-4787-bdeb-4dbb96708e23 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9495cf47-3fec-4787-bdeb-4dbb96708e23 found for delete ", "request_id": "req-9df5977c-dcea-404b-a62e-8958bc1a702e"}]} 2026-09-10 03:16:44.394 8 INFO neutron.db.l3_hamode_db [None req-14c5b8b9-a23e-44ce-85fa-16a8c806edbc 63b6f36513d9424e833108c2e85d9216 f85c81302adf451a96e79ac9d8e4e9be - - default default] HA network 0bec6297-e868-4516-9880-9b2393ca53f0 was deleted as no HA routers are present in tenant f85c81302adf451a96e79ac9d8e4e9be. [pid: 8|app: 0|req: 628/1360] 10.0.0.146 () {32 vars in 724 bytes} [Thu Sep 10 03:16:43 2026] DELETE /v2.0/routers/85ed46a0-76eb-4f62-93d7-eb7efe71581e => generated 0 bytes in 937 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 629/1361] 10.0.0.146 () {32 vars in 774 bytes} [Thu Sep 10 03:16:44 2026] GET /v2.0/security-groups?tenant_id=82167d3b94244747aa1944f70d204a45&name=default => generated 2925 bytes in 103 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-09-10 03:16:44.610 7 INFO neutron.db.segments_db [None req-1b600fd3-5284-440c-bb71-2ba2b2b12d66 fa1ad6d92f764de99ad9ddd5d5f9b5cb ccfc23ae77174df0949e3ccb6f2806a8 - - default default] Added segment 41eb0b3c-9858-451b-81e5-86634cb18309 of type vxlan for network 54f3a8d7-a506-4fd1-887f-6169c04db67c [pid: 7|app: 0|req: 733/1362] 10.0.0.146 () {34 vars in 670 bytes} [Thu Sep 10 03:16:44 2026] POST /v2.0/networks => generated 643 bytes in 522 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 630/1363] 10.0.0.146 () {32 vars in 724 bytes} [Thu Sep 10 03:16:44 2026] DELETE /v2.0/subnets/2c99355f-2999-4f17-a299-da59f78516e2 => generated 0 bytes in 228 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 734/1364] 10.0.0.146 () {32 vars in 740 bytes} [Thu Sep 10 03:16:44 2026] DELETE /v2.0/security-groups/211517ab-f8d9-43d1-91b7-8a1df17604d0 => 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: 631/1365] 10.0.0.146 () {32 vars in 724 bytes} [Thu Sep 10 03:16:44 2026] DELETE /v2.0/subnets/fd966546-0d2b-4984-ae5a-3adc10620d28 => generated 0 bytes in 182 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-09-10 03:16:45.008 8 INFO neutron_taas.services.taas.taas_plugin [None req-42e801db-5aed-4818-9c3c-5c742577f9a7 63b6f36513d9424e833108c2e85d9216 f85c81302adf451a96e79ac9d8e4e9be - - default default] TaaS: Handle Delete Port: b5b77f4f-cef0-4ed2-aee5-0619a65f6711 2026-09-10 03:16:45.010 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-42e801db-5aed-4818-9c3c-5c742577f9a7 63b6f36513d9424e833108c2e85d9216 f85c81302adf451a96e79ac9d8e4e9be - - default default] Tap Mirror: Handle Delete Port: b5b77f4f-cef0-4ed2-aee5-0619a65f6711 [pid: 7|app: 0|req: 735/1366] 10.0.0.146 () {34 vars in 669 bytes} [Thu Sep 10 03:16:44 2026] POST /v2.0/subnets => generated 641 bytes in 283 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-09-10 03:16:45.132 7 INFO neutron.db.segments_db [None req-b871e34f-6bfb-4572-9c77-6f1536a29d40 fa1ad6d92f764de99ad9ddd5d5f9b5cb ccfc23ae77174df0949e3ccb6f2806a8 - - default default] Added segment d80666dc-ace0-44f7-ad88-e61e04b20e52 of type vxlan for network 86f4f46f-c962-4935-827c-0d5cc1adbad9 [pid: 8|app: 0|req: 632/1367] 10.0.0.146 () {32 vars in 726 bytes} [Thu Sep 10 03:16:44 2026] DELETE /v2.0/networks/9a5b3473-c845-4b69-b263-f55cbf402ea8 => 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: 736/1368] 10.0.0.146 () {34 vars in 670 bytes} [Thu Sep 10 03:16:45 2026] POST /v2.0/networks => generated 643 bytes in 108 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 737/1369] 10.0.0.146 () {34 vars in 743 bytes} [Thu Sep 10 03:16:45 2026] PUT /v2.0/networks/86f4f46f-c962-4935-827c-0d5cc1adbad9 => generated 592 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-09-10 03:16:45.285 8 INFO neutron_taas.services.taas.taas_plugin [None req-2ae7db37-5fd4-46a3-9c26-e4002315dfff 63b6f36513d9424e833108c2e85d9216 f85c81302adf451a96e79ac9d8e4e9be - - default default] TaaS: Handle Delete Port: b4cc1d27-4ef8-4e63-8faa-7767e42c5fbc 2026-09-10 03:16:45.288 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2ae7db37-5fd4-46a3-9c26-e4002315dfff 63b6f36513d9424e833108c2e85d9216 f85c81302adf451a96e79ac9d8e4e9be - - default default] Tap Mirror: Handle Delete Port: b4cc1d27-4ef8-4e63-8faa-7767e42c5fbc [pid: 8|app: 0|req: 633/1370] 10.0.0.146 () {32 vars in 726 bytes} [Thu Sep 10 03:16:45 2026] DELETE /v2.0/networks/38bf7684-ce4d-4e1b-ae8f-bee4f8768e5f => generated 0 bytes in 282 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 738/1371] 10.0.0.146 () {34 vars in 669 bytes} [Thu Sep 10 03:16:45 2026] POST /v2.0/subnets => generated 626 bytes in 216 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-09-10 03:16:45.552 7 INFO neutron.db.segments_db [None req-651e4538-b1cb-4613-94db-358153ef6bf3 63b6f36513d9424e833108c2e85d9216 f85c81302adf451a96e79ac9d8e4e9be - - default default] Added segment 660aa93f-9287-4d10-8733-4acecc7ed2be of type vxlan for network 394e4db2-17f8-4583-bbe3-d85d087a6ccb [pid: 8|app: 0|req: 634/1372] 10.0.0.146 () {34 vars in 741 bytes} [Thu Sep 10 03:16:45 2026] PUT /v2.0/subnets/6d55bbb1-03be-479b-8984-53c3fa1a96a1 => generated 636 bytes in 120 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 739/1373] 10.0.0.146 () {34 vars in 670 bytes} [Thu Sep 10 03:16:45 2026] POST /v2.0/networks => generated 630 bytes in 133 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 635/1374] 10.0.0.146 () {32 vars in 726 bytes} [Thu Sep 10 03:16:45 2026] DELETE /v2.0/networks/86f4f46f-c962-4935-827c-0d5cc1adbad9 => generated 0 bytes in 178 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-09-10 03:16:45.808 8 INFO neutron.pecan_wsgi.hooks.translation [None req-b6d0dca9-0f27-4ce0-a18e-49db02bf41b7 fa1ad6d92f764de99ad9ddd5d5f9b5cb ccfc23ae77174df0949e3ccb6f2806a8 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 636/1375] 10.0.0.146 () {32 vars in 726 bytes} [Thu Sep 10 03:16:45 2026] DELETE /v2.0/networks/86f4f46f-c962-4935-827c-0d5cc1adbad9 => generated 138 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 740/1376] 10.0.0.146 () {34 vars in 669 bytes} [Thu Sep 10 03:16:45 2026] POST /v2.0/subnets => generated 626 bytes in 193 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 637/1377] 10.0.0.146 () {32 vars in 694 bytes} [Thu Sep 10 03:16:45 2026] GET /v2.0/networks?router%3Aexternal=True => generated 651 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-09-10 03:16:45.876 7 INFO neutron.db.segments_db [None req-44be7232-b463-4dd5-90c8-1134483c9378 63b6f36513d9424e833108c2e85d9216 f85c81302adf451a96e79ac9d8e4e9be - - default default] Added segment 45079ccf-5f9e-4c8a-9d09-40066bc9549d of type vxlan for network 42998330-a552-4a40-a891-690d594e4f57 [pid: 8|app: 0|req: 638/1378] 10.0.0.146 () {32 vars in 742 bytes} [Thu Sep 10 03:16:45 2026] GET /v2.0/subnets?network_id=2266eba8-c9ee-4efe-a984-ae4935e08fc1 => generated 649 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 639/1379] 10.0.0.146 () {32 vars in 653 bytes} [Thu Sep 10 03:16:45 2026] GET /v2.0/extensions => generated 21537 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 640/1380] 10.0.0.146 () {32 vars in 649 bytes} [Thu Sep 10 03:16:45 2026] GET /v2.0/networks => generated 1308 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 641/1381] 10.0.0.146 () {32 vars in 647 bytes} [Thu Sep 10 03:16:45 2026] GET /v2.0/subnets => generated 1280 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 642/1382] 10.0.0.146 () {32 vars in 723 bytes} [Thu Sep 10 03:16:46 2026] GET /v2.0/networks/54f3a8d7-a506-4fd1-887f-6169c04db67c => generated 668 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 643/1383] 10.0.0.146 () {32 vars in 721 bytes} [Thu Sep 10 03:16:46 2026] GET /v2.0/subnets/7ced36bc-ff17-4120-aaad-f1c983a627d7 => generated 641 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-09-10 03:16:46.093 8 INFO neutron.pecan_wsgi.hooks.translation [None req-0113aeb4-4a3e-4285-ab0b-84413a180724 fa1ad6d92f764de99ad9ddd5d5f9b5cb ccfc23ae77174df0949e3ccb6f2806a8 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 644/1384] 10.0.0.146 () {32 vars in 724 bytes} [Thu Sep 10 03:16:46 2026] DELETE /v2.0/subnets/6d55bbb1-03be-479b-8984-53c3fa1a96a1 => generated 136 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-09-10 03:16:46.108 8 INFO neutron.pecan_wsgi.hooks.translation [None req-3185dad7-20b9-4c02-b3bd-d7ffb226e032 fa1ad6d92f764de99ad9ddd5d5f9b5cb ccfc23ae77174df0949e3ccb6f2806a8 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 645/1385] 10.0.0.146 () {32 vars in 726 bytes} [Thu Sep 10 03:16:46 2026] DELETE /v2.0/networks/86f4f46f-c962-4935-827c-0d5cc1adbad9 => generated 138 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-09-10 03:16:46.125 7 INFO neutron.db.l3_hamode_db [None req-44be7232-b463-4dd5-90c8-1134483c9378 63b6f36513d9424e833108c2e85d9216 f85c81302adf451a96e79ac9d8e4e9be - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 646/1386] 10.0.0.146 () {32 vars in 724 bytes} [Thu Sep 10 03:16:46 2026] DELETE /v2.0/subnets/7ced36bc-ff17-4120-aaad-f1c983a627d7 => generated 0 bytes in 109 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-09-10 03:16:46.228 7 INFO neutron.db.l3_hamode_db [None req-44be7232-b463-4dd5-90c8-1134483c9378 63b6f36513d9424e833108c2e85d9216 f85c81302adf451a96e79ac9d8e4e9be - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-09-10 03:16:46.272 8 INFO neutron.services.segments.plugin [-] Segment 482ee335-122a-4996-8a21-6348513c4b2d resource provider aggregate not found 2026-09-10 03:16:46.281 8 INFO neutron.services.segments.plugin [-] Segment 482ee335-122a-4996-8a21-6348513c4b2d resource provider aggregate not found 2026-09-10 03:16:46.298 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 482ee335-122a-4996-8a21-6348513c4b2d resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 482ee335-122a-4996-8a21-6348513c4b2d found for delete ", "request_id": "req-2b672945-5f9b-4d2f-8429-6f57c6e3c8f2"}]} 2026-09-10 03:16:46.306 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 482ee335-122a-4996-8a21-6348513c4b2d resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 482ee335-122a-4996-8a21-6348513c4b2d found for delete ", "request_id": "req-261d56b4-f51f-4e94-aa98-bedc0e6c30c9"}]} 2026-09-10 03:16:46.323 8 INFO neutron.services.segments.plugin [-] Segment 22a7b150-2de0-4e8b-be15-9fe5d9202d6d resource provider aggregate not found 2026-09-10 03:16:46.329 8 INFO neutron.services.segments.plugin [-] Segment 22a7b150-2de0-4e8b-be15-9fe5d9202d6d resource provider aggregate not found 2026-09-10 03:16:46.387 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 22a7b150-2de0-4e8b-be15-9fe5d9202d6d resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 22a7b150-2de0-4e8b-be15-9fe5d9202d6d found for delete ", "request_id": "req-a72ce096-1a3a-47d5-9a97-931a25447fca"}]} 2026-09-10 03:16:46.399 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 22a7b150-2de0-4e8b-be15-9fe5d9202d6d resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 22a7b150-2de0-4e8b-be15-9fe5d9202d6d found for delete ", "request_id": "req-1f9b6299-df60-4ef3-9736-22d6d2c56649"}]} 2026-09-10 03:16:46.409 8 INFO neutron.services.segments.plugin [-] Segment 6225476d-aeb2-4c5f-af5f-e099ca913ffe resource provider aggregate not found 2026-09-10 03:16:46.416 8 INFO neutron.services.segments.plugin [-] Segment 6225476d-aeb2-4c5f-af5f-e099ca913ffe resource provider aggregate not found 2026-09-10 03:16:46.425 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 6225476d-aeb2-4c5f-af5f-e099ca913ffe resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6225476d-aeb2-4c5f-af5f-e099ca913ffe found for delete ", "request_id": "req-576f78a9-9a95-49af-9924-bbcfd5d31d47"}]} 2026-09-10 03:16:46.428 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 6225476d-aeb2-4c5f-af5f-e099ca913ffe resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6225476d-aeb2-4c5f-af5f-e099ca913ffe found for delete ", "request_id": "req-7a607d4b-e02b-4474-ae07-b8a154331603"}]} 2026-09-10 03:16:46.438 8 INFO neutron.services.segments.plugin [-] Segment d80666dc-ace0-44f7-ad88-e61e04b20e52 resource provider aggregate not found 2026-09-10 03:16:46.441 8 INFO neutron.services.segments.plugin [-] Segment d80666dc-ace0-44f7-ad88-e61e04b20e52 resource provider aggregate not found 2026-09-10 03:16:46.452 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment d80666dc-ace0-44f7-ad88-e61e04b20e52 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d80666dc-ace0-44f7-ad88-e61e04b20e52 found for delete ", "request_id": "req-46ff0208-f33c-4902-a800-cae8aad18462"}]} [pid: 8|app: 0|req: 647/1387] 10.0.0.146 () {32 vars in 726 bytes} [Thu Sep 10 03:16:46 2026] DELETE /v2.0/networks/54f3a8d7-a506-4fd1-887f-6169c04db67c => generated 0 bytes in 228 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-09-10 03:16:46.456 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment d80666dc-ace0-44f7-ad88-e61e04b20e52 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d80666dc-ace0-44f7-ad88-e61e04b20e52 found for delete ", "request_id": "req-97188dba-4b36-409a-b3f5-8711b43d4da6"}]} [pid: 7|app: 0|req: 741/1388] 10.0.0.146 () {34 vars in 669 bytes} [Thu Sep 10 03:16:45 2026] POST /v2.0/routers => generated 507 bytes in 1016 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 648/1389] 10.0.0.146 () {34 vars in 665 bytes} [Thu Sep 10 03:16:46 2026] POST /v2.0/ports => generated 947 bytes in 341 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 742/1390] 10.0.0.146 () {32 vars in 774 bytes} [Thu Sep 10 03:16:46 2026] GET /v2.0/security-groups?tenant_id=ccfc23ae77174df0949e3ccb6f2806a8&name=default => generated 2925 bytes in 205 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: 649/1391] 10.0.0.146 () {32 vars in 740 bytes} [Thu Sep 10 03:16:47 2026] DELETE /v2.0/security-groups/39e27a74-5bb6-4c06-a3d6-dee9ea360aec => 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: 743/1392] 10.0.0.146 () {34 vars in 783 bytes} [Thu Sep 10 03:16:47 2026] PUT /v2.0/routers/54fb916d-ce31-4cdc-8902-cdce6e1170e6/add_router_interface => generated 309 bytes in 1192 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 650/1393] 10.0.0.146 () {32 vars in 717 bytes} [Thu Sep 10 03:16:48 2026] GET /v2.0/ports/9494ed00-3611-42a1-bb05-0f454e581301 => generated 1021 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-09-10 03:16:48.473 8 INFO neutron.services.segments.plugin [-] Segment 41eb0b3c-9858-451b-81e5-86634cb18309 resource provider aggregate not found 2026-09-10 03:16:48.480 8 INFO neutron.services.segments.plugin [-] Segment 41eb0b3c-9858-451b-81e5-86634cb18309 resource provider aggregate not found 2026-09-10 03:16:48.488 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 41eb0b3c-9858-451b-81e5-86634cb18309 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 41eb0b3c-9858-451b-81e5-86634cb18309 found for delete ", "request_id": "req-72a5d692-b550-4e24-8727-657930dc8629"}]} 2026-09-10 03:16:48.496 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 41eb0b3c-9858-451b-81e5-86634cb18309 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 41eb0b3c-9858-451b-81e5-86634cb18309 found for delete ", "request_id": "req-cfb5bc55-dd99-4b32-b43c-37ec3c2732fd"}]} 2026-09-10 03:16:48.834 7 INFO neutron_taas.services.taas.taas_plugin [None req-c610d74f-10b3-470a-89bb-72bc9d06c887 63b6f36513d9424e833108c2e85d9216 f85c81302adf451a96e79ac9d8e4e9be - - default default] TaaS: Handle Delete Port: 9494ed00-3611-42a1-bb05-0f454e581301 2026-09-10 03:16:48.837 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c610d74f-10b3-470a-89bb-72bc9d06c887 63b6f36513d9424e833108c2e85d9216 f85c81302adf451a96e79ac9d8e4e9be - - default default] Tap Mirror: Handle Delete Port: 9494ed00-3611-42a1-bb05-0f454e581301 [pid: 7|app: 0|req: 744/1394] 10.0.0.146 () {34 vars in 789 bytes} [Thu Sep 10 03:16:48 2026] PUT /v2.0/routers/54fb916d-ce31-4cdc-8902-cdce6e1170e6/remove_router_interface => generated 309 bytes in 736 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-09-10 03:16:49.295 7 INFO neutron.api.v2.resource [None req-f65ffa2b-4e47-4301-ad0d-7c5e82086c54 63b6f36513d9424e833108c2e85d9216 f85c81302adf451a96e79ac9d8e4e9be - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 7|app: 0|req: 745/1395] 10.0.0.146 () {34 vars in 789 bytes} [Thu Sep 10 03:16:49 2026] PUT /v2.0/routers/54fb916d-ce31-4cdc-8902-cdce6e1170e6/remove_router_interface => generated 197 bytes in 104 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-09-10 03:16:49.486 7 INFO neutron.db.segments_db [None req-d1f5e62e-903c-4741-8085-66e1c4135349 930850ac9fbe47f3a7c5b59cc3d44b9b 4d13dbda69b2472c97878f4bdb4324f1 - - default default] Added segment bb64f60e-cfd7-4c42-a42d-fccbe0d456ad of type vxlan for network f948c72c-2877-47bc-8d6d-828348e33a6e [pid: 8|app: 0|req: 651/1396] 10.0.0.146 () {34 vars in 684 bytes} [Thu Sep 10 03:16:49 2026] POST /v2.0/security-groups => generated 1601 bytes in 462 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 652/1397] 10.0.0.146 () {32 vars in 736 bytes} [Thu Sep 10 03:16:49 2026] GET /v2.0/ports?device_id=54fb916d-ce31-4cdc-8902-cdce6e1170e6 => 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: 746/1398] 10.0.0.146 () {34 vars in 670 bytes} [Thu Sep 10 03:16:49 2026] POST /v2.0/networks => generated 648 bytes in 309 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 653/1399] 10.0.0.146 () {34 vars in 684 bytes} [Thu Sep 10 03:16:49 2026] POST /v2.0/security-groups => generated 1601 bytes in 154 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-09-10 03:16:49.820 7 INFO neutron_taas.services.taas.taas_plugin [None req-4122e501-d384-42ad-b2c6-b7c65f1b739f 63b6f36513d9424e833108c2e85d9216 f85c81302adf451a96e79ac9d8e4e9be - - default default] TaaS: Handle Delete Port: 1af3743b-9536-4f48-843a-854a515f53e6 2026-09-10 03:16:49.824 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4122e501-d384-42ad-b2c6-b7c65f1b739f 63b6f36513d9424e833108c2e85d9216 f85c81302adf451a96e79ac9d8e4e9be - - default default] Tap Mirror: Handle Delete Port: 1af3743b-9536-4f48-843a-854a515f53e6 2026-09-10 03:16:50.116 7 INFO neutron.services.segments.plugin [-] Segment 45079ccf-5f9e-4c8a-9d09-40066bc9549d resource provider aggregate not found 2026-09-10 03:16:50.120 7 INFO neutron.services.segments.plugin [-] Segment 45079ccf-5f9e-4c8a-9d09-40066bc9549d resource provider aggregate not found [pid: 8|app: 0|req: 654/1400] 10.0.0.146 () {34 vars in 665 bytes} [Thu Sep 10 03:16:49 2026] POST /v2.0/ports => generated 778 bytes in 379 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-09-10 03:16:50.136 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 45079ccf-5f9e-4c8a-9d09-40066bc9549d resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 45079ccf-5f9e-4c8a-9d09-40066bc9549d found for delete ", "request_id": "req-b73c98bc-4743-4c3e-9d91-a019e319616b"}]} 2026-09-10 03:16:50.144 7 INFO neutron.db.l3_hamode_db [None req-4122e501-d384-42ad-b2c6-b7c65f1b739f 63b6f36513d9424e833108c2e85d9216 f85c81302adf451a96e79ac9d8e4e9be - - default default] HA network 42998330-a552-4a40-a891-690d594e4f57 was deleted as no HA routers are present in tenant f85c81302adf451a96e79ac9d8e4e9be. 2026-09-10 03:16:50.145 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 45079ccf-5f9e-4c8a-9d09-40066bc9549d resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 45079ccf-5f9e-4c8a-9d09-40066bc9549d found for delete ", "request_id": "req-3743fc70-5b4a-4ef8-9ab9-8f914951ecc0"}]} [pid: 7|app: 0|req: 747/1401] 10.0.0.146 () {32 vars in 724 bytes} [Thu Sep 10 03:16:49 2026] DELETE /v2.0/routers/54fb916d-ce31-4cdc-8902-cdce6e1170e6 => generated 0 bytes in 545 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-09-10 03:16:50.211 7 INFO neutron.db.segments_db [None req-051b44ef-92b5-46cf-a533-a458709ac967 930850ac9fbe47f3a7c5b59cc3d44b9b 4d13dbda69b2472c97878f4bdb4324f1 - - default default] Added segment 7053d6c2-64c0-42f9-88d2-ffa9fa5dc4f4 of type vxlan for network eabb6a41-f5c5-4a65-a1c0-e82e496278db [pid: 8|app: 0|req: 655/1402] 10.0.0.146 () {34 vars in 684 bytes} [Thu Sep 10 03:16:50 2026] POST /v2.0/security-groups => generated 1601 bytes in 164 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 748/1403] 10.0.0.146 () {34 vars in 670 bytes} [Thu Sep 10 03:16:50 2026] POST /v2.0/networks => generated 636 bytes in 159 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 656/1404] 10.0.0.146 () {32 vars in 724 bytes} [Thu Sep 10 03:16:50 2026] DELETE /v2.0/subnets/b3dd554d-88b2-4cec-a6ee-b9882ab7ed94 => 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: 749/1405] 10.0.0.146 () {34 vars in 684 bytes} [Thu Sep 10 03:16:50 2026] POST /v2.0/security-groups => generated 1601 bytes in 111 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 750/1406] 10.0.0.146 () {32 vars in 726 bytes} [Thu Sep 10 03:16:50 2026] DELETE /v2.0/networks/394e4db2-17f8-4583-bbe3-d85d087a6ccb => generated 0 bytes in 121 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 657/1407] 10.0.0.146 () {34 vars in 669 bytes} [Thu Sep 10 03:16:50 2026] POST /v2.0/subnets => generated 646 bytes in 218 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 751/1408] 10.0.0.146 () {34 vars in 684 bytes} [Thu Sep 10 03:16:50 2026] POST /v2.0/security-groups => generated 1601 bytes in 118 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-09-10 03:16:50.684 8 INFO neutron.db.segments_db [None req-764b95a9-3cc8-44fa-83ae-4d98cbcf9b00 63b6f36513d9424e833108c2e85d9216 f85c81302adf451a96e79ac9d8e4e9be - - default default] Added segment 757db121-6431-49c4-b0f6-09b4ca46e246 of type vxlan for network df25b63b-9202-4ff8-bac1-f8f531dbc888 [pid: 8|app: 0|req: 658/1409] 10.0.0.146 () {34 vars in 670 bytes} [Thu Sep 10 03:16:50 2026] POST /v2.0/networks => generated 630 bytes in 115 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 659/1410] 10.0.0.146 () {34 vars in 767 bytes} [Thu Sep 10 03:16:50 2026] PUT /v2.0/security-groups/1021d3ac-3050-4248-acf3-7ccd1100fa49/tags => generated 17 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 660/1411] 10.0.0.146 () {34 vars in 669 bytes} [Thu Sep 10 03:16:50 2026] POST /v2.0/subnets => generated 626 bytes in 185 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 752/1412] 10.0.0.146 () {34 vars in 665 bytes} [Thu Sep 10 03:16:50 2026] POST /v2.0/ports => generated 966 bytes in 351 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 661/1413] 10.0.0.146 () {34 vars in 767 bytes} [Thu Sep 10 03:16:50 2026] PUT /v2.0/security-groups/25ef4c17-fd14-456e-b33a-5db0215dfcdf/tags => generated 25 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-09-10 03:16:51.085 7 INFO neutron.db.segments_db [None req-ee27956c-cd3f-40d6-bb57-c4a33a651c68 63b6f36513d9424e833108c2e85d9216 f85c81302adf451a96e79ac9d8e4e9be - - default default] Added segment d19d721c-9f68-413b-a497-0a1ca6c47a5a of type vxlan for network 232cece3-4c24-4fad-bd11-7b42eb1ba6d4 2026-09-10 03:16:51.139 8 INFO neutron_taas.services.taas.taas_plugin [None req-2e266b4b-3585-4538-b6d1-eaddad61f999 930850ac9fbe47f3a7c5b59cc3d44b9b 4d13dbda69b2472c97878f4bdb4324f1 - - default default] TaaS: Handle Delete Port: 064ec027-e7c2-4fd3-a713-6ec5f9cad385 2026-09-10 03:16:51.142 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2e266b4b-3585-4538-b6d1-eaddad61f999 930850ac9fbe47f3a7c5b59cc3d44b9b 4d13dbda69b2472c97878f4bdb4324f1 - - default default] Tap Mirror: Handle Delete Port: 064ec027-e7c2-4fd3-a713-6ec5f9cad385 [pid: 8|app: 0|req: 662/1414] 10.0.0.146 () {32 vars in 720 bytes} [Thu Sep 10 03:16:51 2026] DELETE /v2.0/ports/064ec027-e7c2-4fd3-a713-6ec5f9cad385 => generated 0 bytes in 247 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-09-10 03:16:51.320 7 INFO neutron.db.l3_hamode_db [None req-ee27956c-cd3f-40d6-bb57-c4a33a651c68 63b6f36513d9424e833108c2e85d9216 f85c81302adf451a96e79ac9d8e4e9be - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 663/1415] 10.0.0.146 () {34 vars in 767 bytes} [Thu Sep 10 03:16:51 2026] PUT /v2.0/security-groups/3a3c49d3-ad9e-4312-9816-fb4e8e9f8d31/tags => generated 34 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-09-10 03:16:51.342 8 INFO neutron.pecan_wsgi.hooks.translation [None req-e708521c-ccde-4b7c-8043-bfcbac1098e5 930850ac9fbe47f3a7c5b59cc3d44b9b 4d13dbda69b2472c97878f4bdb4324f1 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 664/1416] 10.0.0.146 () {32 vars in 720 bytes} [Thu Sep 10 03:16:51 2026] DELETE /v2.0/ports/064ec027-e7c2-4fd3-a713-6ec5f9cad385 => generated 132 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 665/1417] 10.0.0.146 () {34 vars in 767 bytes} [Thu Sep 10 03:16:51 2026] PUT /v2.0/security-groups/efbbe55e-7411-44b1-b029-276688d8a2e3/tags => generated 19 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-09-10 03:16:51.390 8 INFO neutron.pecan_wsgi.hooks.translation [None req-536a1c6d-bdf3-47a2-881f-475a657cb405 930850ac9fbe47f3a7c5b59cc3d44b9b 4d13dbda69b2472c97878f4bdb4324f1 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 666/1418] 10.0.0.146 () {32 vars in 717 bytes} [Thu Sep 10 03:16:51 2026] GET /v2.0/ports/064ec027-e7c2-4fd3-a713-6ec5f9cad385 => generated 132 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 667/1419] 10.0.0.146 () {32 vars in 680 bytes} [Thu Sep 10 03:16:51 2026] GET /v2.0/security-groups?tags=red => generated 4804 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-09-10 03:16:51.436 7 INFO neutron.db.l3_hamode_db [None req-ee27956c-cd3f-40d6-bb57-c4a33a651c68 63b6f36513d9424e833108c2e85d9216 f85c81302adf451a96e79ac9d8e4e9be - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 668/1420] 10.0.0.146 () {32 vars in 724 bytes} [Thu Sep 10 03:16:51 2026] DELETE /v2.0/subnets/5b924f3c-7eaf-4f53-935c-06801be3507d => generated 0 bytes in 99 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 669/1421] 10.0.0.146 () {32 vars in 694 bytes} [Thu Sep 10 03:16:51 2026] GET /v2.0/security-groups?tags=red%2Cblue => generated 3218 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-09-10 03:16:51.678 8 INFO neutron.services.segments.plugin [-] Segment 7053d6c2-64c0-42f9-88d2-ffa9fa5dc4f4 resource provider aggregate not found 2026-09-10 03:16:51.686 8 INFO neutron.services.segments.plugin [-] Segment 7053d6c2-64c0-42f9-88d2-ffa9fa5dc4f4 resource provider aggregate not found 2026-09-10 03:16:51.694 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 7053d6c2-64c0-42f9-88d2-ffa9fa5dc4f4 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7053d6c2-64c0-42f9-88d2-ffa9fa5dc4f4 found for delete ", "request_id": "req-ef3b0386-9e85-4124-b5c1-ed011b61b1d8"}]} 2026-09-10 03:16:51.704 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 7053d6c2-64c0-42f9-88d2-ffa9fa5dc4f4 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7053d6c2-64c0-42f9-88d2-ffa9fa5dc4f4 found for delete ", "request_id": "req-2914b949-5090-4577-95fa-d1423cfc9ff4"}]} [pid: 8|app: 0|req: 670/1422] 10.0.0.146 () {32 vars in 726 bytes} [Thu Sep 10 03:16:51 2026] DELETE /v2.0/networks/eabb6a41-f5c5-4a65-a1c0-e82e496278db => generated 0 bytes in 157 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 671/1423] 10.0.0.146 () {32 vars in 690 bytes} [Thu Sep 10 03:16:51 2026] GET /v2.0/security-groups?tags-any=blue => generated 3218 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-09-10 03:16:51.806 8 INFO neutron.db.segments_db [None req-490350a2-93d3-431a-bdfd-658985303fdc 930850ac9fbe47f3a7c5b59cc3d44b9b 4d13dbda69b2472c97878f4bdb4324f1 - - default default] Added segment e9db8106-d5a1-4f46-962d-83fdd490e56e of type vxlan for network 378f48d6-f413-486f-8a3d-ab9c1e12baca [pid: 8|app: 0|req: 672/1424] 10.0.0.146 () {34 vars in 670 bytes} [Thu Sep 10 03:16:51 2026] POST /v2.0/networks => generated 636 bytes in 147 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 673/1425] 10.0.0.146 () {32 vars in 702 bytes} [Thu Sep 10 03:16:51 2026] GET /v2.0/security-groups?tags-any=red%2Cblue => generated 4804 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 753/1426] 10.0.0.146 () {34 vars in 669 bytes} [Thu Sep 10 03:16:51 2026] POST /v2.0/routers => generated 506 bytes in 1023 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 754/1427] 10.0.0.146 () {32 vars in 688 bytes} [Thu Sep 10 03:16:52 2026] GET /v2.0/security-groups?not-tags=red => generated 6094 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 674/1428] 10.0.0.146 () {34 vars in 669 bytes} [Thu Sep 10 03:16:51 2026] POST /v2.0/subnets => generated 646 bytes in 190 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-09-10 03:16:52.155 7 INFO neutron.services.segments.plugin [-] Segment 660aa93f-9287-4d10-8733-4acecc7ed2be resource provider aggregate not found [pid: 8|app: 0|req: 675/1429] 10.0.0.146 () {32 vars in 702 bytes} [Thu Sep 10 03:16:52 2026] GET /v2.0/security-groups?not-tags=red%2Cblue => generated 7680 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-09-10 03:16:52.161 7 INFO neutron.services.segments.plugin [-] Segment 660aa93f-9287-4d10-8733-4acecc7ed2be resource provider aggregate not found 2026-09-10 03:16:52.172 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 660aa93f-9287-4d10-8733-4acecc7ed2be resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 660aa93f-9287-4d10-8733-4acecc7ed2be found for delete ", "request_id": "req-4d798cd2-ab84-43d4-be2c-0d9a2a579e54"}]} 2026-09-10 03:16:52.186 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 660aa93f-9287-4d10-8733-4acecc7ed2be resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 660aa93f-9287-4d10-8733-4acecc7ed2be found for delete ", "request_id": "req-a9c52a7d-2b30-4caf-abad-3af54faacfd5"}]} [pid: 8|app: 0|req: 676/1430] 10.0.0.146 () {34 vars in 665 bytes} [Thu Sep 10 03:16:52 2026] POST /v2.0/ports => generated 928 bytes in 225 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 677/1431] 10.0.0.146 () {32 vars in 698 bytes} [Thu Sep 10 03:16:52 2026] GET /v2.0/security-groups?not-tags-any=blue => generated 7680 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-09-10 03:16:52.496 8 INFO neutron_taas.services.taas.taas_plugin [None req-a4ce70e8-7abb-404a-96a4-ad7cb59707d6 930850ac9fbe47f3a7c5b59cc3d44b9b 4d13dbda69b2472c97878f4bdb4324f1 - - default default] TaaS: Handle Delete Port: 596c959b-10be-49a5-9b78-ae1665140952 2026-09-10 03:16:52.498 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a4ce70e8-7abb-404a-96a4-ad7cb59707d6 930850ac9fbe47f3a7c5b59cc3d44b9b 4d13dbda69b2472c97878f4bdb4324f1 - - default default] Tap Mirror: Handle Delete Port: 596c959b-10be-49a5-9b78-ae1665140952 [pid: 8|app: 0|req: 678/1432] 10.0.0.146 () {32 vars in 720 bytes} [Thu Sep 10 03:16:52 2026] DELETE /v2.0/ports/596c959b-10be-49a5-9b78-ae1665140952 => generated 0 bytes in 266 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 679/1433] 10.0.0.146 () {32 vars in 710 bytes} [Thu Sep 10 03:16:52 2026] GET /v2.0/security-groups?not-tags-any=red%2Cblue => generated 6094 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-09-10 03:16:52.742 8 INFO neutron.pecan_wsgi.hooks.translation [None req-c19a7876-6749-42a4-8343-4bd0d43b7d7c 930850ac9fbe47f3a7c5b59cc3d44b9b 4d13dbda69b2472c97878f4bdb4324f1 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 680/1434] 10.0.0.146 () {32 vars in 717 bytes} [Thu Sep 10 03:16:52 2026] GET /v2.0/ports/596c959b-10be-49a5-9b78-ae1665140952 => generated 132 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 681/1435] 10.0.0.146 () {32 vars in 740 bytes} [Thu Sep 10 03:16:52 2026] DELETE /v2.0/security-groups/1021d3ac-3050-4248-acf3-7ccd1100fa49 => generated 0 bytes in 78 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 682/1436] 10.0.0.146 () {32 vars in 724 bytes} [Thu Sep 10 03:16:52 2026] DELETE /v2.0/subnets/c31018c4-a043-48fa-83cb-224ae2da5893 => generated 0 bytes in 178 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 683/1437] 10.0.0.146 () {32 vars in 740 bytes} [Thu Sep 10 03:16:53 2026] DELETE /v2.0/security-groups/25ef4c17-fd14-456e-b33a-5db0215dfcdf => 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: 755/1438] 10.0.0.146 () {34 vars in 783 bytes} [Thu Sep 10 03:16:52 2026] PUT /v2.0/routers/64e9ea06-18b4-49e4-879b-0cef9a61e571/add_router_interface => generated 309 bytes in 1188 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 684/1439] 10.0.0.146 () {32 vars in 726 bytes} [Thu Sep 10 03:16:53 2026] DELETE /v2.0/networks/378f48d6-f413-486f-8a3d-ab9c1e12baca => 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: 756/1440] 10.0.0.146 () {32 vars in 740 bytes} [Thu Sep 10 03:16:53 2026] DELETE /v2.0/security-groups/3a3c49d3-ad9e-4312-9816-fb4e8e9f8d31 => 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: 685/1441] 10.0.0.206 () {34 vars in 990 bytes} [Thu Sep 10 03:16:53 2026] GET /v2.0/ports?device_id=1b1e6e73-83a7-42e9-97e2-e578454755bf => generated 971 bytes in 110 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 757/1442] 10.0.0.146 () {32 vars in 717 bytes} [Thu Sep 10 03:16:53 2026] GET /v2.0/ports/a9d87568-575f-4fc6-92f9-17617027dd68 => generated 955 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 758/1443] 10.0.0.146 () {32 vars in 740 bytes} [Thu Sep 10 03:16:53 2026] DELETE /v2.0/security-groups/efbbe55e-7411-44b1-b029-276688d8a2e3 => 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: 759/1444] 10.0.0.206 () {34 vars in 1040 bytes} [Thu Sep 10 03:16:53 2026] GET /v2.0/security-groups?id=54181970-8207-4586-94d7-5ae611f2bfc5&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-09-10 03:16:53.719 8 INFO neutron.services.segments.plugin [-] Segment e9db8106-d5a1-4f46-962d-83fdd490e56e resource provider aggregate not found 2026-09-10 03:16:53.728 8 INFO neutron.services.segments.plugin [-] Segment e9db8106-d5a1-4f46-962d-83fdd490e56e resource provider aggregate not found [pid: 8|app: 0|req: 686/1445] 10.0.0.146 () {34 vars in 665 bytes} [Thu Sep 10 03:16:53 2026] POST /v2.0/ports => generated 779 bytes in 364 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-09-10 03:16:53.749 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment e9db8106-d5a1-4f46-962d-83fdd490e56e resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e9db8106-d5a1-4f46-962d-83fdd490e56e found for delete ", "request_id": "req-0381bbd9-4199-4e98-ab34-ec5aa369772b"}]} 2026-09-10 03:16:53.749 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment e9db8106-d5a1-4f46-962d-83fdd490e56e resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e9db8106-d5a1-4f46-962d-83fdd490e56e found for delete ", "request_id": "req-bf75ecc6-c6a5-4b16-ac2b-81d2680ec59b"}]} /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 687/1446] 10.0.0.146 () {32 vars in 740 bytes} [Thu Sep 10 03:16:53 2026] DELETE /v2.0/security-groups/b4cdc3a9-ae48-4c7d-899f-edc0ecaa6899 => 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: 688/1447] 10.0.0.206 () {34 vars in 990 bytes} [Thu Sep 10 03:16:53 2026] GET /v2.0/ports?device_id=1b1e6e73-83a7-42e9-97e2-e578454755bf => 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: 689/1448] 10.0.0.146 () {34 vars in 737 bytes} [Thu Sep 10 03:16:53 2026] PUT /v2.0/ports/081b72d1-15a8-4617-ad76-33fdd3ada32a => generated 752 bytes in 174 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: 690/1449] 10.0.0.206 () {34 vars in 1040 bytes} [Thu Sep 10 03:16:54 2026] GET /v2.0/security-groups?id=54181970-8207-4586-94d7-5ae611f2bfc5&fields=id&fields=name => generated 113 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-09-10 03:16:54.187 8 INFO neutron_taas.services.taas.taas_plugin [None req-2c367588-59dd-4c25-ad10-976651e21d0d 930850ac9fbe47f3a7c5b59cc3d44b9b 4d13dbda69b2472c97878f4bdb4324f1 - - default default] TaaS: Handle Delete Port: 081b72d1-15a8-4617-ad76-33fdd3ada32a 2026-09-10 03:16:54.190 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2c367588-59dd-4c25-ad10-976651e21d0d 930850ac9fbe47f3a7c5b59cc3d44b9b 4d13dbda69b2472c97878f4bdb4324f1 - - default default] Tap Mirror: Handle Delete Port: 081b72d1-15a8-4617-ad76-33fdd3ada32a 2026-09-10 03:16:54.223 7 INFO neutron_taas.services.taas.taas_plugin [None req-bbccca93-89f3-4106-a31b-efbd05dcba4d 63b6f36513d9424e833108c2e85d9216 f85c81302adf451a96e79ac9d8e4e9be - - default default] TaaS: Handle Delete Port: a9d87568-575f-4fc6-92f9-17617027dd68 2026-09-10 03:16:54.226 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-bbccca93-89f3-4106-a31b-efbd05dcba4d 63b6f36513d9424e833108c2e85d9216 f85c81302adf451a96e79ac9d8e4e9be - - default default] Tap Mirror: Handle Delete Port: a9d87568-575f-4fc6-92f9-17617027dd68 [pid: 8|app: 0|req: 691/1450] 10.0.0.146 () {32 vars in 720 bytes} [Thu Sep 10 03:16:54 2026] DELETE /v2.0/ports/081b72d1-15a8-4617-ad76-33fdd3ada32a => 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: 692/1451] 10.0.0.146 () {32 vars in 643 bytes} [Thu Sep 10 03:16:54 2026] GET /v2.0/ports => generated 781 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-09-10 03:16:54.331 8 INFO neutron.pecan_wsgi.hooks.translation [None req-4243d1c8-4288-4ef4-8c76-9967fc3d978d 930850ac9fbe47f3a7c5b59cc3d44b9b 4d13dbda69b2472c97878f4bdb4324f1 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 693/1452] 10.0.0.146 () {32 vars in 717 bytes} [Thu Sep 10 03:16:54 2026] GET /v2.0/ports/081b72d1-15a8-4617-ad76-33fdd3ada32a => generated 132 bytes in 25 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 694/1453] 10.0.0.146 () {32 vars in 643 bytes} [Thu Sep 10 03:16:54 2026] GET /v2.0/ports => generated 781 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 695/1454] 10.0.0.146 () {32 vars in 717 bytes} [Thu Sep 10 03:16:54 2026] GET /v2.0/ports/c639e8c7-c23f-4531-ab56-bd94be5843ca => generated 778 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-09-10 03:16:54.465 8 INFO neutron.pecan_wsgi.hooks.translation [None req-9046710c-38a3-4667-b415-2633613432b0 930850ac9fbe47f3a7c5b59cc3d44b9b 4d13dbda69b2472c97878f4bdb4324f1 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 696/1455] 10.0.0.146 () {32 vars in 720 bytes} [Thu Sep 10 03:16:54 2026] DELETE /v2.0/ports/596c959b-10be-49a5-9b78-ae1665140952 => generated 132 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-09-10 03:16:54.484 8 INFO neutron.pecan_wsgi.hooks.translation [None req-9b9efc3b-7379-4441-aa22-fa8ba28f27aa 930850ac9fbe47f3a7c5b59cc3d44b9b 4d13dbda69b2472c97878f4bdb4324f1 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 697/1456] 10.0.0.146 () {32 vars in 724 bytes} [Thu Sep 10 03:16:54 2026] DELETE /v2.0/subnets/c31018c4-a043-48fa-83cb-224ae2da5893 => generated 136 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-09-10 03:16:54.507 8 INFO neutron.pecan_wsgi.hooks.translation [None req-0584b81d-162b-4418-b18f-840225498a2a 930850ac9fbe47f3a7c5b59cc3d44b9b 4d13dbda69b2472c97878f4bdb4324f1 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 698/1457] 10.0.0.146 () {32 vars in 724 bytes} [Thu Sep 10 03:16:54 2026] DELETE /v2.0/subnets/5b924f3c-7eaf-4f53-935c-06801be3507d => generated 136 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-09-10 03:16:54.664 8 INFO neutron_taas.services.taas.taas_plugin [None req-1d6cf325-7c1f-4bb0-bdef-f5ad58d94339 930850ac9fbe47f3a7c5b59cc3d44b9b 4d13dbda69b2472c97878f4bdb4324f1 - - default default] TaaS: Handle Delete Port: c639e8c7-c23f-4531-ab56-bd94be5843ca 2026-09-10 03:16:54.667 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1d6cf325-7c1f-4bb0-bdef-f5ad58d94339 930850ac9fbe47f3a7c5b59cc3d44b9b 4d13dbda69b2472c97878f4bdb4324f1 - - default default] Tap Mirror: Handle Delete Port: c639e8c7-c23f-4531-ab56-bd94be5843ca [pid: 8|app: 0|req: 699/1458] 10.0.0.146 () {32 vars in 720 bytes} [Thu Sep 10 03:16:54 2026] DELETE /v2.0/ports/c639e8c7-c23f-4531-ab56-bd94be5843ca => generated 0 bytes in 232 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 760/1459] 10.0.0.146 () {34 vars in 789 bytes} [Thu Sep 10 03:16:53 2026] PUT /v2.0/routers/64e9ea06-18b4-49e4-879b-0cef9a61e571/remove_router_interface => generated 309 bytes in 1281 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 700/1460] 10.0.0.206 () {34 vars in 990 bytes} [Thu Sep 10 03:16:54 2026] GET /v2.0/ports?device_id=1b1e6e73-83a7-42e9-97e2-e578454755bf => generated 971 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 701/1461] 10.0.0.146 () {32 vars in 736 bytes} [Thu Sep 10 03:16:54 2026] GET /v2.0/ports?device_id=64e9ea06-18b4-49e4-879b-0cef9a61e571 => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-09-10 03:16:54.876 7 INFO neutron.services.segments.plugin [-] Segment bb64f60e-cfd7-4c42-a42d-fccbe0d456ad resource provider aggregate not found 2026-09-10 03:16:54.884 7 INFO neutron.services.segments.plugin [-] Segment bb64f60e-cfd7-4c42-a42d-fccbe0d456ad resource provider aggregate not found 2026-09-10 03:16:54.894 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment bb64f60e-cfd7-4c42-a42d-fccbe0d456ad resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bb64f60e-cfd7-4c42-a42d-fccbe0d456ad found for delete ", "request_id": "req-2a469ee8-817c-48c9-a4d1-e8a27db4f9a0"}]} [pid: 7|app: 0|req: 761/1462] 10.0.0.146 () {32 vars in 726 bytes} [Thu Sep 10 03:16:54 2026] DELETE /v2.0/networks/f948c72c-2877-47bc-8d6d-828348e33a6e => generated 0 bytes in 142 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-09-10 03:16:54.909 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment bb64f60e-cfd7-4c42-a42d-fccbe0d456ad resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bb64f60e-cfd7-4c42-a42d-fccbe0d456ad found for delete ", "request_id": "req-86a61d1b-bf7d-4f1b-aafe-ae518ba0f376"}]} [pid: 7|app: 0|req: 762/1463] 10.0.0.206 () {34 vars in 1040 bytes} [Thu Sep 10 03:16:54 2026] GET /v2.0/security-groups?id=54181970-8207-4586-94d7-5ae611f2bfc5&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: 702/1464] 10.0.0.146 () {32 vars in 774 bytes} [Thu Sep 10 03:16:54 2026] GET /v2.0/security-groups?tenant_id=f3e221b0dfd74249a39a148cf9b4ecf7&name=default => generated 2925 bytes in 149 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 703/1465] 10.0.0.146 () {32 vars in 740 bytes} [Thu Sep 10 03:16:54 2026] DELETE /v2.0/security-groups/0a27818c-7950-4545-b1ee-63f2dd245013 => generated 0 bytes in 117 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-09-10 03:16:55.112 7 INFO neutron_taas.services.taas.taas_plugin [None req-6f7cf38a-0169-4789-9ab8-a5f259d352ce 63b6f36513d9424e833108c2e85d9216 f85c81302adf451a96e79ac9d8e4e9be - - default default] TaaS: Handle Delete Port: 3ad7629c-7d82-41bb-aea5-0ba0ec58e114 2026-09-10 03:16:55.118 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6f7cf38a-0169-4789-9ab8-a5f259d352ce 63b6f36513d9424e833108c2e85d9216 f85c81302adf451a96e79ac9d8e4e9be - - default default] Tap Mirror: Handle Delete Port: 3ad7629c-7d82-41bb-aea5-0ba0ec58e114 [pid: 8|app: 0|req: 704/1466] 10.0.0.146 () {32 vars in 774 bytes} [Thu Sep 10 03:16:55 2026] GET /v2.0/security-groups?tenant_id=0820c71a17e94336bc66d1a1524e8414&name=default => generated 2925 bytes in 252 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-09-10 03:16:55.505 7 INFO neutron.db.l3_hamode_db [None req-6f7cf38a-0169-4789-9ab8-a5f259d352ce 63b6f36513d9424e833108c2e85d9216 f85c81302adf451a96e79ac9d8e4e9be - - default default] HA network 232cece3-4c24-4fad-bd11-7b42eb1ba6d4 was deleted as no HA routers are present in tenant f85c81302adf451a96e79ac9d8e4e9be. [pid: 7|app: 0|req: 763/1467] 10.0.0.146 () {32 vars in 724 bytes} [Thu Sep 10 03:16:54 2026] DELETE /v2.0/routers/64e9ea06-18b4-49e4-879b-0cef9a61e571 => generated 0 bytes in 581 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 766/1470] 10.0.0.146 () {32 vars in 740 bytes} [Thu Sep 10 03:16:55 2026] DELETE /v2.0/security-groups/10cd9c12-4cab-4743-a9df-6cb0137d6924 => 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: 705/1471] 10.0.0.146 () {32 vars in 774 bytes} [Thu Sep 10 03:16:55 2026] GET /v2.0/security-groups?tenant_id=4d13dbda69b2472c97878f4bdb4324f1&name=default => generated 2925 bytes in 174 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 706/1472] 10.0.0.146 () {32 vars in 740 bytes} [Thu Sep 10 03:16:55 2026] DELETE /v2.0/security-groups/ffa73e0f-a14d-4551-b228-8d5f13949194 => generated 0 bytes in 84 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 767/1473] 10.0.0.146 () {32 vars in 724 bytes} [Thu Sep 10 03:16:55 2026] DELETE /v2.0/subnets/af477e7b-768a-4c84-91c9-0365fbf7f715 => generated 0 bytes in 186 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 707/1474] 10.0.0.146 () {32 vars in 774 bytes} [Thu Sep 10 03:16:55 2026] GET /v2.0/security-groups?tenant_id=28d368dbde844e28b363cd89ebbb6ff8&name=default => generated 2925 bytes in 120 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-09-10 03:16:55.893 7 INFO neutron_taas.services.taas.taas_plugin [None req-31edc3c3-bb99-4e85-b077-b44392482474 63b6f36513d9424e833108c2e85d9216 f85c81302adf451a96e79ac9d8e4e9be - - default default] TaaS: Handle Delete Port: c95cb872-9b81-411f-ba26-2a72e120ca8e 2026-09-10 03:16:55.895 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-31edc3c3-bb99-4e85-b077-b44392482474 63b6f36513d9424e833108c2e85d9216 f85c81302adf451a96e79ac9d8e4e9be - - default default] Tap Mirror: Handle Delete Port: c95cb872-9b81-411f-ba26-2a72e120ca8e [pid: 8|app: 0|req: 708/1475] 10.0.0.146 () {32 vars in 740 bytes} [Thu Sep 10 03:16:55 2026] DELETE /v2.0/security-groups/3fb58be4-5121-44cb-aaf9-2642b96b4793 => 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: 768/1476] 10.0.0.146 () {32 vars in 726 bytes} [Thu Sep 10 03:16:55 2026] DELETE /v2.0/networks/df25b63b-9202-4ff8-bac1-f8f531dbc888 => generated 0 bytes in 223 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-09-10 03:16:56.100 8 INFO neutron.db.segments_db [None req-abbc2a80-379d-44b3-b5ba-33cdd4ef801a 63b6f36513d9424e833108c2e85d9216 f85c81302adf451a96e79ac9d8e4e9be - - default default] Added segment ca7a5f6e-a9b2-4a1f-9b1e-6f93001c8516 of type vxlan for network d1f606cc-3182-42de-85fe-007e72e14071 [pid: 7|app: 0|req: 769/1477] 162.253.55.155 () {34 vars in 1080 bytes} [Thu Sep 10 03:16:56 2026] GET /v2.0/ports?tenant_id=f7b9f43795954ab69e00515abfa10b43&device_id=1b1e6e73-83a7-42e9-97e2-e578454755bf => generated 1240 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 770/1478] 10.0.0.206 () {34 vars in 990 bytes} [Thu Sep 10 03:16:56 2026] GET /v2.0/ports?device_id=1b1e6e73-83a7-42e9-97e2-e578454755bf => generated 971 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 771/1479] 162.253.55.155 () {34 vars in 986 bytes} [Thu Sep 10 03:16:56 2026] GET /v2.0/networks?id=bd74f147-62b9-4837-b91f-6b9f7122777e => generated 772 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 772/1480] 10.0.0.206 () {34 vars in 1040 bytes} [Thu Sep 10 03:16:56 2026] GET /v2.0/security-groups?id=54181970-8207-4586-94d7-5ae611f2bfc5&fields=id&fields=name => generated 113 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 773/1481] 162.253.55.155 () {34 vars in 1058 bytes} [Thu Sep 10 03:16:56 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.7&port_id=fe848379-cc48-4ab7-99be-d342609915ea => generated 860 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 774/1482] 162.253.55.155 () {34 vars in 984 bytes} [Thu Sep 10 03:16:56 2026] GET /v2.0/subnets?id=f05d093d-6af8-4646-a472-de743439cf5a => generated 694 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 775/1483] 162.253.55.155 () {34 vars in 1052 bytes} [Thu Sep 10 03:16:56 2026] GET /v2.0/ports?network_id=bd74f147-62b9-4837-b91f-6b9f7122777e&device_owner=network%3Adhcp => generated 1244 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 776/1484] 162.253.55.155 () {34 vars in 1012 bytes} [Thu Sep 10 03:16:56 2026] GET /v2.0/networks/bd74f147-62b9-4837-b91f-6b9f7122777e?fields=segments => generated 14 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 777/1485] 162.253.55.155 () {34 vars in 1112 bytes} [Thu Sep 10 03:16:56 2026] GET /v2.0/networks/bd74f147-62b9-4837-b91f-6b9f7122777e?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-09-10 03:16:56.452 8 INFO neutron.db.l3_hamode_db [None req-abbc2a80-379d-44b3-b5ba-33cdd4ef801a 63b6f36513d9424e833108c2e85d9216 f85c81302adf451a96e79ac9d8e4e9be - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-09-10 03:16:56.920 7 INFO neutron.services.segments.plugin [-] Segment d19d721c-9f68-413b-a497-0a1ca6c47a5a resource provider aggregate not found 2026-09-10 03:16:56.936 7 INFO neutron.services.segments.plugin [-] Segment d19d721c-9f68-413b-a497-0a1ca6c47a5a resource provider aggregate not found 2026-09-10 03:16:56.946 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment d19d721c-9f68-413b-a497-0a1ca6c47a5a resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d19d721c-9f68-413b-a497-0a1ca6c47a5a found for delete ", "request_id": "req-978a8cda-dc49-463a-b908-cbaad7089dc8"}]} 2026-09-10 03:16:56.958 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment d19d721c-9f68-413b-a497-0a1ca6c47a5a resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d19d721c-9f68-413b-a497-0a1ca6c47a5a found for delete ", "request_id": "req-26d35422-c1d9-41f3-9dbd-4d6935d245ac"}]} 2026-09-10 03:16:56.969 7 INFO neutron.services.segments.plugin [-] Segment 757db121-6431-49c4-b0f6-09b4ca46e246 resource provider aggregate not found 2026-09-10 03:16:56.980 7 INFO neutron.services.segments.plugin [-] Segment 757db121-6431-49c4-b0f6-09b4ca46e246 resource provider aggregate not found 2026-09-10 03:16:56.988 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 757db121-6431-49c4-b0f6-09b4ca46e246 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 757db121-6431-49c4-b0f6-09b4ca46e246 found for delete ", "request_id": "req-6371f92e-1377-464d-ace3-3b0a447a845c"}]} 2026-09-10 03:16:56.999 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 757db121-6431-49c4-b0f6-09b4ca46e246 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 757db121-6431-49c4-b0f6-09b4ca46e246 found for delete ", "request_id": "req-a8916394-e010-4d0a-8cdf-970790d23ee2"}]} 2026-09-10 03:16:57.248 8 INFO neutron.db.l3_hamode_db [None req-abbc2a80-379d-44b3-b5ba-33cdd4ef801a 63b6f36513d9424e833108c2e85d9216 f85c81302adf451a96e79ac9d8e4e9be - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 778/1486] 10.0.0.206 () {34 vars in 990 bytes} [Thu Sep 10 03:16:57 2026] GET /v2.0/ports?device_id=1b1e6e73-83a7-42e9-97e2-e578454755bf => 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: 779/1487] 10.0.0.206 () {34 vars in 1040 bytes} [Thu Sep 10 03:16:57 2026] GET /v2.0/security-groups?id=54181970-8207-4586-94d7-5ae611f2bfc5&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: 709/1488] 10.0.0.146 () {34 vars in 669 bytes} [Thu Sep 10 03:16:56 2026] POST /v2.0/routers => generated 686 bytes in 2226 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 780/1489] 10.0.0.146 () {32 vars in 721 bytes} [Thu Sep 10 03:16:58 2026] GET /v2.0/routers/2def34f2-6959-4869-902c-76d856eb8191 => generated 692 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 710/1490] 10.0.0.146 () {32 vars in 647 bytes} [Thu Sep 10 03:16:58 2026] GET /v2.0/routers => generated 695 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 711/1491] 10.0.0.206 () {34 vars in 990 bytes} [Thu Sep 10 03:16:58 2026] GET /v2.0/ports?device_id=1b1e6e73-83a7-42e9-97e2-e578454755bf => generated 971 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 712/1492] 10.0.0.206 () {34 vars in 1040 bytes} [Thu Sep 10 03:16:58 2026] GET /v2.0/security-groups?id=54181970-8207-4586-94d7-5ae611f2bfc5&fields=id&fields=name => generated 113 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 781/1493] 10.0.0.146 () {34 vars in 741 bytes} [Thu Sep 10 03:16:58 2026] PUT /v2.0/routers/2def34f2-6959-4869-902c-76d856eb8191 => generated 699 bytes in 434 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 713/1494] 10.0.0.146 () {32 vars in 721 bytes} [Thu Sep 10 03:16:58 2026] GET /v2.0/routers/2def34f2-6959-4869-902c-76d856eb8191 => generated 699 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 782/1495] 10.0.0.146 () {32 vars in 736 bytes} [Thu Sep 10 03:16:58 2026] GET /v2.0/ports?device_id=2def34f2-6959-4869-902c-76d856eb8191 => generated 12 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-09-10 03:16:59.247 8 INFO neutron_taas.services.taas.taas_plugin [None req-34d44abc-921e-46f6-9c26-993f4db8aa77 63b6f36513d9424e833108c2e85d9216 f85c81302adf451a96e79ac9d8e4e9be - - default default] TaaS: Handle Delete Port: ed7cef72-c9c2-4706-b9d2-848abf91010c 2026-09-10 03:16:59.252 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-34d44abc-921e-46f6-9c26-993f4db8aa77 63b6f36513d9424e833108c2e85d9216 f85c81302adf451a96e79ac9d8e4e9be - - default default] Tap Mirror: Handle Delete Port: ed7cef72-c9c2-4706-b9d2-848abf91010c 2026-09-10 03:16:59.531 8 INFO neutron_taas.services.taas.taas_plugin [None req-34d44abc-921e-46f6-9c26-993f4db8aa77 63b6f36513d9424e833108c2e85d9216 f85c81302adf451a96e79ac9d8e4e9be - - default default] TaaS: Handle Delete Port: 137f1326-e007-4ae3-86c5-eb657d448da9 2026-09-10 03:16:59.535 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-34d44abc-921e-46f6-9c26-993f4db8aa77 63b6f36513d9424e833108c2e85d9216 f85c81302adf451a96e79ac9d8e4e9be - - default default] Tap Mirror: Handle Delete Port: 137f1326-e007-4ae3-86c5-eb657d448da9 2026-09-10 03:16:59.798 8 INFO neutron.services.segments.plugin [-] Segment ca7a5f6e-a9b2-4a1f-9b1e-6f93001c8516 resource provider aggregate not found 2026-09-10 03:16:59.806 8 INFO neutron.services.segments.plugin [-] Segment ca7a5f6e-a9b2-4a1f-9b1e-6f93001c8516 resource provider aggregate not found 2026-09-10 03:16:59.818 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment ca7a5f6e-a9b2-4a1f-9b1e-6f93001c8516 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ca7a5f6e-a9b2-4a1f-9b1e-6f93001c8516 found for delete ", "request_id": "req-a477ba2e-d473-4b35-9944-02d92fa1ac04"}]} 2026-09-10 03:16:59.819 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment ca7a5f6e-a9b2-4a1f-9b1e-6f93001c8516 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ca7a5f6e-a9b2-4a1f-9b1e-6f93001c8516 found for delete ", "request_id": "req-f196d695-a4f3-4a5b-abef-292cbcaf0be8"}]} 2026-09-10 03:16:59.834 8 INFO neutron.db.l3_hamode_db [None req-34d44abc-921e-46f6-9c26-993f4db8aa77 63b6f36513d9424e833108c2e85d9216 f85c81302adf451a96e79ac9d8e4e9be - - default default] HA network d1f606cc-3182-42de-85fe-007e72e14071 was deleted as no HA routers are present in tenant f85c81302adf451a96e79ac9d8e4e9be. [pid: 8|app: 0|req: 714/1496] 10.0.0.146 () {32 vars in 724 bytes} [Thu Sep 10 03:16:58 2026] DELETE /v2.0/routers/2def34f2-6959-4869-902c-76d856eb8191 => generated 0 bytes in 855 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 783/1497] 10.0.0.206 () {34 vars in 990 bytes} [Thu Sep 10 03:16:59 2026] GET /v2.0/ports?device_id=1b1e6e73-83a7-42e9-97e2-e578454755bf => generated 971 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 715/1498] 10.0.0.146 () {32 vars in 736 bytes} [Thu Sep 10 03:16:59 2026] GET /v2.0/ports?device_id=2def34f2-6959-4869-902c-76d856eb8191 => 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: 784/1499] 10.0.0.206 () {34 vars in 1040 bytes} [Thu Sep 10 03:16:59 2026] GET /v2.0/security-groups?id=54181970-8207-4586-94d7-5ae611f2bfc5&fields=id&fields=name => generated 113 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-09-10 03:16:59.899 8 INFO neutron.api.v2.resource [None req-55fa07fc-941f-4157-95c5-23f3f9b3dec3 63b6f36513d9424e833108c2e85d9216 f85c81302adf451a96e79ac9d8e4e9be - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 716/1500] 10.0.0.146 () {32 vars in 724 bytes} [Thu Sep 10 03:16:59 2026] DELETE /v2.0/routers/2def34f2-6959-4869-902c-76d856eb8191 => generated 135 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 785/1501] 10.0.0.146 () {32 vars in 736 bytes} [Thu Sep 10 03:16:59 2026] GET /v2.0/ports?device_id=64e9ea06-18b4-49e4-879b-0cef9a61e571 => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-09-10 03:16:59.947 8 INFO neutron.api.v2.resource [None req-2563dc21-c8f2-4103-91f1-94802308c1b7 63b6f36513d9424e833108c2e85d9216 f85c81302adf451a96e79ac9d8e4e9be - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 717/1502] 10.0.0.146 () {32 vars in 724 bytes} [Thu Sep 10 03:16:59 2026] DELETE /v2.0/routers/64e9ea06-18b4-49e4-879b-0cef9a61e571 => generated 135 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-09-10 03:16:59.967 7 INFO neutron.pecan_wsgi.hooks.translation [None req-ca08c57b-bb5c-4a0d-a2e6-d4fcbb437101 63b6f36513d9424e833108c2e85d9216 f85c81302adf451a96e79ac9d8e4e9be - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 786/1503] 10.0.0.146 () {32 vars in 724 bytes} [Thu Sep 10 03:16:59 2026] DELETE /v2.0/subnets/af477e7b-768a-4c84-91c9-0365fbf7f715 => 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: 718/1504] 10.0.0.146 () {32 vars in 736 bytes} [Thu Sep 10 03:16:59 2026] GET /v2.0/ports?device_id=54fb916d-ce31-4cdc-8902-cdce6e1170e6 => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-09-10 03:17:00.012 7 INFO neutron.api.v2.resource [None req-a131d364-aaba-43ba-813f-1278d67c1475 63b6f36513d9424e833108c2e85d9216 f85c81302adf451a96e79ac9d8e4e9be - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 787/1505] 10.0.0.146 () {32 vars in 724 bytes} [Thu Sep 10 03:16:59 2026] DELETE /v2.0/routers/54fb916d-ce31-4cdc-8902-cdce6e1170e6 => generated 135 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-09-10 03:17:00.039 8 INFO neutron.pecan_wsgi.hooks.translation [None req-0702c60a-8540-42d3-b891-4675a870b276 63b6f36513d9424e833108c2e85d9216 f85c81302adf451a96e79ac9d8e4e9be - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 719/1506] 10.0.0.146 () {32 vars in 724 bytes} [Thu Sep 10 03:17:00 2026] DELETE /v2.0/subnets/b3dd554d-88b2-4cec-a6ee-b9882ab7ed94 => generated 136 bytes in 26 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 788/1507] 10.0.0.146 () {32 vars in 736 bytes} [Thu Sep 10 03:17:00 2026] GET /v2.0/ports?device_id=85ed46a0-76eb-4f62-93d7-eb7efe71581e => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-09-10 03:17:00.103 8 INFO neutron.api.v2.resource [None req-b4635d2b-20d7-440a-8136-21cb52fdd56e 63b6f36513d9424e833108c2e85d9216 f85c81302adf451a96e79ac9d8e4e9be - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 720/1508] 10.0.0.146 () {32 vars in 724 bytes} [Thu Sep 10 03:17:00 2026] DELETE /v2.0/routers/85ed46a0-76eb-4f62-93d7-eb7efe71581e => generated 135 bytes in 31 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-09-10 03:17:00.119 7 INFO neutron.pecan_wsgi.hooks.translation [None req-644c25fa-7202-4875-953a-c31a9ba7068b 63b6f36513d9424e833108c2e85d9216 f85c81302adf451a96e79ac9d8e4e9be - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 789/1509] 10.0.0.146 () {32 vars in 724 bytes} [Thu Sep 10 03:17:00 2026] DELETE /v2.0/subnets/2c99355f-2999-4f17-a299-da59f78516e2 => generated 136 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-09-10 03:17:00.141 8 INFO neutron.pecan_wsgi.hooks.translation [None req-3ad81d61-9c1e-4ad9-ae0e-ecd728c20a5e 63b6f36513d9424e833108c2e85d9216 f85c81302adf451a96e79ac9d8e4e9be - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 721/1510] 10.0.0.146 () {32 vars in 724 bytes} [Thu Sep 10 03:17:00 2026] DELETE /v2.0/subnets/fd966546-0d2b-4984-ae5a-3adc10620d28 => generated 136 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 790/1511] 10.0.0.146 () {32 vars in 774 bytes} [Thu Sep 10 03:17:00 2026] GET /v2.0/security-groups?tenant_id=6164720990a443e2956742c2acbbe30f&name=default => generated 2925 bytes in 303 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 722/1512] 10.0.0.146 () {32 vars in 774 bytes} [Thu Sep 10 03:17:00 2026] GET /v2.0/security-groups?tenant_id=f85c81302adf451a96e79ac9d8e4e9be&name=default => generated 2925 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 791/1513] 10.0.0.146 () {32 vars in 740 bytes} [Thu Sep 10 03:17:00 2026] DELETE /v2.0/security-groups/f0497df4-b90f-4f05-8f7c-a48b0fb99347 => generated 0 bytes in 89 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 723/1514] 10.0.0.146 () {32 vars in 740 bytes} [Thu Sep 10 03:17:00 2026] DELETE /v2.0/security-groups/1d5e1485-b831-420f-b528-e37233949c9b => generated 0 bytes in 98 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-09-10 03:17:01.039 7 INFO neutron.db.segments_db [None req-a84475e5-dd1b-4dad-9f7a-d7056383f81e 8d8553c9eb8348be8d1b90d6d8782b70 495be0c31b7045489633e0bfa7887725 - - default default] Added segment c266d1e4-e92b-42ac-8dd4-2434dcad2c71 of type vxlan for network 7e543f63-c100-41c3-a22f-f2efa90ef102 [pid: 8|app: 0|req: 724/1515] 10.0.0.146 () {32 vars in 774 bytes} [Thu Sep 10 03:17:00 2026] GET /v2.0/security-groups?tenant_id=f8ac8cd7eba94d148f6828c559f33c3b&name=default => generated 2925 bytes in 162 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 725/1516] 10.0.0.206 () {34 vars in 990 bytes} [Thu Sep 10 03:17:01 2026] GET /v2.0/ports?device_id=1b1e6e73-83a7-42e9-97e2-e578454755bf => 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: 792/1517] 10.0.0.146 () {34 vars in 670 bytes} [Thu Sep 10 03:17:00 2026] POST /v2.0/networks => generated 631 bytes in 341 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 793/1518] 10.0.0.206 () {34 vars in 1040 bytes} [Thu Sep 10 03:17:01 2026] GET /v2.0/security-groups?id=54181970-8207-4586-94d7-5ae611f2bfc5&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: 726/1519] 10.0.0.146 () {32 vars in 740 bytes} [Thu Sep 10 03:17:01 2026] DELETE /v2.0/security-groups/942d3ded-b09e-40bd-b04c-53bb567cffb0 => 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: 794/1520] 10.0.0.146 () {34 vars in 664 bytes} [Thu Sep 10 03:17:01 2026] POST /v2.0/ports => generated 743 bytes in 225 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 727/1521] 10.0.0.146 () {34 vars in 666 bytes} [Thu Sep 10 03:17:01 2026] POST /v2.0/trunks => generated 407 bytes in 278 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-09-10 03:17:01.738 7 INFO neutron.db.segments_db [None req-4a0d4e86-8753-4a4f-ba14-d559245abfb0 8d8553c9eb8348be8d1b90d6d8782b70 495be0c31b7045489633e0bfa7887725 - - default default] Added segment 8af71cf2-bdc0-4ec7-a979-d1824e4eaa92 of type vxlan for network ecb32b08-5fd8-40f3-b8a5-ccbbaca815c8 [pid: 7|app: 0|req: 795/1522] 10.0.0.146 () {34 vars in 670 bytes} [Thu Sep 10 03:17:01 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: 8|app: 0|req: 728/1523] 10.0.0.146 () {34 vars in 664 bytes} [Thu Sep 10 03:17:01 2026] POST /v2.0/ports => generated 743 bytes in 266 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: 729/1524] 10.0.0.206 () {34 vars in 990 bytes} [Thu Sep 10 03:17:02 2026] GET /v2.0/ports?device_id=1b1e6e73-83a7-42e9-97e2-e578454755bf => generated 969 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 796/1525] 10.0.0.146 () {34 vars in 666 bytes} [Thu Sep 10 03:17:02 2026] POST /v2.0/trunks => generated 407 bytes in 253 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 730/1526] 10.0.0.206 () {34 vars in 1040 bytes} [Thu Sep 10 03:17:02 2026] GET /v2.0/security-groups?id=54181970-8207-4586-94d7-5ae611f2bfc5&fields=id&fields=name => generated 113 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-09-10 03:17:02.412 7 INFO neutron.db.segments_db [None req-beea0632-23c7-49f1-b101-1c4b6b68773a 8d8553c9eb8348be8d1b90d6d8782b70 495be0c31b7045489633e0bfa7887725 - - default default] Added segment 6d3e6765-06b1-46f4-bf6b-61b61ef2d8a9 of type vxlan for network 5681f086-ac8a-42c7-9940-4aa50bfaaf98 [pid: 7|app: 0|req: 797/1527] 10.0.0.146 () {34 vars in 670 bytes} [Thu Sep 10 03:17:02 2026] POST /v2.0/networks => generated 632 bytes in 127 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 731/1528] 10.0.0.146 () {34 vars in 664 bytes} [Thu Sep 10 03:17:02 2026] POST /v2.0/ports => generated 743 bytes in 315 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 798/1529] 10.0.0.146 () {34 vars in 666 bytes} [Thu Sep 10 03:17:02 2026] POST /v2.0/trunks => generated 407 bytes in 177 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-09-10 03:17:03.046 7 INFO neutron.db.segments_db [None req-45eb0144-fa2b-4a35-8be2-3896914681ab 8d8553c9eb8348be8d1b90d6d8782b70 495be0c31b7045489633e0bfa7887725 - - default default] Added segment fa7f46a8-fd9e-41a5-9a75-4bf75a683301 of type vxlan for network 73f62ead-3827-4af4-a925-cab14cd7665c [pid: 7|app: 0|req: 799/1530] 10.0.0.146 () {34 vars in 670 bytes} [Thu Sep 10 03:17:03 2026] POST /v2.0/networks => generated 632 bytes in 113 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 732/1531] 10.0.0.146 () {34 vars in 676 bytes} [Thu Sep 10 03:17:02 2026] POST /v2.0/subnetpools => generated 548 bytes in 352 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 733/1532] 10.0.0.146 () {32 vars in 729 bytes} [Thu Sep 10 03:17:03 2026] GET /v2.0/subnetpools/486a46c2-2894-4c3c-a604-baec82827d43 => generated 548 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 734/1533] 10.0.0.146 () {34 vars in 749 bytes} [Thu Sep 10 03:17:03 2026] PUT /v2.0/subnetpools/486a46c2-2894-4c3c-a604-baec82827d43 => generated 501 bytes in 93 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 735/1534] 10.0.0.146 () {32 vars in 732 bytes} [Thu Sep 10 03:17:03 2026] DELETE /v2.0/subnetpools/486a46c2-2894-4c3c-a604-baec82827d43 => generated 0 bytes in 59 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-09-10 03:17:03.418 8 INFO neutron.api.v2.resource [None req-fd2494dd-40c0-4ee1-821d-22b5e277f6fc 50a9d3ce50254767b1423d1b270de9bc 0d12a0c54fb74d51839a5a57ea08b8dd - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 736/1535] 10.0.0.146 () {32 vars in 729 bytes} [Thu Sep 10 03:17:03 2026] GET /v2.0/subnetpools/486a46c2-2894-4c3c-a604-baec82827d43 => generated 145 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-09-10 03:17:03.434 8 INFO neutron.api.v2.resource [None req-5ad997dd-32bd-4cda-9157-56cf4c296323 50a9d3ce50254767b1423d1b270de9bc 0d12a0c54fb74d51839a5a57ea08b8dd - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 737/1536] 10.0.0.146 () {32 vars in 732 bytes} [Thu Sep 10 03:17:03 2026] DELETE /v2.0/subnetpools/486a46c2-2894-4c3c-a604-baec82827d43 => generated 145 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 738/1537] 10.0.0.206 () {34 vars in 990 bytes} [Thu Sep 10 03:17:03 2026] GET /v2.0/ports?device_id=1b1e6e73-83a7-42e9-97e2-e578454755bf => generated 969 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 800/1538] 10.0.0.146 () {34 vars in 664 bytes} [Thu Sep 10 03:17:03 2026] POST /v2.0/ports => generated 743 bytes in 352 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 801/1539] 10.0.0.206 () {34 vars in 1040 bytes} [Thu Sep 10 03:17:03 2026] GET /v2.0/security-groups?id=54181970-8207-4586-94d7-5ae611f2bfc5&fields=id&fields=name => generated 113 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 739/1540] 10.0.0.146 () {34 vars in 666 bytes} [Thu Sep 10 03:17:03 2026] POST /v2.0/trunks => generated 407 bytes in 152 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-09-10 03:17:03.683 7 INFO neutron.db.segments_db [None req-dd6b4270-27aa-4319-a300-5bb32ccfa939 8d8553c9eb8348be8d1b90d6d8782b70 495be0c31b7045489633e0bfa7887725 - - default default] Added segment a59ced12-fb37-45fb-9cf3-a3be84dd4b8e of type vxlan for network e2d54b52-6b36-4e28-a2e9-acf6986194c0 [pid: 7|app: 0|req: 802/1541] 10.0.0.146 () {34 vars in 670 bytes} [Thu Sep 10 03:17:03 2026] POST /v2.0/networks => generated 632 bytes in 104 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 803/1542] 10.0.0.146 () {34 vars in 664 bytes} [Thu Sep 10 03:17:03 2026] POST /v2.0/ports => generated 743 bytes in 243 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 740/1543] 10.0.0.146 () {32 vars in 774 bytes} [Thu Sep 10 03:17:03 2026] GET /v2.0/security-groups?tenant_id=457f5c7ebc674d998ce124ffd2d969de&name=default => generated 2925 bytes in 367 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: 741/1544] 10.0.0.146 () {34 vars in 666 bytes} [Thu Sep 10 03:17:04 2026] POST /v2.0/trunks => generated 407 bytes in 207 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 804/1545] 10.0.0.146 () {32 vars in 774 bytes} [Thu Sep 10 03:17:03 2026] GET /v2.0/security-groups?tenant_id=0d12a0c54fb74d51839a5a57ea08b8dd&name=default => generated 2925 bytes in 236 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 805/1546] 10.0.0.146 () {34 vars in 749 bytes} [Thu Sep 10 03:17:04 2026] PUT /v2.0/trunks/a28eef3d-e2e7-4fc3-afdc-0839a0728501/tags => generated 17 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 742/1547] 10.0.0.146 () {32 vars in 740 bytes} [Thu Sep 10 03:17:04 2026] DELETE /v2.0/security-groups/3da2d18c-6267-4c53-9db2-7685fde66d1b => 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: 806/1548] 10.0.0.146 () {32 vars in 740 bytes} [Thu Sep 10 03:17:04 2026] DELETE /v2.0/security-groups/62b9a27b-1072-4a48-acf6-a584536d7cc0 => generated 0 bytes in 86 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 743/1549] 10.0.0.146 () {34 vars in 749 bytes} [Thu Sep 10 03:17:04 2026] PUT /v2.0/trunks/06768f2e-217a-4a11-8e16-a0d3fff6af6b/tags => generated 25 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 807/1550] 10.0.0.146 () {34 vars in 749 bytes} [Thu Sep 10 03:17:04 2026] PUT /v2.0/trunks/d9350eaa-02f9-41d2-82f1-b50431da8cab/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: 744/1551] 10.0.0.146 () {34 vars in 749 bytes} [Thu Sep 10 03:17:04 2026] PUT /v2.0/trunks/787eb168-93bf-441f-a63d-6bb96c9b2349/tags => generated 19 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 808/1552] 10.0.0.146 () {32 vars in 662 bytes} [Thu Sep 10 03:17:04 2026] GET /v2.0/trunks?tags=red => generated 1246 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 745/1553] 10.0.0.146 () {32 vars in 676 bytes} [Thu Sep 10 03:17:04 2026] GET /v2.0/trunks?tags=red%2Cblue => generated 843 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 809/1554] 10.0.0.146 () {32 vars in 672 bytes} [Thu Sep 10 03:17:04 2026] GET /v2.0/trunks?tags-any=blue => generated 843 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 746/1555] 10.0.0.146 () {32 vars in 684 bytes} [Thu Sep 10 03:17:04 2026] GET /v2.0/trunks?tags-any=red%2Cblue => generated 1246 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 810/1556] 10.0.0.146 () {32 vars in 670 bytes} [Thu Sep 10 03:17:04 2026] GET /v2.0/trunks?not-tags=red => generated 815 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 811/1557] 10.0.0.146 () {32 vars in 684 bytes} [Thu Sep 10 03:17:04 2026] GET /v2.0/trunks?not-tags=red%2Cblue => generated 1218 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 812/1558] 10.0.0.146 () {32 vars in 680 bytes} [Thu Sep 10 03:17:04 2026] GET /v2.0/trunks?not-tags-any=blue => generated 1218 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 813/1559] 10.0.0.146 () {32 vars in 692 bytes} [Thu Sep 10 03:17:04 2026] GET /v2.0/trunks?not-tags-any=red%2Cblue => generated 815 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 747/1560] 10.0.0.206 () {34 vars in 990 bytes} [Thu Sep 10 03:17:04 2026] GET /v2.0/ports?device_id=1b1e6e73-83a7-42e9-97e2-e578454755bf => generated 971 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 814/1561] 10.0.0.146 () {32 vars in 719 bytes} [Thu Sep 10 03:17:04 2026] GET /v2.0/trunks/a28eef3d-e2e7-4fc3-afdc-0839a0728501 => 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: 748/1562] 10.0.0.206 () {34 vars in 1040 bytes} [Thu Sep 10 03:17:04 2026] GET /v2.0/security-groups?id=54181970-8207-4586-94d7-5ae611f2bfc5&fields=id&fields=name => generated 113 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 815/1563] 10.0.0.146 () {32 vars in 717 bytes} [Thu Sep 10 03:17:04 2026] GET /v2.0/ports/9873c614-0ccf-40f7-8d73-2a4578242d2b => generated 826 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 749/1564] 10.0.0.146 () {32 vars in 722 bytes} [Thu Sep 10 03:17:04 2026] DELETE /v2.0/trunks/a28eef3d-e2e7-4fc3-afdc-0839a0728501 => generated 0 bytes in 100 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 816/1565] 10.0.0.146 () {32 vars in 719 bytes} [Thu Sep 10 03:17:04 2026] GET /v2.0/trunks/06768f2e-217a-4a11-8e16-a0d3fff6af6b => generated 420 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 750/1566] 10.0.0.146 () {32 vars in 717 bytes} [Thu Sep 10 03:17:04 2026] GET /v2.0/ports/32706b9d-3a05-4b89-bede-f90e73b140b6 => generated 826 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 817/1567] 10.0.0.146 () {32 vars in 722 bytes} [Thu Sep 10 03:17:04 2026] DELETE /v2.0/trunks/06768f2e-217a-4a11-8e16-a0d3fff6af6b => generated 0 bytes in 49 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 751/1568] 10.0.0.146 () {32 vars in 719 bytes} [Thu Sep 10 03:17:05 2026] GET /v2.0/trunks/d9350eaa-02f9-41d2-82f1-b50431da8cab => generated 429 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 818/1569] 10.0.0.146 () {32 vars in 717 bytes} [Thu Sep 10 03:17:05 2026] GET /v2.0/ports/dbc207d1-39d0-4c7f-a39d-87de2bfa5de8 => generated 826 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 752/1570] 10.0.0.146 () {32 vars in 722 bytes} [Thu Sep 10 03:17:05 2026] DELETE /v2.0/trunks/d9350eaa-02f9-41d2-82f1-b50431da8cab => 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: 819/1571] 10.0.0.146 () {32 vars in 719 bytes} [Thu Sep 10 03:17:05 2026] GET /v2.0/trunks/787eb168-93bf-441f-a63d-6bb96c9b2349 => generated 414 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 753/1572] 10.0.0.146 () {32 vars in 717 bytes} [Thu Sep 10 03:17:05 2026] GET /v2.0/ports/8cba9b84-594a-4f52-aa94-1dfd2322d4d7 => generated 826 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 820/1573] 10.0.0.146 () {32 vars in 722 bytes} [Thu Sep 10 03:17:05 2026] DELETE /v2.0/trunks/787eb168-93bf-441f-a63d-6bb96c9b2349 => 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: 754/1574] 10.0.0.146 () {32 vars in 719 bytes} [Thu Sep 10 03:17:05 2026] GET /v2.0/trunks/f219fc8d-cd15-4d6d-85ab-212d30decc44 => generated 407 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 821/1575] 10.0.0.146 () {32 vars in 717 bytes} [Thu Sep 10 03:17:05 2026] GET /v2.0/ports/b1e8181e-ce67-44c9-916d-a5067b50075d => generated 826 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 755/1576] 10.0.0.146 () {32 vars in 722 bytes} [Thu Sep 10 03:17:05 2026] DELETE /v2.0/trunks/f219fc8d-cd15-4d6d-85ab-212d30decc44 => generated 0 bytes in 123 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-09-10 03:17:05.715 7 INFO neutron_taas.services.taas.taas_plugin [None req-35b8a7f4-35fd-4871-abec-ee3f02fda8e7 8d8553c9eb8348be8d1b90d6d8782b70 495be0c31b7045489633e0bfa7887725 - - default default] TaaS: Handle Delete Port: 9873c614-0ccf-40f7-8d73-2a4578242d2b 2026-09-10 03:17:05.718 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-35b8a7f4-35fd-4871-abec-ee3f02fda8e7 8d8553c9eb8348be8d1b90d6d8782b70 495be0c31b7045489633e0bfa7887725 - - default default] Tap Mirror: Handle Delete Port: 9873c614-0ccf-40f7-8d73-2a4578242d2b [pid: 7|app: 0|req: 822/1577] 10.0.0.146 () {32 vars in 720 bytes} [Thu Sep 10 03:17:05 2026] DELETE /v2.0/ports/9873c614-0ccf-40f7-8d73-2a4578242d2b => generated 0 bytes in 200 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-09-10 03:17:05.969 8 INFO neutron_taas.services.taas.taas_plugin [None req-d0943818-14dd-422c-900a-3d022fcb4771 8d8553c9eb8348be8d1b90d6d8782b70 495be0c31b7045489633e0bfa7887725 - - default default] TaaS: Handle Delete Port: 32706b9d-3a05-4b89-bede-f90e73b140b6 2026-09-10 03:17:05.973 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d0943818-14dd-422c-900a-3d022fcb4771 8d8553c9eb8348be8d1b90d6d8782b70 495be0c31b7045489633e0bfa7887725 - - default default] Tap Mirror: Handle Delete Port: 32706b9d-3a05-4b89-bede-f90e73b140b6 [pid: 8|app: 0|req: 756/1578] 10.0.0.146 () {32 vars in 720 bytes} [Thu Sep 10 03:17:05 2026] DELETE /v2.0/ports/32706b9d-3a05-4b89-bede-f90e73b140b6 => generated 0 bytes in 218 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-09-10 03:17:06.140 7 INFO neutron_taas.services.taas.taas_plugin [None req-9764b0fa-e7ee-4ced-9e9b-c3b72208423e 8d8553c9eb8348be8d1b90d6d8782b70 495be0c31b7045489633e0bfa7887725 - - default default] TaaS: Handle Delete Port: dbc207d1-39d0-4c7f-a39d-87de2bfa5de8 2026-09-10 03:17:06.144 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9764b0fa-e7ee-4ced-9e9b-c3b72208423e 8d8553c9eb8348be8d1b90d6d8782b70 495be0c31b7045489633e0bfa7887725 - - default default] Tap Mirror: Handle Delete Port: dbc207d1-39d0-4c7f-a39d-87de2bfa5de8 [pid: 7|app: 0|req: 823/1579] 10.0.0.146 () {32 vars in 720 bytes} [Thu Sep 10 03:17:06 2026] DELETE /v2.0/ports/dbc207d1-39d0-4c7f-a39d-87de2bfa5de8 => generated 0 bytes in 177 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-09-10 03:17:06.339 8 INFO neutron_taas.services.taas.taas_plugin [None req-caba35ce-2678-4dd1-97d7-31dcce54fb88 8d8553c9eb8348be8d1b90d6d8782b70 495be0c31b7045489633e0bfa7887725 - - default default] TaaS: Handle Delete Port: 8cba9b84-594a-4f52-aa94-1dfd2322d4d7 2026-09-10 03:17:06.347 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-caba35ce-2678-4dd1-97d7-31dcce54fb88 8d8553c9eb8348be8d1b90d6d8782b70 495be0c31b7045489633e0bfa7887725 - - default default] Tap Mirror: Handle Delete Port: 8cba9b84-594a-4f52-aa94-1dfd2322d4d7 [pid: 8|app: 0|req: 757/1580] 10.0.0.146 () {32 vars in 720 bytes} [Thu Sep 10 03:17:06 2026] DELETE /v2.0/ports/8cba9b84-594a-4f52-aa94-1dfd2322d4d7 => generated 0 bytes in 215 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-09-10 03:17:06.532 7 INFO neutron_taas.services.taas.taas_plugin [None req-62a3f48b-38fa-41c9-8726-8e2994d73e5e 8d8553c9eb8348be8d1b90d6d8782b70 495be0c31b7045489633e0bfa7887725 - - default default] TaaS: Handle Delete Port: b1e8181e-ce67-44c9-916d-a5067b50075d 2026-09-10 03:17:06.535 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-62a3f48b-38fa-41c9-8726-8e2994d73e5e 8d8553c9eb8348be8d1b90d6d8782b70 495be0c31b7045489633e0bfa7887725 - - default default] Tap Mirror: Handle Delete Port: b1e8181e-ce67-44c9-916d-a5067b50075d [pid: 7|app: 0|req: 824/1581] 10.0.0.146 () {32 vars in 720 bytes} [Thu Sep 10 03:17:06 2026] DELETE /v2.0/ports/b1e8181e-ce67-44c9-916d-a5067b50075d => generated 0 bytes in 177 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-09-10 03:17:06.777 8 INFO neutron.services.segments.plugin [-] Segment c266d1e4-e92b-42ac-8dd4-2434dcad2c71 resource provider aggregate not found 2026-09-10 03:17:06.785 8 INFO neutron.services.segments.plugin [-] Segment c266d1e4-e92b-42ac-8dd4-2434dcad2c71 resource provider aggregate not found 2026-09-10 03:17:06.808 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment c266d1e4-e92b-42ac-8dd4-2434dcad2c71 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c266d1e4-e92b-42ac-8dd4-2434dcad2c71 found for delete ", "request_id": "req-1ebcdcde-93ef-48c8-a124-bb2767993e49"}]} [pid: 8|app: 0|req: 758/1582] 10.0.0.146 () {32 vars in 726 bytes} [Thu Sep 10 03:17:06 2026] DELETE /v2.0/networks/7e543f63-c100-41c3-a22f-f2efa90ef102 => generated 0 bytes in 181 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-09-10 03:17:06.811 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment c266d1e4-e92b-42ac-8dd4-2434dcad2c71 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c266d1e4-e92b-42ac-8dd4-2434dcad2c71 found for delete ", "request_id": "req-3f792ac6-8c78-4202-b057-cfed43ee0e69"}]} 2026-09-10 03:17:06.964 7 INFO neutron.services.segments.plugin [-] Segment 8af71cf2-bdc0-4ec7-a979-d1824e4eaa92 resource provider aggregate not found 2026-09-10 03:17:06.972 7 INFO neutron.services.segments.plugin [-] Segment 8af71cf2-bdc0-4ec7-a979-d1824e4eaa92 resource provider aggregate not found 2026-09-10 03:17:06.990 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 8af71cf2-bdc0-4ec7-a979-d1824e4eaa92 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8af71cf2-bdc0-4ec7-a979-d1824e4eaa92 found for delete ", "request_id": "req-efd9e6e6-a8b9-4191-ad20-29f5c26ee74f"}]} 2026-09-10 03:17:06.998 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 8af71cf2-bdc0-4ec7-a979-d1824e4eaa92 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8af71cf2-bdc0-4ec7-a979-d1824e4eaa92 found for delete ", "request_id": "req-b5e48f4b-9e0d-45bf-8e83-7ce96cb5b250"}]} [pid: 7|app: 0|req: 825/1583] 10.0.0.146 () {32 vars in 726 bytes} [Thu Sep 10 03:17:06 2026] DELETE /v2.0/networks/ecb32b08-5fd8-40f3-b8a5-ccbbaca815c8 => generated 0 bytes in 194 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 759/1584] 10.0.0.146 () {32 vars in 726 bytes} [Thu Sep 10 03:17:07 2026] DELETE /v2.0/networks/5681f086-ac8a-42c7-9940-4aa50bfaaf98 => generated 0 bytes in 178 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 826/1585] 10.0.0.146 () {32 vars in 726 bytes} [Thu Sep 10 03:17:07 2026] DELETE /v2.0/networks/73f62ead-3827-4af4-a925-cab14cd7665c => generated 0 bytes in 144 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 760/1586] 10.0.0.146 () {32 vars in 726 bytes} [Thu Sep 10 03:17:07 2026] DELETE /v2.0/networks/e2d54b52-6b36-4e28-a2e9-acf6986194c0 => generated 0 bytes in 151 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 827/1587] 10.0.0.146 () {32 vars in 774 bytes} [Thu Sep 10 03:17:08 2026] GET /v2.0/security-groups?tenant_id=7c41f72b394447cb8d6b765a0e51bf0a&name=default => generated 2925 bytes in 340 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 761/1588] 10.0.0.146 () {32 vars in 740 bytes} [Thu Sep 10 03:17:08 2026] DELETE /v2.0/security-groups/56a5d7e0-75c9-4cdd-b6d5-1f9464a4b1be => generated 0 bytes in 98 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-09-10 03:17:08.831 8 INFO neutron.services.segments.plugin [-] Segment 6d3e6765-06b1-46f4-bf6b-61b61ef2d8a9 resource provider aggregate not found 2026-09-10 03:17:08.842 8 INFO neutron.services.segments.plugin [-] Segment 6d3e6765-06b1-46f4-bf6b-61b61ef2d8a9 resource provider aggregate not found 2026-09-10 03:17:08.853 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 6d3e6765-06b1-46f4-bf6b-61b61ef2d8a9 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6d3e6765-06b1-46f4-bf6b-61b61ef2d8a9 found for delete ", "request_id": "req-4d46e428-d629-42d5-b8ff-1a5afbdfe1a1"}]} 2026-09-10 03:17:08.869 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 6d3e6765-06b1-46f4-bf6b-61b61ef2d8a9 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6d3e6765-06b1-46f4-bf6b-61b61ef2d8a9 found for delete ", "request_id": "req-6bf9429b-8450-4ca5-b375-6cd1fb255947"}]} 2026-09-10 03:17:08.874 8 INFO neutron.services.segments.plugin [-] Segment a59ced12-fb37-45fb-9cf3-a3be84dd4b8e resource provider aggregate not found 2026-09-10 03:17:08.896 8 INFO neutron.services.segments.plugin [-] Segment a59ced12-fb37-45fb-9cf3-a3be84dd4b8e resource provider aggregate not found 2026-09-10 03:17:08.901 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment a59ced12-fb37-45fb-9cf3-a3be84dd4b8e resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a59ced12-fb37-45fb-9cf3-a3be84dd4b8e found for delete ", "request_id": "req-0f240b85-630e-4e76-b5c1-7948a4ccd835"}]} 2026-09-10 03:17:08.930 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment a59ced12-fb37-45fb-9cf3-a3be84dd4b8e resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a59ced12-fb37-45fb-9cf3-a3be84dd4b8e found for delete ", "request_id": "req-4dfa4d2b-8501-4341-bc1a-01d2f9cbc025"}]} 2026-09-10 03:17:09.017 7 INFO neutron.services.segments.plugin [-] Segment fa7f46a8-fd9e-41a5-9a75-4bf75a683301 resource provider aggregate not found 2026-09-10 03:17:09.020 7 INFO neutron.services.segments.plugin [-] Segment fa7f46a8-fd9e-41a5-9a75-4bf75a683301 resource provider aggregate not found 2026-09-10 03:17:09.034 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment fa7f46a8-fd9e-41a5-9a75-4bf75a683301 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fa7f46a8-fd9e-41a5-9a75-4bf75a683301 found for delete ", "request_id": "req-9aa71440-fd4a-4101-9300-1812d2c25f69"}]} 2026-09-10 03:17:09.044 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment fa7f46a8-fd9e-41a5-9a75-4bf75a683301 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fa7f46a8-fd9e-41a5-9a75-4bf75a683301 found for delete ", "request_id": "req-cfab4ff5-b652-4676-8e8d-9b1b5fdf3391"}]} [pid: 7|app: 0|req: 828/1589] 10.0.0.146 () {32 vars in 774 bytes} [Thu Sep 10 03:17:08 2026] GET /v2.0/security-groups?tenant_id=344d1dfb485b478b86dec6ac15999400&name=default => generated 2925 bytes in 173 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 762/1590] 10.0.0.146 () {32 vars in 740 bytes} [Thu Sep 10 03:17:09 2026] DELETE /v2.0/security-groups/4921794d-db02-4056-8d38-4002b4d3a01e => generated 0 bytes in 78 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 829/1591] 10.0.0.146 () {32 vars in 774 bytes} [Thu Sep 10 03:17:09 2026] GET /v2.0/security-groups?tenant_id=495be0c31b7045489633e0bfa7887725&name=default => generated 2925 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 763/1592] 10.0.0.146 () {32 vars in 740 bytes} [Thu Sep 10 03:17:09 2026] DELETE /v2.0/security-groups/21c68dac-b339-4beb-a6fd-0eb23b8478a0 => generated 0 bytes in 98 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-09-10 03:17:13.464 7 INFO neutron.db.segments_db [None req-6c0545d5-79ab-4163-a23d-306cef4dc350 ef4ac9c446d34cc3ade10f3e7e1a796c affe33be1ebc4ccbbc7fe45e81a27e7c - - default default] Added segment 05afbf61-e695-4b89-ace5-c5ff85da58da of type vxlan for network 4cdb3962-04f4-4a85-9d19-fcfa37fa0087 [pid: 7|app: 0|req: 831/1595] 10.0.0.146 () {34 vars in 670 bytes} [Thu Sep 10 03:17:13 2026] POST /v2.0/networks => generated 632 bytes in 466 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 765/1596] 10.0.0.146 () {34 vars in 664 bytes} [Thu Sep 10 03:17:13 2026] POST /v2.0/ports => generated 743 bytes in 279 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 832/1597] 10.0.0.146 () {34 vars in 666 bytes} [Thu Sep 10 03:17:13 2026] POST /v2.0/trunks => generated 407 bytes in 143 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: 766/1598] 10.0.0.146 () {34 vars in 749 bytes} [Thu Sep 10 03:17:14 2026] PUT /v2.0/trunks/354ba5b9-5e06-4594-bf2e-b08523208d61/tags => generated 25 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 833/1599] 10.0.0.146 () {32 vars in 729 bytes} [Thu Sep 10 03:17:14 2026] GET /v2.0/trunks/354ba5b9-5e06-4594-bf2e-b08523208d61/tags => generated 25 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 767/1600] 10.0.0.146 () {34 vars in 760 bytes} [Thu Sep 10 03:17:14 2026] PUT /v2.0/trunks/354ba5b9-5e06-4594-bf2e-b08523208d61/tags/green => generated 4 bytes in 48 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 834/1601] 10.0.0.146 () {32 vars in 729 bytes} [Thu Sep 10 03:17:14 2026] GET /v2.0/trunks/354ba5b9-5e06-4594-bf2e-b08523208d61/tags => generated 34 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 768/1602] 10.0.0.146 () {34 vars in 756 bytes} [Thu Sep 10 03:17:14 2026] PUT /v2.0/trunks/354ba5b9-5e06-4594-bf2e-b08523208d61/tags/red => generated 4 bytes in 23 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 769/1603] 10.0.0.146 () {32 vars in 729 bytes} [Thu Sep 10 03:17:14 2026] GET /v2.0/trunks/354ba5b9-5e06-4594-bf2e-b08523208d61/tags => generated 34 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 770/1604] 10.0.0.146 () {34 vars in 778 bytes} [Thu Sep 10 03:17:14 2026] PUT /v2.0/trunks/354ba5b9-5e06-4594-bf2e-b08523208d61/tags/black.or.white => generated 4 bytes in 39 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 771/1605] 10.0.0.146 () {32 vars in 729 bytes} [Thu Sep 10 03:17:14 2026] GET /v2.0/trunks/354ba5b9-5e06-4594-bf2e-b08523208d61/tags => generated 52 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 772/1606] 10.0.0.146 () {34 vars in 749 bytes} [Thu Sep 10 03:17:14 2026] PUT /v2.0/trunks/354ba5b9-5e06-4594-bf2e-b08523208d61/tags => generated 37 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 773/1607] 10.0.0.146 () {32 vars in 729 bytes} [Thu Sep 10 03:17:14 2026] GET /v2.0/trunks/354ba5b9-5e06-4594-bf2e-b08523208d61/tags => generated 37 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 774/1608] 10.0.0.146 () {32 vars in 737 bytes} [Thu Sep 10 03:17:14 2026] GET /v2.0/trunks/354ba5b9-5e06-4594-bf2e-b08523208d61/tags/red => generated 0 bytes in 28 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-09-10 03:17:14.400 8 INFO neutron.api.v2.resource [None req-f077e98a-2e7d-4e7e-82a9-7755df70f83f ef4ac9c446d34cc3ade10f3e7e1a796c affe33be1ebc4ccbbc7fe45e81a27e7c - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 775/1609] 10.0.0.146 () {32 vars in 741 bytes} [Thu Sep 10 03:17:14 2026] GET /v2.0/trunks/354ba5b9-5e06-4594-bf2e-b08523208d61/tags/green => generated 99 bytes in 25 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 776/1610] 10.0.0.146 () {32 vars in 740 bytes} [Thu Sep 10 03:17:14 2026] DELETE /v2.0/trunks/354ba5b9-5e06-4594-bf2e-b08523208d61/tags/red => generated 0 bytes in 42 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 777/1611] 10.0.0.146 () {32 vars in 729 bytes} [Thu Sep 10 03:17:14 2026] GET /v2.0/trunks/354ba5b9-5e06-4594-bf2e-b08523208d61/tags => generated 30 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-09-10 03:17:14.490 7 INFO neutron.db.segments_db [None req-db8d43bb-18fa-4a66-a281-f2f19bbb0243 c411b36244e5497abad677d6500d0628 a7f380ed095443cab90f738d37acd72b - - default default] Added segment 847d2017-b960-48ff-96d6-bc9de20cc579 of type vxlan for network 85d090da-0710-446c-bfc8-e7154c46ca5a 2026-09-10 03:17:14.498 8 INFO neutron.api.v2.resource [None req-ec9a83ce-0ce3-4457-b594-6693b17250da ef4ac9c446d34cc3ade10f3e7e1a796c affe33be1ebc4ccbbc7fe45e81a27e7c - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 778/1612] 10.0.0.146 () {32 vars in 744 bytes} [Thu Sep 10 03:17:14 2026] DELETE /v2.0/trunks/354ba5b9-5e06-4594-bf2e-b08523208d61/tags/green => generated 99 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 779/1613] 10.0.0.146 () {32 vars in 732 bytes} [Thu Sep 10 03:17:14 2026] DELETE /v2.0/trunks/354ba5b9-5e06-4594-bf2e-b08523208d61/tags => 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: 780/1614] 10.0.0.146 () {32 vars in 729 bytes} [Thu Sep 10 03:17:14 2026] GET /v2.0/trunks/354ba5b9-5e06-4594-bf2e-b08523208d61/tags => generated 12 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 835/1615] 10.0.0.146 () {34 vars in 670 bytes} [Thu Sep 10 03:17:14 2026] POST /v2.0/networks => generated 639 bytes in 415 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 836/1616] 10.0.0.146 () {32 vars in 719 bytes} [Thu Sep 10 03:17:14 2026] GET /v2.0/trunks/354ba5b9-5e06-4594-bf2e-b08523208d61 => generated 407 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 837/1617] 10.0.0.146 () {32 vars in 717 bytes} [Thu Sep 10 03:17:14 2026] GET /v2.0/ports/d94370a1-19e5-4740-b43a-be89e5f7bafa => generated 826 bytes in 96 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 838/1618] 10.0.0.146 () {32 vars in 722 bytes} [Thu Sep 10 03:17:14 2026] DELETE /v2.0/trunks/354ba5b9-5e06-4594-bf2e-b08523208d61 => generated 0 bytes in 71 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 781/1619] 10.0.0.146 () {34 vars in 669 bytes} [Thu Sep 10 03:17:14 2026] POST /v2.0/subnets => generated 658 bytes in 292 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-09-10 03:17:14.913 7 INFO neutron_taas.services.taas.taas_plugin [None req-8eac7f82-dbb5-4882-8371-57baf829574d ef4ac9c446d34cc3ade10f3e7e1a796c affe33be1ebc4ccbbc7fe45e81a27e7c - - default default] TaaS: Handle Delete Port: d94370a1-19e5-4740-b43a-be89e5f7bafa 2026-09-10 03:17:14.921 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8eac7f82-dbb5-4882-8371-57baf829574d ef4ac9c446d34cc3ade10f3e7e1a796c affe33be1ebc4ccbbc7fe45e81a27e7c - - default default] Tap Mirror: Handle Delete Port: d94370a1-19e5-4740-b43a-be89e5f7bafa [pid: 8|app: 0|req: 782/1620] 10.0.0.146 () {32 vars in 722 bytes} [Thu Sep 10 03:17:14 2026] GET /v2.0/subnetpools?name=shared-default-subnetpool-v6 => generated 19 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 839/1621] 10.0.0.146 () {32 vars in 720 bytes} [Thu Sep 10 03:17:14 2026] DELETE /v2.0/ports/d94370a1-19e5-4740-b43a-be89e5f7bafa => generated 0 bytes in 247 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-09-10 03:17:15.144 7 INFO neutron.services.segments.plugin [-] Segment 05afbf61-e695-4b89-ace5-c5ff85da58da resource provider aggregate not found 2026-09-10 03:17:15.150 7 INFO neutron.services.segments.plugin [-] Segment 05afbf61-e695-4b89-ace5-c5ff85da58da resource provider aggregate not found [pid: 8|app: 0|req: 783/1622] 10.0.0.146 () {34 vars in 669 bytes} [Thu Sep 10 03:17:14 2026] POST /v2.0/subnets => generated 732 bytes in 217 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-09-10 03:17:15.167 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 05afbf61-e695-4b89-ace5-c5ff85da58da resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 05afbf61-e695-4b89-ace5-c5ff85da58da found for delete ", "request_id": "req-2fc061ec-460e-478c-b122-dde3b9b04e86"}]} 2026-09-10 03:17:15.170 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 05afbf61-e695-4b89-ace5-c5ff85da58da resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 05afbf61-e695-4b89-ace5-c5ff85da58da found for delete ", "request_id": "req-600ac3b8-e60c-4291-8f07-658ca800f798"}]} [pid: 7|app: 0|req: 840/1623] 10.0.0.146 () {32 vars in 726 bytes} [Thu Sep 10 03:17:15 2026] DELETE /v2.0/networks/4cdb3962-04f4-4a85-9d19-fcfa37fa0087 => generated 0 bytes in 145 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-09-10 03:17:15.209 8 INFO neutron.db.segments_db [None req-c73b8462-2403-4e26-bbd4-4bab5760d992 c411b36244e5497abad677d6500d0628 a7f380ed095443cab90f738d37acd72b - - default default] Added segment 319d7496-f5f1-48a6-8770-114c0b490012 of type vxlan for network 17bda8ff-3c3a-4753-88c5-f2508e4b8f3f [pid: 8|app: 0|req: 784/1624] 10.0.0.146 () {34 vars in 670 bytes} [Thu Sep 10 03:17:15 2026] POST /v2.0/networks => generated 637 bytes in 120 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 841/1625] 10.0.0.146 () {34 vars in 669 bytes} [Thu Sep 10 03:17:15 2026] POST /v2.0/subnets => generated 656 bytes in 196 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 842/1626] 10.0.0.210 () {34 vars in 990 bytes} [Thu Sep 10 03:17:15 2026] GET /v2.0/ports?device_id=1b1e6e73-83a7-42e9-97e2-e578454755bf => generated 1240 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 843/1627] 10.0.0.210 () {34 vars in 1040 bytes} [Thu Sep 10 03:17:15 2026] GET /v2.0/security-groups?id=54181970-8207-4586-94d7-5ae611f2bfc5&fields=id&fields=name => generated 113 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 785/1628] 10.0.0.146 () {34 vars in 669 bytes} [Thu Sep 10 03:17:15 2026] POST /v2.0/subnets => generated 725 bytes in 272 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-09-10 03:17:15.817 7 INFO neutron.db.segments_db [None req-92d05eb7-6002-4335-9271-8b9cc49c820f c411b36244e5497abad677d6500d0628 a7f380ed095443cab90f738d37acd72b - - default default] Added segment 55bcc50e-4cc5-4640-9235-893cbd718bec of type vxlan for network 659f7a41-dcb7-4183-a178-dab2a543c824 [pid: 7|app: 0|req: 844/1629] 10.0.0.146 () {34 vars in 670 bytes} [Thu Sep 10 03:17:15 2026] POST /v2.0/networks => generated 638 bytes in 152 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 786/1630] 10.0.0.146 () {32 vars in 774 bytes} [Thu Sep 10 03:17:15 2026] GET /v2.0/security-groups?tenant_id=d5b221e3bcf94486966d0910e48635ff&name=default => generated 2925 bytes in 216 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 787/1631] 10.0.0.146 () {32 vars in 740 bytes} [Thu Sep 10 03:17:16 2026] DELETE /v2.0/security-groups/d84d6575-e9f8-4872-add1-6a10ef68e061 => generated 0 bytes in 98 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 845/1632] 10.0.0.146 () {34 vars in 669 bytes} [Thu Sep 10 03:17:15 2026] POST /v2.0/subnets => generated 656 bytes in 301 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 846/1633] 10.0.0.146 () {32 vars in 774 bytes} [Thu Sep 10 03:17:16 2026] GET /v2.0/security-groups?tenant_id=affe33be1ebc4ccbbc7fe45e81a27e7c&name=default => generated 2925 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 847/1634] 10.0.0.146 () {32 vars in 740 bytes} [Thu Sep 10 03:17:16 2026] DELETE /v2.0/security-groups/386a4d25-f1b5-498a-aac5-b1db571a5972 => 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: 788/1635] 10.0.0.146 () {34 vars in 669 bytes} [Thu Sep 10 03:17:16 2026] POST /v2.0/subnets => generated 730 bytes in 213 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-09-10 03:17:16.502 7 INFO neutron.db.segments_db [None req-f09ee134-01d6-4e5f-9bcf-82f61b3958dd c411b36244e5497abad677d6500d0628 a7f380ed095443cab90f738d37acd72b - - default default] Added segment 25ba84f0-d292-4c49-a1c4-680149aafc06 of type vxlan for network 0c71b1da-6707-4e4e-813b-adc56845ef02 2026-09-10 03:17:16.821 7 INFO neutron.db.l3_hamode_db [None req-f09ee134-01d6-4e5f-9bcf-82f61b3958dd c411b36244e5497abad677d6500d0628 a7f380ed095443cab90f738d37acd72b - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-09-10 03:17:17.505 7 INFO neutron.db.l3_hamode_db [None req-f09ee134-01d6-4e5f-9bcf-82f61b3958dd c411b36244e5497abad677d6500d0628 a7f380ed095443cab90f738d37acd72b - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 789/1636] 10.0.0.146 () {32 vars in 774 bytes} [Thu Sep 10 03:17:17 2026] GET /v2.0/security-groups?tenant_id=5bc29a30092d46409229981c9e28ef13&name=default => generated 2925 bytes in 343 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 848/1637] 10.0.0.146 () {34 vars in 669 bytes} [Thu Sep 10 03:17:16 2026] POST /v2.0/routers => generated 685 bytes in 1901 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 790/1638] 10.0.0.146 () {32 vars in 740 bytes} [Thu Sep 10 03:17:18 2026] DELETE /v2.0/security-groups/f8cdedaf-52f0-4104-aba0-80880c3c18c2 => generated 0 bytes in 136 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 849/1639] 10.0.0.146 () {34 vars in 783 bytes} [Thu Sep 10 03:17:18 2026] PUT /v2.0/routers/95118283-b027-4893-996a-f355ba291b00/add_router_interface => generated 309 bytes in 1450 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-09-10 03:17:20.438 7 INFO neutron.db.segments_db [None req-58d27965-4fb3-4141-8f92-6bccb5a313c6 af31f0049ef2445b9854c902c3e7d355 55f36a1f64af47f1b693a134b8c3349a - - default default] Added segment 31ce6e7e-6835-4d25-a9c5-2741379fb51a of type vxlan for network dceea5e3-d16b-4a74-8ee4-87611d9c741e [pid: 7|app: 0|req: 850/1640] 10.0.0.146 () {34 vars in 670 bytes} [Thu Sep 10 03:17:19 2026] POST /v2.0/networks => generated 630 bytes in 609 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-09-10 03:17:20.652 7 INFO neutron.db.segments_db [None req-f50f4e8f-e797-49d9-bbf4-2d2c5fafd91b af31f0049ef2445b9854c902c3e7d355 55f36a1f64af47f1b693a134b8c3349a - - default default] Added segment 8223f0fb-ad32-453d-827c-4db63ff14b64 of type vxlan for network 7865394b-7582-482f-8248-473425d3579b [pid: 7|app: 0|req: 851/1641] 10.0.0.146 () {34 vars in 670 bytes} [Thu Sep 10 03:17:20 2026] POST /v2.0/networks => generated 632 bytes in 136 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 852/1642] 10.0.0.146 () {34 vars in 753 bytes} [Thu Sep 10 03:17:20 2026] PUT /v2.0/networks/dceea5e3-d16b-4a74-8ee4-87611d9c741e/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: 853/1643] 10.0.0.146 () {32 vars in 733 bytes} [Thu Sep 10 03:17:20 2026] GET /v2.0/networks/dceea5e3-d16b-4a74-8ee4-87611d9c741e/tags => generated 25 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 854/1644] 10.0.0.146 () {34 vars in 753 bytes} [Thu Sep 10 03:17:20 2026] PUT /v2.0/networks/7865394b-7582-482f-8248-473425d3579b/tags => generated 17 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 855/1645] 10.0.0.146 () {32 vars in 733 bytes} [Thu Sep 10 03:17:20 2026] GET /v2.0/networks/7865394b-7582-482f-8248-473425d3579b/tags => generated 17 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 856/1646] 10.0.0.146 () {34 vars in 753 bytes} [Thu Sep 10 03:17:20 2026] PUT /v2.0/networks/7865394b-7582-482f-8248-473425d3579b/tags => generated 12 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 857/1647] 10.0.0.146 () {32 vars in 733 bytes} [Thu Sep 10 03:17:20 2026] GET /v2.0/networks/7865394b-7582-482f-8248-473425d3579b/tags => generated 12 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 858/1648] 10.0.0.146 () {32 vars in 733 bytes} [Thu Sep 10 03:17:21 2026] GET /v2.0/networks/dceea5e3-d16b-4a74-8ee4-87611d9c741e/tags => generated 25 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 791/1649] 10.0.0.146 () {34 vars in 783 bytes} [Thu Sep 10 03:17:19 2026] PUT /v2.0/routers/95118283-b027-4893-996a-f355ba291b00/add_router_interface => generated 309 bytes in 1342 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-09-10 03:17:21.170 7 INFO neutron.services.segments.plugin [-] Segment 31ce6e7e-6835-4d25-a9c5-2741379fb51a resource provider aggregate not found 2026-09-10 03:17:21.174 7 INFO neutron.services.segments.plugin [-] Segment 31ce6e7e-6835-4d25-a9c5-2741379fb51a resource provider aggregate not found 2026-09-10 03:17:21.195 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 31ce6e7e-6835-4d25-a9c5-2741379fb51a resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 31ce6e7e-6835-4d25-a9c5-2741379fb51a found for delete ", "request_id": "req-c3ba5581-e976-4bdb-bd09-4d839fb5dc83"}]} 2026-09-10 03:17:21.200 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 31ce6e7e-6835-4d25-a9c5-2741379fb51a resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 31ce6e7e-6835-4d25-a9c5-2741379fb51a found for delete ", "request_id": "req-17e60995-7488-4f38-b60d-f9ae2af420a0"}]} [pid: 7|app: 0|req: 859/1650] 10.0.0.146 () {32 vars in 726 bytes} [Thu Sep 10 03:17:21 2026] DELETE /v2.0/networks/dceea5e3-d16b-4a74-8ee4-87611d9c741e => 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: 860/1651] 10.0.0.146 () {32 vars in 726 bytes} [Thu Sep 10 03:17:21 2026] DELETE /v2.0/networks/7865394b-7582-482f-8248-473425d3579b => generated 0 bytes in 129 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-09-10 03:17:21.953 7 INFO neutron.db.segments_db [None req-b7f7d3a9-171c-43ca-b71e-daee869d06d4 a55a99e15fd94481a2a42f0c24079f2a 378ac8b42fb34057b2dd9be04688668c - - default default] Added segment b8121f9b-0abc-4391-8ae1-1ed39e22bb05 of type vxlan for network b30d59d2-9425-42bf-80fa-2731a3fd18c2 [pid: 7|app: 0|req: 861/1652] 10.0.0.146 () {34 vars in 671 bytes} [Thu Sep 10 03:17:21 2026] POST /v2.0/networks => generated 632 bytes in 497 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 862/1653] 10.0.0.146 () {32 vars in 774 bytes} [Thu Sep 10 03:17:22 2026] GET /v2.0/security-groups?tenant_id=e9e49a9db3094a958186e8eb68c5997f&name=default => generated 2925 bytes in 250 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-09-10 03:17:22.329 7 INFO neutron.db.segments_db [None req-29868925-fcc9-4019-97c1-cb8585b08c73 a55a99e15fd94481a2a42f0c24079f2a 378ac8b42fb34057b2dd9be04688668c - - default default] Added segment 4a2218ca-069e-4de3-b1a6-869a9cb25349 of type vxlan for network 6e3c7923-2f08-4992-8107-b3e5c1bb5aef [pid: 8|app: 0|req: 792/1654] 10.0.0.146 () {34 vars in 783 bytes} [Thu Sep 10 03:17:21 2026] PUT /v2.0/routers/95118283-b027-4893-996a-f355ba291b00/add_router_interface => generated 309 bytes in 1204 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 793/1655] 10.0.0.146 () {32 vars in 740 bytes} [Thu Sep 10 03:17:22 2026] DELETE /v2.0/security-groups/fbdc7e69-c10c-45b6-8d55-9dbdc7b7d5a5 => generated 0 bytes in 109 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 794/1656] 10.0.0.146 () {34 vars in 684 bytes} [Thu Sep 10 03:17:22 2026] POST /v2.0/security-groups => generated 1628 bytes in 147 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-09-10 03:17:22.625 7 INFO neutron.db.l3_hamode_db [None req-29868925-fcc9-4019-97c1-cb8585b08c73 a55a99e15fd94481a2a42f0c24079f2a 378ac8b42fb34057b2dd9be04688668c - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 795/1657] 10.0.0.146 () {32 vars in 774 bytes} [Thu Sep 10 03:17:22 2026] GET /v2.0/security-groups?tenant_id=55f36a1f64af47f1b693a134b8c3349a&name=default => generated 2925 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 796/1658] 10.0.0.146 () {34 vars in 695 bytes} [Thu Sep 10 03:17:22 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: 8|app: 0|req: 797/1659] 10.0.0.146 () {32 vars in 740 bytes} [Thu Sep 10 03:17:22 2026] DELETE /v2.0/security-groups/bc23d54f-3008-4cf4-abbd-6469f2af9800 => generated 0 bytes in 89 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 798/1660] 10.0.0.146 () {34 vars in 695 bytes} [Thu Sep 10 03:17:22 2026] POST /v2.0/security-group-rules => generated 597 bytes in 147 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 799/1661] 10.0.0.146 () {34 vars in 695 bytes} [Thu Sep 10 03:17:22 2026] POST /v2.0/security-group-rules => generated 599 bytes in 120 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-09-10 03:17:23.215 7 INFO neutron.services.segments.plugin [-] Segment 8223f0fb-ad32-453d-827c-4db63ff14b64 resource provider aggregate not found [pid: 8|app: 0|req: 800/1662] 10.0.0.146 () {34 vars in 695 bytes} [Thu Sep 10 03:17:23 2026] POST /v2.0/security-group-rules => generated 601 bytes in 93 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-09-10 03:17:23.222 7 INFO neutron.services.segments.plugin [-] Segment 8223f0fb-ad32-453d-827c-4db63ff14b64 resource provider aggregate not found 2026-09-10 03:17:23.233 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 8223f0fb-ad32-453d-827c-4db63ff14b64 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8223f0fb-ad32-453d-827c-4db63ff14b64 found for delete ", "request_id": "req-35c32e86-c352-4bc7-934d-ee5acbbd4589"}]} 2026-09-10 03:17:23.238 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 8223f0fb-ad32-453d-827c-4db63ff14b64 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8223f0fb-ad32-453d-827c-4db63ff14b64 found for delete ", "request_id": "req-b9a7c150-1569-4edc-a55e-2af9ffbf6e9d"}]} [pid: 8|app: 0|req: 801/1663] 10.0.0.146 () {34 vars in 695 bytes} [Thu Sep 10 03:17:23 2026] POST /v2.0/security-group-rules => generated 601 bytes in 131 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 802/1664] 10.0.0.146 () {34 vars in 695 bytes} [Thu Sep 10 03:17:23 2026] POST /v2.0/security-group-rules => generated 597 bytes in 117 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-09-10 03:17:23.499 7 INFO neutron.db.l3_hamode_db [None req-29868925-fcc9-4019-97c1-cb8585b08c73 a55a99e15fd94481a2a42f0c24079f2a 378ac8b42fb34057b2dd9be04688668c - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 803/1665] 10.0.0.146 () {34 vars in 695 bytes} [Thu Sep 10 03:17:23 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: 804/1666] 10.0.0.146 () {34 vars in 695 bytes} [Thu Sep 10 03:17:23 2026] POST /v2.0/security-group-rules => generated 597 bytes in 124 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 805/1667] 10.0.0.146 () {34 vars in 695 bytes} [Thu Sep 10 03:17:23 2026] POST /v2.0/security-group-rules => generated 599 bytes in 209 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 806/1668] 10.0.0.146 () {34 vars in 695 bytes} [Thu Sep 10 03:17:23 2026] POST /v2.0/security-group-rules => generated 601 bytes in 174 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 807/1669] 10.0.0.146 () {34 vars in 695 bytes} [Thu Sep 10 03:17:24 2026] POST /v2.0/security-group-rules => generated 597 bytes in 156 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 863/1670] 10.0.0.146 () {34 vars in 669 bytes} [Thu Sep 10 03:17:22 2026] POST /v2.0/routers => generated 695 bytes in 2128 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 864/1671] 10.0.0.206 () {34 vars in 1096 bytes} [Thu Sep 10 03:17:24 2026] GET /v2.0/security-groups?name=tempest-lb_member_SG-1989581661&fields=id&tenant_id=a7f380ed095443cab90f738d37acd72b => 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: 865/1672] 10.0.0.206 () {34 vars in 982 bytes} [Thu Sep 10 03:17:24 2026] GET /v2.0/networks?id=17bda8ff-3c3a-4753-88c5-f2508e4b8f3f => 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: 866/1673] 10.0.0.206 () {34 vars in 965 bytes} [Thu Sep 10 03:17:24 2026] GET /v2.0/quotas/a7f380ed095443cab90f738d37acd72b => 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: 808/1674] 10.0.0.146 () {32 vars in 776 bytes} [Thu Sep 10 03:17:24 2026] GET /v2.0/subnets?project_id=378ac8b42fb34057b2dd9be04688668c&cidr=10.100.0.0%2F28 => generated 14 bytes in 293 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 809/1675] 10.0.0.146 () {32 vars in 694 bytes} [Thu Sep 10 03:17:24 2026] GET /v2.0/networks?router%3Aexternal=True => generated 753 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 810/1676] 10.0.0.146 () {32 vars in 784 bytes} [Thu Sep 10 03:17:24 2026] GET /v2.0/subnets?network_id=2266eba8-c9ee-4efe-a984-ae4935e08fc1&cidr=10.100.0.0%2F28 => generated 14 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 867/1677] 10.0.0.206 () {34 vars in 1002 bytes} [Thu Sep 10 03:17:24 2026] GET /v2.0/ports?tenant_id=a7f380ed095443cab90f738d37acd72b&fields=id => generated 287 bytes in 170 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 868/1678] 10.0.0.206 () {34 vars in 1008 bytes} [Thu Sep 10 03:17:24 2026] GET /v2.0/networks/17bda8ff-3c3a-4753-88c5-f2508e4b8f3f?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: 869/1679] 10.0.0.206 () {34 vars in 1108 bytes} [Thu Sep 10 03:17:24 2026] GET /v2.0/networks/17bda8ff-3c3a-4753-88c5-f2508e4b8f3f?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) [pid: 8|app: 0|req: 811/1680] 10.0.0.146 () {34 vars in 669 bytes} [Thu Sep 10 03:17:24 2026] POST /v2.0/subnets => generated 656 bytes in 193 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 812/1681] 10.0.0.206 () {34 vars in 990 bytes} [Thu Sep 10 03:17:25 2026] GET /v2.0/ports?device_id=502162e0-6513-4c84-919b-4b0a71b1e38a => 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: 870/1684] 10.0.0.146 () {34 vars in 783 bytes} [Thu Sep 10 03:17:25 2026] PUT /v2.0/routers/c534abbc-6a24-4c47-b62f-117320f1ebf6/add_router_interface => generated 309 bytes in 1392 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 815/1685] 10.0.0.206 () {34 vars in 990 bytes} [Thu Sep 10 03:17:26 2026] GET /v2.0/ports?device_id=1b1e6e73-83a7-42e9-97e2-e578454755bf => generated 971 bytes in 116 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 816/1686] 10.0.0.206 () {34 vars in 1040 bytes} [Thu Sep 10 03:17:26 2026] GET /v2.0/security-groups?id=54181970-8207-4586-94d7-5ae611f2bfc5&fields=id&fields=name => generated 113 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 871/1687] 10.0.0.146 () {32 vars in 649 bytes} [Thu Sep 10 03:17:26 2026] GET /v2.0/networks => generated 8116 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 817/1688] 10.0.0.146 () {32 vars in 647 bytes} [Thu Sep 10 03:17:26 2026] GET /v2.0/subnets => generated 8724 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 872/1689] 10.0.0.146 () {32 vars in 647 bytes} [Thu Sep 10 03:17:26 2026] GET /v2.0/routers => generated 2180 bytes in 102 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 818/1690] 10.0.0.206 () {34 vars in 990 bytes} [Thu Sep 10 03:17:26 2026] GET /v2.0/ports?device_id=1b1e6e73-83a7-42e9-97e2-e578454755bf => 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: 819/1691] 10.0.0.206 () {34 vars in 1040 bytes} [Thu Sep 10 03:17:26 2026] GET /v2.0/security-groups?id=54181970-8207-4586-94d7-5ae611f2bfc5&fields=id&fields=name => generated 113 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 873/1692] 10.0.0.146 () {34 vars in 685 bytes} [Thu Sep 10 03:17:26 2026] POST /v2.0/security-groups => generated 1673 bytes in 181 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 874/1693] 10.0.0.146 () {34 vars in 695 bytes} [Thu Sep 10 03:17:26 2026] POST /v2.0/security-group-rules => generated 597 bytes in 134 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 820/1694] 10.0.0.146 () {32 vars in 774 bytes} [Thu Sep 10 03:17:26 2026] GET /v2.0/security-groups?tenant_id=82698cda2e8a45abb7bc37a1e6a704d0&name=default => generated 2925 bytes in 363 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 875/1695] 10.0.0.146 () {34 vars in 695 bytes} [Thu Sep 10 03:17:27 2026] POST /v2.0/security-group-rules => generated 596 bytes in 143 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 821/1696] 10.0.0.146 () {32 vars in 740 bytes} [Thu Sep 10 03:17:27 2026] DELETE /v2.0/security-groups/9ff2fc7f-5d56-4b97-ac69-48a77d0427cc => 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: 876/1697] 10.0.0.146 () {34 vars in 695 bytes} [Thu Sep 10 03:17:27 2026] POST /v2.0/security-group-rules => generated 602 bytes in 171 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 822/1698] 10.0.0.146 () {34 vars in 695 bytes} [Thu Sep 10 03:17:27 2026] POST /v2.0/security-group-rules => generated 601 bytes in 209 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-09-10 03:17:27.607 8 INFO neutron.db.securitygroups_db [None req-2256ca93-5b37-4a68-89ee-973ba9f93b37 a55a99e15fd94481a2a42f0c24079f2a 378ac8b42fb34057b2dd9be04688668c - - default default] Project 378ac8b42fb34057b2dd9be04688668c 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: 877/1699] 10.0.0.146 () {32 vars in 774 bytes} [Thu Sep 10 03:17:27 2026] GET /v2.0/security-groups?tenant_id=c22cca40c003455caef296b2e6116035&name=default => generated 2925 bytes in 210 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 823/1700] 10.0.0.146 () {34 vars in 695 bytes} [Thu Sep 10 03:17:27 2026] POST /v2.0/security-group-rules => generated 607 bytes in 139 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-09-10 03:17:27.738 8 INFO neutron.db.securitygroups_db [None req-0418123f-edce-4375-b2fd-f727041200e6 a55a99e15fd94481a2a42f0c24079f2a 378ac8b42fb34057b2dd9be04688668c - - default default] Project 378ac8b42fb34057b2dd9be04688668c 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: 878/1701] 10.0.0.146 () {32 vars in 740 bytes} [Thu Sep 10 03:17:27 2026] DELETE /v2.0/security-groups/d968b073-4234-4c14-9c7a-d483395a41a8 => generated 0 bytes in 142 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 824/1702] 10.0.0.146 () {34 vars in 695 bytes} [Thu Sep 10 03:17:27 2026] POST /v2.0/security-group-rules => generated 606 bytes in 158 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 879/1703] 10.0.0.206 () {34 vars in 990 bytes} [Thu Sep 10 03:17:27 2026] GET /v2.0/ports?device_id=1b1e6e73-83a7-42e9-97e2-e578454755bf => generated 971 bytes in 99 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 825/1704] 10.0.0.206 () {34 vars in 1040 bytes} [Thu Sep 10 03:17:27 2026] GET /v2.0/security-groups?id=54181970-8207-4586-94d7-5ae611f2bfc5&fields=id&fields=name => generated 113 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 880/1705] 10.0.0.146 () {32 vars in 649 bytes} [Thu Sep 10 03:17:28 2026] GET /v2.0/networks => generated 1297 bytes in 230 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 826/1706] 10.0.0.206 () {34 vars in 1098 bytes} [Thu Sep 10 03:17:28 2026] GET /v2.0/security-groups?name=tempest-secgroup-smoke-290308778&fields=id&tenant_id=378ac8b42fb34057b2dd9be04688668c => generated 69 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 881/1707] 10.0.0.206 () {34 vars in 982 bytes} [Thu Sep 10 03:17:28 2026] GET /v2.0/networks?id=b30d59d2-9425-42bf-80fa-2731a3fd18c2 => generated 660 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 827/1708] 10.0.0.206 () {34 vars in 965 bytes} [Thu Sep 10 03:17:28 2026] GET /v2.0/quotas/378ac8b42fb34057b2dd9be04688668c => 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: 882/1709] 10.0.0.206 () {34 vars in 1002 bytes} [Thu Sep 10 03:17:28 2026] GET /v2.0/ports?tenant_id=378ac8b42fb34057b2dd9be04688668c&fields=id => generated 57 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 828/1710] 10.0.0.206 () {34 vars in 1008 bytes} [Thu Sep 10 03:17:28 2026] GET /v2.0/networks/b30d59d2-9425-42bf-80fa-2731a3fd18c2?fields=segments => generated 14 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 883/1711] 10.0.0.206 () {34 vars in 1108 bytes} [Thu Sep 10 03:17:28 2026] GET /v2.0/networks/b30d59d2-9425-42bf-80fa-2731a3fd18c2?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: 829/1712] 10.0.0.206 () {34 vars in 990 bytes} [Thu Sep 10 03:17:29 2026] GET /v2.0/ports?device_id=03292a3c-0bbb-4371-b192-c93aed62dc51 => 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: 884/1713] 10.0.0.206 () {34 vars in 990 bytes} [Thu Sep 10 03:17:29 2026] GET /v2.0/ports?device_id=1b1e6e73-83a7-42e9-97e2-e578454755bf => 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: 830/1714] 162.253.55.155 () {34 vars in 994 bytes} [Thu Sep 10 03:17:29 2026] GET /v2.0/ports?device_id=1b1e6e73-83a7-42e9-97e2-e578454755bf => generated 971 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 885/1715] 10.0.0.206 () {34 vars in 1040 bytes} [Thu Sep 10 03:17:29 2026] GET /v2.0/security-groups?id=54181970-8207-4586-94d7-5ae611f2bfc5&fields=id&fields=name => generated 113 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-09-10 03:17:29.318 8 INFO neutron_taas.services.taas.taas_plugin [req-f4464a88-9af5-4fae-a1c2-0d0d147c4a4e req-9375ab7d-cf16-4683-81ea-1ef9e6f7fa28 59dd3aed9e564ab7ab93ffe67ebf48d6 f7b9f43795954ab69e00515abfa10b43 - - default default] TaaS: Handle Delete Port: fe848379-cc48-4ab7-99be-d342609915ea 2026-09-10 03:17:29.321 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-f4464a88-9af5-4fae-a1c2-0d0d147c4a4e req-9375ab7d-cf16-4683-81ea-1ef9e6f7fa28 59dd3aed9e564ab7ab93ffe67ebf48d6 f7b9f43795954ab69e00515abfa10b43 - - default default] Tap Mirror: Handle Delete Port: fe848379-cc48-4ab7-99be-d342609915ea 2026-09-10 03:17:29.427 8 INFO neutron.db.l3_db [req-f4464a88-9af5-4fae-a1c2-0d0d147c4a4e req-9375ab7d-cf16-4683-81ea-1ef9e6f7fa28 59dd3aed9e564ab7ab93ffe67ebf48d6 f7b9f43795954ab69e00515abfa10b43 - - default default] Floating IP a9aafe17-1a1b-4170-8b75-646f96ae9189 disassociated. External IP: 10.96.250.208, port: fe848379-cc48-4ab7-99be-d342609915ea. [pid: 7|app: 0|req: 886/1716] 162.253.55.155 () {34 vars in 986 bytes} [Thu Sep 10 03:17:29 2026] GET /v2.0/networks?id=17bda8ff-3c3a-4753-88c5-f2508e4b8f3f => generated 704 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 887/1717] 162.253.55.155 () {34 vars in 1050 bytes} [Thu Sep 10 03:17:29 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=a7f380ed095443cab90f738d37acd72b => generated 179 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 831/1718] 162.253.55.155 () {36 vars in 997 bytes} [Thu Sep 10 03:17:29 2026] DELETE /v2.0/ports/fe848379-cc48-4ab7-99be-d342609915ea => generated 0 bytes in 603 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-09-10 03:17:29.821 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-e4c39328-383b-4b13-85cb-ab78d05df655'] response: {'server_uuid': '1b1e6e73-83a7-42e9-97e2-e578454755bf', 'name': 'network-vif-deleted', 'tag': 'fe848379-cc48-4ab7-99be-d342609915ea', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 888/1719] 162.253.55.155 () {38 vars in 955 bytes} [Thu Sep 10 03:17:29 2026] POST /v2.0/ports => generated 1183 bytes in 529 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: 889/1720] 10.0.0.206 () {34 vars in 990 bytes} [Thu Sep 10 03:17:30 2026] GET /v2.0/ports?device_id=03292a3c-0bbb-4371-b192-c93aed62dc51 => generated 12 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 890/1721] 10.0.0.206 () {34 vars in 990 bytes} [Thu Sep 10 03:17:30 2026] GET /v2.0/ports?device_id=502162e0-6513-4c84-919b-4b0a71b1e38a => generated 1186 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 891/1722] 10.0.0.206 () {34 vars in 1040 bytes} [Thu Sep 10 03:17:30 2026] GET /v2.0/security-groups?id=b37203c8-ab89-46a4-a11f-40a4150c43a4&fields=id&fields=name => generated 112 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 892/1723] 10.0.0.206 () {34 vars in 990 bytes} [Thu Sep 10 03:17:30 2026] GET /v2.0/ports?device_id=1b1e6e73-83a7-42e9-97e2-e578454755bf => generated 12 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 832/1724] 162.253.55.155 () {38 vars in 1028 bytes} [Thu Sep 10 03:17:30 2026] PUT /v2.0/ports/6ee67965-0363-4b1a-9045-895d454a47f0 => generated 1464 bytes in 441 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 893/1725] 10.0.0.206 () {34 vars in 990 bytes} [Thu Sep 10 03:17:31 2026] GET /v2.0/ports?device_id=03292a3c-0bbb-4371-b192-c93aed62dc51 => generated 12 bytes in 18 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: 833/1726] 10.0.0.206 () {34 vars in 990 bytes} [Thu Sep 10 03:17:31 2026] GET /v2.0/ports?device_id=1b1e6e73-83a7-42e9-97e2-e578454755bf => generated 12 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 894/1727] 162.253.55.155 () {34 vars in 1080 bytes} [Thu Sep 10 03:17:31 2026] GET /v2.0/ports?tenant_id=a7f380ed095443cab90f738d37acd72b&device_id=502162e0-6513-4c84-919b-4b0a71b1e38a => generated 1467 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 834/1728] 162.253.55.155 () {34 vars in 1058 bytes} [Thu Sep 10 03:17:31 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.221&port_id=6ee67965-0363-4b1a-9045-895d454a47f0 => 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: 895/1729] 162.253.55.155 () {34 vars in 1104 bytes} [Thu Sep 10 03:17:31 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A2fd&port_id=6ee67965-0363-4b1a-9045-895d454a47f0 => generated 19 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 835/1730] 162.253.55.155 () {34 vars in 1064 bytes} [Thu Sep 10 03:17:31 2026] GET /v2.0/subnets?id=57dcdc46-d15e-4dc0-ae79-13e09fdeddae&id=cf05b558-9c46-440f-8075-f9bc4f061746 => generated 1410 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 896/1731] 162.253.55.155 () {34 vars in 1052 bytes} [Thu Sep 10 03:17:31 2026] GET /v2.0/ports?network_id=17bda8ff-3c3a-4753-88c5-f2508e4b8f3f&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: 836/1732] 162.253.55.155 () {34 vars in 1052 bytes} [Thu Sep 10 03:17:31 2026] GET /v2.0/ports?network_id=17bda8ff-3c3a-4753-88c5-f2508e4b8f3f&device_owner=network%3Adhcp => generated 1457 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 897/1733] 162.253.55.155 () {34 vars in 1012 bytes} [Thu Sep 10 03:17:31 2026] GET /v2.0/networks/17bda8ff-3c3a-4753-88c5-f2508e4b8f3f?fields=segments => generated 14 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-09-10 03:17:31.861 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-bbc7562f-860e-4130-955c-3af03823bc46'] response: {'name': 'network-changed', 'server_uuid': '502162e0-6513-4c84-919b-4b0a71b1e38a', 'tag': '6ee67965-0363-4b1a-9045-895d454a47f0', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 837/1734] 162.253.55.155 () {34 vars in 1112 bytes} [Thu Sep 10 03:17:31 2026] GET /v2.0/networks/17bda8ff-3c3a-4753-88c5-f2508e4b8f3f?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 898/1735] 10.0.0.206 () {34 vars in 990 bytes} [Thu Sep 10 03:17:32 2026] GET /v2.0/ports?device_id=03292a3c-0bbb-4371-b192-c93aed62dc51 => generated 12 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 838/1736] 10.0.0.206 () {34 vars in 990 bytes} [Thu Sep 10 03:17:32 2026] GET /v2.0/ports?device_id=1b1e6e73-83a7-42e9-97e2-e578454755bf => 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: 899/1737] 162.253.55.155 () {34 vars in 1080 bytes} [Thu Sep 10 03:17:32 2026] GET /v2.0/ports?tenant_id=a7f380ed095443cab90f738d37acd72b&device_id=502162e0-6513-4c84-919b-4b0a71b1e38a => generated 1467 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 839/1738] 162.253.55.155 () {34 vars in 986 bytes} [Thu Sep 10 03:17:32 2026] GET /v2.0/networks?id=17bda8ff-3c3a-4753-88c5-f2508e4b8f3f => generated 800 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 900/1739] 162.253.55.155 () {34 vars in 1058 bytes} [Thu Sep 10 03:17:33 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.221&port_id=6ee67965-0363-4b1a-9045-895d454a47f0 => 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: 840/1740] 162.253.55.155 () {34 vars in 1104 bytes} [Thu Sep 10 03:17:33 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A2fd&port_id=6ee67965-0363-4b1a-9045-895d454a47f0 => 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: 901/1741] 162.253.55.155 () {34 vars in 1064 bytes} [Thu Sep 10 03:17:33 2026] GET /v2.0/subnets?id=57dcdc46-d15e-4dc0-ae79-13e09fdeddae&id=cf05b558-9c46-440f-8075-f9bc4f061746 => generated 1410 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 841/1742] 162.253.55.155 () {34 vars in 1052 bytes} [Thu Sep 10 03:17:33 2026] GET /v2.0/ports?network_id=17bda8ff-3c3a-4753-88c5-f2508e4b8f3f&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: 902/1743] 162.253.55.155 () {34 vars in 1052 bytes} [Thu Sep 10 03:17:33 2026] GET /v2.0/ports?network_id=17bda8ff-3c3a-4753-88c5-f2508e4b8f3f&device_owner=network%3Adhcp => generated 1457 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 842/1744] 162.253.55.155 () {34 vars in 1012 bytes} [Thu Sep 10 03:17:33 2026] GET /v2.0/networks/17bda8ff-3c3a-4753-88c5-f2508e4b8f3f?fields=segments => generated 14 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 903/1745] 162.253.55.155 () {34 vars in 1112 bytes} [Thu Sep 10 03:17:33 2026] GET /v2.0/networks/17bda8ff-3c3a-4753-88c5-f2508e4b8f3f?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 843/1746] 162.253.55.155 () {34 vars in 986 bytes} [Thu Sep 10 03:17:33 2026] GET /v2.0/networks?id=b30d59d2-9425-42bf-80fa-2731a3fd18c2 => generated 660 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 904/1747] 10.0.0.206 () {34 vars in 990 bytes} [Thu Sep 10 03:17:33 2026] GET /v2.0/ports?device_id=03292a3c-0bbb-4371-b192-c93aed62dc51 => 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: 844/1748] 162.253.55.155 () {34 vars in 1050 bytes} [Thu Sep 10 03:17:33 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=378ac8b42fb34057b2dd9be04688668c => generated 180 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 845/1749] 10.0.0.206 () {34 vars in 990 bytes} [Thu Sep 10 03:17:33 2026] GET /v2.0/ports?device_id=1b1e6e73-83a7-42e9-97e2-e578454755bf => 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: 905/1750] 162.253.55.155 () {38 vars in 955 bytes} [Thu Sep 10 03:17:33 2026] POST /v2.0/ports => generated 954 bytes in 390 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 846/1751] 162.253.55.155 () {38 vars in 1028 bytes} [Thu Sep 10 03:17:34 2026] PUT /v2.0/ports/9df7f969-136b-4b40-bba8-ec3d38daad82 => generated 1235 bytes in 420 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-09-10 03:17:34.490 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-2e49c52e-3684-4d6c-ab60-8834251282c7'] response: {'name': 'network-changed', 'server_uuid': '03292a3c-0bbb-4371-b192-c93aed62dc51', 'tag': '9df7f969-136b-4b40-bba8-ec3d38daad82', 'status': 'completed', 'code': 200} /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 906/1752] 10.0.0.206 () {34 vars in 990 bytes} [Thu Sep 10 03:17:34 2026] GET /v2.0/ports?device_id=03292a3c-0bbb-4371-b192-c93aed62dc51 => generated 969 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 847/1753] 10.0.0.206 () {34 vars in 1040 bytes} [Thu Sep 10 03:17:34 2026] GET /v2.0/security-groups?id=d3950917-6755-406e-995c-e09b9d6bb93b&fields=id&fields=name => generated 113 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 907/1754] 10.0.0.146 () {32 vars in 740 bytes} [Thu Sep 10 03:17:34 2026] DELETE /v2.0/security-groups/54181970-8207-4586-94d7-5ae611f2bfc5 => generated 0 bytes in 123 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-09-10 03:17:34.966 8 INFO neutron.api.v2.resource [None req-e18e53b5-5e26-40f3-b631-955c24799c3f 59dd3aed9e564ab7ab93ffe67ebf48d6 f7b9f43795954ab69e00515abfa10b43 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 848/1755] 10.0.0.146 () {32 vars in 737 bytes} [Thu Sep 10 03:17:34 2026] GET /v2.0/security-groups/54181970-8207-4586-94d7-5ae611f2bfc5 => generated 146 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 849/1756] 162.253.55.155 () {34 vars in 1080 bytes} [Thu Sep 10 03:17:34 2026] GET /v2.0/ports?tenant_id=378ac8b42fb34057b2dd9be04688668c&device_id=03292a3c-0bbb-4371-b192-c93aed62dc51 => generated 1238 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-09-10 03:17:35.056 7 INFO neutron_taas.services.taas.taas_plugin [None req-2c22fe0c-0aaa-46b8-a3bc-007acc305152 59dd3aed9e564ab7ab93ffe67ebf48d6 f7b9f43795954ab69e00515abfa10b43 - - default default] TaaS: Handle Delete Port: 3bb52ba8-1ef6-48fa-9ec6-b511889b82fb 2026-09-10 03:17:35.058 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2c22fe0c-0aaa-46b8-a3bc-007acc305152 59dd3aed9e564ab7ab93ffe67ebf48d6 f7b9f43795954ab69e00515abfa10b43 - - default default] Tap Mirror: Handle Delete Port: 3bb52ba8-1ef6-48fa-9ec6-b511889b82fb [pid: 8|app: 0|req: 850/1757] 162.253.55.155 () {34 vars in 1018 bytes} [Thu Sep 10 03:17:35 2026] GET /v2.0/networks?tenant_id=378ac8b42fb34057b2dd9be04688668c&shared=False => generated 755 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 851/1758] 162.253.55.155 () {34 vars in 930 bytes} [Thu Sep 10 03:17:35 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 908/1759] 10.0.0.146 () {32 vars in 732 bytes} [Thu Sep 10 03:17:34 2026] DELETE /v2.0/floatingips/a9aafe17-1a1b-4170-8b75-646f96ae9189 => generated 0 bytes in 226 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 909/1760] 10.0.0.206 () {34 vars in 990 bytes} [Thu Sep 10 03:17:35 2026] GET /v2.0/ports?device_id=502162e0-6513-4c84-919b-4b0a71b1e38a => generated 1200 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 910/1761] 10.0.0.206 () {34 vars in 1040 bytes} [Thu Sep 10 03:17:35 2026] GET /v2.0/security-groups?id=b37203c8-ab89-46a4-a11f-40a4150c43a4&fields=id&fields=name => generated 112 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 911/1762] 10.0.0.206 () {34 vars in 990 bytes} [Thu Sep 10 03:17:35 2026] GET /v2.0/ports?device_id=03292a3c-0bbb-4371-b192-c93aed62dc51 => generated 969 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 912/1763] 10.0.0.206 () {34 vars in 1040 bytes} [Thu Sep 10 03:17:35 2026] GET /v2.0/security-groups?id=d3950917-6755-406e-995c-e09b9d6bb93b&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-09-10 03:17:36.004 8 INFO neutron_taas.services.taas.taas_plugin [None req-cf21c60c-eac3-4db6-bd5a-8df5d9e87680 2dcafeabbd18499d9be13b4c6b2b81df e99512c22f4c438895442732cf452151 - - default default] TaaS: Handle Delete Port: 3496172d-030c-4c12-9672-68911aa1c144 2026-09-10 03:17:36.006 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-cf21c60c-eac3-4db6-bd5a-8df5d9e87680 2dcafeabbd18499d9be13b4c6b2b81df e99512c22f4c438895442732cf452151 - - default default] Tap Mirror: Handle Delete Port: 3496172d-030c-4c12-9672-68911aa1c144 [pid: 7|app: 0|req: 913/1764] 162.253.55.155 () {34 vars in 1080 bytes} [Thu Sep 10 03:17:36 2026] GET /v2.0/ports?tenant_id=378ac8b42fb34057b2dd9be04688668c&device_id=03292a3c-0bbb-4371-b192-c93aed62dc51 => generated 1238 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 914/1765] 162.253.55.155 () {34 vars in 1058 bytes} [Thu Sep 10 03:17:36 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.3&port_id=9df7f969-136b-4b40-bba8-ec3d38daad82 => 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: 852/1766] 10.0.0.146 () {34 vars in 789 bytes} [Thu Sep 10 03:17:35 2026] PUT /v2.0/routers/797ee28f-bf2e-428d-bce4-a432401a1b30/remove_router_interface => generated 309 bytes in 1331 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-09-10 03:17:36.737 8 INFO neutron_taas.services.taas.taas_plugin [None req-6823b720-d30f-47e7-a001-d4d547c88ddc 2dcafeabbd18499d9be13b4c6b2b81df e99512c22f4c438895442732cf452151 - - default default] TaaS: Handle Delete Port: 150abc62-ba52-488c-a538-634fdcc4bc9d 2026-09-10 03:17:36.741 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6823b720-d30f-47e7-a001-d4d547c88ddc 2dcafeabbd18499d9be13b4c6b2b81df e99512c22f4c438895442732cf452151 - - default default] Tap Mirror: Handle Delete Port: 150abc62-ba52-488c-a538-634fdcc4bc9d [pid: 7|app: 0|req: 915/1767] 162.253.55.155 () {34 vars in 984 bytes} [Thu Sep 10 03:17:36 2026] GET /v2.0/subnets?id=afda4cea-af7d-40f8-9308-8bae4e4e5938 => generated 677 bytes in 493 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 916/1768] 162.253.55.155 () {34 vars in 1052 bytes} [Thu Sep 10 03:17:36 2026] GET /v2.0/ports?network_id=b30d59d2-9425-42bf-80fa-2731a3fd18c2&device_owner=network%3Adhcp => generated 1242 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 917/1769] 162.253.55.155 () {34 vars in 1012 bytes} [Thu Sep 10 03:17:36 2026] GET /v2.0/networks/b30d59d2-9425-42bf-80fa-2731a3fd18c2?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: 918/1770] 162.253.55.155 () {34 vars in 1112 bytes} [Thu Sep 10 03:17:36 2026] GET /v2.0/networks/b30d59d2-9425-42bf-80fa-2731a3fd18c2?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-09-10 03:17:36.966 8 INFO neutron_taas.services.taas.taas_plugin [None req-6823b720-d30f-47e7-a001-d4d547c88ddc 2dcafeabbd18499d9be13b4c6b2b81df e99512c22f4c438895442732cf452151 - - default default] TaaS: Handle Delete Port: 1f3f2313-fd44-4761-aee7-e4f8434a02ec 2026-09-10 03:17:36.968 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6823b720-d30f-47e7-a001-d4d547c88ddc 2dcafeabbd18499d9be13b4c6b2b81df e99512c22f4c438895442732cf452151 - - default default] Tap Mirror: Handle Delete Port: 1f3f2313-fd44-4761-aee7-e4f8434a02ec [pid: 7|app: 0|req: 919/1771] 10.0.0.206 () {34 vars in 990 bytes} [Thu Sep 10 03:17:37 2026] GET /v2.0/ports?device_id=03292a3c-0bbb-4371-b192-c93aed62dc51 => generated 969 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 920/1772] 10.0.0.206 () {34 vars in 1040 bytes} [Thu Sep 10 03:17:37 2026] GET /v2.0/security-groups?id=d3950917-6755-406e-995c-e09b9d6bb93b&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-09-10 03:17:37.328 8 INFO neutron.services.segments.plugin [-] Segment 1d3ba148-35e9-47c1-b042-02af695c3287 resource provider aggregate not found 2026-09-10 03:17:37.332 8 INFO neutron.services.segments.plugin [-] Segment 1d3ba148-35e9-47c1-b042-02af695c3287 resource provider aggregate not found 2026-09-10 03:17:37.346 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 1d3ba148-35e9-47c1-b042-02af695c3287 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1d3ba148-35e9-47c1-b042-02af695c3287 found for delete ", "request_id": "req-a5b88b30-99bc-46dd-978c-1d1ea1411286"}]} 2026-09-10 03:17:37.356 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 1d3ba148-35e9-47c1-b042-02af695c3287 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1d3ba148-35e9-47c1-b042-02af695c3287 found for delete ", "request_id": "req-f81c80d7-8382-4c04-a4f1-5cac9b661d91"}]} 2026-09-10 03:17:37.365 8 INFO neutron.db.l3_hamode_db [None req-6823b720-d30f-47e7-a001-d4d547c88ddc 2dcafeabbd18499d9be13b4c6b2b81df e99512c22f4c438895442732cf452151 - - default default] HA network 8456b1d5-ba4b-4fca-b04d-c16988f77d42 was deleted as no HA routers are present in tenant f7b9f43795954ab69e00515abfa10b43. [pid: 8|app: 0|req: 853/1773] 10.0.0.146 () {32 vars in 724 bytes} [Thu Sep 10 03:17:36 2026] DELETE /v2.0/routers/797ee28f-bf2e-428d-bce4-a432401a1b30 => generated 0 bytes in 834 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 921/1774] 10.0.0.146 () {32 vars in 724 bytes} [Thu Sep 10 03:17:37 2026] DELETE /v2.0/subnets/f05d093d-6af8-4646-a472-de743439cf5a => generated 0 bytes in 178 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-09-10 03:17:37.704 8 INFO neutron_taas.services.taas.taas_plugin [None req-0c6116a7-22ee-488b-be69-fb4209d361d2 2dcafeabbd18499d9be13b4c6b2b81df e99512c22f4c438895442732cf452151 - - default default] TaaS: Handle Delete Port: 96623034-b27e-4484-98a4-a9784df6a809 2026-09-10 03:17:37.708 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0c6116a7-22ee-488b-be69-fb4209d361d2 2dcafeabbd18499d9be13b4c6b2b81df e99512c22f4c438895442732cf452151 - - default default] Tap Mirror: Handle Delete Port: 96623034-b27e-4484-98a4-a9784df6a809 [pid: 8|app: 0|req: 854/1775] 10.0.0.146 () {32 vars in 726 bytes} [Thu Sep 10 03:17:37 2026] DELETE /v2.0/networks/bd74f147-62b9-4837-b91f-6b9f7122777e => generated 0 bytes in 295 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 922/1776] 10.0.0.146 () {32 vars in 774 bytes} [Thu Sep 10 03:17:38 2026] GET /v2.0/security-groups?tenant_id=f7b9f43795954ab69e00515abfa10b43&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: 923/1777] 10.0.0.206 () {34 vars in 990 bytes} [Thu Sep 10 03:17:38 2026] GET /v2.0/ports?device_id=03292a3c-0bbb-4371-b192-c93aed62dc51 => generated 969 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 855/1778] 10.0.0.146 () {32 vars in 740 bytes} [Thu Sep 10 03:17:38 2026] DELETE /v2.0/security-groups/1117dcb4-f85f-4b68-aa9c-69ea3b307227 => generated 0 bytes in 134 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 924/1779] 10.0.0.206 () {34 vars in 1040 bytes} [Thu Sep 10 03:17:38 2026] GET /v2.0/security-groups?id=d3950917-6755-406e-995c-e09b9d6bb93b&fields=id&fields=name => generated 113 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-09-10 03:17:39.372 8 INFO neutron.services.segments.plugin [-] Segment a129c83f-3497-45d2-b99d-5537f77b2c57 resource provider aggregate not found 2026-09-10 03:17:39.376 8 INFO neutron.services.segments.plugin [-] Segment a129c83f-3497-45d2-b99d-5537f77b2c57 resource provider aggregate not found 2026-09-10 03:17:39.396 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment a129c83f-3497-45d2-b99d-5537f77b2c57 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a129c83f-3497-45d2-b99d-5537f77b2c57 found for delete ", "request_id": "req-42f11593-606c-4fa1-82fa-d70f3341472e"}]} 2026-09-10 03:17:39.398 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment a129c83f-3497-45d2-b99d-5537f77b2c57 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a129c83f-3497-45d2-b99d-5537f77b2c57 found for delete ", "request_id": "req-865fa970-703f-405f-abb8-da6712a4af65"}]} [pid: 8|app: 0|req: 856/1780] 10.0.0.206 () {34 vars in 990 bytes} [Thu Sep 10 03:17:39 2026] GET /v2.0/ports?device_id=03292a3c-0bbb-4371-b192-c93aed62dc51 => generated 969 bytes in 97 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 925/1781] 10.0.0.206 () {34 vars in 1040 bytes} [Thu Sep 10 03:17:39 2026] GET /v2.0/security-groups?id=d3950917-6755-406e-995c-e09b9d6bb93b&fields=id&fields=name => generated 113 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 858/1784] 10.0.0.206 () {34 vars in 990 bytes} [Thu Sep 10 03:17:40 2026] GET /v2.0/ports?device_id=03292a3c-0bbb-4371-b192-c93aed62dc51 => generated 969 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 859/1785] 10.0.0.206 () {34 vars in 1040 bytes} [Thu Sep 10 03:17:40 2026] GET /v2.0/security-groups?id=d3950917-6755-406e-995c-e09b9d6bb93b&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: 927/1786] 10.0.0.206 () {34 vars in 990 bytes} [Thu Sep 10 03:17:40 2026] GET /v2.0/ports?device_id=502162e0-6513-4c84-919b-4b0a71b1e38a => generated 1200 bytes in 117 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 860/1787] 10.0.0.206 () {34 vars in 1040 bytes} [Thu Sep 10 03:17:40 2026] GET /v2.0/security-groups?id=b37203c8-ab89-46a4-a11f-40a4150c43a4&fields=id&fields=name => generated 112 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 928/1788] 10.0.0.146 () {32 vars in 818 bytes} [Thu Sep 10 03:17:40 2026] GET /v2.0/ports?network_id=17bda8ff-3c3a-4753-88c5-f2508e4b8f3f&mac_address=fa%3A16%3A3e%3A6b%3A97%3A7c => generated 1200 bytes in 122 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 929/1789] 10.0.0.206 () {34 vars in 990 bytes} [Thu Sep 10 03:17:41 2026] GET /v2.0/ports?device_id=03292a3c-0bbb-4371-b192-c93aed62dc51 => generated 971 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-09-10 03:17:41.867 8 INFO neutron.db.l3_db [None req-e45f512e-19c6-475c-8c1b-47518ef398a7 c411b36244e5497abad677d6500d0628 a7f380ed095443cab90f738d37acd72b - - default default] Floating IP 66e5e2bb-9d63-4904-b078-fa084fe0e6fd associated. External IP: 10.96.250.204, port: 6ee67965-0363-4b1a-9045-895d454a47f0. [pid: 7|app: 0|req: 930/1790] 10.0.0.206 () {34 vars in 1040 bytes} [Thu Sep 10 03:17:41 2026] GET /v2.0/security-groups?id=d3950917-6755-406e-995c-e09b9d6bb93b&fields=id&fields=name => generated 113 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 861/1791] 10.0.0.146 () {34 vars in 677 bytes} [Thu Sep 10 03:17:40 2026] POST /v2.0/floatingips => generated 855 bytes in 1277 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-09-10 03:17:42.265 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-b4942c21-d849-49db-84ad-7f7f7254e2b6'] response: {'name': 'network-changed', 'server_uuid': '502162e0-6513-4c84-919b-4b0a71b1e38a', 'tag': '6ee67965-0363-4b1a-9045-895d454a47f0', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 931/1792] 10.0.0.206 () {34 vars in 1096 bytes} [Thu Sep 10 03:17:42 2026] GET /v2.0/security-groups?name=tempest-lb_member_SG-1989581661&fields=id&tenant_id=a7f380ed095443cab90f738d37acd72b => generated 69 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 862/1793] 10.0.0.206 () {34 vars in 982 bytes} [Thu Sep 10 03:17:42 2026] GET /v2.0/networks?id=659f7a41-dcb7-4183-a178-dab2a543c824 => generated 705 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 932/1794] 10.0.0.206 () {34 vars in 965 bytes} [Thu Sep 10 03:17:42 2026] GET /v2.0/quotas/a7f380ed095443cab90f738d37acd72b => generated 292 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 863/1795] 10.0.0.206 () {34 vars in 1002 bytes} [Thu Sep 10 03:17:42 2026] GET /v2.0/ports?tenant_id=a7f380ed095443cab90f738d37acd72b&fields=id => generated 333 bytes in 192 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 933/1796] 10.0.0.206 () {34 vars in 1008 bytes} [Thu Sep 10 03:17:42 2026] GET /v2.0/networks/659f7a41-dcb7-4183-a178-dab2a543c824?fields=segments => generated 14 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 864/1797] 10.0.0.206 () {34 vars in 1108 bytes} [Thu Sep 10 03:17:42 2026] GET /v2.0/networks/659f7a41-dcb7-4183-a178-dab2a543c824?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 934/1798] 162.253.55.155 () {34 vars in 1080 bytes} [Thu Sep 10 03:17:42 2026] GET /v2.0/ports?tenant_id=a7f380ed095443cab90f738d37acd72b&device_id=502162e0-6513-4c84-919b-4b0a71b1e38a => generated 1469 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 865/1799] 162.253.55.155 () {34 vars in 986 bytes} [Thu Sep 10 03:17:42 2026] GET /v2.0/networks?id=17bda8ff-3c3a-4753-88c5-f2508e4b8f3f => generated 800 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 935/1800] 162.253.55.155 () {34 vars in 1058 bytes} [Thu Sep 10 03:17:42 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.221&port_id=6ee67965-0363-4b1a-9045-895d454a47f0 => generated 858 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 866/1801] 10.0.0.206 () {34 vars in 990 bytes} [Thu Sep 10 03:17:42 2026] GET /v2.0/ports?device_id=1bf6fa33-519e-464f-ac67-827a73056106 => 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: 936/1802] 162.253.55.155 () {34 vars in 1104 bytes} [Thu Sep 10 03:17:42 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A2fd&port_id=6ee67965-0363-4b1a-9045-895d454a47f0 => generated 19 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 867/1803] 10.0.0.206 () {34 vars in 990 bytes} [Thu Sep 10 03:17:42 2026] GET /v2.0/ports?device_id=03292a3c-0bbb-4371-b192-c93aed62dc51 => 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: 937/1804] 162.253.55.155 () {34 vars in 1064 bytes} [Thu Sep 10 03:17:43 2026] GET /v2.0/subnets?id=57dcdc46-d15e-4dc0-ae79-13e09fdeddae&id=cf05b558-9c46-440f-8075-f9bc4f061746 => generated 1410 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 868/1805] 10.0.0.206 () {34 vars in 1040 bytes} [Thu Sep 10 03:17:43 2026] GET /v2.0/security-groups?id=d3950917-6755-406e-995c-e09b9d6bb93b&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: 938/1806] 162.253.55.155 () {34 vars in 1052 bytes} [Thu Sep 10 03:17:43 2026] GET /v2.0/ports?network_id=17bda8ff-3c3a-4753-88c5-f2508e4b8f3f&device_owner=network%3Adhcp => generated 1457 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 869/1807] 162.253.55.155 () {34 vars in 1052 bytes} [Thu Sep 10 03:17:43 2026] GET /v2.0/ports?network_id=17bda8ff-3c3a-4753-88c5-f2508e4b8f3f&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: 939/1808] 10.0.0.206 () {34 vars in 990 bytes} [Thu Sep 10 03:17:43 2026] GET /v2.0/ports?device_id=03292a3c-0bbb-4371-b192-c93aed62dc51 => generated 971 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 870/1809] 162.253.55.155 () {34 vars in 1012 bytes} [Thu Sep 10 03:17:43 2026] GET /v2.0/networks/17bda8ff-3c3a-4753-88c5-f2508e4b8f3f?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: 940/1810] 162.253.55.155 () {34 vars in 1112 bytes} [Thu Sep 10 03:17:43 2026] GET /v2.0/networks/17bda8ff-3c3a-4753-88c5-f2508e4b8f3f?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 871/1811] 10.0.0.206 () {34 vars in 1040 bytes} [Thu Sep 10 03:17:43 2026] GET /v2.0/security-groups?id=d3950917-6755-406e-995c-e09b9d6bb93b&fields=id&fields=name => generated 113 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 941/1812] 10.0.0.146 () {32 vars in 736 bytes} [Thu Sep 10 03:17:43 2026] GET /v2.0/ports?device_id=03292a3c-0bbb-4371-b192-c93aed62dc51 => generated 1240 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 942/1813] 10.0.0.146 () {32 vars in 774 bytes} [Thu Sep 10 03:17:43 2026] GET /v2.0/security-groups?tenant_id=8708454066584fd38dee713288f46b3b&name=default => generated 2925 bytes in 354 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 943/1814] 10.0.0.146 () {32 vars in 740 bytes} [Thu Sep 10 03:17:44 2026] DELETE /v2.0/security-groups/fc017ce9-99b3-4af4-8891-56442884f2d6 => generated 0 bytes in 121 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-09-10 03:17:44.307 8 INFO neutron.db.l3_db [None req-547bf5c9-b77d-4bde-9fcd-69eb1ed813eb a55a99e15fd94481a2a42f0c24079f2a 378ac8b42fb34057b2dd9be04688668c - - default default] Floating IP 48504221-4b91-4875-8037-4c343ef35b51 associated. External IP: 10.96.250.218, port: 9df7f969-136b-4b40-bba8-ec3d38daad82. [pid: 7|app: 0|req: 944/1815] 10.0.0.146 () {32 vars in 774 bytes} [Thu Sep 10 03:17:44 2026] GET /v2.0/security-groups?tenant_id=5ba4a4676c2a4e5390666bef02465f93&name=default => generated 2925 bytes in 106 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 872/1816] 10.0.0.146 () {34 vars in 677 bytes} [Thu Sep 10 03:17:43 2026] POST /v2.0/floatingips => generated 855 bytes in 1304 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 945/1817] 10.0.0.146 () {32 vars in 740 bytes} [Thu Sep 10 03:17:44 2026] DELETE /v2.0/security-groups/bdf4aae4-0cf1-4725-b5c8-90f44491d182 => generated 0 bytes in 133 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 873/1818] 10.0.0.146 () {32 vars in 729 bytes} [Thu Sep 10 03:17:44 2026] GET /v2.0/floatingips/48504221-4b91-4875-8037-4c343ef35b51 => generated 855 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-09-10 03:17:44.711 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-7459efce-6d3e-4ad7-adeb-03d2d6822b99'] response: {'name': 'network-changed', 'server_uuid': '03292a3c-0bbb-4371-b192-c93aed62dc51', 'tag': '9df7f969-136b-4b40-bba8-ec3d38daad82', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 946/1819] 162.253.55.155 () {34 vars in 1080 bytes} [Thu Sep 10 03:17:45 2026] GET /v2.0/ports?tenant_id=378ac8b42fb34057b2dd9be04688668c&device_id=03292a3c-0bbb-4371-b192-c93aed62dc51 => generated 1240 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 874/1820] 162.253.55.155 () {34 vars in 986 bytes} [Thu Sep 10 03:17:45 2026] GET /v2.0/networks?id=b30d59d2-9425-42bf-80fa-2731a3fd18c2 => generated 755 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 947/1821] 162.253.55.155 () {34 vars in 1058 bytes} [Thu Sep 10 03:17:45 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.3&port_id=9df7f969-136b-4b40-bba8-ec3d38daad82 => generated 858 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 875/1822] 162.253.55.155 () {34 vars in 984 bytes} [Thu Sep 10 03:17:45 2026] GET /v2.0/subnets?id=afda4cea-af7d-40f8-9308-8bae4e4e5938 => generated 677 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 948/1823] 162.253.55.155 () {34 vars in 1052 bytes} [Thu Sep 10 03:17:45 2026] GET /v2.0/ports?network_id=b30d59d2-9425-42bf-80fa-2731a3fd18c2&device_owner=network%3Adhcp => generated 1244 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 876/1824] 162.253.55.155 () {34 vars in 1012 bytes} [Thu Sep 10 03:17:45 2026] GET /v2.0/networks/b30d59d2-9425-42bf-80fa-2731a3fd18c2?fields=segments => generated 14 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 949/1825] 162.253.55.155 () {34 vars in 1112 bytes} [Thu Sep 10 03:17:45 2026] GET /v2.0/networks/b30d59d2-9425-42bf-80fa-2731a3fd18c2?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 877/1826] 10.0.0.146 () {32 vars in 729 bytes} [Thu Sep 10 03:17:45 2026] GET /v2.0/floatingips/48504221-4b91-4875-8037-4c343ef35b51 => generated 855 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 950/1827] 10.0.0.146 () {32 vars in 729 bytes} [Thu Sep 10 03:17:46 2026] GET /v2.0/floatingips/48504221-4b91-4875-8037-4c343ef35b51 => generated 857 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 951/1828] 162.253.55.155 () {34 vars in 986 bytes} [Thu Sep 10 03:17:47 2026] GET /v2.0/networks?id=659f7a41-dcb7-4183-a178-dab2a543c824 => generated 705 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 952/1829] 162.253.55.155 () {34 vars in 1050 bytes} [Thu Sep 10 03:17:47 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=a7f380ed095443cab90f738d37acd72b => generated 179 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 878/1830] 10.0.0.146 () {32 vars in 774 bytes} [Thu Sep 10 03:17:47 2026] GET /v2.0/security-groups?tenant_id=5741a214914d4e57b2581656516b4ebc&name=default => generated 2925 bytes in 293 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 879/1831] 10.0.0.146 () {32 vars in 740 bytes} [Thu Sep 10 03:17:47 2026] DELETE /v2.0/security-groups/4f9dbe80-e826-4ced-a2f6-ebedfdc1cde7 => generated 0 bytes in 128 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 953/1832] 162.253.55.155 () {38 vars in 955 bytes} [Thu Sep 10 03:17:47 2026] POST /v2.0/ports => generated 1187 bytes in 434 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: 954/1833] 10.0.0.206 () {34 vars in 990 bytes} [Thu Sep 10 03:17:48 2026] GET /v2.0/ports?device_id=1bf6fa33-519e-464f-ac67-827a73056106 => generated 1190 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 955/1834] 10.0.0.206 () {34 vars in 1040 bytes} [Thu Sep 10 03:17:48 2026] GET /v2.0/security-groups?id=b37203c8-ab89-46a4-a11f-40a4150c43a4&fields=id&fields=name => generated 112 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 880/1835] 162.253.55.155 () {38 vars in 1028 bytes} [Thu Sep 10 03:17:47 2026] PUT /v2.0/ports/2f8ed108-cff8-42ba-9ec0-4fb424d62834 => generated 1468 bytes in 581 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-09-10 03:17:48.526 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-27ba862f-dc1d-4dbe-907e-dd07d24af51b'] response: {'name': 'network-changed', 'server_uuid': '1bf6fa33-519e-464f-ac67-827a73056106', 'tag': '2f8ed108-cff8-42ba-9ec0-4fb424d62834', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 956/1836] 162.253.55.155 () {34 vars in 1080 bytes} [Thu Sep 10 03:17:49 2026] GET /v2.0/ports?tenant_id=a7f380ed095443cab90f738d37acd72b&device_id=1bf6fa33-519e-464f-ac67-827a73056106 => generated 1471 bytes in 69 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: 881/1837] 162.253.55.155 () {34 vars in 1018 bytes} [Thu Sep 10 03:17:49 2026] GET /v2.0/networks?tenant_id=a7f380ed095443cab90f738d37acd72b&shared=False => generated 2375 bytes in 101 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 957/1838] 162.253.55.155 () {34 vars in 930 bytes} [Thu Sep 10 03:17:49 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 882/1839] 10.0.0.210 () {34 vars in 990 bytes} [Thu Sep 10 03:17:49 2026] GET /v2.0/ports?device_id=502162e0-6513-4c84-919b-4b0a71b1e38a => generated 1469 bytes in 101 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 958/1840] 10.0.0.210 () {34 vars in 1040 bytes} [Thu Sep 10 03:17:49 2026] GET /v2.0/security-groups?id=b37203c8-ab89-46a4-a11f-40a4150c43a4&fields=id&fields=name => generated 112 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 883/1841] 162.253.55.155 () {34 vars in 1080 bytes} [Thu Sep 10 03:17:50 2026] GET /v2.0/ports?tenant_id=a7f380ed095443cab90f738d37acd72b&device_id=1bf6fa33-519e-464f-ac67-827a73056106 => generated 1471 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 959/1842] 162.253.55.155 () {34 vars in 1058 bytes} [Thu Sep 10 03:17:50 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.179&port_id=2f8ed108-cff8-42ba-9ec0-4fb424d62834 => generated 19 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 884/1843] 162.253.55.155 () {34 vars in 1106 bytes} [Thu Sep 10 03:17:50 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A365&port_id=2f8ed108-cff8-42ba-9ec0-4fb424d62834 => 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: 960/1844] 162.253.55.155 () {34 vars in 1064 bytes} [Thu Sep 10 03:17:50 2026] GET /v2.0/subnets?id=272d3d3e-9ea1-487d-93f7-f735888374d0&id=cd3007ff-9465-46e2-a969-1ca079f79080 => generated 1415 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 885/1845] 162.253.55.155 () {34 vars in 1052 bytes} [Thu Sep 10 03:17:50 2026] GET /v2.0/ports?network_id=659f7a41-dcb7-4183-a178-dab2a543c824&device_owner=network%3Adhcp => generated 1461 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 961/1846] 162.253.55.155 () {34 vars in 1052 bytes} [Thu Sep 10 03:17:50 2026] GET /v2.0/ports?network_id=659f7a41-dcb7-4183-a178-dab2a543c824&device_owner=network%3Adhcp => generated 1461 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 886/1847] 162.253.55.155 () {34 vars in 1012 bytes} [Thu Sep 10 03:17:50 2026] GET /v2.0/networks/659f7a41-dcb7-4183-a178-dab2a543c824?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: 962/1848] 162.253.55.155 () {34 vars in 1112 bytes} [Thu Sep 10 03:17:50 2026] GET /v2.0/networks/659f7a41-dcb7-4183-a178-dab2a543c824?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: 887/1849] 10.0.0.210 () {34 vars in 990 bytes} [Thu Sep 10 03:17:52 2026] GET /v2.0/ports?device_id=03292a3c-0bbb-4371-b192-c93aed62dc51 => generated 1240 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 963/1850] 10.0.0.210 () {34 vars in 1040 bytes} [Thu Sep 10 03:17:52 2026] GET /v2.0/security-groups?id=d3950917-6755-406e-995c-e09b9d6bb93b&fields=id&fields=name => generated 113 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 888/1851] 10.0.0.146 () {32 vars in 774 bytes} [Thu Sep 10 03:17:52 2026] GET /v2.0/security-groups?tenant_id=cb5542c0855148d4a98b0b718068dcf2&name=default => generated 2925 bytes in 249 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 964/1852] 10.0.0.146 () {32 vars in 740 bytes} [Thu Sep 10 03:17:52 2026] DELETE /v2.0/security-groups/c99353eb-5952-469e-b47d-e02c57abc826 => 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: 889/1853] 10.0.0.206 () {34 vars in 990 bytes} [Thu Sep 10 03:17:53 2026] GET /v2.0/ports?device_id=1bf6fa33-519e-464f-ac67-827a73056106 => generated 1204 bytes in 99 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 965/1854] 10.0.0.206 () {34 vars in 1040 bytes} [Thu Sep 10 03:17:53 2026] GET /v2.0/security-groups?id=b37203c8-ab89-46a4-a11f-40a4150c43a4&fields=id&fields=name => generated 112 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 890/1855] 10.0.0.146 () {32 vars in 653 bytes} [Thu Sep 10 03:17:54 2026] GET /v2.0/extensions => generated 21537 bytes in 178 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 966/1856] 10.0.0.146 () {32 vars in 681 bytes} [Thu Sep 10 03:17:54 2026] GET /v2.0/extensions/address-group => generated 159 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 891/1857] 10.0.0.146 () {32 vars in 681 bytes} [Thu Sep 10 03:17:54 2026] GET /v2.0/extensions/address-scope => generated 163 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 967/1858] 10.0.0.146 () {32 vars in 729 bytes} [Thu Sep 10 03:17:54 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: 8|app: 0|req: 892/1859] 10.0.0.146 () {32 vars in 665 bytes} [Thu Sep 10 03:17:54 2026] GET /v2.0/extensions/agent => generated 153 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 968/1860] 10.0.0.146 () {32 vars in 699 bytes} [Thu Sep 10 03:17:54 2026] GET /v2.0/extensions/agent-resources-synced => generated 223 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 893/1861] 10.0.0.146 () {32 vars in 697 bytes} [Thu Sep 10 03:17:54 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: 969/1862] 10.0.0.146 () {32 vars in 701 bytes} [Thu Sep 10 03:17:54 2026] GET /v2.0/extensions/auto-allocated-topology => generated 200 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 894/1863] 10.0.0.146 () {32 vars in 689 bytes} [Thu Sep 10 03:17:54 2026] GET /v2.0/extensions/availability_zone => generated 178 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 970/1864] 10.0.0.146 () {32 vars in 703 bytes} [Thu Sep 10 03:17:54 2026] GET /v2.0/extensions/availability_zone_filter => generated 220 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 895/1865] 10.0.0.146 () {32 vars in 693 bytes} [Thu Sep 10 03:17:54 2026] GET /v2.0/extensions/default-subnetpools => generated 211 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 971/1866] 10.0.0.146 () {32 vars in 695 bytes} [Thu Sep 10 03:17:54 2026] GET /v2.0/extensions/dhcp_agent_scheduler => generated 187 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 896/1867] 10.0.0.146 () {32 vars in 685 bytes} [Thu Sep 10 03:17:54 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: 972/1868] 10.0.0.146 () {32 vars in 687 bytes} [Thu Sep 10 03:17:54 2026] GET /v2.0/extensions/dns-domain-ports => generated 205 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 897/1869] 10.0.0.146 () {32 vars in 661 bytes} [Thu Sep 10 03:17:54 2026] GET /v2.0/extensions/dvr => generated 193 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 973/1870] 10.0.0.146 () {32 vars in 699 bytes} [Thu Sep 10 03:17:54 2026] GET /v2.0/extensions/empty-string-filtering => generated 219 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 898/1871] 10.0.0.146 () {32 vars in 679 bytes} [Thu Sep 10 03:17:54 2026] GET /v2.0/extensions/external-net => generated 200 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 974/1872] 10.0.0.146 () {32 vars in 683 bytes} [Thu Sep 10 03:17:54 2026] GET /v2.0/extensions/extra_dhcp_opt => generated 304 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 899/1873] 10.0.0.146 () {32 vars in 675 bytes} [Thu Sep 10 03:17:54 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: 7|app: 0|req: 975/1874] 10.0.0.146 () {32 vars in 689 bytes} [Thu Sep 10 03:17:54 2026] GET /v2.0/extensions/extraroute-atomic => generated 250 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 900/1875] 10.0.0.146 () {32 vars in 723 bytes} [Thu Sep 10 03:17:54 2026] GET /v2.0/extensions/floating-ip-port-forwarding-detail => generated 271 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 976/1876] 10.0.0.146 () {32 vars in 687 bytes} [Thu Sep 10 03:17:54 2026] GET /v2.0/extensions/fip-port-details => generated 212 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 901/1877] 10.0.0.146 () {32 vars in 669 bytes} [Thu Sep 10 03:17:54 2026] GET /v2.0/extensions/flavors => generated 193 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 977/1878] 10.0.0.146 () {32 vars in 687 bytes} [Thu Sep 10 03:17:54 2026] GET /v2.0/extensions/floatingip-pools => generated 188 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 902/1879] 10.0.0.146 () {32 vars in 681 bytes} [Thu Sep 10 03:17:55 2026] GET /v2.0/extensions/ip_allocation => generated 162 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 978/1880] 10.0.0.146 () {32 vars in 699 bytes} [Thu Sep 10 03:17:55 2026] GET /v2.0/extensions/ip-substring-filtering => generated 222 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 903/1881] 10.0.0.146 () {32 vars in 679 bytes} [Thu Sep 10 03:17:55 2026] GET /v2.0/extensions/l2_adjacency => generated 178 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 979/1882] 10.0.0.146 () {32 vars in 667 bytes} [Thu Sep 10 03:17:55 2026] GET /v2.0/extensions/router => generated 256 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 904/1883] 10.0.0.146 () {32 vars in 677 bytes} [Thu Sep 10 03:17:55 2026] GET /v2.0/extensions/ext-gw-mode => generated 268 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 980/1884] 10.0.0.146 () {32 vars in 665 bytes} [Thu Sep 10 03:17:55 2026] GET /v2.0/extensions/l3-ha => 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: 905/1885] 10.0.0.146 () {32 vars in 675 bytes} [Thu Sep 10 03:17:55 2026] GET /v2.0/extensions/l3-flavors => 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: 981/1886] 10.0.0.146 () {32 vars in 713 bytes} [Thu Sep 10 03:17:55 2026] GET /v2.0/extensions/l3-port-ip-change-not-allowed => generated 245 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 906/1887] 10.0.0.146 () {32 vars in 691 bytes} [Thu Sep 10 03:17:55 2026] GET /v2.0/extensions/l3_agent_scheduler => generated 180 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 982/1888] 10.0.0.146 () {32 vars in 683 bytes} [Thu Sep 10 03:17:55 2026] GET /v2.0/extensions/multi-provider => generated 212 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 907/1889] 10.0.0.146 () {32 vars in 669 bytes} [Thu Sep 10 03:17:55 2026] GET /v2.0/extensions/net-mtu => generated 176 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 983/1890] 10.0.0.146 () {32 vars in 687 bytes} [Thu Sep 10 03:17:55 2026] GET /v2.0/extensions/net-mtu-writable => generated 207 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 908/1891] 10.0.0.146 () {32 vars in 705 bytes} [Thu Sep 10 03:17:55 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: 7|app: 0|req: 984/1892] 10.0.0.146 () {32 vars in 675 bytes} [Thu Sep 10 03:17:55 2026] GET /v2.0/extensions/network_ha => generated 186 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 909/1893] 10.0.0.146 () {32 vars in 701 bytes} [Thu Sep 10 03:17:55 2026] GET /v2.0/extensions/network-ip-availability => generated 216 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 985/1894] 10.0.0.146 () {32 vars in 675 bytes} [Thu Sep 10 03:17:55 2026] GET /v2.0/extensions/pagination => generated 192 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 910/1895] 10.0.0.146 () {32 vars in 693 bytes} [Thu Sep 10 03:17:55 2026] GET /v2.0/extensions/port-device-profile => generated 189 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 986/1896] 10.0.0.146 () {32 vars in 689 bytes} [Thu Sep 10 03:17:55 2026] GET /v2.0/extensions/port-mac-override => generated 251 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 911/1897] 10.0.0.146 () {32 vars in 709 bytes} [Thu Sep 10 03:17:55 2026] GET /v2.0/extensions/port-mac-address-regenerate => generated 209 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 987/1898] 10.0.0.146 () {32 vars in 705 bytes} [Thu Sep 10 03:17:55 2026] GET /v2.0/extensions/port-numa-affinity-policy => generated 198 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 912/1899] 10.0.0.146 () {32 vars in 719 bytes} [Thu Sep 10 03:17:55 2026] GET /v2.0/extensions/port-numa-affinity-policy-socket => generated 240 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 988/1900] 10.0.0.146 () {32 vars in 697 bytes} [Thu Sep 10 03:17:55 2026] GET /v2.0/extensions/port-resource-request => generated 185 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 913/1901] 10.0.0.146 () {32 vars in 711 bytes} [Thu Sep 10 03:17:55 2026] GET /v2.0/extensions/port-resource-request-groups => generated 271 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 989/1902] 10.0.0.146 () {32 vars in 669 bytes} [Thu Sep 10 03:17:55 2026] GET /v2.0/extensions/binding => generated 193 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 914/1903] 10.0.0.146 () {32 vars in 687 bytes} [Thu Sep 10 03:17:55 2026] GET /v2.0/extensions/binding-extended => generated 212 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 990/1904] 10.0.0.146 () {32 vars in 681 bytes} [Thu Sep 10 03:17:55 2026] GET /v2.0/extensions/port-security => generated 160 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 915/1905] 10.0.0.146 () {32 vars in 675 bytes} [Thu Sep 10 03:17:55 2026] GET /v2.0/extensions/project-id => generated 204 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 991/1906] 10.0.0.146 () {32 vars in 671 bytes} [Thu Sep 10 03:17:55 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: 8|app: 0|req: 916/1907] 10.0.0.146 () {32 vars in 661 bytes} [Thu Sep 10 03:17:55 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: 992/1908] 10.0.0.146 () {32 vars in 699 bytes} [Thu Sep 10 03:17:55 2026] GET /v2.0/extensions/qos-bw-limit-direction => generated 258 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 917/1909] 10.0.0.146 () {32 vars in 699 bytes} [Thu Sep 10 03:17:55 2026] GET /v2.0/extensions/qos-bw-minimum-ingress => generated 251 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 993/1910] 10.0.0.146 () {32 vars in 677 bytes} [Thu Sep 10 03:17:55 2026] GET /v2.0/extensions/qos-default => generated 183 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 918/1911] 10.0.0.146 () {32 vars in 669 bytes} [Thu Sep 10 03:17:55 2026] GET /v2.0/extensions/qos-fip => generated 178 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 994/1912] 10.0.0.146 () {32 vars in 683 bytes} [Thu Sep 10 03:17:55 2026] GET /v2.0/extensions/qos-gateway-ip => generated 197 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 919/1913] 10.0.0.146 () {32 vars in 701 bytes} [Thu Sep 10 03:17:55 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: 995/1914] 10.0.0.146 () {32 vars in 685 bytes} [Thu Sep 10 03:17:55 2026] GET /v2.0/extensions/qos-pps-minimum => generated 203 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 920/1915] 10.0.0.146 () {32 vars in 707 bytes} [Thu Sep 10 03:17:55 2026] GET /v2.0/extensions/qos-pps-minimum-rule-alias => generated 277 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 996/1918] 10.0.0.146 () {32 vars in 669 bytes} [Thu Sep 10 03:17:55 2026] GET /v2.0/extensions/qos-pps => generated 195 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 923/1919] 10.0.0.146 () {32 vars in 697 bytes} [Thu Sep 10 03:17:55 2026] GET /v2.0/extensions/qos-rule-type-details => generated 229 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 997/1920] 10.0.0.146 () {32 vars in 695 bytes} [Thu Sep 10 03:17:55 2026] GET /v2.0/extensions/qos-rule-type-filter => generated 373 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 924/1921] 10.0.0.146 () {32 vars in 685 bytes} [Thu Sep 10 03:17:55 2026] GET /v2.0/extensions/qos-rules-alias => generated 254 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 998/1922] 10.0.0.146 () {32 vars in 689 bytes} [Thu Sep 10 03:17:55 2026] GET /v2.0/extensions/quota-check-limit => generated 226 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 925/1923] 10.0.0.146 () {32 vars in 705 bytes} [Thu Sep 10 03:17:55 2026] GET /v2.0/extensions/quota-check-limit-default => generated 268 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 999/1924] 10.0.0.146 () {32 vars in 667 bytes} [Thu Sep 10 03:17:55 2026] GET /v2.0/extensions/quotas => generated 192 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 926/1925] 10.0.0.146 () {32 vars in 681 bytes} [Thu Sep 10 03:17:55 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: 1000/1926] 10.0.0.146 () {32 vars in 681 bytes} [Thu Sep 10 03:17:55 2026] GET /v2.0/extensions/rbac-policies => generated 223 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 927/1927] 10.0.0.146 () {32 vars in 691 bytes} [Thu Sep 10 03:17:55 2026] GET /v2.0/extensions/rbac-address-group => generated 198 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1001/1928] 10.0.0.146 () {32 vars in 691 bytes} [Thu Sep 10 03:17:55 2026] GET /v2.0/extensions/rbac-address-scope => generated 190 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 928/1929] 10.0.0.146 () {32 vars in 695 bytes} [Thu Sep 10 03:17:55 2026] GET /v2.0/extensions/rbac-security-groups => generated 210 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1002/1930] 10.0.0.146 () {32 vars in 685 bytes} [Thu Sep 10 03:17:55 2026] GET /v2.0/extensions/rbac-subnetpool => 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: 929/1931] 10.0.0.146 () {32 vars in 689 bytes} [Thu Sep 10 03:17:55 2026] GET /v2.0/extensions/revision-if-match => generated 247 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1003/1932] 10.0.0.146 () {32 vars in 701 bytes} [Thu Sep 10 03:17:55 2026] GET /v2.0/extensions/standard-attr-revisions => generated 229 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 930/1933] 10.0.0.146 () {32 vars in 703 bytes} [Thu Sep 10 03:17:55 2026] GET /v2.0/extensions/router_availability_zone => generated 197 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1004/1934] 10.0.0.146 () {32 vars in 713 bytes} [Thu Sep 10 03:17:55 2026] GET /v2.0/extensions/security-groups-default-rules => generated 262 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 931/1935] 10.0.0.146 () {32 vars in 717 bytes} [Thu Sep 10 03:17:55 2026] GET /v2.0/extensions/security-groups-normalized-cidr => generated 251 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1005/1936] 10.0.0.146 () {32 vars in 715 bytes} [Thu Sep 10 03:17:55 2026] GET /v2.0/extensions/port-security-groups-filtering => generated 228 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 932/1937] 10.0.0.146 () {32 vars in 727 bytes} [Thu Sep 10 03:17:55 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: 1006/1938] 10.0.0.146 () {32 vars in 741 bytes} [Thu Sep 10 03:17:55 2026] GET /v2.0/extensions/security-groups-rules-belongs-to-default-sg => generated 314 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 933/1939] 10.0.0.146 () {32 vars in 719 bytes} [Thu Sep 10 03:17:55 2026] GET /v2.0/extensions/security-groups-shared-filtering => generated 241 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1007/1940] 10.0.0.146 () {32 vars in 683 bytes} [Thu Sep 10 03:17:55 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: 934/1941] 10.0.0.146 () {32 vars in 669 bytes} [Thu Sep 10 03:17:55 2026] GET /v2.0/extensions/segment => generated 145 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1008/1942] 10.0.0.146 () {32 vars in 719 bytes} [Thu Sep 10 03:17:55 2026] GET /v2.0/extensions/segments-peer-subnet-host-routes => generated 233 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 935/1943] 10.0.0.146 () {32 vars in 679 bytes} [Thu Sep 10 03:17:55 2026] GET /v2.0/extensions/service-type => generated 221 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1009/1944] 10.0.0.146 () {32 vars in 669 bytes} [Thu Sep 10 03:17:55 2026] GET /v2.0/extensions/sorting => generated 183 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 936/1945] 10.0.0.146 () {32 vars in 697 bytes} [Thu Sep 10 03:17:55 2026] GET /v2.0/extensions/standard-attr-segment => generated 212 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1010/1946] 10.0.0.146 () {32 vars in 705 bytes} [Thu Sep 10 03:17:55 2026] GET /v2.0/extensions/standard-attr-description => generated 214 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 937/1947] 10.0.0.146 () {32 vars in 701 bytes} [Thu Sep 10 03:17:55 2026] GET /v2.0/extensions/stateful-security-group => generated 208 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1011/1948] 10.0.0.146 () {32 vars in 701 bytes} [Thu Sep 10 03:17:55 2026] GET /v2.0/extensions/subnet-external-network => generated 224 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 938/1949] 10.0.0.146 () {32 vars in 683 bytes} [Thu Sep 10 03:17:55 2026] GET /v2.0/extensions/subnet_onboard => 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: 1012/1950] 10.0.0.146 () {32 vars in 705 bytes} [Thu Sep 10 03:17:55 2026] GET /v2.0/extensions/subnet-segmentid-writable => generated 227 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 939/1951] 10.0.0.146 () {32 vars in 695 bytes} [Thu Sep 10 03:17:55 2026] GET /v2.0/extensions/subnet-service-types => generated 206 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1013/1952] 10.0.0.146 () {32 vars in 689 bytes} [Thu Sep 10 03:17:55 2026] GET /v2.0/extensions/subnet_allocation => generated 194 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 940/1953] 10.0.0.146 () {32 vars in 697 bytes} [Thu Sep 10 03:17:55 2026] GET /v2.0/extensions/subnetpool-prefix-ops => generated 224 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1014/1954] 10.0.0.146 () {32 vars in 679 bytes} [Thu Sep 10 03:17:55 2026] GET /v2.0/extensions/tag-creation => generated 190 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 941/1955] 10.0.0.146 () {32 vars in 689 bytes} [Thu Sep 10 03:17:55 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: 1015/1956] 10.0.0.146 () {32 vars in 701 bytes} [Thu Sep 10 03:17:55 2026] GET /v2.0/extensions/standard-attr-timestamp => generated 255 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 942/1957] 10.0.0.146 () {32 vars in 665 bytes} [Thu Sep 10 03:17:55 2026] GET /v2.0/extensions/trunk => generated 164 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1016/1958] 10.0.0.146 () {32 vars in 681 bytes} [Thu Sep 10 03:17:55 2026] GET /v2.0/extensions/trunk-details => generated 168 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 943/1959] 10.0.0.146 () {32 vars in 677 bytes} [Thu Sep 10 03:17:55 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: 1017/1960] 10.0.0.146 () {32 vars in 693 bytes} [Thu Sep 10 03:17:55 2026] GET /v2.0/extensions/vpn-endpoint-groups => generated 177 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 944/1961] 10.0.0.146 () {32 vars in 677 bytes} [Thu Sep 10 03:17:55 2026] GET /v2.0/extensions/vpn-flavors => generated 182 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1018/1962] 10.0.0.146 () {32 vars in 667 bytes} [Thu Sep 10 03:17:55 2026] GET /v2.0/extensions/vpnaas => generated 154 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 945/1963] 10.0.0.146 () {32 vars in 663 bytes} [Thu Sep 10 03:17:55 2026] GET /v2.0/extensions/taas => generated 175 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1019/1964] 10.0.0.146 () {32 vars in 675 bytes} [Thu Sep 10 03:17:55 2026] GET /v2.0/extensions/tap-mirror => generated 222 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 946/1965] 10.0.0.146 () {32 vars in 687 bytes} [Thu Sep 10 03:17:55 2026] GET /v2.0/extensions/taas-vlan-filter => generated 226 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1020/1966] 10.0.0.146 () {32 vars in 774 bytes} [Thu Sep 10 03:17:56 2026] GET /v2.0/security-groups?tenant_id=c1413ce0ed164c3ab72ca67d8b73ba3d&name=default => generated 2925 bytes in 280 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 947/1967] 10.0.0.146 () {32 vars in 740 bytes} [Thu Sep 10 03:17:56 2026] DELETE /v2.0/security-groups/b61f8ced-2580-47e9-8042-fbf207edd507 => generated 0 bytes in 187 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1021/1968] 10.0.0.206 () {34 vars in 990 bytes} [Thu Sep 10 03:17:58 2026] GET /v2.0/ports?device_id=1bf6fa33-519e-464f-ac67-827a73056106 => generated 1204 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 948/1969] 10.0.0.206 () {34 vars in 1040 bytes} [Thu Sep 10 03:17:58 2026] GET /v2.0/security-groups?id=b37203c8-ab89-46a4-a11f-40a4150c43a4&fields=id&fields=name => generated 112 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1022/1970] 10.0.0.146 () {32 vars in 818 bytes} [Thu Sep 10 03:17:58 2026] GET /v2.0/ports?network_id=659f7a41-dcb7-4183-a178-dab2a543c824&mac_address=fa%3A16%3A3e%3A23%3Af9%3A86 => generated 1204 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1023/1971] 10.0.0.146 () {32 vars in 623 bytes} [Thu Sep 10 03:17:58 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: 1024/1972] 10.0.0.146 () {32 vars in 633 bytes} [Thu Sep 10 03:17:58 2026] GET /v2.0/ => generated 632 bytes in 208 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-09-10 03:17:59.626 8 INFO neutron.db.l3_db [None req-2b6d405b-26ac-4e4d-b1d0-26a9a7e8012b c411b36244e5497abad677d6500d0628 a7f380ed095443cab90f738d37acd72b - - default default] Floating IP 46a57780-064d-4b58-9b2c-9c09deb559d9 associated. External IP: 10.96.250.211, port: 2f8ed108-cff8-42ba-9ec0-4fb424d62834. [pid: 7|app: 0|req: 1025/1973] 10.0.0.146 () {32 vars in 774 bytes} [Thu Sep 10 03:17:59 2026] GET /v2.0/security-groups?tenant_id=c851885128a04f3eb59de3550ac28012&name=default => generated 2925 bytes in 277 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1026/1974] 10.0.0.146 () {32 vars in 740 bytes} [Thu Sep 10 03:17:59 2026] DELETE /v2.0/security-groups/1e08260a-8ccf-484b-991e-4d463132f94d => 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: 949/1975] 10.0.0.146 () {34 vars in 677 bytes} [Thu Sep 10 03:17:58 2026] POST /v2.0/floatingips => generated 855 bytes in 1203 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-09-10 03:18:00.005 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-d45de39e-0c66-4c77-991d-d10d2008e4ce'] response: {'name': 'network-changed', 'server_uuid': '1bf6fa33-519e-464f-ac67-827a73056106', 'tag': '2f8ed108-cff8-42ba-9ec0-4fb424d62834', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1027/1976] 162.253.55.155 () {34 vars in 1080 bytes} [Thu Sep 10 03:18:00 2026] GET /v2.0/ports?tenant_id=a7f380ed095443cab90f738d37acd72b&device_id=1bf6fa33-519e-464f-ac67-827a73056106 => generated 1473 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 950/1977] 162.253.55.155 () {34 vars in 986 bytes} [Thu Sep 10 03:18:00 2026] GET /v2.0/networks?id=659f7a41-dcb7-4183-a178-dab2a543c824 => generated 801 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1028/1978] 162.253.55.155 () {34 vars in 1058 bytes} [Thu Sep 10 03:18:00 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.179&port_id=2f8ed108-cff8-42ba-9ec0-4fb424d62834 => generated 858 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 951/1979] 162.253.55.155 () {34 vars in 1106 bytes} [Thu Sep 10 03:18:00 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A365&port_id=2f8ed108-cff8-42ba-9ec0-4fb424d62834 => 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: 1029/1980] 162.253.55.155 () {34 vars in 1064 bytes} [Thu Sep 10 03:18:00 2026] GET /v2.0/subnets?id=272d3d3e-9ea1-487d-93f7-f735888374d0&id=cd3007ff-9465-46e2-a969-1ca079f79080 => generated 1415 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 952/1981] 162.253.55.155 () {34 vars in 1052 bytes} [Thu Sep 10 03:18:00 2026] GET /v2.0/ports?network_id=659f7a41-dcb7-4183-a178-dab2a543c824&device_owner=network%3Adhcp => generated 1461 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1030/1982] 162.253.55.155 () {34 vars in 1052 bytes} [Thu Sep 10 03:18:00 2026] GET /v2.0/ports?network_id=659f7a41-dcb7-4183-a178-dab2a543c824&device_owner=network%3Adhcp => generated 1461 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 953/1983] 162.253.55.155 () {34 vars in 1012 bytes} [Thu Sep 10 03:18:00 2026] GET /v2.0/networks/659f7a41-dcb7-4183-a178-dab2a543c824?fields=segments => generated 14 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1031/1984] 162.253.55.155 () {34 vars in 1112 bytes} [Thu Sep 10 03:18:00 2026] GET /v2.0/networks/659f7a41-dcb7-4183-a178-dab2a543c824?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: 954/1985] 10.0.0.146 () {32 vars in 826 bytes} [Thu Sep 10 03:18:02 2026] GET /v2.0/ports?project_id=378ac8b42fb34057b2dd9be04688668c&network_id=b30d59d2-9425-42bf-80fa-2731a3fd18c2 => generated 3691 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1032/1986] 10.0.0.146 () {32 vars in 742 bytes} [Thu Sep 10 03:18:03 2026] GET /v2.0/subnets?network_id=2266eba8-c9ee-4efe-a984-ae4935e08fc1 => generated 667 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-09-10 03:18:03.689 8 INFO neutron.db.l3_db [None req-81dddd5b-7ad1-4c65-a37f-0588acdfc9c4 a55a99e15fd94481a2a42f0c24079f2a 378ac8b42fb34057b2dd9be04688668c - - default default] Floating IP 48504221-4b91-4875-8037-4c343ef35b51 disassociated. External IP: 10.96.250.218, port: 9df7f969-136b-4b40-bba8-ec3d38daad82. [pid: 8|app: 0|req: 955/1987] 10.0.0.146 () {34 vars in 749 bytes} [Thu Sep 10 03:18:03 2026] PUT /v2.0/floatingips/48504221-4b91-4875-8037-4c343ef35b51 => generated 554 bytes in 474 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-09-10 03:18:04.014 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-236fb88b-117f-48a3-b419-88df7793a688'] response: {'name': 'network-changed', 'server_uuid': '03292a3c-0bbb-4371-b192-c93aed62dc51', 'tag': '9df7f969-136b-4b40-bba8-ec3d38daad82', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1033/1988] 10.0.0.146 () {32 vars in 729 bytes} [Thu Sep 10 03:18:03 2026] GET /v2.0/floatingips/48504221-4b91-4875-8037-4c343ef35b51 => generated 554 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 956/1989] 162.253.55.155 () {34 vars in 1080 bytes} [Thu Sep 10 03:18:04 2026] GET /v2.0/ports?tenant_id=378ac8b42fb34057b2dd9be04688668c&device_id=03292a3c-0bbb-4371-b192-c93aed62dc51 => generated 1240 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1034/1990] 162.253.55.155 () {34 vars in 986 bytes} [Thu Sep 10 03:18:04 2026] GET /v2.0/networks?id=b30d59d2-9425-42bf-80fa-2731a3fd18c2 => generated 755 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 957/1991] 162.253.55.155 () {34 vars in 1058 bytes} [Thu Sep 10 03:18:04 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.3&port_id=9df7f969-136b-4b40-bba8-ec3d38daad82 => 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: 1035/1992] 162.253.55.155 () {34 vars in 984 bytes} [Thu Sep 10 03:18:04 2026] GET /v2.0/subnets?id=afda4cea-af7d-40f8-9308-8bae4e4e5938 => generated 677 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 958/1993] 162.253.55.155 () {34 vars in 1052 bytes} [Thu Sep 10 03:18:04 2026] GET /v2.0/ports?network_id=b30d59d2-9425-42bf-80fa-2731a3fd18c2&device_owner=network%3Adhcp => generated 1244 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1036/1994] 162.253.55.155 () {34 vars in 1012 bytes} [Thu Sep 10 03:18:04 2026] GET /v2.0/networks/b30d59d2-9425-42bf-80fa-2731a3fd18c2?fields=segments => generated 14 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 959/1995] 162.253.55.155 () {34 vars in 1112 bytes} [Thu Sep 10 03:18:04 2026] GET /v2.0/networks/b30d59d2-9425-42bf-80fa-2731a3fd18c2?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1037/1996] 10.0.0.146 () {32 vars in 729 bytes} [Thu Sep 10 03:18:05 2026] GET /v2.0/floatingips/48504221-4b91-4875-8037-4c343ef35b51 => generated 554 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 960/1997] 10.0.0.146 () {32 vars in 774 bytes} [Thu Sep 10 03:18:05 2026] GET /v2.0/security-groups?tenant_id=68189a140c5448cb9fbe02b819f12e62&name=default => generated 2925 bytes in 386 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1038/1998] 10.0.0.146 () {32 vars in 740 bytes} [Thu Sep 10 03:18:05 2026] DELETE /v2.0/security-groups/83c1d7d0-15fb-4b1c-a5b3-c2553042b2e5 => generated 0 bytes in 164 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 961/1999] 10.0.0.146 () {32 vars in 774 bytes} [Thu Sep 10 03:18:05 2026] GET /v2.0/security-groups?tenant_id=869b6c55cc604874ab480a1aa8ad7ec0&name=default => generated 2925 bytes in 144 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1039/2000] 10.0.0.146 () {32 vars in 729 bytes} [Thu Sep 10 03:18:06 2026] GET /v2.0/floatingips/48504221-4b91-4875-8037-4c343ef35b51 => generated 552 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 962/2001] 10.0.0.146 () {32 vars in 740 bytes} [Thu Sep 10 03:18:06 2026] DELETE /v2.0/security-groups/a87b2693-7089-4892-84f0-b50801372f84 => 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: 1040/2002] 10.0.0.210 () {34 vars in 990 bytes} [Thu Sep 10 03:18:07 2026] GET /v2.0/ports?device_id=1bf6fa33-519e-464f-ac67-827a73056106 => generated 1473 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 963/2003] 10.0.0.210 () {34 vars in 1040 bytes} [Thu Sep 10 03:18:07 2026] GET /v2.0/security-groups?id=b37203c8-ab89-46a4-a11f-40a4150c43a4&fields=id&fields=name => generated 112 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1041/2004] 10.0.0.146 () {34 vars in 685 bytes} [Thu Sep 10 03:18:07 2026] POST /v2.0/security-groups => generated 1673 bytes in 129 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 964/2005] 10.0.0.146 () {34 vars in 695 bytes} [Thu Sep 10 03:18:07 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: 1042/2006] 10.0.0.146 () {34 vars in 695 bytes} [Thu Sep 10 03:18:07 2026] POST /v2.0/security-group-rules => generated 596 bytes in 130 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 965/2007] 10.0.0.146 () {34 vars in 695 bytes} [Thu Sep 10 03:18:07 2026] POST /v2.0/security-group-rules => generated 602 bytes in 158 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1043/2008] 10.0.0.146 () {34 vars in 695 bytes} [Thu Sep 10 03:18:07 2026] POST /v2.0/security-group-rules => generated 601 bytes in 123 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-09-10 03:18:07.866 8 INFO neutron.db.securitygroups_db [None req-95de4018-9b35-48c6-9068-d3d9d5c8a15e a55a99e15fd94481a2a42f0c24079f2a 378ac8b42fb34057b2dd9be04688668c - - default default] Project 378ac8b42fb34057b2dd9be04688668c 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: 966/2009] 10.0.0.146 () {34 vars in 695 bytes} [Thu Sep 10 03:18:07 2026] POST /v2.0/security-group-rules => generated 607 bytes in 121 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-09-10 03:18:08.003 7 INFO neutron.db.securitygroups_db [None req-fa27d1d1-fe06-4fad-b365-b790109d7d27 a55a99e15fd94481a2a42f0c24079f2a 378ac8b42fb34057b2dd9be04688668c - - default default] Project 378ac8b42fb34057b2dd9be04688668c 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: 1044/2010] 10.0.0.146 () {34 vars in 695 bytes} [Thu Sep 10 03:18:07 2026] POST /v2.0/security-group-rules => generated 606 bytes in 136 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 967/2011] 10.0.0.146 () {32 vars in 649 bytes} [Thu Sep 10 03:18:08 2026] GET /v2.0/networks => generated 1297 bytes in 191 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1045/2012] 10.0.0.206 () {34 vars in 1098 bytes} [Thu Sep 10 03:18:08 2026] GET /v2.0/security-groups?name=tempest-secgroup-smoke-598022166&fields=id&tenant_id=378ac8b42fb34057b2dd9be04688668c => 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: 968/2013] 10.0.0.206 () {34 vars in 982 bytes} [Thu Sep 10 03:18:08 2026] GET /v2.0/networks?id=b30d59d2-9425-42bf-80fa-2731a3fd18c2 => generated 660 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1046/2014] 10.0.0.206 () {34 vars in 965 bytes} [Thu Sep 10 03:18:08 2026] GET /v2.0/quotas/378ac8b42fb34057b2dd9be04688668c => generated 292 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 969/2015] 10.0.0.206 () {34 vars in 1002 bytes} [Thu Sep 10 03:18:08 2026] GET /v2.0/ports?tenant_id=378ac8b42fb34057b2dd9be04688668c&fields=id => generated 149 bytes in 91 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1047/2016] 10.0.0.206 () {34 vars in 1008 bytes} [Thu Sep 10 03:18:08 2026] GET /v2.0/networks/b30d59d2-9425-42bf-80fa-2731a3fd18c2?fields=segments => generated 14 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 970/2017] 10.0.0.206 () {34 vars in 1108 bytes} [Thu Sep 10 03:18:09 2026] GET /v2.0/networks/b30d59d2-9425-42bf-80fa-2731a3fd18c2?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: 1048/2018] 10.0.0.206 () {34 vars in 990 bytes} [Thu Sep 10 03:18:09 2026] GET /v2.0/ports?device_id=8ee758eb-7c41-48c3-b3aa-e3d8371b9d62 => generated 12 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 971/2019] 10.0.0.146 () {32 vars in 774 bytes} [Thu Sep 10 03:18:09 2026] GET /v2.0/security-groups?tenant_id=bf76c5d087b0426ab376e67cf5593a5a&name=default => generated 2925 bytes in 282 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1049/2020] 10.0.0.146 () {32 vars in 740 bytes} [Thu Sep 10 03:18:09 2026] DELETE /v2.0/security-groups/44526cd3-0900-4556-ba76-c69820b96b76 => generated 0 bytes in 107 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 972/2021] 10.0.0.206 () {34 vars in 990 bytes} [Thu Sep 10 03:18:10 2026] GET /v2.0/ports?device_id=8ee758eb-7c41-48c3-b3aa-e3d8371b9d62 => generated 12 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 974/2024] 10.0.0.206 () {34 vars in 990 bytes} [Thu Sep 10 03:18:11 2026] GET /v2.0/ports?device_id=8ee758eb-7c41-48c3-b3aa-e3d8371b9d62 => 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: 1051/2025] 10.0.0.206 () {34 vars in 990 bytes} [Thu Sep 10 03:18:12 2026] GET /v2.0/ports?device_id=8ee758eb-7c41-48c3-b3aa-e3d8371b9d62 => 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: 1052/2026] 162.253.55.155 () {34 vars in 986 bytes} [Thu Sep 10 03:18:13 2026] GET /v2.0/networks?id=b30d59d2-9425-42bf-80fa-2731a3fd18c2 => generated 660 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1053/2027] 162.253.55.155 () {34 vars in 1050 bytes} [Thu Sep 10 03:18:13 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=378ac8b42fb34057b2dd9be04688668c => generated 272 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1054/2028] 10.0.0.206 () {34 vars in 990 bytes} [Thu Sep 10 03:18:13 2026] GET /v2.0/ports?device_id=8ee758eb-7c41-48c3-b3aa-e3d8371b9d62 => 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: 975/2029] 10.0.0.146 () {32 vars in 774 bytes} [Thu Sep 10 03:18:13 2026] GET /v2.0/security-groups?tenant_id=11386bdaa74841e9ad29287b43ce5792&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: 976/2030] 10.0.0.146 () {32 vars in 740 bytes} [Thu Sep 10 03:18:13 2026] DELETE /v2.0/security-groups/ed2298e6-a970-49fe-bb7e-cab69262f168 => 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: 1055/2031] 162.253.55.155 () {38 vars in 955 bytes} [Thu Sep 10 03:18:13 2026] POST /v2.0/ports => generated 954 bytes in 350 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 977/2032] 162.253.55.155 () {38 vars in 1028 bytes} [Thu Sep 10 03:18:14 2026] PUT /v2.0/ports/617e5386-d0d0-4a6b-92f0-25048f173e9b => generated 1235 bytes in 307 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-09-10 03:18:14.421 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-997faaad-973c-4307-9f59-9ec0c62c9084'] response: {'name': 'network-changed', 'server_uuid': '8ee758eb-7c41-48c3-b3aa-e3d8371b9d62', 'tag': '617e5386-d0d0-4a6b-92f0-25048f173e9b', 'status': 'completed', 'code': 200} /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1056/2033] 10.0.0.206 () {34 vars in 990 bytes} [Thu Sep 10 03:18:14 2026] GET /v2.0/ports?device_id=8ee758eb-7c41-48c3-b3aa-e3d8371b9d62 => generated 969 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 978/2034] 10.0.0.206 () {34 vars in 1040 bytes} [Thu Sep 10 03:18:14 2026] GET /v2.0/security-groups?id=8626c778-b1c9-4d15-ba79-b7fc211603f5&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: 1057/2035] 162.253.55.155 () {34 vars in 1080 bytes} [Thu Sep 10 03:18:14 2026] GET /v2.0/ports?tenant_id=378ac8b42fb34057b2dd9be04688668c&device_id=8ee758eb-7c41-48c3-b3aa-e3d8371b9d62 => generated 1238 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 979/2036] 162.253.55.155 () {34 vars in 1018 bytes} [Thu Sep 10 03:18:15 2026] GET /v2.0/networks?tenant_id=378ac8b42fb34057b2dd9be04688668c&shared=False => generated 755 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1058/2037] 162.253.55.155 () {34 vars in 930 bytes} [Thu Sep 10 03:18:15 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-09-10 03:18:15.896 8 INFO neutron.db.segments_db [None req-4e87b01d-a17e-48f4-9634-0f47b62c84d7 2dcafeabbd18499d9be13b4c6b2b81df e99512c22f4c438895442732cf452151 - - default default] Added segment 4171c51a-86f6-4456-9c84-5c750e5c7999 of type vxlan for network ed82cb18-430d-44a1-9f39-811ef4c885cc [pid: 8|app: 0|req: 980/2038] 10.0.0.146 () {34 vars in 671 bytes} [Thu Sep 10 03:18:15 2026] POST /v2.0/networks => generated 740 bytes in 414 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1059/2039] 10.0.0.206 () {34 vars in 990 bytes} [Thu Sep 10 03:18:15 2026] GET /v2.0/ports?device_id=8ee758eb-7c41-48c3-b3aa-e3d8371b9d62 => 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: 1060/2040] 10.0.0.206 () {34 vars in 1040 bytes} [Thu Sep 10 03:18:16 2026] GET /v2.0/security-groups?id=8626c778-b1c9-4d15-ba79-b7fc211603f5&fields=id&fields=name => generated 113 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1061/2041] 162.253.55.155 () {34 vars in 1080 bytes} [Thu Sep 10 03:18:16 2026] GET /v2.0/ports?tenant_id=378ac8b42fb34057b2dd9be04688668c&device_id=8ee758eb-7c41-48c3-b3aa-e3d8371b9d62 => generated 1238 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 981/2042] 10.0.0.146 () {34 vars in 669 bytes} [Thu Sep 10 03:18:16 2026] POST /v2.0/subnets => generated 687 bytes in 248 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1062/2043] 162.253.55.155 () {34 vars in 1058 bytes} [Thu Sep 10 03:18:16 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.7&port_id=617e5386-d0d0-4a6b-92f0-25048f173e9b => generated 19 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1063/2044] 162.253.55.155 () {34 vars in 984 bytes} [Thu Sep 10 03:18:16 2026] GET /v2.0/subnets?id=afda4cea-af7d-40f8-9308-8bae4e4e5938 => generated 677 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-09-10 03:18:16.329 8 INFO neutron.db.segments_db [None req-d4bc028c-ed7d-4859-abfc-4d37a41c91cc 2dcafeabbd18499d9be13b4c6b2b81df e99512c22f4c438895442732cf452151 - - default default] Added segment cde4536e-9d86-48ae-8ec3-2c3b2aba91e4 of type vxlan for network 696de752-7c17-4931-86e3-a229bc680b0e [pid: 7|app: 0|req: 1064/2045] 162.253.55.155 () {34 vars in 1052 bytes} [Thu Sep 10 03:18:16 2026] GET /v2.0/ports?network_id=b30d59d2-9425-42bf-80fa-2731a3fd18c2&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: 1065/2046] 162.253.55.155 () {34 vars in 1012 bytes} [Thu Sep 10 03:18:16 2026] GET /v2.0/networks/b30d59d2-9425-42bf-80fa-2731a3fd18c2?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: 1066/2047] 162.253.55.155 () {34 vars in 1112 bytes} [Thu Sep 10 03:18:16 2026] GET /v2.0/networks/b30d59d2-9425-42bf-80fa-2731a3fd18c2?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-09-10 03:18:16.722 8 INFO neutron.db.l3_hamode_db [None req-d4bc028c-ed7d-4859-abfc-4d37a41c91cc 2dcafeabbd18499d9be13b4c6b2b81df 3a687acb8b0b460085ec74921639ae3d - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1067/2048] 10.0.0.206 () {34 vars in 990 bytes} [Thu Sep 10 03:18:17 2026] GET /v2.0/ports?device_id=8ee758eb-7c41-48c3-b3aa-e3d8371b9d62 => 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: 1068/2049] 10.0.0.206 () {34 vars in 1040 bytes} [Thu Sep 10 03:18:17 2026] GET /v2.0/security-groups?id=8626c778-b1c9-4d15-ba79-b7fc211603f5&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-09-10 03:18:17.564 8 INFO neutron.db.l3_hamode_db [None req-d4bc028c-ed7d-4859-abfc-4d37a41c91cc 2dcafeabbd18499d9be13b4c6b2b81df e99512c22f4c438895442732cf452151 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1069/2050] 10.0.0.206 () {34 vars in 990 bytes} [Thu Sep 10 03:18:18 2026] GET /v2.0/ports?device_id=8ee758eb-7c41-48c3-b3aa-e3d8371b9d62 => generated 969 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1070/2051] 10.0.0.206 () {34 vars in 1040 bytes} [Thu Sep 10 03:18:18 2026] GET /v2.0/security-groups?id=8626c778-b1c9-4d15-ba79-b7fc211603f5&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: 982/2052] 10.0.0.146 () {34 vars in 669 bytes} [Thu Sep 10 03:18:16 2026] POST /v2.0/routers => generated 727 bytes in 2276 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 983/2053] 10.0.0.206 () {34 vars in 990 bytes} [Thu Sep 10 03:18:19 2026] GET /v2.0/ports?device_id=8ee758eb-7c41-48c3-b3aa-e3d8371b9d62 => 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: 984/2054] 10.0.0.206 () {34 vars in 1040 bytes} [Thu Sep 10 03:18:19 2026] GET /v2.0/security-groups?id=8626c778-b1c9-4d15-ba79-b7fc211603f5&fields=id&fields=name => generated 113 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1071/2055] 10.0.0.146 () {34 vars in 783 bytes} [Thu Sep 10 03:18:18 2026] PUT /v2.0/routers/4080ffc6-e46f-4d24-b744-7838dcf556e1/add_router_interface => generated 309 bytes in 1132 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 985/2056] 10.0.0.206 () {34 vars in 990 bytes} [Thu Sep 10 03:18:20 2026] GET /v2.0/ports?device_id=8ee758eb-7c41-48c3-b3aa-e3d8371b9d62 => generated 971 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1072/2057] 10.0.0.206 () {34 vars in 1040 bytes} [Thu Sep 10 03:18:20 2026] GET /v2.0/security-groups?id=8626c778-b1c9-4d15-ba79-b7fc211603f5&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: 986/2058] 10.0.0.206 () {34 vars in 990 bytes} [Thu Sep 10 03:18:21 2026] GET /v2.0/ports?device_id=8ee758eb-7c41-48c3-b3aa-e3d8371b9d62 => generated 971 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1073/2059] 10.0.0.206 () {34 vars in 1040 bytes} [Thu Sep 10 03:18:21 2026] GET /v2.0/security-groups?id=8626c778-b1c9-4d15-ba79-b7fc211603f5&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: 987/2060] 10.0.0.206 () {34 vars in 982 bytes} [Thu Sep 10 03:18:21 2026] GET /v2.0/networks?id=ed82cb18-430d-44a1-9f39-811ef4c885cc => generated 672 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 988/2061] 10.0.0.206 () {34 vars in 965 bytes} [Thu Sep 10 03:18:22 2026] GET /v2.0/quotas/3a687acb8b0b460085ec74921639ae3d => 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: 1074/2062] 10.0.0.206 () {34 vars in 990 bytes} [Thu Sep 10 03:18:21 2026] GET /v2.0/ports?device_id=8ee758eb-7c41-48c3-b3aa-e3d8371b9d62 => generated 971 bytes in 96 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1075/2063] 10.0.0.206 () {34 vars in 1040 bytes} [Thu Sep 10 03:18:22 2026] GET /v2.0/security-groups?id=8626c778-b1c9-4d15-ba79-b7fc211603f5&fields=id&fields=name => generated 113 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 989/2064] 10.0.0.206 () {34 vars in 1002 bytes} [Thu Sep 10 03:18:22 2026] GET /v2.0/ports?tenant_id=3a687acb8b0b460085ec74921639ae3d&fields=id => generated 103 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1076/2065] 10.0.0.146 () {32 vars in 736 bytes} [Thu Sep 10 03:18:22 2026] GET /v2.0/ports?device_id=8ee758eb-7c41-48c3-b3aa-e3d8371b9d62 => generated 1240 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 990/2066] 10.0.0.206 () {34 vars in 1008 bytes} [Thu Sep 10 03:18:22 2026] GET /v2.0/networks/ed82cb18-430d-44a1-9f39-811ef4c885cc?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: 991/2067] 10.0.0.206 () {34 vars in 1108 bytes} [Thu Sep 10 03:18:22 2026] GET /v2.0/networks/ed82cb18-430d-44a1-9f39-811ef4c885cc?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) [pid: 8|app: 0|req: 992/2068] 10.0.0.206 () {34 vars in 990 bytes} [Thu Sep 10 03:18:22 2026] GET /v2.0/ports?device_id=92a813c1-d908-4ee3-815d-b34fb7e93c15 => generated 12 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-09-10 03:18:22.509 7 INFO neutron.db.l3_db [None req-623bfc73-fbdb-48cc-aaf1-d08d2e8d4b00 a55a99e15fd94481a2a42f0c24079f2a 378ac8b42fb34057b2dd9be04688668c - - default default] Floating IP 48504221-4b91-4875-8037-4c343ef35b51 associated. External IP: 10.96.250.218, port: 617e5386-d0d0-4a6b-92f0-25048f173e9b. [pid: 8|app: 0|req: 993/2069] 10.0.0.146 () {32 vars in 721 bytes} [Thu Sep 10 03:18:22 2026] GET /v2.0/subnets/c379f318-5eb2-48a5-8b18-1993735bc0ee => generated 676 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1077/2070] 10.0.0.146 () {34 vars in 749 bytes} [Thu Sep 10 03:18:22 2026] PUT /v2.0/floatingips/48504221-4b91-4875-8037-4c343ef35b51 => generated 855 bytes in 602 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-09-10 03:18:22.818 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-cac4e9df-f0c2-4b08-a5ba-54bf0abb8505'] response: {'name': 'network-changed', 'server_uuid': '8ee758eb-7c41-48c3-b3aa-e3d8371b9d62', 'tag': '617e5386-d0d0-4a6b-92f0-25048f173e9b', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 994/2071] 10.0.0.146 () {32 vars in 729 bytes} [Thu Sep 10 03:18:22 2026] GET /v2.0/floatingips/48504221-4b91-4875-8037-4c343ef35b51 => generated 855 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1078/2072] 162.253.55.155 () {34 vars in 1080 bytes} [Thu Sep 10 03:18:23 2026] GET /v2.0/ports?tenant_id=378ac8b42fb34057b2dd9be04688668c&device_id=8ee758eb-7c41-48c3-b3aa-e3d8371b9d62 => generated 1240 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 995/2073] 162.253.55.155 () {34 vars in 986 bytes} [Thu Sep 10 03:18:23 2026] GET /v2.0/networks?id=b30d59d2-9425-42bf-80fa-2731a3fd18c2 => generated 755 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1079/2074] 10.0.0.206 () {34 vars in 990 bytes} [Thu Sep 10 03:18:23 2026] GET /v2.0/ports?device_id=92a813c1-d908-4ee3-815d-b34fb7e93c15 => generated 12 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 996/2075] 162.253.55.155 () {34 vars in 1058 bytes} [Thu Sep 10 03:18:23 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.7&port_id=617e5386-d0d0-4a6b-92f0-25048f173e9b => generated 858 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1080/2076] 162.253.55.155 () {34 vars in 984 bytes} [Thu Sep 10 03:18:23 2026] GET /v2.0/subnets?id=afda4cea-af7d-40f8-9308-8bae4e4e5938 => generated 677 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 997/2077] 162.253.55.155 () {34 vars in 1052 bytes} [Thu Sep 10 03:18:23 2026] GET /v2.0/ports?network_id=b30d59d2-9425-42bf-80fa-2731a3fd18c2&device_owner=network%3Adhcp => generated 1244 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1081/2078] 162.253.55.155 () {34 vars in 1012 bytes} [Thu Sep 10 03:18:23 2026] GET /v2.0/networks/b30d59d2-9425-42bf-80fa-2731a3fd18c2?fields=segments => generated 14 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 998/2079] 10.0.0.139 () {30 vars in 690 bytes} [Thu Sep 10 03:18:23 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1082/2080] 162.253.55.155 () {34 vars in 1112 bytes} [Thu Sep 10 03:18:23 2026] GET /v2.0/networks/b30d59d2-9425-42bf-80fa-2731a3fd18c2?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: 999/2081] 10.0.0.139 () {30 vars in 692 bytes} [Thu Sep 10 03:18:23 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: 1083/2082] 10.0.0.139 () {30 vars in 668 bytes} [Thu Sep 10 03:18:23 2026] GET /v2.0/extensions/qos => generated 166 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1000/2083] 10.0.0.139 () {30 vars in 704 bytes} [Thu Sep 10 03:18:23 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: 1084/2084] 10.0.0.146 () {32 vars in 729 bytes} [Thu Sep 10 03:18:23 2026] GET /v2.0/floatingips/48504221-4b91-4875-8037-4c343ef35b51 => 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: 1001/2085] 10.0.0.139 () {28 vars in 439 bytes} [Thu Sep 10 03:18:24 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: 1085/2086] 10.0.0.139 () {30 vars in 728 bytes} [Thu Sep 10 03:18:24 2026] GET /v2.0/subnets/c379f318-5eb2-48a5-8b18-1993735bc0ee => generated 658 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1002/2087] 10.0.0.139 () {30 vars in 690 bytes} [Thu Sep 10 03:18:24 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1086/2088] 10.0.0.139 () {30 vars in 692 bytes} [Thu Sep 10 03:18:24 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: 1003/2089] 10.0.0.139 () {30 vars in 668 bytes} [Thu Sep 10 03:18:24 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: 1087/2090] 10.0.0.139 () {30 vars in 704 bytes} [Thu Sep 10 03:18:24 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: 1004/2091] 10.0.0.139 () {30 vars in 728 bytes} [Thu Sep 10 03:18:24 2026] GET /v2.0/subnets/c379f318-5eb2-48a5-8b18-1993735bc0ee => generated 676 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1088/2092] 10.0.0.139 () {30 vars in 690 bytes} [Thu Sep 10 03:18:24 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1089/2093] 10.0.0.139 () {30 vars in 692 bytes} [Thu Sep 10 03:18:24 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: 1005/2094] 10.0.0.206 () {34 vars in 990 bytes} [Thu Sep 10 03:18:24 2026] GET /v2.0/ports?device_id=92a813c1-d908-4ee3-815d-b34fb7e93c15 => 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: 1090/2095] 10.0.0.139 () {30 vars in 668 bytes} [Thu Sep 10 03:18:24 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: 1006/2096] 10.0.0.139 () {30 vars in 704 bytes} [Thu Sep 10 03:18:24 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: 1091/2097] 10.0.0.139 () {30 vars in 730 bytes} [Thu Sep 10 03:18:24 2026] GET /v2.0/networks/85d090da-0710-446c-bfc8-e7154c46ca5a => generated 799 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1007/2098] 10.0.0.139 () {30 vars in 682 bytes} [Thu Sep 10 03:18:24 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: 1008/2099] 10.0.0.146 () {32 vars in 729 bytes} [Thu Sep 10 03:18:24 2026] GET /v2.0/floatingips/48504221-4b91-4875-8037-4c343ef35b51 => generated 857 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1092/2100] 10.0.0.139 () {34 vars in 704 bytes} [Thu Sep 10 03:18:24 2026] POST /v2.0/ports => generated 1132 bytes in 365 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: 1094/2103] 10.0.0.206 () {34 vars in 990 bytes} [Thu Sep 10 03:18:25 2026] GET /v2.0/ports?device_id=92a813c1-d908-4ee3-815d-b34fb7e93c15 => generated 12 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1095/2104] 10.0.0.206 () {34 vars in 990 bytes} [Thu Sep 10 03:18:26 2026] GET /v2.0/ports?device_id=92a813c1-d908-4ee3-815d-b34fb7e93c15 => generated 12 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1010/2105] 162.253.55.155 () {34 vars in 986 bytes} [Thu Sep 10 03:18:26 2026] GET /v2.0/networks?id=ed82cb18-430d-44a1-9f39-811ef4c885cc => generated 672 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1096/2106] 162.253.55.155 () {38 vars in 955 bytes} [Thu Sep 10 03:18:26 2026] POST /v2.0/ports => generated 954 bytes in 449 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1011/2107] 162.253.55.155 () {38 vars in 1028 bytes} [Thu Sep 10 03:18:27 2026] PUT /v2.0/ports/b974e2d8-ee2e-44e7-919f-0c5b787da40c => generated 1235 bytes in 458 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-09-10 03:18:27.863 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-f306e340-70d8-460a-b788-d0bbcd2272d1'] response: {'name': 'network-changed', 'server_uuid': '92a813c1-d908-4ee3-815d-b34fb7e93c15', 'tag': 'b974e2d8-ee2e-44e7-919f-0c5b787da40c', 'status': 'completed', 'code': 200} /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1097/2108] 10.0.0.206 () {34 vars in 990 bytes} [Thu Sep 10 03:18:27 2026] GET /v2.0/ports?device_id=92a813c1-d908-4ee3-815d-b34fb7e93c15 => generated 969 bytes in 36 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: 1012/2109] 10.0.0.206 () {34 vars in 1040 bytes} [Thu Sep 10 03:18:27 2026] GET /v2.0/security-groups?id=92864501-8653-40bf-ab6c-dd5e9e95a5fb&fields=id&fields=name => generated 88 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1098/2110] 162.253.55.155 () {30 vars in 703 bytes} [Thu Sep 10 03:18:28 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1013/2111] 162.253.55.155 () {30 vars in 705 bytes} [Thu Sep 10 03:18: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: 7|app: 0|req: 1099/2112] 162.253.55.155 () {30 vars in 681 bytes} [Thu Sep 10 03:18:28 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: 1014/2113] 162.253.55.155 () {30 vars in 717 bytes} [Thu Sep 10 03:18:28 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: 1100/2114] 162.253.55.155 () {30 vars in 737 bytes} [Thu Sep 10 03:18:28 2026] GET /v2.0/ports/c1aa593d-895e-4732-8d1a-925a7f486393 => 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: 1015/2115] 162.253.55.155 () {34 vars in 1080 bytes} [Thu Sep 10 03:18:28 2026] GET /v2.0/ports?tenant_id=3a687acb8b0b460085ec74921639ae3d&device_id=92a813c1-d908-4ee3-815d-b34fb7e93c15 => 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: 1101/2116] 162.253.55.155 () {30 vars in 703 bytes} [Thu Sep 10 03:18: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: 1102/2117] 162.253.55.155 () {30 vars in 705 bytes} [Thu Sep 10 03:18:28 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: 1103/2118] 162.253.55.155 () {30 vars in 681 bytes} [Thu Sep 10 03:18:28 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: 1104/2119] 162.253.55.155 () {30 vars in 717 bytes} [Thu Sep 10 03:18:28 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-09-10 03:18:28.467 7 INFO neutron.api.v2.resource [None req-9edd5d0a-cd9d-4196-967e-a1055a2257ef 2dcafeabbd18499d9be13b4c6b2b81df e99512c22f4c438895442732cf452151 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1105/2120] 162.253.55.155 () {30 vars in 763 bytes} [Thu Sep 10 03:18:28 2026] GET /v2.0/security-groups/lb-8d710d93-8dd0-47f8-b2da-00ec5228e8b7 => 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: 1016/2121] 162.253.55.155 () {34 vars in 1018 bytes} [Thu Sep 10 03:18:28 2026] GET /v2.0/networks?tenant_id=3a687acb8b0b460085ec74921639ae3d&shared=False => generated 768 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1106/2122] 162.253.55.155 () {30 vars in 785 bytes} [Thu Sep 10 03:18:28 2026] GET /v2.0/security-groups?name=lb-8d710d93-8dd0-47f8-b2da-00ec5228e8b7 => generated 23 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1017/2123] 162.253.55.155 () {34 vars in 930 bytes} [Thu Sep 10 03:18:28 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1107/2124] 162.253.55.155 () {34 vars in 736 bytes} [Thu Sep 10 03:18:28 2026] POST /v2.0/security-groups => generated 1636 bytes in 123 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1018/2125] 162.253.55.155 () {30 vars in 815 bytes} [Thu Sep 10 03:18:28 2026] GET /v2.0/security-group-rules?security_group_id=b3379e00-a31e-4c9a-87cd-831aa64c6bfd => generated 1182 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1108/2126] 162.253.55.155 () {34 vars in 789 bytes} [Thu Sep 10 03:18:28 2026] PUT /v2.0/ports/c1aa593d-895e-4732-8d1a-925a7f486393 => generated 1132 bytes in 360 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: 1109/2127] 162.253.55.155 () {30 vars in 703 bytes} [Thu Sep 10 03:18:29 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1110/2128] 162.253.55.155 () {30 vars in 705 bytes} [Thu Sep 10 03:18:29 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: 1111/2129] 162.253.55.155 () {30 vars in 681 bytes} [Thu Sep 10 03:18:29 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: 1019/2130] 10.0.0.206 () {34 vars in 990 bytes} [Thu Sep 10 03:18:29 2026] GET /v2.0/ports?device_id=92a813c1-d908-4ee3-815d-b34fb7e93c15 => generated 969 bytes in 109 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1112/2131] 162.253.55.155 () {30 vars in 717 bytes} [Thu Sep 10 03:18:29 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: 1113/2132] 162.253.55.155 () {30 vars in 741 bytes} [Thu Sep 10 03:18:29 2026] GET /v2.0/subnets/c379f318-5eb2-48a5-8b18-1993735bc0ee => generated 676 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1020/2133] 10.0.0.206 () {34 vars in 1040 bytes} [Thu Sep 10 03:18:29 2026] GET /v2.0/security-groups?id=92864501-8653-40bf-ab6c-dd5e9e95a5fb&fields=id&fields=name => generated 88 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1114/2134] 162.253.55.155 () {34 vars in 1080 bytes} [Thu Sep 10 03:18:29 2026] GET /v2.0/ports?tenant_id=3a687acb8b0b460085ec74921639ae3d&device_id=92a813c1-d908-4ee3-815d-b34fb7e93c15 => generated 1238 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1021/2135] 162.253.55.155 () {34 vars in 1058 bytes} [Thu Sep 10 03:18:29 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.8&port_id=b974e2d8-ee2e-44e7-919f-0c5b787da40c => generated 19 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1115/2136] 162.253.55.155 () {34 vars in 984 bytes} [Thu Sep 10 03:18:29 2026] GET /v2.0/subnets?id=b6565ba7-c75e-489d-bb59-7a31897238db => generated 690 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1022/2137] 162.253.55.155 () {34 vars in 1052 bytes} [Thu Sep 10 03:18:29 2026] GET /v2.0/ports?network_id=ed82cb18-430d-44a1-9f39-811ef4c885cc&device_owner=network%3Adhcp => generated 1244 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1116/2138] 162.253.55.155 () {34 vars in 1012 bytes} [Thu Sep 10 03:18:29 2026] GET /v2.0/networks/ed82cb18-430d-44a1-9f39-811ef4c885cc?fields=segments => generated 14 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1023/2139] 162.253.55.155 () {34 vars in 1112 bytes} [Thu Sep 10 03:18:29 2026] GET /v2.0/networks/ed82cb18-430d-44a1-9f39-811ef4c885cc?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: 1117/2140] 10.0.0.206 () {34 vars in 990 bytes} [Thu Sep 10 03:18:30 2026] GET /v2.0/ports?device_id=92a813c1-d908-4ee3-815d-b34fb7e93c15 => generated 969 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1024/2141] 10.0.0.206 () {34 vars in 1040 bytes} [Thu Sep 10 03:18:30 2026] GET /v2.0/security-groups?id=92864501-8653-40bf-ab6c-dd5e9e95a5fb&fields=id&fields=name => generated 88 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1118/2142] 10.0.0.210 () {34 vars in 990 bytes} [Thu Sep 10 03:18:31 2026] GET /v2.0/ports?device_id=8ee758eb-7c41-48c3-b3aa-e3d8371b9d62 => generated 1240 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1025/2143] 10.0.0.210 () {34 vars in 1040 bytes} [Thu Sep 10 03:18:31 2026] GET /v2.0/security-groups?id=8626c778-b1c9-4d15-ba79-b7fc211603f5&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: 1119/2144] 10.0.0.206 () {34 vars in 990 bytes} [Thu Sep 10 03:18:31 2026] GET /v2.0/ports?device_id=92a813c1-d908-4ee3-815d-b34fb7e93c15 => generated 969 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1026/2145] 10.0.0.206 () {34 vars in 1040 bytes} [Thu Sep 10 03:18:31 2026] GET /v2.0/security-groups?id=92864501-8653-40bf-ab6c-dd5e9e95a5fb&fields=id&fields=name => generated 88 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1120/2146] 10.0.0.206 () {34 vars in 990 bytes} [Thu Sep 10 03:18:32 2026] GET /v2.0/ports?device_id=92a813c1-d908-4ee3-815d-b34fb7e93c15 => generated 969 bytes in 131 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1027/2147] 10.0.0.206 () {34 vars in 1040 bytes} [Thu Sep 10 03:18:32 2026] GET /v2.0/security-groups?id=92864501-8653-40bf-ab6c-dd5e9e95a5fb&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: 1121/2148] 10.0.0.206 () {34 vars in 990 bytes} [Thu Sep 10 03:18:33 2026] GET /v2.0/ports?device_id=92a813c1-d908-4ee3-815d-b34fb7e93c15 => generated 971 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1028/2149] 10.0.0.206 () {34 vars in 1040 bytes} [Thu Sep 10 03:18:34 2026] GET /v2.0/security-groups?id=92864501-8653-40bf-ab6c-dd5e9e95a5fb&fields=id&fields=name => generated 88 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1122/2150] 10.0.0.206 () {34 vars in 990 bytes} [Thu Sep 10 03:18:35 2026] GET /v2.0/ports?device_id=92a813c1-d908-4ee3-815d-b34fb7e93c15 => generated 971 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1029/2151] 10.0.0.206 () {34 vars in 1040 bytes} [Thu Sep 10 03:18:35 2026] GET /v2.0/security-groups?id=92864501-8653-40bf-ab6c-dd5e9e95a5fb&fields=id&fields=name => generated 88 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1123/2152] 10.0.0.206 () {34 vars in 990 bytes} [Thu Sep 10 03:18:36 2026] GET /v2.0/ports?device_id=92a813c1-d908-4ee3-815d-b34fb7e93c15 => generated 971 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1030/2153] 10.0.0.206 () {34 vars in 1040 bytes} [Thu Sep 10 03:18:36 2026] GET /v2.0/security-groups?id=92864501-8653-40bf-ab6c-dd5e9e95a5fb&fields=id&fields=name => generated 88 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1124/2154] 10.0.0.206 () {34 vars in 1016 bytes} [Thu Sep 10 03:18:37 2026] GET /v2.0/security-groups?id=369bec04-75ad-4d5d-b052-88b8767db8af&fields=id => generated 69 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1031/2155] 10.0.0.206 () {34 vars in 982 bytes} [Thu Sep 10 03:18:37 2026] GET /v2.0/networks?id=fbcf73dd-c8d4-4059-9819-353f31849dc2 => generated 735 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1125/2156] 10.0.0.206 () {34 vars in 965 bytes} [Thu Sep 10 03:18:37 2026] GET /v2.0/quotas/e99512c22f4c438895442732cf452151 => generated 291 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1032/2157] 10.0.0.206 () {34 vars in 1002 bytes} [Thu Sep 10 03:18:37 2026] GET /v2.0/ports?tenant_id=e99512c22f4c438895442732cf452151&fields=id => generated 149 bytes in 92 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1126/2158] 10.0.0.206 () {34 vars in 990 bytes} [Thu Sep 10 03:18:37 2026] GET /v2.0/ports?device_id=92a813c1-d908-4ee3-815d-b34fb7e93c15 => generated 971 bytes in 97 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1033/2159] 10.0.0.206 () {34 vars in 1008 bytes} [Thu Sep 10 03:18:38 2026] GET /v2.0/networks/fbcf73dd-c8d4-4059-9819-353f31849dc2?fields=segments => generated 14 bytes in 92 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1127/2160] 10.0.0.206 () {34 vars in 1040 bytes} [Thu Sep 10 03:18:38 2026] GET /v2.0/security-groups?id=92864501-8653-40bf-ab6c-dd5e9e95a5fb&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: 8|app: 0|req: 1034/2161] 10.0.0.206 () {34 vars in 1108 bytes} [Thu Sep 10 03:18:38 2026] GET /v2.0/networks/fbcf73dd-c8d4-4059-9819-353f31849dc2?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1128/2162] 10.0.0.206 () {34 vars in 990 bytes} [Thu Sep 10 03:18:38 2026] GET /v2.0/ports?device_id=1c6f2542-1837-465a-8993-fa73889eb3a1 => generated 12 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1035/2163] 10.0.0.206 () {34 vars in 990 bytes} [Thu Sep 10 03:18:38 2026] GET /v2.0/ports?device_id=1c6f2542-1837-465a-8993-fa73889eb3a1 => 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: 1129/2164] 10.0.0.206 () {34 vars in 990 bytes} [Thu Sep 10 03:18:39 2026] GET /v2.0/ports?device_id=92a813c1-d908-4ee3-815d-b34fb7e93c15 => generated 971 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1130/2165] 10.0.0.206 () {34 vars in 1040 bytes} [Thu Sep 10 03:18:39 2026] GET /v2.0/security-groups?id=92864501-8653-40bf-ab6c-dd5e9e95a5fb&fields=id&fields=name => generated 88 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1036/2166] 162.253.55.155 () {34 vars in 994 bytes} [Thu Sep 10 03:18:39 2026] GET /v2.0/ports?device_id=92a813c1-d908-4ee3-815d-b34fb7e93c15 => generated 971 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-09-10 03:18:39.447 7 INFO neutron_taas.services.taas.taas_plugin [req-9f70aba5-819e-4a98-9a59-940ce50e7d8a req-051f1218-c753-435a-8ed9-2dca029f6d4f e03dbd449441492899f77aa28f28d847 3a687acb8b0b460085ec74921639ae3d - - default default] TaaS: Handle Delete Port: b974e2d8-ee2e-44e7-919f-0c5b787da40c 2026-09-10 03:18:39.451 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-9f70aba5-819e-4a98-9a59-940ce50e7d8a req-051f1218-c753-435a-8ed9-2dca029f6d4f e03dbd449441492899f77aa28f28d847 3a687acb8b0b460085ec74921639ae3d - - default default] Tap Mirror: Handle Delete Port: b974e2d8-ee2e-44e7-919f-0c5b787da40c [pid: 7|app: 0|req: 1131/2167] 162.253.55.155 () {36 vars in 997 bytes} [Thu Sep 10 03:18:39 2026] DELETE /v2.0/ports/b974e2d8-ee2e-44e7-919f-0c5b787da40c => generated 0 bytes in 269 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-09-10 03:18:39.640 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-dfe5b3af-53c0-4430-a863-6fef08a65f6b'] response: {'server_uuid': '92a813c1-d908-4ee3-815d-b34fb7e93c15', 'name': 'network-vif-deleted', 'tag': 'b974e2d8-ee2e-44e7-919f-0c5b787da40c', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1037/2168] 10.0.0.206 () {34 vars in 990 bytes} [Thu Sep 10 03:18:40 2026] GET /v2.0/ports?device_id=92a813c1-d908-4ee3-815d-b34fb7e93c15 => 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: 1133/2171] 10.0.0.206 () {34 vars in 990 bytes} [Thu Sep 10 03:18:41 2026] GET /v2.0/ports?device_id=92a813c1-d908-4ee3-815d-b34fb7e93c15 => generated 12 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1039/2172] 10.0.0.206 () {34 vars in 990 bytes} [Thu Sep 10 03:18:41 2026] GET /v2.0/ports?device_id=1c6f2542-1837-465a-8993-fa73889eb3a1 => 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: 1134/2173] 10.0.0.206 () {34 vars in 990 bytes} [Thu Sep 10 03:18:41 2026] GET /v2.0/ports?device_id=1c6f2542-1837-465a-8993-fa73889eb3a1 => 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: 1040/2174] 10.0.0.206 () {34 vars in 990 bytes} [Thu Sep 10 03:18:42 2026] GET /v2.0/ports?device_id=8ee758eb-7c41-48c3-b3aa-e3d8371b9d62 => generated 971 bytes in 92 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1135/2175] 10.0.0.206 () {34 vars in 1040 bytes} [Thu Sep 10 03:18:42 2026] GET /v2.0/security-groups?id=8626c778-b1c9-4d15-ba79-b7fc211603f5&fields=id&fields=name => generated 113 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1041/2176] 10.0.0.206 () {34 vars in 990 bytes} [Thu Sep 10 03:18:42 2026] GET /v2.0/ports?device_id=92a813c1-d908-4ee3-815d-b34fb7e93c15 => 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: 1136/2177] 162.253.55.155 () {34 vars in 986 bytes} [Thu Sep 10 03:18:42 2026] GET /v2.0/networks?id=fbcf73dd-c8d4-4059-9819-353f31849dc2 => generated 735 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1042/2178] 162.253.55.155 () {34 vars in 1050 bytes} [Thu Sep 10 03:18:42 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=e99512c22f4c438895442732cf452151 => generated 343 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1137/2179] 162.253.55.155 () {38 vars in 955 bytes} [Thu Sep 10 03:18:42 2026] POST /v2.0/ports => generated 1082 bytes in 431 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: 1138/2180] 10.0.0.206 () {34 vars in 990 bytes} [Thu Sep 10 03:18:43 2026] GET /v2.0/ports?device_id=8ee758eb-7c41-48c3-b3aa-e3d8371b9d62 => generated 971 bytes in 104 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1139/2181] 10.0.0.206 () {34 vars in 1040 bytes} [Thu Sep 10 03:18:43 2026] GET /v2.0/security-groups?id=8626c778-b1c9-4d15-ba79-b7fc211603f5&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: 1140/2182] 10.0.0.206 () {34 vars in 990 bytes} [Thu Sep 10 03:18:43 2026] GET /v2.0/ports?device_id=92a813c1-d908-4ee3-815d-b34fb7e93c15 => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1043/2183] 162.253.55.155 () {38 vars in 1028 bytes} [Thu Sep 10 03:18:43 2026] PUT /v2.0/ports/ea0d6974-9a1e-4e32-ba97-86db292b2b27 => generated 1243 bytes in 434 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-09-10 03:18:43.866 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-00085e27-0b64-4259-9aba-2d5661deda62'] response: {'name': 'network-changed', 'server_uuid': '1c6f2542-1837-465a-8993-fa73889eb3a1', 'tag': 'ea0d6974-9a1e-4e32-ba97-86db292b2b27', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1141/2184] 162.253.55.155 () {34 vars in 1080 bytes} [Thu Sep 10 03:18:44 2026] GET /v2.0/ports?tenant_id=e99512c22f4c438895442732cf452151&device_id=1c6f2542-1837-465a-8993-fa73889eb3a1 => generated 1246 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1044/2185] 162.253.55.155 () {34 vars in 1018 bytes} [Thu Sep 10 03:18:44 2026] GET /v2.0/networks?tenant_id=e99512c22f4c438895442732cf452151&shared=False => generated 735 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1142/2186] 162.253.55.155 () {34 vars in 930 bytes} [Thu Sep 10 03:18:44 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1045/2187] 162.253.55.155 () {34 vars in 994 bytes} [Thu Sep 10 03:18:44 2026] GET /v2.0/ports?device_id=8ee758eb-7c41-48c3-b3aa-e3d8371b9d62 => generated 969 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1046/2188] 10.0.0.206 () {34 vars in 990 bytes} [Thu Sep 10 03:18:44 2026] GET /v2.0/ports?device_id=8ee758eb-7c41-48c3-b3aa-e3d8371b9d62 => 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: 1047/2189] 10.0.0.206 () {34 vars in 1040 bytes} [Thu Sep 10 03:18:44 2026] GET /v2.0/security-groups?id=8626c778-b1c9-4d15-ba79-b7fc211603f5&fields=id&fields=name => generated 113 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-09-10 03:18:44.920 7 INFO neutron_taas.services.taas.taas_plugin [req-60ed43ee-ace9-4b0d-96ec-8eb49e99a8f4 req-4f50d8da-1af2-4236-bf34-07560b978bc9 a55a99e15fd94481a2a42f0c24079f2a 378ac8b42fb34057b2dd9be04688668c - - default default] TaaS: Handle Delete Port: 617e5386-d0d0-4a6b-92f0-25048f173e9b 2026-09-10 03:18:44.924 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-60ed43ee-ace9-4b0d-96ec-8eb49e99a8f4 req-4f50d8da-1af2-4236-bf34-07560b978bc9 a55a99e15fd94481a2a42f0c24079f2a 378ac8b42fb34057b2dd9be04688668c - - default default] Tap Mirror: Handle Delete Port: 617e5386-d0d0-4a6b-92f0-25048f173e9b 2026-09-10 03:18:45.060 7 INFO neutron.db.l3_db [req-60ed43ee-ace9-4b0d-96ec-8eb49e99a8f4 req-4f50d8da-1af2-4236-bf34-07560b978bc9 a55a99e15fd94481a2a42f0c24079f2a 378ac8b42fb34057b2dd9be04688668c - - default default] Floating IP 48504221-4b91-4875-8037-4c343ef35b51 disassociated. External IP: 10.96.250.218, port: 617e5386-d0d0-4a6b-92f0-25048f173e9b. [pid: 8|app: 0|req: 1048/2190] 10.0.0.206 () {34 vars in 990 bytes} [Thu Sep 10 03:18:45 2026] GET /v2.0/ports?device_id=1c6f2542-1837-465a-8993-fa73889eb3a1 => generated 1246 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1049/2191] 10.0.0.206 () {34 vars in 1040 bytes} [Thu Sep 10 03:18:45 2026] GET /v2.0/security-groups?id=369bec04-75ad-4d5d-b052-88b8767db8af&fields=id&fields=name => generated 96 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1050/2192] 10.0.0.206 () {34 vars in 990 bytes} [Thu Sep 10 03:18:45 2026] GET /v2.0/ports?device_id=1c6f2542-1837-465a-8993-fa73889eb3a1 => generated 1246 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1143/2193] 162.253.55.155 () {36 vars in 997 bytes} [Thu Sep 10 03:18:44 2026] DELETE /v2.0/ports/617e5386-d0d0-4a6b-92f0-25048f173e9b => generated 0 bytes in 596 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-09-10 03:18:45.397 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-6747ffb7-5458-4e93-8005-8b51ea16fe3c'] response: {'server_uuid': '8ee758eb-7c41-48c3-b3aa-e3d8371b9d62', 'name': 'network-vif-deleted', 'tag': '617e5386-d0d0-4a6b-92f0-25048f173e9b', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1051/2194] 162.253.55.155 () {34 vars in 1080 bytes} [Thu Sep 10 03:18:45 2026] GET /v2.0/ports?tenant_id=e99512c22f4c438895442732cf452151&device_id=1c6f2542-1837-465a-8993-fa73889eb3a1 => generated 1246 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1144/2195] 162.253.55.155 () {34 vars in 1062 bytes} [Thu Sep 10 03:18:45 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.2.126&port_id=ea0d6974-9a1e-4e32-ba97-86db292b2b27 => generated 19 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1052/2196] 162.253.55.155 () {34 vars in 984 bytes} [Thu Sep 10 03:18:45 2026] GET /v2.0/subnets?id=3f8a7e0d-362b-463c-b3cf-925264c9efc2 => generated 654 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1145/2197] 162.253.55.155 () {34 vars in 1052 bytes} [Thu Sep 10 03:18:45 2026] GET /v2.0/ports?network_id=fbcf73dd-c8d4-4059-9819-353f31849dc2&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: 1053/2198] 162.253.55.155 () {34 vars in 1012 bytes} [Thu Sep 10 03:18:45 2026] GET /v2.0/networks/fbcf73dd-c8d4-4059-9819-353f31849dc2?fields=segments => generated 14 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1146/2199] 162.253.55.155 () {34 vars in 1112 bytes} [Thu Sep 10 03:18:45 2026] GET /v2.0/networks/fbcf73dd-c8d4-4059-9819-353f31849dc2?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1054/2200] 10.0.0.206 () {34 vars in 990 bytes} [Thu Sep 10 03:18:45 2026] GET /v2.0/ports?device_id=8ee758eb-7c41-48c3-b3aa-e3d8371b9d62 => generated 12 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-09-10 03:18:46.569 7 INFO neutron_taas.services.taas.taas_plugin [None req-683bda08-1eeb-433e-ab4f-892a1b98ec4d 2dcafeabbd18499d9be13b4c6b2b81df e99512c22f4c438895442732cf452151 - - default default] TaaS: Handle Delete Port: e5d659f3-cb68-47d2-991a-6abe09e6c43f 2026-09-10 03:18:46.573 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-683bda08-1eeb-433e-ab4f-892a1b98ec4d 2dcafeabbd18499d9be13b4c6b2b81df e99512c22f4c438895442732cf452151 - - default default] Tap Mirror: Handle Delete Port: e5d659f3-cb68-47d2-991a-6abe09e6c43f [pid: 8|app: 0|req: 1055/2201] 10.0.0.206 () {34 vars in 990 bytes} [Thu Sep 10 03:18:47 2026] GET /v2.0/ports?device_id=8ee758eb-7c41-48c3-b3aa-e3d8371b9d62 => 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: 1147/2202] 10.0.0.146 () {34 vars in 789 bytes} [Thu Sep 10 03:18:46 2026] PUT /v2.0/routers/4080ffc6-e46f-4d24-b744-7838dcf556e1/remove_router_interface => generated 309 bytes in 1086 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-09-10 03:18:47.401 8 INFO neutron_taas.services.taas.taas_plugin [None req-d77968ee-96d6-49f1-9320-7a1100d15f15 2dcafeabbd18499d9be13b4c6b2b81df e99512c22f4c438895442732cf452151 - - default default] TaaS: Handle Delete Port: 3a9a83cf-844f-4492-87c1-bf92ee4ca5b8 2026-09-10 03:18:47.404 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d77968ee-96d6-49f1-9320-7a1100d15f15 2dcafeabbd18499d9be13b4c6b2b81df e99512c22f4c438895442732cf452151 - - default default] Tap Mirror: Handle Delete Port: 3a9a83cf-844f-4492-87c1-bf92ee4ca5b8 2026-09-10 03:18:47.717 8 INFO neutron_taas.services.taas.taas_plugin [None req-d77968ee-96d6-49f1-9320-7a1100d15f15 2dcafeabbd18499d9be13b4c6b2b81df e99512c22f4c438895442732cf452151 - - default default] TaaS: Handle Delete Port: 730715a1-8f15-465c-b558-f5e6d963265c 2026-09-10 03:18:47.719 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d77968ee-96d6-49f1-9320-7a1100d15f15 2dcafeabbd18499d9be13b4c6b2b81df e99512c22f4c438895442732cf452151 - - default default] Tap Mirror: Handle Delete Port: 730715a1-8f15-465c-b558-f5e6d963265c 2026-09-10 03:18:48.049 8 INFO neutron.services.segments.plugin [-] Segment cde4536e-9d86-48ae-8ec3-2c3b2aba91e4 resource provider aggregate not found 2026-09-10 03:18:48.056 8 INFO neutron.services.segments.plugin [-] Segment cde4536e-9d86-48ae-8ec3-2c3b2aba91e4 resource provider aggregate not found 2026-09-10 03:18:48.078 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment cde4536e-9d86-48ae-8ec3-2c3b2aba91e4 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cde4536e-9d86-48ae-8ec3-2c3b2aba91e4 found for delete ", "request_id": "req-44feb586-39b1-4d30-ac4a-c7c98252176e"}]} 2026-09-10 03:18:48.082 8 INFO neutron.db.l3_hamode_db [None req-d77968ee-96d6-49f1-9320-7a1100d15f15 2dcafeabbd18499d9be13b4c6b2b81df e99512c22f4c438895442732cf452151 - - default default] HA network 696de752-7c17-4931-86e3-a229bc680b0e was deleted as no HA routers are present in tenant 3a687acb8b0b460085ec74921639ae3d. 2026-09-10 03:18:48.090 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment cde4536e-9d86-48ae-8ec3-2c3b2aba91e4 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cde4536e-9d86-48ae-8ec3-2c3b2aba91e4 found for delete ", "request_id": "req-99c87764-6c0c-419f-99c1-07559643f443"}]} [pid: 8|app: 0|req: 1056/2203] 10.0.0.146 () {32 vars in 724 bytes} [Thu Sep 10 03:18:47 2026] DELETE /v2.0/routers/4080ffc6-e46f-4d24-b744-7838dcf556e1 => generated 0 bytes in 951 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1148/2204] 10.0.0.206 () {34 vars in 990 bytes} [Thu Sep 10 03:18:48 2026] GET /v2.0/ports?device_id=1c6f2542-1837-465a-8993-fa73889eb3a1 => generated 1246 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1149/2205] 10.0.0.206 () {34 vars in 1040 bytes} [Thu Sep 10 03:18:48 2026] GET /v2.0/security-groups?id=369bec04-75ad-4d5d-b052-88b8767db8af&fields=id&fields=name => generated 96 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1150/2206] 10.0.0.206 () {34 vars in 990 bytes} [Thu Sep 10 03:18:48 2026] GET /v2.0/ports?device_id=8ee758eb-7c41-48c3-b3aa-e3d8371b9d62 => 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: 1151/2207] 10.0.0.206 () {34 vars in 990 bytes} [Thu Sep 10 03:18:48 2026] GET /v2.0/ports?device_id=1c6f2542-1837-465a-8993-fa73889eb3a1 => generated 1246 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1057/2208] 10.0.0.146 () {32 vars in 724 bytes} [Thu Sep 10 03:18:48 2026] DELETE /v2.0/subnets/b6565ba7-c75e-489d-bb59-7a31897238db => generated 0 bytes in 184 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-09-10 03:18:48.376 7 INFO neutron_taas.services.taas.taas_plugin [None req-77b40989-4eac-4386-8739-942c9f7de3df 2dcafeabbd18499d9be13b4c6b2b81df e99512c22f4c438895442732cf452151 - - default default] TaaS: Handle Delete Port: b953df8a-bbc3-4838-994a-d4a00cd5a2a1 2026-09-10 03:18:48.379 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-77b40989-4eac-4386-8739-942c9f7de3df 2dcafeabbd18499d9be13b4c6b2b81df e99512c22f4c438895442732cf452151 - - default default] Tap Mirror: Handle Delete Port: b953df8a-bbc3-4838-994a-d4a00cd5a2a1 2026-09-10 03:18:48.563 7 INFO neutron.services.segments.plugin [-] Segment 4171c51a-86f6-4456-9c84-5c750e5c7999 resource provider aggregate not found 2026-09-10 03:18:48.568 7 INFO neutron.services.segments.plugin [-] Segment 4171c51a-86f6-4456-9c84-5c750e5c7999 resource provider aggregate not found 2026-09-10 03:18:48.584 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 4171c51a-86f6-4456-9c84-5c750e5c7999 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4171c51a-86f6-4456-9c84-5c750e5c7999 found for delete ", "request_id": "req-e9445dfc-4e4f-471f-bd62-b2518cf47d81"}]} 2026-09-10 03:18:48.592 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 4171c51a-86f6-4456-9c84-5c750e5c7999 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4171c51a-86f6-4456-9c84-5c750e5c7999 found for delete ", "request_id": "req-5199db92-2d01-4931-85bd-a272e2721127"}]} [pid: 7|app: 0|req: 1152/2209] 10.0.0.146 () {32 vars in 726 bytes} [Thu Sep 10 03:18:48 2026] DELETE /v2.0/networks/ed82cb18-430d-44a1-9f39-811ef4c885cc => generated 0 bytes in 322 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1058/2210] 10.0.0.146 () {32 vars in 774 bytes} [Thu Sep 10 03:18:48 2026] GET /v2.0/security-groups?tenant_id=3a687acb8b0b460085ec74921639ae3d&name=default => generated 2925 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1153/2211] 10.0.0.146 () {32 vars in 740 bytes} [Thu Sep 10 03:18:48 2026] DELETE /v2.0/security-groups/92864501-8653-40bf-ab6c-dd5e9e95a5fb => 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: 1059/2212] 10.0.0.146 () {32 vars in 740 bytes} [Thu Sep 10 03:18:49 2026] DELETE /v2.0/security-groups/8626c778-b1c9-4d15-ba79-b7fc211603f5 => generated 0 bytes in 216 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-09-10 03:18:49.710 7 INFO neutron_taas.services.taas.taas_plugin [None req-53a4abc8-40a9-4f7e-a919-42f707120b42 a55a99e15fd94481a2a42f0c24079f2a 378ac8b42fb34057b2dd9be04688668c - - default default] TaaS: Handle Delete Port: cfafce7f-abdb-4626-b49b-58af92260e43 2026-09-10 03:18:49.713 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-53a4abc8-40a9-4f7e-a919-42f707120b42 a55a99e15fd94481a2a42f0c24079f2a 378ac8b42fb34057b2dd9be04688668c - - default default] Tap Mirror: Handle Delete Port: cfafce7f-abdb-4626-b49b-58af92260e43 [pid: 8|app: 0|req: 1060/2213] 162.253.55.155 () {34 vars in 994 bytes} [Thu Sep 10 03:18:49 2026] GET /v2.0/ports?device_id=1c6f2542-1837-465a-8993-fa73889eb3a1 => generated 1248 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1061/2214] 162.253.55.155 () {34 vars in 1044 bytes} [Thu Sep 10 03:18:49 2026] GET /v2.0/security-groups?id=369bec04-75ad-4d5d-b052-88b8767db8af&fields=id&fields=name => generated 96 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1154/2215] 10.0.0.146 () {32 vars in 732 bytes} [Thu Sep 10 03:18:49 2026] DELETE /v2.0/floatingips/48504221-4b91-4875-8037-4c343ef35b51 => generated 0 bytes in 378 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1062/2216] 10.0.0.206 () {34 vars in 990 bytes} [Thu Sep 10 03:18:50 2026] GET /v2.0/ports?device_id=03292a3c-0bbb-4371-b192-c93aed62dc51 => generated 971 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1155/2217] 10.0.0.206 () {34 vars in 1040 bytes} [Thu Sep 10 03:18:50 2026] GET /v2.0/security-groups?id=d3950917-6755-406e-995c-e09b9d6bb93b&fields=id&fields=name => generated 113 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1063/2218] 10.0.0.206 () {34 vars in 990 bytes} [Thu Sep 10 03:18:51 2026] GET /v2.0/ports?device_id=03292a3c-0bbb-4371-b192-c93aed62dc51 => generated 971 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1156/2219] 10.0.0.206 () {34 vars in 990 bytes} [Thu Sep 10 03:18:51 2026] GET /v2.0/ports?device_id=1c6f2542-1837-465a-8993-fa73889eb3a1 => generated 1248 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1064/2220] 10.0.0.206 () {34 vars in 1040 bytes} [Thu Sep 10 03:18:51 2026] GET /v2.0/security-groups?id=d3950917-6755-406e-995c-e09b9d6bb93b&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: 1157/2221] 10.0.0.206 () {34 vars in 1040 bytes} [Thu Sep 10 03:18:51 2026] GET /v2.0/security-groups?id=369bec04-75ad-4d5d-b052-88b8767db8af&fields=id&fields=name => generated 96 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1065/2222] 10.0.0.206 () {34 vars in 990 bytes} [Thu Sep 10 03:18:51 2026] GET /v2.0/ports?device_id=1c6f2542-1837-465a-8993-fa73889eb3a1 => generated 1248 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1158/2223] 10.0.0.206 () {34 vars in 990 bytes} [Thu Sep 10 03:18:52 2026] GET /v2.0/ports?device_id=03292a3c-0bbb-4371-b192-c93aed62dc51 => generated 971 bytes in 104 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1066/2224] 162.253.55.155 () {34 vars in 994 bytes} [Thu Sep 10 03:18:52 2026] GET /v2.0/ports?device_id=03292a3c-0bbb-4371-b192-c93aed62dc51 => generated 971 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1159/2225] 10.0.0.206 () {34 vars in 1040 bytes} [Thu Sep 10 03:18:52 2026] GET /v2.0/security-groups?id=d3950917-6755-406e-995c-e09b9d6bb93b&fields=id&fields=name => generated 113 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-09-10 03:18:52.712 8 INFO neutron_taas.services.taas.taas_plugin [req-b2752ef0-906c-47b7-b609-c12e48515f76 req-77a1d658-b141-42b4-98d5-25d1a9a4b4e4 a55a99e15fd94481a2a42f0c24079f2a 378ac8b42fb34057b2dd9be04688668c - - default default] TaaS: Handle Delete Port: 9df7f969-136b-4b40-bba8-ec3d38daad82 2026-09-10 03:18:52.715 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-b2752ef0-906c-47b7-b609-c12e48515f76 req-77a1d658-b141-42b4-98d5-25d1a9a4b4e4 a55a99e15fd94481a2a42f0c24079f2a 378ac8b42fb34057b2dd9be04688668c - - default default] Tap Mirror: Handle Delete Port: 9df7f969-136b-4b40-bba8-ec3d38daad82 [pid: 8|app: 0|req: 1067/2226] 162.253.55.155 () {36 vars in 997 bytes} [Thu Sep 10 03:18:52 2026] DELETE /v2.0/ports/9df7f969-136b-4b40-bba8-ec3d38daad82 => generated 0 bytes in 209 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-09-10 03:18:52.849 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-e06bb807-4434-400b-9d3d-c7cff0efa7f6'] response: {'server_uuid': '03292a3c-0bbb-4371-b192-c93aed62dc51', 'name': 'network-vif-deleted', 'tag': '9df7f969-136b-4b40-bba8-ec3d38daad82', 'status': 'completed', 'code': 200} 2026-09-10 03:18:53.695 7 INFO neutron.db.segments_db [None req-e7c59582-50b1-4855-9940-71f7d2187d0c 2e6214e75a50464f842455ac3ad92c25 e273a68eb5b5471b9c225b4564dfcf5f - - default default] Added segment c140d187-085e-47da-b100-5a11dd7ed0a7 of type vxlan for network fbd52e2b-5123-494e-ae90-beafea574bc9 [pid: 8|app: 0|req: 1068/2227] 10.0.0.206 () {34 vars in 990 bytes} [Thu Sep 10 03:18:53 2026] GET /v2.0/ports?device_id=03292a3c-0bbb-4371-b192-c93aed62dc51 => generated 12 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1160/2228] 10.0.0.146 () {34 vars in 670 bytes} [Thu Sep 10 03:18:53 2026] POST /v2.0/networks => generated 727 bytes in 419 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1069/2229] 10.0.0.146 () {34 vars in 669 bytes} [Thu Sep 10 03:18:53 2026] POST /v2.0/subnets => generated 644 bytes in 211 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-09-10 03:18:54.011 7 WARNING neutron.api.v2.base [None req-8b89fe8e-af27-49e1-91aa-5b3ddb27bba4 2e6214e75a50464f842455ac3ad92c25 e273a68eb5b5471b9c225b4564dfcf5f - - 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-09-10 03:18:54.012 7 INFO neutron.api.v2.resource [None req-8b89fe8e-af27-49e1-91aa-5b3ddb27bba4 2e6214e75a50464f842455ac3ad92c25 e273a68eb5b5471b9c225b4564dfcf5f - - default default] create failed (client error): Invalid input for target_tenant. Reason: 'None' is not a valid string. [pid: 7|app: 0|req: 1161/2230] 10.0.0.146 () {34 vars in 681 bytes} [Thu Sep 10 03:18:54 2026] POST /v2.0/rbac-policies => generated 143 bytes in 12 msecs (HTTP/1.1 400) 4 headers in 166 bytes (1 switches on core 0) 2026-09-10 03:18:54.229 8 INFO neutron.services.segments.plugin [-] Segment c140d187-085e-47da-b100-5a11dd7ed0a7 resource provider aggregate not found 2026-09-10 03:18:54.235 8 INFO neutron.services.segments.plugin [-] Segment c140d187-085e-47da-b100-5a11dd7ed0a7 resource provider aggregate not found 2026-09-10 03:18:54.250 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment c140d187-085e-47da-b100-5a11dd7ed0a7 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c140d187-085e-47da-b100-5a11dd7ed0a7 found for delete ", "request_id": "req-1307489c-c3ea-4cbf-bd7f-c892edc14965"}]} [pid: 8|app: 0|req: 1070/2231] 10.0.0.146 () {32 vars in 726 bytes} [Thu Sep 10 03:18:54 2026] DELETE /v2.0/networks/fbd52e2b-5123-494e-ae90-beafea574bc9 => generated 0 bytes in 237 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-09-10 03:18:54.268 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment c140d187-085e-47da-b100-5a11dd7ed0a7 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c140d187-085e-47da-b100-5a11dd7ed0a7 found for delete ", "request_id": "req-81ae5571-303f-418e-b08a-c98c964719e4"}]} [pid: 8|app: 0|req: 1071/2232] 10.0.0.206 () {34 vars in 990 bytes} [Thu Sep 10 03:18:54 2026] GET /v2.0/ports?device_id=1c6f2542-1837-465a-8993-fa73889eb3a1 => generated 1248 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-09-10 03:18:54.334 7 INFO neutron.db.segments_db [None req-63b479ab-c314-4daf-a5cb-54438ee0a02c 2e6214e75a50464f842455ac3ad92c25 e273a68eb5b5471b9c225b4564dfcf5f - - default default] Added segment f5b6f3fb-e736-4b7c-9ccc-a28b53a7ddbf of type vxlan for network 43fbc936-851d-4598-91b6-24c25ef1838e [pid: 8|app: 0|req: 1072/2233] 10.0.0.206 () {34 vars in 1040 bytes} [Thu Sep 10 03:18:54 2026] GET /v2.0/security-groups?id=369bec04-75ad-4d5d-b052-88b8767db8af&fields=id&fields=name => generated 96 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1073/2234] 10.0.0.206 () {34 vars in 990 bytes} [Thu Sep 10 03:18:54 2026] GET /v2.0/ports?device_id=1c6f2542-1837-465a-8993-fa73889eb3a1 => generated 1248 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1162/2235] 10.0.0.146 () {34 vars in 670 bytes} [Thu Sep 10 03:18:54 2026] POST /v2.0/networks => generated 727 bytes in 196 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1074/2236] 10.0.0.146 () {34 vars in 669 bytes} [Thu Sep 10 03:18:54 2026] POST /v2.0/subnets => generated 647 bytes in 192 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-09-10 03:18:54.665 7 WARNING neutron.api.v2.base [None req-116f5b46-d27e-40c3-af8c-0d9d9b5ab1c2 2e6214e75a50464f842455ac3ad92c25 e273a68eb5b5471b9c225b4564dfcf5f - - 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-09-10 03:18:54.666 7 INFO neutron.api.v2.resource [None req-116f5b46-d27e-40c3-af8c-0d9d9b5ab1c2 2e6214e75a50464f842455ac3ad92c25 e273a68eb5b5471b9c225b4564dfcf5f - - default default] create failed (client error): Invalid input for target_tenant. Reason: '1234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234' exceeds maximum length of 255. [pid: 7|app: 0|req: 1163/2237] 10.0.0.146 () {34 vars in 681 bytes} [Thu Sep 10 03:18:54 2026] POST /v2.0/rbac-policies => generated 547 bytes in 6 msecs (HTTP/1.1 400) 4 headers in 166 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1164/2238] 10.0.0.206 () {34 vars in 990 bytes} [Thu Sep 10 03:18:54 2026] GET /v2.0/ports?device_id=03292a3c-0bbb-4371-b192-c93aed62dc51 => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1075/2239] 10.0.0.146 () {32 vars in 726 bytes} [Thu Sep 10 03:18:54 2026] DELETE /v2.0/networks/43fbc936-851d-4598-91b6-24c25ef1838e => generated 0 bytes in 229 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-09-10 03:18:54.952 7 INFO neutron.db.segments_db [None req-df36749a-7bfc-4727-ba43-348b4661cefa 2e6214e75a50464f842455ac3ad92c25 e273a68eb5b5471b9c225b4564dfcf5f - - default default] Added segment f4d32368-2cea-4db0-a496-33e2d6e0048c of type vxlan for network 791db64d-50aa-4527-a89a-8e787b11653b [pid: 7|app: 0|req: 1165/2240] 10.0.0.146 () {34 vars in 670 bytes} [Thu Sep 10 03:18:54 2026] POST /v2.0/networks => generated 726 bytes in 147 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1076/2241] 10.0.0.146 () {34 vars in 669 bytes} [Thu Sep 10 03:18:55 2026] POST /v2.0/subnets => generated 647 bytes in 216 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1166/2244] 10.0.0.146 () {34 vars in 681 bytes} [Thu Sep 10 03:18:55 2026] POST /v2.0/rbac-policies => generated 324 bytes in 197 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1167/2245] 10.0.0.206 () {34 vars in 990 bytes} [Thu Sep 10 03:18:55 2026] GET /v2.0/ports?device_id=03292a3c-0bbb-4371-b192-c93aed62dc51 => generated 12 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1079/2246] 10.0.0.146 () {32 vars in 723 bytes} [Thu Sep 10 03:18:55 2026] GET /v2.0/networks/791db64d-50aa-4527-a89a-8e787b11653b => generated 655 bytes in 152 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-09-10 03:18:56.268 8 INFO neutron.services.segments.plugin [-] Segment f5b6f3fb-e736-4b7c-9ccc-a28b53a7ddbf resource provider aggregate not found 2026-09-10 03:18:56.289 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment f5b6f3fb-e736-4b7c-9ccc-a28b53a7ddbf resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f5b6f3fb-e736-4b7c-9ccc-a28b53a7ddbf found for delete ", "request_id": "req-d30a910e-9992-4350-bb85-d7c730e9c120"}]} 2026-09-10 03:18:56.290 8 INFO neutron.services.segments.plugin [-] Segment f5b6f3fb-e736-4b7c-9ccc-a28b53a7ddbf resource provider aggregate not found 2026-09-10 03:18:56.305 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment f5b6f3fb-e736-4b7c-9ccc-a28b53a7ddbf resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f5b6f3fb-e736-4b7c-9ccc-a28b53a7ddbf found for delete ", "request_id": "req-05d03172-90eb-4c81-b2f0-dc77a92b54dd"}]} 2026-09-10 03:18:56.475 7 INFO neutron.pecan_wsgi.hooks.translation [None req-3886178f-faab-4006-a78d-7510cf398b0e 8d09f847ed6e49fb9a1e4985e157c205 ab31a70ebcef412592b948661de15d0e - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1168/2247] 10.0.0.146 () {32 vars in 723 bytes} [Thu Sep 10 03:18:56 2026] GET /v2.0/networks/791db64d-50aa-4527-a89a-8e787b11653b => generated 138 bytes in 42 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-09-10 03:18:56.694 8 INFO neutron_taas.services.taas.taas_plugin [None req-c5f1be39-8a19-4a3d-ae02-1b28840e53b5 2e6214e75a50464f842455ac3ad92c25 e273a68eb5b5471b9c225b4564dfcf5f - - default default] TaaS: Handle Delete Port: 27087a33-1dc8-46fa-9921-156394f46999 2026-09-10 03:18:56.697 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c5f1be39-8a19-4a3d-ae02-1b28840e53b5 2e6214e75a50464f842455ac3ad92c25 e273a68eb5b5471b9c225b4564dfcf5f - - default default] Tap Mirror: Handle Delete Port: 27087a33-1dc8-46fa-9921-156394f46999 [pid: 8|app: 0|req: 1080/2248] 10.0.0.146 () {32 vars in 726 bytes} [Thu Sep 10 03:18:56 2026] DELETE /v2.0/networks/791db64d-50aa-4527-a89a-8e787b11653b => generated 0 bytes in 545 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-09-10 03:18:57.052 7 INFO neutron.pecan_wsgi.hooks.translation [None req-a032a7a1-9381-4b66-889e-fa87e05473f6 2e6214e75a50464f842455ac3ad92c25 e273a68eb5b5471b9c225b4564dfcf5f - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1169/2249] 10.0.0.146 () {32 vars in 724 bytes} [Thu Sep 10 03:18:57 2026] DELETE /v2.0/subnets/da17a31a-1308-40f3-be01-7b3e3e1293db => generated 136 bytes in 26 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-09-10 03:18:57.088 7 INFO neutron.pecan_wsgi.hooks.translation [None req-5cac0c3a-3651-453e-961f-3539d34490dd 2e6214e75a50464f842455ac3ad92c25 e273a68eb5b5471b9c225b4564dfcf5f - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1170/2250] 10.0.0.146 () {32 vars in 724 bytes} [Thu Sep 10 03:18:57 2026] DELETE /v2.0/subnets/57fa147d-80ca-4545-ad7f-7a57d00f0417 => generated 136 bytes in 30 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-09-10 03:18:57.117 7 INFO neutron.pecan_wsgi.hooks.translation [None req-fcdd0fcb-d98f-4098-a2ce-6f9d1343a554 2e6214e75a50464f842455ac3ad92c25 e273a68eb5b5471b9c225b4564dfcf5f - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1171/2251] 10.0.0.146 () {32 vars in 724 bytes} [Thu Sep 10 03:18:57 2026] DELETE /v2.0/subnets/61f05db4-81ad-4c5d-ab20-5f2df361edcd => generated 136 bytes in 24 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1081/2252] 10.0.0.146 () {32 vars in 740 bytes} [Thu Sep 10 03:18:57 2026] DELETE /v2.0/security-groups/d3950917-6755-406e-995c-e09b9d6bb93b => generated 0 bytes in 161 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-09-10 03:18:57.630 7 INFO neutron_taas.services.taas.taas_plugin [None req-4896bce3-b83e-467a-8f69-c8fd0a682ba1 a55a99e15fd94481a2a42f0c24079f2a 378ac8b42fb34057b2dd9be04688668c - - default default] TaaS: Handle Delete Port: 7c591332-80ed-42a8-83a6-ae5cc9c5399f 2026-09-10 03:18:57.632 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4896bce3-b83e-467a-8f69-c8fd0a682ba1 a55a99e15fd94481a2a42f0c24079f2a 378ac8b42fb34057b2dd9be04688668c - - default default] Tap Mirror: Handle Delete Port: 7c591332-80ed-42a8-83a6-ae5cc9c5399f [pid: 7|app: 0|req: 1172/2253] 10.0.0.146 () {34 vars in 789 bytes} [Thu Sep 10 03:18:57 2026] PUT /v2.0/routers/c534abbc-6a24-4c47-b62f-117320f1ebf6/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: 1082/2254] 10.0.0.146 () {32 vars in 774 bytes} [Thu Sep 10 03:18:57 2026] GET /v2.0/security-groups?tenant_id=0a11444aecb148628fef622d0cbbd93c&name=default => generated 2925 bytes in 372 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-09-10 03:18:58.330 8 INFO neutron.services.segments.plugin [-] Segment f4d32368-2cea-4db0-a496-33e2d6e0048c resource provider aggregate not found 2026-09-10 03:18:58.346 8 INFO neutron.services.segments.plugin [-] Segment f4d32368-2cea-4db0-a496-33e2d6e0048c resource provider aggregate not found 2026-09-10 03:18:58.369 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment f4d32368-2cea-4db0-a496-33e2d6e0048c resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f4d32368-2cea-4db0-a496-33e2d6e0048c found for delete ", "request_id": "req-9033603c-8ea5-4e98-9bdc-e8012c49cb67"}]} 2026-09-10 03:18:58.372 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment f4d32368-2cea-4db0-a496-33e2d6e0048c resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f4d32368-2cea-4db0-a496-33e2d6e0048c found for delete ", "request_id": "req-6f7fbf9b-ea35-456e-a897-fec9f594ae4d"}]} [pid: 7|app: 0|req: 1173/2255] 10.0.0.146 () {32 vars in 724 bytes} [Thu Sep 10 03:18:58 2026] DELETE /v2.0/subnets/afda4cea-af7d-40f8-9308-8bae4e4e5938 => generated 0 bytes in 133 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1083/2256] 10.0.0.146 () {32 vars in 740 bytes} [Thu Sep 10 03:18:58 2026] DELETE /v2.0/security-groups/824887c1-edcb-41b3-b08e-cb6b08c14596 => generated 0 bytes in 124 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-09-10 03:18:58.582 7 INFO neutron_taas.services.taas.taas_plugin [None req-fd1f169e-ca22-4486-a5aa-1443da47a845 a55a99e15fd94481a2a42f0c24079f2a 378ac8b42fb34057b2dd9be04688668c - - default default] TaaS: Handle Delete Port: 13913032-d301-43b9-9028-1f5a16295a08 2026-09-10 03:18:58.586 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-fd1f169e-ca22-4486-a5aa-1443da47a845 a55a99e15fd94481a2a42f0c24079f2a 378ac8b42fb34057b2dd9be04688668c - - default default] Tap Mirror: Handle Delete Port: 13913032-d301-43b9-9028-1f5a16295a08 [pid: 8|app: 0|req: 1084/2257] 10.0.0.146 () {32 vars in 774 bytes} [Thu Sep 10 03:18:58 2026] GET /v2.0/security-groups?tenant_id=e273a68eb5b5471b9c225b4564dfcf5f&name=default => generated 2925 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1085/2258] 10.0.0.146 () {32 vars in 740 bytes} [Thu Sep 10 03:18:58 2026] DELETE /v2.0/security-groups/216a289d-07ad-4558-aa11-4d7b9212cbee => generated 0 bytes in 124 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-09-10 03:18:58.854 7 INFO neutron_taas.services.taas.taas_plugin [None req-fd1f169e-ca22-4486-a5aa-1443da47a845 a55a99e15fd94481a2a42f0c24079f2a 378ac8b42fb34057b2dd9be04688668c - - default default] TaaS: Handle Delete Port: 037b2df7-cf96-4327-8213-859e756b8efa 2026-09-10 03:18:58.858 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-fd1f169e-ca22-4486-a5aa-1443da47a845 a55a99e15fd94481a2a42f0c24079f2a 378ac8b42fb34057b2dd9be04688668c - - default default] Tap Mirror: Handle Delete Port: 037b2df7-cf96-4327-8213-859e756b8efa [pid: 8|app: 0|req: 1086/2259] 10.0.0.146 () {32 vars in 774 bytes} [Thu Sep 10 03:18:58 2026] GET /v2.0/security-groups?tenant_id=ab31a70ebcef412592b948661de15d0e&name=default => generated 2925 bytes in 182 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-09-10 03:18:59.161 7 INFO neutron.services.segments.plugin [-] Segment 4a2218ca-069e-4de3-b1a6-869a9cb25349 resource provider aggregate not found 2026-09-10 03:18:59.170 7 INFO neutron.services.segments.plugin [-] Segment 4a2218ca-069e-4de3-b1a6-869a9cb25349 resource provider aggregate not found 2026-09-10 03:18:59.181 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 4a2218ca-069e-4de3-b1a6-869a9cb25349 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4a2218ca-069e-4de3-b1a6-869a9cb25349 found for delete ", "request_id": "req-2ad14ecf-5145-4045-92aa-72a30a96919c"}]} 2026-09-10 03:18:59.188 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 4a2218ca-069e-4de3-b1a6-869a9cb25349 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4a2218ca-069e-4de3-b1a6-869a9cb25349 found for delete ", "request_id": "req-e723a93e-ab4e-4c3d-b86e-59efa6f0c19e"}]} 2026-09-10 03:18:59.191 7 INFO neutron.db.l3_hamode_db [None req-fd1f169e-ca22-4486-a5aa-1443da47a845 a55a99e15fd94481a2a42f0c24079f2a 378ac8b42fb34057b2dd9be04688668c - - default default] HA network 6e3c7923-2f08-4992-8107-b3e5c1bb5aef was deleted as no HA routers are present in tenant 378ac8b42fb34057b2dd9be04688668c. [pid: 7|app: 0|req: 1174/2260] 10.0.0.146 () {32 vars in 724 bytes} [Thu Sep 10 03:18:58 2026] DELETE /v2.0/routers/c534abbc-6a24-4c47-b62f-117320f1ebf6 => generated 0 bytes in 798 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1087/2261] 10.0.0.146 () {32 vars in 740 bytes} [Thu Sep 10 03:18:59 2026] DELETE /v2.0/security-groups/cdaae5e6-dcf1-4960-ad3c-46fbfe3f93f7 => generated 0 bytes in 109 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-09-10 03:18:59.289 7 INFO neutron_taas.services.taas.taas_plugin [None req-3f7c2847-7aca-468c-925e-7591b4a3235f a55a99e15fd94481a2a42f0c24079f2a 378ac8b42fb34057b2dd9be04688668c - - default default] TaaS: Handle Delete Port: ac7a5d6f-6535-44a2-ac44-3cf38b8ec461 2026-09-10 03:18:59.292 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3f7c2847-7aca-468c-925e-7591b4a3235f a55a99e15fd94481a2a42f0c24079f2a 378ac8b42fb34057b2dd9be04688668c - - default default] Tap Mirror: Handle Delete Port: ac7a5d6f-6535-44a2-ac44-3cf38b8ec461 [pid: 7|app: 0|req: 1175/2262] 10.0.0.146 () {32 vars in 726 bytes} [Thu Sep 10 03:18:59 2026] DELETE /v2.0/networks/b30d59d2-9425-42bf-80fa-2731a3fd18c2 => generated 0 bytes in 360 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1088/2263] 10.0.0.146 () {32 vars in 774 bytes} [Thu Sep 10 03:19:00 2026] GET /v2.0/security-groups?tenant_id=378ac8b42fb34057b2dd9be04688668c&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: 1176/2264] 10.0.0.146 () {32 vars in 740 bytes} [Thu Sep 10 03:19:00 2026] DELETE /v2.0/security-groups/4fdd6882-9dbb-4e0c-81a8-736777fe7924 => 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: 1089/2265] 10.0.0.146 () {32 vars in 774 bytes} [Thu Sep 10 03:19:00 2026] GET /v2.0/security-groups?tenant_id=33a72fd831dc421b9db1962fcb841234&name=default => generated 2925 bytes in 216 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1177/2266] 10.0.0.146 () {32 vars in 740 bytes} [Thu Sep 10 03:19:01 2026] DELETE /v2.0/security-groups/e3989bba-40c7-4f1e-ab7e-a6ff76262c54 => generated 0 bytes in 97 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-09-10 03:19:01.225 7 INFO neutron.services.segments.plugin [-] Segment b8121f9b-0abc-4391-8ae1-1ed39e22bb05 resource provider aggregate not found 2026-09-10 03:19:01.241 7 INFO neutron.services.segments.plugin [-] Segment b8121f9b-0abc-4391-8ae1-1ed39e22bb05 resource provider aggregate not found 2026-09-10 03:19:01.246 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment b8121f9b-0abc-4391-8ae1-1ed39e22bb05 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b8121f9b-0abc-4391-8ae1-1ed39e22bb05 found for delete ", "request_id": "req-e2250c3e-c477-48ca-8cf5-29a269bea09d"}]} 2026-09-10 03:19:01.266 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment b8121f9b-0abc-4391-8ae1-1ed39e22bb05 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b8121f9b-0abc-4391-8ae1-1ed39e22bb05 found for delete ", "request_id": "req-58f9bf4c-1db1-403e-8d61-4daf9a1bb55b"}]} 2026-09-10 03:19:03.543 8 INFO neutron.db.segments_db [None req-d5c4edfb-28b6-431b-9cb5-b13631cd4116 2dcafeabbd18499d9be13b4c6b2b81df e99512c22f4c438895442732cf452151 - - default default] Added segment 091f740f-2fab-49d2-81a2-03248546327b of type vxlan for network b542c164-4e5d-4b8f-801a-2b7a4fb11a72 [pid: 8|app: 0|req: 1090/2267] 10.0.0.146 () {34 vars in 671 bytes} [Thu Sep 10 03:19:03 2026] POST /v2.0/networks => generated 741 bytes in 587 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1178/2268] 10.0.0.146 () {34 vars in 669 bytes} [Thu Sep 10 03:19:03 2026] POST /v2.0/subnets => generated 688 bytes in 275 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-09-10 03:19:04.050 8 INFO neutron.db.segments_db [None req-2d03bcad-83c2-4172-9577-faffecafd799 2dcafeabbd18499d9be13b4c6b2b81df e99512c22f4c438895442732cf452151 - - default default] Added segment 24e3e656-4c50-4596-8711-d0042dc20c2d of type vxlan for network 99a4943a-8ad2-421b-8ab9-24691ae9d643 2026-09-10 03:19:04.373 8 INFO neutron.db.l3_hamode_db [None req-2d03bcad-83c2-4172-9577-faffecafd799 2dcafeabbd18499d9be13b4c6b2b81df e3a34d248656418e8468873747b92cc5 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1179/2269] 10.0.0.146 () {34 vars in 678 bytes} [Thu Sep 10 03:19:04 2026] POST /v2.0/qos/policies => generated 359 bytes in 251 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1180/2270] 10.0.0.146 () {34 vars in 678 bytes} [Thu Sep 10 03:19:04 2026] POST /v2.0/qos/policies => generated 359 bytes in 61 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1181/2271] 10.0.0.146 () {34 vars in 678 bytes} [Thu Sep 10 03:19:04 2026] POST /v2.0/qos/policies => generated 359 bytes in 53 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1182/2272] 10.0.0.146 () {34 vars in 678 bytes} [Thu Sep 10 03:19:04 2026] POST /v2.0/qos/policies => generated 359 bytes in 57 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1183/2273] 10.0.0.146 () {34 vars in 678 bytes} [Thu Sep 10 03:19:04 2026] POST /v2.0/qos/policies => generated 359 bytes in 53 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1184/2274] 10.0.0.146 () {34 vars in 753 bytes} [Thu Sep 10 03:19:04 2026] PUT /v2.0/policies/56d55055-70e3-4696-856a-70fd43a95246/tags => generated 17 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1185/2275] 10.0.0.146 () {34 vars in 753 bytes} [Thu Sep 10 03:19:04 2026] PUT /v2.0/policies/7c45d96e-9846-4f60-8ce2-8d073cc4fd3e/tags => generated 25 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1186/2276] 10.0.0.146 () {34 vars in 753 bytes} [Thu Sep 10 03:19:04 2026] PUT /v2.0/policies/32a611ca-5dde-4a6a-ba99-ad81e1e9e2fd/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: 1187/2277] 10.0.0.146 () {34 vars in 753 bytes} [Thu Sep 10 03:19:04 2026] PUT /v2.0/policies/6a6e9fe4-e613-4018-ba6d-4c94873f6d58/tags => generated 19 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-09-10 03:19:05.252 8 INFO neutron.db.l3_hamode_db [None req-2d03bcad-83c2-4172-9577-faffecafd799 2dcafeabbd18499d9be13b4c6b2b81df e99512c22f4c438895442732cf452151 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1188/2278] 10.0.0.146 () {32 vars in 674 bytes} [Thu Sep 10 03:19:05 2026] GET /v2.0/qos/policies?tags=red => generated 1101 bytes in 129 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1189/2279] 10.0.0.146 () {32 vars in 688 bytes} [Thu Sep 10 03:19:05 2026] GET /v2.0/qos/policies?tags=red%2Cblue => generated 747 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1190/2280] 10.0.0.146 () {32 vars in 684 bytes} [Thu Sep 10 03:19:05 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) [pid: 7|app: 0|req: 1191/2281] 10.0.0.146 () {32 vars in 696 bytes} [Thu Sep 10 03:19:05 2026] GET /v2.0/qos/policies?tags-any=red%2Cblue => generated 1101 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1192/2282] 10.0.0.146 () {32 vars in 682 bytes} [Thu Sep 10 03:19:05 2026] GET /v2.0/qos/policies?not-tags=red => generated 719 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1193/2283] 10.0.0.146 () {32 vars in 696 bytes} [Thu Sep 10 03:19:05 2026] GET /v2.0/qos/policies?not-tags=red%2Cblue => generated 1073 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1194/2284] 10.0.0.146 () {32 vars in 692 bytes} [Thu Sep 10 03:19:05 2026] GET /v2.0/qos/policies?not-tags-any=blue => generated 1073 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1195/2285] 10.0.0.146 () {32 vars in 704 bytes} [Thu Sep 10 03:19:05 2026] GET /v2.0/qos/policies?not-tags-any=red%2Cblue => generated 719 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1196/2286] 10.0.0.146 () {32 vars in 734 bytes} [Thu Sep 10 03:19:05 2026] DELETE /v2.0/qos/policies/56d55055-70e3-4696-856a-70fd43a95246 => 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: 1197/2287] 10.0.0.146 () {32 vars in 734 bytes} [Thu Sep 10 03:19:05 2026] DELETE /v2.0/qos/policies/7c45d96e-9846-4f60-8ce2-8d073cc4fd3e => generated 0 bytes in 44 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1198/2288] 10.0.0.146 () {32 vars in 734 bytes} [Thu Sep 10 03:19:05 2026] DELETE /v2.0/qos/policies/32a611ca-5dde-4a6a-ba99-ad81e1e9e2fd => generated 0 bytes in 44 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1199/2289] 10.0.0.146 () {32 vars in 734 bytes} [Thu Sep 10 03:19:05 2026] DELETE /v2.0/qos/policies/6a6e9fe4-e613-4018-ba6d-4c94873f6d58 => generated 0 bytes in 38 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1200/2290] 10.0.0.146 () {32 vars in 734 bytes} [Thu Sep 10 03:19:06 2026] DELETE /v2.0/qos/policies/d81c2e01-7037-4739-bb5a-d1d4f8bb8a85 => generated 0 bytes in 40 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1091/2291] 10.0.0.146 () {34 vars in 669 bytes} [Thu Sep 10 03:19:03 2026] POST /v2.0/routers => generated 728 bytes in 2080 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1201/2292] 10.0.0.146 () {34 vars in 783 bytes} [Thu Sep 10 03:19:06 2026] PUT /v2.0/routers/c73abeef-3782-4e39-b8c8-282bb69bcdc0/add_router_interface => generated 309 bytes in 1158 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1092/2293] 10.0.0.146 () {32 vars in 774 bytes} [Thu Sep 10 03:19:07 2026] GET /v2.0/security-groups?tenant_id=91c0351b129e47c6b8d5bc7115b85b45&name=default => generated 2925 bytes in 337 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1202/2294] 10.0.0.146 () {32 vars in 740 bytes} [Thu Sep 10 03:19:07 2026] DELETE /v2.0/security-groups/2c1ca6f4-9174-4b5c-bf4c-ebb363a3bc8a => generated 0 bytes in 119 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1093/2295] 10.0.0.146 () {32 vars in 774 bytes} [Thu Sep 10 03:19:07 2026] GET /v2.0/security-groups?tenant_id=9f419cd927a74932a0667d90357ce1a7&name=default => generated 2925 bytes in 136 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1203/2296] 10.0.0.146 () {32 vars in 740 bytes} [Thu Sep 10 03:19:07 2026] DELETE /v2.0/security-groups/390d9072-83ed-4a91-a00f-151b58c4102c => 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: 1094/2297] 10.0.0.146 () {32 vars in 774 bytes} [Thu Sep 10 03:19:07 2026] GET /v2.0/security-groups?tenant_id=8bd02e2a175d49eb8c959c720735040c&name=default => generated 2925 bytes in 95 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1204/2298] 10.0.0.146 () {32 vars in 740 bytes} [Thu Sep 10 03:19:08 2026] DELETE /v2.0/security-groups/e5db43d0-3930-459a-98eb-530426a996df => generated 0 bytes in 132 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-09-10 03:19:08.796 8 INFO neutron.db.segments_db [None req-25afa328-928f-4b94-93ee-85637a98fc42 2dcafeabbd18499d9be13b4c6b2b81df e99512c22f4c438895442732cf452151 - - default default] Added segment 3ebb0ff7-3b45-4f78-a2ea-ad52548755ed of type vxlan for network f0e6742f-350a-4c02-ad82-c3c8baaf9bc8 [pid: 8|app: 0|req: 1095/2299] 10.0.0.146 () {34 vars in 671 bytes} [Thu Sep 10 03:19:08 2026] POST /v2.0/networks => generated 740 bytes in 250 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1205/2300] 10.0.0.146 () {34 vars in 669 bytes} [Thu Sep 10 03:19:08 2026] POST /v2.0/subnets => generated 687 bytes in 190 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-09-10 03:19:09.184 8 INFO neutron.db.segments_db [None req-933c8643-024b-4b48-8663-3dd642775faf 2dcafeabbd18499d9be13b4c6b2b81df e99512c22f4c438895442732cf452151 - - default default] Added segment 89f6061f-7b69-4146-bfbf-4e2a81cab9c6 of type vxlan for network 0f3958d1-0e7e-471d-a7ec-7d283810416e 2026-09-10 03:19:09.396 8 INFO neutron.db.l3_hamode_db [None req-933c8643-024b-4b48-8663-3dd642775faf 2dcafeabbd18499d9be13b4c6b2b81df 611a35fe9b9146ddb39d530d9db4c80e - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-09-10 03:19:10.042 8 INFO neutron.db.l3_hamode_db [None req-933c8643-024b-4b48-8663-3dd642775faf 2dcafeabbd18499d9be13b4c6b2b81df e99512c22f4c438895442732cf452151 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1096/2303] 10.0.0.146 () {34 vars in 669 bytes} [Thu Sep 10 03:19:09 2026] POST /v2.0/routers => generated 727 bytes in 2131 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1208/2304] 10.0.0.146 () {34 vars in 783 bytes} [Thu Sep 10 03:19:11 2026] PUT /v2.0/routers/7d7256ea-a873-40cb-9759-69cfb81f72bc/add_router_interface => generated 309 bytes in 1179 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-09-10 03:19:12.966 8 INFO neutron.db.segments_db [None req-59c82be5-34a3-4d28-b949-1e8200d499ef fb2ac0cbc3b94a268889884274cf0103 8cb17e3ba35a415d98ad0b2f208993da - - default default] Added segment 94c82cb5-45d6-4c39-9911-129d6ed056b3 of type vxlan for network 764411ca-fd94-4fd0-ac2c-4dcb90fa12f6 2026-09-10 03:19:13.213 8 INFO neutron.db.l3_hamode_db [None req-59c82be5-34a3-4d28-b949-1e8200d499ef fb2ac0cbc3b94a268889884274cf0103 8cb17e3ba35a415d98ad0b2f208993da - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1209/2305] 10.0.0.146 () {34 vars in 685 bytes} [Thu Sep 10 03:19:13 2026] POST /v2.0/security-groups => generated 1675 bytes in 151 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-09-10 03:19:13.344 8 INFO neutron.db.l3_hamode_db [None req-59c82be5-34a3-4d28-b949-1e8200d499ef fb2ac0cbc3b94a268889884274cf0103 8cb17e3ba35a415d98ad0b2f208993da - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1210/2306] 10.0.0.146 () {34 vars in 695 bytes} [Thu Sep 10 03:19:13 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: 7|app: 0|req: 1211/2307] 10.0.0.146 () {34 vars in 695 bytes} [Thu Sep 10 03:19:13 2026] POST /v2.0/security-group-rules => generated 596 bytes in 261 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1212/2308] 10.0.0.146 () {34 vars in 695 bytes} [Thu Sep 10 03:19:13 2026] POST /v2.0/security-group-rules => generated 602 bytes in 120 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1213/2309] 10.0.0.146 () {34 vars in 695 bytes} [Thu Sep 10 03:19:13 2026] POST /v2.0/security-group-rules => generated 601 bytes in 192 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1097/2310] 10.0.0.146 () {34 vars in 668 bytes} [Thu Sep 10 03:19:12 2026] POST /v2.0/routers => generated 474 bytes in 1219 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-09-10 03:19:14.051 7 INFO neutron.db.securitygroups_db [None req-5b982f79-36ef-43e2-878f-9db76688ff18 17dd66186cd7471da9a76738fc59bdf3 e3a34d248656418e8468873747b92cc5 - - default default] Project e3a34d248656418e8468873747b92cc5 added a security group rule with legacy IPv6 ICMP protocol name icmp, ipv6-icmp should be used instead. It was automatically converted. 2026-09-10 03:19:14.057 8 INFO neutron.db.l3_hamode_db [None req-99bb3d01-e1ab-4220-a912-28ac0f803bea fb2ac0cbc3b94a268889884274cf0103 8cb17e3ba35a415d98ad0b2f208993da - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1214/2311] 10.0.0.146 () {34 vars in 695 bytes} [Thu Sep 10 03:19:14 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) 2026-09-10 03:19:14.178 8 INFO neutron.db.l3_hamode_db [None req-99bb3d01-e1ab-4220-a912-28ac0f803bea fb2ac0cbc3b94a268889884274cf0103 8cb17e3ba35a415d98ad0b2f208993da - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-09-10 03:19:14.180 7 INFO neutron.db.securitygroups_db [None req-2ca0604c-a79c-4ff1-a2c7-ddd5a8d66b4d 17dd66186cd7471da9a76738fc59bdf3 e3a34d248656418e8468873747b92cc5 - - default default] Project e3a34d248656418e8468873747b92cc5 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: 1215/2312] 10.0.0.146 () {34 vars in 695 bytes} [Thu Sep 10 03:19:14 2026] POST /v2.0/security-group-rules => generated 606 bytes in 201 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1216/2313] 10.0.0.146 () {34 vars in 685 bytes} [Thu Sep 10 03:19:14 2026] POST /v2.0/security-groups => generated 1661 bytes in 151 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1098/2314] 10.0.0.146 () {34 vars in 668 bytes} [Thu Sep 10 03:19:14 2026] POST /v2.0/routers => generated 474 bytes in 1017 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1217/2315] 10.0.0.146 () {34 vars in 695 bytes} [Thu Sep 10 03:19:14 2026] POST /v2.0/security-group-rules => generated 597 bytes in 154 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-09-10 03:19:15.115 8 INFO neutron.db.l3_hamode_db [None req-26e3a98d-ac32-4ae2-96b6-30880c05a8fa fb2ac0cbc3b94a268889884274cf0103 8cb17e3ba35a415d98ad0b2f208993da - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1218/2316] 10.0.0.146 () {34 vars in 695 bytes} [Thu Sep 10 03:19:15 2026] POST /v2.0/security-group-rules => generated 602 bytes in 130 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-09-10 03:19:15.285 8 INFO neutron.db.l3_hamode_db [None req-26e3a98d-ac32-4ae2-96b6-30880c05a8fa fb2ac0cbc3b94a268889884274cf0103 8cb17e3ba35a415d98ad0b2f208993da - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1219/2317] 10.0.0.146 () {34 vars in 676 bytes} [Thu Sep 10 03:19:15 2026] POST /v2.0/floatingips => generated 552 bytes in 617 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1220/2318] 10.0.0.206 () {34 vars in 1096 bytes} [Thu Sep 10 03:19:15 2026] GET /v2.0/security-groups?name=tempest-securitygroup--75105015&fields=id&tenant_id=e3a34d248656418e8468873747b92cc5 => generated 69 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1221/2319] 10.0.0.206 () {34 vars in 1100 bytes} [Thu Sep 10 03:19:15 2026] GET /v2.0/security-groups?name=tempest-secgroup-smoke-1500315745&fields=id&tenant_id=e3a34d248656418e8468873747b92cc5 => generated 69 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1222/2320] 10.0.0.206 () {34 vars in 982 bytes} [Thu Sep 10 03:19:16 2026] GET /v2.0/networks?id=b542c164-4e5d-4b8f-801a-2b7a4fb11a72 => generated 673 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1223/2321] 10.0.0.206 () {34 vars in 965 bytes} [Thu Sep 10 03:19:16 2026] GET /v2.0/quotas/e3a34d248656418e8468873747b92cc5 => generated 292 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1224/2322] 10.0.0.206 () {34 vars in 1002 bytes} [Thu Sep 10 03:19:16 2026] GET /v2.0/ports?tenant_id=e3a34d248656418e8468873747b92cc5&fields=id => generated 103 bytes in 133 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1099/2323] 10.0.0.146 () {34 vars in 668 bytes} [Thu Sep 10 03:19:15 2026] POST /v2.0/routers => generated 474 bytes in 1205 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1225/2324] 10.0.0.206 () {34 vars in 1008 bytes} [Thu Sep 10 03:19:16 2026] GET /v2.0/networks/b542c164-4e5d-4b8f-801a-2b7a4fb11a72?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: 1226/2325] 10.0.0.206 () {34 vars in 1108 bytes} [Thu Sep 10 03:19:16 2026] GET /v2.0/networks/b542c164-4e5d-4b8f-801a-2b7a4fb11a72?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-09-10 03:19:16.360 8 INFO neutron.db.l3_hamode_db [None req-4b798efb-6a04-4efd-a401-ecde87a6c68c fb2ac0cbc3b94a268889884274cf0103 8cb17e3ba35a415d98ad0b2f208993da - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-09-10 03:19:16.543 8 INFO neutron.db.l3_hamode_db [None req-4b798efb-6a04-4efd-a401-ecde87a6c68c fb2ac0cbc3b94a268889884274cf0103 8cb17e3ba35a415d98ad0b2f208993da - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1227/2326] 10.0.0.206 () {34 vars in 990 bytes} [Thu Sep 10 03:19:16 2026] GET /v2.0/ports?device_id=72889057-1c80-4d60-97f4-bd0a8f4cc190 => generated 12 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1100/2327] 10.0.0.146 () {34 vars in 668 bytes} [Thu Sep 10 03:19:16 2026] POST /v2.0/routers => generated 474 bytes in 998 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-09-10 03:19:17.304 7 INFO neutron.db.l3_hamode_db [None req-9ec61b4a-5bf1-4616-9b12-d7906ca11af1 fb2ac0cbc3b94a268889884274cf0103 8cb17e3ba35a415d98ad0b2f208993da - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-09-10 03:19:17.425 7 INFO neutron.db.l3_hamode_db [None req-9ec61b4a-5bf1-4616-9b12-d7906ca11af1 fb2ac0cbc3b94a268889884274cf0103 8cb17e3ba35a415d98ad0b2f208993da - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1101/2328] 10.0.0.206 () {34 vars in 990 bytes} [Thu Sep 10 03:19:17 2026] GET /v2.0/ports?device_id=72889057-1c80-4d60-97f4-bd0a8f4cc190 => 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: 1228/2329] 10.0.0.146 () {34 vars in 668 bytes} [Thu Sep 10 03:19:17 2026] POST /v2.0/routers => generated 474 bytes in 828 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1102/2330] 10.0.0.146 () {34 vars in 751 bytes} [Thu Sep 10 03:19:18 2026] PUT /v2.0/routers/866ac209-344a-4d62-8c64-029fc18a6ca3/tags => generated 17 bytes in 186 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1103/2331] 10.0.0.206 () {34 vars in 990 bytes} [Thu Sep 10 03:19:18 2026] GET /v2.0/ports?device_id=72889057-1c80-4d60-97f4-bd0a8f4cc190 => 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: 1229/2332] 10.0.0.146 () {34 vars in 751 bytes} [Thu Sep 10 03:19:18 2026] PUT /v2.0/routers/e4905c87-2ef6-4d6b-bc9c-f8f895e71661/tags => generated 25 bytes in 628 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1104/2333] 10.0.0.146 () {34 vars in 751 bytes} [Thu Sep 10 03:19:18 2026] PUT /v2.0/routers/dc4577ff-20ef-4428-823d-6a0e4a3f0a89/tags => generated 34 bytes in 106 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1230/2334] 10.0.0.146 () {34 vars in 751 bytes} [Thu Sep 10 03:19:19 2026] PUT /v2.0/routers/40117c35-fae3-468e-b081-a02016c5ae33/tags => generated 19 bytes in 103 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1105/2335] 10.0.0.146 () {32 vars in 664 bytes} [Thu Sep 10 03:19:19 2026] GET /v2.0/routers?tags=red => generated 1463 bytes in 93 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1231/2336] 10.0.0.146 () {32 vars in 678 bytes} [Thu Sep 10 03:19:19 2026] GET /v2.0/routers?tags=red%2Cblue => generated 988 bytes in 95 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1106/2337] 10.0.0.146 () {32 vars in 674 bytes} [Thu Sep 10 03:19:19 2026] GET /v2.0/routers?tags-any=blue => generated 988 bytes in 100 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1232/2338] 10.0.0.146 () {32 vars in 686 bytes} [Thu Sep 10 03:19:19 2026] GET /v2.0/routers?tags-any=red%2Cblue => generated 1463 bytes in 124 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1107/2339] 10.0.0.146 () {32 vars in 672 bytes} [Thu Sep 10 03:19:19 2026] GET /v2.0/routers?not-tags=red => generated 960 bytes in 105 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1233/2340] 10.0.0.146 () {32 vars in 686 bytes} [Thu Sep 10 03:19:19 2026] GET /v2.0/routers?not-tags=red%2Cblue => generated 1435 bytes in 91 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1234/2341] 10.0.0.206 () {34 vars in 990 bytes} [Thu Sep 10 03:19:19 2026] GET /v2.0/ports?device_id=72889057-1c80-4d60-97f4-bd0a8f4cc190 => generated 12 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1108/2342] 10.0.0.146 () {32 vars in 682 bytes} [Thu Sep 10 03:19:19 2026] GET /v2.0/routers?not-tags-any=blue => generated 1435 bytes in 164 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1235/2343] 10.0.0.146 () {32 vars in 694 bytes} [Thu Sep 10 03:19:19 2026] GET /v2.0/routers?not-tags-any=red%2Cblue => generated 960 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1109/2344] 10.0.0.146 () {32 vars in 721 bytes} [Thu Sep 10 03:19:20 2026] GET /v2.0/routers/866ac209-344a-4d62-8c64-029fc18a6ca3 => generated 485 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1236/2345] 10.0.0.146 () {34 vars in 742 bytes} [Thu Sep 10 03:19:20 2026] PUT /v2.0/routers/866ac209-344a-4d62-8c64-029fc18a6ca3 => generated 485 bytes in 487 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1110/2346] 10.0.0.146 () {32 vars in 736 bytes} [Thu Sep 10 03:19:20 2026] GET /v2.0/ports?device_id=866ac209-344a-4d62-8c64-029fc18a6ca3 => generated 12 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-09-10 03:19:20.788 7 INFO neutron_taas.services.taas.taas_plugin [None req-c72ab29c-a419-495e-95fa-373008831af2 fb2ac0cbc3b94a268889884274cf0103 8cb17e3ba35a415d98ad0b2f208993da - - default default] TaaS: Handle Delete Port: 393a7d78-b156-431d-ad64-d7a9d1b78ed0 2026-09-10 03:19:20.790 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c72ab29c-a419-495e-95fa-373008831af2 fb2ac0cbc3b94a268889884274cf0103 8cb17e3ba35a415d98ad0b2f208993da - - default default] Tap Mirror: Handle Delete Port: 393a7d78-b156-431d-ad64-d7a9d1b78ed0 [pid: 7|app: 0|req: 1237/2347] 10.0.0.146 () {32 vars in 724 bytes} [Thu Sep 10 03:19:20 2026] DELETE /v2.0/routers/866ac209-344a-4d62-8c64-029fc18a6ca3 => generated 0 bytes in 361 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1238/2348] 10.0.0.206 () {34 vars in 990 bytes} [Thu Sep 10 03:19:21 2026] GET /v2.0/ports?device_id=72889057-1c80-4d60-97f4-bd0a8f4cc190 => 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: 1111/2349] 162.253.55.155 () {34 vars in 986 bytes} [Thu Sep 10 03:19:21 2026] GET /v2.0/networks?id=b542c164-4e5d-4b8f-801a-2b7a4fb11a72 => generated 673 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1112/2350] 162.253.55.155 () {34 vars in 1050 bytes} [Thu Sep 10 03:19:21 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=e3a34d248656418e8468873747b92cc5 => generated 272 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1239/2351] 10.0.0.146 () {32 vars in 721 bytes} [Thu Sep 10 03:19:21 2026] GET /v2.0/routers/e4905c87-2ef6-4d6b-bc9c-f8f895e71661 => generated 493 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1113/2352] 162.253.55.155 () {38 vars in 955 bytes} [Thu Sep 10 03:19:21 2026] POST /v2.0/ports => generated 993 bytes in 396 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: 1240/2353] 10.0.0.146 () {34 vars in 742 bytes} [Thu Sep 10 03:19:21 2026] PUT /v2.0/routers/e4905c87-2ef6-4d6b-bc9c-f8f895e71661 => generated 493 bytes in 526 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1241/2354] 10.0.0.146 () {32 vars in 736 bytes} [Thu Sep 10 03:19:21 2026] GET /v2.0/ports?device_id=e4905c87-2ef6-4d6b-bc9c-f8f895e71661 => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-09-10 03:19:21.829 7 INFO neutron_taas.services.taas.taas_plugin [None req-0367ad21-2626-478f-b05b-2181952a2067 fb2ac0cbc3b94a268889884274cf0103 8cb17e3ba35a415d98ad0b2f208993da - - default default] TaaS: Handle Delete Port: c3b7a541-d179-471b-a6c9-c9b82eee5532 2026-09-10 03:19:21.831 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0367ad21-2626-478f-b05b-2181952a2067 fb2ac0cbc3b94a268889884274cf0103 8cb17e3ba35a415d98ad0b2f208993da - - default default] Tap Mirror: Handle Delete Port: c3b7a541-d179-471b-a6c9-c9b82eee5532 [pid: 8|app: 0|req: 1114/2355] 162.253.55.155 () {38 vars in 1028 bytes} [Thu Sep 10 03:19:21 2026] PUT /v2.0/ports/1886ff11-a5c5-4ccd-9fcf-27f8e16c2340 => generated 1274 bytes in 481 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1242/2356] 10.0.0.146 () {32 vars in 724 bytes} [Thu Sep 10 03:19:21 2026] DELETE /v2.0/routers/e4905c87-2ef6-4d6b-bc9c-f8f895e71661 => generated 0 bytes in 371 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-09-10 03:19:22.025 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-5fb52758-31c5-49c6-be01-d8af974497aa'] response: {'name': 'network-changed', 'server_uuid': '72889057-1c80-4d60-97f4-bd0a8f4cc190', 'tag': '1886ff11-a5c5-4ccd-9fcf-27f8e16c2340', 'status': 'completed', 'code': 200} /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1115/2357] 10.0.0.146 () {32 vars in 721 bytes} [Thu Sep 10 03:19:22 2026] GET /v2.0/routers/dc4577ff-20ef-4428-823d-6a0e4a3f0a89 => generated 502 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1116/2358] 10.0.0.206 () {34 vars in 990 bytes} [Thu Sep 10 03:19:22 2026] GET /v2.0/ports?device_id=72889057-1c80-4d60-97f4-bd0a8f4cc190 => generated 1008 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1117/2359] 10.0.0.206 () {34 vars in 1120 bytes} [Thu Sep 10 03:19:22 2026] GET /v2.0/security-groups?id=4a5835a2-c19a-470a-8c20-90562b149dd1&id=8f527972-7e1d-47fc-b440-d34d3b02d5c4&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: 1118/2360] 162.253.55.155 () {34 vars in 1080 bytes} [Thu Sep 10 03:19:22 2026] GET /v2.0/ports?tenant_id=e3a34d248656418e8468873747b92cc5&device_id=72889057-1c80-4d60-97f4-bd0a8f4cc190 => generated 1277 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1243/2361] 10.0.0.146 () {34 vars in 742 bytes} [Thu Sep 10 03:19:22 2026] PUT /v2.0/routers/dc4577ff-20ef-4428-823d-6a0e4a3f0a89 => generated 502 bytes in 576 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1119/2362] 162.253.55.155 () {34 vars in 1018 bytes} [Thu Sep 10 03:19:22 2026] GET /v2.0/networks?tenant_id=e3a34d248656418e8468873747b92cc5&shared=False => generated 769 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1244/2363] 10.0.0.146 () {32 vars in 736 bytes} [Thu Sep 10 03:19:22 2026] GET /v2.0/ports?device_id=dc4577ff-20ef-4428-823d-6a0e4a3f0a89 => 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: 1120/2364] 162.253.55.155 () {34 vars in 930 bytes} [Thu Sep 10 03:19:22 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-09-10 03:19:22.848 7 INFO neutron_taas.services.taas.taas_plugin [None req-a902d5d7-f958-4028-adb4-b00a7d85afe2 fb2ac0cbc3b94a268889884274cf0103 8cb17e3ba35a415d98ad0b2f208993da - - default default] TaaS: Handle Delete Port: f698261c-4637-4ac6-9b8e-69ea009021b4 2026-09-10 03:19:22.850 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a902d5d7-f958-4028-adb4-b00a7d85afe2 fb2ac0cbc3b94a268889884274cf0103 8cb17e3ba35a415d98ad0b2f208993da - - default default] Tap Mirror: Handle Delete Port: f698261c-4637-4ac6-9b8e-69ea009021b4 [pid: 7|app: 0|req: 1245/2365] 10.0.0.146 () {32 vars in 724 bytes} [Thu Sep 10 03:19:22 2026] DELETE /v2.0/routers/dc4577ff-20ef-4428-823d-6a0e4a3f0a89 => generated 0 bytes in 364 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1121/2366] 10.0.0.146 () {32 vars in 721 bytes} [Thu Sep 10 03:19:23 2026] GET /v2.0/routers/40117c35-fae3-468e-b081-a02016c5ae33 => generated 487 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1122/2367] 10.0.0.206 () {34 vars in 990 bytes} [Thu Sep 10 03:19:23 2026] GET /v2.0/ports?device_id=72889057-1c80-4d60-97f4-bd0a8f4cc190 => generated 1008 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1123/2368] 10.0.0.206 () {34 vars in 1120 bytes} [Thu Sep 10 03:19:23 2026] GET /v2.0/security-groups?id=4a5835a2-c19a-470a-8c20-90562b149dd1&id=8f527972-7e1d-47fc-b440-d34d3b02d5c4&fields=id&fields=name => generated 205 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1246/2369] 10.0.0.146 () {34 vars in 742 bytes} [Thu Sep 10 03:19:23 2026] PUT /v2.0/routers/40117c35-fae3-468e-b081-a02016c5ae33 => generated 487 bytes in 604 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1124/2370] 10.0.0.146 () {32 vars in 736 bytes} [Thu Sep 10 03:19:23 2026] GET /v2.0/ports?device_id=40117c35-fae3-468e-b081-a02016c5ae33 => 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: 1247/2371] 162.253.55.155 () {34 vars in 1080 bytes} [Thu Sep 10 03:19:23 2026] GET /v2.0/ports?tenant_id=e3a34d248656418e8468873747b92cc5&device_id=72889057-1c80-4d60-97f4-bd0a8f4cc190 => 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: 1248/2372] 162.253.55.155 () {34 vars in 1058 bytes} [Thu Sep 10 03:19:23 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.3&port_id=1886ff11-a5c5-4ccd-9fcf-27f8e16c2340 => 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: 1249/2373] 162.253.55.155 () {34 vars in 984 bytes} [Thu Sep 10 03:19:23 2026] GET /v2.0/subnets?id=3b7e4930-ef50-4210-a424-bc4baa90d1bb => generated 691 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1250/2374] 162.253.55.155 () {34 vars in 1052 bytes} [Thu Sep 10 03:19:23 2026] GET /v2.0/ports?network_id=b542c164-4e5d-4b8f-801a-2b7a4fb11a72&device_owner=network%3Adhcp => generated 1244 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-09-10 03:19:23.891 8 INFO neutron_taas.services.taas.taas_plugin [None req-e5b4c8e0-32a0-4f5c-8cc8-d99827c7cf7b fb2ac0cbc3b94a268889884274cf0103 8cb17e3ba35a415d98ad0b2f208993da - - default default] TaaS: Handle Delete Port: 8eb0e1db-4fb7-4eba-8b90-a81b617f237a 2026-09-10 03:19:23.893 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e5b4c8e0-32a0-4f5c-8cc8-d99827c7cf7b fb2ac0cbc3b94a268889884274cf0103 8cb17e3ba35a415d98ad0b2f208993da - - default default] Tap Mirror: Handle Delete Port: 8eb0e1db-4fb7-4eba-8b90-a81b617f237a [pid: 7|app: 0|req: 1251/2375] 162.253.55.155 () {34 vars in 1012 bytes} [Thu Sep 10 03:19:23 2026] GET /v2.0/networks/b542c164-4e5d-4b8f-801a-2b7a4fb11a72?fields=segments => generated 14 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1252/2376] 162.253.55.155 () {34 vars in 1112 bytes} [Thu Sep 10 03:19:23 2026] GET /v2.0/networks/b542c164-4e5d-4b8f-801a-2b7a4fb11a72?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1125/2377] 10.0.0.146 () {32 vars in 724 bytes} [Thu Sep 10 03:19:23 2026] DELETE /v2.0/routers/40117c35-fae3-468e-b081-a02016c5ae33 => generated 0 bytes in 270 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1253/2378] 10.0.0.146 () {32 vars in 721 bytes} [Thu Sep 10 03:19:24 2026] GET /v2.0/routers/2479f3b4-5e00-4739-bef7-8a000896cb50 => generated 480 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1254/2379] 10.0.0.206 () {34 vars in 990 bytes} [Thu Sep 10 03:19:24 2026] GET /v2.0/ports?device_id=72889057-1c80-4d60-97f4-bd0a8f4cc190 => generated 1008 bytes in 111 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1255/2380] 10.0.0.206 () {34 vars in 1120 bytes} [Thu Sep 10 03:19:24 2026] GET /v2.0/security-groups?id=4a5835a2-c19a-470a-8c20-90562b149dd1&id=8f527972-7e1d-47fc-b440-d34d3b02d5c4&fields=id&fields=name => generated 205 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1126/2381] 10.0.0.146 () {34 vars in 742 bytes} [Thu Sep 10 03:19:24 2026] PUT /v2.0/routers/2479f3b4-5e00-4739-bef7-8a000896cb50 => generated 480 bytes in 545 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1256/2382] 10.0.0.146 () {32 vars in 736 bytes} [Thu Sep 10 03:19:24 2026] GET /v2.0/ports?device_id=2479f3b4-5e00-4739-bef7-8a000896cb50 => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-09-10 03:19:24.839 8 INFO neutron_taas.services.taas.taas_plugin [None req-187177bf-17a4-4d69-9769-03e293485077 fb2ac0cbc3b94a268889884274cf0103 8cb17e3ba35a415d98ad0b2f208993da - - default default] TaaS: Handle Delete Port: 447fe162-39fc-4e4c-9541-58434f6edc2a 2026-09-10 03:19:24.841 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-187177bf-17a4-4d69-9769-03e293485077 fb2ac0cbc3b94a268889884274cf0103 8cb17e3ba35a415d98ad0b2f208993da - - default default] Tap Mirror: Handle Delete Port: 447fe162-39fc-4e4c-9541-58434f6edc2a 2026-09-10 03:19:25.272 8 INFO neutron.services.segments.plugin [-] Segment 94c82cb5-45d6-4c39-9911-129d6ed056b3 resource provider aggregate not found 2026-09-10 03:19:25.280 8 INFO neutron.services.segments.plugin [-] Segment 94c82cb5-45d6-4c39-9911-129d6ed056b3 resource provider aggregate not found 2026-09-10 03:19:25.298 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 94c82cb5-45d6-4c39-9911-129d6ed056b3 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 94c82cb5-45d6-4c39-9911-129d6ed056b3 found for delete ", "request_id": "req-3a4eb114-f560-4b1b-8cb8-1c9f91192afe"}]} 2026-09-10 03:19:25.304 8 INFO neutron.db.l3_hamode_db [None req-187177bf-17a4-4d69-9769-03e293485077 fb2ac0cbc3b94a268889884274cf0103 8cb17e3ba35a415d98ad0b2f208993da - - default default] HA network 764411ca-fd94-4fd0-ac2c-4dcb90fa12f6 was deleted as no HA routers are present in tenant 8cb17e3ba35a415d98ad0b2f208993da. 2026-09-10 03:19:25.307 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 94c82cb5-45d6-4c39-9911-129d6ed056b3 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 94c82cb5-45d6-4c39-9911-129d6ed056b3 found for delete ", "request_id": "req-563b591b-1283-4165-ae42-4a27c2e3af5b"}]} [pid: 8|app: 0|req: 1127/2383] 10.0.0.146 () {32 vars in 724 bytes} [Thu Sep 10 03:19:24 2026] DELETE /v2.0/routers/2479f3b4-5e00-4739-bef7-8a000896cb50 => generated 0 bytes in 616 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1258/2386] 10.0.0.206 () {34 vars in 990 bytes} [Thu Sep 10 03:19:25 2026] GET /v2.0/ports?device_id=72889057-1c80-4d60-97f4-bd0a8f4cc190 => generated 1008 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1129/2387] 10.0.0.206 () {34 vars in 1120 bytes} [Thu Sep 10 03:19:25 2026] GET /v2.0/security-groups?id=4a5835a2-c19a-470a-8c20-90562b149dd1&id=8f527972-7e1d-47fc-b440-d34d3b02d5c4&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: 1259/2388] 10.0.0.146 () {32 vars in 774 bytes} [Thu Sep 10 03:19:26 2026] GET /v2.0/security-groups?tenant_id=dea1a02cb9ef47a88d5580341945c290&name=default => generated 2929 bytes in 334 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1130/2389] 10.0.0.146 () {32 vars in 740 bytes} [Thu Sep 10 03:19:26 2026] DELETE /v2.0/security-groups/96718734-9318-4a8f-8f12-784ea2ec4c2c => generated 0 bytes in 164 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1260/2390] 10.0.0.146 () {32 vars in 774 bytes} [Thu Sep 10 03:19:26 2026] GET /v2.0/security-groups?tenant_id=29120205bb794fb8a07b4e936cfd57d1&name=default => generated 2929 bytes in 137 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1261/2391] 10.0.0.206 () {34 vars in 990 bytes} [Thu Sep 10 03:19:26 2026] GET /v2.0/ports?device_id=72889057-1c80-4d60-97f4-bd0a8f4cc190 => generated 1008 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1262/2392] 10.0.0.206 () {34 vars in 1120 bytes} [Thu Sep 10 03:19:26 2026] GET /v2.0/security-groups?id=4a5835a2-c19a-470a-8c20-90562b149dd1&id=8f527972-7e1d-47fc-b440-d34d3b02d5c4&fields=id&fields=name => generated 205 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1131/2393] 10.0.0.146 () {32 vars in 740 bytes} [Thu Sep 10 03:19:26 2026] DELETE /v2.0/security-groups/4e2e0b0b-804c-4288-b1a8-6229d55fe15c => generated 0 bytes in 147 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1263/2394] 162.253.55.155 () {34 vars in 994 bytes} [Thu Sep 10 03:19:27 2026] GET /v2.0/ports?device_id=72889057-1c80-4d60-97f4-bd0a8f4cc190 => generated 1277 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1132/2395] 162.253.55.155 () {34 vars in 1124 bytes} [Thu Sep 10 03:19:27 2026] GET /v2.0/security-groups?id=4a5835a2-c19a-470a-8c20-90562b149dd1&id=8f527972-7e1d-47fc-b440-d34d3b02d5c4&fields=id&fields=name => generated 205 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1264/2396] 10.0.0.146 () {32 vars in 774 bytes} [Thu Sep 10 03:19:27 2026] GET /v2.0/security-groups?tenant_id=8cb17e3ba35a415d98ad0b2f208993da&name=default => generated 2929 bytes in 136 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1133/2397] 10.0.0.146 () {32 vars in 740 bytes} [Thu Sep 10 03:19:27 2026] DELETE /v2.0/security-groups/99315452-5627-4503-a12f-652b759c2ea2 => generated 0 bytes in 121 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1265/2398] 10.0.0.206 () {34 vars in 990 bytes} [Thu Sep 10 03:19:28 2026] GET /v2.0/ports?device_id=72889057-1c80-4d60-97f4-bd0a8f4cc190 => generated 1010 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1134/2399] 10.0.0.206 () {34 vars in 1120 bytes} [Thu Sep 10 03:19:28 2026] GET /v2.0/security-groups?id=4a5835a2-c19a-470a-8c20-90562b149dd1&id=8f527972-7e1d-47fc-b440-d34d3b02d5c4&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: 1266/2400] 10.0.0.206 () {34 vars in 990 bytes} [Thu Sep 10 03:19:29 2026] GET /v2.0/ports?device_id=72889057-1c80-4d60-97f4-bd0a8f4cc190 => generated 1010 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1135/2401] 10.0.0.206 () {34 vars in 1120 bytes} [Thu Sep 10 03:19:29 2026] GET /v2.0/security-groups?id=4a5835a2-c19a-470a-8c20-90562b149dd1&id=8f527972-7e1d-47fc-b440-d34d3b02d5c4&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: 7|app: 0|req: 1267/2402] 10.0.0.206 () {34 vars in 990 bytes} [Thu Sep 10 03:19:29 2026] GET /v2.0/ports?device_id=72889057-1c80-4d60-97f4-bd0a8f4cc190 => generated 1010 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-09-10 03:19:29.866 8 INFO neutron.db.l3_db [None req-9b23df59-4063-45dd-8658-badcae604f85 17dd66186cd7471da9a76738fc59bdf3 e3a34d248656418e8468873747b92cc5 - - default default] Floating IP 7cac5103-2667-41e7-84fd-0c06498da019 associated. External IP: 10.96.250.212, port: 1886ff11-a5c5-4ccd-9fcf-27f8e16c2340. [pid: 8|app: 0|req: 1136/2403] 10.0.0.146 () {34 vars in 749 bytes} [Thu Sep 10 03:19:29 2026] PUT /v2.0/floatingips/7cac5103-2667-41e7-84fd-0c06498da019 => generated 855 bytes in 752 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-09-10 03:19:30.247 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-d2d4d899-6927-4a2d-945c-dc30eb80f4e8'] response: {'name': 'network-changed', 'server_uuid': '72889057-1c80-4d60-97f4-bd0a8f4cc190', 'tag': '1886ff11-a5c5-4ccd-9fcf-27f8e16c2340', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1268/2404] 162.253.55.155 () {30 vars in 703 bytes} [Thu Sep 10 03:19:30 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1137/2405] 162.253.55.155 () {30 vars in 705 bytes} [Thu Sep 10 03:19:30 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: 1269/2406] 162.253.55.155 () {30 vars in 681 bytes} [Thu Sep 10 03:19:30 2026] GET /v2.0/extensions/qos => generated 166 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1138/2407] 162.253.55.155 () {30 vars in 717 bytes} [Thu Sep 10 03:19:30 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1270/2408] 162.253.55.155 () {30 vars in 741 bytes} [Thu Sep 10 03:19:30 2026] GET /v2.0/subnets/c379f318-5eb2-48a5-8b18-1993735bc0ee => generated 676 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1139/2409] 162.253.55.155 () {30 vars in 769 bytes} [Thu Sep 10 03:19:30 2026] GET /v2.0/ports?device_id=1c6f2542-1837-465a-8993-fa73889eb3a1 => generated 1248 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1140/2410] 162.253.55.155 () {34 vars in 1080 bytes} [Thu Sep 10 03:19:30 2026] GET /v2.0/ports?tenant_id=e3a34d248656418e8468873747b92cc5&device_id=72889057-1c80-4d60-97f4-bd0a8f4cc190 => generated 1279 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1141/2411] 162.253.55.155 () {34 vars in 986 bytes} [Thu Sep 10 03:19:30 2026] GET /v2.0/networks?id=b542c164-4e5d-4b8f-801a-2b7a4fb11a72 => generated 769 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1142/2412] 162.253.55.155 () {34 vars in 1058 bytes} [Thu Sep 10 03:19:30 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.3&port_id=1886ff11-a5c5-4ccd-9fcf-27f8e16c2340 => 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: 1143/2413] 162.253.55.155 () {34 vars in 984 bytes} [Thu Sep 10 03:19:30 2026] GET /v2.0/subnets?id=3b7e4930-ef50-4210-a424-bc4baa90d1bb => generated 691 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1144/2414] 162.253.55.155 () {34 vars in 1052 bytes} [Thu Sep 10 03:19:30 2026] GET /v2.0/ports?network_id=b542c164-4e5d-4b8f-801a-2b7a4fb11a72&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: 1271/2415] 162.253.55.155 () {34 vars in 717 bytes} [Thu Sep 10 03:19:30 2026] POST /v2.0/ports => generated 1059 bytes in 348 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1272/2416] 162.253.55.155 () {34 vars in 1012 bytes} [Thu Sep 10 03:19:31 2026] GET /v2.0/networks/b542c164-4e5d-4b8f-801a-2b7a4fb11a72?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: 1273/2417] 162.253.55.155 () {34 vars in 1112 bytes} [Thu Sep 10 03:19:31 2026] GET /v2.0/networks/b542c164-4e5d-4b8f-801a-2b7a4fb11a72?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1274/2418] 10.0.0.206 () {34 vars in 971 bytes} [Thu Sep 10 03:19:31 2026] GET /v2.0/ports/c78cab3b-64dd-4044-9dcd-d1c9339e35a1 => generated 1059 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1275/2419] 10.0.0.206 () {34 vars in 907 bytes} [Thu Sep 10 03:19:31 2026] GET /v2.0/extensions => generated 21537 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1145/2420] 10.0.0.146 () {34 vars in 676 bytes} [Thu Sep 10 03:19:30 2026] POST /v2.0/floatingips => generated 552 bytes in 811 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1276/2421] 10.0.0.146 () {34 vars in 759 bytes} [Thu Sep 10 03:19:31 2026] PUT /v2.0/floatingips/ad927594-359b-4c0f-9e3f-20814068f5aa/tags => generated 25 bytes in 118 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1146/2422] 10.0.0.146 () {32 vars in 739 bytes} [Thu Sep 10 03:19:31 2026] GET /v2.0/floatingips/ad927594-359b-4c0f-9e3f-20814068f5aa/tags => generated 25 bytes in 108 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1277/2423] 10.0.0.146 () {34 vars in 770 bytes} [Thu Sep 10 03:19:32 2026] PUT /v2.0/floatingips/ad927594-359b-4c0f-9e3f-20814068f5aa/tags/green => generated 4 bytes in 113 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1147/2424] 10.0.0.146 () {32 vars in 739 bytes} [Thu Sep 10 03:19:32 2026] GET /v2.0/floatingips/ad927594-359b-4c0f-9e3f-20814068f5aa/tags => generated 34 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1278/2425] 162.253.55.155 () {34 vars in 1262 bytes} [Thu Sep 10 03:19:32 2026] GET /v2.0/ports/c78cab3b-64dd-4044-9dcd-d1c9339e35a1?fields=binding%3Avnic_type&fields=binding%3Aprofile&fields=network_id&fields=resource_request&fields=numa_affinity_policy&fields=device_profile => generated 136 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1279/2426] 162.253.55.155 () {34 vars in 1012 bytes} [Thu Sep 10 03:19:32 2026] GET /v2.0/networks/85d090da-0710-446c-bfc8-e7154c46ca5a?fields=segments => generated 14 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1148/2427] 10.0.0.146 () {34 vars in 766 bytes} [Thu Sep 10 03:19:32 2026] PUT /v2.0/floatingips/ad927594-359b-4c0f-9e3f-20814068f5aa/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: 1149/2428] 10.0.0.146 () {32 vars in 739 bytes} [Thu Sep 10 03:19:32 2026] GET /v2.0/floatingips/ad927594-359b-4c0f-9e3f-20814068f5aa/tags => generated 34 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1280/2429] 162.253.55.155 () {34 vars in 1112 bytes} [Thu Sep 10 03:19:32 2026] GET /v2.0/networks/85d090da-0710-446c-bfc8-e7154c46ca5a?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1150/2430] 10.0.0.146 () {34 vars in 788 bytes} [Thu Sep 10 03:19:32 2026] PUT /v2.0/floatingips/ad927594-359b-4c0f-9e3f-20814068f5aa/tags/black.or.white => generated 4 bytes in 51 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1281/2431] 10.0.0.146 () {32 vars in 739 bytes} [Thu Sep 10 03:19:32 2026] GET /v2.0/floatingips/ad927594-359b-4c0f-9e3f-20814068f5aa/tags => generated 52 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1151/2432] 10.0.0.146 () {34 vars in 759 bytes} [Thu Sep 10 03:19:32 2026] PUT /v2.0/floatingips/ad927594-359b-4c0f-9e3f-20814068f5aa/tags => generated 37 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1282/2433] 10.0.0.146 () {32 vars in 739 bytes} [Thu Sep 10 03:19:32 2026] GET /v2.0/floatingips/ad927594-359b-4c0f-9e3f-20814068f5aa/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: 1152/2434] 10.0.0.146 () {32 vars in 747 bytes} [Thu Sep 10 03:19:32 2026] GET /v2.0/floatingips/ad927594-359b-4c0f-9e3f-20814068f5aa/tags/red => generated 0 bytes in 50 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-09-10 03:19:32.648 7 INFO neutron.api.v2.resource [None req-57cb96b9-fd99-48dd-8880-da364ddb8a2f 20e33b2c82f340ad8ab0f0e2532555e6 28a3962c9dbb483a910cec952fcd07e0 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1283/2435] 10.0.0.146 () {32 vars in 751 bytes} [Thu Sep 10 03:19:32 2026] GET /v2.0/floatingips/ad927594-359b-4c0f-9e3f-20814068f5aa/tags/green => generated 99 bytes in 50 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1153/2436] 10.0.0.146 () {32 vars in 750 bytes} [Thu Sep 10 03:19:32 2026] DELETE /v2.0/floatingips/ad927594-359b-4c0f-9e3f-20814068f5aa/tags/red => 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: 1284/2437] 10.0.0.146 () {32 vars in 739 bytes} [Thu Sep 10 03:19:32 2026] GET /v2.0/floatingips/ad927594-359b-4c0f-9e3f-20814068f5aa/tags => generated 30 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-09-10 03:19:32.849 8 INFO neutron.api.v2.resource [None req-b7af09d7-32ec-468b-9dce-b0d2a12512ab 20e33b2c82f340ad8ab0f0e2532555e6 28a3962c9dbb483a910cec952fcd07e0 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1154/2438] 10.0.0.146 () {32 vars in 754 bytes} [Thu Sep 10 03:19:32 2026] DELETE /v2.0/floatingips/ad927594-359b-4c0f-9e3f-20814068f5aa/tags/green => generated 99 bytes in 76 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1285/2439] 162.253.55.155 () {34 vars in 975 bytes} [Thu Sep 10 03:19:32 2026] GET /v2.0/ports/c78cab3b-64dd-4044-9dcd-d1c9339e35a1 => generated 1059 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1155/2440] 10.0.0.146 () {32 vars in 742 bytes} [Thu Sep 10 03:19:32 2026] DELETE /v2.0/floatingips/ad927594-359b-4c0f-9e3f-20814068f5aa/tags => generated 0 bytes in 75 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1286/2441] 162.253.55.155 () {34 vars in 986 bytes} [Thu Sep 10 03:19:32 2026] GET /v2.0/networks?id=85d090da-0710-446c-bfc8-e7154c46ca5a => generated 802 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1156/2442] 10.0.0.146 () {32 vars in 739 bytes} [Thu Sep 10 03:19:32 2026] GET /v2.0/floatingips/ad927594-359b-4c0f-9e3f-20814068f5aa/tags => generated 12 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-09-10 03:19:33.069 8 INFO neutron_taas.services.taas.taas_plugin [None req-6adbc7e1-d4dc-4ad6-879f-c5d5b1f17a64 20e33b2c82f340ad8ab0f0e2532555e6 28a3962c9dbb483a910cec952fcd07e0 - - default default] TaaS: Handle Delete Port: 94ae91a3-56c1-4a0f-88dd-5f500f24aa0d 2026-09-10 03:19:33.071 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6adbc7e1-d4dc-4ad6-879f-c5d5b1f17a64 20e33b2c82f340ad8ab0f0e2532555e6 28a3962c9dbb483a910cec952fcd07e0 - - default default] Tap Mirror: Handle Delete Port: 94ae91a3-56c1-4a0f-88dd-5f500f24aa0d [pid: 8|app: 0|req: 1157/2443] 10.0.0.146 () {32 vars in 732 bytes} [Thu Sep 10 03:19:32 2026] DELETE /v2.0/floatingips/ad927594-359b-4c0f-9e3f-20814068f5aa => generated 0 bytes in 209 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1287/2444] 162.253.55.155 () {38 vars in 1028 bytes} [Thu Sep 10 03:19:32 2026] PUT /v2.0/ports/c78cab3b-64dd-4044-9dcd-d1c9339e35a1 => generated 1249 bytes in 462 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-09-10 03:19:33.453 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-b6e5ad99-f60f-4a51-99e1-0f0237145d0e'] response: {'name': 'network-changed', 'server_uuid': '1c6f2542-1837-465a-8993-fa73889eb3a1', 'tag': 'c78cab3b-64dd-4044-9dcd-d1c9339e35a1', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1288/2445] 162.253.55.155 () {34 vars in 1080 bytes} [Thu Sep 10 03:19:33 2026] GET /v2.0/ports?tenant_id=e99512c22f4c438895442732cf452151&device_id=1c6f2542-1837-465a-8993-fa73889eb3a1 => generated 2489 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1289/2446] 162.253.55.155 () {34 vars in 986 bytes} [Thu Sep 10 03:19:34 2026] GET /v2.0/networks?id=85d090da-0710-446c-bfc8-e7154c46ca5a => generated 802 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1290/2447] 162.253.55.155 () {34 vars in 1058 bytes} [Thu Sep 10 03:19:34 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.212&port_id=c78cab3b-64dd-4044-9dcd-d1c9339e35a1 => generated 19 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1158/2448] 10.0.0.146 () {32 vars in 774 bytes} [Thu Sep 10 03:19:33 2026] GET /v2.0/security-groups?tenant_id=28a3962c9dbb483a910cec952fcd07e0&name=default => generated 2929 bytes in 254 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1291/2449] 162.253.55.155 () {34 vars in 984 bytes} [Thu Sep 10 03:19:34 2026] GET /v2.0/subnets?id=c379f318-5eb2-48a5-8b18-1993735bc0ee => generated 679 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1292/2450] 162.253.55.155 () {34 vars in 1052 bytes} [Thu Sep 10 03:19:34 2026] GET /v2.0/ports?network_id=85d090da-0710-446c-bfc8-e7154c46ca5a&device_owner=network%3Adhcp => generated 1461 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1159/2451] 10.0.0.146 () {32 vars in 740 bytes} [Thu Sep 10 03:19:34 2026] DELETE /v2.0/security-groups/72ac8bdc-dbcd-49a9-b187-4589bc887947 => 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: 1293/2452] 162.253.55.155 () {34 vars in 1012 bytes} [Thu Sep 10 03:19:34 2026] GET /v2.0/networks/85d090da-0710-446c-bfc8-e7154c46ca5a?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: 1160/2453] 162.253.55.155 () {34 vars in 1112 bytes} [Thu Sep 10 03:19:34 2026] GET /v2.0/networks/85d090da-0710-446c-bfc8-e7154c46ca5a?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: 1294/2454] 10.0.0.146 () {32 vars in 774 bytes} [Thu Sep 10 03:19:34 2026] GET /v2.0/security-groups?tenant_id=29076405e2134493bffb0dc3dc8e572f&name=default => generated 2929 bytes in 202 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1161/2455] 10.0.0.146 () {32 vars in 740 bytes} [Thu Sep 10 03:19:34 2026] DELETE /v2.0/security-groups/5ebd9d11-9eaf-469e-943e-7ea8c72f2fb1 => generated 0 bytes in 136 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1295/2456] 162.253.55.155 () {34 vars in 1080 bytes} [Thu Sep 10 03:19:35 2026] GET /v2.0/ports?tenant_id=e99512c22f4c438895442732cf452151&device_id=1c6f2542-1837-465a-8993-fa73889eb3a1 => generated 2489 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1162/2457] 162.253.55.155 () {34 vars in 1062 bytes} [Thu Sep 10 03:19:35 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.2.126&port_id=ea0d6974-9a1e-4e32-ba97-86db292b2b27 => generated 19 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1296/2458] 162.253.55.155 () {34 vars in 984 bytes} [Thu Sep 10 03:19:35 2026] GET /v2.0/subnets?id=3f8a7e0d-362b-463c-b3cf-925264c9efc2 => generated 654 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1163/2459] 162.253.55.155 () {34 vars in 1052 bytes} [Thu Sep 10 03:19:35 2026] GET /v2.0/ports?network_id=fbcf73dd-c8d4-4059-9819-353f31849dc2&device_owner=network%3Adhcp => generated 1244 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1297/2460] 162.253.55.155 () {34 vars in 1012 bytes} [Thu Sep 10 03:19:35 2026] GET /v2.0/networks/fbcf73dd-c8d4-4059-9819-353f31849dc2?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: 1164/2461] 162.253.55.155 () {34 vars in 1112 bytes} [Thu Sep 10 03:19:35 2026] GET /v2.0/networks/fbcf73dd-c8d4-4059-9819-353f31849dc2?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1298/2462] 162.253.55.155 () {34 vars in 1058 bytes} [Thu Sep 10 03:19:35 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.212&port_id=c78cab3b-64dd-4044-9dcd-d1c9339e35a1 => 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: 1165/2463] 162.253.55.155 () {34 vars in 984 bytes} [Thu Sep 10 03:19:35 2026] GET /v2.0/subnets?id=c379f318-5eb2-48a5-8b18-1993735bc0ee => generated 679 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1299/2464] 162.253.55.155 () {34 vars in 1052 bytes} [Thu Sep 10 03:19:35 2026] GET /v2.0/ports?network_id=85d090da-0710-446c-bfc8-e7154c46ca5a&device_owner=network%3Adhcp => generated 1461 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1166/2465] 162.253.55.155 () {34 vars in 1012 bytes} [Thu Sep 10 03:19:35 2026] GET /v2.0/networks/85d090da-0710-446c-bfc8-e7154c46ca5a?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: 1300/2466] 162.253.55.155 () {34 vars in 1112 bytes} [Thu Sep 10 03:19:35 2026] GET /v2.0/networks/85d090da-0710-446c-bfc8-e7154c46ca5a?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-09-10 03:19:38.370 8 INFO neutron.db.segments_db [None req-2b2707a1-c3c4-4316-9be1-f64dbcb62a1c 68b376c05be84f43a8cb3f2e25cfee63 f00610c3b1ac4c8f907ca6558d47b969 - - default default] Added segment eee7a2bf-2c3b-4f28-9ebf-79de7942a357 of type vxlan for network b345e071-a4cd-4d9d-9814-5619407620e0 [pid: 7|app: 0|req: 1301/2467] 10.0.0.206 () {34 vars in 990 bytes} [Thu Sep 10 03:19:38 2026] GET /v2.0/ports?device_id=72889057-1c80-4d60-97f4-bd0a8f4cc190 => generated 1010 bytes in 141 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1302/2468] 10.0.0.206 () {34 vars in 1120 bytes} [Thu Sep 10 03:19:38 2026] GET /v2.0/security-groups?id=4a5835a2-c19a-470a-8c20-90562b149dd1&id=8f527972-7e1d-47fc-b440-d34d3b02d5c4&fields=id&fields=name => generated 205 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-09-10 03:19:38.619 8 INFO neutron.db.l3_hamode_db [None req-2b2707a1-c3c4-4316-9be1-f64dbcb62a1c 68b376c05be84f43a8cb3f2e25cfee63 f00610c3b1ac4c8f907ca6558d47b969 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1303/2469] 10.0.0.146 () {32 vars in 736 bytes} [Thu Sep 10 03:19:38 2026] GET /v2.0/ports?device_id=72889057-1c80-4d60-97f4-bd0a8f4cc190 => generated 1279 bytes in 215 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-09-10 03:19:38.744 8 INFO neutron.db.l3_hamode_db [None req-2b2707a1-c3c4-4316-9be1-f64dbcb62a1c 68b376c05be84f43a8cb3f2e25cfee63 f00610c3b1ac4c8f907ca6558d47b969 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1304/2470] 10.0.0.146 () {32 vars in 858 bytes} [Thu Sep 10 03:19:38 2026] GET /v2.0/floatingips?floating_network_id=2266eba8-c9ee-4efe-a984-ae4935e08fc1&port_id=1886ff11-a5c5-4ccd-9fcf-27f8e16c2340 => generated 860 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1167/2471] 10.0.0.146 () {34 vars in 668 bytes} [Thu Sep 10 03:19:38 2026] POST /v2.0/routers => generated 474 bytes in 1189 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1305/2472] 10.0.0.146 () {34 vars in 751 bytes} [Thu Sep 10 03:19:39 2026] PUT /v2.0/routers/08bf77ea-5908-499a-aa8b-d3156634d74a/tags => generated 25 bytes in 132 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1168/2473] 10.0.0.146 () {32 vars in 731 bytes} [Thu Sep 10 03:19:39 2026] GET /v2.0/routers/08bf77ea-5908-499a-aa8b-d3156634d74a/tags => generated 25 bytes in 103 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1169/2474] 10.0.0.210 () {34 vars in 990 bytes} [Thu Sep 10 03:19:39 2026] GET /v2.0/ports?device_id=72889057-1c80-4d60-97f4-bd0a8f4cc190 => generated 1279 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1170/2475] 10.0.0.210 () {34 vars in 1120 bytes} [Thu Sep 10 03:19:39 2026] GET /v2.0/security-groups?id=4a5835a2-c19a-470a-8c20-90562b149dd1&id=8f527972-7e1d-47fc-b440-d34d3b02d5c4&fields=id&fields=name => generated 205 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1306/2476] 10.0.0.146 () {34 vars in 762 bytes} [Thu Sep 10 03:19:39 2026] PUT /v2.0/routers/08bf77ea-5908-499a-aa8b-d3156634d74a/tags/green => generated 4 bytes in 142 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1171/2477] 10.0.0.206 () {34 vars in 971 bytes} [Thu Sep 10 03:19:39 2026] GET /v2.0/ports/c78cab3b-64dd-4044-9dcd-d1c9339e35a1 => generated 1251 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1307/2478] 10.0.0.146 () {32 vars in 731 bytes} [Thu Sep 10 03:19:39 2026] GET /v2.0/routers/08bf77ea-5908-499a-aa8b-d3156634d74a/tags => generated 34 bytes in 146 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1172/2479] 162.253.55.155 () {34 vars in 789 bytes} [Thu Sep 10 03:19:39 2026] PUT /v2.0/ports/c78cab3b-64dd-4044-9dcd-d1c9339e35a1 => generated 1276 bytes in 192 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-09-10 03:19:39.996 8 INFO neutron.api.v2.resource [None req-9581dc85-241c-477e-9c44-502ae1851761 2dcafeabbd18499d9be13b4c6b2b81df e99512c22f4c438895442732cf452151 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1173/2480] 162.253.55.155 () {30 vars in 763 bytes} [Thu Sep 10 03:19:39 2026] GET /v2.0/security-groups/lb-8d710d93-8dd0-47f8-b2da-00ec5228e8b7 => generated 149 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-09-10 03:19:40.007 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-26acbd5b-6aeb-4183-8f05-9d9e38b2f41d'] response: {'name': 'network-changed', 'server_uuid': '1c6f2542-1837-465a-8993-fa73889eb3a1', 'tag': 'c78cab3b-64dd-4044-9dcd-d1c9339e35a1', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1308/2481] 10.0.0.146 () {34 vars in 758 bytes} [Thu Sep 10 03:19:39 2026] PUT /v2.0/routers/08bf77ea-5908-499a-aa8b-d3156634d74a/tags/red => generated 4 bytes in 125 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1174/2482] 162.253.55.155 () {30 vars in 785 bytes} [Thu Sep 10 03:19:40 2026] GET /v2.0/security-groups?name=lb-8d710d93-8dd0-47f8-b2da-00ec5228e8b7 => generated 1637 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1309/2483] 10.0.0.146 () {32 vars in 731 bytes} [Thu Sep 10 03:19:40 2026] GET /v2.0/routers/08bf77ea-5908-499a-aa8b-d3156634d74a/tags => generated 34 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1310/2484] 10.0.0.146 () {34 vars in 780 bytes} [Thu Sep 10 03:19:40 2026] PUT /v2.0/routers/08bf77ea-5908-499a-aa8b-d3156634d74a/tags/black.or.white => generated 4 bytes in 175 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1175/2485] 162.253.55.155 () {34 vars in 789 bytes} [Thu Sep 10 03:19:40 2026] PUT /v2.0/ports/c78cab3b-64dd-4044-9dcd-d1c9339e35a1 => generated 1314 bytes in 251 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1311/2486] 10.0.0.146 () {32 vars in 731 bytes} [Thu Sep 10 03:19:40 2026] GET /v2.0/routers/08bf77ea-5908-499a-aa8b-d3156634d74a/tags => generated 52 bytes in 89 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/2489] 10.0.0.146 () {34 vars in 751 bytes} [Thu Sep 10 03:19:40 2026] PUT /v2.0/routers/08bf77ea-5908-499a-aa8b-d3156634d74a/tags => generated 37 bytes in 171 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1314/2490] 162.253.55.155 () {34 vars in 1080 bytes} [Thu Sep 10 03:19:40 2026] GET /v2.0/ports?tenant_id=e99512c22f4c438895442732cf452151&device_id=1c6f2542-1837-465a-8993-fa73889eb3a1 => generated 2590 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1315/2491] 162.253.55.155 () {30 vars in 703 bytes} [Thu Sep 10 03:19:40 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1316/2492] 162.253.55.155 () {34 vars in 986 bytes} [Thu Sep 10 03:19:40 2026] GET /v2.0/networks?id=85d090da-0710-446c-bfc8-e7154c46ca5a => generated 802 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1317/2493] 162.253.55.155 () {30 vars in 705 bytes} [Thu Sep 10 03:19:40 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: 1177/2494] 10.0.0.146 () {32 vars in 731 bytes} [Thu Sep 10 03:19:40 2026] GET /v2.0/routers/08bf77ea-5908-499a-aa8b-d3156634d74a/tags => generated 37 bytes in 106 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1318/2495] 162.253.55.155 () {34 vars in 1058 bytes} [Thu Sep 10 03:19:40 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.212&port_id=c78cab3b-64dd-4044-9dcd-d1c9339e35a1 => 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: 1319/2496] 162.253.55.155 () {30 vars in 681 bytes} [Thu Sep 10 03:19:40 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: 1320/2497] 162.253.55.155 () {34 vars in 984 bytes} [Thu Sep 10 03:19:40 2026] GET /v2.0/subnets?id=c379f318-5eb2-48a5-8b18-1993735bc0ee => generated 679 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1321/2498] 162.253.55.155 () {30 vars in 717 bytes} [Thu Sep 10 03:19:40 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1322/2499] 162.253.55.155 () {34 vars in 1052 bytes} [Thu Sep 10 03:19:40 2026] GET /v2.0/ports?network_id=85d090da-0710-446c-bfc8-e7154c46ca5a&device_owner=network%3Adhcp => generated 1461 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1178/2500] 10.0.0.146 () {32 vars in 739 bytes} [Thu Sep 10 03:19:40 2026] GET /v2.0/routers/08bf77ea-5908-499a-aa8b-d3156634d74a/tags/red => 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: 1323/2501] 162.253.55.155 () {30 vars in 741 bytes} [Thu Sep 10 03:19:40 2026] GET /v2.0/subnets/c379f318-5eb2-48a5-8b18-1993735bc0ee => generated 676 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1179/2502] 162.253.55.155 () {34 vars in 1012 bytes} [Thu Sep 10 03:19:40 2026] GET /v2.0/networks/85d090da-0710-446c-bfc8-e7154c46ca5a?fields=segments => generated 14 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1180/2503] 162.253.55.155 () {30 vars in 737 bytes} [Thu Sep 10 03:19:40 2026] GET /v2.0/ports/c1aa593d-895e-4732-8d1a-925a7f486393 => generated 1132 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-09-10 03:19:40.847 7 INFO neutron.api.v2.resource [None req-5af4f8a5-88ab-4007-bf32-40ccbac2a54c 68b376c05be84f43a8cb3f2e25cfee63 f00610c3b1ac4c8f907ca6558d47b969 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1324/2504] 10.0.0.146 () {32 vars in 743 bytes} [Thu Sep 10 03:19:40 2026] GET /v2.0/routers/08bf77ea-5908-499a-aa8b-d3156634d74a/tags/green => generated 99 bytes in 84 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1181/2505] 162.253.55.155 () {34 vars in 1112 bytes} [Thu Sep 10 03:19:40 2026] GET /v2.0/networks/85d090da-0710-446c-bfc8-e7154c46ca5a?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: 1325/2506] 162.253.55.155 () {30 vars in 737 bytes} [Thu Sep 10 03:19:40 2026] GET /v2.0/ports/c78cab3b-64dd-4044-9dcd-d1c9339e35a1 => generated 1350 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1326/2507] 162.253.55.155 () {30 vars in 741 bytes} [Thu Sep 10 03:19:40 2026] GET /v2.0/subnets/c379f318-5eb2-48a5-8b18-1993735bc0ee => generated 676 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1327/2508] 162.253.55.155 () {30 vars in 743 bytes} [Thu Sep 10 03:19:40 2026] GET /v2.0/networks/85d090da-0710-446c-bfc8-e7154c46ca5a => generated 799 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1328/2509] 162.253.55.155 () {30 vars in 737 bytes} [Thu Sep 10 03:19:41 2026] GET /v2.0/ports/c1aa593d-895e-4732-8d1a-925a7f486393 => generated 1132 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1329/2510] 162.253.55.155 () {30 vars in 741 bytes} [Thu Sep 10 03:19:41 2026] GET /v2.0/subnets/c379f318-5eb2-48a5-8b18-1993735bc0ee => generated 676 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1182/2511] 10.0.0.146 () {32 vars in 742 bytes} [Thu Sep 10 03:19:40 2026] DELETE /v2.0/routers/08bf77ea-5908-499a-aa8b-d3156634d74a/tags/red => generated 0 bytes in 619 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1330/2512] 10.0.0.146 () {32 vars in 731 bytes} [Thu Sep 10 03:19:41 2026] GET /v2.0/routers/08bf77ea-5908-499a-aa8b-d3156634d74a/tags => generated 30 bytes in 139 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-09-10 03:19:41.723 8 INFO neutron.api.v2.resource [None req-d4cc1370-7549-49c9-8333-dc9c8c9f7ca8 68b376c05be84f43a8cb3f2e25cfee63 f00610c3b1ac4c8f907ca6558d47b969 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1183/2513] 10.0.0.146 () {32 vars in 746 bytes} [Thu Sep 10 03:19:41 2026] DELETE /v2.0/routers/08bf77ea-5908-499a-aa8b-d3156634d74a/tags/green => generated 99 bytes in 101 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1331/2514] 10.0.0.146 () {32 vars in 734 bytes} [Thu Sep 10 03:19:41 2026] DELETE /v2.0/routers/08bf77ea-5908-499a-aa8b-d3156634d74a/tags => generated 0 bytes in 143 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1184/2515] 10.0.0.146 () {32 vars in 731 bytes} [Thu Sep 10 03:19:41 2026] GET /v2.0/routers/08bf77ea-5908-499a-aa8b-d3156634d74a/tags => generated 12 bytes in 98 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1332/2516] 10.0.0.146 () {32 vars in 721 bytes} [Thu Sep 10 03:19:41 2026] GET /v2.0/routers/08bf77ea-5908-499a-aa8b-d3156634d74a => generated 480 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-09-10 03:19:42.073 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-366bf001-c1d1-4646-b411-8cdd2901d9c1'] response: {'name': 'network-changed', 'server_uuid': '1c6f2542-1837-465a-8993-fa73889eb3a1', 'tag': 'c78cab3b-64dd-4044-9dcd-d1c9339e35a1', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1333/2517] 10.0.0.206 () {34 vars in 990 bytes} [Thu Sep 10 03:19:42 2026] GET /v2.0/ports?device_id=72889057-1c80-4d60-97f4-bd0a8f4cc190 => generated 1010 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1334/2518] 10.0.0.206 () {34 vars in 1120 bytes} [Thu Sep 10 03:19:42 2026] GET /v2.0/security-groups?id=4a5835a2-c19a-470a-8c20-90562b149dd1&id=8f527972-7e1d-47fc-b440-d34d3b02d5c4&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: 7|app: 0|req: 1335/2519] 162.253.55.155 () {34 vars in 1080 bytes} [Thu Sep 10 03:19:42 2026] GET /v2.0/ports?tenant_id=e99512c22f4c438895442732cf452151&device_id=1c6f2542-1837-465a-8993-fa73889eb3a1 => generated 2590 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1336/2520] 162.253.55.155 () {34 vars in 986 bytes} [Thu Sep 10 03:19:42 2026] GET /v2.0/networks?id=85d090da-0710-446c-bfc8-e7154c46ca5a => generated 802 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1337/2521] 162.253.55.155 () {34 vars in 1058 bytes} [Thu Sep 10 03:19:42 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.212&port_id=c78cab3b-64dd-4044-9dcd-d1c9339e35a1 => 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: 1338/2522] 162.253.55.155 () {34 vars in 984 bytes} [Thu Sep 10 03:19:42 2026] GET /v2.0/subnets?id=c379f318-5eb2-48a5-8b18-1993735bc0ee => generated 679 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1185/2523] 10.0.0.146 () {34 vars in 742 bytes} [Thu Sep 10 03:19:42 2026] PUT /v2.0/routers/08bf77ea-5908-499a-aa8b-d3156634d74a => generated 480 bytes in 690 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1186/2524] 10.0.0.146 () {32 vars in 736 bytes} [Thu Sep 10 03:19:42 2026] GET /v2.0/ports?device_id=08bf77ea-5908-499a-aa8b-d3156634d74a => 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: 1339/2525] 162.253.55.155 () {34 vars in 1052 bytes} [Thu Sep 10 03:19:42 2026] GET /v2.0/ports?network_id=85d090da-0710-446c-bfc8-e7154c46ca5a&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: 1340/2526] 162.253.55.155 () {34 vars in 1012 bytes} [Thu Sep 10 03:19:42 2026] GET /v2.0/networks/85d090da-0710-446c-bfc8-e7154c46ca5a?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: 1341/2527] 162.253.55.155 () {34 vars in 1112 bytes} [Thu Sep 10 03:19:42 2026] GET /v2.0/networks/85d090da-0710-446c-bfc8-e7154c46ca5a?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-09-10 03:19:42.964 8 INFO neutron_taas.services.taas.taas_plugin [None req-c694198d-3b4e-4d2c-9446-6645438e7353 68b376c05be84f43a8cb3f2e25cfee63 f00610c3b1ac4c8f907ca6558d47b969 - - default default] TaaS: Handle Delete Port: 3a936a6d-4de1-4da7-81de-9d5c060f2350 2026-09-10 03:19:42.967 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c694198d-3b4e-4d2c-9446-6645438e7353 68b376c05be84f43a8cb3f2e25cfee63 f00610c3b1ac4c8f907ca6558d47b969 - - default default] Tap Mirror: Handle Delete Port: 3a936a6d-4de1-4da7-81de-9d5c060f2350 2026-09-10 03:19:43.318 8 INFO neutron.services.segments.plugin [-] Segment eee7a2bf-2c3b-4f28-9ebf-79de7942a357 resource provider aggregate not found 2026-09-10 03:19:43.332 8 INFO neutron.services.segments.plugin [-] Segment eee7a2bf-2c3b-4f28-9ebf-79de7942a357 resource provider aggregate not found 2026-09-10 03:19:43.351 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment eee7a2bf-2c3b-4f28-9ebf-79de7942a357 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid eee7a2bf-2c3b-4f28-9ebf-79de7942a357 found for delete ", "request_id": "req-82cd099b-c0ce-4cab-a3e0-8b7e4cc92912"}]} 2026-09-10 03:19:43.354 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment eee7a2bf-2c3b-4f28-9ebf-79de7942a357 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid eee7a2bf-2c3b-4f28-9ebf-79de7942a357 found for delete ", "request_id": "req-f1e77034-28ff-4023-8c78-cde85e1099ca"}]} 2026-09-10 03:19:43.364 8 INFO neutron.db.l3_hamode_db [None req-c694198d-3b4e-4d2c-9446-6645438e7353 68b376c05be84f43a8cb3f2e25cfee63 f00610c3b1ac4c8f907ca6558d47b969 - - default default] HA network b345e071-a4cd-4d9d-9814-5619407620e0 was deleted as no HA routers are present in tenant f00610c3b1ac4c8f907ca6558d47b969. [pid: 8|app: 0|req: 1187/2528] 10.0.0.146 () {32 vars in 724 bytes} [Thu Sep 10 03:19:42 2026] DELETE /v2.0/routers/08bf77ea-5908-499a-aa8b-d3156634d74a => generated 0 bytes in 596 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1342/2529] 10.0.0.206 () {34 vars in 990 bytes} [Thu Sep 10 03:19:43 2026] GET /v2.0/ports?device_id=72889057-1c80-4d60-97f4-bd0a8f4cc190 => generated 1010 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1188/2530] 10.0.0.206 () {34 vars in 1120 bytes} [Thu Sep 10 03:19:43 2026] GET /v2.0/security-groups?id=4a5835a2-c19a-470a-8c20-90562b149dd1&id=8f527972-7e1d-47fc-b440-d34d3b02d5c4&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: 7|app: 0|req: 1343/2531] 10.0.0.146 () {32 vars in 774 bytes} [Thu Sep 10 03:19:44 2026] GET /v2.0/security-groups?tenant_id=3b6bf29c8ff244e6bbd7c633a2614ad4&name=default => generated 2929 bytes in 268 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1189/2532] 10.0.0.146 () {32 vars in 740 bytes} [Thu Sep 10 03:19:44 2026] DELETE /v2.0/security-groups/4ed49b1d-de01-4bfc-bf4a-11ab49937bc1 => 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: 1344/2533] 10.0.0.146 () {32 vars in 774 bytes} [Thu Sep 10 03:19:44 2026] GET /v2.0/security-groups?tenant_id=f00610c3b1ac4c8f907ca6558d47b969&name=default => generated 2929 bytes in 119 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1190/2534] 10.0.0.146 () {32 vars in 740 bytes} [Thu Sep 10 03:19:44 2026] DELETE /v2.0/security-groups/6b3e9979-05a9-4503-bc37-1c84fdf4e6fe => generated 0 bytes in 122 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1345/2535] 10.0.0.206 () {34 vars in 990 bytes} [Thu Sep 10 03:19:44 2026] GET /v2.0/ports?device_id=72889057-1c80-4d60-97f4-bd0a8f4cc190 => generated 1008 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1346/2536] 10.0.0.206 () {34 vars in 1120 bytes} [Thu Sep 10 03:19:44 2026] GET /v2.0/security-groups?id=4a5835a2-c19a-470a-8c20-90562b149dd1&id=8f527972-7e1d-47fc-b440-d34d3b02d5c4&fields=id&fields=name => generated 205 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1191/2537] 162.253.55.155 () {34 vars in 994 bytes} [Thu Sep 10 03:19:44 2026] GET /v2.0/ports?device_id=72889057-1c80-4d60-97f4-bd0a8f4cc190 => generated 1008 bytes in 94 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-09-10 03:19:45.017 7 INFO neutron_taas.services.taas.taas_plugin [req-e0d6be08-2993-40c4-a251-a9e4af4a18c9 req-51abec54-5076-4633-a540-b4dde26c1926 17dd66186cd7471da9a76738fc59bdf3 e3a34d248656418e8468873747b92cc5 - - default default] TaaS: Handle Delete Port: 1886ff11-a5c5-4ccd-9fcf-27f8e16c2340 2026-09-10 03:19:45.020 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-e0d6be08-2993-40c4-a251-a9e4af4a18c9 req-51abec54-5076-4633-a540-b4dde26c1926 17dd66186cd7471da9a76738fc59bdf3 e3a34d248656418e8468873747b92cc5 - - default default] Tap Mirror: Handle Delete Port: 1886ff11-a5c5-4ccd-9fcf-27f8e16c2340 2026-09-10 03:19:45.123 7 INFO neutron.db.l3_db [req-e0d6be08-2993-40c4-a251-a9e4af4a18c9 req-51abec54-5076-4633-a540-b4dde26c1926 17dd66186cd7471da9a76738fc59bdf3 e3a34d248656418e8468873747b92cc5 - - default default] Floating IP 7cac5103-2667-41e7-84fd-0c06498da019 disassociated. External IP: 10.96.250.212, port: 1886ff11-a5c5-4ccd-9fcf-27f8e16c2340. [pid: 7|app: 0|req: 1347/2538] 162.253.55.155 () {36 vars in 997 bytes} [Thu Sep 10 03:19:44 2026] DELETE /v2.0/ports/1886ff11-a5c5-4ccd-9fcf-27f8e16c2340 => generated 0 bytes in 563 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-09-10 03:19:45.528 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-9f355c55-75c6-478b-a1eb-819de89c3f95'] response: {'server_uuid': '72889057-1c80-4d60-97f4-bd0a8f4cc190', 'name': 'network-vif-deleted', 'tag': '1886ff11-a5c5-4ccd-9fcf-27f8e16c2340', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1348/2539] 10.0.0.206 () {34 vars in 990 bytes} [Thu Sep 10 03:19:45 2026] GET /v2.0/ports?device_id=72889057-1c80-4d60-97f4-bd0a8f4cc190 => generated 12 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-09-10 03:19:46.487 8 INFO neutron.db.l3_db [None req-d5f02865-f02f-49cd-9b97-669a81115660 c411b36244e5497abad677d6500d0628 a7f380ed095443cab90f738d37acd72b - - default default] Floating IP 05b4ec55-0be2-4eb6-af25-98d658e544fe associated. External IP: 10.96.250.213, port: c1aa593d-895e-4732-8d1a-925a7f486393. [pid: 8|app: 0|req: 1192/2540] 10.0.0.146 () {34 vars in 677 bytes} [Thu Sep 10 03:19:45 2026] POST /v2.0/floatingips => generated 899 bytes in 1127 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1349/2541] 10.0.0.206 () {34 vars in 990 bytes} [Thu Sep 10 03:19:47 2026] GET /v2.0/ports?device_id=72889057-1c80-4d60-97f4-bd0a8f4cc190 => generated 12 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1193/2542] 10.0.0.206 () {34 vars in 990 bytes} [Thu Sep 10 03:19:48 2026] GET /v2.0/ports?device_id=72889057-1c80-4d60-97f4-bd0a8f4cc190 => 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: 1350/2543] 10.0.0.146 () {32 vars in 740 bytes} [Thu Sep 10 03:19:49 2026] DELETE /v2.0/security-groups/8f527972-7e1d-47fc-b440-d34d3b02d5c4 => generated 0 bytes in 126 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-09-10 03:19:49.542 8 INFO neutron.api.v2.resource [None req-85093541-8b1d-48f2-9313-dd096ee7f1e7 17dd66186cd7471da9a76738fc59bdf3 e3a34d248656418e8468873747b92cc5 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1194/2544] 10.0.0.146 () {32 vars in 737 bytes} [Thu Sep 10 03:19:49 2026] GET /v2.0/security-groups/8f527972-7e1d-47fc-b440-d34d3b02d5c4 => generated 146 bytes in 22 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-09-10 03:19:49.652 7 INFO neutron_taas.services.taas.taas_plugin [None req-f973d2b4-0e3c-4628-9fcd-d00686d5951b 17dd66186cd7471da9a76738fc59bdf3 e3a34d248656418e8468873747b92cc5 - - default default] TaaS: Handle Delete Port: 2b738bf8-566b-4d4c-a16e-7b9b6bc51f0a 2026-09-10 03:19:49.654 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f973d2b4-0e3c-4628-9fcd-d00686d5951b 17dd66186cd7471da9a76738fc59bdf3 e3a34d248656418e8468873747b92cc5 - - default default] Tap Mirror: Handle Delete Port: 2b738bf8-566b-4d4c-a16e-7b9b6bc51f0a [pid: 7|app: 0|req: 1351/2545] 10.0.0.146 () {32 vars in 732 bytes} [Thu Sep 10 03:19:49 2026] DELETE /v2.0/floatingips/7cac5103-2667-41e7-84fd-0c06498da019 => generated 0 bytes in 280 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1195/2546] 10.0.0.146 () {32 vars in 740 bytes} [Thu Sep 10 03:19:49 2026] DELETE /v2.0/security-groups/4a5835a2-c19a-470a-8c20-90562b149dd1 => generated 0 bytes in 163 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-09-10 03:19:50.350 7 INFO neutron_taas.services.taas.taas_plugin [None req-784ea460-7f02-4dc0-a282-5d086c7b8c31 2dcafeabbd18499d9be13b4c6b2b81df e99512c22f4c438895442732cf452151 - - default default] TaaS: Handle Delete Port: 0d2ba3c1-b757-4b20-a3bc-025042f4eaa3 2026-09-10 03:19:50.352 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-784ea460-7f02-4dc0-a282-5d086c7b8c31 2dcafeabbd18499d9be13b4c6b2b81df e99512c22f4c438895442732cf452151 - - default default] Tap Mirror: Handle Delete Port: 0d2ba3c1-b757-4b20-a3bc-025042f4eaa3 [pid: 7|app: 0|req: 1352/2547] 10.0.0.146 () {34 vars in 789 bytes} [Thu Sep 10 03:19:50 2026] PUT /v2.0/routers/c73abeef-3782-4e39-b8c8-282bb69bcdc0/remove_router_interface => generated 309 bytes in 779 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-09-10 03:19:51.068 8 INFO neutron_taas.services.taas.taas_plugin [None req-9311bf74-f248-462d-880c-b543d027296d 2dcafeabbd18499d9be13b4c6b2b81df e99512c22f4c438895442732cf452151 - - default default] TaaS: Handle Delete Port: 9681f76b-d2a8-4ee2-91d8-bf9ba34a1200 2026-09-10 03:19:51.070 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9311bf74-f248-462d-880c-b543d027296d 2dcafeabbd18499d9be13b4c6b2b81df e99512c22f4c438895442732cf452151 - - default default] Tap Mirror: Handle Delete Port: 9681f76b-d2a8-4ee2-91d8-bf9ba34a1200 2026-09-10 03:19:51.313 8 INFO neutron_taas.services.taas.taas_plugin [None req-9311bf74-f248-462d-880c-b543d027296d 2dcafeabbd18499d9be13b4c6b2b81df e99512c22f4c438895442732cf452151 - - default default] TaaS: Handle Delete Port: 9cffa4e9-fe39-4c6d-8830-1eea386125bd 2026-09-10 03:19:51.316 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9311bf74-f248-462d-880c-b543d027296d 2dcafeabbd18499d9be13b4c6b2b81df e99512c22f4c438895442732cf452151 - - default default] Tap Mirror: Handle Delete Port: 9cffa4e9-fe39-4c6d-8830-1eea386125bd [pid: 7|app: 0|req: 1353/2548] 162.253.55.155 () {30 vars in 703 bytes} [Thu Sep 10 03:19:51 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 168 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1354/2549] 162.253.55.155 () {30 vars in 705 bytes} [Thu Sep 10 03:19:51 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1355/2550] 162.253.55.155 () {30 vars in 681 bytes} [Thu Sep 10 03:19:51 2026] GET /v2.0/extensions/qos => generated 166 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1356/2551] 162.253.55.155 () {30 vars in 717 bytes} [Thu Sep 10 03:19:51 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-09-10 03:19:51.679 7 INFO neutron.api.v2.resource [None req-50843131-b7b6-4f03-ae58-75107442dbeb 2dcafeabbd18499d9be13b4c6b2b81df e99512c22f4c438895442732cf452151 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1357/2552] 162.253.55.155 () {30 vars in 763 bytes} [Thu Sep 10 03:19:51 2026] GET /v2.0/security-groups/lb-8d710d93-8dd0-47f8-b2da-00ec5228e8b7 => generated 149 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1358/2553] 162.253.55.155 () {30 vars in 785 bytes} [Thu Sep 10 03:19:51 2026] GET /v2.0/security-groups?name=lb-8d710d93-8dd0-47f8-b2da-00ec5228e8b7 => generated 1637 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1359/2554] 162.253.55.155 () {30 vars in 815 bytes} [Thu Sep 10 03:19:51 2026] GET /v2.0/security-group-rules?security_group_id=b3379e00-a31e-4c9a-87cd-831aa64c6bfd => generated 1182 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-09-10 03:19:51.743 8 INFO neutron.services.segments.plugin [-] Segment 24e3e656-4c50-4596-8711-d0042dc20c2d resource provider aggregate not found 2026-09-10 03:19:51.748 8 INFO neutron.services.segments.plugin [-] Segment 24e3e656-4c50-4596-8711-d0042dc20c2d resource provider aggregate not found 2026-09-10 03:19:51.762 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 24e3e656-4c50-4596-8711-d0042dc20c2d resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 24e3e656-4c50-4596-8711-d0042dc20c2d found for delete ", "request_id": "req-58ae3e2c-ed7a-41cf-993c-219df25163b7"}]} 2026-09-10 03:19:51.763 8 INFO neutron.db.l3_hamode_db [None req-9311bf74-f248-462d-880c-b543d027296d 2dcafeabbd18499d9be13b4c6b2b81df e99512c22f4c438895442732cf452151 - - default default] HA network 99a4943a-8ad2-421b-8ab9-24691ae9d643 was deleted as no HA routers are present in tenant e3a34d248656418e8468873747b92cc5. [pid: 8|app: 0|req: 1196/2555] 10.0.0.146 () {32 vars in 724 bytes} [Thu Sep 10 03:19:50 2026] DELETE /v2.0/routers/c73abeef-3782-4e39-b8c8-282bb69bcdc0 => generated 0 bytes in 936 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-09-10 03:19:51.771 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 24e3e656-4c50-4596-8711-d0042dc20c2d resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 24e3e656-4c50-4596-8711-d0042dc20c2d found for delete ", "request_id": "req-1e96d108-b5be-476c-b0e3-0fa05a376412"}]} [pid: 7|app: 0|req: 1360/2556] 162.253.55.155 () {34 vars in 747 bytes} [Thu Sep 10 03:19:51 2026] POST /v2.0/security-group-rules => generated 601 bytes in 80 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1197/2557] 10.0.0.146 () {32 vars in 724 bytes} [Thu Sep 10 03:19:51 2026] DELETE /v2.0/subnets/3b7e4930-ef50-4210-a424-bc4baa90d1bb => generated 0 bytes in 124 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1361/2558] 162.253.55.155 () {34 vars in 747 bytes} [Thu Sep 10 03:19:51 2026] POST /v2.0/security-group-rules => generated 597 bytes in 73 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-09-10 03:19:51.974 8 INFO neutron_taas.services.taas.taas_plugin [None req-c055f5d7-7719-49af-80bd-8477d9e89ac8 2dcafeabbd18499d9be13b4c6b2b81df e99512c22f4c438895442732cf452151 - - default default] TaaS: Handle Delete Port: 55de2124-10b8-4ac5-af93-3cec81728581 2026-09-10 03:19:51.976 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c055f5d7-7719-49af-80bd-8477d9e89ac8 2dcafeabbd18499d9be13b4c6b2b81df e99512c22f4c438895442732cf452151 - - default default] Tap Mirror: Handle Delete Port: 55de2124-10b8-4ac5-af93-3cec81728581 [pid: 8|app: 0|req: 1198/2559] 10.0.0.146 () {32 vars in 726 bytes} [Thu Sep 10 03:19:51 2026] DELETE /v2.0/networks/b542c164-4e5d-4b8f-801a-2b7a4fb11a72 => generated 0 bytes in 251 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-09-10 03:19:53.092 7 INFO neutron_taas.services.taas.taas_plugin [None req-7e14a532-caf6-4012-9710-c3eb45a6020f 2dcafeabbd18499d9be13b4c6b2b81df e99512c22f4c438895442732cf452151 - - default default] TaaS: Handle Delete Port: 69be05e8-6465-47dd-9b22-5dbde7d3af03 2026-09-10 03:19:53.094 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7e14a532-caf6-4012-9710-c3eb45a6020f 2dcafeabbd18499d9be13b4c6b2b81df e99512c22f4c438895442732cf452151 - - default default] Tap Mirror: Handle Delete Port: 69be05e8-6465-47dd-9b22-5dbde7d3af03 [pid: 7|app: 0|req: 1362/2560] 10.0.0.146 () {34 vars in 789 bytes} [Thu Sep 10 03:19:52 2026] PUT /v2.0/routers/7d7256ea-a873-40cb-9759-69cfb81f72bc/remove_router_interface => generated 309 bytes in 1604 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-09-10 03:19:53.787 8 INFO neutron.services.segments.plugin [-] Segment 091f740f-2fab-49d2-81a2-03248546327b resource provider aggregate not found 2026-09-10 03:19:53.813 8 INFO neutron.services.segments.plugin [-] Segment 091f740f-2fab-49d2-81a2-03248546327b resource provider aggregate not found 2026-09-10 03:19:53.832 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 091f740f-2fab-49d2-81a2-03248546327b resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 091f740f-2fab-49d2-81a2-03248546327b found for delete ", "request_id": "req-93395eb6-dfb1-437d-88ce-1fa7e43aaa3a"}]} 2026-09-10 03:19:53.836 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 091f740f-2fab-49d2-81a2-03248546327b resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 091f740f-2fab-49d2-81a2-03248546327b found for delete ", "request_id": "req-d7bac938-72cf-4627-86db-2aba8d5fc922"}]} 2026-09-10 03:19:54.070 8 INFO neutron_taas.services.taas.taas_plugin [None req-f95c6653-c810-4d7f-ac67-59fa9e16dc0a 2dcafeabbd18499d9be13b4c6b2b81df e99512c22f4c438895442732cf452151 - - default default] TaaS: Handle Delete Port: 984eb316-6b2e-4043-bbfc-3b2b46a68e9d 2026-09-10 03:19:54.073 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f95c6653-c810-4d7f-ac67-59fa9e16dc0a 2dcafeabbd18499d9be13b4c6b2b81df e99512c22f4c438895442732cf452151 - - default default] Tap Mirror: Handle Delete Port: 984eb316-6b2e-4043-bbfc-3b2b46a68e9d 2026-09-10 03:19:54.280 8 INFO neutron_taas.services.taas.taas_plugin [None req-f95c6653-c810-4d7f-ac67-59fa9e16dc0a 2dcafeabbd18499d9be13b4c6b2b81df e99512c22f4c438895442732cf452151 - - default default] TaaS: Handle Delete Port: 9c058e14-83aa-4f75-8ee4-5102aa713d92 2026-09-10 03:19:54.283 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f95c6653-c810-4d7f-ac67-59fa9e16dc0a 2dcafeabbd18499d9be13b4c6b2b81df e99512c22f4c438895442732cf452151 - - default default] Tap Mirror: Handle Delete Port: 9c058e14-83aa-4f75-8ee4-5102aa713d92 2026-09-10 03:19:54.710 8 INFO neutron.db.l3_hamode_db [None req-f95c6653-c810-4d7f-ac67-59fa9e16dc0a 2dcafeabbd18499d9be13b4c6b2b81df e99512c22f4c438895442732cf452151 - - default default] HA network 0f3958d1-0e7e-471d-a7ec-7d283810416e was deleted as no HA routers are present in tenant 611a35fe9b9146ddb39d530d9db4c80e. [pid: 8|app: 0|req: 1199/2561] 10.0.0.146 () {32 vars in 724 bytes} [Thu Sep 10 03:19:53 2026] DELETE /v2.0/routers/7d7256ea-a873-40cb-9759-69cfb81f72bc => generated 0 bytes in 950 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1363/2562] 10.0.0.146 () {32 vars in 724 bytes} [Thu Sep 10 03:19:54 2026] DELETE /v2.0/subnets/a091300b-7131-4d7a-b4c7-fe55b290ab30 => generated 0 bytes in 209 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-09-10 03:19:55.025 8 INFO neutron_taas.services.taas.taas_plugin [None req-7f98785a-a829-44c7-9ed9-d698cd2d3381 2dcafeabbd18499d9be13b4c6b2b81df e99512c22f4c438895442732cf452151 - - default default] TaaS: Handle Delete Port: 50e38dfd-941f-434e-8ece-6ccf19823448 2026-09-10 03:19:55.028 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7f98785a-a829-44c7-9ed9-d698cd2d3381 2dcafeabbd18499d9be13b4c6b2b81df e99512c22f4c438895442732cf452151 - - default default] Tap Mirror: Handle Delete Port: 50e38dfd-941f-434e-8ece-6ccf19823448 [pid: 8|app: 0|req: 1200/2563] 10.0.0.146 () {32 vars in 726 bytes} [Thu Sep 10 03:19:54 2026] DELETE /v2.0/networks/f0e6742f-350a-4c02-ad82-c3c8baaf9bc8 => generated 0 bytes in 281 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1365/2566] 10.0.0.146 () {32 vars in 774 bytes} [Thu Sep 10 03:19:55 2026] GET /v2.0/security-groups?tenant_id=611a35fe9b9146ddb39d530d9db4c80e&name=default => generated 2925 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1202/2567] 10.0.0.146 () {32 vars in 740 bytes} [Thu Sep 10 03:19:55 2026] DELETE /v2.0/security-groups/dea093fd-535e-4e35-8267-97f0e4e1be7d => 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: 1366/2568] 10.0.0.146 () {32 vars in 774 bytes} [Thu Sep 10 03:19:55 2026] GET /v2.0/security-groups?tenant_id=e3a34d248656418e8468873747b92cc5&name=default => generated 2925 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-09-10 03:19:55.861 8 INFO neutron.services.segments.plugin [-] Segment 89f6061f-7b69-4146-bfbf-4e2a81cab9c6 resource provider aggregate not found 2026-09-10 03:19:55.868 8 INFO neutron.services.segments.plugin [-] Segment 89f6061f-7b69-4146-bfbf-4e2a81cab9c6 resource provider aggregate not found 2026-09-10 03:19:55.881 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 89f6061f-7b69-4146-bfbf-4e2a81cab9c6 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 89f6061f-7b69-4146-bfbf-4e2a81cab9c6 found for delete ", "request_id": "req-16a3847b-6d0e-4c7a-9549-91b74c888029"}]} 2026-09-10 03:19:55.887 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 89f6061f-7b69-4146-bfbf-4e2a81cab9c6 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 89f6061f-7b69-4146-bfbf-4e2a81cab9c6 found for delete ", "request_id": "req-0d8c9b72-0682-4c1f-8991-4b1bfe056cc1"}]} 2026-09-10 03:19:55.901 8 INFO neutron.services.segments.plugin [-] Segment 3ebb0ff7-3b45-4f78-a2ea-ad52548755ed resource provider aggregate not found 2026-09-10 03:19:55.918 8 INFO neutron.services.segments.plugin [-] Segment 3ebb0ff7-3b45-4f78-a2ea-ad52548755ed resource provider aggregate not found 2026-09-10 03:19:55.922 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 3ebb0ff7-3b45-4f78-a2ea-ad52548755ed resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3ebb0ff7-3b45-4f78-a2ea-ad52548755ed found for delete ", "request_id": "req-58402834-4735-4a91-b4d5-46a696768f4c"}]} 2026-09-10 03:19:55.938 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 3ebb0ff7-3b45-4f78-a2ea-ad52548755ed resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3ebb0ff7-3b45-4f78-a2ea-ad52548755ed found for delete ", "request_id": "req-b66c62aa-9a9e-4c91-9a64-4f0b6e21c0bb"}]} [pid: 8|app: 0|req: 1203/2569] 10.0.0.146 () {32 vars in 740 bytes} [Thu Sep 10 03:19:55 2026] DELETE /v2.0/security-groups/d88a5775-3b44-4085-894c-9e22111b6e2b => generated 0 bytes in 132 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1367/2570] 10.0.0.139 () {30 vars in 690 bytes} [Thu Sep 10 03:19:57 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: 1204/2571] 10.0.0.139 () {30 vars in 692 bytes} [Thu Sep 10 03:19:57 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1368/2572] 10.0.0.139 () {30 vars in 668 bytes} [Thu Sep 10 03:19:57 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: 1205/2573] 10.0.0.139 () {30 vars in 704 bytes} [Thu Sep 10 03:19: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: 1369/2574] 10.0.0.139 () {28 vars in 439 bytes} [Thu Sep 10 03:19:58 2026] GET / => generated 151 bytes in 3 msecs (HTTP/1.1 200) 3 headers in 91 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1206/2575] 10.0.0.139 () {30 vars in 728 bytes} [Thu Sep 10 03:19:58 2026] GET /v2.0/subnets/57dcdc46-d15e-4dc0-ae79-13e09fdeddae => generated 656 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1370/2576] 162.253.55.155 () {30 vars in 703 bytes} [Thu Sep 10 03:19:58 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: 1207/2577] 162.253.55.155 () {30 vars in 705 bytes} [Thu Sep 10 03:19:58 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: 1371/2578] 162.253.55.155 () {30 vars in 681 bytes} [Thu Sep 10 03:19:58 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: 1208/2579] 162.253.55.155 () {30 vars in 717 bytes} [Thu Sep 10 03:19:58 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: 1372/2580] 162.253.55.155 () {30 vars in 741 bytes} [Thu Sep 10 03:19:59 2026] GET /v2.0/subnets/57dcdc46-d15e-4dc0-ae79-13e09fdeddae => generated 674 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1209/2581] 162.253.55.155 () {30 vars in 769 bytes} [Thu Sep 10 03:19:59 2026] GET /v2.0/ports?device_id=1c6f2542-1837-465a-8993-fa73889eb3a1 => generated 2590 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1373/2582] 162.253.55.155 () {30 vars in 703 bytes} [Thu Sep 10 03:19:59 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: 1210/2583] 162.253.55.155 () {30 vars in 705 bytes} [Thu Sep 10 03:19:59 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1374/2584] 162.253.55.155 () {30 vars in 681 bytes} [Thu Sep 10 03:19:59 2026] GET /v2.0/extensions/qos => generated 166 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1211/2585] 162.253.55.155 () {30 vars in 717 bytes} [Thu Sep 10 03:19:59 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: 1375/2586] 162.253.55.155 () {34 vars in 717 bytes} [Thu Sep 10 03:19:59 2026] POST /v2.0/ports => generated 1328 bytes in 425 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1212/2587] 10.0.0.206 () {34 vars in 971 bytes} [Thu Sep 10 03:19:59 2026] GET /v2.0/ports/d8796f2a-4aa5-46da-b4dd-d0bc33c99abd => generated 1328 bytes in 298 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: 1376/2588] 10.0.0.146 () {34 vars in 676 bytes} [Thu Sep 10 03:20:00 2026] POST /v2.0/floatingips => generated 552 bytes in 610 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1377/2589] 162.253.55.155 () {34 vars in 1262 bytes} [Thu Sep 10 03:20:01 2026] GET /v2.0/ports/d8796f2a-4aa5-46da-b4dd-d0bc33c99abd?fields=binding%3Avnic_type&fields=binding%3Aprofile&fields=network_id&fields=resource_request&fields=numa_affinity_policy&fields=device_profile => generated 136 bytes in 147 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1378/2590] 162.253.55.155 () {34 vars in 1012 bytes} [Thu Sep 10 03:20:01 2026] GET /v2.0/networks/17bda8ff-3c3a-4753-88c5-f2508e4b8f3f?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: 1379/2591] 162.253.55.155 () {34 vars in 1112 bytes} [Thu Sep 10 03:20:01 2026] GET /v2.0/networks/17bda8ff-3c3a-4753-88c5-f2508e4b8f3f?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1213/2592] 10.0.0.146 () {34 vars in 676 bytes} [Thu Sep 10 03:20:01 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: 8|app: 0|req: 1214/2593] 162.253.55.155 () {34 vars in 975 bytes} [Thu Sep 10 03:20:01 2026] GET /v2.0/ports/d8796f2a-4aa5-46da-b4dd-d0bc33c99abd => generated 1328 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1215/2594] 162.253.55.155 () {34 vars in 986 bytes} [Thu Sep 10 03:20:01 2026] GET /v2.0/networks?id=17bda8ff-3c3a-4753-88c5-f2508e4b8f3f => generated 800 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1380/2595] 10.0.0.146 () {34 vars in 676 bytes} [Thu Sep 10 03:20:01 2026] POST /v2.0/floatingips => generated 552 bytes in 506 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1216/2596] 162.253.55.155 () {38 vars in 1028 bytes} [Thu Sep 10 03:20:02 2026] PUT /v2.0/ports/d8796f2a-4aa5-46da-b4dd-d0bc33c99abd => generated 1518 bytes in 509 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-09-10 03:20:02.735 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-481b055b-3cf8-4a8f-b837-48dcbf8acece'] response: {'name': 'network-changed', 'server_uuid': '1c6f2542-1837-465a-8993-fa73889eb3a1', 'tag': 'd8796f2a-4aa5-46da-b4dd-d0bc33c99abd', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1381/2597] 10.0.0.146 () {34 vars in 676 bytes} [Thu Sep 10 03:20:02 2026] POST /v2.0/floatingips => generated 552 bytes in 606 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: 1217/2598] 10.0.0.146 () {34 vars in 676 bytes} [Thu Sep 10 03:20:02 2026] POST /v2.0/floatingips => generated 552 bytes in 537 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1382/2599] 162.253.55.155 () {34 vars in 1080 bytes} [Thu Sep 10 03:20:03 2026] GET /v2.0/ports?tenant_id=e99512c22f4c438895442732cf452151&device_id=1c6f2542-1837-465a-8993-fa73889eb3a1 => generated 4100 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1218/2600] 10.0.0.146 () {34 vars in 759 bytes} [Thu Sep 10 03:20:03 2026] PUT /v2.0/floatingips/43841b18-3ef2-49ad-8424-512c23978e42/tags => generated 17 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1383/2601] 162.253.55.155 () {34 vars in 986 bytes} [Thu Sep 10 03:20:03 2026] GET /v2.0/networks?id=17bda8ff-3c3a-4753-88c5-f2508e4b8f3f => generated 800 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1219/2602] 10.0.0.146 () {34 vars in 759 bytes} [Thu Sep 10 03:20:03 2026] PUT /v2.0/floatingips/434c10fc-0937-4f6d-b77f-f4b20467b49c/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: 1384/2603] 162.253.55.155 () {34 vars in 1058 bytes} [Thu Sep 10 03:20:03 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.245&port_id=d8796f2a-4aa5-46da-b4dd-d0bc33c99abd => generated 19 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1220/2604] 10.0.0.146 () {34 vars in 759 bytes} [Thu Sep 10 03:20:03 2026] PUT /v2.0/floatingips/eacf3860-bb33-46cd-806c-e0a0cd32bf7d/tags => generated 34 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1385/2605] 162.253.55.155 () {34 vars in 1104 bytes} [Thu Sep 10 03:20:03 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A12a&port_id=d8796f2a-4aa5-46da-b4dd-d0bc33c99abd => generated 19 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1221/2606] 10.0.0.146 () {34 vars in 759 bytes} [Thu Sep 10 03:20:03 2026] PUT /v2.0/floatingips/fc0be074-232c-4c3a-ac0f-bdbaff4c36a9/tags => generated 19 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1386/2607] 162.253.55.155 () {34 vars in 1064 bytes} [Thu Sep 10 03:20:03 2026] GET /v2.0/subnets?id=57dcdc46-d15e-4dc0-ae79-13e09fdeddae&id=cf05b558-9c46-440f-8075-f9bc4f061746 => generated 1410 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1387/2608] 162.253.55.155 () {34 vars in 1052 bytes} [Thu Sep 10 03:20:03 2026] GET /v2.0/ports?network_id=17bda8ff-3c3a-4753-88c5-f2508e4b8f3f&device_owner=network%3Adhcp => generated 1457 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1222/2609] 10.0.0.146 () {32 vars in 672 bytes} [Thu Sep 10 03:20:03 2026] GET /v2.0/floatingips?tags=red => generated 1671 bytes in 111 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1388/2610] 162.253.55.155 () {34 vars in 1052 bytes} [Thu Sep 10 03:20:03 2026] GET /v2.0/ports?network_id=17bda8ff-3c3a-4753-88c5-f2508e4b8f3f&device_owner=network%3Adhcp => generated 1457 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1223/2611] 10.0.0.146 () {32 vars in 686 bytes} [Thu Sep 10 03:20:03 2026] GET /v2.0/floatingips?tags=red%2Cblue => generated 1128 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1389/2612] 162.253.55.155 () {34 vars in 1012 bytes} [Thu Sep 10 03:20:03 2026] GET /v2.0/networks/17bda8ff-3c3a-4753-88c5-f2508e4b8f3f?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: 1224/2613] 10.0.0.146 () {32 vars in 682 bytes} [Thu Sep 10 03:20:03 2026] GET /v2.0/floatingips?tags-any=blue => generated 1128 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1225/2614] 10.0.0.146 () {32 vars in 694 bytes} [Thu Sep 10 03:20:03 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: 7|app: 0|req: 1390/2615] 162.253.55.155 () {34 vars in 1112 bytes} [Thu Sep 10 03:20:03 2026] GET /v2.0/networks/17bda8ff-3c3a-4753-88c5-f2508e4b8f3f?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1226/2616] 10.0.0.146 () {32 vars in 680 bytes} [Thu Sep 10 03:20:03 2026] GET /v2.0/floatingips?not-tags=red => generated 1100 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1391/2617] 10.0.0.146 () {32 vars in 694 bytes} [Thu Sep 10 03:20:03 2026] GET /v2.0/floatingips?not-tags=red%2Cblue => generated 1643 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1227/2618] 10.0.0.146 () {32 vars in 690 bytes} [Thu Sep 10 03:20:03 2026] GET /v2.0/floatingips?not-tags-any=blue => generated 1643 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1392/2619] 10.0.0.146 () {32 vars in 702 bytes} [Thu Sep 10 03:20:03 2026] GET /v2.0/floatingips?not-tags-any=red%2Cblue => generated 1100 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-09-10 03:20:04.223 8 INFO neutron_taas.services.taas.taas_plugin [None req-532e71b8-3759-4b97-9138-6fef1afb8dac f74dc97e5f7d4ea9871412ad8bac0872 b538e80d687c4bb785b02afa8c949756 - - default default] TaaS: Handle Delete Port: 2f1c9ba4-0fdf-4140-9a68-cd33fb02a07d 2026-09-10 03:20:04.227 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-532e71b8-3759-4b97-9138-6fef1afb8dac f74dc97e5f7d4ea9871412ad8bac0872 b538e80d687c4bb785b02afa8c949756 - - default default] Tap Mirror: Handle Delete Port: 2f1c9ba4-0fdf-4140-9a68-cd33fb02a07d [pid: 8|app: 0|req: 1228/2620] 10.0.0.146 () {32 vars in 732 bytes} [Thu Sep 10 03:20:04 2026] DELETE /v2.0/floatingips/43841b18-3ef2-49ad-8424-512c23978e42 => generated 0 bytes in 370 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-09-10 03:20:04.534 7 INFO neutron_taas.services.taas.taas_plugin [None req-021dd48d-7a11-45e9-bb0b-553a3824f956 f74dc97e5f7d4ea9871412ad8bac0872 b538e80d687c4bb785b02afa8c949756 - - default default] TaaS: Handle Delete Port: dcb2bfc8-4a0e-4276-a6aa-f41a091c64e4 2026-09-10 03:20:04.542 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-021dd48d-7a11-45e9-bb0b-553a3824f956 f74dc97e5f7d4ea9871412ad8bac0872 b538e80d687c4bb785b02afa8c949756 - - default default] Tap Mirror: Handle Delete Port: dcb2bfc8-4a0e-4276-a6aa-f41a091c64e4 [pid: 7|app: 0|req: 1393/2621] 10.0.0.146 () {32 vars in 732 bytes} [Thu Sep 10 03:20:04 2026] DELETE /v2.0/floatingips/434c10fc-0937-4f6d-b77f-f4b20467b49c => generated 0 bytes in 304 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-09-10 03:20:04.831 8 INFO neutron_taas.services.taas.taas_plugin [None req-48fd13b3-9b89-475b-9309-3ea2a63d65f2 f74dc97e5f7d4ea9871412ad8bac0872 b538e80d687c4bb785b02afa8c949756 - - default default] TaaS: Handle Delete Port: 17f75f8f-92f5-462b-9180-df480f6e242c 2026-09-10 03:20:04.833 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-48fd13b3-9b89-475b-9309-3ea2a63d65f2 f74dc97e5f7d4ea9871412ad8bac0872 b538e80d687c4bb785b02afa8c949756 - - default default] Tap Mirror: Handle Delete Port: 17f75f8f-92f5-462b-9180-df480f6e242c [pid: 7|app: 0|req: 1394/2622] 162.253.55.155 () {34 vars in 1080 bytes} [Thu Sep 10 03:20:04 2026] GET /v2.0/ports?tenant_id=e99512c22f4c438895442732cf452151&device_id=1c6f2542-1837-465a-8993-fa73889eb3a1 => generated 4100 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1395/2623] 162.253.55.155 () {34 vars in 1062 bytes} [Thu Sep 10 03:20:04 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.2.126&port_id=ea0d6974-9a1e-4e32-ba97-86db292b2b27 => 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: 1396/2624] 162.253.55.155 () {34 vars in 984 bytes} [Thu Sep 10 03:20:04 2026] GET /v2.0/subnets?id=3f8a7e0d-362b-463c-b3cf-925264c9efc2 => generated 654 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1229/2625] 10.0.0.146 () {32 vars in 732 bytes} [Thu Sep 10 03:20:04 2026] DELETE /v2.0/floatingips/eacf3860-bb33-46cd-806c-e0a0cd32bf7d => generated 0 bytes in 235 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1397/2626] 162.253.55.155 () {34 vars in 1052 bytes} [Thu Sep 10 03:20:04 2026] GET /v2.0/ports?network_id=fbcf73dd-c8d4-4059-9819-353f31849dc2&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: 1398/2627] 162.253.55.155 () {34 vars in 1012 bytes} [Thu Sep 10 03:20:05 2026] GET /v2.0/networks/fbcf73dd-c8d4-4059-9819-353f31849dc2?fields=segments => generated 14 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-09-10 03:20:05.066 8 INFO neutron_taas.services.taas.taas_plugin [None req-93b32522-2aba-4e5c-b6d3-8625faa6c279 f74dc97e5f7d4ea9871412ad8bac0872 b538e80d687c4bb785b02afa8c949756 - - default default] TaaS: Handle Delete Port: 3599da84-0446-46db-8ea7-6a4336aa387c 2026-09-10 03:20:05.069 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-93b32522-2aba-4e5c-b6d3-8625faa6c279 f74dc97e5f7d4ea9871412ad8bac0872 b538e80d687c4bb785b02afa8c949756 - - default default] Tap Mirror: Handle Delete Port: 3599da84-0446-46db-8ea7-6a4336aa387c [pid: 7|app: 0|req: 1399/2628] 162.253.55.155 () {34 vars in 1112 bytes} [Thu Sep 10 03:20:05 2026] GET /v2.0/networks/fbcf73dd-c8d4-4059-9819-353f31849dc2?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: 1400/2629] 162.253.55.155 () {34 vars in 1058 bytes} [Thu Sep 10 03:20:05 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.212&port_id=c78cab3b-64dd-4044-9dcd-d1c9339e35a1 => 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: 1401/2630] 162.253.55.155 () {34 vars in 984 bytes} [Thu Sep 10 03:20:05 2026] GET /v2.0/subnets?id=c379f318-5eb2-48a5-8b18-1993735bc0ee => generated 679 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1402/2631] 162.253.55.155 () {34 vars in 1052 bytes} [Thu Sep 10 03:20:05 2026] GET /v2.0/ports?network_id=85d090da-0710-446c-bfc8-e7154c46ca5a&device_owner=network%3Adhcp => generated 1461 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1230/2632] 10.0.0.146 () {32 vars in 732 bytes} [Thu Sep 10 03:20:04 2026] DELETE /v2.0/floatingips/fc0be074-232c-4c3a-ac0f-bdbaff4c36a9 => generated 0 bytes in 242 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1403/2633] 162.253.55.155 () {34 vars in 1012 bytes} [Thu Sep 10 03:20:05 2026] GET /v2.0/networks/85d090da-0710-446c-bfc8-e7154c46ca5a?fields=segments => generated 14 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1404/2634] 162.253.55.155 () {34 vars in 1112 bytes} [Thu Sep 10 03:20:05 2026] GET /v2.0/networks/85d090da-0710-446c-bfc8-e7154c46ca5a?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-09-10 03:20:05.298 8 INFO neutron_taas.services.taas.taas_plugin [None req-1c328bb6-1ec9-485a-af1a-dc0c6288f81f f74dc97e5f7d4ea9871412ad8bac0872 b538e80d687c4bb785b02afa8c949756 - - default default] TaaS: Handle Delete Port: 65e2ac83-e67e-4c96-b028-cd747a7e0485 2026-09-10 03:20:05.300 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1c328bb6-1ec9-485a-af1a-dc0c6288f81f f74dc97e5f7d4ea9871412ad8bac0872 b538e80d687c4bb785b02afa8c949756 - - default default] Tap Mirror: Handle Delete Port: 65e2ac83-e67e-4c96-b028-cd747a7e0485 [pid: 7|app: 0|req: 1405/2635] 162.253.55.155 () {34 vars in 1058 bytes} [Thu Sep 10 03:20:05 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.245&port_id=d8796f2a-4aa5-46da-b4dd-d0bc33c99abd => 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: 1406/2636] 162.253.55.155 () {34 vars in 1104 bytes} [Thu Sep 10 03:20:05 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A12a&port_id=d8796f2a-4aa5-46da-b4dd-d0bc33c99abd => generated 19 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1407/2637] 162.253.55.155 () {34 vars in 1064 bytes} [Thu Sep 10 03:20:05 2026] GET /v2.0/subnets?id=57dcdc46-d15e-4dc0-ae79-13e09fdeddae&id=cf05b558-9c46-440f-8075-f9bc4f061746 => generated 1410 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1408/2638] 162.253.55.155 () {34 vars in 1052 bytes} [Thu Sep 10 03:20:05 2026] GET /v2.0/ports?network_id=17bda8ff-3c3a-4753-88c5-f2508e4b8f3f&device_owner=network%3Adhcp => generated 1457 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1231/2639] 10.0.0.146 () {32 vars in 732 bytes} [Thu Sep 10 03:20:05 2026] DELETE /v2.0/floatingips/f461ee05-46ce-4010-a04e-2f9493cf9851 => generated 0 bytes in 226 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1409/2640] 162.253.55.155 () {34 vars in 1052 bytes} [Thu Sep 10 03:20:05 2026] GET /v2.0/ports?network_id=17bda8ff-3c3a-4753-88c5-f2508e4b8f3f&device_owner=network%3Adhcp => generated 1457 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1232/2641] 162.253.55.155 () {34 vars in 1012 bytes} [Thu Sep 10 03:20:05 2026] GET /v2.0/networks/17bda8ff-3c3a-4753-88c5-f2508e4b8f3f?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: 1410/2642] 162.253.55.155 () {34 vars in 1112 bytes} [Thu Sep 10 03:20:05 2026] GET /v2.0/networks/17bda8ff-3c3a-4753-88c5-f2508e4b8f3f?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: 8|app: 0|req: 1233/2643] 10.0.0.146 () {32 vars in 774 bytes} [Thu Sep 10 03:20:06 2026] GET /v2.0/security-groups?tenant_id=b538e80d687c4bb785b02afa8c949756&name=default => generated 2929 bytes in 383 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1411/2644] 10.0.0.146 () {32 vars in 740 bytes} [Thu Sep 10 03:20:06 2026] DELETE /v2.0/security-groups/921d6c75-bde3-43c5-affc-f2461af85243 => generated 0 bytes in 125 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1234/2645] 10.0.0.146 () {32 vars in 774 bytes} [Thu Sep 10 03:20:06 2026] GET /v2.0/security-groups?tenant_id=4e4e9a57210f44c0b96b790f06097dea&name=default => generated 2929 bytes in 181 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1412/2646] 10.0.0.146 () {32 vars in 740 bytes} [Thu Sep 10 03:20:07 2026] DELETE /v2.0/security-groups/a68ab2b5-baad-43c0-b865-2cffb4918ff7 => generated 0 bytes in 149 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1235/2647] 10.0.0.146 () {32 vars in 774 bytes} [Thu Sep 10 03:20:07 2026] GET /v2.0/security-groups?tenant_id=65ad984cf3834aa48b1ae13d9ce0ce43&name=default => generated 2929 bytes in 212 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1413/2648] 10.0.0.146 () {32 vars in 740 bytes} [Thu Sep 10 03:20:07 2026] DELETE /v2.0/security-groups/35b71f65-2999-4a09-874f-3cfde9c59133 => generated 0 bytes in 143 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1236/2649] 10.0.0.206 () {34 vars in 971 bytes} [Thu Sep 10 03:20:09 2026] GET /v2.0/ports/d8796f2a-4aa5-46da-b4dd-d0bc33c99abd => generated 1520 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1414/2650] 162.253.55.155 () {30 vars in 743 bytes} [Thu Sep 10 03:20:09 2026] GET /v2.0/networks/17bda8ff-3c3a-4753-88c5-f2508e4b8f3f => generated 797 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1237/2651] 162.253.55.155 () {30 vars in 741 bytes} [Thu Sep 10 03:20:09 2026] GET /v2.0/subnets/57dcdc46-d15e-4dc0-ae79-13e09fdeddae => generated 674 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1415/2652] 162.253.55.155 () {30 vars in 741 bytes} [Thu Sep 10 03:20:09 2026] GET /v2.0/subnets/cf05b558-9c46-440f-8075-f9bc4f061746 => generated 743 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1239/2655] 162.253.55.155 () {30 vars in 703 bytes} [Thu Sep 10 03:20:10 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1417/2656] 162.253.55.155 () {30 vars in 705 bytes} [Thu Sep 10 03:20:10 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1240/2657] 162.253.55.155 () {30 vars in 681 bytes} [Thu Sep 10 03:20:10 2026] GET /v2.0/extensions/qos => generated 166 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1418/2658] 162.253.55.155 () {30 vars in 717 bytes} [Thu Sep 10 03:20:10 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1241/2659] 162.253.55.155 () {30 vars in 741 bytes} [Thu Sep 10 03:20:10 2026] GET /v2.0/subnets/c379f318-5eb2-48a5-8b18-1993735bc0ee => 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: 1419/2660] 162.253.55.155 () {30 vars in 737 bytes} [Thu Sep 10 03:20:10 2026] GET /v2.0/ports/c1aa593d-895e-4732-8d1a-925a7f486393 => 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: 1242/2661] 162.253.55.155 () {30 vars in 737 bytes} [Thu Sep 10 03:20:10 2026] GET /v2.0/ports/c78cab3b-64dd-4044-9dcd-d1c9339e35a1 => generated 1350 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1420/2662] 162.253.55.155 () {30 vars in 741 bytes} [Thu Sep 10 03:20:10 2026] GET /v2.0/subnets/c379f318-5eb2-48a5-8b18-1993735bc0ee => generated 676 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1243/2663] 162.253.55.155 () {30 vars in 743 bytes} [Thu Sep 10 03:20:10 2026] GET /v2.0/networks/85d090da-0710-446c-bfc8-e7154c46ca5a => generated 799 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1421/2664] 162.253.55.155 () {30 vars in 737 bytes} [Thu Sep 10 03:20:10 2026] GET /v2.0/ports/c1aa593d-895e-4732-8d1a-925a7f486393 => generated 1132 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1244/2665] 162.253.55.155 () {30 vars in 741 bytes} [Thu Sep 10 03:20:10 2026] GET /v2.0/subnets/c379f318-5eb2-48a5-8b18-1993735bc0ee => generated 676 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-09-10 03:20:12.716 7 INFO neutron.db.segments_db [None req-4720f730-dad5-41ef-bd2f-3187989f5459 9ea86ad000f74b3f9e200990b9951204 63b00ab7f53040baa1a69572b6fec340 - - default default] Added segment 13b824bd-0af9-4881-861c-693e8cdcb913 of type vxlan for network dc09462c-bae1-46c1-8196-d2c55c43796e [pid: 7|app: 0|req: 1422/2666] 10.0.0.146 () {34 vars in 670 bytes} [Thu Sep 10 03:20:12 2026] POST /v2.0/networks => generated 629 bytes in 456 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1245/2667] 10.0.0.146 () {34 vars in 664 bytes} [Thu Sep 10 03:20:12 2026] POST /v2.0/ports => generated 743 bytes in 385 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-09-10 03:20:13.300 7 INFO neutron.db.segments_db [None req-dba2dea6-2bac-4c95-b2ac-54c49ae7a63f 9ea86ad000f74b3f9e200990b9951204 63b00ab7f53040baa1a69572b6fec340 - - default default] Added segment d1bfe735-0589-4069-8260-f755aaddbdcc of type vxlan for network 553db1ab-4141-4dc3-af57-d8116f469377 [pid: 7|app: 0|req: 1423/2668] 10.0.0.146 () {34 vars in 670 bytes} [Thu Sep 10 03:20:13 2026] POST /v2.0/networks => generated 632 bytes in 176 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 1246/2669] 10.0.0.146 () {34 vars in 664 bytes} [Thu Sep 10 03:20:13 2026] POST /v2.0/ports => generated 743 bytes in 469 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-09-10 03:20:13.957 7 INFO neutron.db.segments_db [None req-fb641409-9e8e-4e19-9642-c5377572b299 9ea86ad000f74b3f9e200990b9951204 63b00ab7f53040baa1a69572b6fec340 - - default default] Added segment 98b73a04-b519-4705-9826-68a4edf013ac of type vxlan for network 5e7b6570-529b-4490-9b76-d7c89445f70b [pid: 7|app: 0|req: 1424/2670] 10.0.0.146 () {34 vars in 670 bytes} [Thu Sep 10 03:20:13 2026] POST /v2.0/networks => generated 632 bytes in 180 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: 1247/2671] 10.0.0.146 () {34 vars in 664 bytes} [Thu Sep 10 03:20:14 2026] POST /v2.0/ports => generated 743 bytes in 397 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-09-10 03:20:14.578 7 INFO neutron.db.segments_db [None req-4bfd65d5-561b-410d-bab1-a65e35e58720 9ea86ad000f74b3f9e200990b9951204 63b00ab7f53040baa1a69572b6fec340 - - default default] Added segment 9b1c399e-712e-442b-a900-82c542cbdc6f of type vxlan for network 6ac7601e-3543-4a6b-8982-31f6efe442c0 [pid: 7|app: 0|req: 1425/2672] 10.0.0.146 () {34 vars in 670 bytes} [Thu Sep 10 03:20:14 2026] POST /v2.0/networks => generated 631 bytes in 245 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: 1248/2673] 10.0.0.146 () {34 vars in 664 bytes} [Thu Sep 10 03:20:14 2026] POST /v2.0/ports => generated 743 bytes in 316 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-09-10 03:20:15.098 7 INFO neutron.db.segments_db [None req-76f64357-4fdd-4fa1-9b6d-0d9b6219fc42 9ea86ad000f74b3f9e200990b9951204 63b00ab7f53040baa1a69572b6fec340 - - default default] Added segment cf0d1462-8463-43c3-b10e-db66906c97f0 of type vxlan for network 46f60361-e32b-4949-bb1a-192ca495fed7 [pid: 7|app: 0|req: 1426/2674] 10.0.0.146 () {34 vars in 670 bytes} [Thu Sep 10 03:20:15 2026] POST /v2.0/networks => generated 631 bytes in 161 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1249/2675] 10.0.0.146 () {34 vars in 664 bytes} [Thu Sep 10 03:20:15 2026] POST /v2.0/ports => generated 743 bytes in 368 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1427/2676] 10.0.0.146 () {34 vars in 747 bytes} [Thu Sep 10 03:20:15 2026] PUT /v2.0/ports/7f8f9a10-7c01-425f-8b04-26b84e5d48ce/tags => generated 17 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1250/2677] 10.0.0.146 () {34 vars in 747 bytes} [Thu Sep 10 03:20:15 2026] PUT /v2.0/ports/663ab1e6-3c66-43a4-87a2-6f48c25f57b6/tags => generated 25 bytes in 80 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: 1428/2678] 10.0.0.146 () {34 vars in 747 bytes} [Thu Sep 10 03:20:15 2026] PUT /v2.0/ports/23914556-8cee-4f9f-8268-4941af739eee/tags => generated 34 bytes in 97 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: 1251/2679] 10.0.0.146 () {34 vars in 747 bytes} [Thu Sep 10 03:20:15 2026] PUT /v2.0/ports/189a5a10-2ccf-4920-b6c5-1b8f6f5996de/tags => generated 19 bytes in 60 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: 1429/2680] 10.0.0.146 () {32 vars in 660 bytes} [Thu Sep 10 03:20:15 2026] GET /v2.0/ports?tags=red => generated 2253 bytes in 163 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: 1252/2681] 10.0.0.146 () {32 vars in 674 bytes} [Thu Sep 10 03:20:16 2026] GET /v2.0/ports?tags=red%2Cblue => generated 1513 bytes in 123 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1430/2682] 10.0.0.146 () {32 vars in 670 bytes} [Thu Sep 10 03:20:16 2026] GET /v2.0/ports?tags-any=blue => generated 1513 bytes in 106 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1253/2683] 10.0.0.146 () {32 vars in 682 bytes} [Thu Sep 10 03:20:16 2026] GET /v2.0/ports?tags-any=red%2Cblue => generated 2253 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1431/2684] 10.0.0.146 () {32 vars in 668 bytes} [Thu Sep 10 03:20:16 2026] GET /v2.0/ports?not-tags=red => generated 1488 bytes in 160 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1254/2685] 10.0.0.146 () {32 vars in 682 bytes} [Thu Sep 10 03:20:16 2026] GET /v2.0/ports?not-tags=red%2Cblue => generated 2228 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1432/2686] 10.0.0.146 () {32 vars in 678 bytes} [Thu Sep 10 03:20:16 2026] GET /v2.0/ports?not-tags-any=blue => generated 2228 bytes in 106 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1255/2687] 10.0.0.146 () {32 vars in 690 bytes} [Thu Sep 10 03:20:16 2026] GET /v2.0/ports?not-tags-any=red%2Cblue => generated 1488 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-09-10 03:20:16.945 7 INFO neutron_taas.services.taas.taas_plugin [None req-59318cac-ada8-4ff7-a8c8-2c86c2212bc8 9ea86ad000f74b3f9e200990b9951204 63b00ab7f53040baa1a69572b6fec340 - - default default] TaaS: Handle Delete Port: 7f8f9a10-7c01-425f-8b04-26b84e5d48ce 2026-09-10 03:20:16.949 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-59318cac-ada8-4ff7-a8c8-2c86c2212bc8 9ea86ad000f74b3f9e200990b9951204 63b00ab7f53040baa1a69572b6fec340 - - default default] Tap Mirror: Handle Delete Port: 7f8f9a10-7c01-425f-8b04-26b84e5d48ce [pid: 7|app: 0|req: 1433/2688] 10.0.0.146 () {32 vars in 720 bytes} [Thu Sep 10 03:20:16 2026] DELETE /v2.0/ports/7f8f9a10-7c01-425f-8b04-26b84e5d48ce => generated 0 bytes in 266 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-09-10 03:20:17.212 8 INFO neutron_taas.services.taas.taas_plugin [None req-f9ff6166-2f48-4f5c-a000-9cc741622b95 9ea86ad000f74b3f9e200990b9951204 63b00ab7f53040baa1a69572b6fec340 - - default default] TaaS: Handle Delete Port: 663ab1e6-3c66-43a4-87a2-6f48c25f57b6 2026-09-10 03:20:17.215 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f9ff6166-2f48-4f5c-a000-9cc741622b95 9ea86ad000f74b3f9e200990b9951204 63b00ab7f53040baa1a69572b6fec340 - - default default] Tap Mirror: Handle Delete Port: 663ab1e6-3c66-43a4-87a2-6f48c25f57b6 [pid: 8|app: 0|req: 1256/2689] 10.0.0.146 () {32 vars in 720 bytes} [Thu Sep 10 03:20:17 2026] DELETE /v2.0/ports/663ab1e6-3c66-43a4-87a2-6f48c25f57b6 => generated 0 bytes in 215 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-09-10 03:20:17.427 7 INFO neutron_taas.services.taas.taas_plugin [None req-25cf2754-2163-41f6-92e4-b3fe5bdffe4d 9ea86ad000f74b3f9e200990b9951204 63b00ab7f53040baa1a69572b6fec340 - - default default] TaaS: Handle Delete Port: 23914556-8cee-4f9f-8268-4941af739eee 2026-09-10 03:20:17.432 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-25cf2754-2163-41f6-92e4-b3fe5bdffe4d 9ea86ad000f74b3f9e200990b9951204 63b00ab7f53040baa1a69572b6fec340 - - default default] Tap Mirror: Handle Delete Port: 23914556-8cee-4f9f-8268-4941af739eee [pid: 7|app: 0|req: 1434/2690] 10.0.0.146 () {32 vars in 720 bytes} [Thu Sep 10 03:20:17 2026] DELETE /v2.0/ports/23914556-8cee-4f9f-8268-4941af739eee => generated 0 bytes in 249 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-09-10 03:20:17.693 8 INFO neutron_taas.services.taas.taas_plugin [None req-6abeec80-6ded-4e55-93a3-dbb429517938 9ea86ad000f74b3f9e200990b9951204 63b00ab7f53040baa1a69572b6fec340 - - default default] TaaS: Handle Delete Port: 189a5a10-2ccf-4920-b6c5-1b8f6f5996de 2026-09-10 03:20:17.698 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6abeec80-6ded-4e55-93a3-dbb429517938 9ea86ad000f74b3f9e200990b9951204 63b00ab7f53040baa1a69572b6fec340 - - default default] Tap Mirror: Handle Delete Port: 189a5a10-2ccf-4920-b6c5-1b8f6f5996de [pid: 8|app: 0|req: 1257/2691] 10.0.0.146 () {32 vars in 720 bytes} [Thu Sep 10 03:20:17 2026] DELETE /v2.0/ports/189a5a10-2ccf-4920-b6c5-1b8f6f5996de => generated 0 bytes in 239 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-09-10 03:20:17.900 7 INFO neutron_taas.services.taas.taas_plugin [None req-6e82de00-16cb-434a-abdb-52d1238b18ff 9ea86ad000f74b3f9e200990b9951204 63b00ab7f53040baa1a69572b6fec340 - - default default] TaaS: Handle Delete Port: a969e48b-03b2-4c19-84ee-3d199192d6f3 2026-09-10 03:20:17.903 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6e82de00-16cb-434a-abdb-52d1238b18ff 9ea86ad000f74b3f9e200990b9951204 63b00ab7f53040baa1a69572b6fec340 - - default default] Tap Mirror: Handle Delete Port: a969e48b-03b2-4c19-84ee-3d199192d6f3 [pid: 7|app: 0|req: 1435/2692] 10.0.0.146 () {32 vars in 720 bytes} [Thu Sep 10 03:20:17 2026] DELETE /v2.0/ports/a969e48b-03b2-4c19-84ee-3d199192d6f3 => 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: 1258/2693] 10.0.0.146 () {32 vars in 726 bytes} [Thu Sep 10 03:20:17 2026] DELETE /v2.0/networks/dc09462c-bae1-46c1-8196-d2c55c43796e => generated 0 bytes in 141 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-09-10 03:20:18.246 8 INFO neutron.services.segments.plugin [-] Segment 13b824bd-0af9-4881-861c-693e8cdcb913 resource provider aggregate not found 2026-09-10 03:20:18.251 8 INFO neutron.services.segments.plugin [-] Segment 13b824bd-0af9-4881-861c-693e8cdcb913 resource provider aggregate not found [pid: 7|app: 0|req: 1436/2694] 10.0.0.146 () {32 vars in 726 bytes} [Thu Sep 10 03:20:18 2026] DELETE /v2.0/networks/553db1ab-4141-4dc3-af57-d8116f469377 => generated 0 bytes in 148 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-09-10 03:20:18.315 7 INFO neutron.services.segments.plugin [-] Segment d1bfe735-0589-4069-8260-f755aaddbdcc resource provider aggregate not found 2026-09-10 03:20:18.320 7 INFO neutron.services.segments.plugin [-] Segment d1bfe735-0589-4069-8260-f755aaddbdcc resource provider aggregate not found 2026-09-10 03:20:18.338 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 13b824bd-0af9-4881-861c-693e8cdcb913 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 13b824bd-0af9-4881-861c-693e8cdcb913 found for delete ", "request_id": "req-3a51b02a-2cbf-4b3c-a48b-d7ece455cfc8"}]} 2026-09-10 03:20:18.345 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 13b824bd-0af9-4881-861c-693e8cdcb913 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 13b824bd-0af9-4881-861c-693e8cdcb913 found for delete ", "request_id": "req-59bd2517-5e8b-4c66-a501-8e1cc48e02ba"}]} 2026-09-10 03:20:18.345 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment d1bfe735-0589-4069-8260-f755aaddbdcc resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d1bfe735-0589-4069-8260-f755aaddbdcc found for delete ", "request_id": "req-6895ba98-3570-4af7-91c7-8c11004c9ee9"}]} 2026-09-10 03:20:18.353 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment d1bfe735-0589-4069-8260-f755aaddbdcc resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d1bfe735-0589-4069-8260-f755aaddbdcc found for delete ", "request_id": "req-4988606d-2ad5-4af8-82d3-11d6a071c9cd"}]} [pid: 8|app: 0|req: 1259/2695] 10.0.0.146 () {32 vars in 726 bytes} [Thu Sep 10 03:20:18 2026] DELETE /v2.0/networks/5e7b6570-529b-4490-9b76-d7c89445f70b => generated 0 bytes in 186 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1437/2696] 10.0.0.146 () {32 vars in 726 bytes} [Thu Sep 10 03:20:18 2026] DELETE /v2.0/networks/6ac7601e-3543-4a6b-8982-31f6efe442c0 => generated 0 bytes in 161 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1260/2697] 10.0.0.146 () {32 vars in 726 bytes} [Thu Sep 10 03:20:18 2026] DELETE /v2.0/networks/46f60361-e32b-4949-bb1a-192ca495fed7 => generated 0 bytes in 168 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1438/2698] 10.0.0.139 () {30 vars in 690 bytes} [Thu Sep 10 03:20:18 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1261/2699] 10.0.0.139 () {30 vars in 692 bytes} [Thu Sep 10 03:20:18 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1439/2700] 10.0.0.139 () {30 vars in 668 bytes} [Thu Sep 10 03:20:18 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: 1262/2701] 10.0.0.139 () {30 vars in 704 bytes} [Thu Sep 10 03:20:18 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1440/2702] 10.0.0.139 () {28 vars in 439 bytes} [Thu Sep 10 03:20:19 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: 1263/2703] 10.0.0.139 () {30 vars in 728 bytes} [Thu Sep 10 03:20:19 2026] GET /v2.0/subnets/cd3007ff-9465-46e2-a969-1ca079f79080 => generated 656 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1441/2704] 10.0.0.146 () {32 vars in 774 bytes} [Thu Sep 10 03:20:19 2026] GET /v2.0/security-groups?tenant_id=86006ac78f2d4f8585284cb9f2448d27&name=default => generated 2929 bytes in 334 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1264/2705] 10.0.0.146 () {32 vars in 740 bytes} [Thu Sep 10 03:20:20 2026] DELETE /v2.0/security-groups/cf44e17c-8074-4f79-a462-d85c8f55c321 => generated 0 bytes in 160 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-09-10 03:20:20.364 8 INFO neutron.services.segments.plugin [-] Segment 98b73a04-b519-4705-9826-68a4edf013ac resource provider aggregate not found 2026-09-10 03:20:20.371 8 INFO neutron.services.segments.plugin [-] Segment 98b73a04-b519-4705-9826-68a4edf013ac resource provider aggregate not found 2026-09-10 03:20:20.372 7 INFO neutron.services.segments.plugin [-] Segment 9b1c399e-712e-442b-a900-82c542cbdc6f resource provider aggregate not found 2026-09-10 03:20:20.383 7 INFO neutron.services.segments.plugin [-] Segment 9b1c399e-712e-442b-a900-82c542cbdc6f resource provider aggregate not found 2026-09-10 03:20:20.387 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 98b73a04-b519-4705-9826-68a4edf013ac resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 98b73a04-b519-4705-9826-68a4edf013ac found for delete ", "request_id": "req-b18abbfa-1d4d-4eaa-84c5-f05b280b93fc"}]} 2026-09-10 03:20:20.394 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 98b73a04-b519-4705-9826-68a4edf013ac resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 98b73a04-b519-4705-9826-68a4edf013ac found for delete ", "request_id": "req-69e5a36d-49d4-4b13-84f5-9d5734060e47"}]} 2026-09-10 03:20:20.407 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 9b1c399e-712e-442b-a900-82c542cbdc6f resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9b1c399e-712e-442b-a900-82c542cbdc6f found for delete ", "request_id": "req-d4b6f904-5884-4406-8f54-1066e5392dd7"}]} 2026-09-10 03:20:20.407 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 9b1c399e-712e-442b-a900-82c542cbdc6f resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9b1c399e-712e-442b-a900-82c542cbdc6f found for delete ", "request_id": "req-574c278e-fa32-41ca-9b98-787752e28ae3"}]} 2026-09-10 03:20:20.409 8 INFO neutron.services.segments.plugin [-] Segment cf0d1462-8463-43c3-b10e-db66906c97f0 resource provider aggregate not found [pid: 8|app: 0|req: 1265/2706] 162.253.55.155 () {30 vars in 703 bytes} [Thu Sep 10 03:20:20 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-09-10 03:20:20.422 8 INFO neutron.services.segments.plugin [-] Segment cf0d1462-8463-43c3-b10e-db66906c97f0 resource provider aggregate not found 2026-09-10 03:20:20.429 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment cf0d1462-8463-43c3-b10e-db66906c97f0 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cf0d1462-8463-43c3-b10e-db66906c97f0 found for delete ", "request_id": "req-7f0ead74-3e1b-4af9-ae7b-80a395f114a8"}]} [pid: 8|app: 0|req: 1266/2707] 162.253.55.155 () {30 vars in 705 bytes} [Thu Sep 10 03:20:20 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-09-10 03:20:20.446 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment cf0d1462-8463-43c3-b10e-db66906c97f0 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cf0d1462-8463-43c3-b10e-db66906c97f0 found for delete ", "request_id": "req-a5ad4a0f-e25a-4722-85fa-841cb395356c"}]} [pid: 8|app: 0|req: 1267/2708] 162.253.55.155 () {30 vars in 681 bytes} [Thu Sep 10 03:20:20 2026] GET /v2.0/extensions/qos => generated 166 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1268/2709] 162.253.55.155 () {30 vars in 717 bytes} [Thu Sep 10 03:20:20 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: 1269/2710] 162.253.55.155 () {30 vars in 741 bytes} [Thu Sep 10 03:20:20 2026] GET /v2.0/subnets/57dcdc46-d15e-4dc0-ae79-13e09fdeddae => generated 674 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1442/2711] 10.0.0.146 () {32 vars in 774 bytes} [Thu Sep 10 03:20:20 2026] GET /v2.0/security-groups?tenant_id=fd0b89b609194827ade85f926abd3ce1&name=default => generated 2929 bytes in 205 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1270/2712] 162.253.55.155 () {30 vars in 741 bytes} [Thu Sep 10 03:20:20 2026] GET /v2.0/subnets/cd3007ff-9465-46e2-a969-1ca079f79080 => generated 674 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1271/2713] 162.253.55.155 () {30 vars in 769 bytes} [Thu Sep 10 03:20:20 2026] GET /v2.0/ports?device_id=1c6f2542-1837-465a-8993-fa73889eb3a1 => generated 4102 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1443/2714] 10.0.0.146 () {32 vars in 740 bytes} [Thu Sep 10 03:20:20 2026] DELETE /v2.0/security-groups/4199b856-bd00-47ea-847b-bdd62a541894 => generated 0 bytes in 158 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1272/2715] 162.253.55.155 () {30 vars in 703 bytes} [Thu Sep 10 03:20:20 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: 1444/2716] 162.253.55.155 () {30 vars in 705 bytes} [Thu Sep 10 03:20:20 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: 1273/2717] 162.253.55.155 () {30 vars in 681 bytes} [Thu Sep 10 03:20:20 2026] GET /v2.0/extensions/qos => generated 166 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1445/2718] 162.253.55.155 () {30 vars in 717 bytes} [Thu Sep 10 03:20:20 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: 1446/2719] 10.0.0.146 () {32 vars in 774 bytes} [Thu Sep 10 03:20:20 2026] GET /v2.0/security-groups?tenant_id=63b00ab7f53040baa1a69572b6fec340&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: 1447/2720] 10.0.0.146 () {32 vars in 740 bytes} [Thu Sep 10 03:20:20 2026] DELETE /v2.0/security-groups/aaba9d75-fd15-47fa-9f78-1870e15340bc => 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: 1274/2721] 162.253.55.155 () {34 vars in 717 bytes} [Thu Sep 10 03:20:20 2026] POST /v2.0/ports => generated 1332 bytes in 337 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1448/2722] 10.0.0.206 () {34 vars in 971 bytes} [Thu Sep 10 03:20:21 2026] GET /v2.0/ports/1e5ef059-665a-4f1f-b087-1528d12b4c5a => generated 1332 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1275/2723] 162.253.55.155 () {34 vars in 1262 bytes} [Thu Sep 10 03:20:22 2026] GET /v2.0/ports/1e5ef059-665a-4f1f-b087-1528d12b4c5a?fields=binding%3Avnic_type&fields=binding%3Aprofile&fields=network_id&fields=resource_request&fields=numa_affinity_policy&fields=device_profile => generated 136 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1449/2724] 162.253.55.155 () {34 vars in 1012 bytes} [Thu Sep 10 03:20:22 2026] GET /v2.0/networks/659f7a41-dcb7-4183-a178-dab2a543c824?fields=segments => generated 14 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1276/2725] 162.253.55.155 () {34 vars in 1112 bytes} [Thu Sep 10 03:20:22 2026] GET /v2.0/networks/659f7a41-dcb7-4183-a178-dab2a543c824?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1450/2726] 162.253.55.155 () {34 vars in 975 bytes} [Thu Sep 10 03:20:23 2026] GET /v2.0/ports/1e5ef059-665a-4f1f-b087-1528d12b4c5a => generated 1332 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1277/2727] 162.253.55.155 () {34 vars in 986 bytes} [Thu Sep 10 03:20:23 2026] GET /v2.0/networks?id=659f7a41-dcb7-4183-a178-dab2a543c824 => generated 801 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1451/2728] 162.253.55.155 () {38 vars in 1028 bytes} [Thu Sep 10 03:20:23 2026] PUT /v2.0/ports/1e5ef059-665a-4f1f-b087-1528d12b4c5a => generated 1522 bytes in 497 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-09-10 03:20:23.871 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-d74ecf27-d9ea-47b7-a016-3f36e25c4ecb'] response: {'name': 'network-changed', 'server_uuid': '1c6f2542-1837-465a-8993-fa73889eb3a1', 'tag': '1e5ef059-665a-4f1f-b087-1528d12b4c5a', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1278/2729] 162.253.55.155 () {34 vars in 1080 bytes} [Thu Sep 10 03:20:24 2026] GET /v2.0/ports?tenant_id=e99512c22f4c438895442732cf452151&device_id=1c6f2542-1837-465a-8993-fa73889eb3a1 => generated 5616 bytes in 79 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: 1452/2730] 162.253.55.155 () {34 vars in 986 bytes} [Thu Sep 10 03:20:24 2026] GET /v2.0/networks?id=659f7a41-dcb7-4183-a178-dab2a543c824 => generated 801 bytes in 99 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1279/2731] 162.253.55.155 () {34 vars in 1058 bytes} [Thu Sep 10 03:20:24 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.254&port_id=1e5ef059-665a-4f1f-b087-1528d12b4c5a => generated 19 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1453/2732] 162.253.55.155 () {34 vars in 1106 bytes} [Thu Sep 10 03:20:24 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A2a0&port_id=1e5ef059-665a-4f1f-b087-1528d12b4c5a => generated 19 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1280/2733] 162.253.55.155 () {34 vars in 1064 bytes} [Thu Sep 10 03:20:24 2026] GET /v2.0/subnets?id=272d3d3e-9ea1-487d-93f7-f735888374d0&id=cd3007ff-9465-46e2-a969-1ca079f79080 => generated 1415 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1454/2734] 162.253.55.155 () {34 vars in 1052 bytes} [Thu Sep 10 03:20:24 2026] GET /v2.0/ports?network_id=659f7a41-dcb7-4183-a178-dab2a543c824&device_owner=network%3Adhcp => generated 1461 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1281/2735] 162.253.55.155 () {34 vars in 1052 bytes} [Thu Sep 10 03:20:24 2026] GET /v2.0/ports?network_id=659f7a41-dcb7-4183-a178-dab2a543c824&device_owner=network%3Adhcp => generated 1461 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1455/2736] 162.253.55.155 () {34 vars in 1012 bytes} [Thu Sep 10 03:20:24 2026] GET /v2.0/networks/659f7a41-dcb7-4183-a178-dab2a543c824?fields=segments => generated 14 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1282/2737] 162.253.55.155 () {34 vars in 1112 bytes} [Thu Sep 10 03:20:24 2026] GET /v2.0/networks/659f7a41-dcb7-4183-a178-dab2a543c824?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1284/2740] 10.0.0.146 () {34 vars in 676 bytes} [Thu Sep 10 03:20:25 2026] POST /v2.0/subnetpools => generated 516 bytes in 261 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1457/2741] 162.253.55.155 () {34 vars in 1080 bytes} [Thu Sep 10 03:20:25 2026] GET /v2.0/ports?tenant_id=e99512c22f4c438895442732cf452151&device_id=1c6f2542-1837-465a-8993-fa73889eb3a1 => generated 5616 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1285/2742] 10.0.0.146 () {34 vars in 676 bytes} [Thu Sep 10 03:20:26 2026] POST /v2.0/subnetpools => generated 516 bytes in 75 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1458/2743] 162.253.55.155 () {34 vars in 1062 bytes} [Thu Sep 10 03:20:26 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.2.126&port_id=ea0d6974-9a1e-4e32-ba97-86db292b2b27 => generated 19 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1459/2744] 162.253.55.155 () {34 vars in 984 bytes} [Thu Sep 10 03:20:26 2026] GET /v2.0/subnets?id=3f8a7e0d-362b-463c-b3cf-925264c9efc2 => generated 654 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1286/2745] 10.0.0.146 () {34 vars in 676 bytes} [Thu Sep 10 03:20:26 2026] POST /v2.0/subnetpools => generated 516 bytes in 84 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1460/2746] 162.253.55.155 () {34 vars in 1052 bytes} [Thu Sep 10 03:20:26 2026] GET /v2.0/ports?network_id=fbcf73dd-c8d4-4059-9819-353f31849dc2&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: 8|app: 0|req: 1287/2747] 10.0.0.146 () {34 vars in 676 bytes} [Thu Sep 10 03:20:26 2026] POST /v2.0/subnetpools => generated 516 bytes in 74 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1461/2748] 162.253.55.155 () {34 vars in 1012 bytes} [Thu Sep 10 03:20:26 2026] GET /v2.0/networks/fbcf73dd-c8d4-4059-9819-353f31849dc2?fields=segments => generated 14 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1288/2749] 10.0.0.146 () {34 vars in 676 bytes} [Thu Sep 10 03:20:26 2026] POST /v2.0/subnetpools => generated 516 bytes in 72 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1462/2750] 162.253.55.155 () {34 vars in 1112 bytes} [Thu Sep 10 03:20:26 2026] GET /v2.0/networks/fbcf73dd-c8d4-4059-9819-353f31849dc2?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: 1463/2751] 162.253.55.155 () {34 vars in 1058 bytes} [Thu Sep 10 03:20:26 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.212&port_id=c78cab3b-64dd-4044-9dcd-d1c9339e35a1 => 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: 1289/2752] 10.0.0.146 () {34 vars in 759 bytes} [Thu Sep 10 03:20:26 2026] PUT /v2.0/subnetpools/b9976a6b-0a6f-400c-98f7-10ff9fb2ba99/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: 1464/2753] 162.253.55.155 () {34 vars in 984 bytes} [Thu Sep 10 03:20:26 2026] GET /v2.0/subnets?id=c379f318-5eb2-48a5-8b18-1993735bc0ee => 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: 1465/2754] 162.253.55.155 () {34 vars in 1052 bytes} [Thu Sep 10 03:20:26 2026] GET /v2.0/ports?network_id=85d090da-0710-446c-bfc8-e7154c46ca5a&device_owner=network%3Adhcp => generated 1461 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1290/2755] 10.0.0.146 () {34 vars in 759 bytes} [Thu Sep 10 03:20:26 2026] PUT /v2.0/subnetpools/2fe2f2e2-6cd1-47fb-9f27-f6a90ad15f7f/tags => generated 25 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1466/2756] 162.253.55.155 () {34 vars in 1012 bytes} [Thu Sep 10 03:20:26 2026] GET /v2.0/networks/85d090da-0710-446c-bfc8-e7154c46ca5a?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: 1291/2757] 10.0.0.146 () {34 vars in 759 bytes} [Thu Sep 10 03:20:26 2026] PUT /v2.0/subnetpools/9920535e-f119-4f33-a67c-c30f712d23d7/tags => generated 34 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1467/2758] 162.253.55.155 () {34 vars in 1112 bytes} [Thu Sep 10 03:20:26 2026] GET /v2.0/networks/85d090da-0710-446c-bfc8-e7154c46ca5a?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1292/2759] 10.0.0.146 () {34 vars in 759 bytes} [Thu Sep 10 03:20:26 2026] PUT /v2.0/subnetpools/9d8bb0eb-cb5c-49e8-8bf2-c46f1c05f965/tags => generated 19 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1468/2760] 162.253.55.155 () {34 vars in 1058 bytes} [Thu Sep 10 03:20:26 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.245&port_id=d8796f2a-4aa5-46da-b4dd-d0bc33c99abd => 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: 1469/2761] 162.253.55.155 () {34 vars in 1104 bytes} [Thu Sep 10 03:20:26 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A12a&port_id=d8796f2a-4aa5-46da-b4dd-d0bc33c99abd => 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: 1293/2762] 10.0.0.146 () {32 vars in 672 bytes} [Thu Sep 10 03:20:26 2026] GET /v2.0/subnetpools?tags=red => generated 1563 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1470/2763] 162.253.55.155 () {34 vars in 1064 bytes} [Thu Sep 10 03:20:26 2026] GET /v2.0/subnets?id=57dcdc46-d15e-4dc0-ae79-13e09fdeddae&id=cf05b558-9c46-440f-8075-f9bc4f061746 => 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: 1294/2764] 10.0.0.146 () {32 vars in 686 bytes} [Thu Sep 10 03:20:26 2026] GET /v2.0/subnetpools?tags=red%2Cblue => generated 1056 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1471/2765] 162.253.55.155 () {34 vars in 1052 bytes} [Thu Sep 10 03:20:26 2026] GET /v2.0/ports?network_id=17bda8ff-3c3a-4753-88c5-f2508e4b8f3f&device_owner=network%3Adhcp => generated 1457 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1295/2766] 10.0.0.146 () {32 vars in 682 bytes} [Thu Sep 10 03:20:26 2026] GET /v2.0/subnetpools?tags-any=blue => generated 1056 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1296/2767] 10.0.0.146 () {32 vars in 694 bytes} [Thu Sep 10 03:20:26 2026] GET /v2.0/subnetpools?tags-any=red%2Cblue => generated 1563 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1472/2768] 162.253.55.155 () {34 vars in 1052 bytes} [Thu Sep 10 03:20:26 2026] GET /v2.0/ports?network_id=17bda8ff-3c3a-4753-88c5-f2508e4b8f3f&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: 1297/2769] 10.0.0.146 () {32 vars in 680 bytes} [Thu Sep 10 03:20:26 2026] GET /v2.0/subnetpools?not-tags=red => generated 1028 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1473/2770] 162.253.55.155 () {34 vars in 1012 bytes} [Thu Sep 10 03:20:26 2026] GET /v2.0/networks/17bda8ff-3c3a-4753-88c5-f2508e4b8f3f?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: 1298/2771] 10.0.0.146 () {32 vars in 694 bytes} [Thu Sep 10 03:20:26 2026] GET /v2.0/subnetpools?not-tags=red%2Cblue => generated 1535 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1474/2772] 162.253.55.155 () {34 vars in 1112 bytes} [Thu Sep 10 03:20:26 2026] GET /v2.0/networks/17bda8ff-3c3a-4753-88c5-f2508e4b8f3f?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) [pid: 8|app: 0|req: 1299/2773] 10.0.0.146 () {32 vars in 690 bytes} [Thu Sep 10 03:20:26 2026] GET /v2.0/subnetpools?not-tags-any=blue => generated 1535 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1475/2774] 162.253.55.155 () {34 vars in 1058 bytes} [Thu Sep 10 03:20:26 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.254&port_id=1e5ef059-665a-4f1f-b087-1528d12b4c5a => generated 19 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1300/2775] 10.0.0.146 () {32 vars in 702 bytes} [Thu Sep 10 03:20:26 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: 7|app: 0|req: 1476/2776] 162.253.55.155 () {34 vars in 1106 bytes} [Thu Sep 10 03:20:26 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A2a0&port_id=1e5ef059-665a-4f1f-b087-1528d12b4c5a => generated 19 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1477/2777] 162.253.55.155 () {34 vars in 1064 bytes} [Thu Sep 10 03:20:26 2026] GET /v2.0/subnets?id=272d3d3e-9ea1-487d-93f7-f735888374d0&id=cd3007ff-9465-46e2-a969-1ca079f79080 => generated 1415 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1301/2778] 10.0.0.146 () {32 vars in 732 bytes} [Thu Sep 10 03:20:26 2026] DELETE /v2.0/subnetpools/b9976a6b-0a6f-400c-98f7-10ff9fb2ba99 => 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: 1478/2779] 162.253.55.155 () {34 vars in 1052 bytes} [Thu Sep 10 03:20:26 2026] GET /v2.0/ports?network_id=659f7a41-dcb7-4183-a178-dab2a543c824&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: 1479/2780] 162.253.55.155 () {34 vars in 1052 bytes} [Thu Sep 10 03:20:26 2026] GET /v2.0/ports?network_id=659f7a41-dcb7-4183-a178-dab2a543c824&device_owner=network%3Adhcp => generated 1461 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1302/2781] 10.0.0.146 () {32 vars in 732 bytes} [Thu Sep 10 03:20:26 2026] DELETE /v2.0/subnetpools/2fe2f2e2-6cd1-47fb-9f27-f6a90ad15f7f => generated 0 bytes in 62 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1480/2782] 162.253.55.155 () {34 vars in 1012 bytes} [Thu Sep 10 03:20:26 2026] GET /v2.0/networks/659f7a41-dcb7-4183-a178-dab2a543c824?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: 1303/2783] 10.0.0.146 () {32 vars in 732 bytes} [Thu Sep 10 03:20:26 2026] DELETE /v2.0/subnetpools/9920535e-f119-4f33-a67c-c30f712d23d7 => generated 0 bytes in 71 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1481/2784] 162.253.55.155 () {34 vars in 1112 bytes} [Thu Sep 10 03:20:27 2026] GET /v2.0/networks/659f7a41-dcb7-4183-a178-dab2a543c824?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1304/2785] 10.0.0.146 () {32 vars in 732 bytes} [Thu Sep 10 03:20:27 2026] DELETE /v2.0/subnetpools/9d8bb0eb-cb5c-49e8-8bf2-c46f1c05f965 => generated 0 bytes in 81 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1482/2786] 10.0.0.146 () {32 vars in 732 bytes} [Thu Sep 10 03:20:27 2026] DELETE /v2.0/subnetpools/7fbf0550-1f7f-43ed-b233-dd25fc748efd => 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: 1305/2787] 10.0.0.146 () {32 vars in 774 bytes} [Thu Sep 10 03:20:28 2026] GET /v2.0/security-groups?tenant_id=38f359c667ab4005bd93b692d75cbe0b&name=default => generated 2929 bytes in 300 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1483/2788] 10.0.0.146 () {32 vars in 740 bytes} [Thu Sep 10 03:20:28 2026] DELETE /v2.0/security-groups/1070919c-c592-43a1-af53-28d2a7f74fcb => generated 0 bytes in 167 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1306/2789] 10.0.0.146 () {32 vars in 774 bytes} [Thu Sep 10 03:20:28 2026] GET /v2.0/security-groups?tenant_id=1b31c9b504fc4a9d9e3556f46110c622&name=default => generated 2929 bytes in 166 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1484/2790] 10.0.0.146 () {32 vars in 740 bytes} [Thu Sep 10 03:20:29 2026] DELETE /v2.0/security-groups/4164c034-b908-4d32-8f76-47c013778e1f => 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: 1307/2791] 10.0.0.146 () {32 vars in 774 bytes} [Thu Sep 10 03:20:29 2026] GET /v2.0/security-groups?tenant_id=c164db12955247b38300b228a8463bbe&name=default => generated 2929 bytes in 212 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1485/2792] 10.0.0.146 () {32 vars in 740 bytes} [Thu Sep 10 03:20:29 2026] DELETE /v2.0/security-groups/ecbb7c9a-58eb-4cf5-9fbe-0bae5383e263 => 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: 1308/2793] 10.0.0.206 () {34 vars in 971 bytes} [Thu Sep 10 03:20:30 2026] GET /v2.0/ports/1e5ef059-665a-4f1f-b087-1528d12b4c5a => generated 1524 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1486/2794] 162.253.55.155 () {30 vars in 743 bytes} [Thu Sep 10 03:20:30 2026] GET /v2.0/networks/659f7a41-dcb7-4183-a178-dab2a543c824 => generated 798 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1309/2795] 162.253.55.155 () {30 vars in 741 bytes} [Thu Sep 10 03:20:31 2026] GET /v2.0/subnets/cd3007ff-9465-46e2-a969-1ca079f79080 => generated 674 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1487/2796] 162.253.55.155 () {30 vars in 741 bytes} [Thu Sep 10 03:20:31 2026] GET /v2.0/subnets/272d3d3e-9ea1-487d-93f7-f735888374d0 => generated 748 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1310/2797] 162.253.55.155 () {30 vars in 737 bytes} [Thu Sep 10 03:20:31 2026] GET /v2.0/ports/d8796f2a-4aa5-46da-b4dd-d0bc33c99abd => generated 1520 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1488/2798] 162.253.55.155 () {34 vars in 790 bytes} [Thu Sep 10 03:20:31 2026] PUT /v2.0/ports/d8796f2a-4aa5-46da-b4dd-d0bc33c99abd => generated 1255 bytes in 315 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1311/2799] 162.253.55.155 () {30 vars in 743 bytes} [Thu Sep 10 03:20:31 2026] GET /v2.0/networks/17bda8ff-3c3a-4753-88c5-f2508e4b8f3f => generated 797 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-09-10 03:20:31.505 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-85abbfbc-5362-444b-9be0-8b3e5358ea4d'] response: {'name': 'network-changed', 'server_uuid': '1c6f2542-1837-465a-8993-fa73889eb3a1', 'tag': 'd8796f2a-4aa5-46da-b4dd-d0bc33c99abd', 'status': 'completed', 'code': 200} /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1489/2800] 162.253.55.155 () {30 vars in 741 bytes} [Thu Sep 10 03:20:31 2026] GET /v2.0/subnets/57dcdc46-d15e-4dc0-ae79-13e09fdeddae => generated 674 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1312/2801] 162.253.55.155 () {30 vars in 703 bytes} [Thu Sep 10 03:20:31 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1490/2802] 162.253.55.155 () {30 vars in 705 bytes} [Thu Sep 10 03:20:31 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: 1313/2803] 162.253.55.155 () {30 vars in 681 bytes} [Thu Sep 10 03:20:31 2026] GET /v2.0/extensions/qos => generated 166 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1491/2804] 162.253.55.155 () {30 vars in 717 bytes} [Thu Sep 10 03:20:31 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1314/2805] 162.253.55.155 () {30 vars in 741 bytes} [Thu Sep 10 03:20:31 2026] GET /v2.0/subnets/c379f318-5eb2-48a5-8b18-1993735bc0ee => generated 676 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1492/2806] 162.253.55.155 () {30 vars in 737 bytes} [Thu Sep 10 03:20:31 2026] GET /v2.0/ports/c1aa593d-895e-4732-8d1a-925a7f486393 => generated 1132 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1315/2807] 162.253.55.155 () {30 vars in 737 bytes} [Thu Sep 10 03:20:31 2026] GET /v2.0/ports/c78cab3b-64dd-4044-9dcd-d1c9339e35a1 => generated 1350 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1493/2808] 162.253.55.155 () {30 vars in 741 bytes} [Thu Sep 10 03:20:31 2026] GET /v2.0/subnets/c379f318-5eb2-48a5-8b18-1993735bc0ee => generated 676 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1316/2809] 162.253.55.155 () {30 vars in 743 bytes} [Thu Sep 10 03:20:31 2026] GET /v2.0/networks/85d090da-0710-446c-bfc8-e7154c46ca5a => generated 799 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1494/2810] 162.253.55.155 () {34 vars in 1080 bytes} [Thu Sep 10 03:20:32 2026] GET /v2.0/ports?tenant_id=e99512c22f4c438895442732cf452151&device_id=1c6f2542-1837-465a-8993-fa73889eb3a1 => generated 5389 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1317/2811] 162.253.55.155 () {30 vars in 737 bytes} [Thu Sep 10 03:20:32 2026] GET /v2.0/ports/c1aa593d-895e-4732-8d1a-925a7f486393 => generated 1132 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1495/2812] 162.253.55.155 () {34 vars in 986 bytes} [Thu Sep 10 03:20:32 2026] GET /v2.0/networks?id=17bda8ff-3c3a-4753-88c5-f2508e4b8f3f => generated 800 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1318/2813] 162.253.55.155 () {30 vars in 741 bytes} [Thu Sep 10 03:20:32 2026] GET /v2.0/subnets/c379f318-5eb2-48a5-8b18-1993735bc0ee => generated 676 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1496/2814] 162.253.55.155 () {34 vars in 1058 bytes} [Thu Sep 10 03:20:32 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.245&port_id=d8796f2a-4aa5-46da-b4dd-d0bc33c99abd => generated 19 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1319/2815] 162.253.55.155 () {34 vars in 984 bytes} [Thu Sep 10 03:20:32 2026] GET /v2.0/subnets?id=57dcdc46-d15e-4dc0-ae79-13e09fdeddae => generated 677 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1497/2816] 162.253.55.155 () {34 vars in 1052 bytes} [Thu Sep 10 03:20:32 2026] GET /v2.0/ports?network_id=17bda8ff-3c3a-4753-88c5-f2508e4b8f3f&device_owner=network%3Adhcp => generated 1457 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1320/2817] 162.253.55.155 () {34 vars in 1012 bytes} [Thu Sep 10 03:20:32 2026] GET /v2.0/networks/17bda8ff-3c3a-4753-88c5-f2508e4b8f3f?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: 1498/2818] 162.253.55.155 () {34 vars in 1112 bytes} [Thu Sep 10 03:20:32 2026] GET /v2.0/networks/17bda8ff-3c3a-4753-88c5-f2508e4b8f3f?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-09-10 03:20:33.706 8 INFO neutron.db.segments_db [None req-38edc510-8be2-4b4a-98dc-66ad7747719f 98788d7e564c40719e70ff7e36b038c2 154982cc2f894e3a83c9fcd0576ec5df - - default default] Added segment 585cde6f-0381-4912-9dcc-6fe6e149a2c0 of type vxlan for network 447bfa9f-9709-44c1-85e7-d46883921df7 [pid: 8|app: 0|req: 1321/2819] 10.0.0.146 () {34 vars in 670 bytes} [Thu Sep 10 03:20:33 2026] POST /v2.0/networks => generated 632 bytes in 468 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1499/2820] 10.0.0.146 () {34 vars in 753 bytes} [Thu Sep 10 03:20:33 2026] PUT /v2.0/networks/447bfa9f-9709-44c1-85e7-d46883921df7/tags => generated 25 bytes in 102 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1322/2821] 10.0.0.146 () {32 vars in 733 bytes} [Thu Sep 10 03:20:33 2026] GET /v2.0/networks/447bfa9f-9709-44c1-85e7-d46883921df7/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: 1500/2822] 10.0.0.146 () {34 vars in 764 bytes} [Thu Sep 10 03:20:33 2026] PUT /v2.0/networks/447bfa9f-9709-44c1-85e7-d46883921df7/tags/green => generated 4 bytes in 111 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1323/2823] 10.0.0.146 () {32 vars in 733 bytes} [Thu Sep 10 03:20:34 2026] GET /v2.0/networks/447bfa9f-9709-44c1-85e7-d46883921df7/tags => generated 34 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1501/2824] 10.0.0.146 () {34 vars in 760 bytes} [Thu Sep 10 03:20:34 2026] PUT /v2.0/networks/447bfa9f-9709-44c1-85e7-d46883921df7/tags/red => generated 4 bytes in 98 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1324/2825] 10.0.0.146 () {32 vars in 733 bytes} [Thu Sep 10 03:20:34 2026] GET /v2.0/networks/447bfa9f-9709-44c1-85e7-d46883921df7/tags => generated 34 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1502/2826] 10.0.0.146 () {34 vars in 782 bytes} [Thu Sep 10 03:20:34 2026] PUT /v2.0/networks/447bfa9f-9709-44c1-85e7-d46883921df7/tags/black.or.white => generated 4 bytes in 71 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1325/2827] 10.0.0.146 () {32 vars in 733 bytes} [Thu Sep 10 03:20:34 2026] GET /v2.0/networks/447bfa9f-9709-44c1-85e7-d46883921df7/tags => generated 52 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1503/2828] 10.0.0.146 () {34 vars in 753 bytes} [Thu Sep 10 03:20:34 2026] PUT /v2.0/networks/447bfa9f-9709-44c1-85e7-d46883921df7/tags => generated 37 bytes in 103 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1326/2829] 10.0.0.146 () {32 vars in 733 bytes} [Thu Sep 10 03:20:34 2026] GET /v2.0/networks/447bfa9f-9709-44c1-85e7-d46883921df7/tags => generated 37 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1504/2830] 10.0.0.146 () {32 vars in 741 bytes} [Thu Sep 10 03:20:34 2026] GET /v2.0/networks/447bfa9f-9709-44c1-85e7-d46883921df7/tags/red => generated 0 bytes in 78 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-09-10 03:20:34.817 8 INFO neutron.api.v2.resource [None req-61fd80fa-595b-40bd-883e-c7435c0d2573 98788d7e564c40719e70ff7e36b038c2 154982cc2f894e3a83c9fcd0576ec5df - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1327/2831] 10.0.0.146 () {32 vars in 745 bytes} [Thu Sep 10 03:20:34 2026] GET /v2.0/networks/447bfa9f-9709-44c1-85e7-d46883921df7/tags/green => generated 99 bytes in 61 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1505/2832] 10.0.0.146 () {32 vars in 744 bytes} [Thu Sep 10 03:20:34 2026] DELETE /v2.0/networks/447bfa9f-9709-44c1-85e7-d46883921df7/tags/red => generated 0 bytes in 89 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1328/2833] 10.0.0.146 () {32 vars in 733 bytes} [Thu Sep 10 03:20:34 2026] GET /v2.0/networks/447bfa9f-9709-44c1-85e7-d46883921df7/tags => generated 30 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-09-10 03:20:35.003 7 INFO neutron.api.v2.resource [None req-3e7efb2a-37dd-4afd-b99b-1a012190a06b 98788d7e564c40719e70ff7e36b038c2 154982cc2f894e3a83c9fcd0576ec5df - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1506/2834] 10.0.0.146 () {32 vars in 748 bytes} [Thu Sep 10 03:20:34 2026] DELETE /v2.0/networks/447bfa9f-9709-44c1-85e7-d46883921df7/tags/green => generated 99 bytes in 44 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1329/2835] 10.0.0.146 () {32 vars in 736 bytes} [Thu Sep 10 03:20:35 2026] DELETE /v2.0/networks/447bfa9f-9709-44c1-85e7-d46883921df7/tags => generated 0 bytes in 70 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1507/2836] 10.0.0.146 () {32 vars in 733 bytes} [Thu Sep 10 03:20:35 2026] GET /v2.0/networks/447bfa9f-9709-44c1-85e7-d46883921df7/tags => generated 12 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-09-10 03:20:35.294 8 INFO neutron.services.segments.plugin [-] Segment 585cde6f-0381-4912-9dcc-6fe6e149a2c0 resource provider aggregate not found 2026-09-10 03:20:35.299 8 INFO neutron.services.segments.plugin [-] Segment 585cde6f-0381-4912-9dcc-6fe6e149a2c0 resource provider aggregate not found 2026-09-10 03:20:35.318 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 585cde6f-0381-4912-9dcc-6fe6e149a2c0 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 585cde6f-0381-4912-9dcc-6fe6e149a2c0 found for delete ", "request_id": "req-65ca6968-1cb3-4d86-a153-576215388e35"}]} 2026-09-10 03:20:35.326 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 585cde6f-0381-4912-9dcc-6fe6e149a2c0 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 585cde6f-0381-4912-9dcc-6fe6e149a2c0 found for delete ", "request_id": "req-2f65e284-b2e6-4101-bdc9-594c23165bb6"}]} [pid: 8|app: 0|req: 1330/2837] 10.0.0.146 () {32 vars in 726 bytes} [Thu Sep 10 03:20:35 2026] DELETE /v2.0/networks/447bfa9f-9709-44c1-85e7-d46883921df7 => generated 0 bytes in 187 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1508/2838] 10.0.0.146 () {32 vars in 774 bytes} [Thu Sep 10 03:20:36 2026] GET /v2.0/security-groups?tenant_id=130ce3c9bc2e4f68927e64d215a99d22&name=default => generated 2929 bytes in 242 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1331/2839] 10.0.0.146 () {32 vars in 740 bytes} [Thu Sep 10 03:20:36 2026] DELETE /v2.0/security-groups/165fcc44-08c3-4de2-ace1-1f8786f39e77 => generated 0 bytes in 134 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1509/2840] 10.0.0.146 () {32 vars in 774 bytes} [Thu Sep 10 03:20:36 2026] GET /v2.0/security-groups?tenant_id=154982cc2f894e3a83c9fcd0576ec5df&name=default => generated 2929 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1332/2841] 10.0.0.146 () {32 vars in 740 bytes} [Thu Sep 10 03:20:36 2026] DELETE /v2.0/security-groups/67a0b803-bd36-46db-9a5f-336703ae2e69 => 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: 1510/2844] 10.0.0.146 () {34 vars in 684 bytes} [Thu Sep 10 03:20:40 2026] POST /v2.0/security-groups => generated 1603 bytes in 515 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1335/2845] 10.0.0.146 () {34 vars in 767 bytes} [Thu Sep 10 03:20:40 2026] PUT /v2.0/security-groups/da4a6fec-04a4-4eeb-974f-5ae762f08a15/tags => generated 25 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1511/2846] 10.0.0.146 () {32 vars in 747 bytes} [Thu Sep 10 03:20:40 2026] GET /v2.0/security-groups/da4a6fec-04a4-4eeb-974f-5ae762f08a15/tags => generated 25 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1336/2847] 10.0.0.146 () {34 vars in 778 bytes} [Thu Sep 10 03:20:40 2026] PUT /v2.0/security-groups/da4a6fec-04a4-4eeb-974f-5ae762f08a15/tags/green => generated 4 bytes in 103 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1512/2848] 10.0.0.146 () {32 vars in 747 bytes} [Thu Sep 10 03:20:40 2026] GET /v2.0/security-groups/da4a6fec-04a4-4eeb-974f-5ae762f08a15/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: 1337/2849] 10.0.0.146 () {34 vars in 774 bytes} [Thu Sep 10 03:20:41 2026] PUT /v2.0/security-groups/da4a6fec-04a4-4eeb-974f-5ae762f08a15/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: 1513/2850] 10.0.0.146 () {32 vars in 747 bytes} [Thu Sep 10 03:20:41 2026] GET /v2.0/security-groups/da4a6fec-04a4-4eeb-974f-5ae762f08a15/tags => generated 34 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1338/2851] 10.0.0.146 () {34 vars in 796 bytes} [Thu Sep 10 03:20:41 2026] PUT /v2.0/security-groups/da4a6fec-04a4-4eeb-974f-5ae762f08a15/tags/black.or.white => generated 4 bytes in 46 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1514/2852] 10.0.0.146 () {32 vars in 747 bytes} [Thu Sep 10 03:20:41 2026] GET /v2.0/security-groups/da4a6fec-04a4-4eeb-974f-5ae762f08a15/tags => generated 52 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1339/2853] 10.0.0.146 () {34 vars in 767 bytes} [Thu Sep 10 03:20:41 2026] PUT /v2.0/security-groups/da4a6fec-04a4-4eeb-974f-5ae762f08a15/tags => generated 37 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1515/2854] 10.0.0.146 () {32 vars in 747 bytes} [Thu Sep 10 03:20:41 2026] GET /v2.0/security-groups/da4a6fec-04a4-4eeb-974f-5ae762f08a15/tags => generated 37 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1340/2855] 10.0.0.146 () {32 vars in 755 bytes} [Thu Sep 10 03:20:41 2026] GET /v2.0/security-groups/da4a6fec-04a4-4eeb-974f-5ae762f08a15/tags/red => generated 0 bytes in 43 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-09-10 03:20:41.430 7 INFO neutron.api.v2.resource [None req-b3f2fdf5-1846-4792-8f79-f35adcea725c 5c6128ae46904dcaade60e85bc3447bd 929fb659660248cba128c7093b5774fc - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1516/2856] 10.0.0.146 () {32 vars in 759 bytes} [Thu Sep 10 03:20:41 2026] GET /v2.0/security-groups/da4a6fec-04a4-4eeb-974f-5ae762f08a15/tags/green => generated 99 bytes in 47 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1341/2857] 10.0.0.146 () {32 vars in 758 bytes} [Thu Sep 10 03:20:41 2026] DELETE /v2.0/security-groups/da4a6fec-04a4-4eeb-974f-5ae762f08a15/tags/red => generated 0 bytes in 65 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1517/2858] 10.0.0.146 () {32 vars in 747 bytes} [Thu Sep 10 03:20:41 2026] GET /v2.0/security-groups/da4a6fec-04a4-4eeb-974f-5ae762f08a15/tags => generated 30 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-09-10 03:20:41.622 8 INFO neutron.api.v2.resource [None req-d853ca21-1fd5-4343-9ae5-ded8457698ec 5c6128ae46904dcaade60e85bc3447bd 929fb659660248cba128c7093b5774fc - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1342/2859] 10.0.0.146 () {32 vars in 762 bytes} [Thu Sep 10 03:20:41 2026] DELETE /v2.0/security-groups/da4a6fec-04a4-4eeb-974f-5ae762f08a15/tags/green => generated 99 bytes in 52 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1518/2860] 10.0.0.146 () {32 vars in 750 bytes} [Thu Sep 10 03:20:41 2026] DELETE /v2.0/security-groups/da4a6fec-04a4-4eeb-974f-5ae762f08a15/tags => generated 0 bytes in 81 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1343/2861] 10.0.0.146 () {32 vars in 747 bytes} [Thu Sep 10 03:20:41 2026] GET /v2.0/security-groups/da4a6fec-04a4-4eeb-974f-5ae762f08a15/tags => generated 12 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1519/2862] 10.0.0.146 () {32 vars in 740 bytes} [Thu Sep 10 03:20:41 2026] DELETE /v2.0/security-groups/da4a6fec-04a4-4eeb-974f-5ae762f08a15 => generated 0 bytes in 117 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1344/2863] 10.0.0.146 () {32 vars in 774 bytes} [Thu Sep 10 03:20:42 2026] GET /v2.0/security-groups?tenant_id=929fb659660248cba128c7093b5774fc&name=default => generated 2929 bytes in 163 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1520/2864] 10.0.0.146 () {32 vars in 740 bytes} [Thu Sep 10 03:20:42 2026] DELETE /v2.0/security-groups/07f56185-09e5-4141-80d5-429db94eea29 => 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: 1345/2865] 10.0.0.146 () {32 vars in 774 bytes} [Thu Sep 10 03:20:43 2026] GET /v2.0/security-groups?tenant_id=b918ff1eff23473faf4dba75ad293aa6&name=default => generated 2929 bytes in 168 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1521/2866] 10.0.0.146 () {32 vars in 740 bytes} [Thu Sep 10 03:20:43 2026] DELETE /v2.0/security-groups/fd6f6c34-2931-4e88-9e3f-cedce38681de => generated 0 bytes in 126 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1346/2867] 162.253.55.155 () {30 vars in 703 bytes} [Thu Sep 10 03:20:44 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1522/2868] 162.253.55.155 () {30 vars in 705 bytes} [Thu Sep 10 03:20:44 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1347/2869] 162.253.55.155 () {30 vars in 681 bytes} [Thu Sep 10 03:20:44 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: 1523/2870] 162.253.55.155 () {30 vars in 717 bytes} [Thu Sep 10 03:20:44 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: 1348/2871] 162.253.55.155 () {30 vars in 741 bytes} [Thu Sep 10 03:20:44 2026] GET /v2.0/subnets/57dcdc46-d15e-4dc0-ae79-13e09fdeddae => generated 674 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1524/2872] 162.253.55.155 () {30 vars in 769 bytes} [Thu Sep 10 03:20:44 2026] GET /v2.0/ports?device_id=1c6f2542-1837-465a-8993-fa73889eb3a1 => generated 5389 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1349/2873] 162.253.55.155 () {30 vars in 703 bytes} [Thu Sep 10 03:20:44 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: 1525/2874] 162.253.55.155 () {30 vars in 705 bytes} [Thu Sep 10 03:20:44 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: 1350/2875] 162.253.55.155 () {30 vars in 681 bytes} [Thu Sep 10 03:20:44 2026] GET /v2.0/extensions/qos => generated 166 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1526/2876] 162.253.55.155 () {30 vars in 717 bytes} [Thu Sep 10 03:20:44 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1351/2877] 162.253.55.155 () {30 vars in 737 bytes} [Thu Sep 10 03:20:44 2026] GET /v2.0/ports/1e5ef059-665a-4f1f-b087-1528d12b4c5a => generated 1524 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1527/2878] 162.253.55.155 () {34 vars in 790 bytes} [Thu Sep 10 03:20:44 2026] PUT /v2.0/ports/1e5ef059-665a-4f1f-b087-1528d12b4c5a => generated 1311 bytes in 398 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-09-10 03:20:45.228 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-c1da3c09-b821-4b00-a0fd-902ffd62efbe'] response: {'name': 'network-changed', 'server_uuid': '1c6f2542-1837-465a-8993-fa73889eb3a1', 'tag': '1e5ef059-665a-4f1f-b087-1528d12b4c5a', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1352/2879] 162.253.55.155 () {30 vars in 743 bytes} [Thu Sep 10 03:20:45 2026] GET /v2.0/networks/659f7a41-dcb7-4183-a178-dab2a543c824 => generated 798 bytes in 58 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: 1528/2880] 162.253.55.155 () {30 vars in 741 bytes} [Thu Sep 10 03:20:45 2026] GET /v2.0/subnets/272d3d3e-9ea1-487d-93f7-f735888374d0 => generated 748 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1353/2881] 162.253.55.155 () {30 vars in 737 bytes} [Thu Sep 10 03:20:45 2026] GET /v2.0/ports/1e5ef059-665a-4f1f-b087-1528d12b4c5a => generated 1347 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1529/2882] 162.253.55.155 () {34 vars in 789 bytes} [Thu Sep 10 03:20:45 2026] PUT /v2.0/ports/1e5ef059-665a-4f1f-b087-1528d12b4c5a => generated 1080 bytes in 460 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1354/2883] 162.253.55.155 () {34 vars in 1080 bytes} [Thu Sep 10 03:20:45 2026] GET /v2.0/ports?tenant_id=e99512c22f4c438895442732cf452151&device_id=1c6f2542-1837-465a-8993-fa73889eb3a1 => generated 4981 bytes in 73 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: 1530/2884] 162.253.55.155 () {34 vars in 986 bytes} [Thu Sep 10 03:20:45 2026] GET /v2.0/networks?id=659f7a41-dcb7-4183-a178-dab2a543c824 => generated 801 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1355/2885] 162.253.55.155 () {30 vars in 743 bytes} [Thu Sep 10 03:20:45 2026] GET /v2.0/networks/659f7a41-dcb7-4183-a178-dab2a543c824 => generated 798 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1531/2886] 162.253.55.155 () {34 vars in 1012 bytes} [Thu Sep 10 03:20:45 2026] GET /v2.0/networks/659f7a41-dcb7-4183-a178-dab2a543c824?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: 1356/2887] 162.253.55.155 () {30 vars in 769 bytes} [Thu Sep 10 03:20:45 2026] GET /v2.0/ports?device_id=1c6f2542-1837-465a-8993-fa73889eb3a1 => generated 4981 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1532/2888] 162.253.55.155 () {34 vars in 1112 bytes} [Thu Sep 10 03:20:45 2026] GET /v2.0/networks/659f7a41-dcb7-4183-a178-dab2a543c824?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1357/2889] 162.253.55.155 () {30 vars in 769 bytes} [Thu Sep 10 03:20:46 2026] GET /v2.0/ports?device_id=1c6f2542-1837-465a-8993-fa73889eb3a1 => generated 4981 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1533/2890] 162.253.55.155 () {30 vars in 769 bytes} [Thu Sep 10 03:20:47 2026] GET /v2.0/ports?device_id=1c6f2542-1837-465a-8993-fa73889eb3a1 => generated 4981 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-09-10 03:20:47.291 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-15a780b7-e722-4ae2-bea3-5f57af31382d'] response: {'name': 'network-changed', 'server_uuid': '1c6f2542-1837-465a-8993-fa73889eb3a1', 'tag': '1e5ef059-665a-4f1f-b087-1528d12b4c5a', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1358/2891] 162.253.55.155 () {34 vars in 1080 bytes} [Thu Sep 10 03:20:47 2026] GET /v2.0/ports?tenant_id=e99512c22f4c438895442732cf452151&device_id=1c6f2542-1837-465a-8993-fa73889eb3a1 => generated 4981 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1534/2892] 162.253.55.155 () {34 vars in 986 bytes} [Thu Sep 10 03:20:47 2026] GET /v2.0/networks?id=659f7a41-dcb7-4183-a178-dab2a543c824 => generated 801 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1359/2893] 162.253.55.155 () {34 vars in 1012 bytes} [Thu Sep 10 03:20:47 2026] GET /v2.0/networks/659f7a41-dcb7-4183-a178-dab2a543c824?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: 1535/2894] 162.253.55.155 () {34 vars in 1112 bytes} [Thu Sep 10 03:20:48 2026] GET /v2.0/networks/659f7a41-dcb7-4183-a178-dab2a543c824?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1360/2895] 162.253.55.155 () {30 vars in 769 bytes} [Thu Sep 10 03:20:48 2026] GET /v2.0/ports?device_id=1c6f2542-1837-465a-8993-fa73889eb3a1 => generated 4981 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1536/2896] 162.253.55.155 () {34 vars in 975 bytes} [Thu Sep 10 03:20:48 2026] GET /v2.0/ports/1e5ef059-665a-4f1f-b087-1528d12b4c5a => generated 1116 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1361/2897] 162.253.55.155 () {34 vars in 1060 bytes} [Thu Sep 10 03:20:48 2026] GET /v2.0/ports/1e5ef059-665a-4f1f-b087-1528d12b4c5a?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: 1537/2898] 162.253.55.155 () {34 vars in 1016 bytes} [Thu Sep 10 03:20:48 2026] GET /v2.0/networks/659f7a41-dcb7-4183-a178-dab2a543c824?fields=dns_domain => generated 29 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1362/2899] 162.253.55.155 () {38 vars in 1028 bytes} [Thu Sep 10 03:20:48 2026] PUT /v2.0/ports/1e5ef059-665a-4f1f-b087-1528d12b4c5a => generated 917 bytes in 345 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1538/2900] 162.253.55.155 () {30 vars in 769 bytes} [Thu Sep 10 03:20:49 2026] GET /v2.0/ports?device_id=1c6f2542-1837-465a-8993-fa73889eb3a1 => generated 3873 bytes in 76 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-09-10 03:20:49.502 8 INFO neutron_taas.services.taas.taas_plugin [None req-0c13befc-6bc9-4bd7-b2f6-dd236f2cf796 2dcafeabbd18499d9be13b4c6b2b81df e99512c22f4c438895442732cf452151 - - default default] TaaS: Handle Delete Port: 1e5ef059-665a-4f1f-b087-1528d12b4c5a 2026-09-10 03:20:49.506 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0c13befc-6bc9-4bd7-b2f6-dd236f2cf796 2dcafeabbd18499d9be13b4c6b2b81df e99512c22f4c438895442732cf452151 - - default default] Tap Mirror: Handle Delete Port: 1e5ef059-665a-4f1f-b087-1528d12b4c5a [pid: 8|app: 0|req: 1363/2901] 162.253.55.155 () {32 vars in 759 bytes} [Thu Sep 10 03:20:49 2026] DELETE /v2.0/ports/1e5ef059-665a-4f1f-b087-1528d12b4c5a => generated 0 bytes in 246 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1539/2902] 162.253.55.155 () {30 vars in 703 bytes} [Thu Sep 10 03:20:49 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: 1364/2903] 162.253.55.155 () {30 vars in 705 bytes} [Thu Sep 10 03:20:49 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: 1540/2904] 162.253.55.155 () {30 vars in 681 bytes} [Thu Sep 10 03:20:49 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: 1365/2905] 162.253.55.155 () {30 vars in 717 bytes} [Thu Sep 10 03:20:49 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: 1541/2906] 162.253.55.155 () {30 vars in 741 bytes} [Thu Sep 10 03:20:49 2026] GET /v2.0/subnets/c379f318-5eb2-48a5-8b18-1993735bc0ee => generated 676 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1366/2907] 162.253.55.155 () {30 vars in 737 bytes} [Thu Sep 10 03:20:49 2026] GET /v2.0/ports/c1aa593d-895e-4732-8d1a-925a7f486393 => generated 1132 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1542/2908] 162.253.55.155 () {30 vars in 737 bytes} [Thu Sep 10 03:20:49 2026] GET /v2.0/ports/c78cab3b-64dd-4044-9dcd-d1c9339e35a1 => generated 1350 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1367/2909] 162.253.55.155 () {30 vars in 741 bytes} [Thu Sep 10 03:20:50 2026] GET /v2.0/subnets/c379f318-5eb2-48a5-8b18-1993735bc0ee => generated 676 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1543/2910] 162.253.55.155 () {30 vars in 743 bytes} [Thu Sep 10 03:20:50 2026] GET /v2.0/networks/85d090da-0710-446c-bfc8-e7154c46ca5a => generated 799 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1368/2911] 162.253.55.155 () {30 vars in 737 bytes} [Thu Sep 10 03:20:50 2026] GET /v2.0/ports/c1aa593d-895e-4732-8d1a-925a7f486393 => generated 1132 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1544/2912] 162.253.55.155 () {30 vars in 741 bytes} [Thu Sep 10 03:20:50 2026] GET /v2.0/subnets/c379f318-5eb2-48a5-8b18-1993735bc0ee => generated 676 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1369/2913] 162.253.55.155 () {34 vars in 1080 bytes} [Thu Sep 10 03:20:50 2026] GET /v2.0/ports?tenant_id=e99512c22f4c438895442732cf452151&device_id=1c6f2542-1837-465a-8993-fa73889eb3a1 => generated 3873 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1545/2914] 162.253.55.155 () {34 vars in 1226 bytes} [Thu Sep 10 03:20:50 2026] GET /v2.0/networks?id=fbcf73dd-c8d4-4059-9819-353f31849dc2&id=85d090da-0710-446c-bfc8-e7154c46ca5a&id=17bda8ff-3c3a-4753-88c5-f2508e4b8f3f&id=659f7a41-dcb7-4183-a178-dab2a543c824 => generated 3096 bytes in 105 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1370/2915] 162.253.55.155 () {34 vars in 1062 bytes} [Thu Sep 10 03:20:50 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.2.126&port_id=ea0d6974-9a1e-4e32-ba97-86db292b2b27 => 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: 1546/2916] 162.253.55.155 () {34 vars in 984 bytes} [Thu Sep 10 03:20:50 2026] GET /v2.0/subnets?id=3f8a7e0d-362b-463c-b3cf-925264c9efc2 => generated 654 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1371/2917] 162.253.55.155 () {34 vars in 1052 bytes} [Thu Sep 10 03:20:50 2026] GET /v2.0/ports?network_id=fbcf73dd-c8d4-4059-9819-353f31849dc2&device_owner=network%3Adhcp => generated 1244 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1547/2918] 162.253.55.155 () {34 vars in 1012 bytes} [Thu Sep 10 03:20:50 2026] GET /v2.0/networks/fbcf73dd-c8d4-4059-9819-353f31849dc2?fields=segments => generated 14 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1372/2919] 162.253.55.155 () {34 vars in 1112 bytes} [Thu Sep 10 03:20:50 2026] GET /v2.0/networks/fbcf73dd-c8d4-4059-9819-353f31849dc2?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1548/2920] 162.253.55.155 () {34 vars in 1058 bytes} [Thu Sep 10 03:20:50 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.212&port_id=c78cab3b-64dd-4044-9dcd-d1c9339e35a1 => generated 19 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1373/2921] 162.253.55.155 () {34 vars in 984 bytes} [Thu Sep 10 03:20:50 2026] GET /v2.0/subnets?id=c379f318-5eb2-48a5-8b18-1993735bc0ee => generated 679 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1549/2922] 162.253.55.155 () {34 vars in 1052 bytes} [Thu Sep 10 03:20:51 2026] GET /v2.0/ports?network_id=85d090da-0710-446c-bfc8-e7154c46ca5a&device_owner=network%3Adhcp => generated 1461 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1374/2923] 162.253.55.155 () {34 vars in 1012 bytes} [Thu Sep 10 03:20:51 2026] GET /v2.0/networks/85d090da-0710-446c-bfc8-e7154c46ca5a?fields=segments => generated 14 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1550/2924] 162.253.55.155 () {34 vars in 1112 bytes} [Thu Sep 10 03:20:51 2026] GET /v2.0/networks/85d090da-0710-446c-bfc8-e7154c46ca5a?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1375/2925] 162.253.55.155 () {34 vars in 1058 bytes} [Thu Sep 10 03:20:51 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.245&port_id=d8796f2a-4aa5-46da-b4dd-d0bc33c99abd => 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: 1551/2926] 162.253.55.155 () {34 vars in 984 bytes} [Thu Sep 10 03:20:51 2026] GET /v2.0/subnets?id=57dcdc46-d15e-4dc0-ae79-13e09fdeddae => 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: 1376/2927] 162.253.55.155 () {34 vars in 1052 bytes} [Thu Sep 10 03:20:51 2026] GET /v2.0/ports?network_id=17bda8ff-3c3a-4753-88c5-f2508e4b8f3f&device_owner=network%3Adhcp => generated 1457 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1552/2928] 162.253.55.155 () {34 vars in 1012 bytes} [Thu Sep 10 03:20:51 2026] GET /v2.0/networks/17bda8ff-3c3a-4753-88c5-f2508e4b8f3f?fields=segments => generated 14 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1377/2929] 162.253.55.155 () {34 vars in 1112 bytes} [Thu Sep 10 03:20:51 2026] GET /v2.0/networks/17bda8ff-3c3a-4753-88c5-f2508e4b8f3f?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1553/2930] 162.253.55.155 () {30 vars in 703 bytes} [Thu Sep 10 03:20:54 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1378/2931] 162.253.55.155 () {30 vars in 705 bytes} [Thu Sep 10 03:20:54 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: 1554/2932] 162.253.55.155 () {30 vars in 681 bytes} [Thu Sep 10 03:20:54 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: 1379/2933] 162.253.55.155 () {30 vars in 717 bytes} [Thu Sep 10 03:20:54 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1555/2934] 162.253.55.155 () {30 vars in 769 bytes} [Thu Sep 10 03:20:54 2026] GET /v2.0/ports?device_id=1c6f2542-1837-465a-8993-fa73889eb3a1 => generated 3873 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1380/2935] 162.253.55.155 () {30 vars in 703 bytes} [Thu Sep 10 03:20:55 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: 1556/2936] 162.253.55.155 () {30 vars in 705 bytes} [Thu Sep 10 03:20:55 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1381/2937] 162.253.55.155 () {30 vars in 681 bytes} [Thu Sep 10 03:20:55 2026] GET /v2.0/extensions/qos => generated 166 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1557/2938] 162.253.55.155 () {30 vars in 717 bytes} [Thu Sep 10 03:20:55 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: 1382/2939] 162.253.55.155 () {30 vars in 737 bytes} [Thu Sep 10 03:20:55 2026] GET /v2.0/ports/d8796f2a-4aa5-46da-b4dd-d0bc33c99abd => generated 1291 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1558/2942] 162.253.55.155 () {34 vars in 789 bytes} [Thu Sep 10 03:20:55 2026] PUT /v2.0/ports/d8796f2a-4aa5-46da-b4dd-d0bc33c99abd => generated 1080 bytes in 409 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-09-10 03:20:55.669 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-c2c40607-b986-4945-8b7b-bbe215590ded'] response: {'name': 'network-changed', 'server_uuid': '1c6f2542-1837-465a-8993-fa73889eb3a1', 'tag': 'd8796f2a-4aa5-46da-b4dd-d0bc33c99abd', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1385/2943] 162.253.55.155 () {30 vars in 743 bytes} [Thu Sep 10 03:20:55 2026] GET /v2.0/networks/17bda8ff-3c3a-4753-88c5-f2508e4b8f3f => generated 797 bytes in 88 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: 1559/2944] 162.253.55.155 () {30 vars in 769 bytes} [Thu Sep 10 03:20:55 2026] GET /v2.0/ports?device_id=1c6f2542-1837-465a-8993-fa73889eb3a1 => generated 3698 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1386/2945] 162.253.55.155 () {30 vars in 769 bytes} [Thu Sep 10 03:20:55 2026] GET /v2.0/ports?device_id=1c6f2542-1837-465a-8993-fa73889eb3a1 => generated 3698 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1560/2946] 162.253.55.155 () {34 vars in 1080 bytes} [Thu Sep 10 03:20:56 2026] GET /v2.0/ports?tenant_id=e99512c22f4c438895442732cf452151&device_id=1c6f2542-1837-465a-8993-fa73889eb3a1 => generated 3698 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1387/2947] 162.253.55.155 () {34 vars in 986 bytes} [Thu Sep 10 03:20:56 2026] GET /v2.0/networks?id=17bda8ff-3c3a-4753-88c5-f2508e4b8f3f => generated 800 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1561/2948] 162.253.55.155 () {34 vars in 1012 bytes} [Thu Sep 10 03:20:56 2026] GET /v2.0/networks/17bda8ff-3c3a-4753-88c5-f2508e4b8f3f?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: 1388/2949] 162.253.55.155 () {34 vars in 1112 bytes} [Thu Sep 10 03:20:56 2026] GET /v2.0/networks/17bda8ff-3c3a-4753-88c5-f2508e4b8f3f?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1562/2950] 162.253.55.155 () {30 vars in 769 bytes} [Thu Sep 10 03:20:56 2026] GET /v2.0/ports?device_id=1c6f2542-1837-465a-8993-fa73889eb3a1 => generated 3698 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1389/2951] 162.253.55.155 () {34 vars in 975 bytes} [Thu Sep 10 03:20:57 2026] GET /v2.0/ports/d8796f2a-4aa5-46da-b4dd-d0bc33c99abd => generated 1116 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1563/2952] 162.253.55.155 () {34 vars in 1060 bytes} [Thu Sep 10 03:20:57 2026] GET /v2.0/ports/d8796f2a-4aa5-46da-b4dd-d0bc33c99abd?fields=binding%3Aprofile&fields=network_id => generated 83 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1390/2953] 162.253.55.155 () {34 vars in 1016 bytes} [Thu Sep 10 03:20:58 2026] GET /v2.0/networks/17bda8ff-3c3a-4753-88c5-f2508e4b8f3f?fields=dns_domain => generated 29 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1564/2954] 162.253.55.155 () {30 vars in 769 bytes} [Thu Sep 10 03:20:58 2026] GET /v2.0/ports?device_id=1c6f2542-1837-465a-8993-fa73889eb3a1 => generated 3698 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1391/2955] 162.253.55.155 () {38 vars in 1028 bytes} [Thu Sep 10 03:20:58 2026] PUT /v2.0/ports/d8796f2a-4aa5-46da-b4dd-d0bc33c99abd => generated 917 bytes in 230 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1565/2956] 162.253.55.155 () {30 vars in 769 bytes} [Thu Sep 10 03:20:59 2026] GET /v2.0/ports?device_id=1c6f2542-1837-465a-8993-fa73889eb3a1 => generated 2590 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-09-10 03:20:59.317 8 INFO neutron_taas.services.taas.taas_plugin [None req-9c3ee292-a341-42b2-8ec3-7997ecf3d29e 2dcafeabbd18499d9be13b4c6b2b81df e99512c22f4c438895442732cf452151 - - default default] TaaS: Handle Delete Port: d8796f2a-4aa5-46da-b4dd-d0bc33c99abd 2026-09-10 03:20:59.323 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9c3ee292-a341-42b2-8ec3-7997ecf3d29e 2dcafeabbd18499d9be13b4c6b2b81df e99512c22f4c438895442732cf452151 - - default default] Tap Mirror: Handle Delete Port: d8796f2a-4aa5-46da-b4dd-d0bc33c99abd [pid: 8|app: 0|req: 1392/2957] 162.253.55.155 () {32 vars in 759 bytes} [Thu Sep 10 03:20:59 2026] DELETE /v2.0/ports/d8796f2a-4aa5-46da-b4dd-d0bc33c99abd => generated 0 bytes in 258 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1566/2958] 162.253.55.155 () {34 vars in 1080 bytes} [Thu Sep 10 03:20:59 2026] GET /v2.0/ports?tenant_id=e99512c22f4c438895442732cf452151&device_id=1c6f2542-1837-465a-8993-fa73889eb3a1 => generated 2590 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1393/2959] 162.253.55.155 () {34 vars in 1146 bytes} [Thu Sep 10 03:20:59 2026] GET /v2.0/networks?id=fbcf73dd-c8d4-4059-9819-353f31849dc2&id=85d090da-0710-446c-bfc8-e7154c46ca5a&id=17bda8ff-3c3a-4753-88c5-f2508e4b8f3f => generated 2309 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1567/2960] 162.253.55.155 () {34 vars in 1062 bytes} [Thu Sep 10 03:20:59 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.2.126&port_id=ea0d6974-9a1e-4e32-ba97-86db292b2b27 => generated 19 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1394/2961] 162.253.55.155 () {34 vars in 984 bytes} [Thu Sep 10 03:21:00 2026] GET /v2.0/subnets?id=3f8a7e0d-362b-463c-b3cf-925264c9efc2 => generated 654 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1568/2962] 162.253.55.155 () {34 vars in 1052 bytes} [Thu Sep 10 03:21:00 2026] GET /v2.0/ports?network_id=fbcf73dd-c8d4-4059-9819-353f31849dc2&device_owner=network%3Adhcp => generated 1244 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1569/2963] 162.253.55.155 () {30 vars in 703 bytes} [Thu Sep 10 03:21:00 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1570/2964] 162.253.55.155 () {30 vars in 705 bytes} [Thu Sep 10 03:21:00 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: 1571/2965] 162.253.55.155 () {30 vars in 681 bytes} [Thu Sep 10 03:21:00 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: 1572/2966] 162.253.55.155 () {30 vars in 717 bytes} [Thu Sep 10 03:21:00 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: 1395/2967] 162.253.55.155 () {34 vars in 1012 bytes} [Thu Sep 10 03:21:00 2026] GET /v2.0/networks/fbcf73dd-c8d4-4059-9819-353f31849dc2?fields=segments => generated 14 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1573/2968] 162.253.55.155 () {30 vars in 741 bytes} [Thu Sep 10 03:21:00 2026] GET /v2.0/subnets/c379f318-5eb2-48a5-8b18-1993735bc0ee => generated 676 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1396/2969] 162.253.55.155 () {34 vars in 1112 bytes} [Thu Sep 10 03:21:00 2026] GET /v2.0/networks/fbcf73dd-c8d4-4059-9819-353f31849dc2?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1397/2970] 162.253.55.155 () {34 vars in 1058 bytes} [Thu Sep 10 03:21:00 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.212&port_id=c78cab3b-64dd-4044-9dcd-d1c9339e35a1 => 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: 1574/2971] 162.253.55.155 () {30 vars in 737 bytes} [Thu Sep 10 03:21:00 2026] GET /v2.0/ports/c1aa593d-895e-4732-8d1a-925a7f486393 => generated 1132 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1398/2972] 162.253.55.155 () {34 vars in 984 bytes} [Thu Sep 10 03:21:00 2026] GET /v2.0/subnets?id=c379f318-5eb2-48a5-8b18-1993735bc0ee => generated 679 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1575/2973] 162.253.55.155 () {30 vars in 737 bytes} [Thu Sep 10 03:21:00 2026] GET /v2.0/ports/c78cab3b-64dd-4044-9dcd-d1c9339e35a1 => generated 1350 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1576/2974] 162.253.55.155 () {30 vars in 741 bytes} [Thu Sep 10 03:21:00 2026] GET /v2.0/subnets/c379f318-5eb2-48a5-8b18-1993735bc0ee => 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: 1399/2975] 162.253.55.155 () {34 vars in 1052 bytes} [Thu Sep 10 03:21:00 2026] GET /v2.0/ports?network_id=85d090da-0710-446c-bfc8-e7154c46ca5a&device_owner=network%3Adhcp => generated 1461 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1577/2976] 162.253.55.155 () {30 vars in 743 bytes} [Thu Sep 10 03:21:00 2026] GET /v2.0/networks/85d090da-0710-446c-bfc8-e7154c46ca5a => generated 799 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1400/2977] 162.253.55.155 () {34 vars in 1012 bytes} [Thu Sep 10 03:21:00 2026] GET /v2.0/networks/85d090da-0710-446c-bfc8-e7154c46ca5a?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: 1578/2978] 162.253.55.155 () {30 vars in 737 bytes} [Thu Sep 10 03:21:00 2026] GET /v2.0/ports/c1aa593d-895e-4732-8d1a-925a7f486393 => generated 1132 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1579/2979] 162.253.55.155 () {30 vars in 741 bytes} [Thu Sep 10 03:21:00 2026] GET /v2.0/subnets/c379f318-5eb2-48a5-8b18-1993735bc0ee => generated 676 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1401/2980] 162.253.55.155 () {34 vars in 1112 bytes} [Thu Sep 10 03:21:00 2026] GET /v2.0/networks/85d090da-0710-446c-bfc8-e7154c46ca5a?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1403/2983] 162.253.55.155 () {30 vars in 703 bytes} [Thu Sep 10 03:21:12 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: 1581/2984] 162.253.55.155 () {30 vars in 705 bytes} [Thu Sep 10 03:21:12 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1404/2985] 162.253.55.155 () {30 vars in 681 bytes} [Thu Sep 10 03:21:12 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: 1582/2986] 162.253.55.155 () {30 vars in 717 bytes} [Thu Sep 10 03:21:12 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-09-10 03:21:12.536 8 INFO neutron.api.v2.resource [None req-d44f1b71-39b0-4d12-aca0-49b88e51ebd0 2dcafeabbd18499d9be13b4c6b2b81df e99512c22f4c438895442732cf452151 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1405/2987] 162.253.55.155 () {30 vars in 763 bytes} [Thu Sep 10 03:21:12 2026] GET /v2.0/security-groups/lb-8d710d93-8dd0-47f8-b2da-00ec5228e8b7 => generated 149 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1583/2988] 162.253.55.155 () {30 vars in 785 bytes} [Thu Sep 10 03:21:12 2026] GET /v2.0/security-groups?name=lb-8d710d93-8dd0-47f8-b2da-00ec5228e8b7 => generated 2863 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1406/2989] 162.253.55.155 () {30 vars in 815 bytes} [Thu Sep 10 03:21:12 2026] GET /v2.0/security-group-rules?security_group_id=b3379e00-a31e-4c9a-87cd-831aa64c6bfd => generated 2334 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1584/2990] 162.253.55.155 () {32 vars in 789 bytes} [Thu Sep 10 03:21:12 2026] DELETE /v2.0/security-group-rules/0671dbca-7d8d-497d-8326-40775192ba7e => 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: 1407/2991] 162.253.55.155 () {32 vars in 789 bytes} [Thu Sep 10 03:21:12 2026] DELETE /v2.0/security-group-rules/adfd363d-92dd-4fcb-8e08-d06459f09b3e => generated 0 bytes in 79 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-09-10 03:21:15.158 7 INFO neutron_taas.services.taas.taas_plugin [None req-6dddc078-2ff2-4a02-9d0c-fc895f1f1e24 c411b36244e5497abad677d6500d0628 a7f380ed095443cab90f738d37acd72b - - default default] TaaS: Handle Delete Port: c52a2278-8942-49eb-a42b-f08126635c3e 2026-09-10 03:21:15.161 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6dddc078-2ff2-4a02-9d0c-fc895f1f1e24 c411b36244e5497abad677d6500d0628 a7f380ed095443cab90f738d37acd72b - - default default] Tap Mirror: Handle Delete Port: c52a2278-8942-49eb-a42b-f08126635c3e 2026-09-10 03:21:15.301 7 INFO neutron.db.l3_db [None req-6dddc078-2ff2-4a02-9d0c-fc895f1f1e24 c411b36244e5497abad677d6500d0628 a7f380ed095443cab90f738d37acd72b - - default default] Floating IP 05b4ec55-0be2-4eb6-af25-98d658e544fe disassociated (deleted). External IP: 10.96.250.213, port: c1aa593d-895e-4732-8d1a-925a7f486393. [pid: 7|app: 0|req: 1585/2992] 10.0.0.146 () {32 vars in 732 bytes} [Thu Sep 10 03:21:15 2026] DELETE /v2.0/floatingips/05b4ec55-0be2-4eb6-af25-98d658e544fe => generated 0 bytes in 721 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-09-10 03:21:15.748 8 INFO neutron.api.v2.resource [None req-93391bc5-c66f-4b87-8aa4-f85d05fe2fd9 c411b36244e5497abad677d6500d0628 a7f380ed095443cab90f738d37acd72b - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1408/2993] 10.0.0.146 () {32 vars in 729 bytes} [Thu Sep 10 03:21:15 2026] GET /v2.0/floatingips/05b4ec55-0be2-4eb6-af25-98d658e544fe => generated 144 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1586/2994] 162.253.55.155 () {30 vars in 703 bytes} [Thu Sep 10 03:21:16 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1409/2995] 162.253.55.155 () {30 vars in 705 bytes} [Thu Sep 10 03:21:16 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: 1587/2996] 162.253.55.155 () {30 vars in 681 bytes} [Thu Sep 10 03:21:16 2026] GET /v2.0/extensions/qos => generated 166 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1410/2997] 162.253.55.155 () {30 vars in 717 bytes} [Thu Sep 10 03:21:16 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-09-10 03:21:16.912 7 INFO neutron.api.v2.resource [None req-55850f95-31ea-488c-b814-255022a227ba 2dcafeabbd18499d9be13b4c6b2b81df e99512c22f4c438895442732cf452151 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1588/2998] 162.253.55.155 () {30 vars in 763 bytes} [Thu Sep 10 03:21:16 2026] GET /v2.0/security-groups/lb-8d710d93-8dd0-47f8-b2da-00ec5228e8b7 => generated 149 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1411/2999] 162.253.55.155 () {30 vars in 785 bytes} [Thu Sep 10 03:21:16 2026] GET /v2.0/security-groups?name=lb-8d710d93-8dd0-47f8-b2da-00ec5228e8b7 => generated 1637 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1589/3000] 162.253.55.155 () {30 vars in 815 bytes} [Thu Sep 10 03:21:16 2026] GET /v2.0/security-group-rules?security_group_id=b3379e00-a31e-4c9a-87cd-831aa64c6bfd => generated 1182 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1412/3001] 162.253.55.155 () {30 vars in 703 bytes} [Thu Sep 10 03:21:17 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: 1590/3002] 162.253.55.155 () {30 vars in 705 bytes} [Thu Sep 10 03:21:17 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1413/3003] 162.253.55.155 () {30 vars in 681 bytes} [Thu Sep 10 03:21:17 2026] GET /v2.0/extensions/qos => generated 166 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1591/3004] 162.253.55.155 () {30 vars in 717 bytes} [Thu Sep 10 03:21:17 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: 1414/3005] 162.253.55.155 () {30 vars in 741 bytes} [Thu Sep 10 03:21:17 2026] GET /v2.0/subnets/c379f318-5eb2-48a5-8b18-1993735bc0ee => 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: 1592/3006] 162.253.55.155 () {30 vars in 769 bytes} [Thu Sep 10 03:21:17 2026] GET /v2.0/ports?device_id=1c6f2542-1837-465a-8993-fa73889eb3a1 => generated 2590 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1415/3007] 162.253.55.155 () {30 vars in 769 bytes} [Thu Sep 10 03:21:17 2026] GET /v2.0/ports?device_id=1c6f2542-1837-465a-8993-fa73889eb3a1 => generated 2590 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1593/3008] 162.253.55.155 () {30 vars in 769 bytes} [Thu Sep 10 03:21:17 2026] GET /v2.0/ports?device_id=1c6f2542-1837-465a-8993-fa73889eb3a1 => generated 2590 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1416/3009] 162.253.55.155 () {30 vars in 769 bytes} [Thu Sep 10 03:21:18 2026] GET /v2.0/ports?device_id=1c6f2542-1837-465a-8993-fa73889eb3a1 => generated 2590 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1594/3010] 162.253.55.155 () {34 vars in 975 bytes} [Thu Sep 10 03:21:19 2026] GET /v2.0/ports/c78cab3b-64dd-4044-9dcd-d1c9339e35a1 => generated 1350 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1417/3011] 162.253.55.155 () {34 vars in 1060 bytes} [Thu Sep 10 03:21:19 2026] GET /v2.0/ports/c78cab3b-64dd-4044-9dcd-d1c9339e35a1?fields=binding%3Aprofile&fields=network_id => generated 83 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1418/3012] 162.253.55.155 () {34 vars in 1016 bytes} [Thu Sep 10 03:21:19 2026] GET /v2.0/networks/85d090da-0710-446c-bfc8-e7154c46ca5a?fields=dns_domain => generated 29 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1595/3013] 162.253.55.155 () {30 vars in 769 bytes} [Thu Sep 10 03:21:19 2026] GET /v2.0/ports?device_id=1c6f2542-1837-465a-8993-fa73889eb3a1 => generated 2590 bytes in 101 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1419/3014] 162.253.55.155 () {38 vars in 1028 bytes} [Thu Sep 10 03:21:19 2026] PUT /v2.0/ports/c78cab3b-64dd-4044-9dcd-d1c9339e35a1 => generated 1151 bytes in 401 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1596/3015] 162.253.55.155 () {30 vars in 769 bytes} [Thu Sep 10 03:21:20 2026] GET /v2.0/ports?device_id=1c6f2542-1837-465a-8993-fa73889eb3a1 => generated 1248 bytes in 53 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/3016] 162.253.55.155 () {34 vars in 789 bytes} [Thu Sep 10 03:21:20 2026] PUT /v2.0/ports/c78cab3b-64dd-4044-9dcd-d1c9339e35a1 => generated 1090 bytes in 292 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1597/3017] 162.253.55.155 () {30 vars in 737 bytes} [Thu Sep 10 03:21:21 2026] GET /v2.0/ports/c78cab3b-64dd-4044-9dcd-d1c9339e35a1 => generated 1090 bytes in 55 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-09-10 03:21:21.322 8 INFO neutron_taas.services.taas.taas_plugin [None req-a987c5f3-1c8d-484e-a8a7-f222d843e946 2dcafeabbd18499d9be13b4c6b2b81df e99512c22f4c438895442732cf452151 - - default default] TaaS: Handle Delete Port: c78cab3b-64dd-4044-9dcd-d1c9339e35a1 2026-09-10 03:21:21.327 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a987c5f3-1c8d-484e-a8a7-f222d843e946 2dcafeabbd18499d9be13b4c6b2b81df e99512c22f4c438895442732cf452151 - - default default] Tap Mirror: Handle Delete Port: c78cab3b-64dd-4044-9dcd-d1c9339e35a1 [pid: 8|app: 0|req: 1421/3018] 162.253.55.155 () {32 vars in 759 bytes} [Thu Sep 10 03:21:21 2026] DELETE /v2.0/ports/c78cab3b-64dd-4044-9dcd-d1c9339e35a1 => generated 0 bytes in 303 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1598/3019] 162.253.55.155 () {34 vars in 1080 bytes} [Thu Sep 10 03:21:21 2026] GET /v2.0/ports?tenant_id=e99512c22f4c438895442732cf452151&device_id=1c6f2542-1837-465a-8993-fa73889eb3a1 => generated 1248 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1422/3020] 162.253.55.155 () {34 vars in 1066 bytes} [Thu Sep 10 03:21:21 2026] GET /v2.0/networks?id=fbcf73dd-c8d4-4059-9819-353f31849dc2&id=85d090da-0710-446c-bfc8-e7154c46ca5a => generated 1523 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1599/3021] 162.253.55.155 () {34 vars in 1062 bytes} [Thu Sep 10 03:21:21 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.2.126&port_id=ea0d6974-9a1e-4e32-ba97-86db292b2b27 => generated 19 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1423/3022] 162.253.55.155 () {34 vars in 984 bytes} [Thu Sep 10 03:21:21 2026] GET /v2.0/subnets?id=3f8a7e0d-362b-463c-b3cf-925264c9efc2 => generated 654 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1600/3023] 162.253.55.155 () {34 vars in 1052 bytes} [Thu Sep 10 03:21:21 2026] GET /v2.0/ports?network_id=fbcf73dd-c8d4-4059-9819-353f31849dc2&device_owner=network%3Adhcp => generated 1244 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1424/3024] 162.253.55.155 () {34 vars in 1012 bytes} [Thu Sep 10 03:21:21 2026] GET /v2.0/networks/fbcf73dd-c8d4-4059-9819-353f31849dc2?fields=segments => generated 14 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1601/3025] 162.253.55.155 () {34 vars in 1112 bytes} [Thu Sep 10 03:21:22 2026] GET /v2.0/networks/fbcf73dd-c8d4-4059-9819-353f31849dc2?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1425/3026] 162.253.55.155 () {30 vars in 703 bytes} [Thu Sep 10 03:21:22 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: 1602/3027] 162.253.55.155 () {30 vars in 705 bytes} [Thu Sep 10 03:21:22 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1426/3028] 162.253.55.155 () {30 vars in 681 bytes} [Thu Sep 10 03:21:22 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: 1603/3029] 162.253.55.155 () {30 vars in 717 bytes} [Thu Sep 10 03:21:22 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-09-10 03:21:22.157 8 INFO neutron.pecan_wsgi.hooks.translation [None req-f6c6d920-04ba-4bed-bca9-379d3d382da8 2dcafeabbd18499d9be13b4c6b2b81df e99512c22f4c438895442732cf452151 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1427/3030] 162.253.55.155 () {32 vars in 759 bytes} [Thu Sep 10 03:21:22 2026] DELETE /v2.0/ports/c78cab3b-64dd-4044-9dcd-d1c9339e35a1 => 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: 1604/3031] 162.253.55.155 () {30 vars in 737 bytes} [Thu Sep 10 03:21:22 2026] GET /v2.0/ports/c1aa593d-895e-4732-8d1a-925a7f486393 => generated 1132 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-09-10 03:21:22.233 8 INFO neutron.api.v2.resource [None req-fd7e9e9d-1198-4980-8957-2f91f18eda52 2dcafeabbd18499d9be13b4c6b2b81df e99512c22f4c438895442732cf452151 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1428/3032] 162.253.55.155 () {30 vars in 763 bytes} [Thu Sep 10 03:21:22 2026] GET /v2.0/security-groups/lb-8d710d93-8dd0-47f8-b2da-00ec5228e8b7 => 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: 1605/3033] 162.253.55.155 () {30 vars in 785 bytes} [Thu Sep 10 03:21:22 2026] GET /v2.0/security-groups?name=lb-8d710d93-8dd0-47f8-b2da-00ec5228e8b7 => generated 1637 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1429/3034] 162.253.55.155 () {30 vars in 737 bytes} [Thu Sep 10 03:21:22 2026] GET /v2.0/ports/c1aa593d-895e-4732-8d1a-925a7f486393 => generated 1132 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1606/3035] 162.253.55.155 () {34 vars in 789 bytes} [Thu Sep 10 03:21:22 2026] PUT /v2.0/ports/c1aa593d-895e-4732-8d1a-925a7f486393 => generated 1094 bytes in 282 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1430/3036] 162.253.55.155 () {32 vars in 779 bytes} [Thu Sep 10 03:21:22 2026] DELETE /v2.0/security-groups/b3379e00-a31e-4c9a-87cd-831aa64c6bfd => generated 0 bytes in 62 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-09-10 03:21:22.890 7 INFO neutron_taas.services.taas.taas_plugin [None req-740b6f9c-5e6a-40c4-856a-166b0125ee72 2dcafeabbd18499d9be13b4c6b2b81df e99512c22f4c438895442732cf452151 - - default default] TaaS: Handle Delete Port: c1aa593d-895e-4732-8d1a-925a7f486393 2026-09-10 03:21:22.894 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-740b6f9c-5e6a-40c4-856a-166b0125ee72 2dcafeabbd18499d9be13b4c6b2b81df e99512c22f4c438895442732cf452151 - - default default] Tap Mirror: Handle Delete Port: c1aa593d-895e-4732-8d1a-925a7f486393 [pid: 7|app: 0|req: 1607/3037] 162.253.55.155 () {32 vars in 759 bytes} [Thu Sep 10 03:21:22 2026] DELETE /v2.0/ports/c1aa593d-895e-4732-8d1a-925a7f486393 => generated 0 bytes in 302 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1432/3040] 162.253.55.155 () {34 vars in 994 bytes} [Thu Sep 10 03:21:25 2026] GET /v2.0/ports?device_id=1c6f2542-1837-465a-8993-fa73889eb3a1 => generated 1248 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-09-10 03:21:26.155 7 INFO neutron_taas.services.taas.taas_plugin [None req-b8395a3a-753d-40bb-bb35-fd898a2448f2 c411b36244e5497abad677d6500d0628 a7f380ed095443cab90f738d37acd72b - - default default] TaaS: Handle Delete Port: e9706cc2-cbdf-44c9-a39e-f605e056977b 2026-09-10 03:21:26.158 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b8395a3a-753d-40bb-bb35-fd898a2448f2 c411b36244e5497abad677d6500d0628 a7f380ed095443cab90f738d37acd72b - - default default] Tap Mirror: Handle Delete Port: e9706cc2-cbdf-44c9-a39e-f605e056977b 2026-09-10 03:21:26.207 8 INFO neutron_taas.services.taas.taas_plugin [req-1f0f68c4-053c-4fd9-95b8-870ba6a03b4e req-35b8beb9-a34b-4db0-b8a9-74f298172b00 2dcafeabbd18499d9be13b4c6b2b81df e99512c22f4c438895442732cf452151 - - default default] TaaS: Handle Delete Port: ea0d6974-9a1e-4e32-ba97-86db292b2b27 2026-09-10 03:21:26.211 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-1f0f68c4-053c-4fd9-95b8-870ba6a03b4e req-35b8beb9-a34b-4db0-b8a9-74f298172b00 2dcafeabbd18499d9be13b4c6b2b81df e99512c22f4c438895442732cf452151 - - default default] Tap Mirror: Handle Delete Port: ea0d6974-9a1e-4e32-ba97-86db292b2b27 2026-09-10 03:21:26.340 7 INFO neutron.db.l3_db [None req-b8395a3a-753d-40bb-bb35-fd898a2448f2 c411b36244e5497abad677d6500d0628 a7f380ed095443cab90f738d37acd72b - - default default] Floating IP 46a57780-064d-4b58-9b2c-9c09deb559d9 disassociated (deleted). External IP: 10.96.250.211, port: 2f8ed108-cff8-42ba-9ec0-4fb424d62834. [pid: 8|app: 0|req: 1433/3041] 162.253.55.155 () {36 vars in 997 bytes} [Thu Sep 10 03:21:26 2026] DELETE /v2.0/ports/ea0d6974-9a1e-4e32-ba97-86db292b2b27 => generated 0 bytes in 370 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-09-10 03:21:26.479 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-be238ab4-d442-44e4-8bf6-40a2e50f44de'] response: {'server_uuid': '1c6f2542-1837-465a-8993-fa73889eb3a1', 'name': 'network-vif-deleted', 'tag': 'ea0d6974-9a1e-4e32-ba97-86db292b2b27', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1609/3042] 10.0.0.146 () {32 vars in 732 bytes} [Thu Sep 10 03:21:26 2026] DELETE /v2.0/floatingips/46a57780-064d-4b58-9b2c-9c09deb559d9 => generated 0 bytes in 772 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-09-10 03:21:26.808 8 INFO neutron.api.v2.resource [None req-8cf2a204-099a-47fa-ad26-dd02d6aa1791 c411b36244e5497abad677d6500d0628 a7f380ed095443cab90f738d37acd72b - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1434/3043] 10.0.0.146 () {32 vars in 729 bytes} [Thu Sep 10 03:21:26 2026] GET /v2.0/floatingips/46a57780-064d-4b58-9b2c-9c09deb559d9 => generated 144 bytes in 26 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-09-10 03:21:26.814 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-7b205b6c-8805-450e-a6ef-75241f828663'] response: {'name': 'network-changed', 'server_uuid': '1bf6fa33-519e-464f-ac67-827a73056106', 'tag': '2f8ed108-cff8-42ba-9ec0-4fb424d62834', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1610/3044] 10.0.0.206 () {34 vars in 990 bytes} [Thu Sep 10 03:21:27 2026] GET /v2.0/ports?device_id=1bf6fa33-519e-464f-ac67-827a73056106 => generated 1204 bytes in 280 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1435/3045] 10.0.0.206 () {34 vars in 1040 bytes} [Thu Sep 10 03:21:27 2026] GET /v2.0/security-groups?id=b37203c8-ab89-46a4-a11f-40a4150c43a4&fields=id&fields=name => generated 112 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1611/3046] 162.253.55.155 () {34 vars in 1080 bytes} [Thu Sep 10 03:21:27 2026] GET /v2.0/ports?tenant_id=a7f380ed095443cab90f738d37acd72b&device_id=1bf6fa33-519e-464f-ac67-827a73056106 => generated 1473 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1436/3047] 162.253.55.155 () {34 vars in 986 bytes} [Thu Sep 10 03:21:27 2026] GET /v2.0/networks?id=659f7a41-dcb7-4183-a178-dab2a543c824 => generated 801 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1612/3048] 162.253.55.155 () {34 vars in 1058 bytes} [Thu Sep 10 03:21:27 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.179&port_id=2f8ed108-cff8-42ba-9ec0-4fb424d62834 => generated 19 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1437/3049] 162.253.55.155 () {34 vars in 1106 bytes} [Thu Sep 10 03:21:27 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A365&port_id=2f8ed108-cff8-42ba-9ec0-4fb424d62834 => 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: 1613/3050] 162.253.55.155 () {34 vars in 1064 bytes} [Thu Sep 10 03:21:27 2026] GET /v2.0/subnets?id=272d3d3e-9ea1-487d-93f7-f735888374d0&id=cd3007ff-9465-46e2-a969-1ca079f79080 => generated 1415 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1438/3051] 162.253.55.155 () {34 vars in 1052 bytes} [Thu Sep 10 03:21:27 2026] GET /v2.0/ports?network_id=659f7a41-dcb7-4183-a178-dab2a543c824&device_owner=network%3Adhcp => generated 1461 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1614/3052] 162.253.55.155 () {34 vars in 1052 bytes} [Thu Sep 10 03:21:27 2026] GET /v2.0/ports?network_id=659f7a41-dcb7-4183-a178-dab2a543c824&device_owner=network%3Adhcp => generated 1461 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1439/3053] 162.253.55.155 () {34 vars in 1012 bytes} [Thu Sep 10 03:21:27 2026] GET /v2.0/networks/659f7a41-dcb7-4183-a178-dab2a543c824?fields=segments => generated 14 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1615/3054] 162.253.55.155 () {34 vars in 1112 bytes} [Thu Sep 10 03:21:27 2026] GET /v2.0/networks/659f7a41-dcb7-4183-a178-dab2a543c824?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1440/3055] 162.253.55.155 () {34 vars in 994 bytes} [Thu Sep 10 03:21:29 2026] GET /v2.0/ports?device_id=1bf6fa33-519e-464f-ac67-827a73056106 => generated 1202 bytes in 118 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-09-10 03:21:29.729 7 INFO neutron_taas.services.taas.taas_plugin [req-3435ea62-e440-4bcc-b64f-5d946a2b5b42 req-6ede381c-4233-4231-95a0-3dfc0e5f3c2a c411b36244e5497abad677d6500d0628 a7f380ed095443cab90f738d37acd72b - - default default] TaaS: Handle Delete Port: 2f8ed108-cff8-42ba-9ec0-4fb424d62834 2026-09-10 03:21:29.733 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-3435ea62-e440-4bcc-b64f-5d946a2b5b42 req-6ede381c-4233-4231-95a0-3dfc0e5f3c2a c411b36244e5497abad677d6500d0628 a7f380ed095443cab90f738d37acd72b - - default default] Tap Mirror: Handle Delete Port: 2f8ed108-cff8-42ba-9ec0-4fb424d62834 [pid: 7|app: 0|req: 1616/3056] 162.253.55.155 () {36 vars in 997 bytes} [Thu Sep 10 03:21:29 2026] DELETE /v2.0/ports/2f8ed108-cff8-42ba-9ec0-4fb424d62834 => generated 0 bytes in 440 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-09-10 03:21:30.028 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-e11433fd-1098-47d7-a869-e8e8d815cd9f'] response: {'server_uuid': '1bf6fa33-519e-464f-ac67-827a73056106', 'name': 'network-vif-deleted', 'tag': '2f8ed108-cff8-42ba-9ec0-4fb424d62834', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1441/3057] 10.0.0.206 () {34 vars in 990 bytes} [Thu Sep 10 03:21:32 2026] GET /v2.0/ports?device_id=1bf6fa33-519e-464f-ac67-827a73056106 => generated 12 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-09-10 03:21:37.756 7 INFO neutron_taas.services.taas.taas_plugin [None req-ddd13861-c88d-4c9f-bee3-224cc671e656 c411b36244e5497abad677d6500d0628 a7f380ed095443cab90f738d37acd72b - - default default] TaaS: Handle Delete Port: 4b0f8b1b-fca9-4e57-a249-b7382bb196da 2026-09-10 03:21:37.758 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ddd13861-c88d-4c9f-bee3-224cc671e656 c411b36244e5497abad677d6500d0628 a7f380ed095443cab90f738d37acd72b - - default default] Tap Mirror: Handle Delete Port: 4b0f8b1b-fca9-4e57-a249-b7382bb196da 2026-09-10 03:21:37.881 7 INFO neutron.db.l3_db [None req-ddd13861-c88d-4c9f-bee3-224cc671e656 c411b36244e5497abad677d6500d0628 a7f380ed095443cab90f738d37acd72b - - default default] Floating IP 66e5e2bb-9d63-4904-b078-fa084fe0e6fd disassociated (deleted). External IP: 10.96.250.204, port: 6ee67965-0363-4b1a-9045-895d454a47f0. [pid: 7|app: 0|req: 1617/3058] 10.0.0.146 () {32 vars in 732 bytes} [Thu Sep 10 03:21:37 2026] DELETE /v2.0/floatingips/66e5e2bb-9d63-4904-b078-fa084fe0e6fd => generated 0 bytes in 684 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-09-10 03:21:38.299 8 INFO neutron.api.v2.resource [None req-eef1f919-147a-4396-9f37-1d8d706bd6a8 c411b36244e5497abad677d6500d0628 a7f380ed095443cab90f738d37acd72b - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1442/3059] 10.0.0.146 () {32 vars in 729 bytes} [Thu Sep 10 03:21:38 2026] GET /v2.0/floatingips/66e5e2bb-9d63-4904-b078-fa084fe0e6fd => generated 144 bytes in 22 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-09-10 03:21:38.314 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-76bead86-4d91-47d1-baeb-83a50c1e01fa'] response: {'name': 'network-changed', 'server_uuid': '502162e0-6513-4c84-919b-4b0a71b1e38a', 'tag': '6ee67965-0363-4b1a-9045-895d454a47f0', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1618/3060] 10.0.0.206 () {34 vars in 990 bytes} [Thu Sep 10 03:21:38 2026] GET /v2.0/ports?device_id=502162e0-6513-4c84-919b-4b0a71b1e38a => generated 1200 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1443/3061] 10.0.0.206 () {34 vars in 1040 bytes} [Thu Sep 10 03:21:38 2026] GET /v2.0/security-groups?id=b37203c8-ab89-46a4-a11f-40a4150c43a4&fields=id&fields=name => generated 112 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1619/3062] 162.253.55.155 () {34 vars in 1080 bytes} [Thu Sep 10 03:21:38 2026] GET /v2.0/ports?tenant_id=a7f380ed095443cab90f738d37acd72b&device_id=502162e0-6513-4c84-919b-4b0a71b1e38a => generated 1469 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1444/3063] 162.253.55.155 () {34 vars in 986 bytes} [Thu Sep 10 03:21:38 2026] GET /v2.0/networks?id=17bda8ff-3c3a-4753-88c5-f2508e4b8f3f => generated 800 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1620/3064] 162.253.55.155 () {34 vars in 1058 bytes} [Thu Sep 10 03:21:38 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.221&port_id=6ee67965-0363-4b1a-9045-895d454a47f0 => generated 19 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1445/3065] 162.253.55.155 () {34 vars in 1104 bytes} [Thu Sep 10 03:21:39 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A2fd&port_id=6ee67965-0363-4b1a-9045-895d454a47f0 => 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: 1621/3066] 162.253.55.155 () {34 vars in 1064 bytes} [Thu Sep 10 03:21:39 2026] GET /v2.0/subnets?id=57dcdc46-d15e-4dc0-ae79-13e09fdeddae&id=cf05b558-9c46-440f-8075-f9bc4f061746 => generated 1410 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1446/3067] 162.253.55.155 () {34 vars in 1052 bytes} [Thu Sep 10 03:21:39 2026] GET /v2.0/ports?network_id=17bda8ff-3c3a-4753-88c5-f2508e4b8f3f&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: 1622/3068] 162.253.55.155 () {34 vars in 1052 bytes} [Thu Sep 10 03:21:39 2026] GET /v2.0/ports?network_id=17bda8ff-3c3a-4753-88c5-f2508e4b8f3f&device_owner=network%3Adhcp => generated 1457 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1447/3069] 162.253.55.155 () {34 vars in 1012 bytes} [Thu Sep 10 03:21:39 2026] GET /v2.0/networks/17bda8ff-3c3a-4753-88c5-f2508e4b8f3f?fields=segments => generated 14 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1623/3070] 162.253.55.155 () {34 vars in 1112 bytes} [Thu Sep 10 03:21:39 2026] GET /v2.0/networks/17bda8ff-3c3a-4753-88c5-f2508e4b8f3f?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 152 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1449/3073] 162.253.55.155 () {34 vars in 994 bytes} [Thu Sep 10 03:21:40 2026] GET /v2.0/ports?device_id=502162e0-6513-4c84-919b-4b0a71b1e38a => generated 1200 bytes in 125 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-09-10 03:21:41.154 7 INFO neutron_taas.services.taas.taas_plugin [req-a58eb288-76b1-4757-8e90-f671bed3ec5f req-9d2ae087-ad41-4bda-8ea2-959331328137 c411b36244e5497abad677d6500d0628 a7f380ed095443cab90f738d37acd72b - - default default] TaaS: Handle Delete Port: 6ee67965-0363-4b1a-9045-895d454a47f0 2026-09-10 03:21:41.158 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-a58eb288-76b1-4757-8e90-f671bed3ec5f req-9d2ae087-ad41-4bda-8ea2-959331328137 c411b36244e5497abad677d6500d0628 a7f380ed095443cab90f738d37acd72b - - default default] Tap Mirror: Handle Delete Port: 6ee67965-0363-4b1a-9045-895d454a47f0 [pid: 7|app: 0|req: 1625/3074] 162.253.55.155 () {36 vars in 997 bytes} [Thu Sep 10 03:21:41 2026] DELETE /v2.0/ports/6ee67965-0363-4b1a-9045-895d454a47f0 => generated 0 bytes in 345 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-09-10 03:21:41.434 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-721f9f4b-cb4b-4bc9-ba96-9f80eb300cbc'] response: {'server_uuid': '502162e0-6513-4c84-919b-4b0a71b1e38a', 'name': 'network-vif-deleted', 'tag': '6ee67965-0363-4b1a-9045-895d454a47f0', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1450/3075] 10.0.0.206 () {34 vars in 990 bytes} [Thu Sep 10 03:21:43 2026] GET /v2.0/ports?device_id=502162e0-6513-4c84-919b-4b0a71b1e38a => 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: 1626/3076] 10.0.0.146 () {32 vars in 750 bytes} [Thu Sep 10 03:21:48 2026] DELETE /v2.0/security-group-rules/225fd77f-4775-4cf0-b6d1-b7a93517db2f => generated 0 bytes in 97 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-09-10 03:21:48.923 8 INFO neutron.api.v2.resource [None req-a60e329a-a647-41c9-9b35-a7e54cc5fd95 c411b36244e5497abad677d6500d0628 a7f380ed095443cab90f738d37acd72b - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1451/3077] 10.0.0.146 () {32 vars in 747 bytes} [Thu Sep 10 03:21:48 2026] GET /v2.0/security-group-rules/225fd77f-4775-4cf0-b6d1-b7a93517db2f => generated 155 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1627/3078] 10.0.0.146 () {32 vars in 750 bytes} [Thu Sep 10 03:21:48 2026] DELETE /v2.0/security-group-rules/d1689f0a-80f7-45c6-80ae-c242e6184c76 => generated 0 bytes in 61 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-09-10 03:21:49.009 8 INFO neutron.api.v2.resource [None req-8e97f239-a206-4494-a4f8-1043bd7d86b2 c411b36244e5497abad677d6500d0628 a7f380ed095443cab90f738d37acd72b - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1452/3079] 10.0.0.146 () {32 vars in 747 bytes} [Thu Sep 10 03:21:48 2026] GET /v2.0/security-group-rules/d1689f0a-80f7-45c6-80ae-c242e6184c76 => generated 155 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1628/3080] 10.0.0.146 () {32 vars in 750 bytes} [Thu Sep 10 03:21:49 2026] DELETE /v2.0/security-group-rules/a625e48c-d978-48c4-9f94-9bfdd4e6a796 => generated 0 bytes in 62 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-09-10 03:21:49.098 8 INFO neutron.api.v2.resource [None req-7de5099d-61b9-485c-9b41-a85d38e7340e c411b36244e5497abad677d6500d0628 a7f380ed095443cab90f738d37acd72b - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1453/3081] 10.0.0.146 () {32 vars in 747 bytes} [Thu Sep 10 03:21:49 2026] GET /v2.0/security-group-rules/a625e48c-d978-48c4-9f94-9bfdd4e6a796 => generated 155 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1629/3082] 10.0.0.146 () {32 vars in 750 bytes} [Thu Sep 10 03:21:49 2026] DELETE /v2.0/security-group-rules/b05f687a-cfbb-4038-b593-68a422608594 => generated 0 bytes in 68 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-09-10 03:21:49.192 8 INFO neutron.api.v2.resource [None req-c86632e9-2287-4c67-9ea8-5c658901ae02 c411b36244e5497abad677d6500d0628 a7f380ed095443cab90f738d37acd72b - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1454/3083] 10.0.0.146 () {32 vars in 747 bytes} [Thu Sep 10 03:21:49 2026] GET /v2.0/security-group-rules/b05f687a-cfbb-4038-b593-68a422608594 => generated 155 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1630/3084] 10.0.0.146 () {32 vars in 750 bytes} [Thu Sep 10 03:21:49 2026] DELETE /v2.0/security-group-rules/74c525a5-89ed-4896-b799-4076de40635a => generated 0 bytes in 61 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-09-10 03:21:49.278 8 INFO neutron.api.v2.resource [None req-7f2deb09-4f24-4f9f-b894-3eb52351c0f5 c411b36244e5497abad677d6500d0628 a7f380ed095443cab90f738d37acd72b - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1455/3085] 10.0.0.146 () {32 vars in 747 bytes} [Thu Sep 10 03:21:49 2026] GET /v2.0/security-group-rules/74c525a5-89ed-4896-b799-4076de40635a => generated 155 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1631/3086] 10.0.0.146 () {32 vars in 750 bytes} [Thu Sep 10 03:21:49 2026] DELETE /v2.0/security-group-rules/19cd4bfa-3be6-4c8c-85f6-8cf4c7d35dcd => generated 0 bytes in 61 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-09-10 03:21:49.364 8 INFO neutron.api.v2.resource [None req-e69c6db4-6fde-466e-baf6-77d2f0881795 c411b36244e5497abad677d6500d0628 a7f380ed095443cab90f738d37acd72b - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1456/3087] 10.0.0.146 () {32 vars in 747 bytes} [Thu Sep 10 03:21:49 2026] GET /v2.0/security-group-rules/19cd4bfa-3be6-4c8c-85f6-8cf4c7d35dcd => generated 155 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1632/3088] 10.0.0.146 () {32 vars in 750 bytes} [Thu Sep 10 03:21:49 2026] DELETE /v2.0/security-group-rules/fd2dc823-36e7-4dc9-b51a-d2858206080d => generated 0 bytes in 70 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-09-10 03:21:49.457 8 INFO neutron.api.v2.resource [None req-0000abba-052f-42ab-a3a2-bebd3242842b c411b36244e5497abad677d6500d0628 a7f380ed095443cab90f738d37acd72b - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1457/3089] 10.0.0.146 () {32 vars in 747 bytes} [Thu Sep 10 03:21:49 2026] GET /v2.0/security-group-rules/fd2dc823-36e7-4dc9-b51a-d2858206080d => generated 155 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1633/3090] 10.0.0.146 () {32 vars in 750 bytes} [Thu Sep 10 03:21:49 2026] DELETE /v2.0/security-group-rules/b42d8e4a-0903-4c6f-a968-4e6fe2abbe66 => generated 0 bytes in 81 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-09-10 03:21:49.570 8 INFO neutron.api.v2.resource [None req-9b5daeb2-9197-4f9c-ae5b-e6570c40c5c8 c411b36244e5497abad677d6500d0628 a7f380ed095443cab90f738d37acd72b - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1458/3091] 10.0.0.146 () {32 vars in 747 bytes} [Thu Sep 10 03:21:49 2026] GET /v2.0/security-group-rules/b42d8e4a-0903-4c6f-a968-4e6fe2abbe66 => generated 155 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1634/3092] 10.0.0.146 () {32 vars in 750 bytes} [Thu Sep 10 03:21:49 2026] DELETE /v2.0/security-group-rules/4aa1f59e-7ebc-44b2-a35c-89185db2a27b => generated 0 bytes in 118 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-09-10 03:21:49.714 8 INFO neutron.api.v2.resource [None req-3599c203-004b-4179-9913-dbb317d9d74f c411b36244e5497abad677d6500d0628 a7f380ed095443cab90f738d37acd72b - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1459/3093] 10.0.0.146 () {32 vars in 747 bytes} [Thu Sep 10 03:21:49 2026] GET /v2.0/security-group-rules/4aa1f59e-7ebc-44b2-a35c-89185db2a27b => generated 155 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1635/3094] 10.0.0.146 () {32 vars in 750 bytes} [Thu Sep 10 03:21:49 2026] DELETE /v2.0/security-group-rules/22dd2bc2-a4ca-4b9f-8860-486644df6cda => generated 0 bytes in 89 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-09-10 03:21:49.829 8 INFO neutron.api.v2.resource [None req-253b325c-5615-4d27-ab8a-355a8eec1f6f c411b36244e5497abad677d6500d0628 a7f380ed095443cab90f738d37acd72b - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1460/3095] 10.0.0.146 () {32 vars in 747 bytes} [Thu Sep 10 03:21:49 2026] GET /v2.0/security-group-rules/22dd2bc2-a4ca-4b9f-8860-486644df6cda => generated 155 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1636/3096] 10.0.0.146 () {32 vars in 750 bytes} [Thu Sep 10 03:21:49 2026] DELETE /v2.0/security-group-rules/f4371f8b-3d35-492a-95a4-ab4be302482d => generated 0 bytes in 76 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-09-10 03:21:49.934 8 INFO neutron.api.v2.resource [None req-4407642e-02ca-45d3-9042-e4b247022a3e c411b36244e5497abad677d6500d0628 a7f380ed095443cab90f738d37acd72b - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1461/3097] 10.0.0.146 () {32 vars in 747 bytes} [Thu Sep 10 03:21:49 2026] GET /v2.0/security-group-rules/f4371f8b-3d35-492a-95a4-ab4be302482d => generated 155 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1637/3098] 10.0.0.146 () {32 vars in 740 bytes} [Thu Sep 10 03:21:49 2026] DELETE /v2.0/security-groups/b37203c8-ab89-46a4-a11f-40a4150c43a4 => generated 0 bytes in 99 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-09-10 03:21:50.063 8 INFO neutron.api.v2.resource [None req-b22b618e-3516-436d-a211-60f0c35d2cd2 c411b36244e5497abad677d6500d0628 a7f380ed095443cab90f738d37acd72b - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1462/3099] 10.0.0.146 () {32 vars in 737 bytes} [Thu Sep 10 03:21:50 2026] GET /v2.0/security-groups/b37203c8-ab89-46a4-a11f-40a4150c43a4 => generated 146 bytes in 22 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-09-10 03:21:50.482 7 INFO neutron_taas.services.taas.taas_plugin [None req-67a0e1dd-9404-48ef-871f-b01779474ac2 c411b36244e5497abad677d6500d0628 a7f380ed095443cab90f738d37acd72b - - default default] TaaS: Handle Delete Port: f963c686-916d-4152-aa8b-144530875a83 2026-09-10 03:21:50.484 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-67a0e1dd-9404-48ef-871f-b01779474ac2 c411b36244e5497abad677d6500d0628 a7f380ed095443cab90f738d37acd72b - - default default] Tap Mirror: Handle Delete Port: f963c686-916d-4152-aa8b-144530875a83 [pid: 7|app: 0|req: 1638/3100] 10.0.0.146 () {34 vars in 789 bytes} [Thu Sep 10 03:21:50 2026] PUT /v2.0/routers/95118283-b027-4893-996a-f355ba291b00/remove_router_interface => generated 309 bytes in 980 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-09-10 03:21:51.327 8 INFO neutron.api.v2.resource [None req-7c9bdde3-419d-45a4-8c1d-6f88e63fa15c c411b36244e5497abad677d6500d0628 a7f380ed095443cab90f738d37acd72b - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1463/3101] 10.0.0.146 () {34 vars in 789 bytes} [Thu Sep 10 03:21:51 2026] PUT /v2.0/routers/95118283-b027-4893-996a-f355ba291b00/remove_router_interface => generated 198 bytes in 210 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-09-10 03:21:51.719 7 INFO neutron_taas.services.taas.taas_plugin [None req-e8e8f841-023f-4110-9412-b0e064719530 c411b36244e5497abad677d6500d0628 a7f380ed095443cab90f738d37acd72b - - default default] TaaS: Handle Delete Port: cd68e29b-c23f-4292-ac06-e712a2721216 2026-09-10 03:21:51.722 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e8e8f841-023f-4110-9412-b0e064719530 c411b36244e5497abad677d6500d0628 a7f380ed095443cab90f738d37acd72b - - default default] Tap Mirror: Handle Delete Port: cd68e29b-c23f-4292-ac06-e712a2721216 [pid: 7|app: 0|req: 1639/3102] 10.0.0.146 () {34 vars in 789 bytes} [Thu Sep 10 03:21:51 2026] PUT /v2.0/routers/95118283-b027-4893-996a-f355ba291b00/remove_router_interface => generated 309 bytes in 1128 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-09-10 03:21:52.724 8 INFO neutron.api.v2.resource [None req-3d4335f0-ab92-43d2-9ef5-87d6850933df c411b36244e5497abad677d6500d0628 a7f380ed095443cab90f738d37acd72b - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1464/3103] 10.0.0.146 () {34 vars in 789 bytes} [Thu Sep 10 03:21:52 2026] PUT /v2.0/routers/95118283-b027-4893-996a-f355ba291b00/remove_router_interface => generated 198 bytes in 258 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-09-10 03:21:53.193 7 INFO neutron_taas.services.taas.taas_plugin [None req-cee11082-30c4-40da-b0cd-42750f607a7b c411b36244e5497abad677d6500d0628 a7f380ed095443cab90f738d37acd72b - - default default] TaaS: Handle Delete Port: bcc9268a-f09b-43a0-82b4-db45b4448c05 2026-09-10 03:21:53.197 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-cee11082-30c4-40da-b0cd-42750f607a7b c411b36244e5497abad677d6500d0628 a7f380ed095443cab90f738d37acd72b - - default default] Tap Mirror: Handle Delete Port: bcc9268a-f09b-43a0-82b4-db45b4448c05 [pid: 7|app: 0|req: 1640/3104] 10.0.0.146 () {34 vars in 789 bytes} [Thu Sep 10 03:21:52 2026] PUT /v2.0/routers/95118283-b027-4893-996a-f355ba291b00/remove_router_interface => generated 309 bytes in 1122 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-09-10 03:21:54.049 8 INFO neutron.api.v2.resource [None req-6d8b28fd-7a7c-44ad-9bc1-af2420c2c1b7 c411b36244e5497abad677d6500d0628 a7f380ed095443cab90f738d37acd72b - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1465/3105] 10.0.0.146 () {34 vars in 789 bytes} [Thu Sep 10 03:21:53 2026] PUT /v2.0/routers/95118283-b027-4893-996a-f355ba291b00/remove_router_interface => generated 198 bytes in 192 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-09-10 03:21:54.273 7 INFO neutron_taas.services.taas.taas_plugin [None req-cd56ebb2-4bbe-47e8-9b6e-361a251652d5 c411b36244e5497abad677d6500d0628 a7f380ed095443cab90f738d37acd72b - - default default] TaaS: Handle Delete Port: 2d095d1d-768c-4f53-a001-64cab1d19bc1 2026-09-10 03:21:54.276 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-cd56ebb2-4bbe-47e8-9b6e-361a251652d5 c411b36244e5497abad677d6500d0628 a7f380ed095443cab90f738d37acd72b - - default default] Tap Mirror: Handle Delete Port: 2d095d1d-768c-4f53-a001-64cab1d19bc1 2026-09-10 03:21:54.495 7 INFO neutron_taas.services.taas.taas_plugin [None req-cd56ebb2-4bbe-47e8-9b6e-361a251652d5 c411b36244e5497abad677d6500d0628 a7f380ed095443cab90f738d37acd72b - - default default] TaaS: Handle Delete Port: 5a458b8a-f566-4add-8ed1-1fbbff95715b 2026-09-10 03:21:54.498 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-cd56ebb2-4bbe-47e8-9b6e-361a251652d5 c411b36244e5497abad677d6500d0628 a7f380ed095443cab90f738d37acd72b - - default default] Tap Mirror: Handle Delete Port: 5a458b8a-f566-4add-8ed1-1fbbff95715b 2026-09-10 03:21:54.923 7 INFO neutron.services.segments.plugin [-] Segment 25ba84f0-d292-4c49-a1c4-680149aafc06 resource provider aggregate not found 2026-09-10 03:21:54.929 7 INFO neutron.services.segments.plugin [-] Segment 25ba84f0-d292-4c49-a1c4-680149aafc06 resource provider aggregate not found 2026-09-10 03:21:54.956 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 25ba84f0-d292-4c49-a1c4-680149aafc06 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 25ba84f0-d292-4c49-a1c4-680149aafc06 found for delete ", "request_id": "req-38bb951a-d99a-4cc7-a860-82159defaf07"}]} 2026-09-10 03:21:54.958 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 25ba84f0-d292-4c49-a1c4-680149aafc06 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 25ba84f0-d292-4c49-a1c4-680149aafc06 found for delete ", "request_id": "req-c985ad6f-aa23-41fe-80ac-fe32038ea87f"}]} 2026-09-10 03:21:54.964 7 INFO neutron.db.l3_hamode_db [None req-cd56ebb2-4bbe-47e8-9b6e-361a251652d5 c411b36244e5497abad677d6500d0628 a7f380ed095443cab90f738d37acd72b - - default default] HA network 0c71b1da-6707-4e4e-813b-adc56845ef02 was deleted as no HA routers are present in tenant a7f380ed095443cab90f738d37acd72b. [pid: 7|app: 0|req: 1641/3106] 10.0.0.146 () {32 vars in 724 bytes} [Thu Sep 10 03:21:54 2026] DELETE /v2.0/routers/95118283-b027-4893-996a-f355ba291b00 => generated 0 bytes in 920 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-09-10 03:21:54.998 8 INFO neutron.api.v2.resource [None req-2200e47f-0d12-4161-8a72-47d580e98642 c411b36244e5497abad677d6500d0628 a7f380ed095443cab90f738d37acd72b - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1466/3107] 10.0.0.146 () {32 vars in 721 bytes} [Thu Sep 10 03:21:54 2026] GET /v2.0/routers/95118283-b027-4893-996a-f355ba291b00 => generated 135 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1642/3108] 10.0.0.146 () {32 vars in 724 bytes} [Thu Sep 10 03:21:55 2026] DELETE /v2.0/subnets/272d3d3e-9ea1-487d-93f7-f735888374d0 => generated 0 bytes in 148 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-09-10 03:21:55.170 8 INFO neutron.pecan_wsgi.hooks.translation [None req-d0ee4741-9a53-40f2-bc57-ff75cac83186 c411b36244e5497abad677d6500d0628 a7f380ed095443cab90f738d37acd72b - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1467/3109] 10.0.0.146 () {32 vars in 721 bytes} [Thu Sep 10 03:21:55 2026] GET /v2.0/subnets/272d3d3e-9ea1-487d-93f7-f735888374d0 => generated 136 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1643/3110] 10.0.0.146 () {32 vars in 724 bytes} [Thu Sep 10 03:21:55 2026] DELETE /v2.0/subnets/cd3007ff-9465-46e2-a969-1ca079f79080 => generated 0 bytes in 129 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-09-10 03:21:55.322 8 INFO neutron.pecan_wsgi.hooks.translation [None req-5fca4b3f-944d-4faf-b29f-f4cffd96d611 c411b36244e5497abad677d6500d0628 a7f380ed095443cab90f738d37acd72b - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1468/3111] 10.0.0.146 () {32 vars in 721 bytes} [Thu Sep 10 03:21:55 2026] GET /v2.0/subnets/cd3007ff-9465-46e2-a969-1ca079f79080 => generated 136 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-09-10 03:21:55.464 7 INFO neutron_taas.services.taas.taas_plugin [None req-204f337d-3205-42e3-b006-bab5d82b85bc c411b36244e5497abad677d6500d0628 a7f380ed095443cab90f738d37acd72b - - default default] TaaS: Handle Delete Port: 360c754c-0383-415f-8cdf-de9e7c336fcc 2026-09-10 03:21:55.468 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-204f337d-3205-42e3-b006-bab5d82b85bc c411b36244e5497abad677d6500d0628 a7f380ed095443cab90f738d37acd72b - - default default] Tap Mirror: Handle Delete Port: 360c754c-0383-415f-8cdf-de9e7c336fcc [pid: 7|app: 0|req: 1644/3114] 10.0.0.146 () {32 vars in 726 bytes} [Thu Sep 10 03:21:55 2026] DELETE /v2.0/networks/659f7a41-dcb7-4183-a178-dab2a543c824 => generated 0 bytes in 428 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-09-10 03:21:55.776 8 INFO neutron.pecan_wsgi.hooks.translation [None req-b3b593c6-b95c-4eb5-a0c9-5aa4731e8621 c411b36244e5497abad677d6500d0628 a7f380ed095443cab90f738d37acd72b - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1471/3115] 10.0.0.146 () {32 vars in 723 bytes} [Thu Sep 10 03:21:55 2026] GET /v2.0/networks/659f7a41-dcb7-4183-a178-dab2a543c824 => generated 138 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1645/3116] 10.0.0.146 () {32 vars in 724 bytes} [Thu Sep 10 03:21:55 2026] DELETE /v2.0/subnets/cf05b558-9c46-440f-8075-f9bc4f061746 => generated 0 bytes in 174 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-09-10 03:21:55.981 8 INFO neutron.pecan_wsgi.hooks.translation [None req-988be1c0-334d-4753-9a58-7c1320ae75ee c411b36244e5497abad677d6500d0628 a7f380ed095443cab90f738d37acd72b - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1472/3117] 10.0.0.146 () {32 vars in 721 bytes} [Thu Sep 10 03:21:55 2026] GET /v2.0/subnets/cf05b558-9c46-440f-8075-f9bc4f061746 => generated 136 bytes in 26 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1646/3118] 10.0.0.146 () {32 vars in 724 bytes} [Thu Sep 10 03:21:55 2026] DELETE /v2.0/subnets/57dcdc46-d15e-4dc0-ae79-13e09fdeddae => generated 0 bytes in 176 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-09-10 03:21:56.192 8 INFO neutron.pecan_wsgi.hooks.translation [None req-405c45dc-a2ec-4e8e-ba07-52d711996b42 c411b36244e5497abad677d6500d0628 a7f380ed095443cab90f738d37acd72b - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1473/3119] 10.0.0.146 () {32 vars in 721 bytes} [Thu Sep 10 03:21:56 2026] GET /v2.0/subnets/57dcdc46-d15e-4dc0-ae79-13e09fdeddae => generated 136 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-09-10 03:21:56.325 7 INFO neutron_taas.services.taas.taas_plugin [None req-fa470740-5248-4aab-bd79-d604f6e835b3 c411b36244e5497abad677d6500d0628 a7f380ed095443cab90f738d37acd72b - - default default] TaaS: Handle Delete Port: 45eba112-8443-4421-9ada-c8aba9bcba06 2026-09-10 03:21:56.329 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-fa470740-5248-4aab-bd79-d604f6e835b3 c411b36244e5497abad677d6500d0628 a7f380ed095443cab90f738d37acd72b - - default default] Tap Mirror: Handle Delete Port: 45eba112-8443-4421-9ada-c8aba9bcba06 [pid: 7|app: 0|req: 1647/3120] 10.0.0.146 () {32 vars in 726 bytes} [Thu Sep 10 03:21:56 2026] DELETE /v2.0/networks/17bda8ff-3c3a-4753-88c5-f2508e4b8f3f => generated 0 bytes in 393 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-09-10 03:21:56.617 8 INFO neutron.pecan_wsgi.hooks.translation [None req-8dd490a6-94be-4984-b39d-d6c13b0f6cfa c411b36244e5497abad677d6500d0628 a7f380ed095443cab90f738d37acd72b - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1474/3121] 10.0.0.146 () {32 vars in 723 bytes} [Thu Sep 10 03:21:56 2026] GET /v2.0/networks/17bda8ff-3c3a-4753-88c5-f2508e4b8f3f => generated 138 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-09-10 03:21:57.158 7 INFO neutron.services.segments.plugin [-] Segment 55bcc50e-4cc5-4640-9235-893cbd718bec resource provider aggregate not found 2026-09-10 03:21:57.166 7 INFO neutron.services.segments.plugin [-] Segment 55bcc50e-4cc5-4640-9235-893cbd718bec resource provider aggregate not found 2026-09-10 03:21:57.176 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 55bcc50e-4cc5-4640-9235-893cbd718bec resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 55bcc50e-4cc5-4640-9235-893cbd718bec found for delete ", "request_id": "req-09a8d652-9b4e-4288-ae06-4500a77e8013"}]} 2026-09-10 03:21:57.181 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 55bcc50e-4cc5-4640-9235-893cbd718bec resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 55bcc50e-4cc5-4640-9235-893cbd718bec found for delete ", "request_id": "req-1df55cbc-b2a9-4d08-8a2c-993424701dce"}]} 2026-09-10 03:21:57.192 7 INFO neutron.services.segments.plugin [-] Segment 319d7496-f5f1-48a6-8770-114c0b490012 resource provider aggregate not found 2026-09-10 03:21:57.199 7 INFO neutron.services.segments.plugin [-] Segment 319d7496-f5f1-48a6-8770-114c0b490012 resource provider aggregate not found 2026-09-10 03:21:57.209 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 319d7496-f5f1-48a6-8770-114c0b490012 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 319d7496-f5f1-48a6-8770-114c0b490012 found for delete ", "request_id": "req-acbb4e51-19c7-44c7-86ad-12caa15762cc"}]} 2026-09-10 03:21:57.220 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 319d7496-f5f1-48a6-8770-114c0b490012 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 319d7496-f5f1-48a6-8770-114c0b490012 found for delete ", "request_id": "req-e6469cd8-77c0-482f-a409-628ef13c2a8c"}]} [pid: 7|app: 0|req: 1648/3122] 10.0.0.146 () {32 vars in 724 bytes} [Thu Sep 10 03:21:56 2026] DELETE /v2.0/subnets/eeaeaaf1-1407-4344-8b86-3e89bd205947 => generated 0 bytes in 648 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-09-10 03:21:57.300 8 INFO neutron.pecan_wsgi.hooks.translation [None req-ac61d738-3432-4665-8e3a-aaa99a8814df c411b36244e5497abad677d6500d0628 a7f380ed095443cab90f738d37acd72b - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1475/3123] 10.0.0.146 () {32 vars in 721 bytes} [Thu Sep 10 03:21:57 2026] GET /v2.0/subnets/eeaeaaf1-1407-4344-8b86-3e89bd205947 => generated 136 bytes in 22 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1649/3124] 10.0.0.146 () {32 vars in 724 bytes} [Thu Sep 10 03:21:57 2026] DELETE /v2.0/subnets/c379f318-5eb2-48a5-8b18-1993735bc0ee => generated 0 bytes in 151 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-09-10 03:21:57.483 8 INFO neutron.pecan_wsgi.hooks.translation [None req-9ce744ad-6c93-408a-887e-7776d6633b96 c411b36244e5497abad677d6500d0628 a7f380ed095443cab90f738d37acd72b - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1476/3125] 10.0.0.146 () {32 vars in 721 bytes} [Thu Sep 10 03:21:57 2026] GET /v2.0/subnets/c379f318-5eb2-48a5-8b18-1993735bc0ee => generated 136 bytes in 22 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-09-10 03:21:57.615 7 INFO neutron_taas.services.taas.taas_plugin [None req-6f0fb29b-05ba-40b9-8e21-a55ecdc3e6dd c411b36244e5497abad677d6500d0628 a7f380ed095443cab90f738d37acd72b - - default default] TaaS: Handle Delete Port: 739f8581-b932-4ce2-99ef-f69bf788ad04 2026-09-10 03:21:57.619 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6f0fb29b-05ba-40b9-8e21-a55ecdc3e6dd c411b36244e5497abad677d6500d0628 a7f380ed095443cab90f738d37acd72b - - default default] Tap Mirror: Handle Delete Port: 739f8581-b932-4ce2-99ef-f69bf788ad04 [pid: 7|app: 0|req: 1650/3126] 10.0.0.146 () {32 vars in 726 bytes} [Thu Sep 10 03:21:57 2026] DELETE /v2.0/networks/85d090da-0710-446c-bfc8-e7154c46ca5a => generated 0 bytes in 341 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-09-10 03:21:57.856 8 INFO neutron.pecan_wsgi.hooks.translation [None req-c7bab81e-9081-4c8a-9397-07c630213955 c411b36244e5497abad677d6500d0628 a7f380ed095443cab90f738d37acd72b - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1477/3127] 10.0.0.146 () {32 vars in 723 bytes} [Thu Sep 10 03:21:57 2026] GET /v2.0/networks/85d090da-0710-446c-bfc8-e7154c46ca5a => generated 138 bytes in 25 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-09-10 03:21:59.228 7 INFO neutron.services.segments.plugin [-] Segment 847d2017-b960-48ff-96d6-bc9de20cc579 resource provider aggregate not found 2026-09-10 03:21:59.243 7 INFO neutron.services.segments.plugin [-] Segment 847d2017-b960-48ff-96d6-bc9de20cc579 resource provider aggregate not found 2026-09-10 03:21:59.248 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 847d2017-b960-48ff-96d6-bc9de20cc579 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 847d2017-b960-48ff-96d6-bc9de20cc579 found for delete ", "request_id": "req-d92fe20f-5c16-4a58-833a-be4a532fb28f"}]} 2026-09-10 03:21:59.263 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 847d2017-b960-48ff-96d6-bc9de20cc579 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 847d2017-b960-48ff-96d6-bc9de20cc579 found for delete ", "request_id": "req-13592d7e-aecb-4d7e-9d59-fce98bd05841"}]} [pid: 7|app: 0|req: 1651/3128] 10.0.0.146 () {32 vars in 774 bytes} [Thu Sep 10 03:22:00 2026] GET /v2.0/security-groups?tenant_id=19045e1456bf4a4fb4f96ef8a39bb5a2&name=default => generated 2929 bytes in 419 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1478/3129] 10.0.0.146 () {32 vars in 740 bytes} [Thu Sep 10 03:22:00 2026] DELETE /v2.0/security-groups/2028f2ce-ade9-4216-9b45-95997fa22b02 => generated 0 bytes in 136 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1652/3130] 10.0.0.146 () {32 vars in 774 bytes} [Thu Sep 10 03:22:00 2026] GET /v2.0/security-groups?tenant_id=0e864c0eacd646cd89cef0717fc8cd55&name=default => generated 2929 bytes in 147 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1479/3131] 10.0.0.146 () {32 vars in 740 bytes} [Thu Sep 10 03:22:00 2026] DELETE /v2.0/security-groups/da9602eb-0a93-4c8f-8bc2-54ed70f6cfc3 => generated 0 bytes in 134 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1653/3132] 10.0.0.146 () {32 vars in 774 bytes} [Thu Sep 10 03:22:01 2026] GET /v2.0/security-groups?tenant_id=ef4e4641b0594de5aaa0245cece91bb2&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: 1480/3133] 10.0.0.146 () {32 vars in 740 bytes} [Thu Sep 10 03:22:01 2026] DELETE /v2.0/security-groups/1c749d90-3ea7-4756-909f-7e55b4f0ccfb => 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: 1654/3134] 10.0.0.146 () {32 vars in 774 bytes} [Thu Sep 10 03:22:01 2026] GET /v2.0/security-groups?tenant_id=a7f380ed095443cab90f738d37acd72b&name=default => generated 2925 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1481/3135] 10.0.0.146 () {32 vars in 740 bytes} [Thu Sep 10 03:22:01 2026] DELETE /v2.0/security-groups/2e77b224-c320-4b14-9e4c-e8fb7dea1b40 => generated 0 bytes in 116 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1655/3136] 10.0.0.146 () {32 vars in 774 bytes} [Thu Sep 10 03:22:01 2026] GET /v2.0/security-groups?tenant_id=3965fda20a334eddbc92c6c7e718f3a6&name=default => generated 2929 bytes in 145 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1482/3137] 10.0.0.146 () {32 vars in 740 bytes} [Thu Sep 10 03:22:02 2026] DELETE /v2.0/security-groups/20b86235-52f1-46c2-84ea-7b51843a0c34 => generated 0 bytes in 136 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1656/3138] 10.0.0.146 () {32 vars in 774 bytes} [Thu Sep 10 03:22:02 2026] GET /v2.0/security-groups?tenant_id=f8aaeb8a7c414380bef19ad305b9f3cb&name=default => generated 2929 bytes in 150 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1483/3139] 10.0.0.146 () {32 vars in 740 bytes} [Thu Sep 10 03:22:02 2026] DELETE /v2.0/security-groups/f1de486c-4ef7-4dd0-9e4d-095d0611f523 => generated 0 bytes in 156 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1657/3140] 10.0.0.146 () {32 vars in 774 bytes} [Thu Sep 10 03:22:02 2026] GET /v2.0/security-groups?tenant_id=cbbe8332be134148811614e5a58dbfd1&name=default => generated 2929 bytes in 198 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1484/3141] 10.0.0.146 () {32 vars in 740 bytes} [Thu Sep 10 03:22:03 2026] DELETE /v2.0/security-groups/0691eecc-a3ca-4231-bad3-7d21ba1a7c08 => generated 0 bytes in 103 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-09-10 03:22:08.317 7 INFO neutron.db.segments_db [None req-a9849669-8c27-4d83-bf2f-d7fbed878fb3 03f8f875b7ed41c6b94d1b2103d8500f 6e0ff0e14ae1454da94fbc59d4736f0f - - default default] Added segment 70b1bbca-ab31-4ece-8103-07d1f225a212 of type vxlan for network cbbee4e5-755f-4c38-bbd0-3fe1b7c00c9d [pid: 7|app: 0|req: 1658/3142] 10.0.0.146 () {34 vars in 670 bytes} [Thu Sep 10 03:22:07 2026] POST /v2.0/networks => generated 632 bytes in 393 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1485/3143] 10.0.0.146 () {34 vars in 669 bytes} [Thu Sep 10 03:22:08 2026] POST /v2.0/subnets => generated 626 bytes in 317 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-09-10 03:22:08.776 7 INFO neutron.db.segments_db [None req-6506e2e6-0eea-491f-ba70-facf3817d3fc 03f8f875b7ed41c6b94d1b2103d8500f 6e0ff0e14ae1454da94fbc59d4736f0f - - default default] Added segment 83eac6de-a99c-4ba4-bab0-3a01d470940b of type vxlan for network f2d6d4a0-7e2a-460f-abfe-483cfab00d32 [pid: 7|app: 0|req: 1659/3144] 10.0.0.146 () {34 vars in 670 bytes} [Thu Sep 10 03:22:08 2026] POST /v2.0/networks => generated 632 bytes in 148 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1486/3145] 10.0.0.146 () {34 vars in 669 bytes} [Thu Sep 10 03:22:08 2026] POST /v2.0/subnets => generated 629 bytes in 219 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-09-10 03:22:09.194 7 INFO neutron.db.segments_db [None req-b39f945c-2ebd-4044-8f1f-e83db42927a0 03f8f875b7ed41c6b94d1b2103d8500f 6e0ff0e14ae1454da94fbc59d4736f0f - - default default] Added segment 17cf8b17-94d9-4bc9-9921-df4e0ab76ee5 of type vxlan for network 3820672f-8087-488a-9e66-f2a12aa7594c [pid: 7|app: 0|req: 1660/3146] 10.0.0.146 () {34 vars in 670 bytes} [Thu Sep 10 03:22:09 2026] POST /v2.0/networks => generated 631 bytes in 190 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1487/3147] 10.0.0.146 () {34 vars in 669 bytes} [Thu Sep 10 03:22:09 2026] POST /v2.0/subnets => generated 629 bytes in 357 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-09-10 03:22:09.733 7 INFO neutron.db.segments_db [None req-c42b3fd1-cfb1-49a0-850b-fd42cdf4cfd3 03f8f875b7ed41c6b94d1b2103d8500f 6e0ff0e14ae1454da94fbc59d4736f0f - - default default] Added segment 2f7c6d60-dcf4-4219-9c83-2094dc0972dc of type vxlan for network c5de2458-aafd-4660-8f90-66724f23392a [pid: 7|app: 0|req: 1661/3148] 10.0.0.146 () {34 vars in 670 bytes} [Thu Sep 10 03:22:09 2026] POST /v2.0/networks => generated 632 bytes in 173 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1488/3149] 10.0.0.146 () {34 vars in 669 bytes} [Thu Sep 10 03:22:09 2026] POST /v2.0/subnets => generated 629 bytes in 231 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-09-10 03:22:10.139 7 INFO neutron.db.segments_db [None req-b9e876a5-9b5a-487c-a715-5143ee47b56d 03f8f875b7ed41c6b94d1b2103d8500f 6e0ff0e14ae1454da94fbc59d4736f0f - - default default] Added segment 2d697c77-bcfa-4927-bcfb-0c47152e14b1 of type vxlan for network e93c5b59-49da-462f-8c85-e61bdf97dad8 [pid: 7|app: 0|req: 1662/3150] 10.0.0.146 () {34 vars in 670 bytes} [Thu Sep 10 03:22:10 2026] POST /v2.0/networks => generated 630 bytes in 173 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1489/3153] 10.0.0.146 () {34 vars in 669 bytes} [Thu Sep 10 03:22:10 2026] POST /v2.0/subnets => generated 629 bytes in 307 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1665/3154] 10.0.0.146 () {34 vars in 751 bytes} [Thu Sep 10 03:22:10 2026] PUT /v2.0/subnets/4362b99c-9541-4673-822b-1114aecbf829/tags => generated 17 bytes in 122 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1490/3155] 10.0.0.146 () {34 vars in 751 bytes} [Thu Sep 10 03:22:10 2026] PUT /v2.0/subnets/63290258-3a79-4407-85b8-10f40d0f50e4/tags => generated 25 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1666/3156] 10.0.0.146 () {34 vars in 751 bytes} [Thu Sep 10 03:22:10 2026] PUT /v2.0/subnets/f153ec8f-a359-437c-8a24-a199aa7af504/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: 1491/3157] 10.0.0.146 () {34 vars in 751 bytes} [Thu Sep 10 03:22:10 2026] PUT /v2.0/subnets/56701bf9-bd45-4bc3-a6d7-091ae677c2e9/tags => generated 19 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1667/3158] 10.0.0.146 () {32 vars in 664 bytes} [Thu Sep 10 03:22:10 2026] GET /v2.0/subnets?tags=red => generated 1904 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1492/3159] 10.0.0.146 () {32 vars in 678 bytes} [Thu Sep 10 03:22:11 2026] GET /v2.0/subnets?tags=red%2Cblue => generated 1283 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1668/3160] 10.0.0.146 () {32 vars in 674 bytes} [Thu Sep 10 03:22:11 2026] GET /v2.0/subnets?tags-any=blue => generated 1283 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1493/3161] 10.0.0.146 () {32 vars in 686 bytes} [Thu Sep 10 03:22:11 2026] GET /v2.0/subnets?tags-any=red%2Cblue => generated 1904 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1669/3162] 10.0.0.146 () {32 vars in 672 bytes} [Thu Sep 10 03:22:11 2026] GET /v2.0/subnets?not-tags=red => generated 1894 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1494/3163] 10.0.0.146 () {32 vars in 686 bytes} [Thu Sep 10 03:22:11 2026] GET /v2.0/subnets?not-tags=red%2Cblue => generated 2515 bytes in 516 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1670/3164] 10.0.0.146 () {32 vars in 682 bytes} [Thu Sep 10 03:22:11 2026] GET /v2.0/subnets?not-tags-any=blue => generated 2515 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1495/3165] 10.0.0.146 () {32 vars in 694 bytes} [Thu Sep 10 03:22:11 2026] GET /v2.0/subnets?not-tags-any=red%2Cblue => generated 1894 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1671/3166] 10.0.0.146 () {32 vars in 724 bytes} [Thu Sep 10 03:22:11 2026] DELETE /v2.0/subnets/4362b99c-9541-4673-822b-1114aecbf829 => generated 0 bytes in 239 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1496/3167] 10.0.0.146 () {32 vars in 724 bytes} [Thu Sep 10 03:22:12 2026] DELETE /v2.0/subnets/63290258-3a79-4407-85b8-10f40d0f50e4 => generated 0 bytes in 167 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1672/3168] 10.0.0.146 () {32 vars in 724 bytes} [Thu Sep 10 03:22:12 2026] DELETE /v2.0/subnets/f153ec8f-a359-437c-8a24-a199aa7af504 => generated 0 bytes in 165 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1497/3169] 10.0.0.146 () {32 vars in 724 bytes} [Thu Sep 10 03:22:12 2026] DELETE /v2.0/subnets/56701bf9-bd45-4bc3-a6d7-091ae677c2e9 => 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: 1673/3170] 10.0.0.146 () {32 vars in 724 bytes} [Thu Sep 10 03:22:12 2026] DELETE /v2.0/subnets/ff9ebffd-5372-4a82-9c1c-532de7fd19bf => generated 0 bytes in 147 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-09-10 03:22:12.964 8 INFO neutron_taas.services.taas.taas_plugin [None req-139d53db-8d7e-4707-9476-bb176f1a687e 03f8f875b7ed41c6b94d1b2103d8500f 6e0ff0e14ae1454da94fbc59d4736f0f - - default default] TaaS: Handle Delete Port: 66664591-a529-4ac8-8dc8-6f89e0148886 2026-09-10 03:22:12.967 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-139d53db-8d7e-4707-9476-bb176f1a687e 03f8f875b7ed41c6b94d1b2103d8500f 6e0ff0e14ae1454da94fbc59d4736f0f - - default default] Tap Mirror: Handle Delete Port: 66664591-a529-4ac8-8dc8-6f89e0148886 2026-09-10 03:22:13.146 8 INFO neutron.services.segments.plugin [-] Segment 70b1bbca-ab31-4ece-8103-07d1f225a212 resource provider aggregate not found 2026-09-10 03:22:13.151 8 INFO neutron.services.segments.plugin [-] Segment 70b1bbca-ab31-4ece-8103-07d1f225a212 resource provider aggregate not found 2026-09-10 03:22:13.169 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 70b1bbca-ab31-4ece-8103-07d1f225a212 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 70b1bbca-ab31-4ece-8103-07d1f225a212 found for delete ", "request_id": "req-bdff07ff-0c10-483c-9771-1293ceb04c2b"}]} 2026-09-10 03:22:13.177 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 70b1bbca-ab31-4ece-8103-07d1f225a212 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 70b1bbca-ab31-4ece-8103-07d1f225a212 found for delete ", "request_id": "req-481ddece-fd70-4162-9c9b-095fc961ca1e"}]} [pid: 8|app: 0|req: 1498/3171] 10.0.0.146 () {32 vars in 726 bytes} [Thu Sep 10 03:22:12 2026] DELETE /v2.0/networks/cbbee4e5-755f-4c38-bbd0-3fe1b7c00c9d => generated 0 bytes in 354 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-09-10 03:22:13.327 7 INFO neutron.services.segments.plugin [-] Segment 83eac6de-a99c-4ba4-bab0-3a01d470940b resource provider aggregate not found 2026-09-10 03:22:13.331 7 INFO neutron.services.segments.plugin [-] Segment 83eac6de-a99c-4ba4-bab0-3a01d470940b resource provider aggregate not found 2026-09-10 03:22:13.353 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 83eac6de-a99c-4ba4-bab0-3a01d470940b resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 83eac6de-a99c-4ba4-bab0-3a01d470940b found for delete ", "request_id": "req-38c0bb5e-5ceb-450c-b9ce-c1aaba501c45"}]} 2026-09-10 03:22:13.355 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 83eac6de-a99c-4ba4-bab0-3a01d470940b resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 83eac6de-a99c-4ba4-bab0-3a01d470940b found for delete ", "request_id": "req-51d48434-4139-4bb9-a00b-5803e32089de"}]} [pid: 7|app: 0|req: 1674/3172] 10.0.0.146 () {32 vars in 726 bytes} [Thu Sep 10 03:22:13 2026] DELETE /v2.0/networks/f2d6d4a0-7e2a-460f-abfe-483cfab00d32 => generated 0 bytes in 192 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1499/3173] 10.0.0.146 () {32 vars in 726 bytes} [Thu Sep 10 03:22:13 2026] DELETE /v2.0/networks/3820672f-8087-488a-9e66-f2a12aa7594c => 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: 1675/3174] 10.0.0.146 () {32 vars in 726 bytes} [Thu Sep 10 03:22:13 2026] DELETE /v2.0/networks/c5de2458-aafd-4660-8f90-66724f23392a => generated 0 bytes in 191 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1500/3175] 10.0.0.146 () {32 vars in 726 bytes} [Thu Sep 10 03:22:13 2026] DELETE /v2.0/networks/e93c5b59-49da-462f-8c85-e61bdf97dad8 => 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: 1676/3176] 10.0.0.146 () {32 vars in 774 bytes} [Thu Sep 10 03:22:14 2026] GET /v2.0/security-groups?tenant_id=6f7199eda37b4553a205b37b7f124132&name=default => generated 2929 bytes in 368 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1501/3177] 10.0.0.146 () {32 vars in 740 bytes} [Thu Sep 10 03:22:14 2026] DELETE /v2.0/security-groups/3a52fbb3-fc13-4f42-9ec1-69a125b01be4 => generated 0 bytes in 114 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-09-10 03:22:15.187 8 INFO neutron.services.segments.plugin [-] Segment 17cf8b17-94d9-4bc9-9921-df4e0ab76ee5 resource provider aggregate not found 2026-09-10 03:22:15.200 8 INFO neutron.services.segments.plugin [-] Segment 17cf8b17-94d9-4bc9-9921-df4e0ab76ee5 resource provider aggregate not found 2026-09-10 03:22:15.206 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 17cf8b17-94d9-4bc9-9921-df4e0ab76ee5 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 17cf8b17-94d9-4bc9-9921-df4e0ab76ee5 found for delete ", "request_id": "req-3a98592b-6d28-4d4b-a4d3-f855b4d64809"}]} 2026-09-10 03:22:15.220 8 INFO neutron.services.segments.plugin [-] Segment 2d697c77-bcfa-4927-bcfb-0c47152e14b1 resource provider aggregate not found 2026-09-10 03:22:15.225 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 17cf8b17-94d9-4bc9-9921-df4e0ab76ee5 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 17cf8b17-94d9-4bc9-9921-df4e0ab76ee5 found for delete ", "request_id": "req-b771c070-8b91-4d08-950c-e6d39b0dca19"}]} 2026-09-10 03:22:15.238 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 2d697c77-bcfa-4927-bcfb-0c47152e14b1 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2d697c77-bcfa-4927-bcfb-0c47152e14b1 found for delete ", "request_id": "req-a889fe71-fe05-46f8-b453-5c574e9ef43c"}]} 2026-09-10 03:22:15.244 8 INFO neutron.services.segments.plugin [-] Segment 2d697c77-bcfa-4927-bcfb-0c47152e14b1 resource provider aggregate not found [pid: 7|app: 0|req: 1677/3178] 10.0.0.146 () {32 vars in 774 bytes} [Thu Sep 10 03:22:15 2026] GET /v2.0/security-groups?tenant_id=6e0ff0e14ae1454da94fbc59d4736f0f&name=default => generated 2929 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-09-10 03:22:15.260 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 2d697c77-bcfa-4927-bcfb-0c47152e14b1 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2d697c77-bcfa-4927-bcfb-0c47152e14b1 found for delete ", "request_id": "req-b4798b98-685e-443d-bb82-3d2650710c38"}]} 2026-09-10 03:22:15.371 7 INFO neutron.services.segments.plugin [-] Segment 2f7c6d60-dcf4-4219-9c83-2094dc0972dc resource provider aggregate not found 2026-09-10 03:22:15.375 7 INFO neutron.services.segments.plugin [-] Segment 2f7c6d60-dcf4-4219-9c83-2094dc0972dc resource provider aggregate not found 2026-09-10 03:22:15.387 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 2f7c6d60-dcf4-4219-9c83-2094dc0972dc resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2f7c6d60-dcf4-4219-9c83-2094dc0972dc found for delete ", "request_id": "req-b11674e5-c616-4442-af1c-002c255e1127"}]} 2026-09-10 03:22:15.391 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 2f7c6d60-dcf4-4219-9c83-2094dc0972dc resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2f7c6d60-dcf4-4219-9c83-2094dc0972dc found for delete ", "request_id": "req-bf60e016-9326-4171-9049-592f24a85804"}]} [pid: 8|app: 0|req: 1502/3179] 10.0.0.146 () {32 vars in 740 bytes} [Thu Sep 10 03:22:15 2026] DELETE /v2.0/security-groups/555b3eb0-1eb2-4dcc-9704-411c7556056b => generated 0 bytes in 132 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1678/3180] 10.0.0.146 () {32 vars in 774 bytes} [Thu Sep 10 03:22:15 2026] GET /v2.0/security-groups?tenant_id=0c62839304f44ce1a853e2fe655a4a50&name=default => generated 2929 bytes in 163 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1503/3181] 10.0.0.146 () {32 vars in 740 bytes} [Thu Sep 10 03:22:15 2026] DELETE /v2.0/security-groups/3cba4f66-a46c-454d-a053-5eabb4862dfd => generated 0 bytes in 141 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-09-10 03:22:19.758 7 INFO neutron.db.segments_db [None req-20b4d52d-68c6-46c1-8ad4-92926ab87e18 bc9cc1c09fb44667b1ea4d75d86ce84b 64abc2fabb214a9b8698ce0bf58046f6 - - default default] Added segment 5855d17f-ed29-4ac1-acf6-0bfdc4d35229 of type vxlan for network 132f04f0-a4b6-4ef7-8e58-48a7f821df06 [pid: 7|app: 0|req: 1679/3182] 10.0.0.146 () {34 vars in 670 bytes} [Thu Sep 10 03:22:19 2026] POST /v2.0/networks => generated 629 bytes in 447 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1504/3183] 10.0.0.146 () {34 vars in 664 bytes} [Thu Sep 10 03:22:19 2026] POST /v2.0/ports => generated 743 bytes in 391 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1680/3184] 10.0.0.146 () {34 vars in 747 bytes} [Thu Sep 10 03:22:20 2026] PUT /v2.0/ports/14166636-ae84-4db7-b007-12fbb0938080/tags => generated 25 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: 8|app: 0|req: 1505/3185] 10.0.0.146 () {32 vars in 727 bytes} [Thu Sep 10 03:22:20 2026] GET /v2.0/ports/14166636-ae84-4db7-b007-12fbb0938080/tags => generated 25 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1681/3186] 10.0.0.146 () {34 vars in 758 bytes} [Thu Sep 10 03:22:20 2026] PUT /v2.0/ports/14166636-ae84-4db7-b007-12fbb0938080/tags/green => generated 4 bytes in 104 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: 1506/3187] 10.0.0.146 () {32 vars in 727 bytes} [Thu Sep 10 03:22:20 2026] GET /v2.0/ports/14166636-ae84-4db7-b007-12fbb0938080/tags => generated 34 bytes in 83 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: 1682/3188] 10.0.0.146 () {34 vars in 754 bytes} [Thu Sep 10 03:22:20 2026] PUT /v2.0/ports/14166636-ae84-4db7-b007-12fbb0938080/tags/red => generated 4 bytes in 112 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1507/3189] 10.0.0.146 () {32 vars in 727 bytes} [Thu Sep 10 03:22:20 2026] GET /v2.0/ports/14166636-ae84-4db7-b007-12fbb0938080/tags => generated 34 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1683/3190] 10.0.0.146 () {34 vars in 776 bytes} [Thu Sep 10 03:22:20 2026] PUT /v2.0/ports/14166636-ae84-4db7-b007-12fbb0938080/tags/black.or.white => generated 4 bytes in 113 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: 1508/3191] 10.0.0.146 () {32 vars in 727 bytes} [Thu Sep 10 03:22:20 2026] GET /v2.0/ports/14166636-ae84-4db7-b007-12fbb0938080/tags => generated 52 bytes in 78 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: 1684/3192] 10.0.0.146 () {34 vars in 747 bytes} [Thu Sep 10 03:22:20 2026] PUT /v2.0/ports/14166636-ae84-4db7-b007-12fbb0938080/tags => generated 37 bytes in 84 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: 1509/3193] 10.0.0.146 () {32 vars in 727 bytes} [Thu Sep 10 03:22:21 2026] GET /v2.0/ports/14166636-ae84-4db7-b007-12fbb0938080/tags => generated 37 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1685/3194] 10.0.0.146 () {32 vars in 735 bytes} [Thu Sep 10 03:22:21 2026] GET /v2.0/ports/14166636-ae84-4db7-b007-12fbb0938080/tags/red => generated 0 bytes in 112 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-09-10 03:22:21.336 8 INFO neutron.api.v2.resource [None req-9e1eeac9-f86f-4bf3-b4d6-fcbbf6567506 bc9cc1c09fb44667b1ea4d75d86ce84b 64abc2fabb214a9b8698ce0bf58046f6 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1510/3195] 10.0.0.146 () {32 vars in 739 bytes} [Thu Sep 10 03:22:21 2026] GET /v2.0/ports/14166636-ae84-4db7-b007-12fbb0938080/tags/green => generated 99 bytes in 72 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: 1686/3196] 10.0.0.146 () {32 vars in 738 bytes} [Thu Sep 10 03:22:21 2026] DELETE /v2.0/ports/14166636-ae84-4db7-b007-12fbb0938080/tags/red => generated 0 bytes in 105 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: 1511/3197] 10.0.0.146 () {32 vars in 727 bytes} [Thu Sep 10 03:22:21 2026] GET /v2.0/ports/14166636-ae84-4db7-b007-12fbb0938080/tags => generated 30 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, ' 2026-09-10 03:22:21.650 7 INFO neutron.api.v2.resource [None req-813440b7-e196-41b4-a9ab-908f48ebf472 bc9cc1c09fb44667b1ea4d75d86ce84b 64abc2fabb214a9b8698ce0bf58046f6 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1687/3198] 10.0.0.146 () {32 vars in 742 bytes} [Thu Sep 10 03:22:21 2026] DELETE /v2.0/ports/14166636-ae84-4db7-b007-12fbb0938080/tags/green => generated 99 bytes in 101 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: 1512/3199] 10.0.0.146 () {32 vars in 730 bytes} [Thu Sep 10 03:22:21 2026] DELETE /v2.0/ports/14166636-ae84-4db7-b007-12fbb0938080/tags => generated 0 bytes in 96 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: 1688/3200] 10.0.0.146 () {32 vars in 727 bytes} [Thu Sep 10 03:22:21 2026] GET /v2.0/ports/14166636-ae84-4db7-b007-12fbb0938080/tags => generated 12 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-09-10 03:22:21.976 8 INFO neutron_taas.services.taas.taas_plugin [None req-3cd236d1-3101-46ae-afe7-88fb6aac78eb bc9cc1c09fb44667b1ea4d75d86ce84b 64abc2fabb214a9b8698ce0bf58046f6 - - default default] TaaS: Handle Delete Port: 14166636-ae84-4db7-b007-12fbb0938080 2026-09-10 03:22:21.980 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3cd236d1-3101-46ae-afe7-88fb6aac78eb bc9cc1c09fb44667b1ea4d75d86ce84b 64abc2fabb214a9b8698ce0bf58046f6 - - default default] Tap Mirror: Handle Delete Port: 14166636-ae84-4db7-b007-12fbb0938080 [pid: 8|app: 0|req: 1513/3201] 10.0.0.146 () {32 vars in 720 bytes} [Thu Sep 10 03:22:21 2026] DELETE /v2.0/ports/14166636-ae84-4db7-b007-12fbb0938080 => generated 0 bytes in 224 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-09-10 03:22:22.207 7 INFO neutron.services.segments.plugin [-] Segment 5855d17f-ed29-4ac1-acf6-0bfdc4d35229 resource provider aggregate not found 2026-09-10 03:22:22.213 7 INFO neutron.services.segments.plugin [-] Segment 5855d17f-ed29-4ac1-acf6-0bfdc4d35229 resource provider aggregate not found [pid: 7|app: 0|req: 1689/3202] 10.0.0.146 () {32 vars in 726 bytes} [Thu Sep 10 03:22:22 2026] DELETE /v2.0/networks/132f04f0-a4b6-4ef7-8e58-48a7f821df06 => generated 0 bytes in 155 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-09-10 03:22:22.236 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 5855d17f-ed29-4ac1-acf6-0bfdc4d35229 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5855d17f-ed29-4ac1-acf6-0bfdc4d35229 found for delete ", "request_id": "req-9a2ad0e8-0e8a-48b8-9de3-2f2bb6a1f498"}]} 2026-09-10 03:22:22.237 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 5855d17f-ed29-4ac1-acf6-0bfdc4d35229 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5855d17f-ed29-4ac1-acf6-0bfdc4d35229 found for delete ", "request_id": "req-6ac02b15-f923-4d67-9d17-0de34a5d3319"}]} [pid: 8|app: 0|req: 1514/3203] 10.0.0.146 () {32 vars in 774 bytes} [Thu Sep 10 03:22:23 2026] GET /v2.0/security-groups?tenant_id=d572b9ff7cba40d2b0a677401bb46f6c&name=default => generated 2929 bytes in 319 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1690/3204] 10.0.0.146 () {32 vars in 740 bytes} [Thu Sep 10 03:22:23 2026] DELETE /v2.0/security-groups/ee98588e-10a2-47db-b60b-7c25e9ae9e63 => generated 0 bytes in 113 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1515/3205] 10.0.0.146 () {32 vars in 774 bytes} [Thu Sep 10 03:22:23 2026] GET /v2.0/security-groups?tenant_id=64abc2fabb214a9b8698ce0bf58046f6&name=default => generated 2929 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1691/3206] 10.0.0.146 () {32 vars in 740 bytes} [Thu Sep 10 03:22:23 2026] DELETE /v2.0/security-groups/d30a5360-570f-40f5-9e84-9be8204826c9 => generated 0 bytes in 157 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1693/3209] 10.0.0.146 () {34 vars in 678 bytes} [Thu Sep 10 03:22:27 2026] POST /v2.0/qos/policies => generated 359 bytes in 287 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1517/3210] 10.0.0.146 () {34 vars in 753 bytes} [Thu Sep 10 03:22:27 2026] PUT /v2.0/policies/7fe3bc27-19ac-4b99-8fec-58f301b318a2/tags => generated 25 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1694/3211] 10.0.0.146 () {32 vars in 733 bytes} [Thu Sep 10 03:22:27 2026] GET /v2.0/policies/7fe3bc27-19ac-4b99-8fec-58f301b318a2/tags => generated 25 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1518/3212] 10.0.0.146 () {34 vars in 764 bytes} [Thu Sep 10 03:22:27 2026] PUT /v2.0/policies/7fe3bc27-19ac-4b99-8fec-58f301b318a2/tags/green => generated 4 bytes in 63 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1695/3213] 10.0.0.146 () {32 vars in 733 bytes} [Thu Sep 10 03:22:27 2026] GET /v2.0/policies/7fe3bc27-19ac-4b99-8fec-58f301b318a2/tags => generated 34 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1519/3214] 10.0.0.146 () {34 vars in 760 bytes} [Thu Sep 10 03:22:27 2026] PUT /v2.0/policies/7fe3bc27-19ac-4b99-8fec-58f301b318a2/tags/red => generated 4 bytes in 31 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1696/3215] 10.0.0.146 () {32 vars in 733 bytes} [Thu Sep 10 03:22:27 2026] GET /v2.0/policies/7fe3bc27-19ac-4b99-8fec-58f301b318a2/tags => generated 34 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1520/3216] 10.0.0.146 () {34 vars in 782 bytes} [Thu Sep 10 03:22:27 2026] PUT /v2.0/policies/7fe3bc27-19ac-4b99-8fec-58f301b318a2/tags/black.or.white => generated 4 bytes in 72 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1697/3217] 10.0.0.146 () {32 vars in 733 bytes} [Thu Sep 10 03:22:28 2026] GET /v2.0/policies/7fe3bc27-19ac-4b99-8fec-58f301b318a2/tags => generated 52 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1521/3218] 10.0.0.146 () {34 vars in 753 bytes} [Thu Sep 10 03:22:28 2026] PUT /v2.0/policies/7fe3bc27-19ac-4b99-8fec-58f301b318a2/tags => generated 37 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1698/3219] 10.0.0.146 () {32 vars in 733 bytes} [Thu Sep 10 03:22:28 2026] GET /v2.0/policies/7fe3bc27-19ac-4b99-8fec-58f301b318a2/tags => generated 37 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1522/3220] 10.0.0.146 () {32 vars in 741 bytes} [Thu Sep 10 03:22:28 2026] GET /v2.0/policies/7fe3bc27-19ac-4b99-8fec-58f301b318a2/tags/red => generated 0 bytes in 48 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-09-10 03:22:28.354 7 INFO neutron.api.v2.resource [None req-58c23b9f-4a78-4e2a-b4c1-9a33d120215c b87af506ddca4fdd91da1c30d30ff9b0 b3d03cb2a4ef429db12a74eb0e4f7151 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1699/3221] 10.0.0.146 () {32 vars in 745 bytes} [Thu Sep 10 03:22:28 2026] GET /v2.0/policies/7fe3bc27-19ac-4b99-8fec-58f301b318a2/tags/green => generated 99 bytes in 49 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1523/3222] 10.0.0.146 () {32 vars in 744 bytes} [Thu Sep 10 03:22:28 2026] DELETE /v2.0/policies/7fe3bc27-19ac-4b99-8fec-58f301b318a2/tags/red => generated 0 bytes in 61 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1700/3223] 10.0.0.146 () {32 vars in 733 bytes} [Thu Sep 10 03:22:28 2026] GET /v2.0/policies/7fe3bc27-19ac-4b99-8fec-58f301b318a2/tags => generated 30 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-09-10 03:22:28.513 8 INFO neutron.api.v2.resource [None req-0b252c49-6a68-4526-8de7-40cbce568371 b87af506ddca4fdd91da1c30d30ff9b0 b3d03cb2a4ef429db12a74eb0e4f7151 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1524/3224] 10.0.0.146 () {32 vars in 748 bytes} [Thu Sep 10 03:22:28 2026] DELETE /v2.0/policies/7fe3bc27-19ac-4b99-8fec-58f301b318a2/tags/green => generated 99 bytes in 42 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1701/3225] 10.0.0.146 () {32 vars in 736 bytes} [Thu Sep 10 03:22:28 2026] DELETE /v2.0/policies/7fe3bc27-19ac-4b99-8fec-58f301b318a2/tags => 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: 1525/3226] 10.0.0.146 () {32 vars in 733 bytes} [Thu Sep 10 03:22:28 2026] GET /v2.0/policies/7fe3bc27-19ac-4b99-8fec-58f301b318a2/tags => generated 12 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1702/3227] 10.0.0.146 () {32 vars in 734 bytes} [Thu Sep 10 03:22:28 2026] DELETE /v2.0/qos/policies/7fe3bc27-19ac-4b99-8fec-58f301b318a2 => generated 0 bytes in 43 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1526/3228] 10.0.0.146 () {32 vars in 774 bytes} [Thu Sep 10 03:22:29 2026] GET /v2.0/security-groups?tenant_id=d14f0d80aefb471d8547fc8e1e6fbe59&name=default => generated 2929 bytes in 381 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1703/3229] 10.0.0.146 () {32 vars in 740 bytes} [Thu Sep 10 03:22:29 2026] DELETE /v2.0/security-groups/7918cb60-5ebc-47dd-8343-53f91687e178 => generated 0 bytes in 119 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1527/3230] 10.0.0.146 () {32 vars in 774 bytes} [Thu Sep 10 03:22:29 2026] GET /v2.0/security-groups?tenant_id=b3d03cb2a4ef429db12a74eb0e4f7151&name=default => generated 2929 bytes in 175 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1704/3231] 10.0.0.146 () {32 vars in 740 bytes} [Thu Sep 10 03:22:30 2026] DELETE /v2.0/security-groups/6681a182-f3bd-4f24-9c51-2f38a3613924 => generated 0 bytes in 139 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1528/3232] 10.0.0.146 () {34 vars in 676 bytes} [Thu Sep 10 03:22:33 2026] POST /v2.0/subnetpools => generated 516 bytes in 262 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1705/3233] 10.0.0.146 () {34 vars in 759 bytes} [Thu Sep 10 03:22:34 2026] PUT /v2.0/subnetpools/4571b60e-e233-4985-8937-614ed1d858ca/tags => generated 25 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1529/3234] 10.0.0.146 () {32 vars in 739 bytes} [Thu Sep 10 03:22:34 2026] GET /v2.0/subnetpools/4571b60e-e233-4985-8937-614ed1d858ca/tags => generated 25 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1706/3235] 10.0.0.146 () {34 vars in 770 bytes} [Thu Sep 10 03:22:34 2026] PUT /v2.0/subnetpools/4571b60e-e233-4985-8937-614ed1d858ca/tags/green => 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: 1530/3236] 10.0.0.146 () {32 vars in 739 bytes} [Thu Sep 10 03:22:34 2026] GET /v2.0/subnetpools/4571b60e-e233-4985-8937-614ed1d858ca/tags => generated 34 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1707/3237] 10.0.0.146 () {34 vars in 766 bytes} [Thu Sep 10 03:22:34 2026] PUT /v2.0/subnetpools/4571b60e-e233-4985-8937-614ed1d858ca/tags/red => generated 4 bytes in 53 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1531/3238] 10.0.0.146 () {32 vars in 739 bytes} [Thu Sep 10 03:22:34 2026] GET /v2.0/subnetpools/4571b60e-e233-4985-8937-614ed1d858ca/tags => generated 34 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1708/3239] 10.0.0.146 () {34 vars in 788 bytes} [Thu Sep 10 03:22:34 2026] PUT /v2.0/subnetpools/4571b60e-e233-4985-8937-614ed1d858ca/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: 1532/3240] 10.0.0.146 () {32 vars in 739 bytes} [Thu Sep 10 03:22:34 2026] GET /v2.0/subnetpools/4571b60e-e233-4985-8937-614ed1d858ca/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: 1709/3241] 10.0.0.146 () {34 vars in 759 bytes} [Thu Sep 10 03:22:34 2026] PUT /v2.0/subnetpools/4571b60e-e233-4985-8937-614ed1d858ca/tags => generated 37 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1533/3242] 10.0.0.146 () {32 vars in 739 bytes} [Thu Sep 10 03:22:34 2026] GET /v2.0/subnetpools/4571b60e-e233-4985-8937-614ed1d858ca/tags => generated 37 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1710/3243] 10.0.0.146 () {32 vars in 747 bytes} [Thu Sep 10 03:22:34 2026] GET /v2.0/subnetpools/4571b60e-e233-4985-8937-614ed1d858ca/tags/red => generated 0 bytes in 49 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-09-10 03:22:34.823 8 INFO neutron.api.v2.resource [None req-7d36ade4-45e4-43b0-9a4b-80b0875513a8 fe00ab4a44684ffc96b1a9a581641f8e 80ae43bbf9e84984ab9ae9ebdcdde531 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1534/3244] 10.0.0.146 () {32 vars in 751 bytes} [Thu Sep 10 03:22:34 2026] GET /v2.0/subnetpools/4571b60e-e233-4985-8937-614ed1d858ca/tags/green => generated 99 bytes in 40 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1711/3245] 10.0.0.146 () {32 vars in 750 bytes} [Thu Sep 10 03:22:34 2026] DELETE /v2.0/subnetpools/4571b60e-e233-4985-8937-614ed1d858ca/tags/red => generated 0 bytes in 56 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1535/3246] 10.0.0.146 () {32 vars in 739 bytes} [Thu Sep 10 03:22:34 2026] GET /v2.0/subnetpools/4571b60e-e233-4985-8937-614ed1d858ca/tags => generated 30 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-09-10 03:22:34.964 7 INFO neutron.api.v2.resource [None req-0c900f12-3c14-40ce-adb4-3b6e99f7aad4 fe00ab4a44684ffc96b1a9a581641f8e 80ae43bbf9e84984ab9ae9ebdcdde531 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1712/3247] 10.0.0.146 () {32 vars in 754 bytes} [Thu Sep 10 03:22:34 2026] DELETE /v2.0/subnetpools/4571b60e-e233-4985-8937-614ed1d858ca/tags/green => generated 99 bytes in 31 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1536/3248] 10.0.0.146 () {32 vars in 742 bytes} [Thu Sep 10 03:22:34 2026] DELETE /v2.0/subnetpools/4571b60e-e233-4985-8937-614ed1d858ca/tags => generated 0 bytes in 35 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1713/3249] 10.0.0.146 () {32 vars in 739 bytes} [Thu Sep 10 03:22:35 2026] GET /v2.0/subnetpools/4571b60e-e233-4985-8937-614ed1d858ca/tags => generated 12 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1537/3250] 10.0.0.146 () {32 vars in 732 bytes} [Thu Sep 10 03:22:35 2026] DELETE /v2.0/subnetpools/4571b60e-e233-4985-8937-614ed1d858ca => generated 0 bytes in 58 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1714/3251] 10.0.0.146 () {32 vars in 774 bytes} [Thu Sep 10 03:22:35 2026] GET /v2.0/security-groups?tenant_id=7781660af58d495ea8ffe16d1c0deecb&name=default => generated 2929 bytes in 220 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1538/3252] 10.0.0.146 () {32 vars in 740 bytes} [Thu Sep 10 03:22:36 2026] DELETE /v2.0/security-groups/1c29d8b3-7331-419a-af04-260be8ec5ff0 => generated 0 bytes in 89 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1715/3253] 10.0.0.146 () {32 vars in 774 bytes} [Thu Sep 10 03:22:36 2026] GET /v2.0/security-groups?tenant_id=80ae43bbf9e84984ab9ae9ebdcdde531&name=default => generated 2929 bytes in 141 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1539/3254] 10.0.0.146 () {32 vars in 740 bytes} [Thu Sep 10 03:22:36 2026] DELETE /v2.0/security-groups/18da2fa0-011e-4a10-a937-a062ca2967fe => generated 0 bytes in 147 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-09-10 03:22:40.502 7 INFO neutron.db.segments_db [None req-28528d09-ec93-49ad-ae50-3e301c33d623 d466bc2404514ea1a0a66e758a4ad69a 1ff5317497ce4a1d942adb7468eddce0 - - default default] Added segment e9a5a036-262a-4411-8e18-52a1272bb3e8 of type vxlan for network 24f6a277-dcc1-41ef-b20e-c455c3605ba6 [pid: 7|app: 0|req: 1716/3257] 10.0.0.146 () {34 vars in 670 bytes} [Thu Sep 10 03:22:40 2026] POST /v2.0/networks => generated 632 bytes in 475 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1542/3258] 10.0.0.146 () {34 vars in 669 bytes} [Thu Sep 10 03:22:40 2026] POST /v2.0/subnets => generated 626 bytes in 350 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1717/3259] 10.0.0.146 () {34 vars in 751 bytes} [Thu Sep 10 03:22:40 2026] PUT /v2.0/subnets/68e43d5a-85aa-4377-a542-9fafcf12a892/tags => generated 25 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1543/3260] 10.0.0.146 () {32 vars in 731 bytes} [Thu Sep 10 03:22:41 2026] GET /v2.0/subnets/68e43d5a-85aa-4377-a542-9fafcf12a892/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: 1718/3261] 10.0.0.146 () {34 vars in 762 bytes} [Thu Sep 10 03:22:41 2026] PUT /v2.0/subnets/68e43d5a-85aa-4377-a542-9fafcf12a892/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: 1544/3262] 10.0.0.146 () {32 vars in 731 bytes} [Thu Sep 10 03:22:41 2026] GET /v2.0/subnets/68e43d5a-85aa-4377-a542-9fafcf12a892/tags => generated 34 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1719/3263] 10.0.0.146 () {34 vars in 758 bytes} [Thu Sep 10 03:22:41 2026] PUT /v2.0/subnets/68e43d5a-85aa-4377-a542-9fafcf12a892/tags/red => 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: 1545/3264] 10.0.0.146 () {32 vars in 731 bytes} [Thu Sep 10 03:22:41 2026] GET /v2.0/subnets/68e43d5a-85aa-4377-a542-9fafcf12a892/tags => generated 34 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1720/3265] 10.0.0.146 () {34 vars in 780 bytes} [Thu Sep 10 03:22:41 2026] PUT /v2.0/subnets/68e43d5a-85aa-4377-a542-9fafcf12a892/tags/black.or.white => generated 4 bytes in 119 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1546/3266] 10.0.0.146 () {32 vars in 731 bytes} [Thu Sep 10 03:22:41 2026] GET /v2.0/subnets/68e43d5a-85aa-4377-a542-9fafcf12a892/tags => generated 52 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1721/3267] 10.0.0.146 () {34 vars in 751 bytes} [Thu Sep 10 03:22:41 2026] PUT /v2.0/subnets/68e43d5a-85aa-4377-a542-9fafcf12a892/tags => generated 37 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1547/3268] 10.0.0.146 () {32 vars in 731 bytes} [Thu Sep 10 03:22:41 2026] GET /v2.0/subnets/68e43d5a-85aa-4377-a542-9fafcf12a892/tags => generated 37 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1722/3269] 10.0.0.146 () {32 vars in 739 bytes} [Thu Sep 10 03:22:41 2026] GET /v2.0/subnets/68e43d5a-85aa-4377-a542-9fafcf12a892/tags/red => generated 0 bytes in 42 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-09-10 03:22:41.776 8 INFO neutron.api.v2.resource [None req-3c49f510-1d51-4a33-8584-6927a53a1ccc d466bc2404514ea1a0a66e758a4ad69a 1ff5317497ce4a1d942adb7468eddce0 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1548/3270] 10.0.0.146 () {32 vars in 743 bytes} [Thu Sep 10 03:22:41 2026] GET /v2.0/subnets/68e43d5a-85aa-4377-a542-9fafcf12a892/tags/green => generated 99 bytes in 52 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1723/3271] 10.0.0.146 () {32 vars in 742 bytes} [Thu Sep 10 03:22:41 2026] DELETE /v2.0/subnets/68e43d5a-85aa-4377-a542-9fafcf12a892/tags/red => generated 0 bytes in 60 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1549/3272] 10.0.0.146 () {32 vars in 731 bytes} [Thu Sep 10 03:22:41 2026] GET /v2.0/subnets/68e43d5a-85aa-4377-a542-9fafcf12a892/tags => generated 30 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-09-10 03:22:41.959 7 INFO neutron.api.v2.resource [None req-99d89493-b111-4420-85e1-27642e104644 d466bc2404514ea1a0a66e758a4ad69a 1ff5317497ce4a1d942adb7468eddce0 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1724/3273] 10.0.0.146 () {32 vars in 746 bytes} [Thu Sep 10 03:22:41 2026] DELETE /v2.0/subnets/68e43d5a-85aa-4377-a542-9fafcf12a892/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: 1550/3274] 10.0.0.146 () {32 vars in 734 bytes} [Thu Sep 10 03:22:41 2026] DELETE /v2.0/subnets/68e43d5a-85aa-4377-a542-9fafcf12a892/tags => generated 0 bytes in 89 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1725/3275] 10.0.0.146 () {32 vars in 731 bytes} [Thu Sep 10 03:22:42 2026] GET /v2.0/subnets/68e43d5a-85aa-4377-a542-9fafcf12a892/tags => generated 12 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1551/3276] 10.0.0.146 () {32 vars in 724 bytes} [Thu Sep 10 03:22:42 2026] DELETE /v2.0/subnets/68e43d5a-85aa-4377-a542-9fafcf12a892 => generated 0 bytes in 140 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-09-10 03:22:42.374 7 INFO neutron_taas.services.taas.taas_plugin [None req-dd375307-40e9-41cc-8460-a004c3c1930d d466bc2404514ea1a0a66e758a4ad69a 1ff5317497ce4a1d942adb7468eddce0 - - default default] TaaS: Handle Delete Port: 38e4a8ff-eaba-4c7b-b28d-b1941a7bbaab 2026-09-10 03:22:42.377 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-dd375307-40e9-41cc-8460-a004c3c1930d d466bc2404514ea1a0a66e758a4ad69a 1ff5317497ce4a1d942adb7468eddce0 - - default default] Tap Mirror: Handle Delete Port: 38e4a8ff-eaba-4c7b-b28d-b1941a7bbaab 2026-09-10 03:22:42.579 7 INFO neutron.services.segments.plugin [-] Segment e9a5a036-262a-4411-8e18-52a1272bb3e8 resource provider aggregate not found 2026-09-10 03:22:42.590 7 INFO neutron.services.segments.plugin [-] Segment e9a5a036-262a-4411-8e18-52a1272bb3e8 resource provider aggregate not found [pid: 7|app: 0|req: 1726/3277] 10.0.0.146 () {32 vars in 726 bytes} [Thu Sep 10 03:22:42 2026] DELETE /v2.0/networks/24f6a277-dcc1-41ef-b20e-c455c3605ba6 => generated 0 bytes in 341 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-09-10 03:22:42.613 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment e9a5a036-262a-4411-8e18-52a1272bb3e8 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e9a5a036-262a-4411-8e18-52a1272bb3e8 found for delete ", "request_id": "req-82b6a924-3f0b-45ff-9e05-5a307fe42185"}]} 2026-09-10 03:22:42.615 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment e9a5a036-262a-4411-8e18-52a1272bb3e8 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e9a5a036-262a-4411-8e18-52a1272bb3e8 found for delete ", "request_id": "req-9214f6c3-5e6a-4b52-8f43-383281acf8f8"}]} [pid: 8|app: 0|req: 1552/3278] 10.0.0.146 () {32 vars in 774 bytes} [Thu Sep 10 03:22:43 2026] GET /v2.0/security-groups?tenant_id=1ff5317497ce4a1d942adb7468eddce0&name=default => generated 2929 bytes in 149 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1727/3279] 10.0.0.146 () {32 vars in 740 bytes} [Thu Sep 10 03:22:43 2026] DELETE /v2.0/security-groups/9d08d484-ad02-4b4c-b9a8-7d5948d5437e => generated 0 bytes in 183 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1553/3280] 10.0.0.146 () {32 vars in 774 bytes} [Thu Sep 10 03:22:43 2026] GET /v2.0/security-groups?tenant_id=cd869891f4f64142966c32fce1bb7979&name=default => generated 2929 bytes in 190 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1728/3281] 10.0.0.146 () {32 vars in 740 bytes} [Thu Sep 10 03:22:43 2026] DELETE /v2.0/security-groups/e18852ac-2114-48a5-9e30-72fdaa6cadda => generated 0 bytes in 119 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1554/3282] 10.0.0.146 () {32 vars in 649 bytes} [Thu Sep 10 03:22:46 2026] GET /v2.0/networks => generated 2168 bytes in 195 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1729/3283] 10.0.0.146 () {32 vars in 655 bytes} [Thu Sep 10 03:22:48 2026] GET /v2.0/floatingips => generated 19 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1555/3284] 10.0.0.146 () {32 vars in 647 bytes} [Thu Sep 10 03:22:48 2026] GET /v2.0/routers => generated 15 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1730/3285] 10.0.0.146 () {32 vars in 643 bytes} [Thu Sep 10 03:22:48 2026] GET /v2.0/ports => generated 4721 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1556/3286] 10.0.0.146 () {32 vars in 647 bytes} [Thu Sep 10 03:22:48 2026] GET /v2.0/subnets => generated 1308 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1731/3287] 10.0.0.146 () {32 vars in 649 bytes} [Thu Sep 10 03:22:48 2026] GET /v2.0/networks => generated 2168 bytes in 95 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1557/3288] 10.0.0.146 () {32 vars in 663 bytes} [Thu Sep 10 03:22:48 2026] GET /v2.0/security-groups => generated 17397 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1732/3289] 10.0.0.146 () {32 vars in 655 bytes} [Thu Sep 10 03:22:48 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)