+ COMMAND=start + start + confs='--config-file /etc/neutron/neutron.conf' + confs+=' --config-file /etc/neutron/neutron_vpnaas.conf' + confs+=' --config-file /etc/neutron/taas_plugin.ini' + confs+=' --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' + exec uwsgi --ini /etc/neutron/neutron-api-uwsgi.ini --pyargv ' --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/neutron_vpnaas.conf --config-file /etc/neutron/taas_plugin.ini --config-file /etc/neutron/plugins/ml2/ml2_conf.ini ' [uWSGI] getting INI configuration from /etc/neutron/neutron-api-uwsgi.ini *** Starting uWSGI 2.0.31 (64bit) on [Tue Jun 16 01:41:55 2026] *** compiled with version: 13.3.0 on 27 November 2025 23:02:21 os: Linux-5.15.0-181-generic #191-Ubuntu SMP Fri May 22 19:09:02 UTC 2026 nodename: neutron-server-5b5d4dc4d9-nzzhj 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, Nov 6 2025, 13:44:16) [GCC 13.3.0] Python main interpreter initialized at 0x7fe956529668 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)... 2026-06-16 01:41:59.899 7 INFO neutron.common.config [-] Logging enabled! 2026-06-16 01:41:59.900 7 INFO neutron.common.config [-] uwsgi version 27.0.0 2026-06-16 01:41:59.908 8 INFO neutron.common.config [-] Logging enabled! 2026-06-16 01:41:59.908 8 INFO neutron.common.config [-] uwsgi version 27.0.0 2026-06-16 01:42:00.933 7 INFO neutron.manager [-] Loading core plugin: ml2 2026-06-16 01:42:00.987 8 INFO neutron.manager [-] Loading core plugin: ml2 2026-06-16 01:42:02.516 7 INFO neutron.plugins.ml2.managers [-] Configured type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-06-16 01:42:02.519 7 INFO neutron.plugins.ml2.drivers.type_flat [-] Arbitrary flat physical_network names allowed 2026-06-16 01:42:02.524 7 INFO neutron.plugins.ml2.drivers.type_vlan [-] Network VLAN ranges: OrderedDict({'external': [(1, 4094)]}) 2026-06-16 01:42:02.525 7 INFO neutron.plugins.ml2.managers [-] Loaded type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-06-16 01:42:02.525 7 INFO neutron.plugins.ml2.managers [-] Registered types: dict_keys(['flat', 'gre', 'vlan', 'vxlan']) 2026-06-16 01:42:02.525 7 INFO neutron.plugins.ml2.managers [-] Tenant network_types: ['vxlan'] 2026-06-16 01:42:02.525 7 INFO neutron.plugins.ml2.managers [-] Configured extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-06-16 01:42:02.534 7 INFO neutron.plugins.ml2.managers [-] Loaded extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-06-16 01:42:02.534 7 INFO neutron.plugins.ml2.managers [-] Registered extension drivers: ['dns_domain_ports', 'port_security', 'qos'] 2026-06-16 01:42:02.534 7 INFO neutron.plugins.ml2.managers [-] Configured mechanism driver names: ['openvswitch', 'l2population'] 2026-06-16 01:42:02.567 7 INFO neutron.plugins.ml2.drivers.mech_agent [-] Open vSwitch agent's supported_vnic_types: ['normal', 'direct', 'smart-nic', 'vdpa'] 2026-06-16 01:42:02.569 7 INFO neutron.plugins.ml2.managers [-] Loaded mechanism driver names: ['openvswitch', 'l2population'] 2026-06-16 01:42:02.569 7 INFO neutron.plugins.ml2.managers [-] Registered mechanism drivers: ['openvswitch', 'l2population'] 2026-06-16 01:42:02.588 8 INFO neutron.plugins.ml2.managers [-] Configured type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-06-16 01:42:02.591 8 INFO neutron.plugins.ml2.drivers.type_flat [-] Arbitrary flat physical_network names allowed 2026-06-16 01:42:02.594 8 INFO neutron.plugins.ml2.drivers.type_vlan [-] Network VLAN ranges: OrderedDict({'external': [(1, 4094)]}) 2026-06-16 01:42:02.595 8 INFO neutron.plugins.ml2.managers [-] Loaded type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-06-16 01:42:02.596 8 INFO neutron.plugins.ml2.managers [-] Registered types: dict_keys(['flat', 'gre', 'vlan', 'vxlan']) 2026-06-16 01:42:02.596 8 INFO neutron.plugins.ml2.managers [-] Tenant network_types: ['vxlan'] 2026-06-16 01:42:02.596 8 INFO neutron.plugins.ml2.managers [-] Configured extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-06-16 01:42:02.604 8 INFO neutron.plugins.ml2.managers [-] Loaded extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-06-16 01:42:02.604 8 INFO neutron.plugins.ml2.managers [-] Registered extension drivers: ['dns_domain_ports', 'port_security', 'qos'] 2026-06-16 01:42:02.604 8 INFO neutron.plugins.ml2.managers [-] Configured mechanism driver names: ['openvswitch', 'l2population'] 2026-06-16 01:42:02.607 7 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'flat' 2026-06-16 01:42:02.607 7 INFO neutron.plugins.ml2.drivers.type_flat [-] ML2 FlatTypeDriver initialization complete 2026-06-16 01:42:02.607 7 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'gre' 2026-06-16 01:42:02.607 7 INFO neutron.plugins.ml2.drivers.type_tunnel [-] gre ID ranges: [(1, 1000)] 2026-06-16 01:42:02.629 8 INFO neutron.plugins.ml2.drivers.mech_agent [-] Open vSwitch agent's supported_vnic_types: ['normal', 'direct', 'smart-nic', 'vdpa'] 2026-06-16 01:42:02.630 8 INFO neutron.plugins.ml2.managers [-] Loaded mechanism driver names: ['openvswitch', 'l2population'] 2026-06-16 01:42:02.630 8 INFO neutron.plugins.ml2.managers [-] Registered mechanism drivers: ['openvswitch', 'l2population'] 2026-06-16 01:42:02.662 8 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'flat' 2026-06-16 01:42:02.662 8 INFO neutron.plugins.ml2.drivers.type_flat [-] ML2 FlatTypeDriver initialization complete 2026-06-16 01:42:02.662 8 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'gre' 2026-06-16 01:42:02.663 8 INFO neutron.plugins.ml2.drivers.type_tunnel [-] gre ID ranges: [(1, 1000)] 2026-06-16 01:42:02.916 7 INFO neutron.plugins.ml2.managers [None req-67cbcd06-1588-45f8-9c23-08def33c09b1 - - - - - -] Initializing driver for type 'vlan' 2026-06-16 01:42:02.960 8 INFO neutron.plugins.ml2.managers [None req-dd3b369c-f31d-4396-b54d-22f9d0a22179 - - - - - -] Initializing driver for type 'vlan' 2026-06-16 01:42:03.199 7 INFO neutron.plugins.ml2.drivers.type_vlan [None req-67cbcd06-1588-45f8-9c23-08def33c09b1 - - - - - -] VlanTypeDriver initialization complete 2026-06-16 01:42:03.199 7 INFO neutron.plugins.ml2.managers [None req-67cbcd06-1588-45f8-9c23-08def33c09b1 - - - - - -] Initializing driver for type 'vxlan' 2026-06-16 01:42:03.199 7 INFO neutron.plugins.ml2.drivers.type_tunnel [None req-67cbcd06-1588-45f8-9c23-08def33c09b1 - - - - - -] vxlan ID ranges: [(1, 1000)] 2026-06-16 01:42:03.216 7 INFO neutron.plugins.ml2.managers [None req-67cbcd06-1588-45f8-9c23-08def33c09b1 - - - - - -] Initializing extension driver 'dns_domain_ports' 2026-06-16 01:42:03.216 7 INFO neutron.plugins.ml2.extensions.dns_integration [None req-67cbcd06-1588-45f8-9c23-08def33c09b1 - - - - - -] DNSDomainPortsExtensionDriver initialization complete 2026-06-16 01:42:03.216 7 INFO neutron.plugins.ml2.managers [None req-67cbcd06-1588-45f8-9c23-08def33c09b1 - - - - - -] Initializing extension driver 'port_security' 2026-06-16 01:42:03.216 7 INFO neutron.plugins.ml2.extensions.port_security [None req-67cbcd06-1588-45f8-9c23-08def33c09b1 - - - - - -] PortSecurityExtensionDriver initialization complete 2026-06-16 01:42:03.216 7 INFO neutron.plugins.ml2.managers [None req-67cbcd06-1588-45f8-9c23-08def33c09b1 - - - - - -] Initializing extension driver 'qos' 2026-06-16 01:42:03.216 7 INFO neutron.plugins.ml2.managers [None req-67cbcd06-1588-45f8-9c23-08def33c09b1 - - - - - -] Initializing mechanism driver 'openvswitch' 2026-06-16 01:42:03.217 7 INFO neutron.plugins.ml2.managers [None req-67cbcd06-1588-45f8-9c23-08def33c09b1 - - - - - -] Initializing mechanism driver 'l2population' 2026-06-16 01:42:03.231 7 INFO neutron.quota [None req-6a11d979-6ed4-4472-bb52-d8946115f8cc - - - - - -] Loaded quota_driver: . 2026-06-16 01:42:03.232 7 INFO neutron.plugins.ml2.plugin [None req-6a11d979-6ed4-4472-bb52-d8946115f8cc - - - - - -] Modular L2 Plugin initialization complete 2026-06-16 01:42:03.232 7 INFO neutron.plugins.ml2.managers [None req-6a11d979-6ed4-4472-bb52-d8946115f8cc - - - - - -] Got dns-integration extension from driver 'dns_domain_ports' 2026-06-16 01:42:03.232 7 INFO neutron.plugins.ml2.managers [None req-6a11d979-6ed4-4472-bb52-d8946115f8cc - - - - - -] Got dns-domain-ports extension from driver 'dns_domain_ports' 2026-06-16 01:42:03.232 7 INFO neutron.plugins.ml2.managers [None req-6a11d979-6ed4-4472-bb52-d8946115f8cc - - - - - -] Got port-security extension from driver 'port_security' 2026-06-16 01:42:03.232 7 INFO neutron.manager [None req-6a11d979-6ed4-4472-bb52-d8946115f8cc - - - - - -] Loading Plugin: qos 2026-06-16 01:42:03.244 8 INFO neutron.plugins.ml2.drivers.type_vlan [None req-dd3b369c-f31d-4396-b54d-22f9d0a22179 - - - - - -] VlanTypeDriver initialization complete 2026-06-16 01:42:03.244 8 INFO neutron.plugins.ml2.managers [None req-dd3b369c-f31d-4396-b54d-22f9d0a22179 - - - - - -] Initializing driver for type 'vxlan' 2026-06-16 01:42:03.244 8 INFO neutron.plugins.ml2.drivers.type_tunnel [None req-dd3b369c-f31d-4396-b54d-22f9d0a22179 - - - - - -] vxlan ID ranges: [(1, 1000)] 2026-06-16 01:42:03.245 7 INFO neutron.manager [None req-6a11d979-6ed4-4472-bb52-d8946115f8cc - - - - - -] Loading Plugin: router 2026-06-16 01:42:03.258 8 INFO neutron.plugins.ml2.managers [None req-dd3b369c-f31d-4396-b54d-22f9d0a22179 - - - - - -] Initializing extension driver 'dns_domain_ports' 2026-06-16 01:42:03.258 8 INFO neutron.plugins.ml2.extensions.dns_integration [None req-dd3b369c-f31d-4396-b54d-22f9d0a22179 - - - - - -] DNSDomainPortsExtensionDriver initialization complete 2026-06-16 01:42:03.259 8 INFO neutron.plugins.ml2.managers [None req-dd3b369c-f31d-4396-b54d-22f9d0a22179 - - - - - -] Initializing extension driver 'port_security' 2026-06-16 01:42:03.259 8 INFO neutron.plugins.ml2.extensions.port_security [None req-dd3b369c-f31d-4396-b54d-22f9d0a22179 - - - - - -] PortSecurityExtensionDriver initialization complete 2026-06-16 01:42:03.259 8 INFO neutron.plugins.ml2.managers [None req-dd3b369c-f31d-4396-b54d-22f9d0a22179 - - - - - -] Initializing extension driver 'qos' 2026-06-16 01:42:03.259 8 INFO neutron.plugins.ml2.managers [None req-dd3b369c-f31d-4396-b54d-22f9d0a22179 - - - - - -] Initializing mechanism driver 'openvswitch' 2026-06-16 01:42:03.259 8 INFO neutron.plugins.ml2.managers [None req-dd3b369c-f31d-4396-b54d-22f9d0a22179 - - - - - -] Initializing mechanism driver 'l2population' 2026-06-16 01:42:03.273 8 INFO neutron.quota [None req-f69f701a-cf86-413c-88a8-a0d8ed0a5c3f - - - - - -] Loaded quota_driver: . 2026-06-16 01:42:03.274 8 INFO neutron.plugins.ml2.plugin [None req-f69f701a-cf86-413c-88a8-a0d8ed0a5c3f - - - - - -] Modular L2 Plugin initialization complete 2026-06-16 01:42:03.274 8 INFO neutron.plugins.ml2.managers [None req-f69f701a-cf86-413c-88a8-a0d8ed0a5c3f - - - - - -] Got dns-integration extension from driver 'dns_domain_ports' 2026-06-16 01:42:03.274 8 INFO neutron.plugins.ml2.managers [None req-f69f701a-cf86-413c-88a8-a0d8ed0a5c3f - - - - - -] Got dns-domain-ports extension from driver 'dns_domain_ports' 2026-06-16 01:42:03.274 8 INFO neutron.plugins.ml2.managers [None req-f69f701a-cf86-413c-88a8-a0d8ed0a5c3f - - - - - -] Got port-security extension from driver 'port_security' 2026-06-16 01:42:03.275 8 INFO neutron.manager [None req-f69f701a-cf86-413c-88a8-a0d8ed0a5c3f - - - - - -] Loading Plugin: qos 2026-06-16 01:42:03.287 8 INFO neutron.manager [None req-f69f701a-cf86-413c-88a8-a0d8ed0a5c3f - - - - - -] Loading Plugin: router 2026-06-16 01:42:03.290 7 INFO neutron.services.service_base [None req-6a11d979-6ed4-4472-bb52-d8946115f8cc - - - - - -] Default provider is not specified for service type L3_ROUTER_NAT 2026-06-16 01:42:03.291 7 INFO neutron.manager [None req-6a11d979-6ed4-4472-bb52-d8946115f8cc - - - - - -] Loading Plugin: segments 2026-06-16 01:42:03.334 8 INFO neutron.services.service_base [None req-f69f701a-cf86-413c-88a8-a0d8ed0a5c3f - - - - - -] Default provider is not specified for service type L3_ROUTER_NAT 2026-06-16 01:42:03.334 8 INFO neutron.manager [None req-f69f701a-cf86-413c-88a8-a0d8ed0a5c3f - - - - - -] Loading Plugin: segments 2026-06-16 01:42:03.394 7 INFO neutron.manager [None req-6a11d979-6ed4-4472-bb52-d8946115f8cc - - - - - -] Loading Plugin: trunk 2026-06-16 01:42:03.409 7 INFO neutron.manager [None req-6a11d979-6ed4-4472-bb52-d8946115f8cc - - - - - -] Loading Plugin: vpnaas 2026-06-16 01:42:03.436 8 INFO neutron.manager [None req-f69f701a-cf86-413c-88a8-a0d8ed0a5c3f - - - - - -] Loading Plugin: trunk 2026-06-16 01:42:03.449 7 WARNING stevedore.named [None req-6a11d979-6ed4-4472-bb52-d8946115f8cc - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-06-16 01:42:03.450 8 INFO neutron.manager [None req-f69f701a-cf86-413c-88a8-a0d8ed0a5c3f - - - - - -] Loading Plugin: vpnaas 2026-06-16 01:42:03.488 8 WARNING stevedore.named [None req-f69f701a-cf86-413c-88a8-a0d8ed0a5c3f - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-06-16 01:42:03.527 7 INFO neutron_vpnaas.services.vpn.plugin [None req-6a11d979-6ed4-4472-bb52-d8946115f8cc - - - - - -] VPN plugin using service drivers: dict_keys(['strongswan']), default: strongswan 2026-06-16 01:42:03.527 7 INFO neutron.common.utils [None req-6a11d979-6ed4-4472-bb52-d8946115f8cc - - - - - -] Disable filter validation extension by service plugin VPNDriverPlugin. 2026-06-16 01:42:03.527 7 INFO neutron.manager [None req-6a11d979-6ed4-4472-bb52-d8946115f8cc - - - - - -] Loading Plugin: taas 2026-06-16 01:42:03.551 7 WARNING stevedore.named [None req-6a11d979-6ed4-4472-bb52-d8946115f8cc - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-06-16 01:42:03.551 7 WARNING stevedore.named [None req-6a11d979-6ed4-4472-bb52-d8946115f8cc - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-06-16 01:42:03.564 8 INFO neutron_vpnaas.services.vpn.plugin [None req-f69f701a-cf86-413c-88a8-a0d8ed0a5c3f - - - - - -] VPN plugin using service drivers: dict_keys(['strongswan']), default: strongswan 2026-06-16 01:42:03.565 8 INFO neutron.common.utils [None req-f69f701a-cf86-413c-88a8-a0d8ed0a5c3f - - - - - -] Disable filter validation extension by service plugin VPNDriverPlugin. 2026-06-16 01:42:03.565 8 INFO neutron.manager [None req-f69f701a-cf86-413c-88a8-a0d8ed0a5c3f - - - - - -] Loading Plugin: taas 2026-06-16 01:42:03.576 7 INFO neutron_taas.services.taas.taas_plugin [None req-6a11d979-6ed4-4472-bb52-d8946115f8cc - - - - - -] TAAS Plugin initialized using service drivers: dict_keys(['taas']), default: taas 2026-06-16 01:42:03.576 7 INFO neutron.manager [None req-6a11d979-6ed4-4472-bb52-d8946115f8cc - - - - - -] Loading Plugin: tapmirror 2026-06-16 01:42:03.586 7 WARNING stevedore.named [None req-6a11d979-6ed4-4472-bb52-d8946115f8cc - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-06-16 01:42:03.586 7 WARNING stevedore.named [None req-6a11d979-6ed4-4472-bb52-d8946115f8cc - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-06-16 01:42:03.590 8 WARNING stevedore.named [None req-f69f701a-cf86-413c-88a8-a0d8ed0a5c3f - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-06-16 01:42:03.591 8 WARNING stevedore.named [None req-f69f701a-cf86-413c-88a8-a0d8ed0a5c3f - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-06-16 01:42:03.603 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6a11d979-6ed4-4472-bb52-d8946115f8cc - - - - - -] Tap Mirror plugin using service drivers: dict_keys(['taas']), default: taas 2026-06-16 01:42:03.603 7 INFO neutron.manager [None req-6a11d979-6ed4-4472-bb52-d8946115f8cc - - - - - -] Loading Plugin: auto_allocate 2026-06-16 01:42:03.609 7 INFO neutron.manager [None req-6a11d979-6ed4-4472-bb52-d8946115f8cc - - - - - -] Loading Plugin: tag 2026-06-16 01:42:03.615 8 INFO neutron_taas.services.taas.taas_plugin [None req-f69f701a-cf86-413c-88a8-a0d8ed0a5c3f - - - - - -] TAAS Plugin initialized using service drivers: dict_keys(['taas']), default: taas 2026-06-16 01:42:03.615 8 INFO neutron.manager [None req-f69f701a-cf86-413c-88a8-a0d8ed0a5c3f - - - - - -] Loading Plugin: tapmirror 2026-06-16 01:42:03.619 7 INFO neutron.manager [None req-6a11d979-6ed4-4472-bb52-d8946115f8cc - - - - - -] Loading Plugin: timestamp 2026-06-16 01:42:03.621 7 INFO neutron.manager [None req-6a11d979-6ed4-4472-bb52-d8946115f8cc - - - - - -] Loading Plugin: network_ip_availability 2026-06-16 01:42:03.627 7 INFO neutron.manager [None req-6a11d979-6ed4-4472-bb52-d8946115f8cc - - - - - -] Loading Plugin: flavors 2026-06-16 01:42:03.630 8 WARNING stevedore.named [None req-f69f701a-cf86-413c-88a8-a0d8ed0a5c3f - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-06-16 01:42:03.630 8 WARNING stevedore.named [None req-f69f701a-cf86-413c-88a8-a0d8ed0a5c3f - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-06-16 01:42:03.632 7 INFO neutron.manager [None req-6a11d979-6ed4-4472-bb52-d8946115f8cc - - - - - -] Loading Plugin: revisions 2026-06-16 01:42:03.635 7 INFO neutron.api.extensions [None req-6a11d979-6ed4-4472-bb52-d8946115f8cc - - - - - -] Initializing extension manager. 2026-06-16 01:42:03.637 7 INFO neutron.api.extensions [None req-6a11d979-6ed4-4472-bb52-d8946115f8cc - - - - - -] Loaded extension: address-group 2026-06-16 01:42:03.638 7 INFO neutron.api.extensions [None req-6a11d979-6ed4-4472-bb52-d8946115f8cc - - - - - -] Loaded extension: address-scope 2026-06-16 01:42:03.638 7 INFO neutron.api.extensions [None req-6a11d979-6ed4-4472-bb52-d8946115f8cc - - - - - -] Loaded extension: router-admin-state-down-before-update 2026-06-16 01:42:03.639 7 INFO neutron.api.extensions [None req-6a11d979-6ed4-4472-bb52-d8946115f8cc - - - - - -] Loaded extension: agent 2026-06-16 01:42:03.640 7 INFO neutron.api.extensions [None req-6a11d979-6ed4-4472-bb52-d8946115f8cc - - - - - -] Loaded extension: agent-resources-synced 2026-06-16 01:42:03.641 7 INFO neutron.api.extensions [None req-6a11d979-6ed4-4472-bb52-d8946115f8cc - - - - - -] Loaded extension: allowed-address-pairs 2026-06-16 01:42:03.642 7 INFO neutron.api.extensions [None req-6a11d979-6ed4-4472-bb52-d8946115f8cc - - - - - -] Loaded extension: auto-allocated-topology 2026-06-16 01:42:03.643 7 INFO neutron.api.extensions [None req-6a11d979-6ed4-4472-bb52-d8946115f8cc - - - - - -] Loaded extension: availability_zone 2026-06-16 01:42:03.643 7 INFO neutron.api.extensions [None req-6a11d979-6ed4-4472-bb52-d8946115f8cc - - - - - -] Loaded extension: availability_zone_filter 2026-06-16 01:42:03.644 7 INFO neutron.api.extensions [None req-6a11d979-6ed4-4472-bb52-d8946115f8cc - - - - - -] Extension data-plane-status not supported by any of loaded plugins 2026-06-16 01:42:03.645 7 INFO neutron.api.extensions [None req-6a11d979-6ed4-4472-bb52-d8946115f8cc - - - - - -] Loaded extension: default-subnetpools 2026-06-16 01:42:03.646 7 INFO neutron.api.extensions [None req-6a11d979-6ed4-4472-bb52-d8946115f8cc - - - - - -] Loaded extension: dhcp_agent_scheduler 2026-06-16 01:42:03.647 7 INFO neutron.api.extensions [None req-6a11d979-6ed4-4472-bb52-d8946115f8cc - - - - - -] Loaded extension: dns-integration 2026-06-16 01:42:03.647 7 INFO neutron.api.extensions [None req-6a11d979-6ed4-4472-bb52-d8946115f8cc - - - - - -] Loaded extension: dns-domain-ports 2026-06-16 01:42:03.647 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f69f701a-cf86-413c-88a8-a0d8ed0a5c3f - - - - - -] Tap Mirror plugin using service drivers: dict_keys(['taas']), default: taas 2026-06-16 01:42:03.648 7 INFO neutron.api.extensions [None req-6a11d979-6ed4-4472-bb52-d8946115f8cc - - - - - -] Extension dns-integration-domain-keywords not supported by any of loaded plugins 2026-06-16 01:42:03.648 8 INFO neutron.manager [None req-f69f701a-cf86-413c-88a8-a0d8ed0a5c3f - - - - - -] Loading Plugin: auto_allocate 2026-06-16 01:42:03.649 7 INFO neutron.api.extensions [None req-6a11d979-6ed4-4472-bb52-d8946115f8cc - - - - - -] Loaded extension: dvr 2026-06-16 01:42:03.650 7 INFO neutron.api.extensions [None req-6a11d979-6ed4-4472-bb52-d8946115f8cc - - - - - -] Extension ecmp_routes not supported by any of loaded plugins 2026-06-16 01:42:03.650 7 INFO neutron.api.extensions [None req-6a11d979-6ed4-4472-bb52-d8946115f8cc - - - - - -] Loaded extension: empty-string-filtering 2026-06-16 01:42:03.651 7 INFO neutron.api.extensions [None req-6a11d979-6ed4-4472-bb52-d8946115f8cc - - - - - -] Extension expose-l3-conntrack-helper not supported by any of loaded plugins 2026-06-16 01:42:03.651 7 INFO neutron.api.extensions [None req-6a11d979-6ed4-4472-bb52-d8946115f8cc - - - - - -] Extension expose-port-forwarding-in-fip not supported by any of loaded plugins 2026-06-16 01:42:03.652 7 INFO neutron.api.extensions [None req-6a11d979-6ed4-4472-bb52-d8946115f8cc - - - - - -] Loaded extension: external-net 2026-06-16 01:42:03.652 7 INFO neutron.api.extensions [None req-6a11d979-6ed4-4472-bb52-d8946115f8cc - - - - - -] Loaded extension: extra_dhcp_opt 2026-06-16 01:42:03.653 7 INFO neutron.api.extensions [None req-6a11d979-6ed4-4472-bb52-d8946115f8cc - - - - - -] Loaded extension: extraroute 2026-06-16 01:42:03.653 7 INFO neutron.api.extensions [None req-6a11d979-6ed4-4472-bb52-d8946115f8cc - - - - - -] Loaded extension: extraroute-atomic 2026-06-16 01:42:03.655 7 INFO neutron.api.extensions [None req-6a11d979-6ed4-4472-bb52-d8946115f8cc - - - - - -] Extension filter-validation not supported by any of loaded plugins 2026-06-16 01:42:03.656 7 INFO neutron.api.extensions [None req-6a11d979-6ed4-4472-bb52-d8946115f8cc - - - - - -] Extension floating-ip-port-forwarding-description not supported by any of loaded plugins 2026-06-16 01:42:03.656 8 INFO neutron.manager [None req-f69f701a-cf86-413c-88a8-a0d8ed0a5c3f - - - - - -] Loading Plugin: tag 2026-06-16 01:42:03.657 7 INFO neutron.api.extensions [None req-6a11d979-6ed4-4472-bb52-d8946115f8cc - - - - - -] Loaded extension: floating-ip-port-forwarding-detail 2026-06-16 01:42:03.657 7 INFO neutron.api.extensions [None req-6a11d979-6ed4-4472-bb52-d8946115f8cc - - - - - -] Extension floating-ip-port-forwarding-port-ranges not supported by any of loaded plugins 2026-06-16 01:42:03.658 7 INFO neutron.api.extensions [None req-6a11d979-6ed4-4472-bb52-d8946115f8cc - - - - - -] Loaded extension: fip-port-details 2026-06-16 01:42:03.659 7 INFO neutron.api.extensions [None req-6a11d979-6ed4-4472-bb52-d8946115f8cc - - - - - -] Loaded extension: flavors 2026-06-16 01:42:03.661 7 INFO neutron.api.extensions [None req-6a11d979-6ed4-4472-bb52-d8946115f8cc - - - - - -] Extension floating-ip-port-forwarding not supported by any of loaded plugins 2026-06-16 01:42:03.662 7 INFO neutron.api.extensions [None req-6a11d979-6ed4-4472-bb52-d8946115f8cc - - - - - -] Loaded extension: floatingip-pools 2026-06-16 01:42:03.663 7 INFO neutron.api.extensions [None req-6a11d979-6ed4-4472-bb52-d8946115f8cc - - - - - -] Loaded extension: ip_allocation 2026-06-16 01:42:03.663 7 INFO neutron.api.extensions [None req-6a11d979-6ed4-4472-bb52-d8946115f8cc - - - - - -] Loaded extension: ip-substring-filtering 2026-06-16 01:42:03.664 7 INFO neutron.api.extensions [None req-6a11d979-6ed4-4472-bb52-d8946115f8cc - - - - - -] Loaded extension: l2_adjacency 2026-06-16 01:42:03.665 8 INFO neutron.manager [None req-f69f701a-cf86-413c-88a8-a0d8ed0a5c3f - - - - - -] Loading Plugin: timestamp 2026-06-16 01:42:03.665 7 INFO neutron.api.extensions [None req-6a11d979-6ed4-4472-bb52-d8946115f8cc - - - - - -] Loaded extension: router 2026-06-16 01:42:03.667 7 INFO neutron.api.extensions [None req-6a11d979-6ed4-4472-bb52-d8946115f8cc - - - - - -] Extension l3-conntrack-helper not supported by any of loaded plugins 2026-06-16 01:42:03.668 7 INFO neutron.api.extensions [None req-6a11d979-6ed4-4472-bb52-d8946115f8cc - - - - - -] Extension enable-default-route-bfd not supported by any of loaded plugins 2026-06-16 01:42:03.668 7 INFO neutron.api.extensions [None req-6a11d979-6ed4-4472-bb52-d8946115f8cc - - - - - -] Extension enable-default-route-ecmp not supported by any of loaded plugins 2026-06-16 01:42:03.669 8 INFO neutron.manager [None req-f69f701a-cf86-413c-88a8-a0d8ed0a5c3f - - - - - -] Loading Plugin: network_ip_availability 2026-06-16 01:42:03.669 7 INFO neutron.api.extensions [None req-6a11d979-6ed4-4472-bb52-d8946115f8cc - - - - - -] Loaded extension: ext-gw-mode 2026-06-16 01:42:03.669 7 INFO neutron.api.extensions [None req-6a11d979-6ed4-4472-bb52-d8946115f8cc - - - - - -] Loaded extension: l3-ha 2026-06-16 01:42:03.670 7 INFO neutron.api.extensions [None req-6a11d979-6ed4-4472-bb52-d8946115f8cc - - - - - -] Extension l3-ext-ndp-proxy not supported by any of loaded plugins 2026-06-16 01:42:03.670 7 INFO neutron.api.extensions [None req-6a11d979-6ed4-4472-bb52-d8946115f8cc - - - - - -] Extension external-gateway-multihoming not supported by any of loaded plugins 2026-06-16 01:42:03.671 7 INFO neutron.api.extensions [None req-6a11d979-6ed4-4472-bb52-d8946115f8cc - - - - - -] Loaded extension: l3-flavors 2026-06-16 01:42:03.672 7 INFO neutron.api.extensions [None req-6a11d979-6ed4-4472-bb52-d8946115f8cc - - - - - -] Extension l3-ndp-proxy not supported by any of loaded plugins 2026-06-16 01:42:03.672 7 INFO neutron.api.extensions [None req-6a11d979-6ed4-4472-bb52-d8946115f8cc - - - - - -] Loaded extension: l3-port-ip-change-not-allowed 2026-06-16 01:42:03.673 8 INFO neutron.manager [None req-f69f701a-cf86-413c-88a8-a0d8ed0a5c3f - - - - - -] Loading Plugin: flavors 2026-06-16 01:42:03.674 7 INFO neutron.api.extensions [None req-6a11d979-6ed4-4472-bb52-d8946115f8cc - - - - - -] Loaded extension: l3_agent_scheduler 2026-06-16 01:42:03.676 7 INFO neutron.api.extensions [None req-6a11d979-6ed4-4472-bb52-d8946115f8cc - - - - - -] Extension local_ip not supported by any of loaded plugins 2026-06-16 01:42:03.677 7 INFO neutron.api.extensions [None req-6a11d979-6ed4-4472-bb52-d8946115f8cc - - - - - -] Extension logging not supported by any of loaded plugins 2026-06-16 01:42:03.677 8 INFO neutron.manager [None req-f69f701a-cf86-413c-88a8-a0d8ed0a5c3f - - - - - -] Loading Plugin: revisions 2026-06-16 01:42:03.678 7 INFO neutron.api.extensions [None req-6a11d979-6ed4-4472-bb52-d8946115f8cc - - - - - -] Extension metering not supported by any of loaded plugins 2026-06-16 01:42:03.678 7 INFO neutron.api.extensions [None req-6a11d979-6ed4-4472-bb52-d8946115f8cc - - - - - -] Extension metering_source_and_destination_fields not supported by any of loaded plugins 2026-06-16 01:42:03.679 7 INFO neutron.api.extensions [None req-6a11d979-6ed4-4472-bb52-d8946115f8cc - - - - - -] Loaded extension: multi-provider 2026-06-16 01:42:03.679 7 INFO neutron.api.extensions [None req-6a11d979-6ed4-4472-bb52-d8946115f8cc - - - - - -] Loaded extension: net-mtu 2026-06-16 01:42:03.680 7 INFO neutron.api.extensions [None req-6a11d979-6ed4-4472-bb52-d8946115f8cc - - - - - -] Loaded extension: net-mtu-writable 2026-06-16 01:42:03.681 7 INFO neutron.api.extensions [None req-6a11d979-6ed4-4472-bb52-d8946115f8cc - - - - - -] Loaded extension: network_availability_zone 2026-06-16 01:42:03.681 8 INFO neutron.api.extensions [None req-f69f701a-cf86-413c-88a8-a0d8ed0a5c3f - - - - - -] Initializing extension manager. 2026-06-16 01:42:03.682 7 INFO neutron.api.extensions [None req-6a11d979-6ed4-4472-bb52-d8946115f8cc - - - - - -] Loaded extension: network_ha 2026-06-16 01:42:03.682 7 INFO neutron.api.extensions [None req-6a11d979-6ed4-4472-bb52-d8946115f8cc - - - - - -] Loaded extension: network-ip-availability 2026-06-16 01:42:03.683 8 INFO neutron.api.extensions [None req-f69f701a-cf86-413c-88a8-a0d8ed0a5c3f - - - - - -] Loaded extension: address-group 2026-06-16 01:42:03.683 7 INFO neutron.api.extensions [None req-6a11d979-6ed4-4472-bb52-d8946115f8cc - - - - - -] Extension network-segment-range not supported by any of loaded plugins 2026-06-16 01:42:03.684 8 INFO neutron.api.extensions [None req-f69f701a-cf86-413c-88a8-a0d8ed0a5c3f - - - - - -] Loaded extension: address-scope 2026-06-16 01:42:03.684 7 INFO neutron.api.extensions [None req-6a11d979-6ed4-4472-bb52-d8946115f8cc - - - - - -] Loaded extension: pagination 2026-06-16 01:42:03.684 7 INFO neutron.api.extensions [None req-6a11d979-6ed4-4472-bb52-d8946115f8cc - - - - - -] Loaded extension: port-device-profile 2026-06-16 01:42:03.684 8 INFO neutron.api.extensions [None req-f69f701a-cf86-413c-88a8-a0d8ed0a5c3f - - - - - -] Loaded extension: router-admin-state-down-before-update 2026-06-16 01:42:03.685 7 INFO neutron.api.extensions [None req-6a11d979-6ed4-4472-bb52-d8946115f8cc - - - - - -] Extension port-hardware-offload-type not supported by any of loaded plugins 2026-06-16 01:42:03.685 7 INFO neutron.api.extensions [None req-6a11d979-6ed4-4472-bb52-d8946115f8cc - - - - - -] Extension port-hint-ovs-tx-steering not supported by any of loaded plugins 2026-06-16 01:42:03.685 8 INFO neutron.api.extensions [None req-f69f701a-cf86-413c-88a8-a0d8ed0a5c3f - - - - - -] Loaded extension: agent 2026-06-16 01:42:03.686 7 INFO neutron.api.extensions [None req-6a11d979-6ed4-4472-bb52-d8946115f8cc - - - - - -] Extension port-hints not supported by any of loaded plugins 2026-06-16 01:42:03.686 8 INFO neutron.api.extensions [None req-f69f701a-cf86-413c-88a8-a0d8ed0a5c3f - - - - - -] Loaded extension: agent-resources-synced 2026-06-16 01:42:03.686 7 INFO neutron.api.extensions [None req-6a11d979-6ed4-4472-bb52-d8946115f8cc - - - - - -] Loaded extension: port-mac-override 2026-06-16 01:42:03.687 7 INFO neutron.api.extensions [None req-6a11d979-6ed4-4472-bb52-d8946115f8cc - - - - - -] Loaded extension: port-mac-address-regenerate 2026-06-16 01:42:03.687 7 INFO neutron.api.extensions [None req-6a11d979-6ed4-4472-bb52-d8946115f8cc - - - - - -] Loaded extension: port-numa-affinity-policy 2026-06-16 01:42:03.687 8 INFO neutron.api.extensions [None req-f69f701a-cf86-413c-88a8-a0d8ed0a5c3f - - - - - -] Loaded extension: allowed-address-pairs 2026-06-16 01:42:03.688 7 INFO neutron.api.extensions [None req-6a11d979-6ed4-4472-bb52-d8946115f8cc - - - - - -] Loaded extension: port-numa-affinity-policy-socket 2026-06-16 01:42:03.688 8 INFO neutron.api.extensions [None req-f69f701a-cf86-413c-88a8-a0d8ed0a5c3f - - - - - -] Loaded extension: auto-allocated-topology 2026-06-16 01:42:03.688 7 INFO neutron.api.extensions [None req-6a11d979-6ed4-4472-bb52-d8946115f8cc - - - - - -] Loaded extension: port-resource-request 2026-06-16 01:42:03.689 8 INFO neutron.api.extensions [None req-f69f701a-cf86-413c-88a8-a0d8ed0a5c3f - - - - - -] Loaded extension: availability_zone 2026-06-16 01:42:03.689 7 INFO neutron.api.extensions [None req-6a11d979-6ed4-4472-bb52-d8946115f8cc - - - - - -] Loaded extension: port-resource-request-groups 2026-06-16 01:42:03.690 7 INFO neutron.api.extensions [None req-6a11d979-6ed4-4472-bb52-d8946115f8cc - - - - - -] Extension port-trusted-vif not supported by any of loaded plugins 2026-06-16 01:42:03.690 8 INFO neutron.api.extensions [None req-f69f701a-cf86-413c-88a8-a0d8ed0a5c3f - - - - - -] Loaded extension: availability_zone_filter 2026-06-16 01:42:03.690 7 INFO neutron.api.extensions [None req-6a11d979-6ed4-4472-bb52-d8946115f8cc - - - - - -] Loaded extension: binding 2026-06-16 01:42:03.690 8 INFO neutron.api.extensions [None req-f69f701a-cf86-413c-88a8-a0d8ed0a5c3f - - - - - -] Extension data-plane-status not supported by any of loaded plugins 2026-06-16 01:42:03.691 8 INFO neutron.api.extensions [None req-f69f701a-cf86-413c-88a8-a0d8ed0a5c3f - - - - - -] Loaded extension: default-subnetpools 2026-06-16 01:42:03.691 7 INFO neutron.api.extensions [None req-6a11d979-6ed4-4472-bb52-d8946115f8cc - - - - - -] Loaded extension: binding-extended 2026-06-16 01:42:03.691 7 INFO neutron.api.extensions [None req-6a11d979-6ed4-4472-bb52-d8946115f8cc - - - - - -] Loaded extension: port-security 2026-06-16 01:42:03.692 7 INFO neutron.api.extensions [None req-6a11d979-6ed4-4472-bb52-d8946115f8cc - - - - - -] Loaded extension: project-id 2026-06-16 01:42:03.692 7 INFO neutron.api.extensions [None req-6a11d979-6ed4-4472-bb52-d8946115f8cc - - - - - -] Loaded extension: provider 2026-06-16 01:42:03.693 8 INFO neutron.api.extensions [None req-f69f701a-cf86-413c-88a8-a0d8ed0a5c3f - - - - - -] Loaded extension: dhcp_agent_scheduler 2026-06-16 01:42:03.693 7 INFO neutron.api.extensions [None req-6a11d979-6ed4-4472-bb52-d8946115f8cc - - - - - -] Extension qinq not supported by any of loaded plugins 2026-06-16 01:42:03.694 8 INFO neutron.api.extensions [None req-f69f701a-cf86-413c-88a8-a0d8ed0a5c3f - - - - - -] Loaded extension: dns-integration 2026-06-16 01:42:03.695 8 INFO neutron.api.extensions [None req-f69f701a-cf86-413c-88a8-a0d8ed0a5c3f - - - - - -] Loaded extension: dns-domain-ports 2026-06-16 01:42:03.695 7 INFO neutron.api.extensions [None req-6a11d979-6ed4-4472-bb52-d8946115f8cc - - - - - -] Loaded extension: qos 2026-06-16 01:42:03.695 8 INFO neutron.api.extensions [None req-f69f701a-cf86-413c-88a8-a0d8ed0a5c3f - - - - - -] Extension dns-integration-domain-keywords not supported by any of loaded plugins 2026-06-16 01:42:03.696 7 INFO neutron.api.extensions [None req-6a11d979-6ed4-4472-bb52-d8946115f8cc - - - - - -] Loaded extension: qos-bw-limit-direction 2026-06-16 01:42:03.696 8 INFO neutron.api.extensions [None req-f69f701a-cf86-413c-88a8-a0d8ed0a5c3f - - - - - -] Loaded extension: dvr 2026-06-16 01:42:03.696 7 INFO neutron.api.extensions [None req-6a11d979-6ed4-4472-bb52-d8946115f8cc - - - - - -] Loaded extension: qos-bw-minimum-ingress 2026-06-16 01:42:03.697 7 INFO neutron.api.extensions [None req-6a11d979-6ed4-4472-bb52-d8946115f8cc - - - - - -] Loaded extension: qos-default 2026-06-16 01:42:03.697 8 INFO neutron.api.extensions [None req-f69f701a-cf86-413c-88a8-a0d8ed0a5c3f - - - - - -] Extension ecmp_routes not supported by any of loaded plugins 2026-06-16 01:42:03.697 7 INFO neutron.api.extensions [None req-6a11d979-6ed4-4472-bb52-d8946115f8cc - - - - - -] Loaded extension: qos-fip 2026-06-16 01:42:03.697 8 INFO neutron.api.extensions [None req-f69f701a-cf86-413c-88a8-a0d8ed0a5c3f - - - - - -] Loaded extension: empty-string-filtering 2026-06-16 01:42:03.698 7 INFO neutron.api.extensions [None req-6a11d979-6ed4-4472-bb52-d8946115f8cc - - - - - -] Extension qos-fip-network-policy not supported by any of loaded plugins 2026-06-16 01:42:03.698 7 INFO neutron.api.extensions [None req-6a11d979-6ed4-4472-bb52-d8946115f8cc - - - - - -] Loaded extension: qos-gateway-ip 2026-06-16 01:42:03.699 8 INFO neutron.api.extensions [None req-f69f701a-cf86-413c-88a8-a0d8ed0a5c3f - - - - - -] Extension expose-l3-conntrack-helper not supported by any of loaded plugins 2026-06-16 01:42:03.699 7 INFO neutron.api.extensions [None req-6a11d979-6ed4-4472-bb52-d8946115f8cc - - - - - -] Loaded extension: qos-port-network-policy 2026-06-16 01:42:03.699 8 INFO neutron.api.extensions [None req-f69f701a-cf86-413c-88a8-a0d8ed0a5c3f - - - - - -] Extension expose-port-forwarding-in-fip not supported by any of loaded plugins 2026-06-16 01:42:03.699 7 INFO neutron.api.extensions [None req-6a11d979-6ed4-4472-bb52-d8946115f8cc - - - - - -] Loaded extension: qos-pps-minimum 2026-06-16 01:42:03.700 8 INFO neutron.api.extensions [None req-f69f701a-cf86-413c-88a8-a0d8ed0a5c3f - - - - - -] Loaded extension: external-net 2026-06-16 01:42:03.700 7 INFO neutron.api.extensions [None req-6a11d979-6ed4-4472-bb52-d8946115f8cc - - - - - -] Loaded extension: qos-pps-minimum-rule-alias 2026-06-16 01:42:03.700 8 INFO neutron.api.extensions [None req-f69f701a-cf86-413c-88a8-a0d8ed0a5c3f - - - - - -] Loaded extension: extra_dhcp_opt 2026-06-16 01:42:03.701 7 INFO neutron.api.extensions [None req-6a11d979-6ed4-4472-bb52-d8946115f8cc - - - - - -] Loaded extension: qos-pps 2026-06-16 01:42:03.701 8 INFO neutron.api.extensions [None req-f69f701a-cf86-413c-88a8-a0d8ed0a5c3f - - - - - -] Loaded extension: extraroute 2026-06-16 01:42:03.701 7 INFO neutron.api.extensions [None req-6a11d979-6ed4-4472-bb52-d8946115f8cc - - - - - -] Loaded extension: qos-rule-type-details 2026-06-16 01:42:03.701 7 INFO neutron.api.extensions [None req-6a11d979-6ed4-4472-bb52-d8946115f8cc - - - - - -] Loaded extension: qos-rule-type-filter 2026-06-16 01:42:03.702 8 INFO neutron.api.extensions [None req-f69f701a-cf86-413c-88a8-a0d8ed0a5c3f - - - - - -] Loaded extension: extraroute-atomic 2026-06-16 01:42:03.702 7 INFO neutron.api.extensions [None req-6a11d979-6ed4-4472-bb52-d8946115f8cc - - - - - -] Loaded extension: qos-rules-alias 2026-06-16 01:42:03.702 8 INFO neutron.api.extensions [None req-f69f701a-cf86-413c-88a8-a0d8ed0a5c3f - - - - - -] Extension filter-validation not supported by any of loaded plugins 2026-06-16 01:42:03.703 7 INFO neutron.api.extensions [None req-6a11d979-6ed4-4472-bb52-d8946115f8cc - - - - - -] Loaded extension: quota-check-limit 2026-06-16 01:42:03.703 8 INFO neutron.api.extensions [None req-f69f701a-cf86-413c-88a8-a0d8ed0a5c3f - - - - - -] Extension floating-ip-port-forwarding-description not supported by any of loaded plugins 2026-06-16 01:42:03.703 8 INFO neutron.api.extensions [None req-f69f701a-cf86-413c-88a8-a0d8ed0a5c3f - - - - - -] Loaded extension: floating-ip-port-forwarding-detail 2026-06-16 01:42:03.703 7 INFO neutron.api.extensions [None req-6a11d979-6ed4-4472-bb52-d8946115f8cc - - - - - -] Loaded extension: quota-check-limit-default 2026-06-16 01:42:03.704 8 INFO neutron.api.extensions [None req-f69f701a-cf86-413c-88a8-a0d8ed0a5c3f - - - - - -] Extension floating-ip-port-forwarding-port-ranges not supported by any of loaded plugins 2026-06-16 01:42:03.704 8 INFO neutron.api.extensions [None req-f69f701a-cf86-413c-88a8-a0d8ed0a5c3f - - - - - -] Loaded extension: fip-port-details 2026-06-16 01:42:03.705 8 INFO neutron.api.extensions [None req-f69f701a-cf86-413c-88a8-a0d8ed0a5c3f - - - - - -] Loaded extension: flavors 2026-06-16 01:42:03.705 7 INFO neutron.api.extensions [None req-6a11d979-6ed4-4472-bb52-d8946115f8cc - - - - - -] Loaded extension: quotas 2026-06-16 01:42:03.706 7 INFO neutron.api.extensions [None req-6a11d979-6ed4-4472-bb52-d8946115f8cc - - - - - -] Loaded extension: quota_details 2026-06-16 01:42:03.706 8 INFO neutron.api.extensions [None req-f69f701a-cf86-413c-88a8-a0d8ed0a5c3f - - - - - -] Extension floating-ip-port-forwarding not supported by any of loaded plugins 2026-06-16 01:42:03.707 8 INFO neutron.api.extensions [None req-f69f701a-cf86-413c-88a8-a0d8ed0a5c3f - - - - - -] Loaded extension: floatingip-pools 2026-06-16 01:42:03.708 8 INFO neutron.api.extensions [None req-f69f701a-cf86-413c-88a8-a0d8ed0a5c3f - - - - - -] Loaded extension: ip_allocation 2026-06-16 01:42:03.708 7 INFO neutron.api.extensions [None req-6a11d979-6ed4-4472-bb52-d8946115f8cc - - - - - -] Loaded extension: rbac-policies 2026-06-16 01:42:03.708 7 INFO neutron.api.extensions [None req-6a11d979-6ed4-4472-bb52-d8946115f8cc - - - - - -] Loaded extension: rbac-address-group 2026-06-16 01:42:03.708 8 INFO neutron.api.extensions [None req-f69f701a-cf86-413c-88a8-a0d8ed0a5c3f - - - - - -] Loaded extension: ip-substring-filtering 2026-06-16 01:42:03.709 7 INFO neutron.api.extensions [None req-6a11d979-6ed4-4472-bb52-d8946115f8cc - - - - - -] Loaded extension: rbac-address-scope 2026-06-16 01:42:03.709 8 INFO neutron.api.extensions [None req-f69f701a-cf86-413c-88a8-a0d8ed0a5c3f - - - - - -] Loaded extension: l2_adjacency 2026-06-16 01:42:03.709 7 INFO neutron.api.extensions [None req-6a11d979-6ed4-4472-bb52-d8946115f8cc - - - - - -] Loaded extension: rbac-security-groups 2026-06-16 01:42:03.710 7 INFO neutron.api.extensions [None req-6a11d979-6ed4-4472-bb52-d8946115f8cc - - - - - -] Loaded extension: rbac-subnetpool 2026-06-16 01:42:03.710 8 INFO neutron.api.extensions [None req-f69f701a-cf86-413c-88a8-a0d8ed0a5c3f - - - - - -] Loaded extension: router 2026-06-16 01:42:03.710 7 INFO neutron.api.extensions [None req-6a11d979-6ed4-4472-bb52-d8946115f8cc - - - - - -] Loaded extension: revision-if-match 2026-06-16 01:42:03.711 7 INFO neutron.api.extensions [None req-6a11d979-6ed4-4472-bb52-d8946115f8cc - - - - - -] Loaded extension: standard-attr-revisions 2026-06-16 01:42:03.712 7 INFO neutron.api.extensions [None req-6a11d979-6ed4-4472-bb52-d8946115f8cc - - - - - -] Loaded extension: router_availability_zone 2026-06-16 01:42:03.712 7 INFO neutron.api.extensions [None req-6a11d979-6ed4-4472-bb52-d8946115f8cc - - - - - -] Extension router-service-type not supported by any of loaded plugins 2026-06-16 01:42:03.712 8 INFO neutron.api.extensions [None req-f69f701a-cf86-413c-88a8-a0d8ed0a5c3f - - - - - -] Extension l3-conntrack-helper not supported by any of loaded plugins 2026-06-16 01:42:03.713 8 INFO neutron.api.extensions [None req-f69f701a-cf86-413c-88a8-a0d8ed0a5c3f - - - - - -] Extension enable-default-route-bfd not supported by any of loaded plugins 2026-06-16 01:42:03.713 8 INFO neutron.api.extensions [None req-f69f701a-cf86-413c-88a8-a0d8ed0a5c3f - - - - - -] Extension enable-default-route-ecmp not supported by any of loaded plugins 2026-06-16 01:42:03.714 7 INFO neutron.api.extensions [None req-6a11d979-6ed4-4472-bb52-d8946115f8cc - - - - - -] Loaded extension: security-groups-default-rules 2026-06-16 01:42:03.714 8 INFO neutron.api.extensions [None req-f69f701a-cf86-413c-88a8-a0d8ed0a5c3f - - - - - -] Loaded extension: ext-gw-mode 2026-06-16 01:42:03.714 7 INFO neutron.api.extensions [None req-6a11d979-6ed4-4472-bb52-d8946115f8cc - - - - - -] Loaded extension: security-groups-normalized-cidr 2026-06-16 01:42:03.715 8 INFO neutron.api.extensions [None req-f69f701a-cf86-413c-88a8-a0d8ed0a5c3f - - - - - -] Loaded extension: l3-ha 2026-06-16 01:42:03.715 7 INFO neutron.api.extensions [None req-6a11d979-6ed4-4472-bb52-d8946115f8cc - - - - - -] Loaded extension: port-security-groups-filtering 2026-06-16 01:42:03.715 8 INFO neutron.api.extensions [None req-f69f701a-cf86-413c-88a8-a0d8ed0a5c3f - - - - - -] Extension l3-ext-ndp-proxy not supported by any of loaded plugins 2026-06-16 01:42:03.715 7 INFO neutron.api.extensions [None req-6a11d979-6ed4-4472-bb52-d8946115f8cc - - - - - -] Loaded extension: security-groups-remote-address-group 2026-06-16 01:42:03.716 7 INFO neutron.api.extensions [None req-6a11d979-6ed4-4472-bb52-d8946115f8cc - - - - - -] Loaded extension: security-groups-rules-belongs-to-default-sg 2026-06-16 01:42:03.716 8 INFO neutron.api.extensions [None req-f69f701a-cf86-413c-88a8-a0d8ed0a5c3f - - - - - -] Extension external-gateway-multihoming not supported by any of loaded plugins 2026-06-16 01:42:03.716 7 INFO neutron.api.extensions [None req-6a11d979-6ed4-4472-bb52-d8946115f8cc - - - - - -] Loaded extension: security-groups-shared-filtering 2026-06-16 01:42:03.716 8 INFO neutron.api.extensions [None req-f69f701a-cf86-413c-88a8-a0d8ed0a5c3f - - - - - -] Loaded extension: l3-flavors 2026-06-16 01:42:03.717 8 INFO neutron.api.extensions [None req-f69f701a-cf86-413c-88a8-a0d8ed0a5c3f - - - - - -] Extension l3-ndp-proxy not supported by any of loaded plugins 2026-06-16 01:42:03.718 8 INFO neutron.api.extensions [None req-f69f701a-cf86-413c-88a8-a0d8ed0a5c3f - - - - - -] Loaded extension: l3-port-ip-change-not-allowed 2026-06-16 01:42:03.720 8 INFO neutron.api.extensions [None req-f69f701a-cf86-413c-88a8-a0d8ed0a5c3f - - - - - -] Loaded extension: l3_agent_scheduler 2026-06-16 01:42:03.721 7 INFO neutron.api.extensions [None req-6a11d979-6ed4-4472-bb52-d8946115f8cc - - - - - -] Loaded extension: security-group 2026-06-16 01:42:03.721 8 INFO neutron.api.extensions [None req-f69f701a-cf86-413c-88a8-a0d8ed0a5c3f - - - - - -] Extension local_ip not supported by any of loaded plugins 2026-06-16 01:42:03.722 7 INFO neutron.api.extensions [None req-6a11d979-6ed4-4472-bb52-d8946115f8cc - - - - - -] Loaded extension: segment 2026-06-16 01:42:03.723 7 INFO neutron.api.extensions [None req-6a11d979-6ed4-4472-bb52-d8946115f8cc - - - - - -] Loaded extension: segments-peer-subnet-host-routes 2026-06-16 01:42:03.723 8 INFO neutron.api.extensions [None req-f69f701a-cf86-413c-88a8-a0d8ed0a5c3f - - - - - -] Extension logging not supported by any of loaded plugins 2026-06-16 01:42:03.723 7 INFO neutron.api.extensions [None req-6a11d979-6ed4-4472-bb52-d8946115f8cc - - - - - -] Loaded extension: service-type 2026-06-16 01:42:03.725 8 INFO neutron.api.extensions [None req-f69f701a-cf86-413c-88a8-a0d8ed0a5c3f - - - - - -] Extension metering not supported by any of loaded plugins 2026-06-16 01:42:03.726 8 INFO neutron.api.extensions [None req-f69f701a-cf86-413c-88a8-a0d8ed0a5c3f - - - - - -] Extension metering_source_and_destination_fields not supported by any of loaded plugins 2026-06-16 01:42:03.726 7 INFO neutron.api.extensions [None req-6a11d979-6ed4-4472-bb52-d8946115f8cc - - - - - -] Loaded extension: sorting 2026-06-16 01:42:03.726 8 INFO neutron.api.extensions [None req-f69f701a-cf86-413c-88a8-a0d8ed0a5c3f - - - - - -] Loaded extension: multi-provider 2026-06-16 01:42:03.726 7 INFO neutron.api.extensions [None req-6a11d979-6ed4-4472-bb52-d8946115f8cc - - - - - -] Loaded extension: standard-attr-segment 2026-06-16 01:42:03.727 7 INFO neutron.api.extensions [None req-6a11d979-6ed4-4472-bb52-d8946115f8cc - - - - - -] Loaded extension: standard-attr-description 2026-06-16 01:42:03.727 8 INFO neutron.api.extensions [None req-f69f701a-cf86-413c-88a8-a0d8ed0a5c3f - - - - - -] Loaded extension: net-mtu 2026-06-16 01:42:03.727 7 INFO neutron.api.extensions [None req-6a11d979-6ed4-4472-bb52-d8946115f8cc - - - - - -] Loaded extension: stateful-security-group 2026-06-16 01:42:03.728 8 INFO neutron.api.extensions [None req-f69f701a-cf86-413c-88a8-a0d8ed0a5c3f - - - - - -] Loaded extension: net-mtu-writable 2026-06-16 01:42:03.728 7 WARNING neutron.api.extensions [None req-6a11d979-6ed4-4472-bb52-d8946115f8cc - - - - - -] Did not find expected name "Stdattrs_common" in /var/lib/openstack/lib/python3.12/site-packages/neutron/extensions/stdattrs_common.py 2026-06-16 01:42:03.728 7 INFO neutron.api.extensions [None req-6a11d979-6ed4-4472-bb52-d8946115f8cc - - - - - -] Extension subnet-dns-publish-fixed-ip not supported by any of loaded plugins 2026-06-16 01:42:03.729 8 INFO neutron.api.extensions [None req-f69f701a-cf86-413c-88a8-a0d8ed0a5c3f - - - - - -] Loaded extension: network_availability_zone 2026-06-16 01:42:03.729 7 INFO neutron.api.extensions [None req-6a11d979-6ed4-4472-bb52-d8946115f8cc - - - - - -] Loaded extension: subnet-external-network 2026-06-16 01:42:03.729 8 INFO neutron.api.extensions [None req-f69f701a-cf86-413c-88a8-a0d8ed0a5c3f - - - - - -] Loaded extension: network_ha 2026-06-16 01:42:03.730 7 INFO neutron.api.extensions [None req-6a11d979-6ed4-4472-bb52-d8946115f8cc - - - - - -] Loaded extension: subnet_onboard 2026-06-16 01:42:03.730 8 INFO neutron.api.extensions [None req-f69f701a-cf86-413c-88a8-a0d8ed0a5c3f - - - - - -] Loaded extension: network-ip-availability 2026-06-16 01:42:03.730 7 INFO neutron.api.extensions [None req-6a11d979-6ed4-4472-bb52-d8946115f8cc - - - - - -] Loaded extension: subnet-segmentid-writable 2026-06-16 01:42:03.731 7 INFO neutron.api.extensions [None req-6a11d979-6ed4-4472-bb52-d8946115f8cc - - - - - -] Loaded extension: subnet-service-types 2026-06-16 01:42:03.731 8 INFO neutron.api.extensions [None req-f69f701a-cf86-413c-88a8-a0d8ed0a5c3f - - - - - -] Extension network-segment-range not supported by any of loaded plugins 2026-06-16 01:42:03.731 7 INFO neutron.api.extensions [None req-6a11d979-6ed4-4472-bb52-d8946115f8cc - - - - - -] Loaded extension: subnet_allocation 2026-06-16 01:42:03.732 8 INFO neutron.api.extensions [None req-f69f701a-cf86-413c-88a8-a0d8ed0a5c3f - - - - - -] Loaded extension: pagination 2026-06-16 01:42:03.732 7 INFO neutron.api.extensions [None req-6a11d979-6ed4-4472-bb52-d8946115f8cc - - - - - -] Loaded extension: subnetpool-prefix-ops 2026-06-16 01:42:03.732 8 INFO neutron.api.extensions [None req-f69f701a-cf86-413c-88a8-a0d8ed0a5c3f - - - - - -] Loaded extension: port-device-profile 2026-06-16 01:42:03.732 7 INFO neutron.api.extensions [None req-6a11d979-6ed4-4472-bb52-d8946115f8cc - - - - - -] Loaded extension: tag-creation 2026-06-16 01:42:03.733 8 INFO neutron.api.extensions [None req-f69f701a-cf86-413c-88a8-a0d8ed0a5c3f - - - - - -] Extension port-hardware-offload-type not supported by any of loaded plugins 2026-06-16 01:42:03.733 7 INFO neutron.api.extensions [None req-6a11d979-6ed4-4472-bb52-d8946115f8cc - - - - - -] Extension tag-ports-during-bulk-creation not supported by any of loaded plugins 2026-06-16 01:42:03.733 8 INFO neutron.api.extensions [None req-f69f701a-cf86-413c-88a8-a0d8ed0a5c3f - - - - - -] Extension port-hint-ovs-tx-steering not supported by any of loaded plugins 2026-06-16 01:42:03.734 8 INFO neutron.api.extensions [None req-f69f701a-cf86-413c-88a8-a0d8ed0a5c3f - - - - - -] Extension port-hints not supported by any of loaded plugins 2026-06-16 01:42:03.735 8 INFO neutron.api.extensions [None req-f69f701a-cf86-413c-88a8-a0d8ed0a5c3f - - - - - -] Loaded extension: port-mac-override 2026-06-16 01:42:03.736 8 INFO neutron.api.extensions [None req-f69f701a-cf86-413c-88a8-a0d8ed0a5c3f - - - - - -] Loaded extension: port-mac-address-regenerate 2026-06-16 01:42:03.736 8 INFO neutron.api.extensions [None req-f69f701a-cf86-413c-88a8-a0d8ed0a5c3f - - - - - -] Loaded extension: port-numa-affinity-policy 2026-06-16 01:42:03.737 7 INFO neutron.api.extensions [None req-6a11d979-6ed4-4472-bb52-d8946115f8cc - - - - - -] Loaded extension: standard-attr-tag 2026-06-16 01:42:03.737 8 INFO neutron.api.extensions [None req-f69f701a-cf86-413c-88a8-a0d8ed0a5c3f - - - - - -] Loaded extension: port-numa-affinity-policy-socket 2026-06-16 01:42:03.738 7 INFO neutron.api.extensions [None req-6a11d979-6ed4-4472-bb52-d8946115f8cc - - - - - -] Loaded extension: standard-attr-timestamp 2026-06-16 01:42:03.738 8 INFO neutron.api.extensions [None req-f69f701a-cf86-413c-88a8-a0d8ed0a5c3f - - - - - -] Loaded extension: port-resource-request 2026-06-16 01:42:03.738 7 INFO neutron.api.extensions [None req-6a11d979-6ed4-4472-bb52-d8946115f8cc - - - - - -] Loaded extension: trunk 2026-06-16 01:42:03.738 8 INFO neutron.api.extensions [None req-f69f701a-cf86-413c-88a8-a0d8ed0a5c3f - - - - - -] Loaded extension: port-resource-request-groups 2026-06-16 01:42:03.739 7 INFO neutron.api.extensions [None req-6a11d979-6ed4-4472-bb52-d8946115f8cc - - - - - -] Loaded extension: trunk-details 2026-06-16 01:42:03.739 8 INFO neutron.api.extensions [None req-f69f701a-cf86-413c-88a8-a0d8ed0a5c3f - - - - - -] Extension port-trusted-vif not supported by any of loaded plugins 2026-06-16 01:42:03.739 7 INFO neutron.api.extensions [None req-6a11d979-6ed4-4472-bb52-d8946115f8cc - - - - - -] Extension uplink-status-propagation not supported by any of loaded plugins 2026-06-16 01:42:03.740 8 INFO neutron.api.extensions [None req-f69f701a-cf86-413c-88a8-a0d8ed0a5c3f - - - - - -] Loaded extension: binding 2026-06-16 01:42:03.740 7 INFO neutron.api.extensions [None req-6a11d979-6ed4-4472-bb52-d8946115f8cc - - - - - -] Extension uplink-status-propagation-updatable not supported by any of loaded plugins 2026-06-16 01:42:03.740 7 INFO neutron.api.extensions [None req-6a11d979-6ed4-4472-bb52-d8946115f8cc - - - - - -] Extension vlan-transparent not supported by any of loaded plugins 2026-06-16 01:42:03.740 8 INFO neutron.api.extensions [None req-f69f701a-cf86-413c-88a8-a0d8ed0a5c3f - - - - - -] Loaded extension: binding-extended 2026-06-16 01:42:03.741 7 INFO neutron.api.extensions [None req-6a11d979-6ed4-4472-bb52-d8946115f8cc - - - - - -] Loaded extension: vpn-aes-ctr 2026-06-16 01:42:03.741 8 INFO neutron.api.extensions [None req-f69f701a-cf86-413c-88a8-a0d8ed0a5c3f - - - - - -] Loaded extension: port-security 2026-06-16 01:42:03.742 8 INFO neutron.api.extensions [None req-f69f701a-cf86-413c-88a8-a0d8ed0a5c3f - - - - - -] Loaded extension: project-id 2026-06-16 01:42:03.742 8 INFO neutron.api.extensions [None req-f69f701a-cf86-413c-88a8-a0d8ed0a5c3f - - - - - -] Loaded extension: provider 2026-06-16 01:42:03.743 7 INFO neutron.api.extensions [None req-6a11d979-6ed4-4472-bb52-d8946115f8cc - - - - - -] Extension vpn-agent-scheduler not supported by any of loaded plugins 2026-06-16 01:42:03.743 8 INFO neutron.api.extensions [None req-f69f701a-cf86-413c-88a8-a0d8ed0a5c3f - - - - - -] Extension qinq not supported by any of loaded plugins 2026-06-16 01:42:03.743 7 INFO neutron.api.extensions [None req-6a11d979-6ed4-4472-bb52-d8946115f8cc - - - - - -] Loaded extension: vpn-endpoint-groups 2026-06-16 01:42:03.744 7 INFO neutron.api.extensions [None req-6a11d979-6ed4-4472-bb52-d8946115f8cc - - - - - -] Loaded extension: vpn-flavors 2026-06-16 01:42:03.745 8 INFO neutron.api.extensions [None req-f69f701a-cf86-413c-88a8-a0d8ed0a5c3f - - - - - -] Loaded extension: qos 2026-06-16 01:42:03.746 7 INFO neutron.api.extensions [None req-6a11d979-6ed4-4472-bb52-d8946115f8cc - - - - - -] Loaded extension: vpnaas 2026-06-16 01:42:03.746 8 INFO neutron.api.extensions [None req-f69f701a-cf86-413c-88a8-a0d8ed0a5c3f - - - - - -] Loaded extension: qos-bw-limit-direction 2026-06-16 01:42:03.747 8 INFO neutron.api.extensions [None req-f69f701a-cf86-413c-88a8-a0d8ed0a5c3f - - - - - -] Loaded extension: qos-bw-minimum-ingress 2026-06-16 01:42:03.747 8 INFO neutron.api.extensions [None req-f69f701a-cf86-413c-88a8-a0d8ed0a5c3f - - - - - -] Loaded extension: qos-default 2026-06-16 01:42:03.748 7 INFO neutron.api.extensions [None req-6a11d979-6ed4-4472-bb52-d8946115f8cc - - - - - -] Loaded extension: taas 2026-06-16 01:42:03.748 8 INFO neutron.api.extensions [None req-f69f701a-cf86-413c-88a8-a0d8ed0a5c3f - - - - - -] Loaded extension: qos-fip 2026-06-16 01:42:03.748 8 INFO neutron.api.extensions [None req-f69f701a-cf86-413c-88a8-a0d8ed0a5c3f - - - - - -] Extension qos-fip-network-policy not supported by any of loaded plugins 2026-06-16 01:42:03.749 7 INFO neutron.api.extensions [None req-6a11d979-6ed4-4472-bb52-d8946115f8cc - - - - - -] Loaded extension: tap-mirror 2026-06-16 01:42:03.749 8 INFO neutron.api.extensions [None req-f69f701a-cf86-413c-88a8-a0d8ed0a5c3f - - - - - -] Loaded extension: qos-gateway-ip 2026-06-16 01:42:03.749 7 INFO neutron.api.extensions [None req-6a11d979-6ed4-4472-bb52-d8946115f8cc - - - - - -] Loaded extension: taas-vlan-filter 2026-06-16 01:42:03.750 8 INFO neutron.api.extensions [None req-f69f701a-cf86-413c-88a8-a0d8ed0a5c3f - - - - - -] Loaded extension: qos-port-network-policy 2026-06-16 01:42:03.750 8 INFO neutron.api.extensions [None req-f69f701a-cf86-413c-88a8-a0d8ed0a5c3f - - - - - -] Loaded extension: qos-pps-minimum 2026-06-16 01:42:03.751 8 INFO neutron.api.extensions [None req-f69f701a-cf86-413c-88a8-a0d8ed0a5c3f - - - - - -] Loaded extension: qos-pps-minimum-rule-alias 2026-06-16 01:42:03.752 7 INFO neutron.quota.resource_registry [None req-6a11d979-6ed4-4472-bb52-d8946115f8cc - - - - - -] Creating instance of TrackedResource for resource:network 2026-06-16 01:42:03.752 8 INFO neutron.api.extensions [None req-f69f701a-cf86-413c-88a8-a0d8ed0a5c3f - - - - - -] Loaded extension: qos-pps 2026-06-16 01:42:03.752 7 INFO neutron.quota.resource_registry [None req-6a11d979-6ed4-4472-bb52-d8946115f8cc - - - - - -] Creating instance of TrackedResource for resource:subnet 2026-06-16 01:42:03.752 7 INFO neutron.quota.resource_registry [None req-6a11d979-6ed4-4472-bb52-d8946115f8cc - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-06-16 01:42:03.752 7 INFO neutron.quota.resource_registry [None req-6a11d979-6ed4-4472-bb52-d8946115f8cc - - - - - -] Creating instance of TrackedResource for resource:port 2026-06-16 01:42:03.752 8 INFO neutron.api.extensions [None req-f69f701a-cf86-413c-88a8-a0d8ed0a5c3f - - - - - -] Loaded extension: qos-rule-type-details 2026-06-16 01:42:03.753 8 INFO neutron.api.extensions [None req-f69f701a-cf86-413c-88a8-a0d8ed0a5c3f - - - - - -] Loaded extension: qos-rule-type-filter 2026-06-16 01:42:03.754 8 INFO neutron.api.extensions [None req-f69f701a-cf86-413c-88a8-a0d8ed0a5c3f - - - - - -] Loaded extension: qos-rules-alias 2026-06-16 01:42:03.754 8 INFO neutron.api.extensions [None req-f69f701a-cf86-413c-88a8-a0d8ed0a5c3f - - - - - -] Loaded extension: quota-check-limit 2026-06-16 01:42:03.755 8 INFO neutron.api.extensions [None req-f69f701a-cf86-413c-88a8-a0d8ed0a5c3f - - - - - -] Loaded extension: quota-check-limit-default 2026-06-16 01:42:03.756 7 INFO neutron.quota.resource_registry [None req-6a11d979-6ed4-4472-bb52-d8946115f8cc - - - - - -] Creating instance of TrackedResource for resource:router 2026-06-16 01:42:03.756 7 INFO neutron.quota.resource_registry [None req-6a11d979-6ed4-4472-bb52-d8946115f8cc - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-06-16 01:42:03.757 8 INFO neutron.api.extensions [None req-f69f701a-cf86-413c-88a8-a0d8ed0a5c3f - - - - - -] Loaded extension: quotas 2026-06-16 01:42:03.759 8 INFO neutron.api.extensions [None req-f69f701a-cf86-413c-88a8-a0d8ed0a5c3f - - - - - -] Loaded extension: quota_details 2026-06-16 01:42:03.761 8 INFO neutron.api.extensions [None req-f69f701a-cf86-413c-88a8-a0d8ed0a5c3f - - - - - -] Loaded extension: rbac-policies 2026-06-16 01:42:03.761 8 INFO neutron.api.extensions [None req-f69f701a-cf86-413c-88a8-a0d8ed0a5c3f - - - - - -] Loaded extension: rbac-address-group 2026-06-16 01:42:03.761 7 INFO neutron.quota.resource_registry [None req-6a11d979-6ed4-4472-bb52-d8946115f8cc - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-06-16 01:42:03.762 8 INFO neutron.api.extensions [None req-f69f701a-cf86-413c-88a8-a0d8ed0a5c3f - - - - - -] Loaded extension: rbac-address-scope 2026-06-16 01:42:03.762 7 INFO neutron.quota.resource_registry [None req-6a11d979-6ed4-4472-bb52-d8946115f8cc - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-06-16 01:42:03.762 8 INFO neutron.api.extensions [None req-f69f701a-cf86-413c-88a8-a0d8ed0a5c3f - - - - - -] Loaded extension: rbac-security-groups 2026-06-16 01:42:03.763 7 INFO neutron.quota.resource_registry [None req-6a11d979-6ed4-4472-bb52-d8946115f8cc - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-06-16 01:42:03.763 8 INFO neutron.api.extensions [None req-f69f701a-cf86-413c-88a8-a0d8ed0a5c3f - - - - - -] Loaded extension: rbac-subnetpool 2026-06-16 01:42:03.763 7 INFO neutron.quota.resource_registry [None req-6a11d979-6ed4-4472-bb52-d8946115f8cc - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-06-16 01:42:03.764 7 WARNING neutron.quota.resource_registry [None req-6a11d979-6ed4-4472-bb52-d8946115f8cc - - - - - -] subnetpool is already registered 2026-06-16 01:42:03.764 8 INFO neutron.api.extensions [None req-f69f701a-cf86-413c-88a8-a0d8ed0a5c3f - - - - - -] Loaded extension: revision-if-match 2026-06-16 01:42:03.764 7 INFO neutron.quota.resource_registry [None req-6a11d979-6ed4-4472-bb52-d8946115f8cc - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-06-16 01:42:03.764 7 WARNING neutron.quota.resource_registry [None req-6a11d979-6ed4-4472-bb52-d8946115f8cc - - - - - -] subnetpool is already registered 2026-06-16 01:42:03.764 8 INFO neutron.api.extensions [None req-f69f701a-cf86-413c-88a8-a0d8ed0a5c3f - - - - - -] Loaded extension: standard-attr-revisions 2026-06-16 01:42:03.764 7 INFO neutron.quota.resource_registry [None req-6a11d979-6ed4-4472-bb52-d8946115f8cc - - - - - -] Creating instance of CountableResource for resource:trunk 2026-06-16 01:42:03.765 7 INFO neutron.quota.resource_registry [None req-6a11d979-6ed4-4472-bb52-d8946115f8cc - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-06-16 01:42:03.765 8 INFO neutron.api.extensions [None req-f69f701a-cf86-413c-88a8-a0d8ed0a5c3f - - - - - -] Loaded extension: router_availability_zone 2026-06-16 01:42:03.765 7 INFO neutron.quota.resource_registry [None req-6a11d979-6ed4-4472-bb52-d8946115f8cc - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-06-16 01:42:03.766 7 INFO neutron.quota.resource_registry [None req-6a11d979-6ed4-4472-bb52-d8946115f8cc - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-06-16 01:42:03.766 8 INFO neutron.api.extensions [None req-f69f701a-cf86-413c-88a8-a0d8ed0a5c3f - - - - - -] Extension router-service-type not supported by any of loaded plugins 2026-06-16 01:42:03.766 7 INFO neutron.quota.resource_registry [None req-6a11d979-6ed4-4472-bb52-d8946115f8cc - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-06-16 01:42:03.767 7 INFO neutron.quota.resource_registry [None req-6a11d979-6ed4-4472-bb52-d8946115f8cc - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-06-16 01:42:03.767 7 INFO neutron.quota.resource_registry [None req-6a11d979-6ed4-4472-bb52-d8946115f8cc - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-06-16 01:42:03.767 7 WARNING neutron.quota.resource_registry [None req-6a11d979-6ed4-4472-bb52-d8946115f8cc - - - - - -] ipsecpolicy is already registered 2026-06-16 01:42:03.767 7 INFO neutron.quota.resource_registry [None req-6a11d979-6ed4-4472-bb52-d8946115f8cc - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-06-16 01:42:03.768 7 WARNING neutron.quota.resource_registry [None req-6a11d979-6ed4-4472-bb52-d8946115f8cc - - - - - -] ikepolicy is already registered 2026-06-16 01:42:03.768 8 INFO neutron.api.extensions [None req-f69f701a-cf86-413c-88a8-a0d8ed0a5c3f - - - - - -] Loaded extension: security-groups-default-rules 2026-06-16 01:42:03.768 8 INFO neutron.api.extensions [None req-f69f701a-cf86-413c-88a8-a0d8ed0a5c3f - - - - - -] Loaded extension: security-groups-normalized-cidr 2026-06-16 01:42:03.769 8 INFO neutron.api.extensions [None req-f69f701a-cf86-413c-88a8-a0d8ed0a5c3f - - - - - -] Loaded extension: port-security-groups-filtering 2026-06-16 01:42:03.769 8 INFO neutron.api.extensions [None req-f69f701a-cf86-413c-88a8-a0d8ed0a5c3f - - - - - -] Loaded extension: security-groups-remote-address-group 2026-06-16 01:42:03.770 8 INFO neutron.api.extensions [None req-f69f701a-cf86-413c-88a8-a0d8ed0a5c3f - - - - - -] Loaded extension: security-groups-rules-belongs-to-default-sg 2026-06-16 01:42:03.771 8 INFO neutron.api.extensions [None req-f69f701a-cf86-413c-88a8-a0d8ed0a5c3f - - - - - -] Loaded extension: security-groups-shared-filtering 2026-06-16 01:42:03.772 7 INFO neutron.quota.resource_registry [None req-6a11d979-6ed4-4472-bb52-d8946115f8cc - - - - - -] Creating instance of TrackedResource for resource:router 2026-06-16 01:42:03.772 7 WARNING neutron.quota.resource_registry [None req-6a11d979-6ed4-4472-bb52-d8946115f8cc - - - - - -] router is already registered 2026-06-16 01:42:03.773 7 INFO neutron.quota.resource_registry [None req-6a11d979-6ed4-4472-bb52-d8946115f8cc - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-06-16 01:42:03.773 7 WARNING neutron.quota.resource_registry [None req-6a11d979-6ed4-4472-bb52-d8946115f8cc - - - - - -] floatingip is already registered 2026-06-16 01:42:03.776 8 INFO neutron.api.extensions [None req-f69f701a-cf86-413c-88a8-a0d8ed0a5c3f - - - - - -] Loaded extension: security-group 2026-06-16 01:42:03.776 7 INFO neutron.quota.resource_registry [None req-6a11d979-6ed4-4472-bb52-d8946115f8cc - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-06-16 01:42:03.776 7 WARNING neutron.quota.resource_registry [None req-6a11d979-6ed4-4472-bb52-d8946115f8cc - - - - - -] rbac_policy is already registered 2026-06-16 01:42:03.777 7 INFO neutron.quota.resource_registry [None req-6a11d979-6ed4-4472-bb52-d8946115f8cc - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-06-16 01:42:03.777 7 WARNING neutron.quota.resource_registry [None req-6a11d979-6ed4-4472-bb52-d8946115f8cc - - - - - -] security_group is already registered 2026-06-16 01:42:03.777 8 INFO neutron.api.extensions [None req-f69f701a-cf86-413c-88a8-a0d8ed0a5c3f - - - - - -] Loaded extension: segment 2026-06-16 01:42:03.778 7 INFO neutron.quota.resource_registry [None req-6a11d979-6ed4-4472-bb52-d8946115f8cc - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-06-16 01:42:03.778 7 WARNING neutron.quota.resource_registry [None req-6a11d979-6ed4-4472-bb52-d8946115f8cc - - - - - -] security_group_rule is already registered 2026-06-16 01:42:03.778 8 INFO neutron.api.extensions [None req-f69f701a-cf86-413c-88a8-a0d8ed0a5c3f - - - - - -] Loaded extension: segments-peer-subnet-host-routes 2026-06-16 01:42:03.778 7 INFO neutron.quota.resource_registry [None req-6a11d979-6ed4-4472-bb52-d8946115f8cc - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-06-16 01:42:03.779 7 WARNING neutron.quota.resource_registry [None req-6a11d979-6ed4-4472-bb52-d8946115f8cc - - - - - -] subnetpool is already registered 2026-06-16 01:42:03.779 8 INFO neutron.api.extensions [None req-f69f701a-cf86-413c-88a8-a0d8ed0a5c3f - - - - - -] Loaded extension: service-type 2026-06-16 01:42:03.779 7 INFO neutron.quota.resource_registry [None req-6a11d979-6ed4-4472-bb52-d8946115f8cc - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-06-16 01:42:03.779 7 WARNING neutron.quota.resource_registry [None req-6a11d979-6ed4-4472-bb52-d8946115f8cc - - - - - -] subnetpool is already registered 2026-06-16 01:42:03.779 8 INFO neutron.api.extensions [None req-f69f701a-cf86-413c-88a8-a0d8ed0a5c3f - - - - - -] Loaded extension: sorting 2026-06-16 01:42:03.780 7 INFO neutron.quota.resource_registry [None req-6a11d979-6ed4-4472-bb52-d8946115f8cc - - - - - -] Creating instance of CountableResource for resource:trunk 2026-06-16 01:42:03.780 7 WARNING neutron.quota.resource_registry [None req-6a11d979-6ed4-4472-bb52-d8946115f8cc - - - - - -] trunk is already registered 2026-06-16 01:42:03.780 8 INFO neutron.api.extensions [None req-f69f701a-cf86-413c-88a8-a0d8ed0a5c3f - - - - - -] Loaded extension: standard-attr-segment 2026-06-16 01:42:03.780 7 INFO neutron.quota.resource_registry [None req-6a11d979-6ed4-4472-bb52-d8946115f8cc - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-06-16 01:42:03.780 7 WARNING neutron.quota.resource_registry [None req-6a11d979-6ed4-4472-bb52-d8946115f8cc - - - - - -] ikepolicy is already registered 2026-06-16 01:42:03.781 7 INFO neutron.quota.resource_registry [None req-6a11d979-6ed4-4472-bb52-d8946115f8cc - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-06-16 01:42:03.781 8 INFO neutron.api.extensions [None req-f69f701a-cf86-413c-88a8-a0d8ed0a5c3f - - - - - -] Loaded extension: standard-attr-description 2026-06-16 01:42:03.781 7 WARNING neutron.quota.resource_registry [None req-6a11d979-6ed4-4472-bb52-d8946115f8cc - - - - - -] ipsecpolicy is already registered 2026-06-16 01:42:03.781 7 INFO neutron.quota.resource_registry [None req-6a11d979-6ed4-4472-bb52-d8946115f8cc - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-06-16 01:42:03.781 7 WARNING neutron.quota.resource_registry [None req-6a11d979-6ed4-4472-bb52-d8946115f8cc - - - - - -] endpoint_group is already registered 2026-06-16 01:42:03.781 8 INFO neutron.api.extensions [None req-f69f701a-cf86-413c-88a8-a0d8ed0a5c3f - - - - - -] Loaded extension: stateful-security-group 2026-06-16 01:42:03.781 7 INFO neutron.quota.resource_registry [None req-6a11d979-6ed4-4472-bb52-d8946115f8cc - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-06-16 01:42:03.782 7 WARNING neutron.quota.resource_registry [None req-6a11d979-6ed4-4472-bb52-d8946115f8cc - - - - - -] vpnservice is already registered 2026-06-16 01:42:03.782 8 WARNING neutron.api.extensions [None req-f69f701a-cf86-413c-88a8-a0d8ed0a5c3f - - - - - -] Did not find expected name "Stdattrs_common" in /var/lib/openstack/lib/python3.12/site-packages/neutron/extensions/stdattrs_common.py 2026-06-16 01:42:03.782 7 INFO neutron.quota.resource_registry [None req-6a11d979-6ed4-4472-bb52-d8946115f8cc - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-06-16 01:42:03.782 7 WARNING neutron.quota.resource_registry [None req-6a11d979-6ed4-4472-bb52-d8946115f8cc - - - - - -] ipsec_site_connection is already registered 2026-06-16 01:42:03.782 8 INFO neutron.api.extensions [None req-f69f701a-cf86-413c-88a8-a0d8ed0a5c3f - - - - - -] Extension subnet-dns-publish-fixed-ip not supported by any of loaded plugins 2026-06-16 01:42:03.782 7 INFO neutron.quota.resource_registry [None req-6a11d979-6ed4-4472-bb52-d8946115f8cc - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-06-16 01:42:03.783 7 WARNING neutron.quota.resource_registry [None req-6a11d979-6ed4-4472-bb52-d8946115f8cc - - - - - -] ipsecpolicy is already registered 2026-06-16 01:42:03.783 7 INFO neutron.quota.resource_registry [None req-6a11d979-6ed4-4472-bb52-d8946115f8cc - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-06-16 01:42:03.783 8 INFO neutron.api.extensions [None req-f69f701a-cf86-413c-88a8-a0d8ed0a5c3f - - - - - -] Loaded extension: subnet-external-network 2026-06-16 01:42:03.783 7 WARNING neutron.quota.resource_registry [None req-6a11d979-6ed4-4472-bb52-d8946115f8cc - - - - - -] ikepolicy is already registered 2026-06-16 01:42:03.784 8 INFO neutron.api.extensions [None req-f69f701a-cf86-413c-88a8-a0d8ed0a5c3f - - - - - -] Loaded extension: subnet_onboard 2026-06-16 01:42:03.784 8 INFO neutron.api.extensions [None req-f69f701a-cf86-413c-88a8-a0d8ed0a5c3f - - - - - -] Loaded extension: subnet-segmentid-writable 2026-06-16 01:42:03.785 8 INFO neutron.api.extensions [None req-f69f701a-cf86-413c-88a8-a0d8ed0a5c3f - - - - - -] Loaded extension: subnet-service-types 2026-06-16 01:42:03.786 8 INFO neutron.api.extensions [None req-f69f701a-cf86-413c-88a8-a0d8ed0a5c3f - - - - - -] Loaded extension: subnet_allocation 2026-06-16 01:42:03.788 8 INFO neutron.api.extensions [None req-f69f701a-cf86-413c-88a8-a0d8ed0a5c3f - - - - - -] Loaded extension: subnetpool-prefix-ops 2026-06-16 01:42:03.789 8 INFO neutron.api.extensions [None req-f69f701a-cf86-413c-88a8-a0d8ed0a5c3f - - - - - -] Loaded extension: tag-creation 2026-06-16 01:42:03.790 8 INFO neutron.api.extensions [None req-f69f701a-cf86-413c-88a8-a0d8ed0a5c3f - - - - - -] Extension tag-ports-during-bulk-creation not supported by any of loaded plugins 2026-06-16 01:42:03.793 8 INFO neutron.api.extensions [None req-f69f701a-cf86-413c-88a8-a0d8ed0a5c3f - - - - - -] Loaded extension: standard-attr-tag 2026-06-16 01:42:03.795 8 INFO neutron.api.extensions [None req-f69f701a-cf86-413c-88a8-a0d8ed0a5c3f - - - - - -] Loaded extension: standard-attr-timestamp 2026-06-16 01:42:03.796 8 INFO neutron.api.extensions [None req-f69f701a-cf86-413c-88a8-a0d8ed0a5c3f - - - - - -] Loaded extension: trunk 2026-06-16 01:42:03.796 8 INFO neutron.api.extensions [None req-f69f701a-cf86-413c-88a8-a0d8ed0a5c3f - - - - - -] Loaded extension: trunk-details 2026-06-16 01:42:03.797 8 INFO neutron.api.extensions [None req-f69f701a-cf86-413c-88a8-a0d8ed0a5c3f - - - - - -] Extension uplink-status-propagation not supported by any of loaded plugins 2026-06-16 01:42:03.797 8 INFO neutron.api.extensions [None req-f69f701a-cf86-413c-88a8-a0d8ed0a5c3f - - - - - -] Extension uplink-status-propagation-updatable not supported by any of loaded plugins 2026-06-16 01:42:03.798 8 INFO neutron.api.extensions [None req-f69f701a-cf86-413c-88a8-a0d8ed0a5c3f - - - - - -] Extension vlan-transparent not supported by any of loaded plugins 2026-06-16 01:42:03.799 8 INFO neutron.api.extensions [None req-f69f701a-cf86-413c-88a8-a0d8ed0a5c3f - - - - - -] Loaded extension: vpn-aes-ctr 2026-06-16 01:42:03.801 8 INFO neutron.api.extensions [None req-f69f701a-cf86-413c-88a8-a0d8ed0a5c3f - - - - - -] Extension vpn-agent-scheduler not supported by any of loaded plugins 2026-06-16 01:42:03.801 8 INFO neutron.api.extensions [None req-f69f701a-cf86-413c-88a8-a0d8ed0a5c3f - - - - - -] Loaded extension: vpn-endpoint-groups 2026-06-16 01:42:03.802 8 INFO neutron.api.extensions [None req-f69f701a-cf86-413c-88a8-a0d8ed0a5c3f - - - - - -] Loaded extension: vpn-flavors 2026-06-16 01:42:03.804 8 INFO neutron.api.extensions [None req-f69f701a-cf86-413c-88a8-a0d8ed0a5c3f - - - - - -] Loaded extension: vpnaas 2026-06-16 01:42:03.806 8 INFO neutron.api.extensions [None req-f69f701a-cf86-413c-88a8-a0d8ed0a5c3f - - - - - -] Loaded extension: taas 2026-06-16 01:42:03.807 8 INFO neutron.api.extensions [None req-f69f701a-cf86-413c-88a8-a0d8ed0a5c3f - - - - - -] Loaded extension: tap-mirror 2026-06-16 01:42:03.808 8 INFO neutron.api.extensions [None req-f69f701a-cf86-413c-88a8-a0d8ed0a5c3f - - - - - -] Loaded extension: taas-vlan-filter 2026-06-16 01:42:03.811 8 INFO neutron.quota.resource_registry [None req-f69f701a-cf86-413c-88a8-a0d8ed0a5c3f - - - - - -] Creating instance of TrackedResource for resource:network 2026-06-16 01:42:03.811 8 INFO neutron.quota.resource_registry [None req-f69f701a-cf86-413c-88a8-a0d8ed0a5c3f - - - - - -] Creating instance of TrackedResource for resource:subnet 2026-06-16 01:42:03.811 8 INFO neutron.quota.resource_registry [None req-f69f701a-cf86-413c-88a8-a0d8ed0a5c3f - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-06-16 01:42:03.811 8 INFO neutron.quota.resource_registry [None req-f69f701a-cf86-413c-88a8-a0d8ed0a5c3f - - - - - -] Creating instance of TrackedResource for resource:port 2026-06-16 01:42:03.815 8 INFO neutron.quota.resource_registry [None req-f69f701a-cf86-413c-88a8-a0d8ed0a5c3f - - - - - -] Creating instance of TrackedResource for resource:router 2026-06-16 01:42:03.815 8 INFO neutron.quota.resource_registry [None req-f69f701a-cf86-413c-88a8-a0d8ed0a5c3f - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-06-16 01:42:03.820 8 INFO neutron.quota.resource_registry [None req-f69f701a-cf86-413c-88a8-a0d8ed0a5c3f - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-06-16 01:42:03.821 8 INFO neutron.quota.resource_registry [None req-f69f701a-cf86-413c-88a8-a0d8ed0a5c3f - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-06-16 01:42:03.821 8 INFO neutron.quota.resource_registry [None req-f69f701a-cf86-413c-88a8-a0d8ed0a5c3f - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-06-16 01:42:03.821 7 WARNING keystonemiddleware._common.config [None req-6a11d979-6ed4-4472-bb52-d8946115f8cc - - - - - -] The option "audit_map_file" is not known to keystonemiddleware 2026-06-16 01:42:03.822 8 INFO neutron.quota.resource_registry [None req-f69f701a-cf86-413c-88a8-a0d8ed0a5c3f - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-06-16 01:42:03.822 8 WARNING neutron.quota.resource_registry [None req-f69f701a-cf86-413c-88a8-a0d8ed0a5c3f - - - - - -] subnetpool is already registered 2026-06-16 01:42:03.823 8 INFO neutron.quota.resource_registry [None req-f69f701a-cf86-413c-88a8-a0d8ed0a5c3f - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-06-16 01:42:03.823 8 WARNING neutron.quota.resource_registry [None req-f69f701a-cf86-413c-88a8-a0d8ed0a5c3f - - - - - -] subnetpool is already registered 2026-06-16 01:42:03.823 8 INFO neutron.quota.resource_registry [None req-f69f701a-cf86-413c-88a8-a0d8ed0a5c3f - - - - - -] Creating instance of CountableResource for resource:trunk 2026-06-16 01:42:03.824 8 INFO neutron.quota.resource_registry [None req-f69f701a-cf86-413c-88a8-a0d8ed0a5c3f - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-06-16 01:42:03.824 8 INFO neutron.quota.resource_registry [None req-f69f701a-cf86-413c-88a8-a0d8ed0a5c3f - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-06-16 01:42:03.825 8 INFO neutron.quota.resource_registry [None req-f69f701a-cf86-413c-88a8-a0d8ed0a5c3f - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-06-16 01:42:03.825 8 INFO neutron.quota.resource_registry [None req-f69f701a-cf86-413c-88a8-a0d8ed0a5c3f - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-06-16 01:42:03.826 8 INFO neutron.quota.resource_registry [None req-f69f701a-cf86-413c-88a8-a0d8ed0a5c3f - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-06-16 01:42:03.826 8 INFO neutron.quota.resource_registry [None req-f69f701a-cf86-413c-88a8-a0d8ed0a5c3f - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-06-16 01:42:03.826 8 WARNING neutron.quota.resource_registry [None req-f69f701a-cf86-413c-88a8-a0d8ed0a5c3f - - - - - -] ipsecpolicy is already registered 2026-06-16 01:42:03.827 8 INFO neutron.quota.resource_registry [None req-f69f701a-cf86-413c-88a8-a0d8ed0a5c3f - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-06-16 01:42:03.827 8 WARNING neutron.quota.resource_registry [None req-f69f701a-cf86-413c-88a8-a0d8ed0a5c3f - - - - - -] ikepolicy is already registered 2026-06-16 01:42:03.828 7 WARNING oslo_config.cfg [None req-6a11d979-6ed4-4472-bb52-d8946115f8cc - - - - - -] 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 0x7fe956529668 pid: 7 (default app) 2026-06-16 01:42:03.832 8 INFO neutron.quota.resource_registry [None req-f69f701a-cf86-413c-88a8-a0d8ed0a5c3f - - - - - -] Creating instance of TrackedResource for resource:router 2026-06-16 01:42:03.832 8 WARNING neutron.quota.resource_registry [None req-f69f701a-cf86-413c-88a8-a0d8ed0a5c3f - - - - - -] router is already registered 2026-06-16 01:42:03.833 8 INFO neutron.quota.resource_registry [None req-f69f701a-cf86-413c-88a8-a0d8ed0a5c3f - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-06-16 01:42:03.833 8 WARNING neutron.quota.resource_registry [None req-f69f701a-cf86-413c-88a8-a0d8ed0a5c3f - - - - - -] floatingip is already registered 2026-06-16 01:42:03.837 8 INFO neutron.quota.resource_registry [None req-f69f701a-cf86-413c-88a8-a0d8ed0a5c3f - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-06-16 01:42:03.837 8 WARNING neutron.quota.resource_registry [None req-f69f701a-cf86-413c-88a8-a0d8ed0a5c3f - - - - - -] rbac_policy is already registered 2026-06-16 01:42:03.838 8 INFO neutron.quota.resource_registry [None req-f69f701a-cf86-413c-88a8-a0d8ed0a5c3f - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-06-16 01:42:03.838 8 WARNING neutron.quota.resource_registry [None req-f69f701a-cf86-413c-88a8-a0d8ed0a5c3f - - - - - -] security_group is already registered 2026-06-16 01:42:03.839 8 INFO neutron.quota.resource_registry [None req-f69f701a-cf86-413c-88a8-a0d8ed0a5c3f - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-06-16 01:42:03.839 8 WARNING neutron.quota.resource_registry [None req-f69f701a-cf86-413c-88a8-a0d8ed0a5c3f - - - - - -] security_group_rule is already registered 2026-06-16 01:42:03.840 8 INFO neutron.quota.resource_registry [None req-f69f701a-cf86-413c-88a8-a0d8ed0a5c3f - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-06-16 01:42:03.840 8 WARNING neutron.quota.resource_registry [None req-f69f701a-cf86-413c-88a8-a0d8ed0a5c3f - - - - - -] subnetpool is already registered 2026-06-16 01:42:03.840 8 INFO neutron.quota.resource_registry [None req-f69f701a-cf86-413c-88a8-a0d8ed0a5c3f - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-06-16 01:42:03.840 8 WARNING neutron.quota.resource_registry [None req-f69f701a-cf86-413c-88a8-a0d8ed0a5c3f - - - - - -] subnetpool is already registered 2026-06-16 01:42:03.841 8 INFO neutron.quota.resource_registry [None req-f69f701a-cf86-413c-88a8-a0d8ed0a5c3f - - - - - -] Creating instance of CountableResource for resource:trunk 2026-06-16 01:42:03.841 8 WARNING neutron.quota.resource_registry [None req-f69f701a-cf86-413c-88a8-a0d8ed0a5c3f - - - - - -] trunk is already registered 2026-06-16 01:42:03.842 8 INFO neutron.quota.resource_registry [None req-f69f701a-cf86-413c-88a8-a0d8ed0a5c3f - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-06-16 01:42:03.842 8 WARNING neutron.quota.resource_registry [None req-f69f701a-cf86-413c-88a8-a0d8ed0a5c3f - - - - - -] ikepolicy is already registered 2026-06-16 01:42:03.842 8 INFO neutron.quota.resource_registry [None req-f69f701a-cf86-413c-88a8-a0d8ed0a5c3f - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-06-16 01:42:03.842 8 WARNING neutron.quota.resource_registry [None req-f69f701a-cf86-413c-88a8-a0d8ed0a5c3f - - - - - -] ipsecpolicy is already registered 2026-06-16 01:42:03.843 8 INFO neutron.quota.resource_registry [None req-f69f701a-cf86-413c-88a8-a0d8ed0a5c3f - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-06-16 01:42:03.843 8 WARNING neutron.quota.resource_registry [None req-f69f701a-cf86-413c-88a8-a0d8ed0a5c3f - - - - - -] endpoint_group is already registered 2026-06-16 01:42:03.844 8 INFO neutron.quota.resource_registry [None req-f69f701a-cf86-413c-88a8-a0d8ed0a5c3f - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-06-16 01:42:03.844 8 WARNING neutron.quota.resource_registry [None req-f69f701a-cf86-413c-88a8-a0d8ed0a5c3f - - - - - -] vpnservice is already registered 2026-06-16 01:42:03.844 8 INFO neutron.quota.resource_registry [None req-f69f701a-cf86-413c-88a8-a0d8ed0a5c3f - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-06-16 01:42:03.844 8 WARNING neutron.quota.resource_registry [None req-f69f701a-cf86-413c-88a8-a0d8ed0a5c3f - - - - - -] ipsec_site_connection is already registered 2026-06-16 01:42:03.845 8 INFO neutron.quota.resource_registry [None req-f69f701a-cf86-413c-88a8-a0d8ed0a5c3f - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-06-16 01:42:03.845 8 WARNING neutron.quota.resource_registry [None req-f69f701a-cf86-413c-88a8-a0d8ed0a5c3f - - - - - -] ipsecpolicy is already registered 2026-06-16 01:42:03.845 8 INFO neutron.quota.resource_registry [None req-f69f701a-cf86-413c-88a8-a0d8ed0a5c3f - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-06-16 01:42:03.846 8 WARNING neutron.quota.resource_registry [None req-f69f701a-cf86-413c-88a8-a0d8ed0a5c3f - - - - - -] ikepolicy is already registered 2026-06-16 01:42:03.882 8 WARNING keystonemiddleware._common.config [None req-f69f701a-cf86-413c-88a8-a0d8ed0a5c3f - - - - - -] The option "audit_map_file" is not known to keystonemiddleware 2026-06-16 01:42:03.890 8 WARNING oslo_config.cfg [None req-f69f701a-cf86-413c-88a8-a0d8ed0a5c3f - - - - - -] 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 0x7fe956529668 pid: 8 (default app) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: unknown. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-16 01:42:08.527 7 INFO neutron.pecan_wsgi.hooks.translation [None req-e2c84db3-f5da-41c7-904f-b4240942b6df cfe1be6b7d8940b2ad3e6e1803af287d c448ca45ae6a4527b9385daa10cf3bb2 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 3/3] 199.204.45.53 () {44 vars in 923 bytes} [Tue Jun 16 01:42:07 2026] GET /v2.0/networks/public => generated 108 bytes in 869 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: unknown. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1/4] 199.204.45.53 () {44 vars in 945 bytes} [Tue Jun 16 01:42:08 2026] GET /v2.0/networks?name=public => generated 15 bytes in 388 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-16 01:42:09.331 7 WARNING neutron.services.revisions.revision_plugin [None req-5a9b73f3-71a1-4b60-a627-099bdea3f356 cfe1be6b7d8940b2ad3e6e1803af287d c448ca45ae6a4527b9385daa10cf3bb2 - - default default] Could not find related network for resource to bump revision. 2026-06-16 01:42:09.352 7 INFO neutron.db.segments_db [None req-5a9b73f3-71a1-4b60-a627-099bdea3f356 cfe1be6b7d8940b2ad3e6e1803af287d c448ca45ae6a4527b9385daa10cf3bb2 - - default default] Added segment 4c11f965-7968-48c6-b2f1-0f32eefe3a47 of type flat for network fa98d789-27b6-4af3-830a-6167a1f026f3 2026-06-16 01:42:09.398 7 INFO neutron.pecan_wsgi.hooks.translation [None req-5a9b73f3-71a1-4b60-a627-099bdea3f356 cfe1be6b7d8940b2ad3e6e1803af287d c448ca45ae6a4527b9385daa10cf3bb2 - - default default] POST failed (client error): The resource could not be found. [pid: 7|app: 0|req: 4/5] 199.204.45.53 () {48 vars in 963 bytes} [Tue Jun 16 01:42:08 2026] POST /v2.0/networks => generated 124 bytes in 491 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-16 01:42:15.236 7 INFO neutron.pecan_wsgi.hooks.translation [None req-d4f281ff-e06b-45df-a21d-9ce8f3e6b61f cfe1be6b7d8940b2ad3e6e1803af287d c448ca45ae6a4527b9385daa10cf3bb2 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 5/7] 199.204.45.53 () {44 vars in 923 bytes} [Tue Jun 16 01:42:15 2026] GET /v2.0/networks/public => generated 108 bytes in 54 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3/8] 199.204.45.53 () {44 vars in 945 bytes} [Tue Jun 16 01:42:15 2026] GET /v2.0/networks?name=public => generated 15 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-16 01:42:15.317 7 WARNING neutron.services.revisions.revision_plugin [None req-70e751dd-adf7-45e8-9082-65dd61c98cdd cfe1be6b7d8940b2ad3e6e1803af287d c448ca45ae6a4527b9385daa10cf3bb2 - - default default] Could not find related network for resource to bump revision. 2026-06-16 01:42:15.332 7 INFO neutron.db.segments_db [None req-70e751dd-adf7-45e8-9082-65dd61c98cdd cfe1be6b7d8940b2ad3e6e1803af287d c448ca45ae6a4527b9385daa10cf3bb2 - - default default] Added segment d296f070-e52e-474f-87b0-12a42f442829 of type flat for network e84cecb4-01c3-40a7-b731-53730c8a914d 2026-06-16 01:42:15.357 7 INFO neutron.pecan_wsgi.hooks.translation [None req-70e751dd-adf7-45e8-9082-65dd61c98cdd cfe1be6b7d8940b2ad3e6e1803af287d c448ca45ae6a4527b9385daa10cf3bb2 - - default default] POST failed (client error): The resource could not be found. [pid: 7|app: 0|req: 6/9] 199.204.45.53 () {48 vars in 963 bytes} [Tue Jun 16 01:42:15 2026] POST /v2.0/networks => generated 124 bytes in 107 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-16 01:42:21.589 8 INFO neutron.pecan_wsgi.hooks.translation [None req-2a76df1d-c1fa-4ff7-a595-cfbe37bdcb2c cfe1be6b7d8940b2ad3e6e1803af287d c448ca45ae6a4527b9385daa10cf3bb2 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 4/10] 199.204.45.53 () {44 vars in 923 bytes} [Tue Jun 16 01:42:21 2026] GET /v2.0/networks/public => generated 108 bytes in 373 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 7/11] 199.204.45.53 () {44 vars in 945 bytes} [Tue Jun 16 01:42:21 2026] GET /v2.0/networks?name=public => generated 15 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-16 01:42:21.862 8 WARNING neutron.services.revisions.revision_plugin [None req-3510faed-3f1e-480d-bf96-2f15af35cafe cfe1be6b7d8940b2ad3e6e1803af287d c448ca45ae6a4527b9385daa10cf3bb2 - - default default] Could not find related network for resource to bump revision. 2026-06-16 01:42:21.887 8 INFO neutron.db.segments_db [None req-3510faed-3f1e-480d-bf96-2f15af35cafe cfe1be6b7d8940b2ad3e6e1803af287d c448ca45ae6a4527b9385daa10cf3bb2 - - default default] Added segment 55460662-8629-4197-af3e-022f9d23ba37 of type flat for network d00abb03-2f46-4f27-b89f-e3efb297c7b8 2026-06-16 01:42:21.939 8 INFO neutron.pecan_wsgi.hooks.translation [None req-3510faed-3f1e-480d-bf96-2f15af35cafe cfe1be6b7d8940b2ad3e6e1803af287d c448ca45ae6a4527b9385daa10cf3bb2 - - default default] POST failed (client error): The resource could not be found. [pid: 8|app: 0|req: 5/12] 199.204.45.53 () {48 vars in 963 bytes} [Tue Jun 16 01:42:21 2026] POST /v2.0/networks => generated 124 bytes in 335 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-16 01:42:27.823 7 INFO neutron.pecan_wsgi.hooks.translation [None req-5b045367-533d-4f23-b14a-0e39cef7131e cfe1be6b7d8940b2ad3e6e1803af287d c448ca45ae6a4527b9385daa10cf3bb2 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 8/13] 199.204.45.53 () {44 vars in 923 bytes} [Tue Jun 16 01:42:27 2026] GET /v2.0/networks/public => generated 108 bytes in 50 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 6/14] 199.204.45.53 () {44 vars in 945 bytes} [Tue Jun 16 01:42:27 2026] GET /v2.0/networks?name=public => generated 15 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-16 01:42:27.903 7 WARNING neutron.services.revisions.revision_plugin [None req-83614ec1-d834-4f8e-a4e7-0ea48e898de5 cfe1be6b7d8940b2ad3e6e1803af287d c448ca45ae6a4527b9385daa10cf3bb2 - - default default] Could not find related network for resource to bump revision. 2026-06-16 01:42:27.924 7 INFO neutron.db.segments_db [None req-83614ec1-d834-4f8e-a4e7-0ea48e898de5 cfe1be6b7d8940b2ad3e6e1803af287d c448ca45ae6a4527b9385daa10cf3bb2 - - default default] Added segment db0833ac-9a15-489f-9387-15255dd13c5e of type flat for network dd31f6f5-d726-4109-aba5-bd9bcb4bfb02 2026-06-16 01:42:27.950 7 INFO neutron.pecan_wsgi.hooks.translation [None req-83614ec1-d834-4f8e-a4e7-0ea48e898de5 cfe1be6b7d8940b2ad3e6e1803af287d c448ca45ae6a4527b9385daa10cf3bb2 - - default default] POST failed (client error): The resource could not be found. [pid: 7|app: 0|req: 9/15] 199.204.45.53 () {48 vars in 963 bytes} [Tue Jun 16 01:42:27 2026] POST /v2.0/networks => generated 124 bytes in 113 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-16 01:42:33.895 7 INFO neutron.pecan_wsgi.hooks.translation [None req-3460ef0f-5a59-4122-9baf-2d622be8b246 cfe1be6b7d8940b2ad3e6e1803af287d c448ca45ae6a4527b9385daa10cf3bb2 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 10/17] 199.204.45.53 () {44 vars in 923 bytes} [Tue Jun 16 01:42:33 2026] GET /v2.0/networks/public => generated 108 bytes in 43 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 8/18] 199.204.45.53 () {44 vars in 945 bytes} [Tue Jun 16 01:42:33 2026] GET /v2.0/networks?name=public => generated 15 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-16 01:42:33.978 7 WARNING neutron.services.revisions.revision_plugin [None req-5dafe462-eb18-4d78-8f59-d70554cbff8b cfe1be6b7d8940b2ad3e6e1803af287d c448ca45ae6a4527b9385daa10cf3bb2 - - default default] Could not find related network for resource to bump revision. 2026-06-16 01:42:33.995 7 INFO neutron.db.segments_db [None req-5dafe462-eb18-4d78-8f59-d70554cbff8b cfe1be6b7d8940b2ad3e6e1803af287d c448ca45ae6a4527b9385daa10cf3bb2 - - default default] Added segment 6e17aa03-4cc1-4ffd-8b67-984a5ebb4922 of type flat for network 7b581efd-7a43-463f-9760-467c62667f75 2026-06-16 01:42:34.019 7 INFO neutron.pecan_wsgi.hooks.translation [None req-5dafe462-eb18-4d78-8f59-d70554cbff8b cfe1be6b7d8940b2ad3e6e1803af287d c448ca45ae6a4527b9385daa10cf3bb2 - - default default] POST failed (client error): The resource could not be found. [pid: 7|app: 0|req: 11/19] 199.204.45.53 () {48 vars in 963 bytes} [Tue Jun 16 01:42:33 2026] POST /v2.0/networks => generated 124 bytes in 112 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-16 01:42:39.946 8 INFO neutron.pecan_wsgi.hooks.translation [None req-24d3fd53-2246-49d4-9a11-811f4e226e5b cfe1be6b7d8940b2ad3e6e1803af287d c448ca45ae6a4527b9385daa10cf3bb2 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 9/20] 199.204.45.53 () {44 vars in 923 bytes} [Tue Jun 16 01:42:39 2026] GET /v2.0/networks/public => generated 108 bytes in 62 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 12/21] 199.204.45.53 () {44 vars in 945 bytes} [Tue Jun 16 01:42:39 2026] GET /v2.0/networks?name=public => generated 15 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-16 01:42:40.029 8 WARNING neutron.services.revisions.revision_plugin [None req-c488b1f0-0770-49cd-a951-54f0a6e70652 cfe1be6b7d8940b2ad3e6e1803af287d c448ca45ae6a4527b9385daa10cf3bb2 - - default default] Could not find related network for resource to bump revision. 2026-06-16 01:42:40.053 8 INFO neutron.db.segments_db [None req-c488b1f0-0770-49cd-a951-54f0a6e70652 cfe1be6b7d8940b2ad3e6e1803af287d c448ca45ae6a4527b9385daa10cf3bb2 - - default default] Added segment 38b99ce9-7bfd-4087-aab6-fa4b986d91a0 of type flat for network 3a254280-d1cb-4de6-a11d-98987e57e7dd 2026-06-16 01:42:40.080 8 INFO neutron.pecan_wsgi.hooks.translation [None req-c488b1f0-0770-49cd-a951-54f0a6e70652 cfe1be6b7d8940b2ad3e6e1803af287d c448ca45ae6a4527b9385daa10cf3bb2 - - default default] POST failed (client error): The resource could not be found. [pid: 8|app: 0|req: 10/22] 199.204.45.53 () {48 vars in 963 bytes} [Tue Jun 16 01:42:39 2026] POST /v2.0/networks => generated 124 bytes in 120 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-16 01:42:46.084 8 INFO neutron.pecan_wsgi.hooks.translation [None req-ae644416-e731-40aa-a020-a1ffb99c8051 cfe1be6b7d8940b2ad3e6e1803af287d c448ca45ae6a4527b9385daa10cf3bb2 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 11/24] 199.204.45.53 () {44 vars in 923 bytes} [Tue Jun 16 01:42:46 2026] GET /v2.0/networks/public => generated 108 bytes in 45 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 14/25] 199.204.45.53 () {44 vars in 945 bytes} [Tue Jun 16 01:42:46 2026] GET /v2.0/networks?name=public => generated 15 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-16 01:42:48.922 8 WARNING neutron.services.revisions.revision_plugin [None req-fc984edc-df8a-4066-95a0-843e39721308 cfe1be6b7d8940b2ad3e6e1803af287d c448ca45ae6a4527b9385daa10cf3bb2 - - default default] Could not find related network for resource to bump revision. 2026-06-16 01:42:48.945 8 INFO neutron.db.segments_db [None req-fc984edc-df8a-4066-95a0-843e39721308 cfe1be6b7d8940b2ad3e6e1803af287d c448ca45ae6a4527b9385daa10cf3bb2 - - default default] Added segment 9eea9c36-9d5e-4449-92be-25cdfaabda32 of type flat for network 12e17d28-9927-4b2c-aebb-0d27b6645488 [pid: 8|app: 0|req: 12/26] 199.204.45.53 () {48 vars in 963 bytes} [Tue Jun 16 01:42:46 2026] POST /v2.0/networks => generated 706 bytes in 3022 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-16 01:42:50.372 7 INFO neutron.pecan_wsgi.hooks.translation [None req-c12c0c53-decd-47fa-bd2b-157fe2146a0b cfe1be6b7d8940b2ad3e6e1803af287d c448ca45ae6a4527b9385daa10cf3bb2 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 15/27] 199.204.45.53 () {44 vars in 923 bytes} [Tue Jun 16 01:42:50 2026] GET /v2.0/networks/public => generated 108 bytes in 48 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 13/28] 199.204.45.53 () {44 vars in 945 bytes} [Tue Jun 16 01:42:50 2026] GET /v2.0/networks?name=public => generated 709 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 01:42:50.445 7 INFO neutron.pecan_wsgi.hooks.translation [None req-e65b8f81-b624-4858-b2a6-0e53f340f60d cfe1be6b7d8940b2ad3e6e1803af287d c448ca45ae6a4527b9385daa10cf3bb2 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 16/29] 199.204.45.53 () {44 vars in 1030 bytes} [Tue Jun 16 01:42:50 2026] GET /v2.0/subnets/public-subnet?network_id=12e17d28-9927-4b2c-aebb-0d27b6645488 => generated 113 bytes in 38 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 14/30] 199.204.45.53 () {44 vars in 1053 bytes} [Tue Jun 16 01:42:50 2026] GET /v2.0/subnets?name=public-subnet&network_id=12e17d28-9927-4b2c-aebb-0d27b6645488 => 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: 17/31] 199.204.45.53 () {48 vars in 961 bytes} [Tue Jun 16 01:42:50 2026] POST /v2.0/subnets => generated 664 bytes in 346 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-16 01:47:49.048 8 INFO neutron.pecan_wsgi.hooks.translation [None req-5a5af625-2f0c-4bb3-aa7f-4b7801915098 cfe1be6b7d8940b2ad3e6e1803af287d c448ca45ae6a4527b9385daa10cf3bb2 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 35/72] 199.204.45.53 () {44 vars in 933 bytes} [Tue Jun 16 01:47:48 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 145 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 38/73] 199.204.45.53 () {44 vars in 955 bytes} [Tue Jun 16 01:47:49 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 15 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-16 01:47:49.197 8 INFO neutron.db.segments_db [None req-b413556e-1c16-4365-a9c9-1c8d6489151e cfe1be6b7d8940b2ad3e6e1803af287d c448ca45ae6a4527b9385daa10cf3bb2 - - default default] Added segment 6476531b-5114-40d2-b392-13f2ff736d9c of type vxlan for network d26df95f-633f-466e-834d-4cdde880a26a [pid: 8|app: 0|req: 36/74] 199.204.45.53 () {48 vars in 962 bytes} [Tue Jun 16 01:47:49 2026] POST /v2.0/networks => generated 688 bytes in 270 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-16 01:47:50.320 7 INFO neutron.pecan_wsgi.hooks.translation [None req-5c6e936f-de32-4d28-aa22-0f04f06802fb cfe1be6b7d8940b2ad3e6e1803af287d c448ca45ae6a4527b9385daa10cf3bb2 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 39/75] 199.204.45.53 () {44 vars in 933 bytes} [Tue Jun 16 01:47:50 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 41 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 37/76] 199.204.45.53 () {44 vars in 955 bytes} [Tue Jun 16 01:47:50 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 691 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 01:47:50.383 7 INFO neutron.pecan_wsgi.hooks.translation [None req-8f14a649-f61c-4ffe-9f84-382af2485758 cfe1be6b7d8940b2ad3e6e1803af287d c448ca45ae6a4527b9385daa10cf3bb2 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 40/77] 199.204.45.53 () {44 vars in 1032 bytes} [Tue Jun 16 01:47:50 2026] GET /v2.0/subnets/lb-mgmt-subnet?network_id=d26df95f-633f-466e-834d-4cdde880a26a => generated 114 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 38/78] 199.204.45.53 () {44 vars in 1055 bytes} [Tue Jun 16 01:47:50 2026] GET /v2.0/subnets?name=lb-mgmt-subnet&network_id=d26df95f-633f-466e-834d-4cdde880a26a => generated 14 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 41/79] 199.204.45.53 () {48 vars in 961 bytes} [Tue Jun 16 01:47:50 2026] POST /v2.0/subnets => generated 651 bytes in 523 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-16 01:47:52.198 8 INFO neutron.api.v2.resource [None req-bd31692f-0224-4704-9f41-7584dead2054 cfe1be6b7d8940b2ad3e6e1803af287d c448ca45ae6a4527b9385daa10cf3bb2 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 39/80] 199.204.45.53 () {44 vars in 967 bytes} [Tue Jun 16 01:47:52 2026] GET /v2.0/security-groups/lb-health-mgr-sec-grp => generated 131 bytes in 52 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 42/81] 199.204.45.53 () {44 vars in 989 bytes} [Tue Jun 16 01:47:52 2026] GET /v2.0/security-groups?name=lb-health-mgr-sec-grp => generated 23 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 40/82] 199.204.45.53 () {48 vars in 976 bytes} [Tue Jun 16 01:47:52 2026] POST /v2.0/security-groups => generated 1616 bytes in 275 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 43/83] 199.204.45.53 () {44 vars in 997 bytes} [Tue Jun 16 01:47:53 2026] GET /v2.0/security-groups/ca6146f3-87ed-4cab-aa33-7edaf3215bd1 => generated 1616 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 41/84] 199.204.45.53 () {44 vars in 997 bytes} [Tue Jun 16 01:47:53 2026] GET /v2.0/security-groups/ca6146f3-87ed-4cab-aa33-7edaf3215bd1 => generated 1616 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 44/85] 199.204.45.53 () {44 vars in 997 bytes} [Tue Jun 16 01:47:53 2026] GET /v2.0/security-groups/ca6146f3-87ed-4cab-aa33-7edaf3215bd1 => generated 1616 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 42/86] 199.204.45.53 () {48 vars in 987 bytes} [Tue Jun 16 01:47:53 2026] POST /v2.0/security-group-rules => generated 601 bytes in 237 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 45/87] 199.204.45.53 () {44 vars in 997 bytes} [Tue Jun 16 01:47:55 2026] GET /v2.0/security-groups/ca6146f3-87ed-4cab-aa33-7edaf3215bd1 => generated 2230 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 43/88] 199.204.45.53 () {44 vars in 997 bytes} [Tue Jun 16 01:47:55 2026] GET /v2.0/security-groups/ca6146f3-87ed-4cab-aa33-7edaf3215bd1 => generated 2230 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 46/89] 199.204.45.53 () {44 vars in 997 bytes} [Tue Jun 16 01:47:55 2026] GET /v2.0/security-groups/ca6146f3-87ed-4cab-aa33-7edaf3215bd1 => generated 2230 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 44/90] 199.204.45.53 () {48 vars in 987 bytes} [Tue Jun 16 01:47:55 2026] POST /v2.0/security-group-rules => generated 603 bytes in 300 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 47/91] 199.204.45.53 () {44 vars in 997 bytes} [Tue Jun 16 01:47:56 2026] GET /v2.0/security-groups/ca6146f3-87ed-4cab-aa33-7edaf3215bd1 => 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: 45/92] 199.204.45.53 () {44 vars in 997 bytes} [Tue Jun 16 01:47:56 2026] GET /v2.0/security-groups/ca6146f3-87ed-4cab-aa33-7edaf3215bd1 => generated 2846 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 48/93] 199.204.45.53 () {44 vars in 997 bytes} [Tue Jun 16 01:47:56 2026] GET /v2.0/security-groups/ca6146f3-87ed-4cab-aa33-7edaf3215bd1 => generated 2846 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 46/94] 199.204.45.53 () {48 vars in 987 bytes} [Tue Jun 16 01:47:56 2026] POST /v2.0/security-group-rules => generated 603 bytes in 161 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 49/95] 199.204.45.53 () {44 vars in 997 bytes} [Tue Jun 16 01:47:57 2026] GET /v2.0/security-groups/ca6146f3-87ed-4cab-aa33-7edaf3215bd1 => generated 3462 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 47/96] 199.204.45.53 () {44 vars in 997 bytes} [Tue Jun 16 01:47:57 2026] GET /v2.0/security-groups/ca6146f3-87ed-4cab-aa33-7edaf3215bd1 => generated 3462 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 50/97] 199.204.45.53 () {44 vars in 997 bytes} [Tue Jun 16 01:47:57 2026] GET /v2.0/security-groups/ca6146f3-87ed-4cab-aa33-7edaf3215bd1 => generated 3462 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 48/98] 199.204.45.53 () {48 vars in 987 bytes} [Tue Jun 16 01:47:57 2026] POST /v2.0/security-group-rules => generated 603 bytes in 263 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 51/99] 199.204.45.53 () {44 vars in 997 bytes} [Tue Jun 16 01:47:58 2026] GET /v2.0/security-groups/ca6146f3-87ed-4cab-aa33-7edaf3215bd1 => generated 4078 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 49/100] 199.204.45.53 () {44 vars in 997 bytes} [Tue Jun 16 01:47:58 2026] GET /v2.0/security-groups/ca6146f3-87ed-4cab-aa33-7edaf3215bd1 => generated 4078 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 52/101] 199.204.45.53 () {44 vars in 997 bytes} [Tue Jun 16 01:47:58 2026] GET /v2.0/security-groups/ca6146f3-87ed-4cab-aa33-7edaf3215bd1 => generated 4078 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 50/102] 199.204.45.53 () {48 vars in 987 bytes} [Tue Jun 16 01:47:58 2026] POST /v2.0/security-group-rules => generated 603 bytes in 109 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 54/105] 199.204.45.53 () {44 vars in 983 bytes} [Tue Jun 16 01:48:00 2026] GET /v2.0/networks/d26df95f-633f-466e-834d-4cdde880a26a => generated 732 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 01:48:00.268 8 INFO neutron.pecan_wsgi.hooks.translation [None req-038b5646-ae7a-44c3-ad03-e1066f9918d8 cfe1be6b7d8940b2ad3e6e1803af287d c448ca45ae6a4527b9385daa10cf3bb2 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 52/106] 199.204.45.53 () {44 vars in 1072 bytes} [Tue Jun 16 01:48:00 2026] GET /v2.0/ports/octavia-health-manager-port-instance?network_id=d26df95f-633f-466e-834d-4cdde880a26a => generated 132 bytes in 43 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 55/107] 199.204.45.53 () {44 vars in 1095 bytes} [Tue Jun 16 01:48:00 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance&network_id=d26df95f-633f-466e-834d-4cdde880a26a => generated 12 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 53/108] 199.204.45.53 () {44 vars in 997 bytes} [Tue Jun 16 01:48:00 2026] GET /v2.0/security-groups/ca6146f3-87ed-4cab-aa33-7edaf3215bd1 => generated 4694 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 56/109] 199.204.45.53 () {48 vars in 957 bytes} [Tue Jun 16 01:48:00 2026] POST /v2.0/ports => generated 1100 bytes in 370 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-06-16 01:48:09.258 8 INFO neutron.pecan_wsgi.hooks.translation [None req-caeae5ec-ede6-4d92-9daf-d2cab4a12ce2 cfe1be6b7d8940b2ad3e6e1803af287d c448ca45ae6a4527b9385daa10cf3bb2 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 54/110] 199.204.45.53 () {44 vars in 975 bytes} [Tue Jun 16 01:48:09 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 64 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: unknown. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 57/111] 199.204.45.53 () {44 vars in 997 bytes} [Tue Jun 16 01:48:09 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1103 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 55/112] 199.204.45.53 () {48 vars in 1027 bytes} [Tue Jun 16 01:48:09 2026] PUT /v2.0/ports/d37092c3-b14e-40bd-bc67-4c92f182a14f => generated 1249 bytes in 813 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 58/113] 199.204.45.53 () {44 vars in 916 bytes} [Tue Jun 16 01:48:11 2026] GET /v2.0/ports => generated 3730 bytes in 405 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-06-16 01:48:13.419 8 INFO neutron.api.v2.resource [None req-56ded5d7-691f-44d5-9225-c920956b80da cfe1be6b7d8940b2ad3e6e1803af287d c448ca45ae6a4527b9385daa10cf3bb2 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 56/114] 199.204.45.53 () {44 vars in 955 bytes} [Tue Jun 16 01:48:13 2026] GET /v2.0/security-groups/lb-mgmt-sec-grp => generated 125 bytes in 42 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 59/115] 199.204.45.53 () {44 vars in 977 bytes} [Tue Jun 16 01:48:13 2026] GET /v2.0/security-groups?name=lb-mgmt-sec-grp => generated 23 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 57/116] 199.204.45.53 () {48 vars in 976 bytes} [Tue Jun 16 01:48:13 2026] POST /v2.0/security-groups => generated 1610 bytes in 175 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 60/117] 199.204.45.53 () {44 vars in 997 bytes} [Tue Jun 16 01:48:14 2026] GET /v2.0/security-groups/6391ab96-947b-43af-9d50-71b7f7017833 => generated 1610 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 58/120] 199.204.45.53 () {44 vars in 997 bytes} [Tue Jun 16 01:48:14 2026] GET /v2.0/security-groups/6391ab96-947b-43af-9d50-71b7f7017833 => generated 1610 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 63/121] 199.204.45.53 () {44 vars in 997 bytes} [Tue Jun 16 01:48:14 2026] GET /v2.0/security-groups/6391ab96-947b-43af-9d50-71b7f7017833 => generated 1610 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 59/122] 199.204.45.53 () {48 vars in 987 bytes} [Tue Jun 16 01:48:14 2026] POST /v2.0/security-group-rules => generated 623 bytes in 93 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 64/123] 199.204.45.53 () {44 vars in 997 bytes} [Tue Jun 16 01:48:15 2026] GET /v2.0/security-groups/6391ab96-947b-43af-9d50-71b7f7017833 => generated 2246 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 60/124] 199.204.45.53 () {44 vars in 997 bytes} [Tue Jun 16 01:48:15 2026] GET /v2.0/security-groups/6391ab96-947b-43af-9d50-71b7f7017833 => generated 2246 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 65/125] 199.204.45.53 () {44 vars in 997 bytes} [Tue Jun 16 01:48:15 2026] GET /v2.0/security-groups/6391ab96-947b-43af-9d50-71b7f7017833 => generated 2246 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 61/126] 199.204.45.53 () {48 vars in 987 bytes} [Tue Jun 16 01:48:15 2026] POST /v2.0/security-group-rules => generated 627 bytes in 163 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 69/141] 199.204.45.53 () {44 vars in 971 bytes} [Tue Jun 16 01:50:07 2026] GET /v2.0/quotas/c448ca45ae6a4527b9385daa10cf3bb2 => generated 292 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 73/142] 199.204.45.53 () {48 vars in 1023 bytes} [Tue Jun 16 01:50:07 2026] PUT /v2.0/quotas/c448ca45ae6a4527b9385daa10cf3bb2 => generated 291 bytes in 295 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-06-16 01:52:29.380 8 INFO neutron.pecan_wsgi.hooks.translation [None req-b3fce40f-dc2a-4fd6-8b26-238f303717d4 cfe1be6b7d8940b2ad3e6e1803af287d c448ca45ae6a4527b9385daa10cf3bb2 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 79/161] 199.204.45.53 () {30 vars in 740 bytes} [Tue Jun 16 01:52:29 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 144 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 83/162] 199.204.45.53 () {30 vars in 762 bytes} [Tue Jun 16 01:52:29 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1252 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-16 01:52:31.235 8 INFO neutron.pecan_wsgi.hooks.translation [None req-8e21596f-31fe-4b1e-8f3d-17044331061d cfe1be6b7d8940b2ad3e6e1803af287d c448ca45ae6a4527b9385daa10cf3bb2 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 81/165] 199.204.45.53 () {30 vars in 740 bytes} [Tue Jun 16 01:52:31 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 53 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 85/166] 199.204.45.53 () {30 vars in 762 bytes} [Tue Jun 16 01:52:31 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1252 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-16 02:03:30.338 7 INFO neutron.api.v2.resource [None req-a0162eda-bcc8-454c-a1ef-787bc53452b9 cfe1be6b7d8940b2ad3e6e1803af287d c448ca45ae6a4527b9385daa10cf3bb2 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 130/255] 199.204.45.53 () {44 vars in 1070 bytes} [Tue Jun 16 02:03:30 2026] GET /v2.0/security-groups/manila-service-security-group?project_id=d93897cedab843a78a14b2a0660207c5 => generated 139 bytes in 136 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 126/256] 199.204.45.53 () {44 vars in 1093 bytes} [Tue Jun 16 02:03:30 2026] GET /v2.0/security-groups?name=manila-service-security-group&project_id=d93897cedab843a78a14b2a0660207c5 => generated 23 bytes in 113 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 131/257] 199.204.45.53 () {48 vars in 977 bytes} [Tue Jun 16 02:03:30 2026] POST /v2.0/security-groups => generated 1624 bytes in 126 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 127/258] 199.204.45.53 () {44 vars in 1084 bytes} [Tue Jun 16 02:03:31 2026] GET /v2.0/security-groups/da3be508-84dd-40cb-a358-b0c32339f8a7?project_id=d93897cedab843a78a14b2a0660207c5 => generated 1624 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 132/259] 199.204.45.53 () {44 vars in 997 bytes} [Tue Jun 16 02:03:31 2026] GET /v2.0/security-groups/da3be508-84dd-40cb-a358-b0c32339f8a7 => generated 1624 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 128/260] 199.204.45.53 () {44 vars in 1084 bytes} [Tue Jun 16 02:03:31 2026] GET /v2.0/security-groups/da3be508-84dd-40cb-a358-b0c32339f8a7?project_id=d93897cedab843a78a14b2a0660207c5 => generated 1624 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 133/261] 199.204.45.53 () {48 vars in 987 bytes} [Tue Jun 16 02:03:31 2026] POST /v2.0/security-group-rules => generated 597 bytes in 88 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 129/262] 199.204.45.53 () {44 vars in 1084 bytes} [Tue Jun 16 02:03:32 2026] GET /v2.0/security-groups/da3be508-84dd-40cb-a358-b0c32339f8a7?project_id=d93897cedab843a78a14b2a0660207c5 => generated 2234 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 134/263] 199.204.45.53 () {44 vars in 997 bytes} [Tue Jun 16 02:03:32 2026] GET /v2.0/security-groups/da3be508-84dd-40cb-a358-b0c32339f8a7 => generated 2234 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 130/264] 199.204.45.53 () {44 vars in 1084 bytes} [Tue Jun 16 02:03:32 2026] GET /v2.0/security-groups/da3be508-84dd-40cb-a358-b0c32339f8a7?project_id=d93897cedab843a78a14b2a0660207c5 => generated 2234 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 135/265] 199.204.45.53 () {48 vars in 987 bytes} [Tue Jun 16 02:03:32 2026] POST /v2.0/security-group-rules => generated 599 bytes in 105 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 131/266] 199.204.45.53 () {44 vars in 1084 bytes} [Tue Jun 16 02:03:33 2026] GET /v2.0/security-groups/da3be508-84dd-40cb-a358-b0c32339f8a7?project_id=d93897cedab843a78a14b2a0660207c5 => generated 2846 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 136/267] 199.204.45.53 () {44 vars in 997 bytes} [Tue Jun 16 02:03:34 2026] GET /v2.0/security-groups/da3be508-84dd-40cb-a358-b0c32339f8a7 => 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: 132/268] 199.204.45.53 () {44 vars in 1084 bytes} [Tue Jun 16 02:03:34 2026] GET /v2.0/security-groups/da3be508-84dd-40cb-a358-b0c32339f8a7?project_id=d93897cedab843a78a14b2a0660207c5 => generated 2846 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 137/269] 199.204.45.53 () {48 vars in 987 bytes} [Tue Jun 16 02:03:34 2026] POST /v2.0/security-group-rules => generated 601 bytes in 112 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 133/270] 199.204.45.53 () {44 vars in 1084 bytes} [Tue Jun 16 02:03:35 2026] GET /v2.0/security-groups/da3be508-84dd-40cb-a358-b0c32339f8a7?project_id=d93897cedab843a78a14b2a0660207c5 => generated 3460 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 138/271] 199.204.45.53 () {44 vars in 997 bytes} [Tue Jun 16 02:03:35 2026] GET /v2.0/security-groups/da3be508-84dd-40cb-a358-b0c32339f8a7 => generated 3460 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 134/272] 199.204.45.53 () {44 vars in 1084 bytes} [Tue Jun 16 02:03:35 2026] GET /v2.0/security-groups/da3be508-84dd-40cb-a358-b0c32339f8a7?project_id=d93897cedab843a78a14b2a0660207c5 => generated 3460 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 139/273] 199.204.45.53 () {48 vars in 987 bytes} [Tue Jun 16 02:03:35 2026] POST /v2.0/security-group-rules => generated 602 bytes in 188 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 145/294] 199.204.45.53 () {30 vars in 739 bytes} [Tue Jun 16 02:06:03 2026] GET /v2.0/networks?tenant_id=d93897cedab843a78a14b2a0660207c5&shared=False => generated 15 bytes in 142 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-16 02:06:03.789 7 INFO neutron.db.segments_db [None req-ce86a21d-b96c-47cb-9804-9ef5b2622152 cbe5dd033b42441295e1378c9ed5be35 d93897cedab843a78a14b2a0660207c5 - - 04a024b428c84a6cb9c51f74afa2d063 04a024b428c84a6cb9c51f74afa2d063] Added segment 592c695a-549b-42bf-a1be-82fc7ab9b876 of type vxlan for network 3fbce353-9538-4150-ac36-a2d662d8297b [pid: 7|app: 0|req: 150/295] 199.204.45.53 () {34 vars in 681 bytes} [Tue Jun 16 02:06:03 2026] POST /v2.0/networks => generated 699 bytes in 207 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 146/296] 199.204.45.53 () {30 vars in 721 bytes} [Tue Jun 16 02:06:03 2026] GET /v2.0/ports?device_id=manila-share&binding%3Ahost_id=instance => 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: 151/297] 199.204.45.53 () {30 vars in 632 bytes} [Tue Jun 16 02:06:03 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: 147/298] 199.204.45.53 () {34 vars in 676 bytes} [Tue Jun 16 02:06:03 2026] POST /v2.0/ports => generated 999 bytes in 388 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 152/299] 199.204.45.53 () {30 vars in 702 bytes} [Tue Jun 16 02:06:04 2026] GET /v2.0/networks/3fbce353-9538-4150-ac36-a2d662d8297b => generated 705 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 148/300] 199.204.45.53 () {30 vars in 721 bytes} [Tue Jun 16 02:06:06 2026] GET /v2.0/ports?device_id=manila-share&binding%3Ahost_id=instance => generated 1004 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 153/301] 199.204.45.53 () {30 vars in 702 bytes} [Tue Jun 16 02:06:06 2026] GET /v2.0/networks/3fbce353-9538-4150-ac36-a2d662d8297b => generated 705 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 156/306] 199.204.45.53 () {44 vars in 971 bytes} [Tue Jun 16 02:06:32 2026] GET /v2.0/quotas/d93897cedab843a78a14b2a0660207c5 => generated 292 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 151/307] 199.204.45.53 () {48 vars in 1023 bytes} [Tue Jun 16 02:06:32 2026] PUT /v2.0/quotas/d93897cedab843a78a14b2a0660207c5 => generated 291 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 02:19:32.930 7 INFO neutron.pecan_wsgi.hooks.translation [None req-e70b87bc-3313-4453-b459-cd6171831fa1 cfe1be6b7d8940b2ad3e6e1803af287d c448ca45ae6a4527b9385daa10cf3bb2 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 209/412] 199.204.45.53 () {44 vars in 923 bytes} [Tue Jun 16 02:19:32 2026] GET /v2.0/networks/public => generated 108 bytes in 130 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 204/413] 199.204.45.53 () {44 vars in 945 bytes} [Tue Jun 16 02:19:32 2026] GET /v2.0/networks?name=public => generated 753 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 02:19:34.059 7 INFO neutron.pecan_wsgi.hooks.translation [None req-b8af92f2-e848-485b-b94a-27af39706061 cfe1be6b7d8940b2ad3e6e1803af287d c448ca45ae6a4527b9385daa10cf3bb2 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 210/414] 199.204.45.53 () {44 vars in 923 bytes} [Tue Jun 16 02:19:34 2026] GET /v2.0/networks/public => generated 108 bytes in 43 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 205/415] 199.204.45.53 () {44 vars in 945 bytes} [Tue Jun 16 02:19:34 2026] GET /v2.0/networks?name=public => generated 753 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 02:19:34.132 7 INFO neutron.pecan_wsgi.hooks.translation [None req-bcc2e79b-0a93-48ea-a127-995905f8875f cfe1be6b7d8940b2ad3e6e1803af287d c448ca45ae6a4527b9385daa10cf3bb2 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 211/416] 199.204.45.53 () {44 vars in 1030 bytes} [Tue Jun 16 02:19:34 2026] GET /v2.0/subnets/public-subnet?network_id=12e17d28-9927-4b2c-aebb-0d27b6645488 => generated 113 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 206/417] 199.204.45.53 () {44 vars in 1053 bytes} [Tue Jun 16 02:19:34 2026] GET /v2.0/subnets?name=public-subnet&network_id=12e17d28-9927-4b2c-aebb-0d27b6645488 => generated 667 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 02:20:02.134 7 INFO neutron.pecan_wsgi.hooks.translation [None req-8eaaebad-f45a-4bb6-9067-1de3684c77b4 cfe1be6b7d8940b2ad3e6e1803af287d c448ca45ae6a4527b9385daa10cf3bb2 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 214/422] 199.204.45.53 () {44 vars in 933 bytes} [Tue Jun 16 02:20:02 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 43 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 209/423] 199.204.45.53 () {44 vars in 955 bytes} [Tue Jun 16 02:20:02 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 735 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 02:20:03.153 7 INFO neutron.pecan_wsgi.hooks.translation [None req-872d26f9-7476-4bc0-84a7-b8d1ccd41cfd cfe1be6b7d8940b2ad3e6e1803af287d c448ca45ae6a4527b9385daa10cf3bb2 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 215/424] 199.204.45.53 () {44 vars in 933 bytes} [Tue Jun 16 02:20:03 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 48 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 210/425] 199.204.45.53 () {44 vars in 955 bytes} [Tue Jun 16 02:20:03 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 735 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 02:20:03.225 7 INFO neutron.pecan_wsgi.hooks.translation [None req-c734b8ee-eddd-4e4a-9315-90a3e79b79dc cfe1be6b7d8940b2ad3e6e1803af287d c448ca45ae6a4527b9385daa10cf3bb2 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 216/426] 199.204.45.53 () {44 vars in 1032 bytes} [Tue Jun 16 02:20:03 2026] GET /v2.0/subnets/lb-mgmt-subnet?network_id=d26df95f-633f-466e-834d-4cdde880a26a => generated 114 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 211/427] 199.204.45.53 () {44 vars in 1055 bytes} [Tue Jun 16 02:20:03 2026] GET /v2.0/subnets?name=lb-mgmt-subnet&network_id=d26df95f-633f-466e-834d-4cdde880a26a => generated 654 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 02:20:04.437 7 INFO neutron.api.v2.resource [None req-c97db68d-b60b-4cce-8144-3d276100a2ef cfe1be6b7d8940b2ad3e6e1803af287d c448ca45ae6a4527b9385daa10cf3bb2 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 217/428] 199.204.45.53 () {44 vars in 967 bytes} [Tue Jun 16 02:20:04 2026] GET /v2.0/security-groups/lb-health-mgr-sec-grp => generated 131 bytes in 37 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 212/429] 199.204.45.53 () {44 vars in 989 bytes} [Tue Jun 16 02:20:04 2026] GET /v2.0/security-groups?name=lb-health-mgr-sec-grp => generated 4690 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 218/430] 199.204.45.53 () {44 vars in 997 bytes} [Tue Jun 16 02:20:05 2026] GET /v2.0/security-groups/ca6146f3-87ed-4cab-aa33-7edaf3215bd1 => generated 4694 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 213/431] 199.204.45.53 () {44 vars in 997 bytes} [Tue Jun 16 02:20:05 2026] GET /v2.0/security-groups/ca6146f3-87ed-4cab-aa33-7edaf3215bd1 => generated 4694 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 219/432] 199.204.45.53 () {44 vars in 1007 bytes} [Tue Jun 16 02:20:05 2026] GET /v2.0/security-group-rules/fa6fcb37-4fb3-4cdd-93ee-bca03ee21eb6 => generated 601 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 214/433] 199.204.45.53 () {44 vars in 997 bytes} [Tue Jun 16 02:20:06 2026] GET /v2.0/security-groups/ca6146f3-87ed-4cab-aa33-7edaf3215bd1 => generated 4694 bytes in 118 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 220/434] 199.204.45.53 () {44 vars in 997 bytes} [Tue Jun 16 02:20:06 2026] GET /v2.0/security-groups/ca6146f3-87ed-4cab-aa33-7edaf3215bd1 => generated 4694 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 215/435] 199.204.45.53 () {44 vars in 1007 bytes} [Tue Jun 16 02:20:06 2026] GET /v2.0/security-group-rules/3a48f962-41d2-416e-b05a-f085e66b1736 => generated 603 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 221/436] 199.204.45.53 () {44 vars in 997 bytes} [Tue Jun 16 02:20:07 2026] GET /v2.0/security-groups/ca6146f3-87ed-4cab-aa33-7edaf3215bd1 => generated 4694 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 216/437] 199.204.45.53 () {44 vars in 997 bytes} [Tue Jun 16 02:20:07 2026] GET /v2.0/security-groups/ca6146f3-87ed-4cab-aa33-7edaf3215bd1 => generated 4694 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 222/438] 199.204.45.53 () {44 vars in 1007 bytes} [Tue Jun 16 02:20:07 2026] GET /v2.0/security-group-rules/f235e25e-096a-4dcc-995b-880198c5a14e => generated 603 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 217/439] 199.204.45.53 () {44 vars in 997 bytes} [Tue Jun 16 02:20:08 2026] GET /v2.0/security-groups/ca6146f3-87ed-4cab-aa33-7edaf3215bd1 => generated 4694 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 223/440] 199.204.45.53 () {44 vars in 997 bytes} [Tue Jun 16 02:20:08 2026] GET /v2.0/security-groups/ca6146f3-87ed-4cab-aa33-7edaf3215bd1 => generated 4694 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 218/441] 199.204.45.53 () {44 vars in 1007 bytes} [Tue Jun 16 02:20:08 2026] GET /v2.0/security-group-rules/2831dcc3-1fa3-461d-b92d-2bb6e830a30e => generated 603 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 224/442] 199.204.45.53 () {44 vars in 997 bytes} [Tue Jun 16 02:20:09 2026] GET /v2.0/security-groups/ca6146f3-87ed-4cab-aa33-7edaf3215bd1 => generated 4694 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 219/443] 199.204.45.53 () {44 vars in 997 bytes} [Tue Jun 16 02:20:09 2026] GET /v2.0/security-groups/ca6146f3-87ed-4cab-aa33-7edaf3215bd1 => generated 4694 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 225/444] 199.204.45.53 () {44 vars in 1007 bytes} [Tue Jun 16 02:20:09 2026] GET /v2.0/security-group-rules/00d3b1c0-9d0e-4476-ab20-7a5aa319cca0 => 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: 220/445] 199.204.45.53 () {44 vars in 983 bytes} [Tue Jun 16 02:20:10 2026] GET /v2.0/networks/d26df95f-633f-466e-834d-4cdde880a26a => generated 732 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 02:20:11.038 7 INFO neutron.pecan_wsgi.hooks.translation [None req-2faddcd3-4a19-4c69-8a04-29e9605e7d05 cfe1be6b7d8940b2ad3e6e1803af287d c448ca45ae6a4527b9385daa10cf3bb2 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 226/446] 199.204.45.53 () {44 vars in 1072 bytes} [Tue Jun 16 02:20:10 2026] GET /v2.0/ports/octavia-health-manager-port-instance?network_id=d26df95f-633f-466e-834d-4cdde880a26a => generated 132 bytes in 50 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 221/447] 199.204.45.53 () {44 vars in 1095 bytes} [Tue Jun 16 02:20:11 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance&network_id=d26df95f-633f-466e-834d-4cdde880a26a => generated 1254 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 227/448] 199.204.45.53 () {44 vars in 997 bytes} [Tue Jun 16 02:20:11 2026] GET /v2.0/security-groups/ca6146f3-87ed-4cab-aa33-7edaf3215bd1 => generated 4694 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-16 02:20:19.032 8 INFO neutron.pecan_wsgi.hooks.translation [None req-ad1d3786-3ec7-4fd9-8f63-b98a64b27076 cfe1be6b7d8940b2ad3e6e1803af287d c448ca45ae6a4527b9385daa10cf3bb2 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 223/451] 199.204.45.53 () {44 vars in 975 bytes} [Tue Jun 16 02:20:18 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 51 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 229/452] 199.204.45.53 () {44 vars in 997 bytes} [Tue Jun 16 02:20:19 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1254 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 224/453] 199.204.45.53 () {44 vars in 916 bytes} [Tue Jun 16 02:20:20 2026] GET /v2.0/ports => generated 4725 bytes in 97 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-16 02:20:21.879 7 INFO neutron.api.v2.resource [None req-b2bab786-9b74-439c-accf-5fccc8ec59a5 cfe1be6b7d8940b2ad3e6e1803af287d c448ca45ae6a4527b9385daa10cf3bb2 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 230/454] 199.204.45.53 () {44 vars in 955 bytes} [Tue Jun 16 02:20:21 2026] GET /v2.0/security-groups/lb-mgmt-sec-grp => generated 125 bytes in 52 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 225/455] 199.204.45.53 () {44 vars in 977 bytes} [Tue Jun 16 02:20:21 2026] GET /v2.0/security-groups?name=lb-mgmt-sec-grp => generated 2885 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 231/456] 199.204.45.53 () {44 vars in 997 bytes} [Tue Jun 16 02:20:22 2026] GET /v2.0/security-groups/6391ab96-947b-43af-9d50-71b7f7017833 => generated 2886 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 226/457] 199.204.45.53 () {44 vars in 997 bytes} [Tue Jun 16 02:20:22 2026] GET /v2.0/security-groups/6391ab96-947b-43af-9d50-71b7f7017833 => generated 2886 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 232/458] 199.204.45.53 () {44 vars in 1007 bytes} [Tue Jun 16 02:20:22 2026] GET /v2.0/security-group-rules/21469158-8258-4151-83aa-268c1bffa207 => generated 623 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 227/459] 199.204.45.53 () {44 vars in 997 bytes} [Tue Jun 16 02:20:23 2026] GET /v2.0/security-groups/6391ab96-947b-43af-9d50-71b7f7017833 => generated 2886 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 233/460] 199.204.45.53 () {44 vars in 997 bytes} [Tue Jun 16 02:20:23 2026] GET /v2.0/security-groups/6391ab96-947b-43af-9d50-71b7f7017833 => generated 2886 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 228/461] 199.204.45.53 () {44 vars in 1007 bytes} [Tue Jun 16 02:20:23 2026] GET /v2.0/security-group-rules/7ee10063-da2e-40aa-9f65-62f039f4ddd1 => generated 627 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 235/464] 199.204.45.53 () {44 vars in 971 bytes} [Tue Jun 16 02:20:36 2026] GET /v2.0/quotas/c448ca45ae6a4527b9385daa10cf3bb2 => generated 291 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 02:21:34.740 8 INFO neutron.api.v2.resource [None req-2879c4f7-d566-4a21-b574-ac486e772f30 cfe1be6b7d8940b2ad3e6e1803af287d c448ca45ae6a4527b9385daa10cf3bb2 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 234/473] 199.204.45.53 () {44 vars in 1070 bytes} [Tue Jun 16 02:21:34 2026] GET /v2.0/security-groups/manila-service-security-group?project_id=d93897cedab843a78a14b2a0660207c5 => generated 139 bytes in 44 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 240/474] 199.204.45.53 () {44 vars in 1093 bytes} [Tue Jun 16 02:21:34 2026] GET /v2.0/security-groups?name=manila-service-security-group&project_id=d93897cedab843a78a14b2a0660207c5 => generated 4072 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 235/475] 199.204.45.53 () {44 vars in 1084 bytes} [Tue Jun 16 02:21:35 2026] GET /v2.0/security-groups/da3be508-84dd-40cb-a358-b0c32339f8a7?project_id=d93897cedab843a78a14b2a0660207c5 => generated 4075 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 241/476] 199.204.45.53 () {44 vars in 997 bytes} [Tue Jun 16 02:21:35 2026] GET /v2.0/security-groups/da3be508-84dd-40cb-a358-b0c32339f8a7 => 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: 236/477] 199.204.45.53 () {44 vars in 1007 bytes} [Tue Jun 16 02:21:35 2026] GET /v2.0/security-group-rules/1ffa7b2d-ee8f-48e6-92b7-fe3caefde035 => generated 597 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 242/478] 199.204.45.53 () {44 vars in 1084 bytes} [Tue Jun 16 02:21:36 2026] GET /v2.0/security-groups/da3be508-84dd-40cb-a358-b0c32339f8a7?project_id=d93897cedab843a78a14b2a0660207c5 => generated 4075 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 237/479] 199.204.45.53 () {44 vars in 997 bytes} [Tue Jun 16 02:21:36 2026] GET /v2.0/security-groups/da3be508-84dd-40cb-a358-b0c32339f8a7 => generated 4075 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 243/480] 199.204.45.53 () {44 vars in 1007 bytes} [Tue Jun 16 02:21:36 2026] GET /v2.0/security-group-rules/8120cccf-3e6d-4179-b6bd-4edcbc3526a2 => generated 599 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 238/481] 199.204.45.53 () {44 vars in 1084 bytes} [Tue Jun 16 02:21:37 2026] GET /v2.0/security-groups/da3be508-84dd-40cb-a358-b0c32339f8a7?project_id=d93897cedab843a78a14b2a0660207c5 => generated 4075 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 244/482] 199.204.45.53 () {44 vars in 997 bytes} [Tue Jun 16 02:21:37 2026] GET /v2.0/security-groups/da3be508-84dd-40cb-a358-b0c32339f8a7 => generated 4075 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 239/483] 199.204.45.53 () {44 vars in 1007 bytes} [Tue Jun 16 02:21:37 2026] GET /v2.0/security-group-rules/605a335d-1e3c-43db-98cb-ee130e9b9c61 => generated 601 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 245/484] 199.204.45.53 () {44 vars in 1084 bytes} [Tue Jun 16 02:21:38 2026] GET /v2.0/security-groups/da3be508-84dd-40cb-a358-b0c32339f8a7?project_id=d93897cedab843a78a14b2a0660207c5 => generated 4075 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 240/485] 199.204.45.53 () {44 vars in 997 bytes} [Tue Jun 16 02:21:38 2026] GET /v2.0/security-groups/da3be508-84dd-40cb-a358-b0c32339f8a7 => generated 4075 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 246/486] 199.204.45.53 () {44 vars in 1007 bytes} [Tue Jun 16 02:21:39 2026] GET /v2.0/security-group-rules/bba9d124-b76e-4a54-b130-a538b2f8c1c7 => generated 602 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 248/489] 199.204.45.53 () {44 vars in 971 bytes} [Tue Jun 16 02:21:46 2026] GET /v2.0/quotas/d93897cedab843a78a14b2a0660207c5 => generated 291 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 245/496] 199.204.45.53 () {44 vars in 945 bytes} [Tue Jun 16 02:22:38 2026] GET /v2.0/networks?name=public => generated 753 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 249/503] 10.0.0.203 () {32 vars in 649 bytes} [Tue Jun 16 02:23:19 2026] GET /v2.0/networks => generated 2168 bytes in 159 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 255/504] 10.0.0.203 () {32 vars in 655 bytes} [Tue Jun 16 02:23:21 2026] GET /v2.0/floatingips => generated 19 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 250/505] 10.0.0.203 () {32 vars in 647 bytes} [Tue Jun 16 02:23:21 2026] GET /v2.0/routers => generated 15 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 256/506] 10.0.0.203 () {32 vars in 643 bytes} [Tue Jun 16 02:23:21 2026] GET /v2.0/ports => generated 4725 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 251/507] 10.0.0.203 () {32 vars in 647 bytes} [Tue Jun 16 02:23:21 2026] GET /v2.0/subnets => generated 1308 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 257/508] 10.0.0.203 () {32 vars in 649 bytes} [Tue Jun 16 02:23:21 2026] GET /v2.0/networks => generated 2168 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 252/509] 10.0.0.203 () {32 vars in 663 bytes} [Tue Jun 16 02:23:21 2026] GET /v2.0/security-groups => generated 17401 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 258/510] 10.0.0.203 () {32 vars in 655 bytes} [Tue Jun 16 02:23:21 2026] GET /v2.0/subnetpools => generated 19 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-16 02:23:33.116 7 INFO neutron.db.segments_db [None req-170fdf63-e940-49ce-9697-1cdc59c9887a cfe1be6b7d8940b2ad3e6e1803af287d c448ca45ae6a4527b9385daa10cf3bb2 - - default default] Added segment 8ce42dcb-fe56-4775-a4de-7bfdba84b117 of type vxlan for network 0c817052-63ab-41ef-b373-da20a4893aa9 [pid: 7|app: 0|req: 260/513] 10.0.0.203 () {34 vars in 671 bytes} [Tue Jun 16 02:23:32 2026] POST /v2.0/networks => generated 733 bytes in 455 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-16 02:23:33.356 8 INFO neutron.db.segments_db [None req-07af37e0-6f0e-427e-90a9-bcda3be81dfd cfe1be6b7d8940b2ad3e6e1803af287d c448ca45ae6a4527b9385daa10cf3bb2 - - default default] Added segment 9f4a3de0-89e3-4109-92c9-fa2569ee84ff of type vxlan for network 122d14b5-c041-4f49-a001-e5767d662088 [pid: 8|app: 0|req: 254/514] 10.0.0.203 () {34 vars in 671 bytes} [Tue Jun 16 02:23:33 2026] POST /v2.0/networks => generated 730 bytes in 464 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 261/515] 10.0.0.203 () {34 vars in 669 bytes} [Tue Jun 16 02:23:33 2026] POST /v2.0/subnets => generated 699 bytes in 260 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 262/516] 10.0.0.203 () {34 vars in 669 bytes} [Tue Jun 16 02:23:33 2026] POST /v2.0/subnets => generated 696 bytes in 155 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-16 02:23:33.758 7 INFO neutron.db.segments_db [None req-1091a9df-0576-4153-be59-9f50b2e6e158 cfe1be6b7d8940b2ad3e6e1803af287d c448ca45ae6a4527b9385daa10cf3bb2 - - default default] Added segment f78ffa32-bc9f-485c-ac42-c63ad54495dc of type vxlan for network 812d29fe-fc79-4da6-a56c-f09f0e4c769d 2026-06-16 02:23:33.904 8 INFO neutron.db.segments_db [None req-b28972e6-4763-4706-808b-f353f8fd0c81 cfe1be6b7d8940b2ad3e6e1803af287d c448ca45ae6a4527b9385daa10cf3bb2 - - default default] Added segment 71cf108a-e523-4487-b49b-072ac35082c1 of type vxlan for network 2575958b-df4f-4b3c-ba19-e2cf8063b73f [pid: 8|app: 0|req: 255/517] 10.0.0.203 () {34 vars in 671 bytes} [Tue Jun 16 02:23:33 2026] POST /v2.0/networks => generated 725 bytes in 602 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-16 02:23:34.119 7 INFO neutron.db.l3_hamode_db [None req-1091a9df-0576-4153-be59-9f50b2e6e158 cfe1be6b7d8940b2ad3e6e1803af287d 826abe497a59428ea588665b69da7506 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-16 02:23:34.140 8 INFO neutron.db.segments_db [None req-c4980718-8e07-48bb-b474-112b57bf0b13 cfe1be6b7d8940b2ad3e6e1803af287d c448ca45ae6a4527b9385daa10cf3bb2 - - default default] Added segment bdcf3085-7310-4192-aa4b-b08fc892b4ca of type vxlan for network 12388972-6a1b-46c0-a82c-42f488f72cd8 2026-06-16 02:23:34.487 8 INFO neutron.db.l3_hamode_db [None req-c4980718-8e07-48bb-b474-112b57bf0b13 cfe1be6b7d8940b2ad3e6e1803af287d 97e2eddc115740f389b29a6568d3dec0 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-16 02:23:35.198 7 INFO neutron.db.l3_hamode_db [None req-1091a9df-0576-4153-be59-9f50b2e6e158 cfe1be6b7d8940b2ad3e6e1803af287d c448ca45ae6a4527b9385daa10cf3bb2 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-16 02:23:35.413 8 INFO neutron.db.l3_hamode_db [None req-c4980718-8e07-48bb-b474-112b57bf0b13 cfe1be6b7d8940b2ad3e6e1803af287d c448ca45ae6a4527b9385daa10cf3bb2 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 263/518] 10.0.0.203 () {34 vars in 669 bytes} [Tue Jun 16 02:23:33 2026] POST /v2.0/routers => generated 739 bytes in 2890 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 264/519] 10.0.0.203 () {32 vars in 774 bytes} [Tue Jun 16 02:23:36 2026] GET /v2.0/security-groups?tenant_id=4fb730e88bac44e98c61e8a7c7c29227&name=default => generated 2921 bytes in 297 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 256/520] 10.0.0.203 () {34 vars in 669 bytes} [Tue Jun 16 02:23:34 2026] POST /v2.0/routers => generated 736 bytes in 2828 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 265/521] 10.0.0.203 () {34 vars in 669 bytes} [Tue Jun 16 02:23:36 2026] POST /v2.0/subnets => generated 691 bytes in 200 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 266/522] 10.0.0.203 () {32 vars in 740 bytes} [Tue Jun 16 02:23:37 2026] DELETE /v2.0/security-groups/ea7da18a-52f7-42fe-af42-4aed323bf0db => generated 0 bytes in 138 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 257/523] 10.0.0.203 () {34 vars in 783 bytes} [Tue Jun 16 02:23:36 2026] PUT /v2.0/routers/20648a7f-c700-4124-99b8-54b82c869429/add_router_interface => generated 309 bytes in 1229 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 267/524] 10.0.0.203 () {34 vars in 783 bytes} [Tue Jun 16 02:23:37 2026] PUT /v2.0/routers/d7a3d034-3e7a-44b7-8032-195e5764e620/add_router_interface => generated 309 bytes in 954 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 02:23:38.210 8 INFO neutron.db.segments_db [None req-130aabee-4a5d-42f9-9f1b-0632bf1edd1f cfe1be6b7d8940b2ad3e6e1803af287d c448ca45ae6a4527b9385daa10cf3bb2 - - default default] Added segment 78e4b65e-f232-4178-8634-5353bca7f4dd of type vxlan for network a2614355-3435-40ca-94d9-9f3364e8aef9 2026-06-16 02:23:38.547 8 INFO neutron.db.l3_hamode_db [None req-130aabee-4a5d-42f9-9f1b-0632bf1edd1f cfe1be6b7d8940b2ad3e6e1803af287d d174c22a461d4642be7da5f0b9cd91c2 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 268/525] 10.0.0.203 () {34 vars in 685 bytes} [Tue Jun 16 02:23:38 2026] POST /v2.0/security-groups => generated 1661 bytes in 122 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 269/526] 10.0.0.203 () {34 vars in 695 bytes} [Tue Jun 16 02:23:39 2026] POST /v2.0/security-group-rules => generated 597 bytes in 114 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-16 02:23:39.391 7 INFO neutron.db.segments_db [None req-cb184d0d-ccfa-4875-a0e3-ff99a74bbaea cfe1be6b7d8940b2ad3e6e1803af287d c448ca45ae6a4527b9385daa10cf3bb2 - - default default] Added segment a9105947-4773-479d-974f-ef4d199c8e1a of type vxlan for network f798f189-829d-4bbe-9b0c-1750e9dfda95 [pid: 7|app: 0|req: 270/527] 10.0.0.203 () {34 vars in 671 bytes} [Tue Jun 16 02:23:39 2026] POST /v2.0/networks => generated 717 bytes in 305 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-16 02:23:39.496 8 INFO neutron.db.l3_hamode_db [None req-130aabee-4a5d-42f9-9f1b-0632bf1edd1f cfe1be6b7d8940b2ad3e6e1803af287d c448ca45ae6a4527b9385daa10cf3bb2 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 271/528] 10.0.0.203 () {34 vars in 695 bytes} [Tue Jun 16 02:23:39 2026] POST /v2.0/security-group-rules => generated 602 bytes in 95 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 272/529] 10.0.0.17 () {38 vars in 970 bytes} [Tue Jun 16 02:23:39 2026] POST /v2.0/security-groups => generated 1684 bytes in 177 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 273/530] 10.0.0.203 () {34 vars in 669 bytes} [Tue Jun 16 02:23:39 2026] POST /v2.0/subnets => generated 683 bytes in 251 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 274/531] 10.0.0.203 () {34 vars in 676 bytes} [Tue Jun 16 02:23:39 2026] POST /v2.0/floatingips => generated 552 bytes in 535 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-16 02:23:40.563 7 INFO neutron.db.segments_db [None req-f029f7d8-f2a9-4739-8abe-fb8168ad4b19 cfe1be6b7d8940b2ad3e6e1803af287d c448ca45ae6a4527b9385daa10cf3bb2 - - default default] Added segment 76eef70d-6134-4c10-9f96-78b58d0b2f36 of type vxlan for network 7fcde600-3b43-4e75-b8b1-61b1b10b7d8e [pid: 8|app: 0|req: 258/532] 10.0.0.203 () {34 vars in 669 bytes} [Tue Jun 16 02:23:38 2026] POST /v2.0/routers => generated 731 bytes in 2438 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 259/533] 10.0.0.17 () {34 vars in 990 bytes} [Tue Jun 16 02:23:40 2026] GET /v2.0/security-groups/8a562b7e-3748-4972-9326-2c20bbf16e83 => generated 1684 bytes in 115 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-16 02:23:40.769 7 INFO neutron.db.l3_hamode_db [None req-f029f7d8-f2a9-4739-8abe-fb8168ad4b19 cfe1be6b7d8940b2ad3e6e1803af287d 018bf4d2ce3449bd96109dfb42fb5cd2 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-16 02:23:41.393 7 INFO neutron.db.l3_hamode_db [None req-f029f7d8-f2a9-4739-8abe-fb8168ad4b19 cfe1be6b7d8940b2ad3e6e1803af287d c448ca45ae6a4527b9385daa10cf3bb2 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 260/534] 10.0.0.203 () {34 vars in 783 bytes} [Tue Jun 16 02:23:40 2026] PUT /v2.0/routers/694d3fd3-3092-422d-88eb-e53ea8d3ab82/add_router_interface => generated 309 bytes in 1230 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 275/535] 10.0.0.203 () {34 vars in 669 bytes} [Tue Jun 16 02:23:40 2026] POST /v2.0/routers => generated 723 bytes in 1607 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 261/536] 10.0.0.17 () {38 vars in 980 bytes} [Tue Jun 16 02:23:41 2026] POST /v2.0/security-group-rules => generated 614 bytes in 231 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 276/537] 10.0.0.17 () {34 vars in 1099 bytes} [Tue Jun 16 02:23:42 2026] GET /v2.0/security-groups?name=tempest-securitygroup--1947635592&fields=id&tenant_id=826abe497a59428ea588665b69da7506 => generated 69 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 277/538] 10.0.0.17 () {34 vars in 981 bytes} [Tue Jun 16 02:23:42 2026] GET /v2.0/networks?id=0c817052-63ab-41ef-b373-da20a4893aa9 => generated 684 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 278/539] 10.0.0.17 () {38 vars in 970 bytes} [Tue Jun 16 02:23:42 2026] POST /v2.0/security-groups => generated 1685 bytes in 115 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 279/540] 10.0.0.17 () {34 vars in 964 bytes} [Tue Jun 16 02:23:42 2026] GET /v2.0/quotas/826abe497a59428ea588665b69da7506 => generated 292 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 280/541] 10.0.0.17 () {34 vars in 1001 bytes} [Tue Jun 16 02:23:42 2026] GET /v2.0/ports?tenant_id=826abe497a59428ea588665b69da7506&fields=id => generated 103 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 281/542] 10.0.0.203 () {34 vars in 685 bytes} [Tue Jun 16 02:23:42 2026] POST /v2.0/security-groups => generated 1661 bytes in 163 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 282/543] 10.0.0.17 () {34 vars in 990 bytes} [Tue Jun 16 02:23:42 2026] GET /v2.0/security-groups/72462af9-fcdb-47f5-8454-b5042950a58d => generated 1685 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 283/544] 10.0.0.203 () {34 vars in 695 bytes} [Tue Jun 16 02:23:42 2026] POST /v2.0/security-group-rules => generated 597 bytes in 101 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 284/545] 10.0.0.17 () {38 vars in 980 bytes} [Tue Jun 16 02:23:42 2026] POST /v2.0/security-group-rules => generated 614 bytes in 83 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 285/546] 10.0.0.203 () {34 vars in 695 bytes} [Tue Jun 16 02:23:42 2026] POST /v2.0/security-group-rules => generated 602 bytes in 85 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 286/547] 10.0.0.17 () {34 vars in 990 bytes} [Tue Jun 16 02:23:42 2026] GET /v2.0/security-groups/72462af9-fcdb-47f5-8454-b5042950a58d => generated 2310 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 287/548] 10.0.0.17 () {34 vars in 906 bytes} [Tue Jun 16 02:23:42 2026] GET /v2.0/extensions => generated 21537 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 262/549] 10.0.0.203 () {34 vars in 783 bytes} [Tue Jun 16 02:23:42 2026] PUT /v2.0/routers/fdf7b244-0644-4f93-9f8c-f3ab00952161/add_router_interface => generated 309 bytes in 1177 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 288/550] 10.0.0.203 () {34 vars in 676 bytes} [Tue Jun 16 02:23:42 2026] POST /v2.0/floatingips => generated 552 bytes in 470 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 289/551] 10.0.0.17 () {34 vars in 1007 bytes} [Tue Jun 16 02:23:43 2026] GET /v2.0/networks/0c817052-63ab-41ef-b373-da20a4893aa9?fields=segments => generated 14 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 290/552] 10.0.0.17 () {34 vars in 1107 bytes} [Tue Jun 16 02:23:43 2026] GET /v2.0/networks/0c817052-63ab-41ef-b373-da20a4893aa9?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 263/553] 10.0.0.17 () {38 vars in 980 bytes} [Tue Jun 16 02:23:43 2026] POST /v2.0/security-group-rules => generated 619 bytes in 440 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 291/554] 10.0.0.17 () {34 vars in 990 bytes} [Tue Jun 16 02:23:43 2026] GET /v2.0/security-groups/72462af9-fcdb-47f5-8454-b5042950a58d => generated 2940 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 264/555] 10.0.0.17 () {34 vars in 989 bytes} [Tue Jun 16 02:23:43 2026] GET /v2.0/ports?device_id=081444fe-24cc-4ea0-bed9-92f0de76a3f4 => generated 12 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 265/556] 10.0.0.17 () {34 vars in 1000 bytes} [Tue Jun 16 02:23:43 2026] GET /v2.0/security-group-rules/a1cc1406-46df-4f82-96f3-e352afe9fa62 => generated 616 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 266/557] 10.0.0.17 () {34 vars in 1099 bytes} [Tue Jun 16 02:23:44 2026] GET /v2.0/security-groups?name=tempest-securitygroup--2079822937&fields=id&tenant_id=d174c22a461d4642be7da5f0b9cd91c2 => generated 69 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 292/558] 10.0.0.203 () {34 vars in 685 bytes} [Tue Jun 16 02:23:43 2026] POST /v2.0/security-groups => generated 1661 bytes in 156 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 267/559] 10.0.0.17 () {34 vars in 990 bytes} [Tue Jun 16 02:23:44 2026] GET /v2.0/security-groups/72462af9-fcdb-47f5-8454-b5042950a58d => generated 2940 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 293/560] 10.0.0.17 () {34 vars in 981 bytes} [Tue Jun 16 02:23:44 2026] GET /v2.0/networks?id=2575958b-df4f-4b3c-ba19-e2cf8063b73f => generated 676 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 294/561] 10.0.0.17 () {36 vars in 1022 bytes} [Tue Jun 16 02:23:44 2026] DELETE /v2.0/security-group-rules/a1cc1406-46df-4f82-96f3-e352afe9fa62 => generated 0 bytes in 110 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 268/562] 10.0.0.203 () {34 vars in 695 bytes} [Tue Jun 16 02:23:44 2026] POST /v2.0/security-group-rules => generated 597 bytes in 155 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 295/563] 10.0.0.17 () {34 vars in 964 bytes} [Tue Jun 16 02:23:44 2026] GET /v2.0/quotas/d174c22a461d4642be7da5f0b9cd91c2 => generated 292 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 296/564] 10.0.0.17 () {34 vars in 990 bytes} [Tue Jun 16 02:23:44 2026] GET /v2.0/security-groups/72462af9-fcdb-47f5-8454-b5042950a58d => generated 2310 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 297/565] 10.0.0.17 () {34 vars in 1001 bytes} [Tue Jun 16 02:23:44 2026] GET /v2.0/ports?tenant_id=d174c22a461d4642be7da5f0b9cd91c2&fields=id => generated 57 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 269/566] 10.0.0.203 () {34 vars in 695 bytes} [Tue Jun 16 02:23:44 2026] POST /v2.0/security-group-rules => generated 602 bytes in 123 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 298/567] 10.0.0.17 () {36 vars in 1012 bytes} [Tue Jun 16 02:23:44 2026] DELETE /v2.0/security-groups/72462af9-fcdb-47f5-8454-b5042950a58d => generated 0 bytes in 83 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 299/568] 10.0.0.17 () {34 vars in 990 bytes} [Tue Jun 16 02:23:44 2026] GET /v2.0/security-groups/8a562b7e-3748-4972-9326-2c20bbf16e83 => generated 2309 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 300/569] 10.0.0.17 () {36 vars in 1012 bytes} [Tue Jun 16 02:23:44 2026] DELETE /v2.0/security-groups/8a562b7e-3748-4972-9326-2c20bbf16e83 => generated 0 bytes in 116 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 270/572] 10.0.0.203 () {34 vars in 676 bytes} [Tue Jun 16 02:23:44 2026] POST /v2.0/floatingips => generated 552 bytes in 682 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 271/573] 10.0.0.17 () {34 vars in 906 bytes} [Tue Jun 16 02:23:45 2026] GET /v2.0/extensions => generated 21537 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 272/574] 10.0.0.17 () {34 vars in 989 bytes} [Tue Jun 16 02:23:45 2026] GET /v2.0/ports?device_id=081444fe-24cc-4ea0-bed9-92f0de76a3f4 => 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: 273/575] 10.0.0.17 () {34 vars in 1007 bytes} [Tue Jun 16 02:23:45 2026] GET /v2.0/networks/2575958b-df4f-4b3c-ba19-e2cf8063b73f?fields=segments => generated 14 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 274/576] 10.0.0.17 () {34 vars in 1107 bytes} [Tue Jun 16 02:23:45 2026] GET /v2.0/networks/2575958b-df4f-4b3c-ba19-e2cf8063b73f?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-06-16 02:23:45.417 7 INFO neutron_taas.services.taas.taas_plugin [None req-7bc3d168-3a99-4d57-942f-400bbb05915e cfe1be6b7d8940b2ad3e6e1803af287d c448ca45ae6a4527b9385daa10cf3bb2 - - default default] TaaS: Handle Delete Port: 2f96c8e4-c8f4-4c84-b9ce-f8b49b2c8767 2026-06-16 02:23:45.427 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7bc3d168-3a99-4d57-942f-400bbb05915e cfe1be6b7d8940b2ad3e6e1803af287d c448ca45ae6a4527b9385daa10cf3bb2 - - default default] Tap Mirror: Handle Delete Port: 2f96c8e4-c8f4-4c84-b9ce-f8b49b2c8767 [pid: 8|app: 0|req: 275/577] 10.0.0.17 () {34 vars in 989 bytes} [Tue Jun 16 02:23:45 2026] GET /v2.0/ports?device_id=df180cbb-0311-467a-aaae-647e1df31124 => 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: 276/578] 10.0.0.17 () {34 vars in 1099 bytes} [Tue Jun 16 02:23:45 2026] GET /v2.0/security-groups?name=tempest-securitygroup--1937874996&fields=id&tenant_id=018bf4d2ce3449bd96109dfb42fb5cd2 => generated 69 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 277/579] 10.0.0.17 () {34 vars in 981 bytes} [Tue Jun 16 02:23:45 2026] GET /v2.0/networks?id=f798f189-829d-4bbe-9b0c-1750e9dfda95 => generated 668 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 278/580] 10.0.0.17 () {34 vars in 964 bytes} [Tue Jun 16 02:23:45 2026] GET /v2.0/quotas/018bf4d2ce3449bd96109dfb42fb5cd2 => generated 292 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 279/581] 10.0.0.17 () {34 vars in 1001 bytes} [Tue Jun 16 02:23:45 2026] GET /v2.0/ports?tenant_id=018bf4d2ce3449bd96109dfb42fb5cd2&fields=id => generated 57 bytes in 104 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 280/582] 10.0.0.17 () {34 vars in 1007 bytes} [Tue Jun 16 02:23:45 2026] GET /v2.0/networks/f798f189-829d-4bbe-9b0c-1750e9dfda95?fields=segments => generated 14 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 281/583] 10.0.0.17 () {34 vars in 1107 bytes} [Tue Jun 16 02:23:45 2026] GET /v2.0/networks/f798f189-829d-4bbe-9b0c-1750e9dfda95?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: 303/584] 10.0.0.203 () {34 vars in 789 bytes} [Tue Jun 16 02:23:44 2026] PUT /v2.0/routers/d7a3d034-3e7a-44b7-8032-195e5764e620/remove_router_interface => generated 309 bytes in 1343 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 282/585] 10.0.0.17 () {34 vars in 989 bytes} [Tue Jun 16 02:23:46 2026] GET /v2.0/ports?device_id=59f61099-5a0e-4e23-8cae-e31d31e250dd => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-16 02:23:46.203 7 INFO neutron_taas.services.taas.taas_plugin [None req-4fb02747-6e3a-483e-9dd3-8e9082607661 cfe1be6b7d8940b2ad3e6e1803af287d c448ca45ae6a4527b9385daa10cf3bb2 - - default default] TaaS: Handle Delete Port: a77b540c-dd14-463c-833b-268c33aeda5c 2026-06-16 02:23:46.208 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4fb02747-6e3a-483e-9dd3-8e9082607661 cfe1be6b7d8940b2ad3e6e1803af287d c448ca45ae6a4527b9385daa10cf3bb2 - - default default] Tap Mirror: Handle Delete Port: a77b540c-dd14-463c-833b-268c33aeda5c [pid: 8|app: 0|req: 283/586] 10.0.0.17 () {34 vars in 989 bytes} [Tue Jun 16 02:23:46 2026] GET /v2.0/ports?device_id=081444fe-24cc-4ea0-bed9-92f0de76a3f4 => generated 12 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-16 02:23:46.459 7 INFO neutron_taas.services.taas.taas_plugin [None req-4fb02747-6e3a-483e-9dd3-8e9082607661 cfe1be6b7d8940b2ad3e6e1803af287d c448ca45ae6a4527b9385daa10cf3bb2 - - default default] TaaS: Handle Delete Port: 567d377e-dc09-45f8-8367-d27251b31105 2026-06-16 02:23:46.463 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4fb02747-6e3a-483e-9dd3-8e9082607661 cfe1be6b7d8940b2ad3e6e1803af287d c448ca45ae6a4527b9385daa10cf3bb2 - - default default] Tap Mirror: Handle Delete Port: 567d377e-dc09-45f8-8367-d27251b31105 2026-06-16 02:23:46.568 7 WARNING neutron.plugins.ml2.ovo_rpc [None req-4fb02747-6e3a-483e-9dd3-8e9082607661 cfe1be6b7d8940b2ad3e6e1803af287d c448ca45ae6a4527b9385daa10cf3bb2 - - 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 152, 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 152, 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 69, 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 45, 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 341, 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 2245, 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 646, 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 717, 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: 284/587] 10.0.0.17 () {34 vars in 989 bytes} [Tue Jun 16 02:23:46 2026] GET /v2.0/ports?device_id=df180cbb-0311-467a-aaae-647e1df31124 => generated 12 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-16 02:23:47.007 7 INFO neutron.db.l3_hamode_db [None req-4fb02747-6e3a-483e-9dd3-8e9082607661 cfe1be6b7d8940b2ad3e6e1803af287d c448ca45ae6a4527b9385daa10cf3bb2 - - default default] HA network 12388972-6a1b-46c0-a82c-42f488f72cd8 was deleted as no HA routers are present in tenant 97e2eddc115740f389b29a6568d3dec0. [pid: 7|app: 0|req: 304/588] 10.0.0.203 () {32 vars in 724 bytes} [Tue Jun 16 02:23:46 2026] DELETE /v2.0/routers/d7a3d034-3e7a-44b7-8032-195e5764e620 => generated 0 bytes in 1002 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 305/589] 10.0.0.17 () {34 vars in 989 bytes} [Tue Jun 16 02:23:47 2026] GET /v2.0/ports?device_id=59f61099-5a0e-4e23-8cae-e31d31e250dd => generated 12 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 285/590] 10.0.0.203 () {32 vars in 724 bytes} [Tue Jun 16 02:23:47 2026] DELETE /v2.0/subnets/68ff1a5f-5c36-4e48-a8c1-01a0c5425548 => generated 0 bytes in 200 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-16 02:23:47.391 7 INFO neutron.services.segments.plugin [-] Segment bdcf3085-7310-4192-aa4b-b08fc892b4ca resource provider aggregate not found [pid: 8|app: 0|req: 286/591] 10.0.0.17 () {34 vars in 989 bytes} [Tue Jun 16 02:23:47 2026] GET /v2.0/ports?device_id=081444fe-24cc-4ea0-bed9-92f0de76a3f4 => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-16 02:23:47.412 7 INFO neutron.services.segments.plugin [-] Segment bdcf3085-7310-4192-aa4b-b08fc892b4ca resource provider aggregate not found 2026-06-16 02:23:47.420 7 INFO neutron.services.segments.plugin [-] Segment bdcf3085-7310-4192-aa4b-b08fc892b4ca resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bdcf3085-7310-4192-aa4b-b08fc892b4ca found for delete ", "request_id": "req-83eddb0a-8d77-4a34-a402-d98d78e67521"}]} 2026-06-16 02:23:47.442 7 INFO neutron.services.segments.plugin [-] Segment bdcf3085-7310-4192-aa4b-b08fc892b4ca resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bdcf3085-7310-4192-aa4b-b08fc892b4ca found for delete ", "request_id": "req-a913c607-4d64-474c-a78c-37b9bc0c9cd4"}]} [pid: 7|app: 0|req: 306/592] 10.0.0.203 () {32 vars in 726 bytes} [Tue Jun 16 02:23:47 2026] DELETE /v2.0/networks/122d14b5-c041-4f49-a001-e5767d662088 => generated 0 bytes in 220 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 287/593] 10.0.0.203 () {32 vars in 774 bytes} [Tue Jun 16 02:23:47 2026] GET /v2.0/security-groups?tenant_id=97e2eddc115740f389b29a6568d3dec0&name=default => generated 2921 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 307/594] 10.0.0.17 () {34 vars in 989 bytes} [Tue Jun 16 02:23:47 2026] GET /v2.0/ports?device_id=df180cbb-0311-467a-aaae-647e1df31124 => 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: 288/595] 10.0.0.203 () {32 vars in 740 bytes} [Tue Jun 16 02:23:47 2026] DELETE /v2.0/security-groups/978fffe1-f663-42cf-88f0-023204017cfb => 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: 308/596] 10.0.0.17 () {34 vars in 989 bytes} [Tue Jun 16 02:23:48 2026] GET /v2.0/ports?device_id=59f61099-5a0e-4e23-8cae-e31d31e250dd => 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: 289/597] 10.0.0.17 () {34 vars in 989 bytes} [Tue Jun 16 02:23:48 2026] GET /v2.0/ports?device_id=081444fe-24cc-4ea0-bed9-92f0de76a3f4 => generated 12 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 309/598] 10.0.0.17 () {34 vars in 989 bytes} [Tue Jun 16 02:23:48 2026] GET /v2.0/ports?device_id=df180cbb-0311-467a-aaae-647e1df31124 => generated 12 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 290/599] 199.204.45.53 () {34 vars in 985 bytes} [Tue Jun 16 02:23:48 2026] GET /v2.0/networks?id=0c817052-63ab-41ef-b373-da20a4893aa9 => generated 684 bytes in 228 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 310/600] 199.204.45.53 () {34 vars in 910 bytes} [Tue Jun 16 02:23:49 2026] GET /v2.0/extensions => generated 21537 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 291/601] 199.204.45.53 () {34 vars in 1049 bytes} [Tue Jun 16 02:23:49 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=826abe497a59428ea588665b69da7506 => generated 181 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 292/602] 10.0.0.17 () {34 vars in 989 bytes} [Tue Jun 16 02:23:49 2026] GET /v2.0/ports?device_id=59f61099-5a0e-4e23-8cae-e31d31e250dd => generated 12 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-16 02:23:49.439 7 INFO neutron.services.segments.plugin [-] Segment 9f4a3de0-89e3-4109-92c9-fa2569ee84ff resource provider aggregate not found 2026-06-16 02:23:49.495 7 INFO neutron.services.segments.plugin [-] Segment 9f4a3de0-89e3-4109-92c9-fa2569ee84ff resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9f4a3de0-89e3-4109-92c9-fa2569ee84ff found for delete ", "request_id": "req-fc0b65ed-56c3-4516-bfe0-76aca8488cf3"}]} 2026-06-16 02:23:49.496 7 INFO neutron.services.segments.plugin [-] Segment 9f4a3de0-89e3-4109-92c9-fa2569ee84ff resource provider aggregate not found 2026-06-16 02:23:49.550 7 INFO neutron.services.segments.plugin [-] Segment 9f4a3de0-89e3-4109-92c9-fa2569ee84ff resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9f4a3de0-89e3-4109-92c9-fa2569ee84ff found for delete ", "request_id": "req-3fa98a51-8a4a-4092-bf99-ee177cb866f7"}]} [pid: 7|app: 0|req: 311/603] 199.204.45.53 () {38 vars in 954 bytes} [Tue Jun 16 02:23:49 2026] POST /v2.0/ports => generated 954 bytes in 568 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: 312/604] 10.0.0.17 () {34 vars in 989 bytes} [Tue Jun 16 02:23:49 2026] GET /v2.0/ports?device_id=081444fe-24cc-4ea0-bed9-92f0de76a3f4 => generated 957 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 313/605] 10.0.0.17 () {34 vars in 1039 bytes} [Tue Jun 16 02:23:49 2026] GET /v2.0/security-groups?id=f90b9eea-5ddc-46b2-a80d-50bd8fd90e0a&fields=id&fields=name => generated 114 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 02:23:49.928 8 INFO neutron.db.segments_db [None req-6cab4731-60d7-4a7a-947f-e548ea04da77 cfe1be6b7d8940b2ad3e6e1803af287d c448ca45ae6a4527b9385daa10cf3bb2 - - default default] Added segment a627355d-4331-4cc2-8917-89ba62330d5a of type vxlan for network 1d377afd-2546-4f84-900f-3b2efb774e50 [pid: 7|app: 0|req: 314/606] 10.0.0.17 () {34 vars in 989 bytes} [Tue Jun 16 02:23:49 2026] GET /v2.0/ports?device_id=df180cbb-0311-467a-aaae-647e1df31124 => 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: 293/607] 10.0.0.203 () {34 vars in 671 bytes} [Tue Jun 16 02:23:49 2026] POST /v2.0/networks => generated 726 bytes in 447 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 315/608] 10.0.0.203 () {34 vars in 669 bytes} [Tue Jun 16 02:23:50 2026] POST /v2.0/subnets => generated 692 bytes in 228 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-16 02:23:50.353 7 INFO neutron.db.segments_db [None req-d6d95fa2-9d4b-4b62-95d7-7122ecea0290 cfe1be6b7d8940b2ad3e6e1803af287d c448ca45ae6a4527b9385daa10cf3bb2 - - default default] Added segment 8976d4f9-6252-405d-9102-517eb5c16485 of type vxlan for network ad5d9031-357a-430f-ae3f-3b79b2e258fd 2026-06-16 02:23:50.670 7 INFO neutron.db.l3_hamode_db [None req-d6d95fa2-9d4b-4b62-95d7-7122ecea0290 cfe1be6b7d8940b2ad3e6e1803af287d e89bbc4da70b4880a1b4610689645d37 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 294/609] 199.204.45.53 () {38 vars in 1027 bytes} [Tue Jun 16 02:23:50 2026] PUT /v2.0/ports/dd7884b5-b56d-4320-837a-d3a29e1588e4 => generated 1235 bytes in 611 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: 295/610] 10.0.0.17 () {34 vars in 989 bytes} [Tue Jun 16 02:23:50 2026] GET /v2.0/ports?device_id=59f61099-5a0e-4e23-8cae-e31d31e250dd => generated 12 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 296/611] 199.204.45.53 () {34 vars in 985 bytes} [Tue Jun 16 02:23:50 2026] GET /v2.0/networks?id=2575958b-df4f-4b3c-ba19-e2cf8063b73f => generated 676 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 297/612] 199.204.45.53 () {34 vars in 1049 bytes} [Tue Jun 16 02:23:50 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=d174c22a461d4642be7da5f0b9cd91c2 => generated 181 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 298/613] 199.204.45.53 () {38 vars in 954 bytes} [Tue Jun 16 02:23:50 2026] POST /v2.0/ports => generated 954 bytes in 474 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: 299/614] 10.0.0.17 () {34 vars in 989 bytes} [Tue Jun 16 02:23:51 2026] GET /v2.0/ports?device_id=081444fe-24cc-4ea0-bed9-92f0de76a3f4 => generated 969 bytes in 99 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 300/615] 10.0.0.17 () {34 vars in 989 bytes} [Tue Jun 16 02:23:51 2026] GET /v2.0/ports?device_id=df180cbb-0311-467a-aaae-647e1df31124 => generated 957 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 02:23:51.653 7 INFO neutron.db.l3_hamode_db [None req-d6d95fa2-9d4b-4b62-95d7-7122ecea0290 cfe1be6b7d8940b2ad3e6e1803af287d c448ca45ae6a4527b9385daa10cf3bb2 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 301/616] 199.204.45.53 () {38 vars in 1027 bytes} [Tue Jun 16 02:23:51 2026] PUT /v2.0/ports/32259caf-adc8-4d08-9082-d0da0450ad4d => generated 1235 bytes in 396 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: 302/617] 10.0.0.17 () {34 vars in 1039 bytes} [Tue Jun 16 02:23:51 2026] GET /v2.0/security-groups?id=f90b9eea-5ddc-46b2-a80d-50bd8fd90e0a&fields=id&fields=name => generated 114 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 303/618] 10.0.0.17 () {34 vars in 1039 bytes} [Tue Jun 16 02:23:51 2026] GET /v2.0/security-groups?id=1d7c1f5a-f883-4564-9cf5-eb18bc75d97e&fields=id&fields=name => generated 114 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 304/619] 199.204.45.53 () {34 vars in 1079 bytes} [Tue Jun 16 02:23:52 2026] GET /v2.0/ports?tenant_id=826abe497a59428ea588665b69da7506&device_id=081444fe-24cc-4ea0-bed9-92f0de76a3f4 => generated 1238 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 305/620] 10.0.0.17 () {34 vars in 989 bytes} [Tue Jun 16 02:23:52 2026] GET /v2.0/ports?device_id=59f61099-5a0e-4e23-8cae-e31d31e250dd => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-16 02:23:52.136 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-755422b8-2add-4bbb-afe3-49ee5ef2774d'] response: {'name': 'network-changed', 'server_uuid': '081444fe-24cc-4ea0-bed9-92f0de76a3f4', 'tag': 'dd7884b5-b56d-4320-837a-d3a29e1588e4', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 306/621] 199.204.45.53 () {34 vars in 1057 bytes} [Tue Jun 16 02:23:52 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.3&port_id=dd7884b5-b56d-4320-837a-d3a29e1588e4 => generated 19 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 307/622] 199.204.45.53 () {34 vars in 983 bytes} [Tue Jun 16 02:23:52 2026] GET /v2.0/subnets?id=bebcd859-9a2a-4282-a87b-93fd575b4048 => generated 702 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 308/623] 199.204.45.53 () {34 vars in 1051 bytes} [Tue Jun 16 02:23:52 2026] GET /v2.0/ports?network_id=0c817052-63ab-41ef-b373-da20a4893aa9&device_owner=network%3Adhcp => generated 1244 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 309/624] 199.204.45.53 () {34 vars in 1011 bytes} [Tue Jun 16 02:23:52 2026] GET /v2.0/networks/0c817052-63ab-41ef-b373-da20a4893aa9?fields=segments => generated 14 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 310/625] 199.204.45.53 () {34 vars in 1111 bytes} [Tue Jun 16 02:23:52 2026] GET /v2.0/networks/0c817052-63ab-41ef-b373-da20a4893aa9?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: 316/626] 10.0.0.203 () {34 vars in 669 bytes} [Tue Jun 16 02:23:50 2026] POST /v2.0/routers => generated 732 bytes in 2372 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 317/627] 199.204.45.53 () {34 vars in 985 bytes} [Tue Jun 16 02:23:52 2026] GET /v2.0/networks?id=f798f189-829d-4bbe-9b0c-1750e9dfda95 => generated 668 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 318/628] 199.204.45.53 () {34 vars in 1049 bytes} [Tue Jun 16 02:23:52 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=018bf4d2ce3449bd96109dfb42fb5cd2 => generated 181 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 319/629] 199.204.45.53 () {38 vars in 954 bytes} [Tue Jun 16 02:23:52 2026] POST /v2.0/ports => generated 954 bytes in 371 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: 320/630] 199.204.45.53 () {34 vars in 1079 bytes} [Tue Jun 16 02:23:53 2026] GET /v2.0/ports?tenant_id=d174c22a461d4642be7da5f0b9cd91c2&device_id=df180cbb-0311-467a-aaae-647e1df31124 => generated 1238 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 321/631] 10.0.0.17 () {34 vars in 989 bytes} [Tue Jun 16 02:23:53 2026] GET /v2.0/ports?device_id=081444fe-24cc-4ea0-bed9-92f0de76a3f4 => generated 969 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 322/632] 10.0.0.17 () {34 vars in 989 bytes} [Tue Jun 16 02:23:53 2026] GET /v2.0/ports?device_id=df180cbb-0311-467a-aaae-647e1df31124 => generated 969 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 311/633] 10.0.0.203 () {34 vars in 783 bytes} [Tue Jun 16 02:23:52 2026] PUT /v2.0/routers/104ddfaf-e249-48dd-a230-fb3ce6326aa8/add_router_interface => generated 309 bytes in 1084 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 312/634] 199.204.45.53 () {34 vars in 1057 bytes} [Tue Jun 16 02:23:53 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.7&port_id=32259caf-adc8-4d08-9082-d0da0450ad4d => 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: 313/635] 10.0.0.17 () {34 vars in 1039 bytes} [Tue Jun 16 02:23:53 2026] GET /v2.0/security-groups?id=f90b9eea-5ddc-46b2-a80d-50bd8fd90e0a&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: 314/636] 199.204.45.53 () {34 vars in 1079 bytes} [Tue Jun 16 02:23:53 2026] GET /v2.0/ports?tenant_id=826abe497a59428ea588665b69da7506&device_id=081444fe-24cc-4ea0-bed9-92f0de76a3f4 => generated 1238 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 315/637] 10.0.0.17 () {34 vars in 1039 bytes} [Tue Jun 16 02:23:53 2026] GET /v2.0/security-groups?id=1d7c1f5a-f883-4564-9cf5-eb18bc75d97e&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: 323/638] 199.204.45.53 () {38 vars in 1027 bytes} [Tue Jun 16 02:23:53 2026] PUT /v2.0/ports/242ae76b-ef14-4af3-a121-ba3da6e59c4c => generated 1235 bytes in 515 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: 316/639] 199.204.45.53 () {34 vars in 983 bytes} [Tue Jun 16 02:23:53 2026] GET /v2.0/subnets?id=ae87f8d3-01c8-42e1-aac4-66c239b17390 => generated 694 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 324/640] 199.204.45.53 () {34 vars in 985 bytes} [Tue Jun 16 02:23:53 2026] GET /v2.0/networks?id=0c817052-63ab-41ef-b373-da20a4893aa9 => 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: 317/641] 10.0.0.17 () {34 vars in 989 bytes} [Tue Jun 16 02:23:53 2026] GET /v2.0/ports?device_id=59f61099-5a0e-4e23-8cae-e31d31e250dd => generated 969 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 318/642] 199.204.45.53 () {34 vars in 1057 bytes} [Tue Jun 16 02:23:54 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.3&port_id=dd7884b5-b56d-4320-837a-d3a29e1588e4 => 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: 325/643] 199.204.45.53 () {34 vars in 1051 bytes} [Tue Jun 16 02:23:53 2026] GET /v2.0/ports?network_id=2575958b-df4f-4b3c-ba19-e2cf8063b73f&device_owner=network%3Adhcp => generated 1244 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 319/644] 10.0.0.17 () {34 vars in 1039 bytes} [Tue Jun 16 02:23:54 2026] GET /v2.0/security-groups?id=67ecca5e-5e46-4b13-8ba1-09f15e473826&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: 326/645] 199.204.45.53 () {34 vars in 983 bytes} [Tue Jun 16 02:23:54 2026] GET /v2.0/subnets?id=bebcd859-9a2a-4282-a87b-93fd575b4048 => generated 702 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 320/646] 199.204.45.53 () {34 vars in 1011 bytes} [Tue Jun 16 02:23:54 2026] GET /v2.0/networks/2575958b-df4f-4b3c-ba19-e2cf8063b73f?fields=segments => generated 14 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 327/647] 199.204.45.53 () {34 vars in 1051 bytes} [Tue Jun 16 02:23:54 2026] GET /v2.0/ports?network_id=0c817052-63ab-41ef-b373-da20a4893aa9&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: 321/648] 199.204.45.53 () {34 vars in 1111 bytes} [Tue Jun 16 02:23:54 2026] GET /v2.0/networks/2575958b-df4f-4b3c-ba19-e2cf8063b73f?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-16 02:23:54.198 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-a434fa09-bc9c-40db-a963-f25f3495a836'] response: {'name': 'network-changed', 'server_uuid': 'df180cbb-0311-467a-aaae-647e1df31124', 'tag': '32259caf-adc8-4d08-9082-d0da0450ad4d', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 328/649] 199.204.45.53 () {34 vars in 1011 bytes} [Tue Jun 16 02:23:54 2026] GET /v2.0/networks/0c817052-63ab-41ef-b373-da20a4893aa9?fields=segments => generated 14 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 322/650] 199.204.45.53 () {34 vars in 1111 bytes} [Tue Jun 16 02:23:54 2026] GET /v2.0/networks/0c817052-63ab-41ef-b373-da20a4893aa9?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) 2026-06-16 02:23:54.365 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-5fd88dce-18d8-4739-b28f-176b8390a193'] response: {'name': 'network-changed', 'server_uuid': '59f61099-5a0e-4e23-8cae-e31d31e250dd', 'tag': '242ae76b-ef14-4af3-a121-ba3da6e59c4c', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 329/651] 10.0.0.17 () {38 vars in 970 bytes} [Tue Jun 16 02:23:54 2026] POST /v2.0/security-groups => generated 1681 bytes in 176 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 323/652] 10.0.0.17 () {38 vars in 970 bytes} [Tue Jun 16 02:23:54 2026] POST /v2.0/security-groups => generated 1680 bytes in 125 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 330/653] 10.0.0.17 () {38 vars in 970 bytes} [Tue Jun 16 02:23:54 2026] POST /v2.0/security-groups => generated 1680 bytes in 132 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 324/654] 10.0.0.17 () {34 vars in 1001 bytes} [Tue Jun 16 02:23:54 2026] GET /v2.0/security-groups?tenant_id=e89bbc4da70b4880a1b4610689645d37 => generated 7906 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 331/655] 199.204.45.53 () {34 vars in 1079 bytes} [Tue Jun 16 02:23:54 2026] GET /v2.0/ports?tenant_id=018bf4d2ce3449bd96109dfb42fb5cd2&device_id=59f61099-5a0e-4e23-8cae-e31d31e250dd => generated 1238 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 325/656] 10.0.0.17 () {34 vars in 990 bytes} [Tue Jun 16 02:23:54 2026] GET /v2.0/security-groups/3b793908-0d66-4ee9-bee8-c3dd248d62ab => generated 2922 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 332/657] 10.0.0.17 () {34 vars in 989 bytes} [Tue Jun 16 02:23:54 2026] GET /v2.0/ports?device_id=081444fe-24cc-4ea0-bed9-92f0de76a3f4 => generated 969 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 326/658] 199.204.45.53 () {34 vars in 1017 bytes} [Tue Jun 16 02:23:54 2026] GET /v2.0/networks?tenant_id=018bf4d2ce3449bd96109dfb42fb5cd2&shared=False => generated 764 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 333/659] 10.0.0.17 () {34 vars in 990 bytes} [Tue Jun 16 02:23:54 2026] GET /v2.0/security-groups/3b793908-0d66-4ee9-bee8-c3dd248d62ab => generated 2922 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 327/660] 10.0.0.17 () {34 vars in 1039 bytes} [Tue Jun 16 02:23:55 2026] GET /v2.0/security-groups?id=f90b9eea-5ddc-46b2-a80d-50bd8fd90e0a&fields=id&fields=name => generated 114 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 334/661] 199.204.45.53 () {34 vars in 929 bytes} [Tue Jun 16 02:23:55 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 328/662] 10.0.0.17 () {34 vars in 989 bytes} [Tue Jun 16 02:23:55 2026] GET /v2.0/ports?device_id=df180cbb-0311-467a-aaae-647e1df31124 => 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: 335/663] 10.0.0.17 () {34 vars in 990 bytes} [Tue Jun 16 02:23:55 2026] GET /v2.0/security-groups/b56eb8ab-c838-4745-b13a-4fe9c089decc => generated 1681 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 329/664] 10.0.0.17 () {34 vars in 1039 bytes} [Tue Jun 16 02:23:55 2026] GET /v2.0/security-groups?id=1d7c1f5a-f883-4564-9cf5-eb18bc75d97e&fields=id&fields=name => generated 114 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 336/665] 10.0.0.17 () {36 vars in 1012 bytes} [Tue Jun 16 02:23:55 2026] DELETE /v2.0/security-groups/b56eb8ab-c838-4745-b13a-4fe9c089decc => generated 0 bytes in 79 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 330/666] 10.0.0.17 () {34 vars in 989 bytes} [Tue Jun 16 02:23:55 2026] GET /v2.0/ports?device_id=59f61099-5a0e-4e23-8cae-e31d31e250dd => generated 969 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 337/667] 199.204.45.53 () {34 vars in 1079 bytes} [Tue Jun 16 02:23:55 2026] GET /v2.0/ports?tenant_id=d174c22a461d4642be7da5f0b9cd91c2&device_id=df180cbb-0311-467a-aaae-647e1df31124 => generated 1238 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-16 02:23:55.254 8 INFO neutron.api.v2.resource [req-37afcf18-fa2b-4ab3-b5db-82abe46e5177 req-f0954046-a0fa-407e-915e-cfa80ef3db11 ff834b997a2a4463ac90f9c71b64e7ca e89bbc4da70b4880a1b4610689645d37 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 331/668] 10.0.0.17 () {34 vars in 990 bytes} [Tue Jun 16 02:23:55 2026] GET /v2.0/security-groups/b56eb8ab-c838-4745-b13a-4fe9c089decc => 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: 338/669] 10.0.0.17 () {34 vars in 1039 bytes} [Tue Jun 16 02:23:55 2026] GET /v2.0/security-groups?id=67ecca5e-5e46-4b13-8ba1-09f15e473826&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: 339/670] 10.0.0.17 () {34 vars in 990 bytes} [Tue Jun 16 02:23:55 2026] GET /v2.0/security-groups/8d22896a-c23a-489d-b272-a836593dce76 => generated 1680 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 332/671] 199.204.45.53 () {34 vars in 985 bytes} [Tue Jun 16 02:23:55 2026] GET /v2.0/networks?id=2575958b-df4f-4b3c-ba19-e2cf8063b73f => generated 772 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 333/672] 199.204.45.53 () {34 vars in 1057 bytes} [Tue Jun 16 02:23:55 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.7&port_id=32259caf-adc8-4d08-9082-d0da0450ad4d => 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: 334/673] 199.204.45.53 () {34 vars in 983 bytes} [Tue Jun 16 02:23:55 2026] GET /v2.0/subnets?id=ae87f8d3-01c8-42e1-aac4-66c239b17390 => 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: 340/674] 10.0.0.17 () {36 vars in 1012 bytes} [Tue Jun 16 02:23:55 2026] DELETE /v2.0/security-groups/8d22896a-c23a-489d-b272-a836593dce76 => generated 0 bytes in 93 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 335/675] 199.204.45.53 () {34 vars in 1051 bytes} [Tue Jun 16 02:23:55 2026] GET /v2.0/ports?network_id=2575958b-df4f-4b3c-ba19-e2cf8063b73f&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-06-16 02:23:55.441 8 INFO neutron.api.v2.resource [req-f256a8b6-0f29-4738-9579-2ce9368ff5b9 req-d0a1f5e6-7b8a-4d9b-a92a-b70e3d17d359 ff834b997a2a4463ac90f9c71b64e7ca e89bbc4da70b4880a1b4610689645d37 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 336/676] 10.0.0.17 () {34 vars in 990 bytes} [Tue Jun 16 02:23:55 2026] GET /v2.0/security-groups/8d22896a-c23a-489d-b272-a836593dce76 => generated 146 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 341/677] 199.204.45.53 () {34 vars in 1011 bytes} [Tue Jun 16 02:23:55 2026] GET /v2.0/networks/2575958b-df4f-4b3c-ba19-e2cf8063b73f?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: 337/678] 10.0.0.17 () {34 vars in 990 bytes} [Tue Jun 16 02:23:55 2026] GET /v2.0/security-groups/8ed34585-d86e-411e-bf05-38d8a772b2ea => generated 1680 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 342/679] 199.204.45.53 () {34 vars in 1111 bytes} [Tue Jun 16 02:23:55 2026] GET /v2.0/networks/2575958b-df4f-4b3c-ba19-e2cf8063b73f?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: 8|app: 0|req: 338/680] 10.0.0.17 () {36 vars in 1012 bytes} [Tue Jun 16 02:23:55 2026] DELETE /v2.0/security-groups/8ed34585-d86e-411e-bf05-38d8a772b2ea => generated 0 bytes in 97 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-16 02:23:55.633 7 INFO neutron.api.v2.resource [req-975daaac-55f7-412f-b57a-e05d32720b84 req-daf3a3ff-e36d-43dd-a346-8afbd2a8424d ff834b997a2a4463ac90f9c71b64e7ca e89bbc4da70b4880a1b4610689645d37 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 343/681] 10.0.0.17 () {34 vars in 990 bytes} [Tue Jun 16 02:23:55 2026] GET /v2.0/security-groups/8ed34585-d86e-411e-bf05-38d8a772b2ea => 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: 339/682] 10.0.0.17 () {34 vars in 1001 bytes} [Tue Jun 16 02:23:55 2026] GET /v2.0/security-groups?tenant_id=e89bbc4da70b4880a1b4610689645d37 => generated 2925 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 344/683] 10.0.0.17 () {34 vars in 990 bytes} [Tue Jun 16 02:23:55 2026] GET /v2.0/security-groups/3b793908-0d66-4ee9-bee8-c3dd248d62ab => generated 2922 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 340/684] 10.0.0.17 () {34 vars in 990 bytes} [Tue Jun 16 02:23:55 2026] GET /v2.0/security-groups/3b793908-0d66-4ee9-bee8-c3dd248d62ab => generated 2922 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-16 02:23:55.808 7 INFO neutron.api.v2.resource [req-396be254-8f47-4d76-aee5-ceb6823161aa req-1123a379-c020-423a-992c-e265054e2769 ff834b997a2a4463ac90f9c71b64e7ca e89bbc4da70b4880a1b4610689645d37 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 345/685] 10.0.0.17 () {34 vars in 990 bytes} [Tue Jun 16 02:23:55 2026] GET /v2.0/security-groups/8ed34585-d86e-411e-bf05-38d8a772b2ea => generated 146 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-16 02:23:55.839 8 INFO neutron.api.v2.resource [req-48edb959-7347-43cc-85b9-2d70e248f3db req-a060028e-285d-4b43-82bd-7d194239f699 ff834b997a2a4463ac90f9c71b64e7ca e89bbc4da70b4880a1b4610689645d37 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 341/686] 10.0.0.17 () {34 vars in 990 bytes} [Tue Jun 16 02:23:55 2026] GET /v2.0/security-groups/8d22896a-c23a-489d-b272-a836593dce76 => generated 146 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-16 02:23:55.875 7 INFO neutron.api.v2.resource [req-366b05cf-a3f3-4fa2-8bde-fbcfb49bb68f req-fca3f975-088c-4746-8a05-3d1c2b586231 ff834b997a2a4463ac90f9c71b64e7ca e89bbc4da70b4880a1b4610689645d37 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 346/687] 10.0.0.17 () {34 vars in 990 bytes} [Tue Jun 16 02:23:55 2026] GET /v2.0/security-groups/b56eb8ab-c838-4745-b13a-4fe9c089decc => generated 146 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 347/688] 199.204.45.53 () {34 vars in 1079 bytes} [Tue Jun 16 02:23:56 2026] GET /v2.0/ports?tenant_id=018bf4d2ce3449bd96109dfb42fb5cd2&device_id=59f61099-5a0e-4e23-8cae-e31d31e250dd => generated 1238 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 348/689] 10.0.0.17 () {34 vars in 989 bytes} [Tue Jun 16 02:23:56 2026] GET /v2.0/ports?device_id=081444fe-24cc-4ea0-bed9-92f0de76a3f4 => generated 969 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 349/690] 199.204.45.53 () {34 vars in 1057 bytes} [Tue Jun 16 02:23:56 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.8&port_id=242ae76b-ef14-4af3-a121-ba3da6e59c4c => generated 19 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-16 02:23:56.439 8 INFO neutron_taas.services.taas.taas_plugin [None req-08131c59-b689-400d-a40c-1147cd067d63 cfe1be6b7d8940b2ad3e6e1803af287d c448ca45ae6a4527b9385daa10cf3bb2 - - default default] TaaS: Handle Delete Port: 695d044c-0f32-4691-aec0-b4f7c70f3363 2026-06-16 02:23:56.449 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-08131c59-b689-400d-a40c-1147cd067d63 cfe1be6b7d8940b2ad3e6e1803af287d c448ca45ae6a4527b9385daa10cf3bb2 - - default default] Tap Mirror: Handle Delete Port: 695d044c-0f32-4691-aec0-b4f7c70f3363 [pid: 7|app: 0|req: 350/691] 10.0.0.17 () {34 vars in 1039 bytes} [Tue Jun 16 02:23:56 2026] GET /v2.0/security-groups?id=f90b9eea-5ddc-46b2-a80d-50bd8fd90e0a&fields=id&fields=name => generated 114 bytes in 354 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 351/692] 10.0.0.17 () {34 vars in 989 bytes} [Tue Jun 16 02:23:56 2026] GET /v2.0/ports?device_id=df180cbb-0311-467a-aaae-647e1df31124 => generated 969 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 352/693] 199.204.45.53 () {34 vars in 983 bytes} [Tue Jun 16 02:23:56 2026] GET /v2.0/subnets?id=1e9e3877-3756-4fd7-aa84-5a6dfc316a43 => generated 686 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 353/694] 10.0.0.17 () {34 vars in 1039 bytes} [Tue Jun 16 02:23:56 2026] GET /v2.0/security-groups?id=1d7c1f5a-f883-4564-9cf5-eb18bc75d97e&fields=id&fields=name => generated 114 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 354/695] 10.0.0.17 () {34 vars in 989 bytes} [Tue Jun 16 02:23:56 2026] GET /v2.0/ports?device_id=59f61099-5a0e-4e23-8cae-e31d31e250dd => generated 969 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 355/696] 199.204.45.53 () {34 vars in 1051 bytes} [Tue Jun 16 02:23:56 2026] GET /v2.0/ports?network_id=f798f189-829d-4bbe-9b0c-1750e9dfda95&device_owner=network%3Adhcp => generated 1242 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 356/697] 10.0.0.17 () {34 vars in 1039 bytes} [Tue Jun 16 02:23:56 2026] GET /v2.0/security-groups?id=67ecca5e-5e46-4b13-8ba1-09f15e473826&fields=id&fields=name => generated 114 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 357/698] 199.204.45.53 () {34 vars in 1011 bytes} [Tue Jun 16 02:23:56 2026] GET /v2.0/networks/f798f189-829d-4bbe-9b0c-1750e9dfda95?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: 358/699] 199.204.45.53 () {34 vars in 1111 bytes} [Tue Jun 16 02:23:56 2026] GET /v2.0/networks/f798f189-829d-4bbe-9b0c-1750e9dfda95?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 342/700] 10.0.0.203 () {34 vars in 789 bytes} [Tue Jun 16 02:23:55 2026] PUT /v2.0/routers/104ddfaf-e249-48dd-a230-fb3ce6326aa8/remove_router_interface => generated 309 bytes in 1608 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 343/701] 10.0.0.17 () {34 vars in 989 bytes} [Tue Jun 16 02:23:57 2026] GET /v2.0/ports?device_id=081444fe-24cc-4ea0-bed9-92f0de76a3f4 => generated 969 bytes in 95 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 02:23:57.771 7 INFO neutron_taas.services.taas.taas_plugin [None req-0738298b-da7c-4020-b753-3a58570ac131 cfe1be6b7d8940b2ad3e6e1803af287d c448ca45ae6a4527b9385daa10cf3bb2 - - default default] TaaS: Handle Delete Port: 9965d3be-78f6-40a6-9881-cf4126c76309 2026-06-16 02:23:57.782 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0738298b-da7c-4020-b753-3a58570ac131 cfe1be6b7d8940b2ad3e6e1803af287d c448ca45ae6a4527b9385daa10cf3bb2 - - default default] Tap Mirror: Handle Delete Port: 9965d3be-78f6-40a6-9881-cf4126c76309 [pid: 8|app: 0|req: 344/702] 10.0.0.17 () {34 vars in 1039 bytes} [Tue Jun 16 02:23:57 2026] GET /v2.0/security-groups?id=f90b9eea-5ddc-46b2-a80d-50bd8fd90e0a&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: 345/703] 10.0.0.17 () {34 vars in 989 bytes} [Tue Jun 16 02:23:57 2026] GET /v2.0/ports?device_id=df180cbb-0311-467a-aaae-647e1df31124 => generated 969 bytes in 96 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 346/704] 10.0.0.17 () {34 vars in 989 bytes} [Tue Jun 16 02:23:57 2026] GET /v2.0/ports?device_id=59f61099-5a0e-4e23-8cae-e31d31e250dd => 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: 347/705] 10.0.0.17 () {34 vars in 1039 bytes} [Tue Jun 16 02:23:57 2026] GET /v2.0/security-groups?id=1d7c1f5a-f883-4564-9cf5-eb18bc75d97e&fields=id&fields=name => generated 114 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 348/706] 10.0.0.17 () {34 vars in 1039 bytes} [Tue Jun 16 02:23:58 2026] GET /v2.0/security-groups?id=67ecca5e-5e46-4b13-8ba1-09f15e473826&fields=id&fields=name => generated 114 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 02:23:58.145 7 INFO neutron_taas.services.taas.taas_plugin [None req-0738298b-da7c-4020-b753-3a58570ac131 cfe1be6b7d8940b2ad3e6e1803af287d c448ca45ae6a4527b9385daa10cf3bb2 - - default default] TaaS: Handle Delete Port: a7740cbb-01e4-4a23-868f-2e8629eccd66 2026-06-16 02:23:58.148 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0738298b-da7c-4020-b753-3a58570ac131 cfe1be6b7d8940b2ad3e6e1803af287d c448ca45ae6a4527b9385daa10cf3bb2 - - default default] Tap Mirror: Handle Delete Port: a7740cbb-01e4-4a23-868f-2e8629eccd66 2026-06-16 02:23:58.529 7 INFO neutron.services.segments.plugin [-] Segment 8976d4f9-6252-405d-9102-517eb5c16485 resource provider aggregate not found 2026-06-16 02:23:58.538 7 INFO neutron.services.segments.plugin [-] Segment 8976d4f9-6252-405d-9102-517eb5c16485 resource provider aggregate not found 2026-06-16 02:23:58.548 7 INFO neutron.services.segments.plugin [-] Segment 8976d4f9-6252-405d-9102-517eb5c16485 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8976d4f9-6252-405d-9102-517eb5c16485 found for delete ", "request_id": "req-e316f56f-a591-4859-bd7d-590822bd17ed"}]} 2026-06-16 02:23:58.561 7 INFO neutron.db.l3_hamode_db [None req-0738298b-da7c-4020-b753-3a58570ac131 cfe1be6b7d8940b2ad3e6e1803af287d c448ca45ae6a4527b9385daa10cf3bb2 - - default default] HA network ad5d9031-357a-430f-ae3f-3b79b2e258fd was deleted as no HA routers are present in tenant e89bbc4da70b4880a1b4610689645d37. 2026-06-16 02:23:58.568 7 INFO neutron.services.segments.plugin [-] Segment 8976d4f9-6252-405d-9102-517eb5c16485 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8976d4f9-6252-405d-9102-517eb5c16485 found for delete ", "request_id": "req-2550cf99-daca-4d68-99c7-db3033767359"}]} [pid: 7|app: 0|req: 359/707] 10.0.0.203 () {32 vars in 724 bytes} [Tue Jun 16 02:23:57 2026] DELETE /v2.0/routers/104ddfaf-e249-48dd-a230-fb3ce6326aa8 => generated 0 bytes in 1071 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 349/708] 10.0.0.203 () {32 vars in 724 bytes} [Tue Jun 16 02:23:58 2026] DELETE /v2.0/subnets/7cc08d8c-c5df-4ae1-8bfe-8afd0ed16acb => generated 0 bytes in 127 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 360/709] 10.0.0.203 () {32 vars in 726 bytes} [Tue Jun 16 02:23:58 2026] DELETE /v2.0/networks/1d377afd-2546-4f84-900f-3b2efb774e50 => generated 0 bytes in 119 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 350/710] 10.0.0.17 () {34 vars in 989 bytes} [Tue Jun 16 02:23:58 2026] GET /v2.0/ports?device_id=081444fe-24cc-4ea0-bed9-92f0de76a3f4 => generated 969 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 361/711] 10.0.0.203 () {32 vars in 774 bytes} [Tue Jun 16 02:23:58 2026] GET /v2.0/security-groups?tenant_id=e89bbc4da70b4880a1b4610689645d37&name=default => generated 2925 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 351/712] 10.0.0.17 () {34 vars in 1039 bytes} [Tue Jun 16 02:23:58 2026] GET /v2.0/security-groups?id=f90b9eea-5ddc-46b2-a80d-50bd8fd90e0a&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: 362/713] 10.0.0.203 () {32 vars in 740 bytes} [Tue Jun 16 02:23:59 2026] DELETE /v2.0/security-groups/3b793908-0d66-4ee9-bee8-c3dd248d62ab => generated 0 bytes in 94 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 352/714] 10.0.0.17 () {34 vars in 989 bytes} [Tue Jun 16 02:23:59 2026] GET /v2.0/ports?device_id=df180cbb-0311-467a-aaae-647e1df31124 => generated 969 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 353/715] 10.0.0.17 () {34 vars in 1039 bytes} [Tue Jun 16 02:23:59 2026] GET /v2.0/security-groups?id=1d7c1f5a-f883-4564-9cf5-eb18bc75d97e&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: 7|app: 0|req: 363/716] 10.0.0.17 () {34 vars in 989 bytes} [Tue Jun 16 02:23:59 2026] GET /v2.0/ports?device_id=59f61099-5a0e-4e23-8cae-e31d31e250dd => generated 969 bytes in 113 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 354/717] 10.0.0.17 () {34 vars in 1039 bytes} [Tue Jun 16 02:23:59 2026] GET /v2.0/security-groups?id=67ecca5e-5e46-4b13-8ba1-09f15e473826&fields=id&fields=name => generated 114 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 365/720] 10.0.0.17 () {34 vars in 989 bytes} [Tue Jun 16 02:24:00 2026] GET /v2.0/ports?device_id=081444fe-24cc-4ea0-bed9-92f0de76a3f4 => generated 971 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 356/721] 10.0.0.17 () {34 vars in 1039 bytes} [Tue Jun 16 02:24:00 2026] GET /v2.0/security-groups?id=f90b9eea-5ddc-46b2-a80d-50bd8fd90e0a&fields=id&fields=name => generated 114 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 366/722] 10.0.0.17 () {34 vars in 989 bytes} [Tue Jun 16 02:24:00 2026] GET /v2.0/ports?device_id=df180cbb-0311-467a-aaae-647e1df31124 => generated 971 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 367/723] 10.0.0.17 () {34 vars in 1039 bytes} [Tue Jun 16 02:24:00 2026] GET /v2.0/security-groups?id=1d7c1f5a-f883-4564-9cf5-eb18bc75d97e&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: 357/724] 10.0.0.17 () {34 vars in 989 bytes} [Tue Jun 16 02:24:00 2026] GET /v2.0/ports?device_id=59f61099-5a0e-4e23-8cae-e31d31e250dd => generated 969 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 368/725] 10.0.0.17 () {34 vars in 1039 bytes} [Tue Jun 16 02:24:00 2026] GET /v2.0/security-groups?id=67ecca5e-5e46-4b13-8ba1-09f15e473826&fields=id&fields=name => generated 114 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 02:24:00.582 7 INFO neutron.services.segments.plugin [-] Segment a627355d-4331-4cc2-8917-89ba62330d5a resource provider aggregate not found 2026-06-16 02:24:00.593 7 INFO neutron.services.segments.plugin [-] Segment a627355d-4331-4cc2-8917-89ba62330d5a resource provider aggregate not found 2026-06-16 02:24:00.611 7 INFO neutron.services.segments.plugin [-] Segment a627355d-4331-4cc2-8917-89ba62330d5a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a627355d-4331-4cc2-8917-89ba62330d5a found for delete ", "request_id": "req-a164261d-71b9-4c0f-a5d7-de107eb8f406"}]} 2026-06-16 02:24:00.615 7 INFO neutron.services.segments.plugin [-] Segment a627355d-4331-4cc2-8917-89ba62330d5a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a627355d-4331-4cc2-8917-89ba62330d5a found for delete ", "request_id": "req-cdee0913-5940-4ea4-80ea-23bd1ab2e1ad"}]} [pid: 7|app: 0|req: 369/726] 10.0.0.17 () {34 vars in 989 bytes} [Tue Jun 16 02:24:01 2026] GET /v2.0/ports?device_id=081444fe-24cc-4ea0-bed9-92f0de76a3f4 => generated 971 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 370/727] 10.0.0.17 () {34 vars in 1039 bytes} [Tue Jun 16 02:24:01 2026] GET /v2.0/security-groups?id=f90b9eea-5ddc-46b2-a80d-50bd8fd90e0a&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-06-16 02:24:01.455 8 INFO neutron.db.segments_db [None req-0f2f6b3a-06c7-47c2-8343-9483ce57f5af cfe1be6b7d8940b2ad3e6e1803af287d c448ca45ae6a4527b9385daa10cf3bb2 - - default default] Added segment aa065fba-571b-4e22-8764-3e7e60fa0772 of type vxlan for network d31457fb-6237-4ad1-b321-99f50f358f7c [pid: 7|app: 0|req: 371/728] 10.0.0.17 () {34 vars in 989 bytes} [Tue Jun 16 02:24:01 2026] GET /v2.0/ports?device_id=081444fe-24cc-4ea0-bed9-92f0de76a3f4 => generated 971 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 372/729] 10.0.0.17 () {34 vars in 989 bytes} [Tue Jun 16 02:24:01 2026] GET /v2.0/ports?device_id=df180cbb-0311-467a-aaae-647e1df31124 => generated 971 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 358/730] 10.0.0.203 () {34 vars in 671 bytes} [Tue Jun 16 02:24:01 2026] POST /v2.0/networks => generated 728 bytes in 454 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 359/731] 10.0.0.17 () {34 vars in 1039 bytes} [Tue Jun 16 02:24:01 2026] GET /v2.0/security-groups?id=1d7c1f5a-f883-4564-9cf5-eb18bc75d97e&fields=id&fields=name => generated 114 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 360/732] 10.0.0.17 () {34 vars in 989 bytes} [Tue Jun 16 02:24:01 2026] GET /v2.0/ports?device_id=59f61099-5a0e-4e23-8cae-e31d31e250dd => 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: 361/733] 10.0.0.203 () {34 vars in 669 bytes} [Tue Jun 16 02:24:01 2026] POST /v2.0/subnets => generated 694 bytes in 162 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 362/734] 10.0.0.17 () {34 vars in 1039 bytes} [Tue Jun 16 02:24:01 2026] GET /v2.0/security-groups?id=67ecca5e-5e46-4b13-8ba1-09f15e473826&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-06-16 02:24:01.919 8 INFO neutron.db.segments_db [None req-074bd8bd-84e2-4567-9504-4694f1229b4a cfe1be6b7d8940b2ad3e6e1803af287d c448ca45ae6a4527b9385daa10cf3bb2 - - default default] Added segment ce935aba-4025-49ce-a61b-5da318daa127 of type vxlan for network 70c150d5-d78e-4000-8410-83743dc63d1c 2026-06-16 02:24:01.975 7 INFO neutron.db.l3_db [None req-0cc72ca6-93cb-46a6-9470-dd8ceaf58c05 1469791d78a0414c80c222f7fae924bf 826abe497a59428ea588665b69da7506 - - default default] Floating IP 4b349955-80ce-4846-bd21-890ce869b6c8 associated. External IP: 10.96.250.201, port: dd7884b5-b56d-4320-837a-d3a29e1588e4. 2026-06-16 02:24:02.157 8 INFO neutron.db.l3_hamode_db [None req-074bd8bd-84e2-4567-9504-4694f1229b4a cfe1be6b7d8940b2ad3e6e1803af287d a78688678f794e3983e67e8ad3d60fdd - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 373/735] 10.0.0.203 () {34 vars in 749 bytes} [Tue Jun 16 02:24:01 2026] PUT /v2.0/floatingips/4b349955-80ce-4846-bd21-890ce869b6c8 => generated 855 bytes in 647 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 02:24:02.281 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-b61f6b3e-0bb3-4076-9e81-6d4111183b32'] response: {'name': 'network-changed', 'server_uuid': '081444fe-24cc-4ea0-bed9-92f0de76a3f4', 'tag': 'dd7884b5-b56d-4320-837a-d3a29e1588e4', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 374/736] 10.0.0.17 () {34 vars in 989 bytes} [Tue Jun 16 02:24:02 2026] GET /v2.0/ports?device_id=081444fe-24cc-4ea0-bed9-92f0de76a3f4 => generated 971 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 375/737] 10.0.0.17 () {34 vars in 1039 bytes} [Tue Jun 16 02:24:02 2026] GET /v2.0/security-groups?id=f90b9eea-5ddc-46b2-a80d-50bd8fd90e0a&fields=id&fields=name => generated 114 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 376/738] 10.0.0.17 () {34 vars in 989 bytes} [Tue Jun 16 02:24:02 2026] GET /v2.0/ports?device_id=df180cbb-0311-467a-aaae-647e1df31124 => generated 971 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 377/739] 10.0.0.17 () {34 vars in 1039 bytes} [Tue Jun 16 02:24:02 2026] GET /v2.0/security-groups?id=1d7c1f5a-f883-4564-9cf5-eb18bc75d97e&fields=id&fields=name => generated 114 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 378/740] 199.204.45.53 () {34 vars in 1079 bytes} [Tue Jun 16 02:24:02 2026] GET /v2.0/ports?tenant_id=826abe497a59428ea588665b69da7506&device_id=081444fe-24cc-4ea0-bed9-92f0de76a3f4 => generated 1240 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 379/741] 199.204.45.53 () {34 vars in 985 bytes} [Tue Jun 16 02:24:02 2026] GET /v2.0/networks?id=0c817052-63ab-41ef-b373-da20a4893aa9 => generated 780 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 380/742] 199.204.45.53 () {34 vars in 1057 bytes} [Tue Jun 16 02:24:02 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.3&port_id=dd7884b5-b56d-4320-837a-d3a29e1588e4 => generated 858 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 381/743] 10.0.0.17 () {34 vars in 989 bytes} [Tue Jun 16 02:24:02 2026] GET /v2.0/ports?device_id=59f61099-5a0e-4e23-8cae-e31d31e250dd => generated 971 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 02:24:03.021 8 INFO neutron.db.l3_hamode_db [None req-074bd8bd-84e2-4567-9504-4694f1229b4a cfe1be6b7d8940b2ad3e6e1803af287d c448ca45ae6a4527b9385daa10cf3bb2 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 382/744] 199.204.45.53 () {34 vars in 983 bytes} [Tue Jun 16 02:24:02 2026] GET /v2.0/subnets?id=bebcd859-9a2a-4282-a87b-93fd575b4048 => generated 702 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 383/745] 10.0.0.17 () {34 vars in 1039 bytes} [Tue Jun 16 02:24:03 2026] GET /v2.0/security-groups?id=67ecca5e-5e46-4b13-8ba1-09f15e473826&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: 384/746] 199.204.45.53 () {34 vars in 1051 bytes} [Tue Jun 16 02:24:03 2026] GET /v2.0/ports?network_id=0c817052-63ab-41ef-b373-da20a4893aa9&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: 385/747] 199.204.45.53 () {34 vars in 1011 bytes} [Tue Jun 16 02:24:03 2026] GET /v2.0/networks/0c817052-63ab-41ef-b373-da20a4893aa9?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: 386/748] 199.204.45.53 () {34 vars in 1111 bytes} [Tue Jun 16 02:24:03 2026] GET /v2.0/networks/0c817052-63ab-41ef-b373-da20a4893aa9?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: 363/749] 10.0.0.203 () {34 vars in 669 bytes} [Tue Jun 16 02:24:01 2026] POST /v2.0/routers => generated 734 bytes in 2033 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 387/750] 10.0.0.17 () {34 vars in 989 bytes} [Tue Jun 16 02:24:03 2026] GET /v2.0/ports?device_id=df180cbb-0311-467a-aaae-647e1df31124 => generated 971 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 388/751] 10.0.0.17 () {34 vars in 1039 bytes} [Tue Jun 16 02:24:03 2026] GET /v2.0/security-groups?id=1d7c1f5a-f883-4564-9cf5-eb18bc75d97e&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: 389/752] 10.0.0.17 () {34 vars in 989 bytes} [Tue Jun 16 02:24:04 2026] GET /v2.0/ports?device_id=df180cbb-0311-467a-aaae-647e1df31124 => generated 971 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 02:24:04.640 7 INFO neutron.db.l3_db [None req-01f20619-ef73-4b37-b1fd-ce2b63533e92 524cee35c3834dbabac8b58990dba31d d174c22a461d4642be7da5f0b9cd91c2 - - default default] Floating IP 3c54b411-7a43-4ef3-95ad-892881a28eed associated. External IP: 10.96.250.205, port: 32259caf-adc8-4d08-9082-d0da0450ad4d. [pid: 7|app: 0|req: 390/753] 10.0.0.203 () {34 vars in 749 bytes} [Tue Jun 16 02:24:04 2026] PUT /v2.0/floatingips/3c54b411-7a43-4ef3-95ad-892881a28eed => generated 855 bytes in 846 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 02:24:05.062 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-566561ca-f0b3-4e24-8400-125418abe367'] response: {'name': 'network-changed', 'server_uuid': 'df180cbb-0311-467a-aaae-647e1df31124', 'tag': '32259caf-adc8-4d08-9082-d0da0450ad4d', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 391/754] 10.0.0.17 () {34 vars in 989 bytes} [Tue Jun 16 02:24:05 2026] GET /v2.0/ports?device_id=59f61099-5a0e-4e23-8cae-e31d31e250dd => 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: 392/755] 10.0.0.17 () {34 vars in 1039 bytes} [Tue Jun 16 02:24:05 2026] GET /v2.0/security-groups?id=67ecca5e-5e46-4b13-8ba1-09f15e473826&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: 364/756] 10.0.0.203 () {34 vars in 783 bytes} [Tue Jun 16 02:24:03 2026] PUT /v2.0/routers/33fd65c5-479e-4b27-8516-fd38d06dc3d2/add_router_interface => generated 309 bytes in 1504 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 393/757] 199.204.45.53 () {34 vars in 1079 bytes} [Tue Jun 16 02:24:05 2026] GET /v2.0/ports?tenant_id=d174c22a461d4642be7da5f0b9cd91c2&device_id=df180cbb-0311-467a-aaae-647e1df31124 => generated 1240 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 365/758] 199.204.45.53 () {34 vars in 985 bytes} [Tue Jun 16 02:24:05 2026] GET /v2.0/networks?id=2575958b-df4f-4b3c-ba19-e2cf8063b73f => generated 772 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 394/759] 199.204.45.53 () {34 vars in 1057 bytes} [Tue Jun 16 02:24:05 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.7&port_id=32259caf-adc8-4d08-9082-d0da0450ad4d => generated 858 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 366/760] 199.204.45.53 () {34 vars in 983 bytes} [Tue Jun 16 02:24:05 2026] GET /v2.0/subnets?id=ae87f8d3-01c8-42e1-aac4-66c239b17390 => generated 694 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 395/761] 199.204.45.53 () {34 vars in 1051 bytes} [Tue Jun 16 02:24:05 2026] GET /v2.0/ports?network_id=2575958b-df4f-4b3c-ba19-e2cf8063b73f&device_owner=network%3Adhcp => generated 1244 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 367/762] 199.204.45.53 () {34 vars in 1011 bytes} [Tue Jun 16 02:24:05 2026] GET /v2.0/networks/2575958b-df4f-4b3c-ba19-e2cf8063b73f?fields=segments => generated 14 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 396/763] 199.204.45.53 () {34 vars in 1111 bytes} [Tue Jun 16 02:24:05 2026] GET /v2.0/networks/2575958b-df4f-4b3c-ba19-e2cf8063b73f?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 368/764] 10.0.0.203 () {34 vars in 685 bytes} [Tue Jun 16 02:24:06 2026] POST /v2.0/security-groups => generated 1661 bytes in 145 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 397/765] 10.0.0.203 () {34 vars in 695 bytes} [Tue Jun 16 02:24:06 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: 369/766] 10.0.0.17 () {34 vars in 989 bytes} [Tue Jun 16 02:24:06 2026] GET /v2.0/ports?device_id=59f61099-5a0e-4e23-8cae-e31d31e250dd => generated 971 bytes in 120 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 398/767] 10.0.0.203 () {34 vars in 695 bytes} [Tue Jun 16 02:24:06 2026] POST /v2.0/security-group-rules => generated 602 bytes in 110 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 370/768] 10.0.0.17 () {34 vars in 1039 bytes} [Tue Jun 16 02:24:06 2026] GET /v2.0/security-groups?id=67ecca5e-5e46-4b13-8ba1-09f15e473826&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: 371/769] 10.0.0.17 () {34 vars in 989 bytes} [Tue Jun 16 02:24:06 2026] GET /v2.0/ports?device_id=59f61099-5a0e-4e23-8cae-e31d31e250dd => generated 971 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 399/770] 10.0.0.203 () {34 vars in 676 bytes} [Tue Jun 16 02:24:06 2026] POST /v2.0/floatingips => generated 552 bytes in 734 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-16 02:24:07.295 8 INFO neutron.db.l3_db [None req-18ebdf0f-10be-4eee-8aee-51bb725d16a6 d162117691d04e31a93dac82ee3d85dc 018bf4d2ce3449bd96109dfb42fb5cd2 - - default default] Floating IP 3e6ec803-1dcb-418f-8e62-894196141212 associated. External IP: 10.96.250.214, port: 242ae76b-ef14-4af3-a121-ba3da6e59c4c. [pid: 8|app: 0|req: 372/771] 10.0.0.203 () {34 vars in 749 bytes} [Tue Jun 16 02:24:06 2026] PUT /v2.0/floatingips/3e6ec803-1dcb-418f-8e62-894196141212 => generated 855 bytes in 1131 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 02:24:07.801 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-58e25f40-7389-4ff4-8d3e-f77ad15158f2'] response: {'name': 'network-changed', 'server_uuid': '59f61099-5a0e-4e23-8cae-e31d31e250dd', 'tag': '242ae76b-ef14-4af3-a121-ba3da6e59c4c', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 400/772] 10.0.0.17 () {34 vars in 989 bytes} [Tue Jun 16 02:24:07 2026] GET /v2.0/ports?device_id=59f61099-5a0e-4e23-8cae-e31d31e250dd => generated 971 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 373/773] 10.0.0.17 () {34 vars in 1039 bytes} [Tue Jun 16 02:24:07 2026] GET /v2.0/security-groups?id=67ecca5e-5e46-4b13-8ba1-09f15e473826&fields=id&fields=name => generated 114 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 401/774] 10.0.0.17 () {34 vars in 989 bytes} [Tue Jun 16 02:24:08 2026] GET /v2.0/ports?device_id=59f61099-5a0e-4e23-8cae-e31d31e250dd => generated 971 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 374/775] 10.0.0.17 () {34 vars in 1039 bytes} [Tue Jun 16 02:24:08 2026] GET /v2.0/security-groups?id=67ecca5e-5e46-4b13-8ba1-09f15e473826&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: 402/776] 199.204.45.53 () {34 vars in 1079 bytes} [Tue Jun 16 02:24:08 2026] GET /v2.0/ports?tenant_id=018bf4d2ce3449bd96109dfb42fb5cd2&device_id=59f61099-5a0e-4e23-8cae-e31d31e250dd => generated 1240 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 375/777] 199.204.45.53 () {34 vars in 985 bytes} [Tue Jun 16 02:24:08 2026] GET /v2.0/networks?id=f798f189-829d-4bbe-9b0c-1750e9dfda95 => generated 764 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 403/778] 199.204.45.53 () {34 vars in 1057 bytes} [Tue Jun 16 02:24:08 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.8&port_id=242ae76b-ef14-4af3-a121-ba3da6e59c4c => generated 858 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 376/779] 199.204.45.53 () {34 vars in 983 bytes} [Tue Jun 16 02:24:08 2026] GET /v2.0/subnets?id=1e9e3877-3756-4fd7-aa84-5a6dfc316a43 => generated 686 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 404/780] 199.204.45.53 () {34 vars in 1051 bytes} [Tue Jun 16 02:24:08 2026] GET /v2.0/ports?network_id=f798f189-829d-4bbe-9b0c-1750e9dfda95&device_owner=network%3Adhcp => generated 1244 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 377/781] 199.204.45.53 () {34 vars in 1011 bytes} [Tue Jun 16 02:24:08 2026] GET /v2.0/networks/f798f189-829d-4bbe-9b0c-1750e9dfda95?fields=segments => generated 14 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 405/782] 199.204.45.53 () {34 vars in 1111 bytes} [Tue Jun 16 02:24:08 2026] GET /v2.0/networks/f798f189-829d-4bbe-9b0c-1750e9dfda95?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 378/783] 10.0.0.17 () {34 vars in 989 bytes} [Tue Jun 16 02:24:09 2026] GET /v2.0/ports?device_id=59f61099-5a0e-4e23-8cae-e31d31e250dd => generated 971 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 406/784] 10.0.0.17 () {34 vars in 1039 bytes} [Tue Jun 16 02:24:09 2026] GET /v2.0/security-groups?id=67ecca5e-5e46-4b13-8ba1-09f15e473826&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: 8|app: 0|req: 379/785] 10.0.0.17 () {34 vars in 989 bytes} [Tue Jun 16 02:24:10 2026] GET /v2.0/ports?device_id=59f61099-5a0e-4e23-8cae-e31d31e250dd => 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: 407/786] 10.0.0.17 () {34 vars in 1039 bytes} [Tue Jun 16 02:24:10 2026] GET /v2.0/security-groups?id=67ecca5e-5e46-4b13-8ba1-09f15e473826&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: 380/787] 199.204.45.53 () {34 vars in 993 bytes} [Tue Jun 16 02:24:10 2026] GET /v2.0/ports?device_id=59f61099-5a0e-4e23-8cae-e31d31e250dd => generated 971 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 02:24:10.893 7 INFO neutron_taas.services.taas.taas_plugin [req-940b2028-483c-4116-8514-53db3a9a2645 req-5ad1eb92-a771-459a-9d63-123aae2f4fc3 d162117691d04e31a93dac82ee3d85dc 018bf4d2ce3449bd96109dfb42fb5cd2 - - default default] TaaS: Handle Delete Port: 242ae76b-ef14-4af3-a121-ba3da6e59c4c 2026-06-16 02:24:10.901 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-940b2028-483c-4116-8514-53db3a9a2645 req-5ad1eb92-a771-459a-9d63-123aae2f4fc3 d162117691d04e31a93dac82ee3d85dc 018bf4d2ce3449bd96109dfb42fb5cd2 - - default default] Tap Mirror: Handle Delete Port: 242ae76b-ef14-4af3-a121-ba3da6e59c4c 2026-06-16 02:24:11.140 7 INFO neutron.db.l3_db [req-940b2028-483c-4116-8514-53db3a9a2645 req-5ad1eb92-a771-459a-9d63-123aae2f4fc3 d162117691d04e31a93dac82ee3d85dc 018bf4d2ce3449bd96109dfb42fb5cd2 - - default default] Floating IP 3e6ec803-1dcb-418f-8e62-894196141212 disassociated. External IP: 10.96.250.214, port: 242ae76b-ef14-4af3-a121-ba3da6e59c4c. [pid: 7|app: 0|req: 408/788] 199.204.45.53 () {36 vars in 996 bytes} [Tue Jun 16 02:24:10 2026] DELETE /v2.0/ports/242ae76b-ef14-4af3-a121-ba3da6e59c4c => generated 0 bytes in 863 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-16 02:24:11.647 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-d52ee0ff-2b72-441b-b6da-55a3cc8474f6'] response: {'server_uuid': '59f61099-5a0e-4e23-8cae-e31d31e250dd', 'name': 'network-vif-deleted', 'tag': '242ae76b-ef14-4af3-a121-ba3da6e59c4c', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 381/789] 10.0.0.17 () {34 vars in 989 bytes} [Tue Jun 16 02:24:11 2026] GET /v2.0/ports?device_id=59f61099-5a0e-4e23-8cae-e31d31e250dd => 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: 409/790] 10.0.0.234 () {34 vars in 990 bytes} [Tue Jun 16 02:24:12 2026] GET /v2.0/ports?device_id=081444fe-24cc-4ea0-bed9-92f0de76a3f4 => generated 1240 bytes in 163 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 410/791] 10.0.0.17 () {34 vars in 1099 bytes} [Tue Jun 16 02:24:12 2026] GET /v2.0/security-groups?name=tempest-securitygroup--1086281208&fields=id&tenant_id=a78688678f794e3983e67e8ad3d60fdd => generated 69 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 382/792] 10.0.0.234 () {34 vars in 1040 bytes} [Tue Jun 16 02:24:12 2026] GET /v2.0/security-groups?id=f90b9eea-5ddc-46b2-a80d-50bd8fd90e0a&fields=id&fields=name => generated 114 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 411/793] 10.0.0.17 () {34 vars in 981 bytes} [Tue Jun 16 02:24:12 2026] GET /v2.0/networks?id=d31457fb-6237-4ad1-b321-99f50f358f7c => generated 679 bytes in 98 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 383/794] 10.0.0.17 () {34 vars in 964 bytes} [Tue Jun 16 02:24:12 2026] GET /v2.0/quotas/a78688678f794e3983e67e8ad3d60fdd => generated 292 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 412/795] 10.0.0.17 () {34 vars in 1001 bytes} [Tue Jun 16 02:24:12 2026] GET /v2.0/ports?tenant_id=a78688678f794e3983e67e8ad3d60fdd&fields=id => generated 103 bytes in 146 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 384/796] 10.0.0.17 () {34 vars in 1007 bytes} [Tue Jun 16 02:24:12 2026] GET /v2.0/networks/d31457fb-6237-4ad1-b321-99f50f358f7c?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: 413/797] 10.0.0.17 () {34 vars in 1107 bytes} [Tue Jun 16 02:24:12 2026] GET /v2.0/networks/d31457fb-6237-4ad1-b321-99f50f358f7c?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 385/798] 10.0.0.17 () {34 vars in 989 bytes} [Tue Jun 16 02:24:12 2026] GET /v2.0/ports?device_id=59f61099-5a0e-4e23-8cae-e31d31e250dd => 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: 414/799] 10.0.0.17 () {34 vars in 989 bytes} [Tue Jun 16 02:24:13 2026] GET /v2.0/ports?device_id=fdfaf5c5-b635-4822-9033-56170d734d24 => 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: 386/800] 10.0.0.17 () {34 vars in 989 bytes} [Tue Jun 16 02:24:14 2026] GET /v2.0/ports?device_id=59f61099-5a0e-4e23-8cae-e31d31e250dd => 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: 415/801] 10.0.0.17 () {34 vars in 989 bytes} [Tue Jun 16 02:24:14 2026] GET /v2.0/ports?device_id=fdfaf5c5-b635-4822-9033-56170d734d24 => 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: 417/804] 10.0.0.234 () {34 vars in 990 bytes} [Tue Jun 16 02:24:15 2026] GET /v2.0/ports?device_id=df180cbb-0311-467a-aaae-647e1df31124 => 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: 418/805] 10.0.0.234 () {34 vars in 1040 bytes} [Tue Jun 16 02:24:15 2026] GET /v2.0/security-groups?id=1d7c1f5a-f883-4564-9cf5-eb18bc75d97e&fields=id&fields=name => generated 114 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 388/806] 10.0.0.203 () {32 vars in 740 bytes} [Tue Jun 16 02:24:15 2026] DELETE /v2.0/security-groups/67ecca5e-5e46-4b13-8ba1-09f15e473826 => generated 0 bytes in 115 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-16 02:24:15.312 7 INFO neutron.api.v2.resource [None req-8c59f7db-4a49-48f0-b592-e261d8f6c460 d162117691d04e31a93dac82ee3d85dc 018bf4d2ce3449bd96109dfb42fb5cd2 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 419/807] 10.0.0.203 () {32 vars in 737 bytes} [Tue Jun 16 02:24:15 2026] GET /v2.0/security-groups/67ecca5e-5e46-4b13-8ba1-09f15e473826 => generated 146 bytes in 26 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 420/808] 10.0.0.17 () {34 vars in 989 bytes} [Tue Jun 16 02:24:15 2026] GET /v2.0/ports?device_id=fdfaf5c5-b635-4822-9033-56170d734d24 => generated 12 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-16 02:24:15.449 8 INFO neutron_taas.services.taas.taas_plugin [None req-06589c02-5ab9-4104-a938-e443f208d6cc d162117691d04e31a93dac82ee3d85dc 018bf4d2ce3449bd96109dfb42fb5cd2 - - default default] TaaS: Handle Delete Port: 49e809d1-b26b-466c-b420-a7dea196432a 2026-06-16 02:24:15.452 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-06589c02-5ab9-4104-a938-e443f208d6cc d162117691d04e31a93dac82ee3d85dc 018bf4d2ce3449bd96109dfb42fb5cd2 - - default default] Tap Mirror: Handle Delete Port: 49e809d1-b26b-466c-b420-a7dea196432a [pid: 8|app: 0|req: 389/809] 10.0.0.203 () {32 vars in 732 bytes} [Tue Jun 16 02:24:15 2026] DELETE /v2.0/floatingips/3e6ec803-1dcb-418f-8e62-894196141212 => generated 0 bytes in 324 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-16 02:24:16.109 7 INFO neutron_taas.services.taas.taas_plugin [None req-c029b87e-2ccb-48c1-862d-b156c85c9e5b cfe1be6b7d8940b2ad3e6e1803af287d c448ca45ae6a4527b9385daa10cf3bb2 - - default default] TaaS: Handle Delete Port: 2360516f-594a-4be7-8942-0c0ddb172b04 2026-06-16 02:24:16.113 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c029b87e-2ccb-48c1-862d-b156c85c9e5b cfe1be6b7d8940b2ad3e6e1803af287d c448ca45ae6a4527b9385daa10cf3bb2 - - default default] Tap Mirror: Handle Delete Port: 2360516f-594a-4be7-8942-0c0ddb172b04 [pid: 8|app: 0|req: 390/810] 10.0.0.17 () {34 vars in 989 bytes} [Tue Jun 16 02:24:16 2026] GET /v2.0/ports?device_id=fdfaf5c5-b635-4822-9033-56170d734d24 => generated 12 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 421/811] 10.0.0.203 () {34 vars in 789 bytes} [Tue Jun 16 02:24:15 2026] PUT /v2.0/routers/fdf7b244-0644-4f93-9f8c-f3ab00952161/remove_router_interface => generated 309 bytes in 1016 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 02:24:16.958 8 INFO neutron_taas.services.taas.taas_plugin [None req-3d23b47d-59ca-4ef9-9135-4ef758748b55 cfe1be6b7d8940b2ad3e6e1803af287d c448ca45ae6a4527b9385daa10cf3bb2 - - default default] TaaS: Handle Delete Port: afb6d42a-781b-48a7-b845-5a93871f03f6 2026-06-16 02:24:16.971 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3d23b47d-59ca-4ef9-9135-4ef758748b55 cfe1be6b7d8940b2ad3e6e1803af287d c448ca45ae6a4527b9385daa10cf3bb2 - - default default] Tap Mirror: Handle Delete Port: afb6d42a-781b-48a7-b845-5a93871f03f6 2026-06-16 02:24:17.315 8 INFO neutron_taas.services.taas.taas_plugin [None req-3d23b47d-59ca-4ef9-9135-4ef758748b55 cfe1be6b7d8940b2ad3e6e1803af287d c448ca45ae6a4527b9385daa10cf3bb2 - - default default] TaaS: Handle Delete Port: df86b50a-0d20-4f83-86f4-a416530905cd 2026-06-16 02:24:17.322 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3d23b47d-59ca-4ef9-9135-4ef758748b55 cfe1be6b7d8940b2ad3e6e1803af287d c448ca45ae6a4527b9385daa10cf3bb2 - - default default] Tap Mirror: Handle Delete Port: df86b50a-0d20-4f83-86f4-a416530905cd 2026-06-16 02:24:17.434 8 WARNING neutron.plugins.ml2.ovo_rpc [None req-3d23b47d-59ca-4ef9-9135-4ef758748b55 cfe1be6b7d8940b2ad3e6e1803af287d c448ca45ae6a4527b9385daa10cf3bb2 - - 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 152, 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 152, 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 69, 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 45, 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 341, 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 2245, 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 646, 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 717, 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: 422/812] 199.204.45.53 () {34 vars in 985 bytes} [Tue Jun 16 02:24:17 2026] GET /v2.0/networks?id=d31457fb-6237-4ad1-b321-99f50f358f7c => generated 679 bytes in 95 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 423/813] 199.204.45.53 () {34 vars in 1049 bytes} [Tue Jun 16 02:24:17 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=a78688678f794e3983e67e8ad3d60fdd => generated 181 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 424/814] 10.0.0.17 () {34 vars in 989 bytes} [Tue Jun 16 02:24:17 2026] GET /v2.0/ports?device_id=fdfaf5c5-b635-4822-9033-56170d734d24 => generated 12 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-16 02:24:17.996 8 INFO neutron.db.l3_hamode_db [None req-3d23b47d-59ca-4ef9-9135-4ef758748b55 cfe1be6b7d8940b2ad3e6e1803af287d c448ca45ae6a4527b9385daa10cf3bb2 - - default default] HA network 7fcde600-3b43-4e75-b8b1-61b1b10b7d8e was deleted as no HA routers are present in tenant 018bf4d2ce3449bd96109dfb42fb5cd2. [pid: 8|app: 0|req: 391/815] 10.0.0.203 () {32 vars in 724 bytes} [Tue Jun 16 02:24:16 2026] DELETE /v2.0/routers/fdf7b244-0644-4f93-9f8c-f3ab00952161 => generated 0 bytes in 1333 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 425/816] 199.204.45.53 () {38 vars in 954 bytes} [Tue Jun 16 02:24:17 2026] POST /v2.0/ports => generated 958 bytes in 495 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: 392/817] 10.0.0.203 () {32 vars in 724 bytes} [Tue Jun 16 02:24:18 2026] DELETE /v2.0/subnets/1e9e3877-3756-4fd7-aa84-5a6dfc316a43 => generated 0 bytes in 252 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-16 02:24:18.404 8 INFO neutron_taas.services.taas.taas_plugin [None req-c8907e3b-9cfd-4fa2-bc53-3c5a378fceca cfe1be6b7d8940b2ad3e6e1803af287d c448ca45ae6a4527b9385daa10cf3bb2 - - default default] TaaS: Handle Delete Port: 869cf753-6ab4-4858-ae50-dcb2b148ae61 2026-06-16 02:24:18.407 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c8907e3b-9cfd-4fa2-bc53-3c5a378fceca cfe1be6b7d8940b2ad3e6e1803af287d c448ca45ae6a4527b9385daa10cf3bb2 - - default default] Tap Mirror: Handle Delete Port: 869cf753-6ab4-4858-ae50-dcb2b148ae61 2026-06-16 02:24:18.446 8 INFO neutron.services.segments.plugin [-] Segment 76eef70d-6134-4c10-9f96-78b58d0b2f36 resource provider aggregate not found 2026-06-16 02:24:18.446 8 INFO neutron.services.segments.plugin [-] Segment 76eef70d-6134-4c10-9f96-78b58d0b2f36 resource provider aggregate not found 2026-06-16 02:24:18.476 8 INFO neutron.services.segments.plugin [-] Segment 76eef70d-6134-4c10-9f96-78b58d0b2f36 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 76eef70d-6134-4c10-9f96-78b58d0b2f36 found for delete ", "request_id": "req-9a73e6a2-456d-4ec2-a208-24599c79815f"}]} 2026-06-16 02:24:18.476 8 INFO neutron.services.segments.plugin [-] Segment 76eef70d-6134-4c10-9f96-78b58d0b2f36 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 76eef70d-6134-4c10-9f96-78b58d0b2f36 found for delete ", "request_id": "req-4257cffd-83b1-4616-b4e3-7b619f03022c"}]} [pid: 8|app: 0|req: 393/818] 10.0.0.203 () {32 vars in 726 bytes} [Tue Jun 16 02:24:18 2026] DELETE /v2.0/networks/f798f189-829d-4bbe-9b0c-1750e9dfda95 => generated 0 bytes in 311 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 426/819] 199.204.45.53 () {38 vars in 1027 bytes} [Tue Jun 16 02:24:18 2026] PUT /v2.0/ports/80b15998-ef5c-4ce7-a134-2c5c951ba71b => generated 1239 bytes in 568 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-16 02:24:18.717 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-46196c62-ab2d-415b-912a-98d8029060ae'] response: {'name': 'network-changed', 'server_uuid': 'fdfaf5c5-b635-4822-9033-56170d734d24', 'tag': '80b15998-ef5c-4ce7-a134-2c5c951ba71b', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 394/820] 10.0.0.17 () {34 vars in 989 bytes} [Tue Jun 16 02:24:18 2026] GET /v2.0/ports?device_id=fdfaf5c5-b635-4822-9033-56170d734d24 => generated 973 bytes in 98 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: 427/821] 10.0.0.203 () {32 vars in 774 bytes} [Tue Jun 16 02:24:18 2026] GET /v2.0/security-groups?tenant_id=018bf4d2ce3449bd96109dfb42fb5cd2&name=default => generated 2925 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 395/822] 10.0.0.17 () {34 vars in 1039 bytes} [Tue Jun 16 02:24:18 2026] GET /v2.0/security-groups?id=4a11e4f3-ed8e-4a5b-bcb6-fdce68651743&fields=id&fields=name => generated 114 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 428/823] 10.0.0.203 () {32 vars in 740 bytes} [Tue Jun 16 02:24:18 2026] DELETE /v2.0/security-groups/27015194-6e05-4500-a162-8c4ccd79a753 => generated 0 bytes in 118 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 396/824] 199.204.45.53 () {34 vars in 1079 bytes} [Tue Jun 16 02:24:19 2026] GET /v2.0/ports?tenant_id=a78688678f794e3983e67e8ad3d60fdd&device_id=fdfaf5c5-b635-4822-9033-56170d734d24 => generated 1242 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 429/825] 199.204.45.53 () {34 vars in 1017 bytes} [Tue Jun 16 02:24:19 2026] GET /v2.0/networks?tenant_id=a78688678f794e3983e67e8ad3d60fdd&shared=False => generated 775 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 397/826] 199.204.45.53 () {34 vars in 929 bytes} [Tue Jun 16 02:24:19 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 430/827] 10.0.0.17 () {34 vars in 989 bytes} [Tue Jun 16 02:24:19 2026] GET /v2.0/ports?device_id=fdfaf5c5-b635-4822-9033-56170d734d24 => generated 973 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 398/828] 10.0.0.17 () {34 vars in 1039 bytes} [Tue Jun 16 02:24:19 2026] GET /v2.0/security-groups?id=4a11e4f3-ed8e-4a5b-bcb6-fdce68651743&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: 431/829] 199.204.45.53 () {34 vars in 1079 bytes} [Tue Jun 16 02:24:20 2026] GET /v2.0/ports?tenant_id=a78688678f794e3983e67e8ad3d60fdd&device_id=fdfaf5c5-b635-4822-9033-56170d734d24 => generated 1242 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-16 02:24:20.500 8 INFO neutron.services.segments.plugin [-] Segment a9105947-4773-479d-974f-ef4d199c8e1a resource provider aggregate not found 2026-06-16 02:24:20.507 8 INFO neutron.services.segments.plugin [-] Segment a9105947-4773-479d-974f-ef4d199c8e1a resource provider aggregate not found 2026-06-16 02:24:20.524 8 INFO neutron.services.segments.plugin [-] Segment a9105947-4773-479d-974f-ef4d199c8e1a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a9105947-4773-479d-974f-ef4d199c8e1a found for delete ", "request_id": "req-8fb2c77a-6ec4-427b-96e2-98850ea2aa04"}]} 2026-06-16 02:24:20.545 8 INFO neutron.services.segments.plugin [-] Segment a9105947-4773-479d-974f-ef4d199c8e1a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a9105947-4773-479d-974f-ef4d199c8e1a found for delete ", "request_id": "req-c3520104-cc37-4a11-bd2e-a5d6dbca9152"}]} [pid: 8|app: 0|req: 399/830] 199.204.45.53 () {34 vars in 1059 bytes} [Tue Jun 16 02:24:20 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.11&port_id=80b15998-ef5c-4ce7-a134-2c5c951ba71b => generated 19 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 432/831] 199.204.45.53 () {34 vars in 983 bytes} [Tue Jun 16 02:24:20 2026] GET /v2.0/subnets?id=75054619-90b6-4a2c-a07c-593a4c2c9376 => generated 697 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 400/832] 199.204.45.53 () {34 vars in 1051 bytes} [Tue Jun 16 02:24:20 2026] GET /v2.0/ports?network_id=d31457fb-6237-4ad1-b321-99f50f358f7c&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: 433/833] 199.204.45.53 () {34 vars in 1011 bytes} [Tue Jun 16 02:24:20 2026] GET /v2.0/networks/d31457fb-6237-4ad1-b321-99f50f358f7c?fields=segments => generated 14 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 401/834] 199.204.45.53 () {34 vars in 1111 bytes} [Tue Jun 16 02:24:20 2026] GET /v2.0/networks/d31457fb-6237-4ad1-b321-99f50f358f7c?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 402/835] 10.0.0.17 () {34 vars in 989 bytes} [Tue Jun 16 02:24:21 2026] GET /v2.0/ports?device_id=fdfaf5c5-b635-4822-9033-56170d734d24 => generated 973 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 02:24:21.179 7 INFO neutron.db.segments_db [None req-ed2e6ef0-1d61-442a-8244-9994cc9fbc6d cfe1be6b7d8940b2ad3e6e1803af287d c448ca45ae6a4527b9385daa10cf3bb2 - - default default] Added segment 26a99069-cb9e-4ad2-ba99-b241a94bbaef of type vxlan for network 5ecb90d5-1457-41ae-8629-89752ba24e17 [pid: 8|app: 0|req: 403/836] 10.0.0.17 () {34 vars in 1039 bytes} [Tue Jun 16 02:24:21 2026] GET /v2.0/security-groups?id=4a11e4f3-ed8e-4a5b-bcb6-fdce68651743&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: 434/837] 10.0.0.203 () {34 vars in 671 bytes} [Tue Jun 16 02:24:20 2026] POST /v2.0/networks => generated 725 bytes in 436 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 404/838] 10.0.0.203 () {34 vars in 669 bytes} [Tue Jun 16 02:24:21 2026] POST /v2.0/subnets => generated 691 bytes in 186 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-16 02:24:21.512 7 INFO neutron.db.segments_db [None req-28a09011-a9cb-4a9b-ba50-d2e5e2c2258c cfe1be6b7d8940b2ad3e6e1803af287d c448ca45ae6a4527b9385daa10cf3bb2 - - default default] Added segment c04a012b-5e9b-42ae-b956-0728f2733ad1 of type vxlan for network 4057cf3a-3697-4355-9d74-6b4594661f4b 2026-06-16 02:24:21.776 7 INFO neutron.db.l3_hamode_db [None req-28a09011-a9cb-4a9b-ba50-d2e5e2c2258c cfe1be6b7d8940b2ad3e6e1803af287d fa2100d6d7964812878d6be735b6d8dd - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 405/839] 10.0.0.17 () {34 vars in 989 bytes} [Tue Jun 16 02:24:22 2026] GET /v2.0/ports?device_id=fdfaf5c5-b635-4822-9033-56170d734d24 => generated 973 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 406/840] 10.0.0.17 () {34 vars in 1039 bytes} [Tue Jun 16 02:24:22 2026] GET /v2.0/security-groups?id=4a11e4f3-ed8e-4a5b-bcb6-fdce68651743&fields=id&fields=name => generated 114 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 02:24:22.698 7 INFO neutron.db.l3_hamode_db [None req-28a09011-a9cb-4a9b-ba50-d2e5e2c2258c cfe1be6b7d8940b2ad3e6e1803af287d c448ca45ae6a4527b9385daa10cf3bb2 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 435/841] 10.0.0.203 () {34 vars in 669 bytes} [Tue Jun 16 02:24:21 2026] POST /v2.0/routers => generated 731 bytes in 2040 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 407/842] 10.0.0.17 () {34 vars in 989 bytes} [Tue Jun 16 02:24:23 2026] GET /v2.0/ports?device_id=fdfaf5c5-b635-4822-9033-56170d734d24 => 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: 408/843] 10.0.0.17 () {34 vars in 1039 bytes} [Tue Jun 16 02:24:23 2026] GET /v2.0/security-groups?id=4a11e4f3-ed8e-4a5b-bcb6-fdce68651743&fields=id&fields=name => generated 114 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 409/844] 10.0.0.17 () {34 vars in 989 bytes} [Tue Jun 16 02:24:24 2026] GET /v2.0/ports?device_id=fdfaf5c5-b635-4822-9033-56170d734d24 => generated 973 bytes in 121 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 410/845] 10.0.0.17 () {34 vars in 1039 bytes} [Tue Jun 16 02:24:24 2026] GET /v2.0/security-groups?id=4a11e4f3-ed8e-4a5b-bcb6-fdce68651743&fields=id&fields=name => generated 114 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 436/846] 10.0.0.203 () {34 vars in 783 bytes} [Tue Jun 16 02:24:23 2026] PUT /v2.0/routers/4f2ac563-2a11-4a03-b6f1-0ca513b9cf55/add_router_interface => generated 309 bytes in 1885 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 411/847] 10.0.0.203 () {34 vars in 685 bytes} [Tue Jun 16 02:24:25 2026] POST /v2.0/security-groups => generated 1659 bytes in 125 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 437/848] 10.0.0.17 () {34 vars in 989 bytes} [Tue Jun 16 02:24:26 2026] GET /v2.0/ports?device_id=fdfaf5c5-b635-4822-9033-56170d734d24 => generated 973 bytes in 101 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 412/849] 10.0.0.203 () {34 vars in 695 bytes} [Tue Jun 16 02:24:26 2026] POST /v2.0/security-group-rules => generated 597 bytes in 114 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 438/850] 10.0.0.17 () {34 vars in 1039 bytes} [Tue Jun 16 02:24:26 2026] GET /v2.0/security-groups?id=4a11e4f3-ed8e-4a5b-bcb6-fdce68651743&fields=id&fields=name => generated 114 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 413/851] 10.0.0.203 () {34 vars in 695 bytes} [Tue Jun 16 02:24:26 2026] POST /v2.0/security-group-rules => generated 602 bytes in 90 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 439/852] 10.0.0.203 () {34 vars in 676 bytes} [Tue Jun 16 02:24:26 2026] POST /v2.0/floatingips => generated 552 bytes in 627 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 414/853] 10.0.0.17 () {34 vars in 989 bytes} [Tue Jun 16 02:24:27 2026] GET /v2.0/ports?device_id=fdfaf5c5-b635-4822-9033-56170d734d24 => generated 973 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 440/854] 10.0.0.17 () {34 vars in 1039 bytes} [Tue Jun 16 02:24:27 2026] GET /v2.0/security-groups?id=4a11e4f3-ed8e-4a5b-bcb6-fdce68651743&fields=id&fields=name => generated 114 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 415/855] 10.0.0.17 () {34 vars in 1097 bytes} [Tue Jun 16 02:24:27 2026] GET /v2.0/security-groups?name=tempest-securitygroup--102411792&fields=id&tenant_id=fa2100d6d7964812878d6be735b6d8dd => generated 69 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 441/856] 10.0.0.17 () {34 vars in 981 bytes} [Tue Jun 16 02:24:27 2026] GET /v2.0/networks?id=5ecb90d5-1457-41ae-8629-89752ba24e17 => generated 676 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 416/857] 10.0.0.17 () {34 vars in 964 bytes} [Tue Jun 16 02:24:27 2026] GET /v2.0/quotas/fa2100d6d7964812878d6be735b6d8dd => generated 292 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 442/858] 10.0.0.17 () {34 vars in 1001 bytes} [Tue Jun 16 02:24:27 2026] GET /v2.0/ports?tenant_id=fa2100d6d7964812878d6be735b6d8dd&fields=id => generated 103 bytes in 104 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 417/859] 10.0.0.17 () {34 vars in 1007 bytes} [Tue Jun 16 02:24:27 2026] GET /v2.0/networks/5ecb90d5-1457-41ae-8629-89752ba24e17?fields=segments => generated 14 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 443/860] 10.0.0.17 () {34 vars in 1107 bytes} [Tue Jun 16 02:24:27 2026] GET /v2.0/networks/5ecb90d5-1457-41ae-8629-89752ba24e17?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: 418/861] 10.0.0.17 () {34 vars in 989 bytes} [Tue Jun 16 02:24:27 2026] GET /v2.0/ports?device_id=5168374e-adab-49cc-9834-80819252233e => 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: 444/862] 10.0.0.17 () {34 vars in 989 bytes} [Tue Jun 16 02:24:28 2026] GET /v2.0/ports?device_id=fdfaf5c5-b635-4822-9033-56170d734d24 => generated 975 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 419/863] 10.0.0.17 () {34 vars in 1039 bytes} [Tue Jun 16 02:24:28 2026] GET /v2.0/security-groups?id=4a11e4f3-ed8e-4a5b-bcb6-fdce68651743&fields=id&fields=name => generated 114 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 445/864] 10.0.0.17 () {34 vars in 989 bytes} [Tue Jun 16 02:24:29 2026] GET /v2.0/ports?device_id=5168374e-adab-49cc-9834-80819252233e => 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: 447/867] 10.0.0.17 () {34 vars in 989 bytes} [Tue Jun 16 02:24:29 2026] GET /v2.0/ports?device_id=fdfaf5c5-b635-4822-9033-56170d734d24 => generated 975 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 421/868] 10.0.0.17 () {34 vars in 1039 bytes} [Tue Jun 16 02:24:29 2026] GET /v2.0/security-groups?id=4a11e4f3-ed8e-4a5b-bcb6-fdce68651743&fields=id&fields=name => generated 114 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 448/869] 10.0.0.17 () {34 vars in 989 bytes} [Tue Jun 16 02:24:29 2026] GET /v2.0/ports?device_id=fdfaf5c5-b635-4822-9033-56170d734d24 => 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: 449/870] 10.0.0.17 () {34 vars in 989 bytes} [Tue Jun 16 02:24:30 2026] GET /v2.0/ports?device_id=5168374e-adab-49cc-9834-80819252233e => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-16 02:24:30.355 8 INFO neutron.db.l3_db [None req-bf78ed56-e03d-4349-a71e-431c72eac632 75c8d3c2c4534853b3c6b39bae34ea91 a78688678f794e3983e67e8ad3d60fdd - - default default] Floating IP b92ced3e-aa95-4f28-b85e-b5377ff07455 associated. External IP: 10.96.250.208, port: 80b15998-ef5c-4ce7-a134-2c5c951ba71b. [pid: 8|app: 0|req: 422/871] 10.0.0.203 () {34 vars in 749 bytes} [Tue Jun 16 02:24:29 2026] PUT /v2.0/floatingips/b92ced3e-aa95-4f28-b85e-b5377ff07455 => generated 856 bytes in 739 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 02:24:30.756 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-7df477af-2ee6-4c92-92f2-4c361e7cea7c'] response: {'name': 'network-changed', 'server_uuid': 'fdfaf5c5-b635-4822-9033-56170d734d24', 'tag': '80b15998-ef5c-4ce7-a134-2c5c951ba71b', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 450/872] 10.0.0.17 () {34 vars in 989 bytes} [Tue Jun 16 02:24:30 2026] GET /v2.0/ports?device_id=fdfaf5c5-b635-4822-9033-56170d734d24 => 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: 423/873] 10.0.0.17 () {34 vars in 1039 bytes} [Tue Jun 16 02:24:30 2026] GET /v2.0/security-groups?id=4a11e4f3-ed8e-4a5b-bcb6-fdce68651743&fields=id&fields=name => generated 114 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 451/874] 10.0.0.17 () {34 vars in 989 bytes} [Tue Jun 16 02:24:31 2026] GET /v2.0/ports?device_id=fdfaf5c5-b635-4822-9033-56170d734d24 => generated 975 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 424/875] 10.0.0.17 () {34 vars in 1039 bytes} [Tue Jun 16 02:24:31 2026] GET /v2.0/security-groups?id=4a11e4f3-ed8e-4a5b-bcb6-fdce68651743&fields=id&fields=name => generated 114 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 452/876] 199.204.45.53 () {34 vars in 1079 bytes} [Tue Jun 16 02:24:31 2026] GET /v2.0/ports?tenant_id=a78688678f794e3983e67e8ad3d60fdd&device_id=fdfaf5c5-b635-4822-9033-56170d734d24 => generated 1244 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 425/877] 10.0.0.17 () {34 vars in 989 bytes} [Tue Jun 16 02:24:31 2026] GET /v2.0/ports?device_id=5168374e-adab-49cc-9834-80819252233e => 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: 453/878] 199.204.45.53 () {34 vars in 985 bytes} [Tue Jun 16 02:24:31 2026] GET /v2.0/networks?id=d31457fb-6237-4ad1-b321-99f50f358f7c => generated 775 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 426/879] 199.204.45.53 () {34 vars in 1059 bytes} [Tue Jun 16 02:24:31 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.11&port_id=80b15998-ef5c-4ce7-a134-2c5c951ba71b => generated 859 bytes in 99 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 454/880] 199.204.45.53 () {34 vars in 983 bytes} [Tue Jun 16 02:24:31 2026] GET /v2.0/subnets?id=75054619-90b6-4a2c-a07c-593a4c2c9376 => generated 697 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 427/881] 199.204.45.53 () {34 vars in 1051 bytes} [Tue Jun 16 02:24:31 2026] GET /v2.0/ports?network_id=d31457fb-6237-4ad1-b321-99f50f358f7c&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: 455/882] 199.204.45.53 () {34 vars in 1011 bytes} [Tue Jun 16 02:24:31 2026] GET /v2.0/networks/d31457fb-6237-4ad1-b321-99f50f358f7c?fields=segments => generated 14 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 428/883] 199.204.45.53 () {34 vars in 1111 bytes} [Tue Jun 16 02:24:31 2026] GET /v2.0/networks/d31457fb-6237-4ad1-b321-99f50f358f7c?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: 456/884] 199.204.45.53 () {34 vars in 985 bytes} [Tue Jun 16 02:24:32 2026] GET /v2.0/networks?id=5ecb90d5-1457-41ae-8629-89752ba24e17 => generated 676 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 457/885] 10.0.0.17 () {34 vars in 989 bytes} [Tue Jun 16 02:24:32 2026] GET /v2.0/ports?device_id=5168374e-adab-49cc-9834-80819252233e => 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: 429/886] 10.0.0.17 () {34 vars in 989 bytes} [Tue Jun 16 02:24:32 2026] GET /v2.0/ports?device_id=fdfaf5c5-b635-4822-9033-56170d734d24 => generated 975 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 458/887] 199.204.45.53 () {34 vars in 1049 bytes} [Tue Jun 16 02:24:32 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=fa2100d6d7964812878d6be735b6d8dd => generated 180 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 430/888] 10.0.0.17 () {34 vars in 1039 bytes} [Tue Jun 16 02:24:32 2026] GET /v2.0/security-groups?id=4a11e4f3-ed8e-4a5b-bcb6-fdce68651743&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: 459/889] 199.204.45.53 () {38 vars in 954 bytes} [Tue Jun 16 02:24:32 2026] POST /v2.0/ports => generated 954 bytes in 805 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: 460/890] 10.0.0.17 () {34 vars in 989 bytes} [Tue Jun 16 02:24:33 2026] GET /v2.0/ports?device_id=5168374e-adab-49cc-9834-80819252233e => 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: 461/891] 199.204.45.53 () {34 vars in 993 bytes} [Tue Jun 16 02:24:33 2026] GET /v2.0/ports?device_id=fdfaf5c5-b635-4822-9033-56170d734d24 => 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: 462/892] 10.0.0.17 () {34 vars in 1039 bytes} [Tue Jun 16 02:24:33 2026] GET /v2.0/security-groups?id=be689bd5-c819-4a9d-8985-41f0a854a556&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: 463/893] 10.0.0.17 () {34 vars in 989 bytes} [Tue Jun 16 02:24:33 2026] GET /v2.0/ports?device_id=fdfaf5c5-b635-4822-9033-56170d734d24 => generated 973 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 02:24:33.811 7 INFO neutron_taas.services.taas.taas_plugin [req-577eb0b4-640e-4b91-bf3f-8f59e82506ea req-294d7a66-ff78-4aa4-8efb-c61422474aa4 75c8d3c2c4534853b3c6b39bae34ea91 a78688678f794e3983e67e8ad3d60fdd - - default default] TaaS: Handle Delete Port: 80b15998-ef5c-4ce7-a134-2c5c951ba71b 2026-06-16 02:24:33.815 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-577eb0b4-640e-4b91-bf3f-8f59e82506ea req-294d7a66-ff78-4aa4-8efb-c61422474aa4 75c8d3c2c4534853b3c6b39bae34ea91 a78688678f794e3983e67e8ad3d60fdd - - default default] Tap Mirror: Handle Delete Port: 80b15998-ef5c-4ce7-a134-2c5c951ba71b 2026-06-16 02:24:33.946 7 INFO neutron.db.l3_db [req-577eb0b4-640e-4b91-bf3f-8f59e82506ea req-294d7a66-ff78-4aa4-8efb-c61422474aa4 75c8d3c2c4534853b3c6b39bae34ea91 a78688678f794e3983e67e8ad3d60fdd - - default default] Floating IP b92ced3e-aa95-4f28-b85e-b5377ff07455 disassociated. External IP: 10.96.250.208, port: 80b15998-ef5c-4ce7-a134-2c5c951ba71b. [pid: 8|app: 0|req: 431/894] 199.204.45.53 () {38 vars in 1027 bytes} [Tue Jun 16 02:24:33 2026] PUT /v2.0/ports/b43684a7-b5bc-46c0-8cd6-e51fbdb41cb8 => generated 1235 bytes in 735 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-06-16 02:24:34.083 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-66d4f7b2-2ea5-4cb5-a93b-0b37c39d929e'] response: {'name': 'network-changed', 'server_uuid': '5168374e-adab-49cc-9834-80819252233e', 'tag': 'b43684a7-b5bc-46c0-8cd6-e51fbdb41cb8', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 432/895] 10.0.0.17 () {34 vars in 1039 bytes} [Tue Jun 16 02:24:34 2026] GET /v2.0/security-groups?id=4a11e4f3-ed8e-4a5b-bcb6-fdce68651743&fields=id&fields=name => generated 114 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 464/896] 199.204.45.53 () {36 vars in 996 bytes} [Tue Jun 16 02:24:33 2026] DELETE /v2.0/ports/80b15998-ef5c-4ce7-a134-2c5c951ba71b => generated 0 bytes in 814 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-16 02:24:34.538 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-8a3be806-bec1-4594-9923-aaf0de02b3ea'] response: {'server_uuid': 'fdfaf5c5-b635-4822-9033-56170d734d24', 'name': 'network-vif-deleted', 'tag': '80b15998-ef5c-4ce7-a134-2c5c951ba71b', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 433/897] 199.204.45.53 () {34 vars in 1079 bytes} [Tue Jun 16 02:24:34 2026] GET /v2.0/ports?tenant_id=fa2100d6d7964812878d6be735b6d8dd&device_id=5168374e-adab-49cc-9834-80819252233e => generated 1238 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 465/898] 199.204.45.53 () {34 vars in 1017 bytes} [Tue Jun 16 02:24:34 2026] GET /v2.0/networks?tenant_id=fa2100d6d7964812878d6be735b6d8dd&shared=False => generated 772 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 434/899] 199.204.45.53 () {34 vars in 929 bytes} [Tue Jun 16 02:24:34 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 466/900] 10.0.0.17 () {34 vars in 989 bytes} [Tue Jun 16 02:24:34 2026] GET /v2.0/ports?device_id=5168374e-adab-49cc-9834-80819252233e => generated 969 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 435/901] 10.0.0.17 () {34 vars in 1039 bytes} [Tue Jun 16 02:24:34 2026] GET /v2.0/security-groups?id=be689bd5-c819-4a9d-8985-41f0a854a556&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: 467/902] 10.0.0.17 () {34 vars in 989 bytes} [Tue Jun 16 02:24:35 2026] GET /v2.0/ports?device_id=fdfaf5c5-b635-4822-9033-56170d734d24 => 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: 436/903] 199.204.45.53 () {34 vars in 1079 bytes} [Tue Jun 16 02:24:35 2026] GET /v2.0/ports?tenant_id=fa2100d6d7964812878d6be735b6d8dd&device_id=5168374e-adab-49cc-9834-80819252233e => generated 1238 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 468/904] 199.204.45.53 () {34 vars in 1057 bytes} [Tue Jun 16 02:24:35 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.4&port_id=b43684a7-b5bc-46c0-8cd6-e51fbdb41cb8 => generated 19 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 437/905] 199.204.45.53 () {34 vars in 983 bytes} [Tue Jun 16 02:24:35 2026] GET /v2.0/subnets?id=e3272199-2e32-45ee-b45a-b79170813076 => generated 694 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 469/906] 199.204.45.53 () {34 vars in 1051 bytes} [Tue Jun 16 02:24:35 2026] GET /v2.0/ports?network_id=5ecb90d5-1457-41ae-8629-89752ba24e17&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: 438/907] 10.0.0.17 () {34 vars in 989 bytes} [Tue Jun 16 02:24:35 2026] GET /v2.0/ports?device_id=5168374e-adab-49cc-9834-80819252233e => generated 969 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 470/908] 199.204.45.53 () {34 vars in 1011 bytes} [Tue Jun 16 02:24:35 2026] GET /v2.0/networks/5ecb90d5-1457-41ae-8629-89752ba24e17?fields=segments => generated 14 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 439/909] 10.0.0.17 () {34 vars in 1039 bytes} [Tue Jun 16 02:24:35 2026] GET /v2.0/security-groups?id=be689bd5-c819-4a9d-8985-41f0a854a556&fields=id&fields=name => generated 113 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 471/910] 199.204.45.53 () {34 vars in 1111 bytes} [Tue Jun 16 02:24:35 2026] GET /v2.0/networks/5ecb90d5-1457-41ae-8629-89752ba24e17?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 440/911] 10.0.0.17 () {34 vars in 989 bytes} [Tue Jun 16 02:24:36 2026] GET /v2.0/ports?device_id=fdfaf5c5-b635-4822-9033-56170d734d24 => 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: 472/912] 10.0.0.17 () {34 vars in 989 bytes} [Tue Jun 16 02:24:37 2026] GET /v2.0/ports?device_id=5168374e-adab-49cc-9834-80819252233e => generated 969 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 441/913] 10.0.0.17 () {34 vars in 1039 bytes} [Tue Jun 16 02:24:37 2026] GET /v2.0/security-groups?id=be689bd5-c819-4a9d-8985-41f0a854a556&fields=id&fields=name => generated 113 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 473/914] 10.0.0.17 () {34 vars in 989 bytes} [Tue Jun 16 02:24:37 2026] GET /v2.0/ports?device_id=fdfaf5c5-b635-4822-9033-56170d734d24 => 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: 442/915] 10.0.0.17 () {34 vars in 989 bytes} [Tue Jun 16 02:24:38 2026] GET /v2.0/ports?device_id=5168374e-adab-49cc-9834-80819252233e => generated 969 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 474/916] 10.0.0.17 () {34 vars in 1039 bytes} [Tue Jun 16 02:24:38 2026] GET /v2.0/security-groups?id=be689bd5-c819-4a9d-8985-41f0a854a556&fields=id&fields=name => generated 113 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 443/917] 10.0.0.203 () {32 vars in 740 bytes} [Tue Jun 16 02:24:38 2026] DELETE /v2.0/security-groups/4a11e4f3-ed8e-4a5b-bcb6-fdce68651743 => generated 0 bytes in 105 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-16 02:24:38.635 7 INFO neutron.api.v2.resource [None req-b3dad537-5c51-4c43-a7a4-21c51e96d808 75c8d3c2c4534853b3c6b39bae34ea91 a78688678f794e3983e67e8ad3d60fdd - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 475/918] 10.0.0.203 () {32 vars in 737 bytes} [Tue Jun 16 02:24:38 2026] GET /v2.0/security-groups/4a11e4f3-ed8e-4a5b-bcb6-fdce68651743 => generated 146 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-16 02:24:38.764 8 INFO neutron_taas.services.taas.taas_plugin [None req-d43517ab-d7f7-41a1-83d2-c41f45bddd3e 75c8d3c2c4534853b3c6b39bae34ea91 a78688678f794e3983e67e8ad3d60fdd - - default default] TaaS: Handle Delete Port: b6a6a6b7-cfac-415c-b50b-30a65f9d3ce8 2026-06-16 02:24:38.767 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d43517ab-d7f7-41a1-83d2-c41f45bddd3e 75c8d3c2c4534853b3c6b39bae34ea91 a78688678f794e3983e67e8ad3d60fdd - - default default] Tap Mirror: Handle Delete Port: b6a6a6b7-cfac-415c-b50b-30a65f9d3ce8 [pid: 8|app: 0|req: 444/919] 10.0.0.203 () {32 vars in 732 bytes} [Tue Jun 16 02:24:38 2026] DELETE /v2.0/floatingips/b92ced3e-aa95-4f28-b85e-b5377ff07455 => generated 0 bytes in 334 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-16 02:24:39.414 7 INFO neutron_taas.services.taas.taas_plugin [None req-32952f95-561a-4f27-b1c3-d5df4f05eb72 cfe1be6b7d8940b2ad3e6e1803af287d c448ca45ae6a4527b9385daa10cf3bb2 - - default default] TaaS: Handle Delete Port: 83922d99-6f83-434e-b8a8-1d2d9ef229e7 2026-06-16 02:24:39.416 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-32952f95-561a-4f27-b1c3-d5df4f05eb72 cfe1be6b7d8940b2ad3e6e1803af287d c448ca45ae6a4527b9385daa10cf3bb2 - - default default] Tap Mirror: Handle Delete Port: 83922d99-6f83-434e-b8a8-1d2d9ef229e7 [pid: 8|app: 0|req: 445/920] 10.0.0.17 () {34 vars in 989 bytes} [Tue Jun 16 02:24:39 2026] GET /v2.0/ports?device_id=5168374e-adab-49cc-9834-80819252233e => generated 971 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 446/921] 10.0.0.17 () {34 vars in 1039 bytes} [Tue Jun 16 02:24:39 2026] GET /v2.0/security-groups?id=be689bd5-c819-4a9d-8985-41f0a854a556&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: 476/922] 10.0.0.203 () {34 vars in 789 bytes} [Tue Jun 16 02:24:38 2026] PUT /v2.0/routers/33fd65c5-479e-4b27-8516-fd38d06dc3d2/remove_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: 477/923] 10.0.0.17 () {34 vars in 989 bytes} [Tue Jun 16 02:24:40 2026] GET /v2.0/ports?device_id=081444fe-24cc-4ea0-bed9-92f0de76a3f4 => generated 971 bytes in 100 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 478/924] 10.0.0.17 () {34 vars in 970 bytes} [Tue Jun 16 02:24:40 2026] GET /v2.0/ports/dd7884b5-b56d-4320-837a-d3a29e1588e4 => generated 968 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 479/925] 10.0.0.17 () {34 vars in 989 bytes} [Tue Jun 16 02:24:40 2026] GET /v2.0/ports?device_id=5168374e-adab-49cc-9834-80819252233e => generated 971 bytes in 97 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 480/926] 10.0.0.17 () {34 vars in 1039 bytes} [Tue Jun 16 02:24:40 2026] GET /v2.0/security-groups?id=be689bd5-c819-4a9d-8985-41f0a854a556&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-06-16 02:24:40.866 8 INFO neutron_taas.services.taas.taas_plugin [None req-ffdebdc4-e1e1-4cb8-949f-998f93b36986 cfe1be6b7d8940b2ad3e6e1803af287d c448ca45ae6a4527b9385daa10cf3bb2 - - default default] TaaS: Handle Delete Port: 6fd5a469-849f-4125-a99b-6e925e38e371 2026-06-16 02:24:40.869 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ffdebdc4-e1e1-4cb8-949f-998f93b36986 cfe1be6b7d8940b2ad3e6e1803af287d c448ca45ae6a4527b9385daa10cf3bb2 - - default default] Tap Mirror: Handle Delete Port: 6fd5a469-849f-4125-a99b-6e925e38e371 [pid: 7|app: 0|req: 481/927] 10.0.0.17 () {34 vars in 989 bytes} [Tue Jun 16 02:24:40 2026] GET /v2.0/ports?device_id=5168374e-adab-49cc-9834-80819252233e => generated 971 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 02:24:41.140 8 INFO neutron_taas.services.taas.taas_plugin [None req-ffdebdc4-e1e1-4cb8-949f-998f93b36986 cfe1be6b7d8940b2ad3e6e1803af287d c448ca45ae6a4527b9385daa10cf3bb2 - - default default] TaaS: Handle Delete Port: a5aa511a-18ed-4d4f-b0b3-17f2c9e4b91e 2026-06-16 02:24:41.143 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ffdebdc4-e1e1-4cb8-949f-998f93b36986 cfe1be6b7d8940b2ad3e6e1803af287d c448ca45ae6a4527b9385daa10cf3bb2 - - default default] Tap Mirror: Handle Delete Port: a5aa511a-18ed-4d4f-b0b3-17f2c9e4b91e 2026-06-16 02:24:41.261 7 INFO neutron.db.l3_db [None req-24585f54-270f-474a-926d-d0cc54d06a9c f703aaa720814b0b91aca194ab9a6236 fa2100d6d7964812878d6be735b6d8dd - - default default] Floating IP d141c869-1e14-44ab-b237-7f105d4720dc associated. External IP: 10.96.250.211, port: b43684a7-b5bc-46c0-8cd6-e51fbdb41cb8. 2026-06-16 02:24:41.564 8 INFO neutron.services.segments.plugin [-] Segment ce935aba-4025-49ce-a61b-5da318daa127 resource provider aggregate not found 2026-06-16 02:24:41.568 8 INFO neutron.services.segments.plugin [-] Segment ce935aba-4025-49ce-a61b-5da318daa127 resource provider aggregate not found 2026-06-16 02:24:41.592 8 INFO neutron.services.segments.plugin [-] Segment ce935aba-4025-49ce-a61b-5da318daa127 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ce935aba-4025-49ce-a61b-5da318daa127 found for delete ", "request_id": "req-9777da44-b8c3-4e4d-8720-f4bee8222c05"}]} 2026-06-16 02:24:41.597 8 INFO neutron.services.segments.plugin [-] Segment ce935aba-4025-49ce-a61b-5da318daa127 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ce935aba-4025-49ce-a61b-5da318daa127 found for delete ", "request_id": "req-5d0393f4-8853-426d-a089-6cebcdb2fc60"}]} 2026-06-16 02:24:41.603 8 INFO neutron.db.l3_hamode_db [None req-ffdebdc4-e1e1-4cb8-949f-998f93b36986 cfe1be6b7d8940b2ad3e6e1803af287d c448ca45ae6a4527b9385daa10cf3bb2 - - default default] HA network 70c150d5-d78e-4000-8410-83743dc63d1c was deleted as no HA routers are present in tenant a78688678f794e3983e67e8ad3d60fdd. [pid: 7|app: 0|req: 482/928] 10.0.0.203 () {34 vars in 749 bytes} [Tue Jun 16 02:24:40 2026] PUT /v2.0/floatingips/d141c869-1e14-44ab-b237-7f105d4720dc => generated 855 bytes in 704 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 447/929] 10.0.0.203 () {32 vars in 724 bytes} [Tue Jun 16 02:24:40 2026] DELETE /v2.0/routers/33fd65c5-479e-4b27-8516-fd38d06dc3d2 => generated 0 bytes in 1413 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-16 02:24:41.644 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-38a32bc9-af3a-4e7e-a594-ff9e55335799'] response: {'name': 'network-changed', 'server_uuid': '5168374e-adab-49cc-9834-80819252233e', 'tag': 'b43684a7-b5bc-46c0-8cd6-e51fbdb41cb8', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 483/930] 199.204.45.53 () {34 vars in 999 bytes} [Tue Jun 16 02:24:41 2026] GET /v2.0/subnets?network_id=0c817052-63ab-41ef-b373-da20a4893aa9 => generated 684 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 484/931] 199.204.45.53 () {34 vars in 1145 bytes} [Tue Jun 16 02:24:41 2026] GET /v2.0/ports?device_id=081444fe-24cc-4ea0-bed9-92f0de76a3f4&device_owner=compute%3Anova&network_id=0c817052-63ab-41ef-b373-da20a4893aa9 => 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: 448/932] 10.0.0.203 () {32 vars in 724 bytes} [Tue Jun 16 02:24:41 2026] DELETE /v2.0/subnets/75054619-90b6-4a2c-a07c-593a4c2c9376 => 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: 485/933] 10.0.0.17 () {34 vars in 989 bytes} [Tue Jun 16 02:24:41 2026] GET /v2.0/ports?device_id=5168374e-adab-49cc-9834-80819252233e => generated 971 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 02:24:41.883 7 INFO neutron_taas.services.taas.taas_plugin [None req-32a17b95-2238-430e-a9aa-e70889864406 cfe1be6b7d8940b2ad3e6e1803af287d c448ca45ae6a4527b9385daa10cf3bb2 - - default default] TaaS: Handle Delete Port: 99f98d5d-d3df-46f3-8f24-55f6bed8ca14 2026-06-16 02:24:41.886 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-32a17b95-2238-430e-a9aa-e70889864406 cfe1be6b7d8940b2ad3e6e1803af287d c448ca45ae6a4527b9385daa10cf3bb2 - - default default] Tap Mirror: Handle Delete Port: 99f98d5d-d3df-46f3-8f24-55f6bed8ca14 2026-06-16 02:24:42.055 7 INFO neutron.services.segments.plugin [-] Segment aa065fba-571b-4e22-8764-3e7e60fa0772 resource provider aggregate not found 2026-06-16 02:24:42.063 7 INFO neutron.services.segments.plugin [-] Segment aa065fba-571b-4e22-8764-3e7e60fa0772 resource provider aggregate not found 2026-06-16 02:24:42.087 7 INFO neutron.services.segments.plugin [-] Segment aa065fba-571b-4e22-8764-3e7e60fa0772 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid aa065fba-571b-4e22-8764-3e7e60fa0772 found for delete ", "request_id": "req-00937dde-261f-474b-bdc8-1872d929b88f"}]} [pid: 7|app: 0|req: 486/934] 10.0.0.203 () {32 vars in 726 bytes} [Tue Jun 16 02:24:41 2026] DELETE /v2.0/networks/d31457fb-6237-4ad1-b321-99f50f358f7c => generated 0 bytes in 330 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-16 02:24:42.103 7 INFO neutron.services.segments.plugin [-] Segment aa065fba-571b-4e22-8764-3e7e60fa0772 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid aa065fba-571b-4e22-8764-3e7e60fa0772 found for delete ", "request_id": "req-95773cce-376c-410e-95f4-6a55cdea6e8c"}]} [pid: 7|app: 0|req: 487/935] 10.0.0.17 () {34 vars in 1039 bytes} [Tue Jun 16 02:24:42 2026] GET /v2.0/security-groups?id=be689bd5-c819-4a9d-8985-41f0a854a556&fields=id&fields=name => generated 113 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 488/936] 199.204.45.53 () {34 vars in 1079 bytes} [Tue Jun 16 02:24:42 2026] GET /v2.0/ports?tenant_id=fa2100d6d7964812878d6be735b6d8dd&device_id=5168374e-adab-49cc-9834-80819252233e => generated 1240 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 489/937] 199.204.45.53 () {34 vars in 985 bytes} [Tue Jun 16 02:24:42 2026] GET /v2.0/networks?id=5ecb90d5-1457-41ae-8629-89752ba24e17 => generated 772 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 490/938] 199.204.45.53 () {34 vars in 1057 bytes} [Tue Jun 16 02:24:42 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.4&port_id=b43684a7-b5bc-46c0-8cd6-e51fbdb41cb8 => generated 858 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 491/939] 10.0.0.203 () {32 vars in 774 bytes} [Tue Jun 16 02:24:42 2026] GET /v2.0/security-groups?tenant_id=a78688678f794e3983e67e8ad3d60fdd&name=default => generated 2925 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 492/940] 199.204.45.53 () {34 vars in 983 bytes} [Tue Jun 16 02:24:42 2026] GET /v2.0/subnets?id=e3272199-2e32-45ee-b45a-b79170813076 => generated 694 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 493/941] 10.0.0.203 () {32 vars in 740 bytes} [Tue Jun 16 02:24:42 2026] DELETE /v2.0/security-groups/3d19a1f5-6fea-40fa-9cbd-114b8c5ae907 => generated 0 bytes in 138 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 449/942] 199.204.45.53 () {38 vars in 1027 bytes} [Tue Jun 16 02:24:41 2026] PUT /v2.0/ports/dd7884b5-b56d-4320-837a-d3a29e1588e4 => generated 1145 bytes in 790 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: 494/943] 199.204.45.53 () {34 vars in 1051 bytes} [Tue Jun 16 02:24:42 2026] GET /v2.0/ports?network_id=5ecb90d5-1457-41ae-8629-89752ba24e17&device_owner=network%3Adhcp => generated 1244 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 495/944] 199.204.45.53 () {34 vars in 1011 bytes} [Tue Jun 16 02:24:42 2026] GET /v2.0/networks/5ecb90d5-1457-41ae-8629-89752ba24e17?fields=segments => generated 14 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-16 02:24:42.632 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-876a009e-cfe3-4bcc-a382-d13c2ebfd48a'] response: {'name': 'network-changed', 'server_uuid': '081444fe-24cc-4ea0-bed9-92f0de76a3f4', 'tag': 'dd7884b5-b56d-4320-837a-d3a29e1588e4', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 450/945] 10.0.0.17 () {34 vars in 989 bytes} [Tue Jun 16 02:24:42 2026] GET /v2.0/ports?device_id=5168374e-adab-49cc-9834-80819252233e => generated 971 bytes in 128 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 496/946] 199.204.45.53 () {34 vars in 1111 bytes} [Tue Jun 16 02:24:42 2026] GET /v2.0/networks/5ecb90d5-1457-41ae-8629-89752ba24e17?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: 451/947] 10.0.0.17 () {34 vars in 1039 bytes} [Tue Jun 16 02:24:42 2026] GET /v2.0/security-groups?id=be689bd5-c819-4a9d-8985-41f0a854a556&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: 497/948] 10.0.0.17 () {34 vars in 989 bytes} [Tue Jun 16 02:24:42 2026] GET /v2.0/ports?device_id=df180cbb-0311-467a-aaae-647e1df31124 => generated 971 bytes in 98 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 452/949] 199.204.45.53 () {34 vars in 1079 bytes} [Tue Jun 16 02:24:43 2026] GET /v2.0/ports?tenant_id=826abe497a59428ea588665b69da7506&device_id=081444fe-24cc-4ea0-bed9-92f0de76a3f4 => generated 1417 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 498/950] 10.0.0.17 () {34 vars in 1039 bytes} [Tue Jun 16 02:24:43 2026] GET /v2.0/security-groups?id=1d7c1f5a-f883-4564-9cf5-eb18bc75d97e&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: 453/951] 199.204.45.53 () {34 vars in 985 bytes} [Tue Jun 16 02:24:43 2026] GET /v2.0/networks?id=0c817052-63ab-41ef-b373-da20a4893aa9 => generated 780 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 499/952] 199.204.45.53 () {34 vars in 1057 bytes} [Tue Jun 16 02:24:43 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.3&port_id=dd7884b5-b56d-4320-837a-d3a29e1588e4 => generated 860 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 500/953] 199.204.45.53 () {34 vars in 1057 bytes} [Tue Jun 16 02:24:43 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.7&port_id=dd7884b5-b56d-4320-837a-d3a29e1588e4 => 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: 454/954] 10.0.0.17 () {34 vars in 989 bytes} [Tue Jun 16 02:24:43 2026] GET /v2.0/ports?device_id=df180cbb-0311-467a-aaae-647e1df31124 => generated 971 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 501/955] 199.204.45.53 () {34 vars in 983 bytes} [Tue Jun 16 02:24:43 2026] GET /v2.0/subnets?id=bebcd859-9a2a-4282-a87b-93fd575b4048 => generated 702 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 455/956] 10.0.0.17 () {34 vars in 1039 bytes} [Tue Jun 16 02:24:43 2026] GET /v2.0/security-groups?id=1d7c1f5a-f883-4564-9cf5-eb18bc75d97e&fields=id&fields=name => generated 114 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 502/957] 199.204.45.53 () {34 vars in 1051 bytes} [Tue Jun 16 02:24:43 2026] GET /v2.0/ports?network_id=0c817052-63ab-41ef-b373-da20a4893aa9&device_owner=network%3Adhcp => generated 1244 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 456/958] 199.204.45.53 () {34 vars in 1011 bytes} [Tue Jun 16 02:24:43 2026] GET /v2.0/networks/0c817052-63ab-41ef-b373-da20a4893aa9?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: 503/959] 199.204.45.53 () {34 vars in 1111 bytes} [Tue Jun 16 02:24:43 2026] GET /v2.0/networks/0c817052-63ab-41ef-b373-da20a4893aa9?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: 457/960] 10.0.0.17 () {34 vars in 989 bytes} [Tue Jun 16 02:24:43 2026] GET /v2.0/ports?device_id=df180cbb-0311-467a-aaae-647e1df31124 => generated 971 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 504/961] 10.0.0.17 () {34 vars in 1039 bytes} [Tue Jun 16 02:24:43 2026] GET /v2.0/security-groups?id=1d7c1f5a-f883-4564-9cf5-eb18bc75d97e&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: 458/962] 10.0.0.17 () {34 vars in 989 bytes} [Tue Jun 16 02:24:43 2026] GET /v2.0/ports?device_id=5168374e-adab-49cc-9834-80819252233e => generated 971 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 505/963] 10.0.0.17 () {34 vars in 1039 bytes} [Tue Jun 16 02:24:43 2026] GET /v2.0/security-groups?id=be689bd5-c819-4a9d-8985-41f0a854a556&fields=id&fields=name => generated 113 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 459/964] 10.0.0.17 () {34 vars in 989 bytes} [Tue Jun 16 02:24:43 2026] GET /v2.0/ports?device_id=081444fe-24cc-4ea0-bed9-92f0de76a3f4 => generated 1148 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 506/965] 10.0.0.17 () {34 vars in 1039 bytes} [Tue Jun 16 02:24:44 2026] GET /v2.0/security-groups?id=f90b9eea-5ddc-46b2-a80d-50bd8fd90e0a&fields=id&fields=name => generated 114 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 507/966] 199.204.45.53 () {34 vars in 1079 bytes} [Tue Jun 16 02:24:44 2026] GET /v2.0/ports?tenant_id=826abe497a59428ea588665b69da7506&device_id=081444fe-24cc-4ea0-bed9-92f0de76a3f4 => 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: 508/967] 199.204.45.53 () {34 vars in 985 bytes} [Tue Jun 16 02:24:44 2026] GET /v2.0/networks?id=0c817052-63ab-41ef-b373-da20a4893aa9 => generated 780 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 509/968] 199.204.45.53 () {34 vars in 1057 bytes} [Tue Jun 16 02:24:44 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.3&port_id=dd7884b5-b56d-4320-837a-d3a29e1588e4 => generated 860 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 510/969] 199.204.45.53 () {34 vars in 1057 bytes} [Tue Jun 16 02:24:44 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.7&port_id=dd7884b5-b56d-4320-837a-d3a29e1588e4 => 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: 513/972] 199.204.45.53 () {34 vars in 983 bytes} [Tue Jun 16 02:24:44 2026] GET /v2.0/subnets?id=bebcd859-9a2a-4282-a87b-93fd575b4048 => generated 702 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 514/973] 199.204.45.53 () {34 vars in 1051 bytes} [Tue Jun 16 02:24:44 2026] GET /v2.0/ports?network_id=0c817052-63ab-41ef-b373-da20a4893aa9&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: 515/974] 199.204.45.53 () {34 vars in 1011 bytes} [Tue Jun 16 02:24:44 2026] GET /v2.0/networks/0c817052-63ab-41ef-b373-da20a4893aa9?fields=segments => generated 14 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-16 02:24:44.771 8 INFO neutron.db.segments_db [None req-92e9871e-7901-4038-8dd7-be966bfa3d73 cfe1be6b7d8940b2ad3e6e1803af287d c448ca45ae6a4527b9385daa10cf3bb2 - - default default] Added segment 032929fa-0ba0-4b38-883d-1de6fbafd84a of type vxlan for network 1258f74b-e726-4bb5-8235-0e68f87690a4 [pid: 7|app: 0|req: 516/975] 199.204.45.53 () {34 vars in 1111 bytes} [Tue Jun 16 02:24:44 2026] GET /v2.0/networks/0c817052-63ab-41ef-b373-da20a4893aa9?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: 460/976] 10.0.0.203 () {34 vars in 671 bytes} [Tue Jun 16 02:24:44 2026] POST /v2.0/networks => generated 727 bytes in 470 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 517/977] 10.0.0.17 () {34 vars in 989 bytes} [Tue Jun 16 02:24:44 2026] GET /v2.0/ports?device_id=df180cbb-0311-467a-aaae-647e1df31124 => generated 971 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 518/978] 10.0.0.17 () {34 vars in 1039 bytes} [Tue Jun 16 02:24:44 2026] GET /v2.0/security-groups?id=1d7c1f5a-f883-4564-9cf5-eb18bc75d97e&fields=id&fields=name => generated 114 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 519/979] 199.204.45.53 () {34 vars in 993 bytes} [Tue Jun 16 02:24:44 2026] GET /v2.0/ports?device_id=5168374e-adab-49cc-9834-80819252233e => 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: 520/980] 10.0.0.17 () {34 vars in 989 bytes} [Tue Jun 16 02:24:44 2026] GET /v2.0/ports?device_id=5168374e-adab-49cc-9834-80819252233e => generated 971 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 02:24:45.132 7 INFO neutron_taas.services.taas.taas_plugin [req-10487101-5d05-4607-acf5-0d4d00d6d763 req-b79acff6-7d22-4100-851b-be0643ed0b4d f703aaa720814b0b91aca194ab9a6236 fa2100d6d7964812878d6be735b6d8dd - - default default] TaaS: Handle Delete Port: b43684a7-b5bc-46c0-8cd6-e51fbdb41cb8 2026-06-16 02:24:45.136 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-10487101-5d05-4607-acf5-0d4d00d6d763 req-b79acff6-7d22-4100-851b-be0643ed0b4d f703aaa720814b0b91aca194ab9a6236 fa2100d6d7964812878d6be735b6d8dd - - default default] Tap Mirror: Handle Delete Port: b43684a7-b5bc-46c0-8cd6-e51fbdb41cb8 [pid: 8|app: 0|req: 461/981] 10.0.0.203 () {34 vars in 669 bytes} [Tue Jun 16 02:24:44 2026] POST /v2.0/subnets => generated 693 bytes in 279 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 462/982] 10.0.0.17 () {34 vars in 1039 bytes} [Tue Jun 16 02:24:45 2026] GET /v2.0/security-groups?id=be689bd5-c819-4a9d-8985-41f0a854a556&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-06-16 02:24:45.270 7 INFO neutron.db.l3_db [req-10487101-5d05-4607-acf5-0d4d00d6d763 req-b79acff6-7d22-4100-851b-be0643ed0b4d f703aaa720814b0b91aca194ab9a6236 fa2100d6d7964812878d6be735b6d8dd - - default default] Floating IP d141c869-1e14-44ab-b237-7f105d4720dc disassociated. External IP: 10.96.250.211, port: b43684a7-b5bc-46c0-8cd6-e51fbdb41cb8. 2026-06-16 02:24:45.271 8 INFO neutron.db.segments_db [None req-488c1bc9-3b8f-4838-92d1-856745127a25 cfe1be6b7d8940b2ad3e6e1803af287d c448ca45ae6a4527b9385daa10cf3bb2 - - default default] Added segment c22c4bee-2f0e-4f8e-8f8e-2c1b261036f9 of type vxlan for network 8cd5d109-ff26-43bb-8887-924275133490 2026-06-16 02:24:45.575 8 INFO neutron.db.l3_hamode_db [None req-488c1bc9-3b8f-4838-92d1-856745127a25 cfe1be6b7d8940b2ad3e6e1803af287d d709b5dad8674eef9b6c0a5229aaaad3 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 521/983] 199.204.45.53 () {36 vars in 996 bytes} [Tue Jun 16 02:24:45 2026] DELETE /v2.0/ports/b43684a7-b5bc-46c0-8cd6-e51fbdb41cb8 => generated 0 bytes in 648 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 522/984] 199.204.45.53 () {34 vars in 1079 bytes} [Tue Jun 16 02:24:45 2026] GET /v2.0/ports?tenant_id=d174c22a461d4642be7da5f0b9cd91c2&device_id=df180cbb-0311-467a-aaae-647e1df31124 => generated 1240 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-16 02:24:45.697 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-707397a4-60c5-43ce-aa67-fc86fa565887'] response: {'server_uuid': '5168374e-adab-49cc-9834-80819252233e', 'name': 'network-vif-deleted', 'tag': 'b43684a7-b5bc-46c0-8cd6-e51fbdb41cb8', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 523/985] 199.204.45.53 () {34 vars in 1117 bytes} [Tue Jun 16 02:24:45 2026] GET /v2.0/ports?device_id=081444fe-24cc-4ea0-bed9-92f0de76a3f4&device_owner=compute%3Anova&fixed_ips=ip_address%3D10.100.0.7 => generated 1148 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 524/986] 199.204.45.53 () {34 vars in 985 bytes} [Tue Jun 16 02:24:45 2026] GET /v2.0/networks?id=2575958b-df4f-4b3c-ba19-e2cf8063b73f => generated 772 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 525/987] 199.204.45.53 () {38 vars in 1027 bytes} [Tue Jun 16 02:24:45 2026] PUT /v2.0/ports/dd7884b5-b56d-4320-837a-d3a29e1588e4 => generated 968 bytes in 343 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: 526/988] 199.204.45.53 () {34 vars in 1057 bytes} [Tue Jun 16 02:24:46 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.7&port_id=32259caf-adc8-4d08-9082-d0da0450ad4d => generated 860 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 527/989] 10.0.0.17 () {34 vars in 989 bytes} [Tue Jun 16 02:24:46 2026] GET /v2.0/ports?device_id=df180cbb-0311-467a-aaae-647e1df31124 => generated 971 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 528/990] 199.204.45.53 () {34 vars in 983 bytes} [Tue Jun 16 02:24:46 2026] GET /v2.0/subnets?id=ae87f8d3-01c8-42e1-aac4-66c239b17390 => generated 694 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 529/991] 10.0.0.17 () {34 vars in 1039 bytes} [Tue Jun 16 02:24:46 2026] GET /v2.0/security-groups?id=1d7c1f5a-f883-4564-9cf5-eb18bc75d97e&fields=id&fields=name => generated 114 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 530/992] 10.0.0.17 () {34 vars in 989 bytes} [Tue Jun 16 02:24:46 2026] GET /v2.0/ports?device_id=5168374e-adab-49cc-9834-80819252233e => 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: 531/993] 199.204.45.53 () {34 vars in 1051 bytes} [Tue Jun 16 02:24:46 2026] GET /v2.0/ports?network_id=2575958b-df4f-4b3c-ba19-e2cf8063b73f&device_owner=network%3Adhcp => generated 1244 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 532/994] 199.204.45.53 () {34 vars in 1011 bytes} [Tue Jun 16 02:24:46 2026] GET /v2.0/networks/2575958b-df4f-4b3c-ba19-e2cf8063b73f?fields=segments => generated 14 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-16 02:24:46.419 8 INFO neutron.db.l3_hamode_db [None req-488c1bc9-3b8f-4838-92d1-856745127a25 cfe1be6b7d8940b2ad3e6e1803af287d c448ca45ae6a4527b9385daa10cf3bb2 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 533/995] 199.204.45.53 () {34 vars in 1111 bytes} [Tue Jun 16 02:24:46 2026] GET /v2.0/networks/2575958b-df4f-4b3c-ba19-e2cf8063b73f?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: 534/996] 199.204.45.53 () {34 vars in 1079 bytes} [Tue Jun 16 02:24:46 2026] GET /v2.0/ports?tenant_id=826abe497a59428ea588665b69da7506&device_id=081444fe-24cc-4ea0-bed9-92f0de76a3f4 => generated 1240 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 535/997] 199.204.45.53 () {34 vars in 985 bytes} [Tue Jun 16 02:24:46 2026] GET /v2.0/networks?id=0c817052-63ab-41ef-b373-da20a4893aa9 => generated 780 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 536/998] 199.204.45.53 () {34 vars in 1057 bytes} [Tue Jun 16 02:24:46 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.3&port_id=dd7884b5-b56d-4320-837a-d3a29e1588e4 => generated 860 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 537/999] 199.204.45.53 () {34 vars in 983 bytes} [Tue Jun 16 02:24:46 2026] GET /v2.0/subnets?id=bebcd859-9a2a-4282-a87b-93fd575b4048 => generated 702 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 538/1000] 199.204.45.53 () {34 vars in 1051 bytes} [Tue Jun 16 02:24:46 2026] GET /v2.0/ports?network_id=0c817052-63ab-41ef-b373-da20a4893aa9&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: 7|app: 0|req: 539/1001] 199.204.45.53 () {34 vars in 1011 bytes} [Tue Jun 16 02:24:46 2026] GET /v2.0/networks/0c817052-63ab-41ef-b373-da20a4893aa9?fields=segments => generated 14 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 540/1002] 199.204.45.53 () {34 vars in 1111 bytes} [Tue Jun 16 02:24:46 2026] GET /v2.0/networks/0c817052-63ab-41ef-b373-da20a4893aa9?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 541/1003] 10.0.0.17 () {34 vars in 989 bytes} [Tue Jun 16 02:24:47 2026] GET /v2.0/ports?device_id=df180cbb-0311-467a-aaae-647e1df31124 => generated 971 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 542/1004] 10.0.0.17 () {34 vars in 989 bytes} [Tue Jun 16 02:24:47 2026] GET /v2.0/ports?device_id=5168374e-adab-49cc-9834-80819252233e => 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: 463/1005] 10.0.0.203 () {34 vars in 669 bytes} [Tue Jun 16 02:24:45 2026] POST /v2.0/routers => generated 733 bytes in 2241 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 543/1006] 10.0.0.17 () {34 vars in 1039 bytes} [Tue Jun 16 02:24:47 2026] GET /v2.0/security-groups?id=1d7c1f5a-f883-4564-9cf5-eb18bc75d97e&fields=id&fields=name => generated 114 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 544/1007] 10.0.0.17 () {34 vars in 989 bytes} [Tue Jun 16 02:24:47 2026] GET /v2.0/ports?device_id=081444fe-24cc-4ea0-bed9-92f0de76a3f4 => generated 971 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 02:24:47.750 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-7f59c5c8-7b64-43d9-a2c7-9ea912afc20e'] response: {'name': 'network-changed', 'server_uuid': '081444fe-24cc-4ea0-bed9-92f0de76a3f4', 'tag': 'dd7884b5-b56d-4320-837a-d3a29e1588e4', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 545/1008] 10.0.0.17 () {34 vars in 1039 bytes} [Tue Jun 16 02:24:47 2026] GET /v2.0/security-groups?id=f90b9eea-5ddc-46b2-a80d-50bd8fd90e0a&fields=id&fields=name => generated 114 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 546/1009] 199.204.45.53 () {34 vars in 1079 bytes} [Tue Jun 16 02:24:48 2026] GET /v2.0/ports?tenant_id=826abe497a59428ea588665b69da7506&device_id=081444fe-24cc-4ea0-bed9-92f0de76a3f4 => generated 1240 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 547/1010] 199.204.45.53 () {34 vars in 985 bytes} [Tue Jun 16 02:24:48 2026] GET /v2.0/networks?id=0c817052-63ab-41ef-b373-da20a4893aa9 => generated 780 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 548/1011] 199.204.45.53 () {34 vars in 1057 bytes} [Tue Jun 16 02:24:48 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.3&port_id=dd7884b5-b56d-4320-837a-d3a29e1588e4 => generated 860 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 549/1012] 199.204.45.53 () {34 vars in 983 bytes} [Tue Jun 16 02:24:48 2026] GET /v2.0/subnets?id=bebcd859-9a2a-4282-a87b-93fd575b4048 => generated 702 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 550/1013] 199.204.45.53 () {34 vars in 1051 bytes} [Tue Jun 16 02:24:48 2026] GET /v2.0/ports?network_id=0c817052-63ab-41ef-b373-da20a4893aa9&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: 551/1014] 199.204.45.53 () {34 vars in 1011 bytes} [Tue Jun 16 02:24:48 2026] GET /v2.0/networks/0c817052-63ab-41ef-b373-da20a4893aa9?fields=segments => generated 14 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 552/1015] 199.204.45.53 () {34 vars in 1111 bytes} [Tue Jun 16 02:24:48 2026] GET /v2.0/networks/0c817052-63ab-41ef-b373-da20a4893aa9?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 553/1016] 10.0.0.17 () {34 vars in 989 bytes} [Tue Jun 16 02:24:48 2026] GET /v2.0/ports?device_id=5168374e-adab-49cc-9834-80819252233e => 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: 554/1017] 10.0.0.17 () {34 vars in 989 bytes} [Tue Jun 16 02:24:48 2026] GET /v2.0/ports?device_id=df180cbb-0311-467a-aaae-647e1df31124 => generated 971 bytes in 111 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 555/1018] 10.0.0.17 () {34 vars in 1039 bytes} [Tue Jun 16 02:24:48 2026] GET /v2.0/security-groups?id=1d7c1f5a-f883-4564-9cf5-eb18bc75d97e&fields=id&fields=name => generated 114 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 464/1019] 10.0.0.203 () {34 vars in 783 bytes} [Tue Jun 16 02:24:47 2026] PUT /v2.0/routers/12aff8cc-98e6-4968-8027-6444a2ccc669/add_router_interface => generated 309 bytes in 1427 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 556/1020] 10.0.0.17 () {34 vars in 989 bytes} [Tue Jun 16 02:24:48 2026] GET /v2.0/ports?device_id=081444fe-24cc-4ea0-bed9-92f0de76a3f4 => generated 971 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 465/1021] 10.0.0.17 () {34 vars in 1039 bytes} [Tue Jun 16 02:24:48 2026] GET /v2.0/security-groups?id=f90b9eea-5ddc-46b2-a80d-50bd8fd90e0a&fields=id&fields=name => generated 114 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 466/1022] 10.0.0.17 () {34 vars in 981 bytes} [Tue Jun 16 02:24:49 2026] GET /v2.0/networks?id=1258f74b-e726-4bb5-8235-0e68f87690a4 => generated 678 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 557/1023] 10.0.0.203 () {32 vars in 740 bytes} [Tue Jun 16 02:24:49 2026] DELETE /v2.0/security-groups/be689bd5-c819-4a9d-8985-41f0a854a556 => generated 0 bytes in 154 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-16 02:24:49.894 7 INFO neutron.api.v2.resource [None req-d642f90d-8ebf-498d-b724-8bcb56a8ac0b f703aaa720814b0b91aca194ab9a6236 fa2100d6d7964812878d6be735b6d8dd - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 558/1024] 10.0.0.203 () {32 vars in 737 bytes} [Tue Jun 16 02:24:49 2026] GET /v2.0/security-groups/be689bd5-c819-4a9d-8985-41f0a854a556 => 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: 559/1025] 10.0.0.17 () {34 vars in 964 bytes} [Tue Jun 16 02:24:49 2026] GET /v2.0/quotas/d709b5dad8674eef9b6c0a5229aaaad3 => 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: 467/1026] 10.0.0.17 () {34 vars in 989 bytes} [Tue Jun 16 02:24:49 2026] GET /v2.0/ports?device_id=df180cbb-0311-467a-aaae-647e1df31124 => generated 971 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 02:24:49.993 7 INFO neutron_taas.services.taas.taas_plugin [None req-b2910320-bfc5-4178-b281-215591065343 f703aaa720814b0b91aca194ab9a6236 fa2100d6d7964812878d6be735b6d8dd - - default default] TaaS: Handle Delete Port: deb8c26b-842b-4db8-a236-9b2b28427abe 2026-06-16 02:24:49.995 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b2910320-bfc5-4178-b281-215591065343 f703aaa720814b0b91aca194ab9a6236 fa2100d6d7964812878d6be735b6d8dd - - default default] Tap Mirror: Handle Delete Port: deb8c26b-842b-4db8-a236-9b2b28427abe [pid: 8|app: 0|req: 468/1027] 10.0.0.17 () {34 vars in 1001 bytes} [Tue Jun 16 02:24:49 2026] GET /v2.0/ports?tenant_id=d709b5dad8674eef9b6c0a5229aaaad3&fields=id => generated 103 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 469/1028] 10.0.0.17 () {34 vars in 1039 bytes} [Tue Jun 16 02:24:50 2026] GET /v2.0/security-groups?id=1d7c1f5a-f883-4564-9cf5-eb18bc75d97e&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: 470/1029] 10.0.0.17 () {34 vars in 1007 bytes} [Tue Jun 16 02:24:50 2026] GET /v2.0/networks/1258f74b-e726-4bb5-8235-0e68f87690a4?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: 560/1030] 10.0.0.203 () {32 vars in 732 bytes} [Tue Jun 16 02:24:49 2026] DELETE /v2.0/floatingips/d141c869-1e14-44ab-b237-7f105d4720dc => generated 0 bytes in 226 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 471/1031] 10.0.0.17 () {34 vars in 1107 bytes} [Tue Jun 16 02:24:50 2026] GET /v2.0/networks/1258f74b-e726-4bb5-8235-0e68f87690a4?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 561/1032] 10.0.0.17 () {34 vars in 989 bytes} [Tue Jun 16 02:24:50 2026] GET /v2.0/ports?device_id=081444fe-24cc-4ea0-bed9-92f0de76a3f4 => 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: 562/1033] 10.0.0.17 () {34 vars in 1039 bytes} [Tue Jun 16 02:24:50 2026] GET /v2.0/security-groups?id=f90b9eea-5ddc-46b2-a80d-50bd8fd90e0a&fields=id&fields=name => generated 114 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 563/1034] 10.0.0.17 () {34 vars in 989 bytes} [Tue Jun 16 02:24:50 2026] GET /v2.0/ports?device_id=7d63af2b-adc4-423d-83c4-a659420f9503 => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 564/1035] 199.204.45.53 () {34 vars in 993 bytes} [Tue Jun 16 02:24:50 2026] GET /v2.0/ports?device_id=081444fe-24cc-4ea0-bed9-92f0de76a3f4 => generated 971 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 02:24:50.514 7 INFO neutron_taas.services.taas.taas_plugin [req-0be489ec-1e2e-45cc-8985-6d0a267e60d2 req-3e545725-a963-4020-bf8b-a74c21910577 1469791d78a0414c80c222f7fae924bf 826abe497a59428ea588665b69da7506 - - default default] TaaS: Handle Delete Port: dd7884b5-b56d-4320-837a-d3a29e1588e4 2026-06-16 02:24:50.519 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-0be489ec-1e2e-45cc-8985-6d0a267e60d2 req-3e545725-a963-4020-bf8b-a74c21910577 1469791d78a0414c80c222f7fae924bf 826abe497a59428ea588665b69da7506 - - default default] Tap Mirror: Handle Delete Port: dd7884b5-b56d-4320-837a-d3a29e1588e4 2026-06-16 02:24:50.591 8 INFO neutron_taas.services.taas.taas_plugin [None req-f9ae423a-0a73-43f1-8201-f985857e4429 cfe1be6b7d8940b2ad3e6e1803af287d c448ca45ae6a4527b9385daa10cf3bb2 - - default default] TaaS: Handle Delete Port: 6e741547-8994-4e93-91a3-21a090eb4423 2026-06-16 02:24:50.597 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f9ae423a-0a73-43f1-8201-f985857e4429 cfe1be6b7d8940b2ad3e6e1803af287d c448ca45ae6a4527b9385daa10cf3bb2 - - default default] Tap Mirror: Handle Delete Port: 6e741547-8994-4e93-91a3-21a090eb4423 2026-06-16 02:24:50.649 7 INFO neutron.db.l3_db [req-0be489ec-1e2e-45cc-8985-6d0a267e60d2 req-3e545725-a963-4020-bf8b-a74c21910577 1469791d78a0414c80c222f7fae924bf 826abe497a59428ea588665b69da7506 - - default default] Floating IP 4b349955-80ce-4846-bd21-890ce869b6c8 disassociated. External IP: 10.96.250.201, port: dd7884b5-b56d-4320-837a-d3a29e1588e4. [pid: 7|app: 0|req: 565/1036] 199.204.45.53 () {36 vars in 996 bytes} [Tue Jun 16 02:24:50 2026] DELETE /v2.0/ports/dd7884b5-b56d-4320-837a-d3a29e1588e4 => generated 0 bytes in 640 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-16 02:24:51.082 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-23578d12-5845-4291-96c9-f0d62696b2a3'] response: {'server_uuid': '081444fe-24cc-4ea0-bed9-92f0de76a3f4', 'name': 'network-vif-deleted', 'tag': 'dd7884b5-b56d-4320-837a-d3a29e1588e4', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 566/1037] 10.0.0.17 () {34 vars in 989 bytes} [Tue Jun 16 02:24:51 2026] GET /v2.0/ports?device_id=df180cbb-0311-467a-aaae-647e1df31124 => generated 971 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 567/1038] 10.0.0.17 () {34 vars in 1039 bytes} [Tue Jun 16 02:24:51 2026] GET /v2.0/security-groups?id=1d7c1f5a-f883-4564-9cf5-eb18bc75d97e&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: 472/1039] 10.0.0.203 () {34 vars in 789 bytes} [Tue Jun 16 02:24:50 2026] PUT /v2.0/routers/4f2ac563-2a11-4a03-b6f1-0ca513b9cf55/remove_router_interface => generated 309 bytes in 1060 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 473/1040] 10.0.0.17 () {34 vars in 989 bytes} [Tue Jun 16 02:24:51 2026] GET /v2.0/ports?device_id=081444fe-24cc-4ea0-bed9-92f0de76a3f4 => 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: 474/1041] 10.0.0.17 () {34 vars in 989 bytes} [Tue Jun 16 02:24:51 2026] GET /v2.0/ports?device_id=7d63af2b-adc4-423d-83c4-a659420f9503 => generated 12 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-16 02:24:51.440 7 INFO neutron_taas.services.taas.taas_plugin [None req-9b5047c4-95e3-4b9f-884d-333b7c34df4c cfe1be6b7d8940b2ad3e6e1803af287d c448ca45ae6a4527b9385daa10cf3bb2 - - default default] TaaS: Handle Delete Port: c40c655e-35e3-4286-9cb7-5f81c74994bb 2026-06-16 02:24:51.443 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9b5047c4-95e3-4b9f-884d-333b7c34df4c cfe1be6b7d8940b2ad3e6e1803af287d c448ca45ae6a4527b9385daa10cf3bb2 - - default default] Tap Mirror: Handle Delete Port: c40c655e-35e3-4286-9cb7-5f81c74994bb 2026-06-16 02:24:51.784 7 INFO neutron_taas.services.taas.taas_plugin [None req-9b5047c4-95e3-4b9f-884d-333b7c34df4c cfe1be6b7d8940b2ad3e6e1803af287d c448ca45ae6a4527b9385daa10cf3bb2 - - default default] TaaS: Handle Delete Port: c0739064-7212-4b97-8b9f-dc3ec80b5ec8 2026-06-16 02:24:51.787 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9b5047c4-95e3-4b9f-884d-333b7c34df4c cfe1be6b7d8940b2ad3e6e1803af287d c448ca45ae6a4527b9385daa10cf3bb2 - - default default] Tap Mirror: Handle Delete Port: c0739064-7212-4b97-8b9f-dc3ec80b5ec8 2026-06-16 02:24:52.164 7 INFO neutron.services.segments.plugin [-] Segment c04a012b-5e9b-42ae-b956-0728f2733ad1 resource provider aggregate not found 2026-06-16 02:24:52.169 7 INFO neutron.services.segments.plugin [-] Segment c04a012b-5e9b-42ae-b956-0728f2733ad1 resource provider aggregate not found 2026-06-16 02:24:52.186 7 INFO neutron.services.segments.plugin [-] Segment c04a012b-5e9b-42ae-b956-0728f2733ad1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c04a012b-5e9b-42ae-b956-0728f2733ad1 found for delete ", "request_id": "req-a43e1203-bd4e-4bd6-a168-e4a92da1b529"}]} 2026-06-16 02:24:52.198 7 INFO neutron.services.segments.plugin [-] Segment c04a012b-5e9b-42ae-b956-0728f2733ad1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c04a012b-5e9b-42ae-b956-0728f2733ad1 found for delete ", "request_id": "req-1a83b83f-bb47-4673-96ba-d71901489e4a"}]} 2026-06-16 02:24:52.198 7 INFO neutron.db.l3_hamode_db [None req-9b5047c4-95e3-4b9f-884d-333b7c34df4c cfe1be6b7d8940b2ad3e6e1803af287d c448ca45ae6a4527b9385daa10cf3bb2 - - default default] HA network 4057cf3a-3697-4355-9d74-6b4594661f4b was deleted as no HA routers are present in tenant fa2100d6d7964812878d6be735b6d8dd. [pid: 7|app: 0|req: 568/1042] 10.0.0.203 () {32 vars in 724 bytes} [Tue Jun 16 02:24:51 2026] DELETE /v2.0/routers/4f2ac563-2a11-4a03-b6f1-0ca513b9cf55 => generated 0 bytes in 992 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 569/1043] 10.0.0.17 () {34 vars in 989 bytes} [Tue Jun 16 02:24:52 2026] GET /v2.0/ports?device_id=df180cbb-0311-467a-aaae-647e1df31124 => 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: 570/1044] 10.0.0.17 () {34 vars in 1039 bytes} [Tue Jun 16 02:24:52 2026] GET /v2.0/security-groups?id=1d7c1f5a-f883-4564-9cf5-eb18bc75d97e&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: 571/1045] 10.0.0.17 () {34 vars in 989 bytes} [Tue Jun 16 02:24:52 2026] GET /v2.0/ports?device_id=081444fe-24cc-4ea0-bed9-92f0de76a3f4 => 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: 475/1046] 10.0.0.203 () {32 vars in 724 bytes} [Tue Jun 16 02:24:52 2026] DELETE /v2.0/subnets/e3272199-2e32-45ee-b45a-b79170813076 => generated 0 bytes in 272 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 476/1047] 10.0.0.17 () {34 vars in 989 bytes} [Tue Jun 16 02:24:52 2026] GET /v2.0/ports?device_id=7d63af2b-adc4-423d-83c4-a659420f9503 => generated 12 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-16 02:24:52.629 7 INFO neutron_taas.services.taas.taas_plugin [None req-d542d549-f235-418d-80c4-9b43516a57e7 cfe1be6b7d8940b2ad3e6e1803af287d c448ca45ae6a4527b9385daa10cf3bb2 - - default default] TaaS: Handle Delete Port: 0dc0f8ac-0d88-420d-bf78-e38c07b2752b 2026-06-16 02:24:52.632 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d542d549-f235-418d-80c4-9b43516a57e7 cfe1be6b7d8940b2ad3e6e1803af287d c448ca45ae6a4527b9385daa10cf3bb2 - - default default] Tap Mirror: Handle Delete Port: 0dc0f8ac-0d88-420d-bf78-e38c07b2752b [pid: 7|app: 0|req: 572/1048] 10.0.0.203 () {32 vars in 726 bytes} [Tue Jun 16 02:24:52 2026] DELETE /v2.0/networks/5ecb90d5-1457-41ae-8629-89752ba24e17 => generated 0 bytes in 527 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 477/1049] 10.0.0.203 () {32 vars in 774 bytes} [Tue Jun 16 02:24:53 2026] GET /v2.0/security-groups?tenant_id=fa2100d6d7964812878d6be735b6d8dd&name=default => generated 2925 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 573/1050] 10.0.0.203 () {32 vars in 740 bytes} [Tue Jun 16 02:24:53 2026] DELETE /v2.0/security-groups/e84c7621-2d5b-435a-85e2-5581eee4ff64 => generated 0 bytes in 115 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 478/1051] 10.0.0.17 () {34 vars in 989 bytes} [Tue Jun 16 02:24:53 2026] GET /v2.0/ports?device_id=df180cbb-0311-467a-aaae-647e1df31124 => generated 969 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 479/1052] 10.0.0.17 () {34 vars in 989 bytes} [Tue Jun 16 02:24:53 2026] GET /v2.0/ports?device_id=081444fe-24cc-4ea0-bed9-92f0de76a3f4 => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 574/1053] 10.0.0.17 () {34 vars in 1039 bytes} [Tue Jun 16 02:24:53 2026] GET /v2.0/security-groups?id=1d7c1f5a-f883-4564-9cf5-eb18bc75d97e&fields=id&fields=name => generated 114 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 480/1054] 10.0.0.17 () {34 vars in 989 bytes} [Tue Jun 16 02:24:53 2026] GET /v2.0/ports?device_id=7d63af2b-adc4-423d-83c4-a659420f9503 => generated 12 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-16 02:24:54.215 7 INFO neutron.services.segments.plugin [-] Segment 26a99069-cb9e-4ad2-ba99-b241a94bbaef resource provider aggregate not found 2026-06-16 02:24:54.237 7 INFO neutron.services.segments.plugin [-] Segment 26a99069-cb9e-4ad2-ba99-b241a94bbaef resource provider aggregate not found 2026-06-16 02:24:54.244 7 INFO neutron.services.segments.plugin [-] Segment 26a99069-cb9e-4ad2-ba99-b241a94bbaef resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 26a99069-cb9e-4ad2-ba99-b241a94bbaef found for delete ", "request_id": "req-4bccb874-8da7-4eb4-a36b-182a03f26456"}]} 2026-06-16 02:24:54.258 7 INFO neutron.services.segments.plugin [-] Segment 26a99069-cb9e-4ad2-ba99-b241a94bbaef resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 26a99069-cb9e-4ad2-ba99-b241a94bbaef found for delete ", "request_id": "req-f832f76a-625f-4b5b-be4f-9619fe4267a6"}]} [pid: 8|app: 0|req: 481/1055] 10.0.0.17 () {34 vars in 989 bytes} [Tue Jun 16 02:24:54 2026] GET /v2.0/ports?device_id=df180cbb-0311-467a-aaae-647e1df31124 => generated 971 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 575/1056] 199.204.45.53 () {34 vars in 985 bytes} [Tue Jun 16 02:24:54 2026] GET /v2.0/networks?id=1258f74b-e726-4bb5-8235-0e68f87690a4 => generated 678 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 482/1057] 10.0.0.17 () {34 vars in 989 bytes} [Tue Jun 16 02:24:54 2026] GET /v2.0/ports?device_id=081444fe-24cc-4ea0-bed9-92f0de76a3f4 => 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: 576/1058] 10.0.0.17 () {34 vars in 1039 bytes} [Tue Jun 16 02:24:54 2026] GET /v2.0/security-groups?id=1d7c1f5a-f883-4564-9cf5-eb18bc75d97e&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: 577/1059] 10.0.0.17 () {34 vars in 989 bytes} [Tue Jun 16 02:24:54 2026] GET /v2.0/ports?device_id=7d63af2b-adc4-423d-83c4-a659420f9503 => 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: 483/1060] 199.204.45.53 () {38 vars in 954 bytes} [Tue Jun 16 02:24:54 2026] POST /v2.0/ports => generated 954 bytes in 459 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 578/1061] 199.204.45.53 () {38 vars in 1027 bytes} [Tue Jun 16 02:24:55 2026] PUT /v2.0/ports/525422cf-5f96-4281-9575-fe34a2f2d2b9 => generated 1235 bytes in 529 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-16 02:24:55.738 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-fe937b6b-c0c0-468a-bdba-d50c6d88c715'] response: {'name': 'network-changed', 'server_uuid': '7d63af2b-adc4-423d-83c4-a659420f9503', 'tag': '525422cf-5f96-4281-9575-fe34a2f2d2b9', '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: 484/1062] 10.0.0.17 () {34 vars in 989 bytes} [Tue Jun 16 02:24:55 2026] GET /v2.0/ports?device_id=081444fe-24cc-4ea0-bed9-92f0de76a3f4 => generated 12 bytes in 31 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: 579/1063] 10.0.0.17 () {34 vars in 989 bytes} [Tue Jun 16 02:24:55 2026] GET /v2.0/ports?device_id=7d63af2b-adc4-423d-83c4-a659420f9503 => generated 969 bytes in 109 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 485/1064] 10.0.0.17 () {34 vars in 1039 bytes} [Tue Jun 16 02:24:55 2026] GET /v2.0/security-groups?id=06937805-8ad6-4f3b-8cda-44f345ffe6b1&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: 7|app: 0|req: 580/1065] 199.204.45.53 () {34 vars in 1079 bytes} [Tue Jun 16 02:24:56 2026] GET /v2.0/ports?tenant_id=d709b5dad8674eef9b6c0a5229aaaad3&device_id=7d63af2b-adc4-423d-83c4-a659420f9503 => generated 1238 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 486/1066] 199.204.45.53 () {34 vars in 1017 bytes} [Tue Jun 16 02:24:56 2026] GET /v2.0/networks?tenant_id=d709b5dad8674eef9b6c0a5229aaaad3&shared=False => generated 774 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 581/1067] 199.204.45.53 () {34 vars in 929 bytes} [Tue Jun 16 02:24:56 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 487/1068] 10.0.0.203 () {32 vars in 774 bytes} [Tue Jun 16 02:24:56 2026] GET /v2.0/security-groups?tenant_id=784506f3142743f6930ba6c168e9bd8e&name=default => generated 2925 bytes in 347 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 582/1069] 10.0.0.203 () {32 vars in 740 bytes} [Tue Jun 16 02:24:56 2026] DELETE /v2.0/security-groups/59934788-f7a6-41f1-96de-3956713ee299 => generated 0 bytes in 100 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 488/1070] 10.0.0.203 () {32 vars in 740 bytes} [Tue Jun 16 02:24:56 2026] DELETE /v2.0/security-groups/f90b9eea-5ddc-46b2-a80d-50bd8fd90e0a => generated 0 bytes in 92 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-16 02:24:57.024 7 INFO neutron.api.v2.resource [None req-98a8a652-da09-452e-92c3-8c0ff2c96922 1469791d78a0414c80c222f7fae924bf 826abe497a59428ea588665b69da7506 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 583/1071] 10.0.0.203 () {32 vars in 737 bytes} [Tue Jun 16 02:24:57 2026] GET /v2.0/security-groups/f90b9eea-5ddc-46b2-a80d-50bd8fd90e0a => generated 146 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-16 02:24:57.125 8 INFO neutron_taas.services.taas.taas_plugin [None req-0bff6414-f568-47d9-b477-dd1f7a8b395d 1469791d78a0414c80c222f7fae924bf 826abe497a59428ea588665b69da7506 - - default default] TaaS: Handle Delete Port: bd8a5f50-503b-4857-86fe-be34741437b8 2026-06-16 02:24:57.128 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0bff6414-f568-47d9-b477-dd1f7a8b395d 1469791d78a0414c80c222f7fae924bf 826abe497a59428ea588665b69da7506 - - default default] Tap Mirror: Handle Delete Port: bd8a5f50-503b-4857-86fe-be34741437b8 [pid: 7|app: 0|req: 584/1072] 10.0.0.17 () {34 vars in 989 bytes} [Tue Jun 16 02:24:57 2026] GET /v2.0/ports?device_id=7d63af2b-adc4-423d-83c4-a659420f9503 => generated 969 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 585/1073] 10.0.0.17 () {34 vars in 1039 bytes} [Tue Jun 16 02:24:57 2026] GET /v2.0/security-groups?id=06937805-8ad6-4f3b-8cda-44f345ffe6b1&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: 489/1074] 10.0.0.203 () {32 vars in 732 bytes} [Tue Jun 16 02:24:57 2026] DELETE /v2.0/floatingips/4b349955-80ce-4846-bd21-890ce869b6c8 => generated 0 bytes in 250 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 490/1075] 199.204.45.53 () {34 vars in 1079 bytes} [Tue Jun 16 02:24:57 2026] GET /v2.0/ports?tenant_id=d709b5dad8674eef9b6c0a5229aaaad3&device_id=7d63af2b-adc4-423d-83c4-a659420f9503 => 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: 491/1076] 199.204.45.53 () {34 vars in 1057 bytes} [Tue Jun 16 02:24:57 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.3&port_id=525422cf-5f96-4281-9575-fe34a2f2d2b9 => 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: 492/1077] 199.204.45.53 () {34 vars in 983 bytes} [Tue Jun 16 02:24:57 2026] GET /v2.0/subnets?id=3f8d964d-ff24-4130-812a-452bc53d605a => generated 696 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 493/1078] 199.204.45.53 () {34 vars in 1051 bytes} [Tue Jun 16 02:24:57 2026] GET /v2.0/ports?network_id=1258f74b-e726-4bb5-8235-0e68f87690a4&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: 494/1079] 199.204.45.53 () {34 vars in 1011 bytes} [Tue Jun 16 02:24:57 2026] GET /v2.0/networks/1258f74b-e726-4bb5-8235-0e68f87690a4?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: 495/1080] 199.204.45.53 () {34 vars in 1111 bytes} [Tue Jun 16 02:24:57 2026] GET /v2.0/networks/1258f74b-e726-4bb5-8235-0e68f87690a4?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-06-16 02:24:57.778 7 INFO neutron_taas.services.taas.taas_plugin [None req-5a217c2f-3c62-4a6c-adb8-01a8623d23e0 cfe1be6b7d8940b2ad3e6e1803af287d c448ca45ae6a4527b9385daa10cf3bb2 - - default default] TaaS: Handle Delete Port: debed928-92a3-44ab-a03d-cba8b7c32262 2026-06-16 02:24:57.782 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5a217c2f-3c62-4a6c-adb8-01a8623d23e0 cfe1be6b7d8940b2ad3e6e1803af287d c448ca45ae6a4527b9385daa10cf3bb2 - - default default] Tap Mirror: Handle Delete Port: debed928-92a3-44ab-a03d-cba8b7c32262 [pid: 8|app: 0|req: 496/1081] 10.0.0.17 () {34 vars in 989 bytes} [Tue Jun 16 02:24:58 2026] GET /v2.0/ports?device_id=7d63af2b-adc4-423d-83c4-a659420f9503 => 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: 497/1082] 10.0.0.17 () {34 vars in 1039 bytes} [Tue Jun 16 02:24:58 2026] GET /v2.0/security-groups?id=06937805-8ad6-4f3b-8cda-44f345ffe6b1&fields=id&fields=name => generated 88 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 586/1083] 10.0.0.203 () {34 vars in 789 bytes} [Tue Jun 16 02:24:57 2026] PUT /v2.0/routers/20648a7f-c700-4124-99b8-54b82c869429/remove_router_interface => generated 309 bytes in 978 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 02:24:58.615 8 INFO neutron_taas.services.taas.taas_plugin [None req-3384e937-f01b-40fa-a944-ccf49527a694 cfe1be6b7d8940b2ad3e6e1803af287d c448ca45ae6a4527b9385daa10cf3bb2 - - default default] TaaS: Handle Delete Port: e67a1a14-3f1a-478e-88ad-15e835b178e6 2026-06-16 02:24:58.618 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3384e937-f01b-40fa-a944-ccf49527a694 cfe1be6b7d8940b2ad3e6e1803af287d c448ca45ae6a4527b9385daa10cf3bb2 - - default default] Tap Mirror: Handle Delete Port: e67a1a14-3f1a-478e-88ad-15e835b178e6 2026-06-16 02:24:58.939 8 INFO neutron_taas.services.taas.taas_plugin [None req-3384e937-f01b-40fa-a944-ccf49527a694 cfe1be6b7d8940b2ad3e6e1803af287d c448ca45ae6a4527b9385daa10cf3bb2 - - default default] TaaS: Handle Delete Port: 60d0381b-c470-4c81-be33-8497e294a250 2026-06-16 02:24:58.946 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3384e937-f01b-40fa-a944-ccf49527a694 cfe1be6b7d8940b2ad3e6e1803af287d c448ca45ae6a4527b9385daa10cf3bb2 - - default default] Tap Mirror: Handle Delete Port: 60d0381b-c470-4c81-be33-8497e294a250 2026-06-16 02:24:59.314 8 INFO neutron.services.segments.plugin [-] Segment f78ffa32-bc9f-485c-ac42-c63ad54495dc resource provider aggregate not found 2026-06-16 02:24:59.317 8 INFO neutron.services.segments.plugin [-] Segment f78ffa32-bc9f-485c-ac42-c63ad54495dc resource provider aggregate not found 2026-06-16 02:24:59.337 8 INFO neutron.services.segments.plugin [-] Segment f78ffa32-bc9f-485c-ac42-c63ad54495dc resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f78ffa32-bc9f-485c-ac42-c63ad54495dc found for delete ", "request_id": "req-1c584d9a-e9dc-4df3-a47a-b5d6c20052b5"}]} 2026-06-16 02:24:59.337 8 INFO neutron.services.segments.plugin [-] Segment f78ffa32-bc9f-485c-ac42-c63ad54495dc resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f78ffa32-bc9f-485c-ac42-c63ad54495dc found for delete ", "request_id": "req-589b26b5-b4f4-4437-9c69-90c78db8bf04"}]} 2026-06-16 02:24:59.353 8 INFO neutron.db.l3_hamode_db [None req-3384e937-f01b-40fa-a944-ccf49527a694 cfe1be6b7d8940b2ad3e6e1803af287d c448ca45ae6a4527b9385daa10cf3bb2 - - default default] HA network 812d29fe-fc79-4da6-a56c-f09f0e4c769d was deleted as no HA routers are present in tenant 826abe497a59428ea588665b69da7506. [pid: 8|app: 0|req: 498/1084] 10.0.0.203 () {32 vars in 724 bytes} [Tue Jun 16 02:24:58 2026] DELETE /v2.0/routers/20648a7f-c700-4124-99b8-54b82c869429 => generated 0 bytes in 1010 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 499/1085] 10.0.0.17 () {34 vars in 989 bytes} [Tue Jun 16 02:24:59 2026] GET /v2.0/ports?device_id=7d63af2b-adc4-423d-83c4-a659420f9503 => generated 969 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 500/1086] 10.0.0.17 () {34 vars in 1039 bytes} [Tue Jun 16 02:24:59 2026] GET /v2.0/security-groups?id=06937805-8ad6-4f3b-8cda-44f345ffe6b1&fields=id&fields=name => generated 88 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 587/1087] 10.0.0.203 () {32 vars in 724 bytes} [Tue Jun 16 02:24:59 2026] DELETE /v2.0/subnets/bebcd859-9a2a-4282-a87b-93fd575b4048 => generated 0 bytes in 207 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-16 02:24:59.695 8 INFO neutron_taas.services.taas.taas_plugin [None req-557486f4-256d-4a78-9992-c0ec9dd71582 cfe1be6b7d8940b2ad3e6e1803af287d c448ca45ae6a4527b9385daa10cf3bb2 - - default default] TaaS: Handle Delete Port: a0255fa5-a7e3-4c49-9c32-1438f1ecc6fc 2026-06-16 02:24:59.699 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-557486f4-256d-4a78-9992-c0ec9dd71582 cfe1be6b7d8940b2ad3e6e1803af287d c448ca45ae6a4527b9385daa10cf3bb2 - - default default] Tap Mirror: Handle Delete Port: a0255fa5-a7e3-4c49-9c32-1438f1ecc6fc [pid: 8|app: 0|req: 501/1090] 10.0.0.203 () {32 vars in 726 bytes} [Tue Jun 16 02:24:59 2026] DELETE /v2.0/networks/0c817052-63ab-41ef-b373-da20a4893aa9 => generated 0 bytes in 327 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 590/1091] 10.0.0.203 () {32 vars in 774 bytes} [Tue Jun 16 02:25:00 2026] GET /v2.0/security-groups?tenant_id=826abe497a59428ea588665b69da7506&name=default => generated 2921 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 502/1092] 10.0.0.203 () {32 vars in 740 bytes} [Tue Jun 16 02:25:00 2026] DELETE /v2.0/security-groups/87beb879-ca86-4d88-89f5-4573fbe2365a => generated 0 bytes in 94 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 591/1093] 10.0.0.17 () {34 vars in 989 bytes} [Tue Jun 16 02:25:00 2026] GET /v2.0/ports?device_id=7d63af2b-adc4-423d-83c4-a659420f9503 => generated 969 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 503/1094] 10.0.0.17 () {34 vars in 1039 bytes} [Tue Jun 16 02:25:00 2026] GET /v2.0/security-groups?id=06937805-8ad6-4f3b-8cda-44f345ffe6b1&fields=id&fields=name => generated 88 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-16 02:25:01.358 8 INFO neutron.services.segments.plugin [-] Segment 8ce42dcb-fe56-4775-a4de-7bfdba84b117 resource provider aggregate not found 2026-06-16 02:25:01.361 8 INFO neutron.services.segments.plugin [-] Segment 8ce42dcb-fe56-4775-a4de-7bfdba84b117 resource provider aggregate not found 2026-06-16 02:25:01.377 8 INFO neutron.services.segments.plugin [-] Segment 8ce42dcb-fe56-4775-a4de-7bfdba84b117 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8ce42dcb-fe56-4775-a4de-7bfdba84b117 found for delete ", "request_id": "req-e6f08c57-4e58-43be-a7d9-a4545af1c5c8"}]} 2026-06-16 02:25:01.381 8 INFO neutron.services.segments.plugin [-] Segment 8ce42dcb-fe56-4775-a4de-7bfdba84b117 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8ce42dcb-fe56-4775-a4de-7bfdba84b117 found for delete ", "request_id": "req-67da9612-5cdb-4b2e-9f40-fd70a82f8d50"}]} [pid: 7|app: 0|req: 592/1095] 10.0.0.17 () {34 vars in 989 bytes} [Tue Jun 16 02:25:01 2026] GET /v2.0/ports?device_id=7d63af2b-adc4-423d-83c4-a659420f9503 => generated 971 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 504/1096] 10.0.0.17 () {34 vars in 1039 bytes} [Tue Jun 16 02:25:01 2026] GET /v2.0/security-groups?id=06937805-8ad6-4f3b-8cda-44f345ffe6b1&fields=id&fields=name => generated 88 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 593/1097] 10.0.0.203 () {32 vars in 774 bytes} [Tue Jun 16 02:25:02 2026] GET /v2.0/security-groups?tenant_id=fc1d89c1b96d49d4bbd0cdc8eeedc042&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: 505/1098] 10.0.0.17 () {34 vars in 989 bytes} [Tue Jun 16 02:25:02 2026] GET /v2.0/ports?device_id=7d63af2b-adc4-423d-83c4-a659420f9503 => generated 971 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 506/1099] 10.0.0.17 () {34 vars in 1039 bytes} [Tue Jun 16 02:25:03 2026] GET /v2.0/security-groups?id=06937805-8ad6-4f3b-8cda-44f345ffe6b1&fields=id&fields=name => generated 88 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 594/1100] 10.0.0.203 () {32 vars in 740 bytes} [Tue Jun 16 02:25:03 2026] DELETE /v2.0/security-groups/c396f945-f0da-45ac-b90f-191eaaddd5ff => generated 0 bytes in 68 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 507/1101] 10.0.0.203 () {32 vars in 774 bytes} [Tue Jun 16 02:25:03 2026] GET /v2.0/security-groups?tenant_id=0dc359097c8f4776adb01df1017d4e3c&name=default => generated 2925 bytes in 175 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 508/1102] 10.0.0.17 () {34 vars in 989 bytes} [Tue Jun 16 02:25:03 2026] GET /v2.0/ports?device_id=7d63af2b-adc4-423d-83c4-a659420f9503 => generated 971 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 595/1103] 10.0.0.203 () {32 vars in 740 bytes} [Tue Jun 16 02:25:03 2026] DELETE /v2.0/security-groups/1fc6ea1c-db58-4638-b0fb-3c189245a266 => 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: 509/1104] 10.0.0.17 () {34 vars in 1039 bytes} [Tue Jun 16 02:25:03 2026] GET /v2.0/security-groups?id=06937805-8ad6-4f3b-8cda-44f345ffe6b1&fields=id&fields=name => generated 88 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 596/1105] 10.0.0.234 () {34 vars in 990 bytes} [Tue Jun 16 02:25:04 2026] GET /v2.0/ports?device_id=df180cbb-0311-467a-aaae-647e1df31124 => generated 1240 bytes in 418 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 510/1106] 10.0.0.234 () {34 vars in 1040 bytes} [Tue Jun 16 02:25:04 2026] GET /v2.0/security-groups?id=1d7c1f5a-f883-4564-9cf5-eb18bc75d97e&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: 597/1107] 10.0.0.17 () {34 vars in 989 bytes} [Tue Jun 16 02:25:04 2026] GET /v2.0/ports?device_id=7d63af2b-adc4-423d-83c4-a659420f9503 => 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: 511/1108] 10.0.0.17 () {34 vars in 1039 bytes} [Tue Jun 16 02:25:04 2026] GET /v2.0/security-groups?id=06937805-8ad6-4f3b-8cda-44f345ffe6b1&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: 512/1109] 10.0.0.17 () {34 vars in 989 bytes} [Tue Jun 16 02:25:05 2026] GET /v2.0/ports?device_id=7d63af2b-adc4-423d-83c4-a659420f9503 => generated 971 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 598/1110] 10.0.0.203 () {32 vars in 774 bytes} [Tue Jun 16 02:25:05 2026] GET /v2.0/security-groups?tenant_id=c83262068c89494f9b68ec9631034b46&name=default => generated 2925 bytes in 341 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 513/1111] 10.0.0.17 () {34 vars in 1039 bytes} [Tue Jun 16 02:25:05 2026] GET /v2.0/security-groups?id=06937805-8ad6-4f3b-8cda-44f345ffe6b1&fields=id&fields=name => generated 88 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 599/1112] 10.0.0.203 () {32 vars in 740 bytes} [Tue Jun 16 02:25:05 2026] DELETE /v2.0/security-groups/5c2b0658-2612-45fc-a2b6-09d7a27d7536 => generated 0 bytes in 84 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 514/1113] 199.204.45.53 () {34 vars in 993 bytes} [Tue Jun 16 02:25:06 2026] GET /v2.0/ports?device_id=7d63af2b-adc4-423d-83c4-a659420f9503 => generated 971 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 600/1114] 10.0.0.203 () {32 vars in 774 bytes} [Tue Jun 16 02:25:06 2026] GET /v2.0/security-groups?tenant_id=9dd7eec710af4ef6b5294de2e46e5d9c&name=default => generated 2925 bytes in 117 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-16 02:25:06.163 8 INFO neutron_taas.services.taas.taas_plugin [req-bc8e0384-238f-4e59-869d-ff45951ce9d1 req-5b156d64-7368-46da-9b9b-5bcdc8ef9e86 d32372e70a3d43e3aa4b76f57a224e22 d709b5dad8674eef9b6c0a5229aaaad3 - - default default] TaaS: Handle Delete Port: 525422cf-5f96-4281-9575-fe34a2f2d2b9 2026-06-16 02:25:06.169 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-bc8e0384-238f-4e59-869d-ff45951ce9d1 req-5b156d64-7368-46da-9b9b-5bcdc8ef9e86 d32372e70a3d43e3aa4b76f57a224e22 d709b5dad8674eef9b6c0a5229aaaad3 - - default default] Tap Mirror: Handle Delete Port: 525422cf-5f96-4281-9575-fe34a2f2d2b9 [pid: 7|app: 0|req: 601/1115] 10.0.0.203 () {32 vars in 740 bytes} [Tue Jun 16 02:25:06 2026] DELETE /v2.0/security-groups/bd4d17ab-b869-4415-9d41-f1d551e6dce0 => generated 0 bytes in 94 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 515/1116] 199.204.45.53 () {36 vars in 996 bytes} [Tue Jun 16 02:25:06 2026] DELETE /v2.0/ports/525422cf-5f96-4281-9575-fe34a2f2d2b9 => generated 0 bytes in 277 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-16 02:25:06.365 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-4735bb70-fb3c-4d95-a19e-95684e16ceb7'] response: {'server_uuid': '7d63af2b-adc4-423d-83c4-a659420f9503', 'name': 'network-vif-deleted', 'tag': '525422cf-5f96-4281-9575-fe34a2f2d2b9', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 602/1117] 10.0.0.17 () {34 vars in 989 bytes} [Tue Jun 16 02:25:06 2026] GET /v2.0/ports?device_id=7d63af2b-adc4-423d-83c4-a659420f9503 => 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: 516/1118] 10.0.0.17 () {34 vars in 989 bytes} [Tue Jun 16 02:25:08 2026] GET /v2.0/ports?device_id=7d63af2b-adc4-423d-83c4-a659420f9503 => 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: 603/1119] 10.0.0.17 () {34 vars in 989 bytes} [Tue Jun 16 02:25:09 2026] GET /v2.0/ports?device_id=7d63af2b-adc4-423d-83c4-a659420f9503 => generated 12 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-16 02:25:10.720 8 INFO neutron_taas.services.taas.taas_plugin [None req-5b732110-3296-4e34-a644-0ea437453a3c cfe1be6b7d8940b2ad3e6e1803af287d c448ca45ae6a4527b9385daa10cf3bb2 - - default default] TaaS: Handle Delete Port: 3a5dd23e-cea9-4773-aca0-2ed953c873b9 2026-06-16 02:25:10.723 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5b732110-3296-4e34-a644-0ea437453a3c cfe1be6b7d8940b2ad3e6e1803af287d c448ca45ae6a4527b9385daa10cf3bb2 - - default default] Tap Mirror: Handle Delete Port: 3a5dd23e-cea9-4773-aca0-2ed953c873b9 [pid: 7|app: 0|req: 604/1120] 10.0.0.203 () {32 vars in 774 bytes} [Tue Jun 16 02:25:10 2026] GET /v2.0/security-groups?tenant_id=c8a2d0e55efb4b6ca0445f4477ab4580&name=default => generated 2925 bytes in 301 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 605/1121] 10.0.0.203 () {32 vars in 740 bytes} [Tue Jun 16 02:25:11 2026] DELETE /v2.0/security-groups/7a951af2-7394-4f0c-b09a-7b2c13cf63cc => generated 0 bytes in 124 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 517/1122] 10.0.0.203 () {34 vars in 789 bytes} [Tue Jun 16 02:25:10 2026] PUT /v2.0/routers/12aff8cc-98e6-4968-8027-6444a2ccc669/remove_router_interface => generated 309 bytes in 1114 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 606/1123] 10.0.0.203 () {32 vars in 774 bytes} [Tue Jun 16 02:25:11 2026] GET /v2.0/security-groups?tenant_id=358e53f30565444eb22bffb1f5a4a9e4&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: 518/1124] 10.0.0.203 () {32 vars in 774 bytes} [Tue Jun 16 02:25:11 2026] GET /v2.0/security-groups?tenant_id=6d781fcc4ea6474aa55b89b20741c0c6&name=default => generated 2925 bytes in 189 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 519/1125] 10.0.0.203 () {32 vars in 740 bytes} [Tue Jun 16 02:25:11 2026] DELETE /v2.0/security-groups/87c391c8-67d7-48a3-bf7e-b2a383844cb3 => generated 0 bytes in 132 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-16 02:25:11.776 7 INFO neutron_taas.services.taas.taas_plugin [None req-18b3f83f-47ea-4369-af30-b60d97446baf cfe1be6b7d8940b2ad3e6e1803af287d c448ca45ae6a4527b9385daa10cf3bb2 - - default default] TaaS: Handle Delete Port: 2c690a12-8c29-4383-a72f-2ac1207dae69 2026-06-16 02:25:11.779 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-18b3f83f-47ea-4369-af30-b60d97446baf cfe1be6b7d8940b2ad3e6e1803af287d c448ca45ae6a4527b9385daa10cf3bb2 - - default default] Tap Mirror: Handle Delete Port: 2c690a12-8c29-4383-a72f-2ac1207dae69 [pid: 8|app: 0|req: 520/1126] 10.0.0.203 () {32 vars in 740 bytes} [Tue Jun 16 02:25:11 2026] DELETE /v2.0/security-groups/8b002f90-b156-4fec-b70e-daaad71a8002 => generated 0 bytes in 118 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 521/1127] 10.0.0.203 () {32 vars in 774 bytes} [Tue Jun 16 02:25:11 2026] GET /v2.0/security-groups?tenant_id=28188f2723be43a088628504a9922430&name=default => generated 2925 bytes in 188 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-16 02:25:12.079 7 INFO neutron_taas.services.taas.taas_plugin [None req-18b3f83f-47ea-4369-af30-b60d97446baf cfe1be6b7d8940b2ad3e6e1803af287d c448ca45ae6a4527b9385daa10cf3bb2 - - default default] TaaS: Handle Delete Port: a358e1c0-122d-4517-bad1-6e386b1ae1a8 2026-06-16 02:25:12.082 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-18b3f83f-47ea-4369-af30-b60d97446baf cfe1be6b7d8940b2ad3e6e1803af287d c448ca45ae6a4527b9385daa10cf3bb2 - - default default] Tap Mirror: Handle Delete Port: a358e1c0-122d-4517-bad1-6e386b1ae1a8 [pid: 8|app: 0|req: 522/1128] 10.0.0.203 () {32 vars in 740 bytes} [Tue Jun 16 02:25:12 2026] DELETE /v2.0/security-groups/e05ae4a8-222a-4f1f-9cdc-497d058c50ee => generated 0 bytes in 104 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-16 02:25:12.553 7 INFO neutron.services.segments.plugin [-] Segment c22c4bee-2f0e-4f8e-8f8e-2c1b261036f9 resource provider aggregate not found 2026-06-16 02:25:12.571 7 INFO neutron.services.segments.plugin [-] Segment c22c4bee-2f0e-4f8e-8f8e-2c1b261036f9 resource provider aggregate not found 2026-06-16 02:25:12.596 7 INFO neutron.services.segments.plugin [-] Segment c22c4bee-2f0e-4f8e-8f8e-2c1b261036f9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c22c4bee-2f0e-4f8e-8f8e-2c1b261036f9 found for delete ", "request_id": "req-73220e0c-4381-42bf-9414-ae14ccaf9eba"}]} 2026-06-16 02:25:12.618 7 INFO neutron.services.segments.plugin [-] Segment c22c4bee-2f0e-4f8e-8f8e-2c1b261036f9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c22c4bee-2f0e-4f8e-8f8e-2c1b261036f9 found for delete ", "request_id": "req-0a6ca1db-e777-4002-81ec-056bc83ca4b4"}]} 2026-06-16 02:25:12.632 7 INFO neutron.db.l3_hamode_db [None req-18b3f83f-47ea-4369-af30-b60d97446baf cfe1be6b7d8940b2ad3e6e1803af287d c448ca45ae6a4527b9385daa10cf3bb2 - - default default] HA network 8cd5d109-ff26-43bb-8887-924275133490 was deleted as no HA routers are present in tenant d709b5dad8674eef9b6c0a5229aaaad3. [pid: 7|app: 0|req: 607/1129] 10.0.0.203 () {32 vars in 724 bytes} [Tue Jun 16 02:25:11 2026] DELETE /v2.0/routers/12aff8cc-98e6-4968-8027-6444a2ccc669 => generated 0 bytes in 1100 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 523/1130] 10.0.0.203 () {32 vars in 724 bytes} [Tue Jun 16 02:25:12 2026] DELETE /v2.0/subnets/3f8d964d-ff24-4130-812a-452bc53d605a => generated 0 bytes in 227 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-16 02:25:12.989 7 INFO neutron_taas.services.taas.taas_plugin [None req-4aa53314-2771-44b1-859b-9350812db96d cfe1be6b7d8940b2ad3e6e1803af287d c448ca45ae6a4527b9385daa10cf3bb2 - - default default] TaaS: Handle Delete Port: 8ed66d88-3137-4664-ba21-a42104ad7f84 2026-06-16 02:25:12.992 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4aa53314-2771-44b1-859b-9350812db96d cfe1be6b7d8940b2ad3e6e1803af287d c448ca45ae6a4527b9385daa10cf3bb2 - - default default] Tap Mirror: Handle Delete Port: 8ed66d88-3137-4664-ba21-a42104ad7f84 [pid: 7|app: 0|req: 608/1131] 10.0.0.203 () {32 vars in 726 bytes} [Tue Jun 16 02:25:12 2026] DELETE /v2.0/networks/1258f74b-e726-4bb5-8235-0e68f87690a4 => generated 0 bytes in 565 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 524/1132] 10.0.0.203 () {32 vars in 774 bytes} [Tue Jun 16 02:25:13 2026] GET /v2.0/security-groups?tenant_id=d709b5dad8674eef9b6c0a5229aaaad3&name=default => generated 2925 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 609/1133] 10.0.0.203 () {32 vars in 740 bytes} [Tue Jun 16 02:25:13 2026] DELETE /v2.0/security-groups/06937805-8ad6-4f3b-8cda-44f345ffe6b1 => generated 0 bytes in 144 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-16 02:25:14.627 7 INFO neutron.services.segments.plugin [-] Segment 032929fa-0ba0-4b38-883d-1de6fbafd84a resource provider aggregate not found 2026-06-16 02:25:14.647 7 INFO neutron.services.segments.plugin [-] Segment 032929fa-0ba0-4b38-883d-1de6fbafd84a resource provider aggregate not found 2026-06-16 02:25:14.653 7 INFO neutron.services.segments.plugin [-] Segment 032929fa-0ba0-4b38-883d-1de6fbafd84a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 032929fa-0ba0-4b38-883d-1de6fbafd84a found for delete ", "request_id": "req-9ff631a9-18b2-4101-a21f-c3f0a49e7b77"}]} 2026-06-16 02:25:14.675 7 INFO neutron.services.segments.plugin [-] Segment 032929fa-0ba0-4b38-883d-1de6fbafd84a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 032929fa-0ba0-4b38-883d-1de6fbafd84a found for delete ", "request_id": "req-7171c1a4-4d60-432c-844f-18ba2b202c69"}]} [pid: 8|app: 0|req: 526/1136] 10.0.0.203 () {32 vars in 774 bytes} [Tue Jun 16 02:25:16 2026] GET /v2.0/security-groups?tenant_id=f5e670373be04c8ca3d92e466bbd7a71&name=default => generated 2925 bytes in 252 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 611/1137] 10.0.0.203 () {32 vars in 740 bytes} [Tue Jun 16 02:25:17 2026] DELETE /v2.0/security-groups/cfa4aa7c-50a3-4c7a-a2d5-b7a0ade898ce => generated 0 bytes in 165 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 527/1138] 10.0.0.203 () {32 vars in 774 bytes} [Tue Jun 16 02:25:17 2026] GET /v2.0/security-groups?tenant_id=34870ed33b854690811cf19b7a3f22b9&name=default => generated 2925 bytes in 254 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 612/1139] 10.0.0.203 () {32 vars in 740 bytes} [Tue Jun 16 02:25:17 2026] DELETE /v2.0/security-groups/d1464d50-dc56-4272-92c2-2d3be11bc40e => generated 0 bytes in 114 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 528/1140] 10.0.0.203 () {32 vars in 774 bytes} [Tue Jun 16 02:25:17 2026] GET /v2.0/security-groups?tenant_id=6b11751f3e3f46459013681e107f4628&name=default => generated 2925 bytes in 118 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 613/1141] 10.0.0.203 () {32 vars in 740 bytes} [Tue Jun 16 02:25:17 2026] DELETE /v2.0/security-groups/e653bf82-144f-40c0-bb64-a1be1528129c => 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: 529/1142] 10.0.0.17 () {34 vars in 989 bytes} [Tue Jun 16 02:25:18 2026] GET /v2.0/ports?device_id=df180cbb-0311-467a-aaae-647e1df31124 => 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: 614/1143] 10.0.0.17 () {34 vars in 1039 bytes} [Tue Jun 16 02:25:18 2026] GET /v2.0/security-groups?id=1d7c1f5a-f883-4564-9cf5-eb18bc75d97e&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: 530/1144] 10.0.0.17 () {34 vars in 989 bytes} [Tue Jun 16 02:25:18 2026] GET /v2.0/ports?device_id=df180cbb-0311-467a-aaae-647e1df31124 => generated 971 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 615/1145] 10.0.0.17 () {34 vars in 1039 bytes} [Tue Jun 16 02:25:18 2026] GET /v2.0/security-groups?id=1d7c1f5a-f883-4564-9cf5-eb18bc75d97e&fields=id&fields=name => generated 114 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 531/1146] 10.0.0.17 () {34 vars in 989 bytes} [Tue Jun 16 02:25:19 2026] GET /v2.0/ports?device_id=df180cbb-0311-467a-aaae-647e1df31124 => generated 971 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 616/1147] 10.0.0.17 () {34 vars in 1039 bytes} [Tue Jun 16 02:25:19 2026] GET /v2.0/security-groups?id=1d7c1f5a-f883-4564-9cf5-eb18bc75d97e&fields=id&fields=name => generated 114 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 02:25:19.989 8 INFO neutron.db.segments_db [None req-844020d9-0d46-40ce-b787-3076c3e12d9f 9d129974101048e3893f026c36f773d2 3054197f545544ef9f47a99723814582 - - default default] Added segment 1d0d5b06-6ded-4449-b431-928b1de313a6 of type vxlan for network 644f2149-7b49-4f0f-9320-4151864aaa11 [pid: 7|app: 0|req: 617/1148] 10.0.0.203 () {32 vars in 774 bytes} [Tue Jun 16 02:25:19 2026] GET /v2.0/security-groups?tenant_id=8ef30baf348a46d2846a52d3b5446747&name=default => generated 2925 bytes in 186 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 532/1149] 10.0.0.203 () {34 vars in 670 bytes} [Tue Jun 16 02:25:19 2026] POST /v2.0/networks => generated 631 bytes in 504 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 618/1150] 10.0.0.203 () {32 vars in 740 bytes} [Tue Jun 16 02:25:20 2026] DELETE /v2.0/security-groups/646807f3-8615-41ec-ba51-1c6eaffbb66e => 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: 533/1151] 10.0.0.203 () {34 vars in 669 bytes} [Tue Jun 16 02:25:20 2026] POST /v2.0/subnets => generated 627 bytes in 272 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-16 02:25:20.419 8 INFO neutron.db.segments_db [None req-51a4d83d-78c9-4a6f-81b2-4c3c30a17c49 9d129974101048e3893f026c36f773d2 3054197f545544ef9f47a99723814582 - - default default] Added segment e8053c96-b540-420b-ba00-461227f2e7be of type vxlan for network c59e91ee-8973-4daf-a411-ec7db3cc8435 [pid: 7|app: 0|req: 619/1152] 10.0.0.203 () {32 vars in 774 bytes} [Tue Jun 16 02:25:20 2026] GET /v2.0/security-groups?tenant_id=5a4da4d7ac31450fa781cec69af3ea39&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: 620/1153] 10.0.0.203 () {32 vars in 740 bytes} [Tue Jun 16 02:25:20 2026] DELETE /v2.0/security-groups/9f226a56-f157-4b9b-9187-6d8dd0aacabf => generated 0 bytes in 137 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-16 02:25:20.759 8 INFO neutron.db.l3_hamode_db [None req-51a4d83d-78c9-4a6f-81b2-4c3c30a17c49 9d129974101048e3893f026c36f773d2 3054197f545544ef9f47a99723814582 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 621/1154] 10.0.0.17 () {34 vars in 989 bytes} [Tue Jun 16 02:25:20 2026] GET /v2.0/ports?device_id=df180cbb-0311-467a-aaae-647e1df31124 => generated 971 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 622/1155] 10.0.0.17 () {34 vars in 1039 bytes} [Tue Jun 16 02:25:20 2026] GET /v2.0/security-groups?id=1d7c1f5a-f883-4564-9cf5-eb18bc75d97e&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: 623/1156] 199.204.45.53 () {34 vars in 993 bytes} [Tue Jun 16 02:25:20 2026] GET /v2.0/ports?device_id=df180cbb-0311-467a-aaae-647e1df31124 => generated 971 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 02:25:20.991 7 INFO neutron_taas.services.taas.taas_plugin [req-9181eee6-5ede-496a-82de-b77b383fa548 req-1b5f7227-e8c7-42e4-8ae1-156c751c51cd 524cee35c3834dbabac8b58990dba31d d174c22a461d4642be7da5f0b9cd91c2 - - default default] TaaS: Handle Delete Port: 32259caf-adc8-4d08-9082-d0da0450ad4d 2026-06-16 02:25:20.994 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-9181eee6-5ede-496a-82de-b77b383fa548 req-1b5f7227-e8c7-42e4-8ae1-156c751c51cd 524cee35c3834dbabac8b58990dba31d d174c22a461d4642be7da5f0b9cd91c2 - - default default] Tap Mirror: Handle Delete Port: 32259caf-adc8-4d08-9082-d0da0450ad4d 2026-06-16 02:25:21.138 7 INFO neutron.db.l3_db [req-9181eee6-5ede-496a-82de-b77b383fa548 req-1b5f7227-e8c7-42e4-8ae1-156c751c51cd 524cee35c3834dbabac8b58990dba31d d174c22a461d4642be7da5f0b9cd91c2 - - default default] Floating IP 3c54b411-7a43-4ef3-95ad-892881a28eed disassociated. External IP: 10.96.250.205, port: 32259caf-adc8-4d08-9082-d0da0450ad4d. [pid: 7|app: 0|req: 624/1157] 199.204.45.53 () {36 vars in 996 bytes} [Tue Jun 16 02:25:20 2026] DELETE /v2.0/ports/32259caf-adc8-4d08-9082-d0da0450ad4d => generated 0 bytes in 792 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-16 02:25:21.712 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-21bfd991-67a9-4700-a3b1-a31896d1ce4b'] response: {'server_uuid': 'df180cbb-0311-467a-aaae-647e1df31124', 'name': 'network-vif-deleted', 'tag': '32259caf-adc8-4d08-9082-d0da0450ad4d', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 625/1158] 10.0.0.17 () {34 vars in 989 bytes} [Tue Jun 16 02:25:21 2026] GET /v2.0/ports?device_id=df180cbb-0311-467a-aaae-647e1df31124 => generated 12 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-16 02:25:22.001 8 INFO neutron.db.l3_hamode_db [None req-51a4d83d-78c9-4a6f-81b2-4c3c30a17c49 9d129974101048e3893f026c36f773d2 3054197f545544ef9f47a99723814582 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 626/1159] 10.0.0.17 () {34 vars in 989 bytes} [Tue Jun 16 02:25:23 2026] GET /v2.0/ports?device_id=df180cbb-0311-467a-aaae-647e1df31124 => 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: 534/1160] 10.0.0.203 () {34 vars in 669 bytes} [Tue Jun 16 02:25:20 2026] POST /v2.0/routers => generated 695 bytes in 2844 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 535/1161] 10.0.0.203 () {32 vars in 774 bytes} [Tue Jun 16 02:25:23 2026] GET /v2.0/security-groups?tenant_id=50cd2d8444ac4806b4fff6282ceb38c9&name=default => generated 2925 bytes in 485 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 536/1162] 10.0.0.203 () {32 vars in 740 bytes} [Tue Jun 16 02:25:23 2026] DELETE /v2.0/security-groups/affdd96d-dfdd-4c9d-a27e-a88a51bddffd => generated 0 bytes in 230 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 537/1163] 10.0.0.17 () {34 vars in 989 bytes} [Tue Jun 16 02:25:24 2026] GET /v2.0/ports?device_id=df180cbb-0311-467a-aaae-647e1df31124 => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 627/1164] 10.0.0.203 () {34 vars in 783 bytes} [Tue Jun 16 02:25:23 2026] PUT /v2.0/routers/e1eeb937-fed5-4c6c-b9bb-ba58c5ba81a7/add_router_interface => generated 309 bytes in 2202 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 628/1165] 10.0.0.203 () {32 vars in 740 bytes} [Tue Jun 16 02:25:25 2026] DELETE /v2.0/security-groups/1d7c1f5a-f883-4564-9cf5-eb18bc75d97e => generated 0 bytes in 144 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-16 02:25:25.603 7 INFO neutron.api.v2.resource [None req-db7ea9d2-80c2-4414-8800-e0501449fc73 524cee35c3834dbabac8b58990dba31d d174c22a461d4642be7da5f0b9cd91c2 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 629/1166] 10.0.0.203 () {32 vars in 737 bytes} [Tue Jun 16 02:25:25 2026] GET /v2.0/security-groups/1d7c1f5a-f883-4564-9cf5-eb18bc75d97e => generated 146 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-16 02:25:25.735 7 INFO neutron_taas.services.taas.taas_plugin [None req-32233f38-c8f9-4eb5-97b4-88b2f5503002 524cee35c3834dbabac8b58990dba31d d174c22a461d4642be7da5f0b9cd91c2 - - default default] TaaS: Handle Delete Port: 3aa10e4f-026d-4bcb-b4dd-59e736060217 2026-06-16 02:25:25.737 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-32233f38-c8f9-4eb5-97b4-88b2f5503002 524cee35c3834dbabac8b58990dba31d d174c22a461d4642be7da5f0b9cd91c2 - - default default] Tap Mirror: Handle Delete Port: 3aa10e4f-026d-4bcb-b4dd-59e736060217 [pid: 8|app: 0|req: 538/1167] 10.0.0.203 () {34 vars in 665 bytes} [Tue Jun 16 02:25:25 2026] POST /v2.0/ports => generated 959 bytes in 479 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: 630/1168] 10.0.0.203 () {32 vars in 732 bytes} [Tue Jun 16 02:25:25 2026] DELETE /v2.0/floatingips/3c54b411-7a43-4ef3-95ad-892881a28eed => generated 0 bytes in 325 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 539/1169] 10.0.0.203 () {34 vars in 665 bytes} [Tue Jun 16 02:25:25 2026] POST /v2.0/ports => generated 955 bytes in 418 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-16 02:25:26.360 7 INFO neutron_taas.services.taas.taas_plugin [None req-c98419b3-0333-490d-9837-98c57fdbc33e cfe1be6b7d8940b2ad3e6e1803af287d c448ca45ae6a4527b9385daa10cf3bb2 - - default default] TaaS: Handle Delete Port: cfb9c663-bd5a-4857-81b7-b55894bb2c33 2026-06-16 02:25:26.364 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c98419b3-0333-490d-9837-98c57fdbc33e cfe1be6b7d8940b2ad3e6e1803af287d c448ca45ae6a4527b9385daa10cf3bb2 - - default default] Tap Mirror: Handle Delete Port: cfb9c663-bd5a-4857-81b7-b55894bb2c33 /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 540/1170] 10.0.0.203 () {32 vars in 774 bytes} [Tue Jun 16 02:25:26 2026] GET /v2.0/security-groups?tenant_id=409d4c81dc2146e8bb261525bab7c2b5&name=default => generated 2925 bytes in 334 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 631/1171] 10.0.0.203 () {34 vars in 789 bytes} [Tue Jun 16 02:25:25 2026] PUT /v2.0/routers/694d3fd3-3092-422d-88eb-e53ea8d3ab82/remove_router_interface => generated 309 bytes in 1042 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 02:25:27.225 7 INFO neutron.db.segments_db [None req-edacaf9a-f0c3-43be-b477-0e74e5d37172 36456641bf1f43f798db063474b0c8e1 e20e0b7e3da5417facb069ed7d1da9aa - - default default] Added segment 31f7ce30-d540-4240-bd3b-367c948ea473 of type vxlan for network 452f6448-94ee-49db-afc4-a82735116460 2026-06-16 02:25:27.309 7 INFO neutron.db.segments_db [None req-edacaf9a-f0c3-43be-b477-0e74e5d37172 36456641bf1f43f798db063474b0c8e1 e20e0b7e3da5417facb069ed7d1da9aa - - default default] Added segment 3a5b65b8-34a1-4280-a756-4f00d2985f89 of type vxlan for network bcdbb243-bc8e-441c-b5ac-106b6e57fb47 2026-06-16 02:25:27.384 8 INFO neutron.db.l3_db [None req-c5ca9b55-3c01-441a-9cda-ec04a89b378d 9d129974101048e3893f026c36f773d2 3054197f545544ef9f47a99723814582 - - default default] Floating IP e22a32a2-a19d-44f9-be63-43a2de109c9f associated. External IP: 10.96.250.206, port: 98e4c041-f8ba-4631-8074-9b3a3e0cbe56. [pid: 7|app: 0|req: 632/1172] 10.0.0.203 () {34 vars in 670 bytes} [Tue Jun 16 02:25:26 2026] POST /v2.0/networks => generated 1207 bytes in 449 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 633/1173] 10.0.0.203 () {32 vars in 740 bytes} [Tue Jun 16 02:25:27 2026] DELETE /v2.0/security-groups/0ecb4ca0-ef45-4e92-8e22-62417496d4a9 => generated 0 bytes in 115 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 541/1174] 10.0.0.203 () {34 vars in 677 bytes} [Tue Jun 16 02:25:26 2026] POST /v2.0/floatingips => generated 842 bytes in 1065 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-16 02:25:27.775 7 INFO neutron_taas.services.taas.taas_plugin [None req-967f41b7-c516-468c-99e8-282525f13405 cfe1be6b7d8940b2ad3e6e1803af287d c448ca45ae6a4527b9385daa10cf3bb2 - - default default] TaaS: Handle Delete Port: 4112d497-2e13-499f-9c78-c98b8c6f02b3 2026-06-16 02:25:27.777 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-967f41b7-c516-468c-99e8-282525f13405 cfe1be6b7d8940b2ad3e6e1803af287d c448ca45ae6a4527b9385daa10cf3bb2 - - default default] Tap Mirror: Handle Delete Port: 4112d497-2e13-499f-9c78-c98b8c6f02b3 [pid: 8|app: 0|req: 542/1175] 10.0.0.203 () {32 vars in 649 bytes} [Tue Jun 16 02:25:27 2026] GET /v2.0/networks => generated 1844 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 543/1176] 10.0.0.203 () {32 vars in 774 bytes} [Tue Jun 16 02:25:27 2026] GET /v2.0/security-groups?tenant_id=0704bda0e9384d689b5bbe5aee0ef60d&name=default => generated 2925 bytes in 126 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-16 02:25:28.032 7 INFO neutron_taas.services.taas.taas_plugin [None req-967f41b7-c516-468c-99e8-282525f13405 cfe1be6b7d8940b2ad3e6e1803af287d c448ca45ae6a4527b9385daa10cf3bb2 - - default default] TaaS: Handle Delete Port: 6739e672-c8c1-424f-aea4-4116bcc5c06a 2026-06-16 02:25:28.035 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-967f41b7-c516-468c-99e8-282525f13405 cfe1be6b7d8940b2ad3e6e1803af287d c448ca45ae6a4527b9385daa10cf3bb2 - - default default] Tap Mirror: Handle Delete Port: 6739e672-c8c1-424f-aea4-4116bcc5c06a 2026-06-16 02:25:28.404 8 INFO neutron.db.l3_db [None req-215839e8-3b6e-480e-8d38-a29ceefe28f0 9d129974101048e3893f026c36f773d2 3054197f545544ef9f47a99723814582 - - default default] Floating IP e22a32a2-a19d-44f9-be63-43a2de109c9f disassociated. External IP: 10.96.250.206, port: 98e4c041-f8ba-4631-8074-9b3a3e0cbe56. 2026-06-16 02:25:28.445 7 INFO neutron.services.segments.plugin [-] Segment 78e4b65e-f232-4178-8634-5353bca7f4dd resource provider aggregate not found 2026-06-16 02:25:28.468 7 INFO neutron.services.segments.plugin [-] Segment 78e4b65e-f232-4178-8634-5353bca7f4dd resource provider aggregate not found 2026-06-16 02:25:28.473 7 INFO neutron.services.segments.plugin [-] Segment 78e4b65e-f232-4178-8634-5353bca7f4dd resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 78e4b65e-f232-4178-8634-5353bca7f4dd found for delete ", "request_id": "req-093771f2-ec5f-47ef-8fe7-3f2e44e029d0"}]} 2026-06-16 02:25:28.489 7 INFO neutron.services.segments.plugin [-] Segment 78e4b65e-f232-4178-8634-5353bca7f4dd resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 78e4b65e-f232-4178-8634-5353bca7f4dd found for delete ", "request_id": "req-2474ba19-0cb8-4c62-8734-d3a5158dd8e1"}]} 2026-06-16 02:25:28.502 7 INFO neutron.db.l3_hamode_db [None req-967f41b7-c516-468c-99e8-282525f13405 cfe1be6b7d8940b2ad3e6e1803af287d c448ca45ae6a4527b9385daa10cf3bb2 - - default default] HA network a2614355-3435-40ca-94d9-9f3364e8aef9 was deleted as no HA routers are present in tenant d174c22a461d4642be7da5f0b9cd91c2. [pid: 7|app: 0|req: 634/1177] 10.0.0.203 () {32 vars in 724 bytes} [Tue Jun 16 02:25:27 2026] DELETE /v2.0/routers/694d3fd3-3092-422d-88eb-e53ea8d3ab82 => generated 0 bytes in 959 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 635/1178] 10.0.0.203 () {32 vars in 726 bytes} [Tue Jun 16 02:25:28 2026] DELETE /v2.0/networks/452f6448-94ee-49db-afc4-a82735116460 => generated 0 bytes in 208 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 544/1179] 10.0.0.203 () {34 vars in 749 bytes} [Tue Jun 16 02:25:27 2026] PUT /v2.0/floatingips/e22a32a2-a19d-44f9-be63-43a2de109c9f => generated 552 bytes in 861 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 636/1180] 10.0.0.203 () {32 vars in 740 bytes} [Tue Jun 16 02:25:28 2026] DELETE /v2.0/security-groups/c5a211f3-7c71-430a-959a-c1f9e33d5751 => generated 0 bytes in 105 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 545/1181] 10.0.0.203 () {32 vars in 724 bytes} [Tue Jun 16 02:25:28 2026] DELETE /v2.0/subnets/ae87f8d3-01c8-42e1-aac4-66c239b17390 => generated 0 bytes in 174 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 637/1182] 10.0.0.203 () {32 vars in 726 bytes} [Tue Jun 16 02:25:28 2026] DELETE /v2.0/networks/bcdbb243-bc8e-441c-b5ac-106b6e57fb47 => generated 0 bytes in 209 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-16 02:25:29.059 8 INFO neutron_taas.services.taas.taas_plugin [None req-01640c4e-4060-4960-b7dd-f794c88a5e65 9d129974101048e3893f026c36f773d2 3054197f545544ef9f47a99723814582 - - default default] TaaS: Handle Delete Port: 29071a4f-5e35-458c-8f30-eb6863928521 2026-06-16 02:25:29.062 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-01640c4e-4060-4960-b7dd-f794c88a5e65 9d129974101048e3893f026c36f773d2 3054197f545544ef9f47a99723814582 - - default default] Tap Mirror: Handle Delete Port: 29071a4f-5e35-458c-8f30-eb6863928521 2026-06-16 02:25:29.129 7 INFO neutron_taas.services.taas.taas_plugin [None req-58019e44-c612-4e45-92fd-042300de939c cfe1be6b7d8940b2ad3e6e1803af287d c448ca45ae6a4527b9385daa10cf3bb2 - - default default] TaaS: Handle Delete Port: 95ef169c-5fa7-47e2-9d40-8c98de9564c4 2026-06-16 02:25:29.133 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-58019e44-c612-4e45-92fd-042300de939c cfe1be6b7d8940b2ad3e6e1803af287d c448ca45ae6a4527b9385daa10cf3bb2 - - default default] Tap Mirror: Handle Delete Port: 95ef169c-5fa7-47e2-9d40-8c98de9564c4 [pid: 8|app: 0|req: 546/1183] 10.0.0.203 () {32 vars in 732 bytes} [Tue Jun 16 02:25:28 2026] DELETE /v2.0/floatingips/e22a32a2-a19d-44f9-be63-43a2de109c9f => generated 0 bytes in 294 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 547/1184] 10.0.0.203 () {32 vars in 649 bytes} [Tue Jun 16 02:25:29 2026] GET /v2.0/networks => generated 651 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 638/1185] 10.0.0.203 () {32 vars in 726 bytes} [Tue Jun 16 02:25:29 2026] DELETE /v2.0/networks/2575958b-df4f-4b3c-ba19-e2cf8063b73f => generated 0 bytes in 313 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-16 02:25:29.407 7 INFO neutron.db.segments_db [None req-f777f2cc-1172-4c4b-8efb-d4a782194941 36456641bf1f43f798db063474b0c8e1 e20e0b7e3da5417facb069ed7d1da9aa - - default default] Added segment bd0051fc-de6c-42e5-ba79-21bdecafcb2f of type vxlan for network 4e207d3a-8e73-4d9e-8cea-8bdf864aaf86 [pid: 7|app: 0|req: 639/1186] 10.0.0.203 () {34 vars in 670 bytes} [Tue Jun 16 02:25:29 2026] POST /v2.0/networks => generated 629 bytes in 182 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-16 02:25:29.968 7 INFO neutron.db.segments_db [None req-02fd043c-71ec-46a1-9339-2788a728d54e 36456641bf1f43f798db063474b0c8e1 e20e0b7e3da5417facb069ed7d1da9aa - - default default] Added segment 25680a57-3ad7-4880-954b-86cb899cb326 of type vxlan for network e2365d53-dbe0-431a-aaab-91d3f7bc4c5b [pid: 7|app: 0|req: 640/1187] 10.0.0.203 () {34 vars in 670 bytes} [Tue Jun 16 02:25:29 2026] POST /v2.0/networks => generated 630 bytes in 662 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 641/1188] 10.0.0.203 () {32 vars in 774 bytes} [Tue Jun 16 02:25:30 2026] GET /v2.0/security-groups?tenant_id=d174c22a461d4642be7da5f0b9cd91c2&name=default => generated 2921 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-16 02:25:30.500 7 INFO neutron.services.segments.plugin [-] Segment 31f7ce30-d540-4240-bd3b-367c948ea473 resource provider aggregate not found 2026-06-16 02:25:30.519 7 INFO neutron.services.segments.plugin [-] Segment 31f7ce30-d540-4240-bd3b-367c948ea473 resource provider aggregate not found 2026-06-16 02:25:30.532 7 INFO neutron.services.segments.plugin [-] Segment 31f7ce30-d540-4240-bd3b-367c948ea473 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 31f7ce30-d540-4240-bd3b-367c948ea473 found for delete ", "request_id": "req-5928029e-6dae-4489-9db0-08b4dce42c35"}]} 2026-06-16 02:25:30.548 7 INFO neutron.services.segments.plugin [-] Segment 31f7ce30-d540-4240-bd3b-367c948ea473 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 31f7ce30-d540-4240-bd3b-367c948ea473 found for delete ", "request_id": "req-c06bc3ec-c61c-4ad8-9d58-d43db22ddb69"}]} 2026-06-16 02:25:30.557 7 INFO neutron.services.segments.plugin [-] Segment 3a5b65b8-34a1-4280-a756-4f00d2985f89 resource provider aggregate not found 2026-06-16 02:25:30.576 7 INFO neutron.services.segments.plugin [-] Segment 3a5b65b8-34a1-4280-a756-4f00d2985f89 resource provider aggregate not found 2026-06-16 02:25:30.588 7 INFO neutron.services.segments.plugin [-] Segment 3a5b65b8-34a1-4280-a756-4f00d2985f89 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3a5b65b8-34a1-4280-a756-4f00d2985f89 found for delete ", "request_id": "req-c5af16a9-5bba-4952-a714-7570971f3366"}]} 2026-06-16 02:25:30.597 7 INFO neutron.services.segments.plugin [-] Segment 3a5b65b8-34a1-4280-a756-4f00d2985f89 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3a5b65b8-34a1-4280-a756-4f00d2985f89 found for delete ", "request_id": "req-72fd495c-f98f-40f7-ac90-a6722f394fb4"}]} 2026-06-16 02:25:30.613 7 INFO neutron.services.segments.plugin [-] Segment 71cf108a-e523-4487-b49b-072ac35082c1 resource provider aggregate not found 2026-06-16 02:25:30.620 7 INFO neutron.services.segments.plugin [-] Segment 71cf108a-e523-4487-b49b-072ac35082c1 resource provider aggregate not found 2026-06-16 02:25:30.621 8 INFO neutron.db.l3_db [None req-0673b53f-237d-40c9-ba54-59610cebc8f1 9d129974101048e3893f026c36f773d2 3054197f545544ef9f47a99723814582 - - default default] Floating IP eeab056f-d250-44ae-acdd-f2c3775c62f4 associated. External IP: 10.96.250.204, port: 42416e73-a666-4e4a-bd9c-62a0c2135703. 2026-06-16 02:25:30.644 7 INFO neutron.services.segments.plugin [-] Segment 71cf108a-e523-4487-b49b-072ac35082c1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 71cf108a-e523-4487-b49b-072ac35082c1 found for delete ", "request_id": "req-0d5af724-011a-468a-86b6-a32708dd61a6"}]} 2026-06-16 02:25:30.648 7 INFO neutron.services.segments.plugin [-] Segment 71cf108a-e523-4487-b49b-072ac35082c1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 71cf108a-e523-4487-b49b-072ac35082c1 found for delete ", "request_id": "req-adda9f25-40d7-4a74-bc6e-5c9278d911e6"}]} [pid: 8|app: 0|req: 548/1191] 10.0.0.203 () {34 vars in 677 bytes} [Tue Jun 16 02:25:29 2026] POST /v2.0/floatingips => generated 843 bytes in 1640 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 644/1192] 10.0.0.203 () {34 vars in 665 bytes} [Tue Jun 16 02:25:30 2026] POST /v2.0/ports => generated 1506 bytes in 804 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: 645/1193] 10.0.0.203 () {32 vars in 729 bytes} [Tue Jun 16 02:25:31 2026] GET /v2.0/floatingips/eeab056f-d250-44ae-acdd-f2c3775c62f4 => generated 843 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 646/1194] 10.0.0.203 () {32 vars in 643 bytes} [Tue Jun 16 02:25:31 2026] GET /v2.0/ports => generated 1506 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 549/1195] 10.0.0.203 () {32 vars in 740 bytes} [Tue Jun 16 02:25:30 2026] DELETE /v2.0/security-groups/d4e6d224-c817-4fc1-9208-d62393b1bdf6 => generated 0 bytes in 234 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 647/1196] 10.0.0.203 () {32 vars in 655 bytes} [Tue Jun 16 02:25:31 2026] GET /v2.0/floatingips => generated 846 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 02:25:31.299 8 INFO neutron_taas.services.taas.taas_plugin [None req-56c7ccf9-4dc2-47dc-aa39-91373d66d5bf 36456641bf1f43f798db063474b0c8e1 e20e0b7e3da5417facb069ed7d1da9aa - - default default] TaaS: Handle Delete Port: 60da1837-8e86-4764-800f-ad25e216fb7c 2026-06-16 02:25:31.302 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-56c7ccf9-4dc2-47dc-aa39-91373d66d5bf 36456641bf1f43f798db063474b0c8e1 e20e0b7e3da5417facb069ed7d1da9aa - - default default] Tap Mirror: Handle Delete Port: 60da1837-8e86-4764-800f-ad25e216fb7c [pid: 8|app: 0|req: 550/1197] 10.0.0.203 () {32 vars in 720 bytes} [Tue Jun 16 02:25:31 2026] DELETE /v2.0/ports/60da1837-8e86-4764-800f-ad25e216fb7c => generated 0 bytes in 246 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-16 02:25:31.549 7 INFO neutron.db.l3_db [None req-19425c35-2705-4e7e-9465-bcfdef90d0a6 9d129974101048e3893f026c36f773d2 3054197f545544ef9f47a99723814582 - - default default] Floating IP eeab056f-d250-44ae-acdd-f2c3775c62f4 associated. External IP: 10.96.250.204, port: 42416e73-a666-4e4a-bd9c-62a0c2135703. 2026-06-16 02:25:31.555 8 INFO neutron_taas.services.taas.taas_plugin [None req-c30df72f-0c6d-497b-9ddc-81fab6e493c1 36456641bf1f43f798db063474b0c8e1 e20e0b7e3da5417facb069ed7d1da9aa - - default default] TaaS: Handle Delete Port: 50ffaa01-01de-459e-869d-4164966fe79c 2026-06-16 02:25:31.558 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c30df72f-0c6d-497b-9ddc-81fab6e493c1 36456641bf1f43f798db063474b0c8e1 e20e0b7e3da5417facb069ed7d1da9aa - - default default] Tap Mirror: Handle Delete Port: 50ffaa01-01de-459e-869d-4164966fe79c [pid: 8|app: 0|req: 551/1198] 10.0.0.203 () {32 vars in 720 bytes} [Tue Jun 16 02:25:31 2026] DELETE /v2.0/ports/50ffaa01-01de-459e-869d-4164966fe79c => generated 0 bytes in 231 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 552/1199] 10.0.0.203 () {32 vars in 643 bytes} [Tue Jun 16 02:25:31 2026] GET /v2.0/ports => generated 12 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-16 02:25:31.751 8 INFO neutron.db.segments_db [None req-5fe1b187-edc1-47d2-b474-4bf28f25017c 36456641bf1f43f798db063474b0c8e1 e20e0b7e3da5417facb069ed7d1da9aa - - default default] Added segment 4c13f10c-4f37-4080-962f-a83310f4d9fb of type vxlan for network 54e3a0b5-be0c-44ad-9e99-6635b298aae8 [pid: 8|app: 0|req: 553/1200] 10.0.0.203 () {34 vars in 670 bytes} [Tue Jun 16 02:25:31 2026] POST /v2.0/networks => generated 630 bytes in 138 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-16 02:25:31.894 8 INFO neutron.db.segments_db [None req-8f727872-9a2c-45e1-a739-5a59364d58e1 36456641bf1f43f798db063474b0c8e1 e20e0b7e3da5417facb069ed7d1da9aa - - default default] Added segment 312994cf-9f62-419a-a41b-607cf1324786 of type vxlan for network 1965dd7b-bd20-4571-9334-ee47546446e8 [pid: 8|app: 0|req: 554/1201] 10.0.0.203 () {34 vars in 670 bytes} [Tue Jun 16 02:25:31 2026] POST /v2.0/networks => generated 630 bytes in 138 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 648/1202] 10.0.0.203 () {34 vars in 749 bytes} [Tue Jun 16 02:25:31 2026] PUT /v2.0/floatingips/eeab056f-d250-44ae-acdd-f2c3775c62f4 => generated 842 bytes in 990 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 02:25:32.305 7 INFO neutron.db.l3_db [None req-40439b5d-21cb-4357-b457-4f5afaba9bd6 9d129974101048e3893f026c36f773d2 3054197f545544ef9f47a99723814582 - - default default] Floating IP eeab056f-d250-44ae-acdd-f2c3775c62f4 disassociated. External IP: 10.96.250.204, port: 98e4c041-f8ba-4631-8074-9b3a3e0cbe56. [pid: 8|app: 0|req: 555/1203] 10.0.0.203 () {34 vars in 669 bytes} [Tue Jun 16 02:25:32 2026] POST /v2.0/subnets => generated 1273 bytes in 475 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 556/1204] 10.0.0.203 () {32 vars in 647 bytes} [Tue Jun 16 02:25:32 2026] GET /v2.0/subnets => generated 1909 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 557/1205] 10.0.0.203 () {32 vars in 724 bytes} [Tue Jun 16 02:25:32 2026] DELETE /v2.0/subnets/467543d7-1b39-4af8-8d82-97f56b3c22c8 => generated 0 bytes in 141 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 649/1206] 10.0.0.203 () {34 vars in 749 bytes} [Tue Jun 16 02:25:32 2026] PUT /v2.0/floatingips/eeab056f-d250-44ae-acdd-f2c3775c62f4 => generated 552 bytes in 516 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 558/1207] 10.0.0.203 () {32 vars in 724 bytes} [Tue Jun 16 02:25:32 2026] DELETE /v2.0/subnets/29f93a1f-8b25-4f96-81b1-e88158a90396 => generated 0 bytes in 131 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-16 02:25:32.833 7 INFO neutron_taas.services.taas.taas_plugin [None req-c365744b-e178-43f2-beab-00f92d8a0940 9d129974101048e3893f026c36f773d2 3054197f545544ef9f47a99723814582 - - default default] TaaS: Handle Delete Port: 310ebd09-f867-4dac-9d01-1b948e507722 2026-06-16 02:25:32.836 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c365744b-e178-43f2-beab-00f92d8a0940 9d129974101048e3893f026c36f773d2 3054197f545544ef9f47a99723814582 - - default default] Tap Mirror: Handle Delete Port: 310ebd09-f867-4dac-9d01-1b948e507722 [pid: 8|app: 0|req: 559/1208] 10.0.0.203 () {32 vars in 647 bytes} [Tue Jun 16 02:25:32 2026] GET /v2.0/subnets => generated 649 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 02:25:33.007 8 INFO neutron.services.segments.plugin [-] Segment 312994cf-9f62-419a-a41b-607cf1324786 resource provider aggregate not found 2026-06-16 02:25:33.016 8 INFO neutron.services.segments.plugin [-] Segment 312994cf-9f62-419a-a41b-607cf1324786 resource provider aggregate not found [pid: 7|app: 0|req: 650/1209] 10.0.0.203 () {32 vars in 732 bytes} [Tue Jun 16 02:25:32 2026] DELETE /v2.0/floatingips/eeab056f-d250-44ae-acdd-f2c3775c62f4 => generated 0 bytes in 321 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-16 02:25:33.030 8 INFO neutron.services.segments.plugin [-] Segment 312994cf-9f62-419a-a41b-607cf1324786 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 312994cf-9f62-419a-a41b-607cf1324786 found for delete ", "request_id": "req-f7e151e3-e6e6-4795-a8be-baa9f8fbe085"}]} 2026-06-16 02:25:33.034 8 INFO neutron.services.segments.plugin [-] Segment 312994cf-9f62-419a-a41b-607cf1324786 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 312994cf-9f62-419a-a41b-607cf1324786 found for delete ", "request_id": "req-d201f266-b7de-4c11-93ae-b9961f313b79"}]} [pid: 8|app: 0|req: 560/1210] 10.0.0.203 () {32 vars in 726 bytes} [Tue Jun 16 02:25:32 2026] DELETE /v2.0/networks/1965dd7b-bd20-4571-9334-ee47546446e8 => generated 0 bytes in 167 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-16 02:25:33.045 7 INFO neutron.api.v2.resource [None req-99ad4f57-4f37-4960-9fd6-486ffeb903f3 9d129974101048e3893f026c36f773d2 3054197f545544ef9f47a99723814582 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 651/1211] 10.0.0.203 () {32 vars in 732 bytes} [Tue Jun 16 02:25:33 2026] DELETE /v2.0/floatingips/eeab056f-d250-44ae-acdd-f2c3775c62f4 => generated 144 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 561/1212] 10.0.0.203 () {32 vars in 726 bytes} [Tue Jun 16 02:25:33 2026] DELETE /v2.0/networks/54e3a0b5-be0c-44ad-9e99-6635b298aae8 => generated 0 bytes in 132 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-16 02:25:33.201 7 INFO neutron_taas.services.taas.taas_plugin [None req-a5d0486e-e4ab-46e2-9594-9d984c2521b7 9d129974101048e3893f026c36f773d2 3054197f545544ef9f47a99723814582 - - default default] TaaS: Handle Delete Port: 98e4c041-f8ba-4631-8074-9b3a3e0cbe56 2026-06-16 02:25:33.207 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a5d0486e-e4ab-46e2-9594-9d984c2521b7 9d129974101048e3893f026c36f773d2 3054197f545544ef9f47a99723814582 - - default default] Tap Mirror: Handle Delete Port: 98e4c041-f8ba-4631-8074-9b3a3e0cbe56 [pid: 8|app: 0|req: 562/1213] 10.0.0.203 () {32 vars in 726 bytes} [Tue Jun 16 02:25:33 2026] DELETE /v2.0/networks/e2365d53-dbe0-431a-aaab-91d3f7bc4c5b => generated 0 bytes in 120 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 652/1214] 10.0.0.203 () {32 vars in 720 bytes} [Tue Jun 16 02:25:33 2026] DELETE /v2.0/ports/98e4c041-f8ba-4631-8074-9b3a3e0cbe56 => generated 0 bytes in 313 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-16 02:25:33.511 7 INFO neutron.services.segments.plugin [-] Segment bd0051fc-de6c-42e5-ba79-21bdecafcb2f resource provider aggregate not found 2026-06-16 02:25:33.516 7 INFO neutron.services.segments.plugin [-] Segment bd0051fc-de6c-42e5-ba79-21bdecafcb2f resource provider aggregate not found 2026-06-16 02:25:33.537 7 INFO neutron.services.segments.plugin [-] Segment bd0051fc-de6c-42e5-ba79-21bdecafcb2f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bd0051fc-de6c-42e5-ba79-21bdecafcb2f found for delete ", "request_id": "req-5d00eebf-22d8-4406-b613-f1fbe4ff3a54"}]} 2026-06-16 02:25:33.546 7 INFO neutron.services.segments.plugin [-] Segment bd0051fc-de6c-42e5-ba79-21bdecafcb2f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bd0051fc-de6c-42e5-ba79-21bdecafcb2f found for delete ", "request_id": "req-8b2739ba-5cc4-418d-9559-d1c289127e15"}]} [pid: 7|app: 0|req: 653/1215] 10.0.0.203 () {32 vars in 726 bytes} [Tue Jun 16 02:25:33 2026] DELETE /v2.0/networks/4e207d3a-8e73-4d9e-8cea-8bdf864aaf86 => generated 0 bytes in 203 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 563/1216] 10.0.0.203 () {32 vars in 774 bytes} [Tue Jun 16 02:25:33 2026] GET /v2.0/security-groups?tenant_id=49bb2cbc62814b249f1a3d297d03114e&name=default => generated 2925 bytes in 351 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-16 02:25:33.695 7 INFO neutron_taas.services.taas.taas_plugin [None req-e6b35f46-0d16-4ee2-a44e-64d31e9668ce 9d129974101048e3893f026c36f773d2 3054197f545544ef9f47a99723814582 - - default default] TaaS: Handle Delete Port: 42416e73-a666-4e4a-bd9c-62a0c2135703 2026-06-16 02:25:33.699 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e6b35f46-0d16-4ee2-a44e-64d31e9668ce 9d129974101048e3893f026c36f773d2 3054197f545544ef9f47a99723814582 - - default default] Tap Mirror: Handle Delete Port: 42416e73-a666-4e4a-bd9c-62a0c2135703 [pid: 8|app: 0|req: 564/1217] 10.0.0.203 () {32 vars in 740 bytes} [Tue Jun 16 02:25:33 2026] DELETE /v2.0/security-groups/382ba0fd-8314-48b4-b9bb-3565cc918e03 => generated 0 bytes in 95 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 654/1218] 10.0.0.203 () {32 vars in 720 bytes} [Tue Jun 16 02:25:33 2026] DELETE /v2.0/ports/42416e73-a666-4e4a-bd9c-62a0c2135703 => generated 0 bytes in 328 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 655/1219] 10.0.0.203 () {32 vars in 736 bytes} [Tue Jun 16 02:25:33 2026] GET /v2.0/ports?device_id=e1eeb937-fed5-4c6c-b9bb-ba58c5ba81a7 => generated 958 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 565/1220] 10.0.0.203 () {32 vars in 774 bytes} [Tue Jun 16 02:25:33 2026] GET /v2.0/security-groups?tenant_id=5d63321de5f249f8ae64adf03edbaef3&name=default => generated 2925 bytes in 157 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 566/1221] 10.0.0.203 () {32 vars in 740 bytes} [Tue Jun 16 02:25:34 2026] DELETE /v2.0/security-groups/e2c96915-3e83-4aa7-b9c9-24c055b53cea => generated 0 bytes in 133 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-16 02:25:34.467 7 INFO neutron_taas.services.taas.taas_plugin [None req-759cb97c-1410-4063-8dc5-91fed6e2f042 9d129974101048e3893f026c36f773d2 3054197f545544ef9f47a99723814582 - - default default] TaaS: Handle Delete Port: c8a9060b-2b10-4458-a68d-21ff315c414b 2026-06-16 02:25:34.472 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-759cb97c-1410-4063-8dc5-91fed6e2f042 9d129974101048e3893f026c36f773d2 3054197f545544ef9f47a99723814582 - - default default] Tap Mirror: Handle Delete Port: c8a9060b-2b10-4458-a68d-21ff315c414b [pid: 8|app: 0|req: 567/1222] 10.0.0.203 () {32 vars in 774 bytes} [Tue Jun 16 02:25:34 2026] GET /v2.0/security-groups?tenant_id=e20e0b7e3da5417facb069ed7d1da9aa&name=default => generated 2925 bytes in 353 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 568/1223] 10.0.0.203 () {32 vars in 740 bytes} [Tue Jun 16 02:25:34 2026] DELETE /v2.0/security-groups/26fe2931-ef95-43c3-9e5a-fa621a785712 => generated 0 bytes in 156 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-16 02:25:35.056 8 INFO neutron.services.segments.plugin [-] Segment 4c13f10c-4f37-4080-962f-a83310f4d9fb resource provider aggregate not found 2026-06-16 02:25:35.060 8 INFO neutron.services.segments.plugin [-] Segment 4c13f10c-4f37-4080-962f-a83310f4d9fb resource provider aggregate not found 2026-06-16 02:25:35.081 8 INFO neutron.services.segments.plugin [-] Segment 4c13f10c-4f37-4080-962f-a83310f4d9fb resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4c13f10c-4f37-4080-962f-a83310f4d9fb found for delete ", "request_id": "req-bb585b50-b34a-4018-92fe-a37cee46159f"}]} 2026-06-16 02:25:35.087 8 INFO neutron.services.segments.plugin [-] Segment 4c13f10c-4f37-4080-962f-a83310f4d9fb resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4c13f10c-4f37-4080-962f-a83310f4d9fb found for delete ", "request_id": "req-4c143fa5-990e-4707-be73-8b5230967856"}]} 2026-06-16 02:25:35.104 8 INFO neutron.services.segments.plugin [-] Segment 25680a57-3ad7-4880-954b-86cb899cb326 resource provider aggregate not found 2026-06-16 02:25:35.112 8 INFO neutron.services.segments.plugin [-] Segment 25680a57-3ad7-4880-954b-86cb899cb326 resource provider aggregate not found 2026-06-16 02:25:35.128 8 INFO neutron.services.segments.plugin [-] Segment 25680a57-3ad7-4880-954b-86cb899cb326 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 25680a57-3ad7-4880-954b-86cb899cb326 found for delete ", "request_id": "req-db78b1f9-56cf-4482-8e22-e42eb44c294a"}]} 2026-06-16 02:25:35.134 8 INFO neutron.services.segments.plugin [-] Segment 25680a57-3ad7-4880-954b-86cb899cb326 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 25680a57-3ad7-4880-954b-86cb899cb326 found for delete ", "request_id": "req-e39ea76b-316f-4305-be8c-1c14ec16eb1b"}]} [pid: 7|app: 0|req: 656/1224] 10.0.0.203 () {34 vars in 789 bytes} [Tue Jun 16 02:25:33 2026] PUT /v2.0/routers/e1eeb937-fed5-4c6c-b9bb-ba58c5ba81a7/remove_router_interface => generated 309 bytes in 1211 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 02:25:35.354 8 INFO neutron_taas.services.taas.taas_plugin [None req-b20f668c-5aea-4c15-a2ea-102d8ca0e691 9d129974101048e3893f026c36f773d2 3054197f545544ef9f47a99723814582 - - default default] TaaS: Handle Delete Port: ccd6491c-8206-4bfc-b042-a032f3661e6e 2026-06-16 02:25:35.358 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b20f668c-5aea-4c15-a2ea-102d8ca0e691 9d129974101048e3893f026c36f773d2 3054197f545544ef9f47a99723814582 - - default default] Tap Mirror: Handle Delete Port: ccd6491c-8206-4bfc-b042-a032f3661e6e 2026-06-16 02:25:35.642 8 INFO neutron_taas.services.taas.taas_plugin [None req-b20f668c-5aea-4c15-a2ea-102d8ca0e691 9d129974101048e3893f026c36f773d2 3054197f545544ef9f47a99723814582 - - default default] TaaS: Handle Delete Port: d54dd586-7c03-41ab-a2a6-c9e81e9ecedd 2026-06-16 02:25:35.645 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b20f668c-5aea-4c15-a2ea-102d8ca0e691 9d129974101048e3893f026c36f773d2 3054197f545544ef9f47a99723814582 - - default default] Tap Mirror: Handle Delete Port: d54dd586-7c03-41ab-a2a6-c9e81e9ecedd 2026-06-16 02:25:35.999 8 INFO neutron.db.l3_hamode_db [None req-b20f668c-5aea-4c15-a2ea-102d8ca0e691 9d129974101048e3893f026c36f773d2 3054197f545544ef9f47a99723814582 - - default default] HA network c59e91ee-8973-4daf-a411-ec7db3cc8435 was deleted as no HA routers are present in tenant 3054197f545544ef9f47a99723814582. [pid: 8|app: 0|req: 569/1225] 10.0.0.203 () {32 vars in 724 bytes} [Tue Jun 16 02:25:35 2026] DELETE /v2.0/routers/e1eeb937-fed5-4c6c-b9bb-ba58c5ba81a7 => generated 0 bytes in 835 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 657/1226] 10.0.0.203 () {32 vars in 724 bytes} [Tue Jun 16 02:25:36 2026] DELETE /v2.0/subnets/4fc4b59f-a812-4771-835b-46c94c06cee0 => generated 0 bytes in 125 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-16 02:25:36.225 7 INFO neutron.services.segments.plugin [-] Segment 1d0d5b06-6ded-4449-b431-928b1de313a6 resource provider aggregate not found 2026-06-16 02:25:36.230 7 INFO neutron.services.segments.plugin [-] Segment 1d0d5b06-6ded-4449-b431-928b1de313a6 resource provider aggregate not found 2026-06-16 02:25:36.247 7 INFO neutron.services.segments.plugin [-] Segment 1d0d5b06-6ded-4449-b431-928b1de313a6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1d0d5b06-6ded-4449-b431-928b1de313a6 found for delete ", "request_id": "req-c8480bf3-e81c-4160-9bd6-2592a848391f"}]} 2026-06-16 02:25:36.248 7 INFO neutron.services.segments.plugin [-] Segment 1d0d5b06-6ded-4449-b431-928b1de313a6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1d0d5b06-6ded-4449-b431-928b1de313a6 found for delete ", "request_id": "req-045fd16e-4e94-4f05-8d1d-eb2b382e5db2"}]} [pid: 7|app: 0|req: 658/1227] 10.0.0.203 () {32 vars in 726 bytes} [Tue Jun 16 02:25:36 2026] DELETE /v2.0/networks/644f2149-7b49-4f0f-9320-4151864aaa11 => generated 0 bytes in 125 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-16 02:25:36.485 8 INFO neutron.db.segments_db [None req-d2686a51-96ca-4b0a-bc30-f40697bdbbda d7c3d637a0ed4497b2cd677266be5c9d 2d606865f7bd4fcfb6e2a7ad5bb1e477 - - default default] Added segment bdf51916-172b-4725-bc4c-6277f77afdb9 of type vxlan for network 571efd52-c538-4136-824c-fc605865e4fa 2026-06-16 02:25:36.558 8 INFO neutron.db.segments_db [None req-d2686a51-96ca-4b0a-bc30-f40697bdbbda d7c3d637a0ed4497b2cd677266be5c9d 2d606865f7bd4fcfb6e2a7ad5bb1e477 - - default default] Added segment c62e29e3-65db-4ef2-9bf6-c23ff7a2d2dd of type vxlan for network d2603f1d-612b-4296-a89e-e7993c625c46 [pid: 8|app: 0|req: 570/1228] 10.0.0.203 () {34 vars in 670 bytes} [Tue Jun 16 02:25:36 2026] POST /v2.0/networks => generated 1207 bytes in 559 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 659/1229] 10.0.0.203 () {32 vars in 774 bytes} [Tue Jun 16 02:25:36 2026] GET /v2.0/security-groups?tenant_id=477ba96b9b6b4260bafd7a4ed1eadeed&name=default => generated 2925 bytes in 322 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 660/1230] 10.0.0.203 () {32 vars in 649 bytes} [Tue Jun 16 02:25:36 2026] GET /v2.0/networks => generated 1844 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 661/1231] 10.0.0.203 () {32 vars in 740 bytes} [Tue Jun 16 02:25:36 2026] DELETE /v2.0/security-groups/cc6960b7-6840-4654-97bf-bee5fea2089e => generated 0 bytes in 86 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 662/1232] 10.0.0.203 () {32 vars in 726 bytes} [Tue Jun 16 02:25:36 2026] DELETE /v2.0/networks/571efd52-c538-4136-824c-fc605865e4fa => generated 0 bytes in 131 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-16 02:25:36.986 8 INFO neutron.db.segments_db [None req-220bf54c-6fc1-4c4c-ba59-22d3507a0986 8613ba524f644ba48a7f5022796d793f bba249db47ff46069367a495cfb08031 - - default default] Added segment c67f716d-5e75-444e-a9fa-bbebdf7ac2f1 of type vxlan for network 8523d134-159c-4a2a-adb9-066952d04d48 [pid: 8|app: 0|req: 571/1233] 10.0.0.203 () {34 vars in 670 bytes} [Tue Jun 16 02:25:36 2026] POST /v2.0/networks => generated 615 bytes in 410 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-16 02:25:37.164 8 INFO neutron.services.segments.plugin [-] Segment e8053c96-b540-420b-ba00-461227f2e7be resource provider aggregate not found 2026-06-16 02:25:37.166 8 INFO neutron.services.segments.plugin [-] Segment e8053c96-b540-420b-ba00-461227f2e7be resource provider aggregate not found [pid: 7|app: 0|req: 663/1234] 10.0.0.203 () {32 vars in 774 bytes} [Tue Jun 16 02:25:36 2026] GET /v2.0/security-groups?tenant_id=3054197f545544ef9f47a99723814582&name=default => generated 2925 bytes in 195 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-16 02:25:37.188 8 INFO neutron.services.segments.plugin [-] Segment e8053c96-b540-420b-ba00-461227f2e7be resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e8053c96-b540-420b-ba00-461227f2e7be found for delete ", "request_id": "req-bcd03004-8662-4fff-a1ee-1e200f94069d"}]} 2026-06-16 02:25:37.195 8 INFO neutron.services.segments.plugin [-] Segment e8053c96-b540-420b-ba00-461227f2e7be resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e8053c96-b540-420b-ba00-461227f2e7be found for delete ", "request_id": "req-1e49ed76-8e51-4114-bcba-3860217be62a"}]} [pid: 8|app: 0|req: 572/1235] 10.0.0.203 () {32 vars in 774 bytes} [Tue Jun 16 02:25:37 2026] GET /v2.0/security-groups?tenant_id=1c533c8210e7472187298184f4aae900&name=default => generated 2925 bytes in 149 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-16 02:25:37.296 8 INFO neutron.db.segments_db [None req-688b8f82-de9f-4778-9df2-d65d8553ddab 8613ba524f644ba48a7f5022796d793f bba249db47ff46069367a495cfb08031 - - default default] Added segment e9ed751f-e020-4a90-adc5-55b9d204bdb4 of type vxlan for network 2cd0b380-12ce-4921-8f82-a078ab444add [pid: 7|app: 0|req: 664/1236] 10.0.0.203 () {32 vars in 726 bytes} [Tue Jun 16 02:25:37 2026] DELETE /v2.0/networks/d2603f1d-612b-4296-a89e-e7993c625c46 => generated 0 bytes in 118 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 665/1237] 10.0.0.203 () {32 vars in 740 bytes} [Tue Jun 16 02:25:37 2026] DELETE /v2.0/security-groups/d274c223-b983-4651-a85b-85b0e9e8f9c0 => generated 0 bytes in 108 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 573/1238] 10.0.0.203 () {34 vars in 670 bytes} [Tue Jun 16 02:25:37 2026] POST /v2.0/networks => generated 614 bytes in 157 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 574/1239] 10.0.0.203 () {32 vars in 649 bytes} [Tue Jun 16 02:25:37 2026] GET /v2.0/networks => generated 651 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 666/1240] 10.0.0.203 () {32 vars in 740 bytes} [Tue Jun 16 02:25:37 2026] DELETE /v2.0/security-groups/3afeb7b4-5802-4521-b602-9a537a7ed1d9 => generated 0 bytes in 241 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-16 02:25:37.727 7 INFO neutron.db.segments_db [None req-4d7f3c0d-2337-4d4a-bb33-b9ddc17dcccd d7c3d637a0ed4497b2cd677266be5c9d 2d606865f7bd4fcfb6e2a7ad5bb1e477 - - default default] Added segment 50466c0e-1b99-4bbc-9d53-9710e6db7efd of type vxlan for network 3d0e0dea-7e8d-4dee-b8d4-4c6dc421a7d6 [pid: 7|app: 0|req: 667/1241] 10.0.0.203 () {34 vars in 670 bytes} [Tue Jun 16 02:25:37 2026] POST /v2.0/networks => generated 635 bytes in 229 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 575/1242] 10.0.0.203 () {34 vars in 669 bytes} [Tue Jun 16 02:25:37 2026] POST /v2.0/subnets => generated 646 bytes in 425 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-16 02:25:37.957 7 INFO neutron.db.segments_db [None req-6bccfa9c-0a21-45e5-b44e-fc6b956471f3 d7c3d637a0ed4497b2cd677266be5c9d 2d606865f7bd4fcfb6e2a7ad5bb1e477 - - default default] Added segment 70cdebc5-8459-48a0-b50f-b43f5fd91db6 of type vxlan for network 8e7a2698-f1dd-4241-b18a-5f062f62e2aa [pid: 7|app: 0|req: 668/1243] 10.0.0.203 () {34 vars in 670 bytes} [Tue Jun 16 02:25:37 2026] POST /v2.0/networks => generated 635 bytes in 185 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 576/1244] 10.0.0.203 () {34 vars in 669 bytes} [Tue Jun 16 02:25:37 2026] POST /v2.0/subnets => generated 655 bytes in 369 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-16 02:25:38.275 7 INFO neutron.services.segments.plugin [-] Segment bdf51916-172b-4725-bc4c-6277f77afdb9 resource provider aggregate not found 2026-06-16 02:25:38.281 7 INFO neutron.services.segments.plugin [-] Segment bdf51916-172b-4725-bc4c-6277f77afdb9 resource provider aggregate not found 2026-06-16 02:25:38.296 7 INFO neutron.services.segments.plugin [-] Segment bdf51916-172b-4725-bc4c-6277f77afdb9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bdf51916-172b-4725-bc4c-6277f77afdb9 found for delete ", "request_id": "req-98261250-73ff-4d74-8aab-208b87b80871"}]} 2026-06-16 02:25:38.307 7 INFO neutron.services.segments.plugin [-] Segment bdf51916-172b-4725-bc4c-6277f77afdb9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bdf51916-172b-4725-bc4c-6277f77afdb9 found for delete ", "request_id": "req-65d332fd-0cbd-4ef6-b031-9bfe1044120e"}]} 2026-06-16 02:25:38.307 8 INFO neutron.db.segments_db [None req-25f7663e-b985-4cd3-92e7-8de22d5866c4 8613ba524f644ba48a7f5022796d793f bba249db47ff46069367a495cfb08031 - - default default] Added segment 245f09e7-a0b8-4a6c-b368-d166e5fe4897 of type vxlan for network 1a404444-70a5-4def-8db5-5a9c7d8fa412 2026-06-16 02:25:38.313 7 INFO neutron.services.segments.plugin [-] Segment c62e29e3-65db-4ef2-9bf6-c23ff7a2d2dd resource provider aggregate not found 2026-06-16 02:25:38.344 7 INFO neutron.services.segments.plugin [-] Segment c62e29e3-65db-4ef2-9bf6-c23ff7a2d2dd resource provider aggregate not found 2026-06-16 02:25:38.346 7 INFO neutron.services.segments.plugin [-] Segment c62e29e3-65db-4ef2-9bf6-c23ff7a2d2dd resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c62e29e3-65db-4ef2-9bf6-c23ff7a2d2dd found for delete ", "request_id": "req-9352d224-7fcd-4f98-8e3a-f03bfbafb0eb"}]} 2026-06-16 02:25:38.376 7 INFO neutron.services.segments.plugin [-] Segment c62e29e3-65db-4ef2-9bf6-c23ff7a2d2dd resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c62e29e3-65db-4ef2-9bf6-c23ff7a2d2dd found for delete ", "request_id": "req-e6df29d7-521b-4a2b-a5e3-2460f115c07a"}]} 2026-06-16 02:25:38.666 8 INFO neutron.db.l3_hamode_db [None req-25f7663e-b985-4cd3-92e7-8de22d5866c4 8613ba524f644ba48a7f5022796d793f bba249db47ff46069367a495cfb08031 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-16 02:25:38.820 8 INFO neutron.db.l3_hamode_db [None req-25f7663e-b985-4cd3-92e7-8de22d5866c4 8613ba524f644ba48a7f5022796d793f bba249db47ff46069367a495cfb08031 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 669/1245] 10.0.0.203 () {34 vars in 665 bytes} [Tue Jun 16 02:25:38 2026] POST /v2.0/ports => generated 1506 bytes in 863 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: 670/1246] 10.0.0.203 () {32 vars in 643 bytes} [Tue Jun 16 02:25:38 2026] GET /v2.0/ports => generated 1506 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-16 02:25:39.098 7 INFO neutron_taas.services.taas.taas_plugin [None req-6bc67b10-1bce-48b6-a8a9-81964cb8348d d7c3d637a0ed4497b2cd677266be5c9d 2d606865f7bd4fcfb6e2a7ad5bb1e477 - - default default] TaaS: Handle Delete Port: f2db6b9d-d06d-41df-bd1f-c2751b472570 2026-06-16 02:25:39.103 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6bc67b10-1bce-48b6-a8a9-81964cb8348d d7c3d637a0ed4497b2cd677266be5c9d 2d606865f7bd4fcfb6e2a7ad5bb1e477 - - default default] Tap Mirror: Handle Delete Port: f2db6b9d-d06d-41df-bd1f-c2751b472570 [pid: 7|app: 0|req: 671/1247] 10.0.0.203 () {32 vars in 720 bytes} [Tue Jun 16 02:25:38 2026] DELETE /v2.0/ports/f2db6b9d-d06d-41df-bd1f-c2751b472570 => generated 0 bytes in 212 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-16 02:25:39.294 7 INFO neutron_taas.services.taas.taas_plugin [None req-4306cb23-cda9-4a88-b467-23ecab7419f3 d7c3d637a0ed4497b2cd677266be5c9d 2d606865f7bd4fcfb6e2a7ad5bb1e477 - - default default] TaaS: Handle Delete Port: 05a0dd9c-7309-4dd5-a61e-4fd25c58082d 2026-06-16 02:25:39.298 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4306cb23-cda9-4a88-b467-23ecab7419f3 d7c3d637a0ed4497b2cd677266be5c9d 2d606865f7bd4fcfb6e2a7ad5bb1e477 - - default default] Tap Mirror: Handle Delete Port: 05a0dd9c-7309-4dd5-a61e-4fd25c58082d [pid: 7|app: 0|req: 672/1248] 10.0.0.203 () {32 vars in 720 bytes} [Tue Jun 16 02:25:39 2026] DELETE /v2.0/ports/05a0dd9c-7309-4dd5-a61e-4fd25c58082d => 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: 577/1249] 10.0.0.203 () {34 vars in 669 bytes} [Tue Jun 16 02:25:38 2026] POST /v2.0/routers => generated 511 bytes in 1260 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 578/1250] 10.0.0.203 () {32 vars in 643 bytes} [Tue Jun 16 02:25:39 2026] GET /v2.0/ports => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-16 02:25:39.965 7 INFO neutron.db.segments_db [None req-c95e5a51-e68f-4c55-89c2-3250d404ce37 39b258f9c70a4b9a832c48feeadfef77 5bf1431401824dc1b91087c6d476d0be - - default default] Added segment 2e88cc68-9ef8-4873-976d-9a90d6153405 of type vxlan for network f2c1d854-6ff4-4a9e-91c9-fe0941112a69 [pid: 7|app: 0|req: 673/1251] 10.0.0.203 () {34 vars in 670 bytes} [Tue Jun 16 02:25:39 2026] POST /v2.0/networks => generated 628 bytes in 713 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-16 02:25:40.197 7 INFO neutron.db.segments_db [None req-f5496a2e-f1d6-4c2e-b182-c0ff7f97be55 d7c3d637a0ed4497b2cd677266be5c9d 2d606865f7bd4fcfb6e2a7ad5bb1e477 - - default default] Added segment 62e79457-ca33-44e6-8ccf-bbbddce85937 of type vxlan for network 8fd94f6d-3d50-4b7c-99f9-9a5e3930812c [pid: 7|app: 0|req: 674/1252] 10.0.0.203 () {34 vars in 670 bytes} [Tue Jun 16 02:25:40 2026] POST /v2.0/networks => generated 635 bytes in 214 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-16 02:25:40.389 7 INFO neutron.db.segments_db [None req-48ce3f0a-a2d9-4aef-9327-35ab27e75e92 d7c3d637a0ed4497b2cd677266be5c9d 2d606865f7bd4fcfb6e2a7ad5bb1e477 - - default default] Added segment b6f7a889-0e74-49de-a50c-8564b2daf3a7 of type vxlan for network db6b090c-99ed-4904-8d80-1c093f5aae17 [pid: 7|app: 0|req: 675/1253] 10.0.0.203 () {34 vars in 670 bytes} [Tue Jun 16 02:25:40 2026] POST /v2.0/networks => generated 633 bytes in 167 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 579/1254] 10.0.0.203 () {34 vars in 783 bytes} [Tue Jun 16 02:25:39 2026] PUT /v2.0/routers/6cdbeb53-527b-40ce-aa76-fba9a386cdeb/add_router_interface => generated 309 bytes in 1266 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 580/1255] 10.0.0.203 () {32 vars in 717 bytes} [Tue Jun 16 02:25:40 2026] GET /v2.0/ports/4dd86dce-b43a-42c1-aab5-d23607dfaf45 => generated 959 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 676/1256] 10.0.0.203 () {34 vars in 669 bytes} [Tue Jun 16 02:25:40 2026] POST /v2.0/subnets => generated 673 bytes in 278 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-16 02:25:40.962 7 INFO neutron.db.segments_db [None req-949444d9-da2d-4150-82e7-e2cfca6c14aa 39b258f9c70a4b9a832c48feeadfef77 5bf1431401824dc1b91087c6d476d0be - - default default] Added segment 9eea40d6-4b61-4f90-8850-7adcde24c208 of type vxlan for network 18bd1343-7c50-41aa-91cf-52fab033aa1f [pid: 7|app: 0|req: 677/1257] 10.0.0.203 () {34 vars in 670 bytes} [Tue Jun 16 02:25:40 2026] POST /v2.0/networks => generated 628 bytes in 179 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 678/1258] 10.0.0.203 () {34 vars in 669 bytes} [Tue Jun 16 02:25:41 2026] POST /v2.0/subnets => generated 1324 bytes in 498 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 679/1259] 10.0.0.203 () {34 vars in 743 bytes} [Tue Jun 16 02:25:41 2026] PUT /v2.0/networks/18bd1343-7c50-41aa-91cf-52fab033aa1f => generated 592 bytes in 94 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 680/1260] 10.0.0.203 () {32 vars in 647 bytes} [Tue Jun 16 02:25:41 2026] GET /v2.0/subnets => generated 1960 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 681/1261] 10.0.0.203 () {34 vars in 669 bytes} [Tue Jun 16 02:25:41 2026] POST /v2.0/subnets => generated 646 bytes in 231 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 682/1262] 10.0.0.203 () {32 vars in 724 bytes} [Tue Jun 16 02:25:41 2026] DELETE /v2.0/subnets/b3a7c8aa-5fdc-4f5c-a025-a8278c5c9e22 => generated 0 bytes in 112 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 581/1263] 10.0.0.203 () {34 vars in 783 bytes} [Tue Jun 16 02:25:40 2026] PUT /v2.0/routers/6cdbeb53-527b-40ce-aa76-fba9a386cdeb/add_router_interface => generated 309 bytes in 1226 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 683/1264] 10.0.0.203 () {34 vars in 741 bytes} [Tue Jun 16 02:25:42 2026] PUT /v2.0/subnets/255485e0-04cd-4ba8-9710-076f462add66 => generated 656 bytes in 113 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 582/1265] 10.0.0.203 () {32 vars in 724 bytes} [Tue Jun 16 02:25:42 2026] DELETE /v2.0/subnets/3212050a-8315-4d24-8dd7-6781f8575e1e => generated 0 bytes in 129 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 684/1266] 10.0.0.203 () {32 vars in 717 bytes} [Tue Jun 16 02:25:42 2026] GET /v2.0/ports/43d01fff-3fee-4a71-8a1c-794ab464da64 => generated 967 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 685/1267] 10.0.0.203 () {32 vars in 647 bytes} [Tue Jun 16 02:25:42 2026] GET /v2.0/subnets => generated 649 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 02:25:42.407 8 INFO neutron.services.segments.plugin [-] Segment 9eea40d6-4b61-4f90-8850-7adcde24c208 resource provider aggregate not found 2026-06-16 02:25:42.414 8 INFO neutron.services.segments.plugin [-] Segment 9eea40d6-4b61-4f90-8850-7adcde24c208 resource provider aggregate not found 2026-06-16 02:25:42.430 8 INFO neutron.services.segments.plugin [-] Segment 9eea40d6-4b61-4f90-8850-7adcde24c208 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9eea40d6-4b61-4f90-8850-7adcde24c208 found for delete ", "request_id": "req-3b3f2df4-8b0b-4fd3-9af1-8d8149cd6f39"}]} 2026-06-16 02:25:42.431 8 INFO neutron.services.segments.plugin [-] Segment 9eea40d6-4b61-4f90-8850-7adcde24c208 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9eea40d6-4b61-4f90-8850-7adcde24c208 found for delete ", "request_id": "req-c181e907-7238-4d2e-a041-53509e223fc1"}]} [pid: 8|app: 0|req: 583/1268] 10.0.0.203 () {32 vars in 726 bytes} [Tue Jun 16 02:25:42 2026] DELETE /v2.0/networks/18bd1343-7c50-41aa-91cf-52fab033aa1f => generated 0 bytes in 218 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 584/1269] 10.0.0.203 () {32 vars in 726 bytes} [Tue Jun 16 02:25:42 2026] DELETE /v2.0/networks/db6b090c-99ed-4904-8d80-1c093f5aae17 => generated 0 bytes in 138 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-16 02:25:42.597 8 INFO neutron.pecan_wsgi.hooks.translation [None req-6c1b8db8-c6ba-47ce-b859-e8c97ec73b33 39b258f9c70a4b9a832c48feeadfef77 5bf1431401824dc1b91087c6d476d0be - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 585/1270] 10.0.0.203 () {32 vars in 726 bytes} [Tue Jun 16 02:25:42 2026] DELETE /v2.0/networks/18bd1343-7c50-41aa-91cf-52fab033aa1f => generated 138 bytes in 22 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-16 02:25:42.638 7 INFO neutron_taas.services.taas.taas_plugin [None req-73406e59-23df-44d8-aeb3-aef909f3ffc0 8613ba524f644ba48a7f5022796d793f bba249db47ff46069367a495cfb08031 - - default default] TaaS: Handle Delete Port: 43d01fff-3fee-4a71-8a1c-794ab464da64 2026-06-16 02:25:42.642 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-73406e59-23df-44d8-aeb3-aef909f3ffc0 8613ba524f644ba48a7f5022796d793f bba249db47ff46069367a495cfb08031 - - default default] Tap Mirror: Handle Delete Port: 43d01fff-3fee-4a71-8a1c-794ab464da64 [pid: 8|app: 0|req: 586/1271] 10.0.0.203 () {32 vars in 726 bytes} [Tue Jun 16 02:25:42 2026] DELETE /v2.0/networks/8fd94f6d-3d50-4b7c-99f9-9a5e3930812c => generated 0 bytes in 126 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 587/1272] 10.0.0.203 () {32 vars in 694 bytes} [Tue Jun 16 02:25:42 2026] GET /v2.0/networks?router%3Aexternal=True => generated 651 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 588/1273] 10.0.0.203 () {32 vars in 726 bytes} [Tue Jun 16 02:25:42 2026] DELETE /v2.0/networks/8e7a2698-f1dd-4241-b18a-5f062f62e2aa => generated 0 bytes in 139 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 589/1274] 10.0.0.203 () {32 vars in 742 bytes} [Tue Jun 16 02:25:42 2026] GET /v2.0/subnets?network_id=12e17d28-9927-4b2c-aebb-0d27b6645488 => generated 649 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 686/1275] 10.0.0.203 () {34 vars in 789 bytes} [Tue Jun 16 02:25:42 2026] PUT /v2.0/routers/6cdbeb53-527b-40ce-aa76-fba9a386cdeb/remove_router_interface => generated 309 bytes in 783 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 590/1276] 10.0.0.203 () {32 vars in 726 bytes} [Tue Jun 16 02:25:42 2026] DELETE /v2.0/networks/3d0e0dea-7e8d-4dee-b8d4-4c6dc421a7d6 => generated 0 bytes in 168 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 591/1277] 10.0.0.203 () {32 vars in 653 bytes} [Tue Jun 16 02:25:43 2026] GET /v2.0/extensions => generated 21537 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 687/1278] 10.0.0.203 () {32 vars in 774 bytes} [Tue Jun 16 02:25:43 2026] GET /v2.0/security-groups?tenant_id=36e51ea2b8644497bf5a478ec538e739&name=default => generated 2925 bytes in 263 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 688/1279] 10.0.0.203 () {32 vars in 649 bytes} [Tue Jun 16 02:25:43 2026] GET /v2.0/networks => generated 1312 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 689/1280] 10.0.0.203 () {32 vars in 740 bytes} [Tue Jun 16 02:25:43 2026] DELETE /v2.0/security-groups/a3257532-2f84-4a42-9b60-9cda240cb28e => 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: 690/1281] 10.0.0.203 () {32 vars in 647 bytes} [Tue Jun 16 02:25:43 2026] GET /v2.0/subnets => generated 1312 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-16 02:25:43.514 8 INFO neutron_taas.services.taas.taas_plugin [None req-1156a379-7fcb-4212-b0e1-9df815dbcfe6 8613ba524f644ba48a7f5022796d793f bba249db47ff46069367a495cfb08031 - - default default] TaaS: Handle Delete Port: 4dd86dce-b43a-42c1-aab5-d23607dfaf45 2026-06-16 02:25:43.517 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1156a379-7fcb-4212-b0e1-9df815dbcfe6 8613ba524f644ba48a7f5022796d793f bba249db47ff46069367a495cfb08031 - - default default] Tap Mirror: Handle Delete Port: 4dd86dce-b43a-42c1-aab5-d23607dfaf45 [pid: 7|app: 0|req: 691/1282] 10.0.0.203 () {32 vars in 723 bytes} [Tue Jun 16 02:25:43 2026] GET /v2.0/networks/f2c1d854-6ff4-4a9e-91c9-fe0941112a69 => generated 672 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 692/1283] 10.0.0.203 () {32 vars in 774 bytes} [Tue Jun 16 02:25:43 2026] GET /v2.0/security-groups?tenant_id=2d606865f7bd4fcfb6e2a7ad5bb1e477&name=default => generated 2925 bytes in 213 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 693/1284] 10.0.0.203 () {32 vars in 721 bytes} [Tue Jun 16 02:25:43 2026] GET /v2.0/subnets/202c7a77-21cc-44b9-8a25-cb14c854f1b9 => generated 673 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 694/1285] 10.0.0.203 () {32 vars in 740 bytes} [Tue Jun 16 02:25:43 2026] DELETE /v2.0/security-groups/8d17ac03-1902-4da0-b7af-f3b02bd1d055 => generated 0 bytes in 108 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-16 02:25:43.950 7 INFO neutron.pecan_wsgi.hooks.translation [None req-d074762f-2db9-4ae8-98af-b116a83192d9 39b258f9c70a4b9a832c48feeadfef77 5bf1431401824dc1b91087c6d476d0be - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 695/1286] 10.0.0.203 () {32 vars in 724 bytes} [Tue Jun 16 02:25:43 2026] DELETE /v2.0/subnets/255485e0-04cd-4ba8-9710-076f462add66 => generated 136 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-16 02:25:43.972 7 INFO neutron.pecan_wsgi.hooks.translation [None req-23b9f5f8-6b7c-4629-b288-d32223acb076 39b258f9c70a4b9a832c48feeadfef77 5bf1431401824dc1b91087c6d476d0be - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 696/1287] 10.0.0.203 () {32 vars in 726 bytes} [Tue Jun 16 02:25:43 2026] DELETE /v2.0/networks/18bd1343-7c50-41aa-91cf-52fab033aa1f => generated 138 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 592/1288] 10.0.0.203 () {34 vars in 789 bytes} [Tue Jun 16 02:25:43 2026] PUT /v2.0/routers/6cdbeb53-527b-40ce-aa76-fba9a386cdeb/remove_router_interface => generated 309 bytes in 920 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 593/1289] 10.0.0.203 () {32 vars in 736 bytes} [Tue Jun 16 02:25:44 2026] GET /v2.0/ports?device_id=6cdbeb53-527b-40ce-aa76-fba9a386cdeb => generated 12 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-16 02:25:44.289 8 INFO neutron_taas.services.taas.taas_plugin [None req-fa8ea554-c9b1-4987-af50-d866b2c3c6fb 8613ba524f644ba48a7f5022796d793f bba249db47ff46069367a495cfb08031 - - default default] TaaS: Handle Delete Port: ed543504-e9f0-47cb-8d71-37a2a7582c02 2026-06-16 02:25:44.292 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-fa8ea554-c9b1-4987-af50-d866b2c3c6fb 8613ba524f644ba48a7f5022796d793f bba249db47ff46069367a495cfb08031 - - default default] Tap Mirror: Handle Delete Port: ed543504-e9f0-47cb-8d71-37a2a7582c02 [pid: 7|app: 0|req: 697/1290] 10.0.0.203 () {32 vars in 724 bytes} [Tue Jun 16 02:25:43 2026] DELETE /v2.0/subnets/202c7a77-21cc-44b9-8a25-cb14c854f1b9 => generated 0 bytes in 411 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-16 02:25:44.459 8 INFO neutron.services.segments.plugin [-] Segment b6f7a889-0e74-49de-a50c-8564b2daf3a7 resource provider aggregate not found 2026-06-16 02:25:44.471 8 INFO neutron.services.segments.plugin [-] Segment b6f7a889-0e74-49de-a50c-8564b2daf3a7 resource provider aggregate not found 2026-06-16 02:25:44.478 8 INFO neutron.services.segments.plugin [-] Segment b6f7a889-0e74-49de-a50c-8564b2daf3a7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b6f7a889-0e74-49de-a50c-8564b2daf3a7 found for delete ", "request_id": "req-735b1ab6-6fd7-4310-b83a-d6f93a3430a3"}]} 2026-06-16 02:25:44.491 8 INFO neutron.services.segments.plugin [-] Segment b6f7a889-0e74-49de-a50c-8564b2daf3a7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b6f7a889-0e74-49de-a50c-8564b2daf3a7 found for delete ", "request_id": "req-09fe62c7-d4d3-43a0-8360-d3d788545ec8"}]} 2026-06-16 02:25:44.523 8 INFO neutron.services.segments.plugin [-] Segment 62e79457-ca33-44e6-8ccf-bbbddce85937 resource provider aggregate not found 2026-06-16 02:25:44.530 8 INFO neutron.services.segments.plugin [-] Segment 62e79457-ca33-44e6-8ccf-bbbddce85937 resource provider aggregate not found 2026-06-16 02:25:44.532 7 INFO neutron.services.segments.plugin [-] Segment 2e88cc68-9ef8-4873-976d-9a90d6153405 resource provider aggregate not found 2026-06-16 02:25:44.545 7 INFO neutron.services.segments.plugin [-] Segment 2e88cc68-9ef8-4873-976d-9a90d6153405 resource provider aggregate not found 2026-06-16 02:25:44.549 8 INFO neutron.services.segments.plugin [-] Segment 62e79457-ca33-44e6-8ccf-bbbddce85937 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 62e79457-ca33-44e6-8ccf-bbbddce85937 found for delete ", "request_id": "req-a18c9bf6-5e13-4c77-bdeb-89852dfc9847"}]} 2026-06-16 02:25:44.556 7 INFO neutron.services.segments.plugin [-] Segment 2e88cc68-9ef8-4873-976d-9a90d6153405 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2e88cc68-9ef8-4873-976d-9a90d6153405 found for delete ", "request_id": "req-62708ad3-0e76-4cb2-9441-cc223536ceab"}]} 2026-06-16 02:25:44.561 8 INFO neutron.services.segments.plugin [-] Segment 62e79457-ca33-44e6-8ccf-bbbddce85937 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 62e79457-ca33-44e6-8ccf-bbbddce85937 found for delete ", "request_id": "req-f329185b-2366-4893-b93b-3c5ab78f4f7e"}]} 2026-06-16 02:25:44.569 8 INFO neutron.services.segments.plugin [-] Segment 70cdebc5-8459-48a0-b50f-b43f5fd91db6 resource provider aggregate not found 2026-06-16 02:25:44.590 7 INFO neutron.services.segments.plugin [-] Segment 2e88cc68-9ef8-4873-976d-9a90d6153405 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2e88cc68-9ef8-4873-976d-9a90d6153405 found for delete ", "request_id": "req-7d6e44d0-9b78-4643-9f04-8b067fdef1d3"}]} 2026-06-16 02:25:44.592 8 INFO neutron.services.segments.plugin [-] Segment 70cdebc5-8459-48a0-b50f-b43f5fd91db6 resource provider aggregate not found 2026-06-16 02:25:44.606 8 INFO neutron.services.segments.plugin [-] Segment 70cdebc5-8459-48a0-b50f-b43f5fd91db6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 70cdebc5-8459-48a0-b50f-b43f5fd91db6 found for delete ", "request_id": "req-b63207ae-36d2-4ab7-a9fb-0c909a2c72a2"}]} 2026-06-16 02:25:44.621 8 INFO neutron.services.segments.plugin [-] Segment 70cdebc5-8459-48a0-b50f-b43f5fd91db6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 70cdebc5-8459-48a0-b50f-b43f5fd91db6 found for delete ", "request_id": "req-4409a159-348b-4c65-b2b7-996ffd4045d9"}]} 2026-06-16 02:25:44.634 8 INFO neutron.services.segments.plugin [-] Segment 50466c0e-1b99-4bbc-9d53-9710e6db7efd resource provider aggregate not found 2026-06-16 02:25:44.642 8 INFO neutron.services.segments.plugin [-] Segment 50466c0e-1b99-4bbc-9d53-9710e6db7efd resource provider aggregate not found 2026-06-16 02:25:44.667 8 INFO neutron.services.segments.plugin [-] Segment 50466c0e-1b99-4bbc-9d53-9710e6db7efd resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 50466c0e-1b99-4bbc-9d53-9710e6db7efd found for delete ", "request_id": "req-5ecbfe3e-56ad-4bd1-b83a-f5b8b3d2cde4"}]} 2026-06-16 02:25:44.667 8 INFO neutron.services.segments.plugin [-] Segment 50466c0e-1b99-4bbc-9d53-9710e6db7efd resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 50466c0e-1b99-4bbc-9d53-9710e6db7efd found for delete ", "request_id": "req-a7fcb313-f005-4503-b8a1-4abc0e3969e0"}]} [pid: 7|app: 0|req: 698/1291] 10.0.0.203 () {32 vars in 726 bytes} [Tue Jun 16 02:25:44 2026] DELETE /v2.0/networks/f2c1d854-6ff4-4a9e-91c9-fe0941112a69 => generated 0 bytes in 275 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-16 02:25:44.888 8 INFO neutron.db.l3_hamode_db [None req-fa8ea554-c9b1-4987-af50-d866b2c3c6fb 8613ba524f644ba48a7f5022796d793f bba249db47ff46069367a495cfb08031 - - default default] HA network 1a404444-70a5-4def-8db5-5a9c7d8fa412 was deleted as no HA routers are present in tenant bba249db47ff46069367a495cfb08031. [pid: 8|app: 0|req: 594/1294] 10.0.0.203 () {32 vars in 724 bytes} [Tue Jun 16 02:25:44 2026] DELETE /v2.0/routers/6cdbeb53-527b-40ce-aa76-fba9a386cdeb => generated 0 bytes in 792 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 701/1295] 10.0.0.203 () {32 vars in 724 bytes} [Tue Jun 16 02:25:44 2026] DELETE /v2.0/subnets/1ed2a8b6-f9b3-40b6-a3f5-6de87b84a5b7 => generated 0 bytes in 273 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 595/1296] 10.0.0.203 () {32 vars in 724 bytes} [Tue Jun 16 02:25:45 2026] DELETE /v2.0/subnets/b948d920-52c2-4d75-8b10-f6aa5aa3cb15 => generated 0 bytes in 222 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 702/1297] 10.0.0.203 () {32 vars in 774 bytes} [Tue Jun 16 02:25:45 2026] GET /v2.0/security-groups?tenant_id=5bf1431401824dc1b91087c6d476d0be&name=default => generated 2925 bytes in 125 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-16 02:25:45.532 8 INFO neutron_taas.services.taas.taas_plugin [None req-adbb242a-83a8-4d80-9ef6-bc8ac78ecd31 8613ba524f644ba48a7f5022796d793f bba249db47ff46069367a495cfb08031 - - default default] TaaS: Handle Delete Port: 3746e6c0-4e5e-4cd9-a497-974e43ca3721 2026-06-16 02:25:45.537 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-adbb242a-83a8-4d80-9ef6-bc8ac78ecd31 8613ba524f644ba48a7f5022796d793f bba249db47ff46069367a495cfb08031 - - default default] Tap Mirror: Handle Delete Port: 3746e6c0-4e5e-4cd9-a497-974e43ca3721 [pid: 7|app: 0|req: 703/1298] 10.0.0.203 () {32 vars in 740 bytes} [Tue Jun 16 02:25:45 2026] DELETE /v2.0/security-groups/b408dff9-d8bf-4719-80cd-916bfe66a411 => generated 0 bytes in 189 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 596/1299] 10.0.0.203 () {32 vars in 726 bytes} [Tue Jun 16 02:25:45 2026] DELETE /v2.0/networks/2cd0b380-12ce-4921-8f82-a078ab444add => generated 0 bytes in 458 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-16 02:25:45.961 8 INFO neutron_taas.services.taas.taas_plugin [None req-88e947e1-ab68-4344-a9d9-be7f58c6bf26 8613ba524f644ba48a7f5022796d793f bba249db47ff46069367a495cfb08031 - - default default] TaaS: Handle Delete Port: 118f38a4-9354-40af-b03e-4f720366e2de 2026-06-16 02:25:45.964 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-88e947e1-ab68-4344-a9d9-be7f58c6bf26 8613ba524f644ba48a7f5022796d793f bba249db47ff46069367a495cfb08031 - - default default] Tap Mirror: Handle Delete Port: 118f38a4-9354-40af-b03e-4f720366e2de 2026-06-16 02:25:46.224 7 INFO neutron.db.segments_db [None req-21ea3e46-9d1c-4602-b0ff-b25e888c8a83 c4d6b8bc90cc42138c42b9194f62f1c4 4b31d761d63b4a1993e9bf9e56b2d666 - - default default] Added segment 36df1e43-8c6e-466d-9179-2c1fd041fb9c of type vxlan for network 26735755-6a2d-45a6-bf85-7176c070983a [pid: 8|app: 0|req: 597/1300] 10.0.0.203 () {32 vars in 726 bytes} [Tue Jun 16 02:25:45 2026] DELETE /v2.0/networks/8523d134-159c-4a2a-adb9-066952d04d48 => generated 0 bytes in 357 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-16 02:25:46.294 8 INFO neutron.db.segments_db [None req-7e94a393-bec3-4574-a8d7-ada24c2aa1b2 8613ba524f644ba48a7f5022796d793f bba249db47ff46069367a495cfb08031 - - default default] Added segment 5687fa5a-6b47-4a06-b360-11199af5ebc9 of type vxlan for network 52252df9-8f9c-40f0-b385-c30d1fcda0ed [pid: 7|app: 0|req: 704/1301] 10.0.0.203 () {34 vars in 670 bytes} [Tue Jun 16 02:25:45 2026] POST /v2.0/networks => generated 629 bytes in 546 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 598/1302] 10.0.0.203 () {34 vars in 670 bytes} [Tue Jun 16 02:25:46 2026] POST /v2.0/networks => generated 614 bytes in 321 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 705/1303] 10.0.0.203 () {32 vars in 774 bytes} [Tue Jun 16 02:25:46 2026] GET /v2.0/security-groups?tenant_id=87982c8b505d412ca6f905fa2dd2d941&name=default => generated 2925 bytes in 308 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-16 02:25:46.693 8 INFO neutron.services.segments.plugin [-] Segment 245f09e7-a0b8-4a6c-b368-d166e5fe4897 resource provider aggregate not found 2026-06-16 02:25:46.695 8 INFO neutron.services.segments.plugin [-] Segment 245f09e7-a0b8-4a6c-b368-d166e5fe4897 resource provider aggregate not found 2026-06-16 02:25:46.717 8 INFO neutron.services.segments.plugin [-] Segment 245f09e7-a0b8-4a6c-b368-d166e5fe4897 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 245f09e7-a0b8-4a6c-b368-d166e5fe4897 found for delete ", "request_id": "req-3f9cb199-454b-44f3-bb0e-9ede6196fa4a"}]} 2026-06-16 02:25:46.724 8 INFO neutron.services.segments.plugin [-] Segment 245f09e7-a0b8-4a6c-b368-d166e5fe4897 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 245f09e7-a0b8-4a6c-b368-d166e5fe4897 found for delete ", "request_id": "req-5c86d244-a8a5-4990-ae64-9e3a2cd2c2e7"}]} 2026-06-16 02:25:46.741 8 INFO neutron.services.segments.plugin [-] Segment e9ed751f-e020-4a90-adc5-55b9d204bdb4 resource provider aggregate not found 2026-06-16 02:25:46.746 8 INFO neutron.services.segments.plugin [-] Segment e9ed751f-e020-4a90-adc5-55b9d204bdb4 resource provider aggregate not found 2026-06-16 02:25:46.763 8 INFO neutron.services.segments.plugin [-] Segment e9ed751f-e020-4a90-adc5-55b9d204bdb4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e9ed751f-e020-4a90-adc5-55b9d204bdb4 found for delete ", "request_id": "req-91d49081-9f59-4568-b810-6ed1f4d12954"}]} 2026-06-16 02:25:46.768 8 INFO neutron.services.segments.plugin [-] Segment e9ed751f-e020-4a90-adc5-55b9d204bdb4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e9ed751f-e020-4a90-adc5-55b9d204bdb4 found for delete ", "request_id": "req-cda3f5c8-f79e-439c-8ba6-d09471920f93"}]} 2026-06-16 02:25:46.787 8 INFO neutron.services.segments.plugin [-] Segment c67f716d-5e75-444e-a9fa-bbebdf7ac2f1 resource provider aggregate not found 2026-06-16 02:25:46.788 8 INFO neutron.services.segments.plugin [-] Segment c67f716d-5e75-444e-a9fa-bbebdf7ac2f1 resource provider aggregate not found 2026-06-16 02:25:46.808 8 INFO neutron.services.segments.plugin [-] Segment c67f716d-5e75-444e-a9fa-bbebdf7ac2f1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c67f716d-5e75-444e-a9fa-bbebdf7ac2f1 found for delete ", "request_id": "req-9fd60bc1-7580-4542-9ea6-4d62b1941348"}]} 2026-06-16 02:25:46.808 8 INFO neutron.services.segments.plugin [-] Segment c67f716d-5e75-444e-a9fa-bbebdf7ac2f1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c67f716d-5e75-444e-a9fa-bbebdf7ac2f1 found for delete ", "request_id": "req-790d5213-2474-477e-9000-d1f2fb4b7c1e"}]} [pid: 7|app: 0|req: 706/1304] 10.0.0.203 () {34 vars in 669 bytes} [Tue Jun 16 02:25:46 2026] POST /v2.0/subnets => generated 646 bytes in 380 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 599/1305] 10.0.0.203 () {34 vars in 665 bytes} [Tue Jun 16 02:25:46 2026] POST /v2.0/ports => generated 779 bytes in 554 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: 707/1306] 10.0.0.203 () {32 vars in 740 bytes} [Tue Jun 16 02:25:47 2026] DELETE /v2.0/security-groups/419d3c64-2e71-4a21-905b-927bd758b665 => generated 0 bytes in 199 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-16 02:25:47.273 8 INFO neutron.db.segments_db [None req-6bfc93ee-b567-46e4-918b-13932b1a27d7 8613ba524f644ba48a7f5022796d793f bba249db47ff46069367a495cfb08031 - - default default] Added segment 00327390-4820-4188-a33a-27d8bac464df of type vxlan for network 8d7fd172-c580-4860-bc58-27f7fffe970c 2026-06-16 02:25:47.333 7 INFO neutron.db.segments_db [None req-b5a12e22-90c9-4644-ad36-53b48eb7796b c4d6b8bc90cc42138c42b9194f62f1c4 4b31d761d63b4a1993e9bf9e56b2d666 - - default default] Added segment db63858d-6e79-46c7-9a97-9a110b83c9a2 of type vxlan for network 40a94d20-1296-4e5d-bb02-016890e36eb8 [pid: 7|app: 0|req: 708/1307] 10.0.0.203 () {34 vars in 670 bytes} [Tue Jun 16 02:25:47 2026] POST /v2.0/networks => generated 616 bytes in 196 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-16 02:25:47.610 8 INFO neutron.db.l3_hamode_db [None req-6bfc93ee-b567-46e4-918b-13932b1a27d7 8613ba524f644ba48a7f5022796d793f bba249db47ff46069367a495cfb08031 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-16 02:25:47.729 8 INFO neutron.db.l3_hamode_db [None req-6bfc93ee-b567-46e4-918b-13932b1a27d7 8613ba524f644ba48a7f5022796d793f bba249db47ff46069367a495cfb08031 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 709/1308] 10.0.0.203 () {34 vars in 669 bytes} [Tue Jun 16 02:25:47 2026] POST /v2.0/subnets => generated 646 bytes in 314 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-16 02:25:48.156 7 INFO neutron.db.segments_db [None req-e7589771-7003-4249-b857-bfdcfec97ee4 71f8c0aa3124406baeb2346d694a3150 3c6399e4c4f443f0b08198cafb9fb26d - - default default] Added segment 5571daaf-8567-4121-b507-bc8ffe4dddfa of type vxlan for network 562f2138-f29a-4e37-a849-43a7b720ad46 [pid: 7|app: 0|req: 710/1309] 10.0.0.203 () {34 vars in 670 bytes} [Tue Jun 16 02:25:47 2026] POST /v2.0/networks => generated 610 bytes in 469 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 600/1310] 10.0.0.203 () {34 vars in 669 bytes} [Tue Jun 16 02:25:47 2026] POST /v2.0/routers => generated 511 bytes in 1172 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-16 02:25:48.342 8 INFO neutron.db.segments_db [None req-dd43b3b5-9c00-4786-87f3-105b0f25ac90 71f8c0aa3124406baeb2346d694a3150 3c6399e4c4f443f0b08198cafb9fb26d - - default default] Added segment d792a674-172d-42e1-958c-9664360775c9 of type vxlan for network 61005f39-0fef-40b9-920d-c47b7d53a6f1 [pid: 8|app: 0|req: 601/1311] 10.0.0.203 () {34 vars in 670 bytes} [Tue Jun 16 02:25:48 2026] POST /v2.0/networks => generated 611 bytes in 179 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 711/1312] 10.0.0.203 () {34 vars in 665 bytes} [Tue Jun 16 02:25:48 2026] POST /v2.0/ports => generated 965 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: 8|app: 0|req: 602/1313] 10.0.0.203 () {34 vars in 665 bytes} [Tue Jun 16 02:25:48 2026] POST /v2.0/ports => generated 963 bytes in 388 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: 712/1314] 10.0.0.203 () {34 vars in 669 bytes} [Tue Jun 16 02:25:48 2026] POST /v2.0/subnets => generated 626 bytes in 262 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-16 02:25:48.979 8 INFO neutron_taas.services.taas.taas_plugin [None req-dbb8d81e-3857-4515-865c-a2050d7ffd51 c4d6b8bc90cc42138c42b9194f62f1c4 4b31d761d63b4a1993e9bf9e56b2d666 - - default default] TaaS: Handle Delete Port: 920a3098-2dcd-4cc7-a921-455f19279de1 2026-06-16 02:25:48.982 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-dbb8d81e-3857-4515-865c-a2050d7ffd51 c4d6b8bc90cc42138c42b9194f62f1c4 4b31d761d63b4a1993e9bf9e56b2d666 - - default default] Tap Mirror: Handle Delete Port: 920a3098-2dcd-4cc7-a921-455f19279de1 [pid: 8|app: 0|req: 603/1315] 10.0.0.203 () {32 vars in 720 bytes} [Tue Jun 16 02:25:48 2026] DELETE /v2.0/ports/920a3098-2dcd-4cc7-a921-455f19279de1 => generated 0 bytes in 242 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 604/1316] 10.0.0.203 () {34 vars in 669 bytes} [Tue Jun 16 02:25:49 2026] POST /v2.0/subnets => generated 626 bytes in 305 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 605/1317] 10.0.0.203 () {32 vars in 653 bytes} [Tue Jun 16 02:25:49 2026] GET /v2.0/extensions => generated 21537 bytes in 192 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) 2026-06-16 02:25:49.610 8 INFO neutron.pecan_wsgi.hooks.translation [None req-f0d4e057-ede6-4d25-ad37-27da78cb1dda c4d6b8bc90cc42138c42b9194f62f1c4 4b31d761d63b4a1993e9bf9e56b2d666 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 606/1318] 10.0.0.203 () {32 vars in 720 bytes} [Tue Jun 16 02:25:49 2026] DELETE /v2.0/ports/920a3098-2dcd-4cc7-a921-455f19279de1 => generated 132 bytes in 24 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-16 02:25:49.689 8 INFO neutron.db.segments_db [None req-017a437f-b145-40bf-9166-5ee038d252f9 71f8c0aa3124406baeb2346d694a3150 3c6399e4c4f443f0b08198cafb9fb26d - - default default] Added segment 083542cc-2a1d-4e1d-804b-c1260c539e28 of type vxlan for network 1c318326-360f-41de-90dd-1f5f6bdbbf92 2026-06-16 02:25:49.959 8 INFO neutron.db.l3_hamode_db [None req-017a437f-b145-40bf-9166-5ee038d252f9 71f8c0aa3124406baeb2346d694a3150 3c6399e4c4f443f0b08198cafb9fb26d - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 713/1319] 10.0.0.203 () {34 vars in 783 bytes} [Tue Jun 16 02:25:48 2026] PUT /v2.0/routers/5267a9e6-d716-4675-b719-4c0059967856/add_router_interface => generated 309 bytes in 1101 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: 714/1320] 10.0.0.203 () {32 vars in 681 bytes} [Tue Jun 16 02:25:49 2026] GET /v2.0/extensions/address-group => generated 159 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 02:25:49.985 7 INFO neutron.pecan_wsgi.hooks.translation [None req-f7554218-81f7-4b03-8e9c-81a3f0fa030e c4d6b8bc90cc42138c42b9194f62f1c4 4b31d761d63b4a1993e9bf9e56b2d666 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 715/1321] 10.0.0.203 () {32 vars in 717 bytes} [Tue Jun 16 02:25:49 2026] GET /v2.0/ports/920a3098-2dcd-4cc7-a921-455f19279de1 => generated 132 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 716/1322] 10.0.0.203 () {32 vars in 717 bytes} [Tue Jun 16 02:25:49 2026] GET /v2.0/ports/2c3ebf1f-f56e-4246-bc52-73431ba740e5 => generated 1037 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 717/1323] 10.0.0.203 () {32 vars in 681 bytes} [Tue Jun 16 02:25:50 2026] GET /v2.0/extensions/address-scope => generated 163 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 02:25:50.136 8 INFO neutron.db.l3_hamode_db [None req-017a437f-b145-40bf-9166-5ee038d252f9 71f8c0aa3124406baeb2346d694a3150 3c6399e4c4f443f0b08198cafb9fb26d - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 718/1324] 10.0.0.203 () {32 vars in 724 bytes} [Tue Jun 16 02:25:50 2026] DELETE /v2.0/subnets/8eed6cee-8f4c-4fae-bee7-76cbdd64ece8 => generated 0 bytes in 300 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-16 02:25:50.751 7 INFO neutron_taas.services.taas.taas_plugin [None req-85a174cb-8064-47fd-84fe-24e25186655b 8613ba524f644ba48a7f5022796d793f bba249db47ff46069367a495cfb08031 - - default default] TaaS: Handle Delete Port: 2c3ebf1f-f56e-4246-bc52-73431ba740e5 2026-06-16 02:25:50.754 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-85a174cb-8064-47fd-84fe-24e25186655b 8613ba524f644ba48a7f5022796d793f bba249db47ff46069367a495cfb08031 - - default default] Tap Mirror: Handle Delete Port: 2c3ebf1f-f56e-4246-bc52-73431ba740e5 [pid: 8|app: 0|req: 607/1325] 10.0.0.203 () {34 vars in 669 bytes} [Tue Jun 16 02:25:49 2026] POST /v2.0/routers => generated 507 bytes in 1412 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 608/1326] 10.0.0.203 () {32 vars in 729 bytes} [Tue Jun 16 02:25:51 2026] GET /v2.0/extensions/router-admin-state-down-before-update => generated 312 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 02:25:51.160 8 INFO neutron.services.segments.plugin [-] Segment db63858d-6e79-46c7-9a97-9a110b83c9a2 resource provider aggregate not found 2026-06-16 02:25:51.169 8 INFO neutron.services.segments.plugin [-] Segment db63858d-6e79-46c7-9a97-9a110b83c9a2 resource provider aggregate not found 2026-06-16 02:25:51.185 8 INFO neutron.services.segments.plugin [-] Segment db63858d-6e79-46c7-9a97-9a110b83c9a2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid db63858d-6e79-46c7-9a97-9a110b83c9a2 found for delete ", "request_id": "req-87dd938a-a336-4b07-9633-55bb28660162"}]} 2026-06-16 02:25:51.187 8 INFO neutron.services.segments.plugin [-] Segment db63858d-6e79-46c7-9a97-9a110b83c9a2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid db63858d-6e79-46c7-9a97-9a110b83c9a2 found for delete ", "request_id": "req-6ce62394-46e8-4643-8a5b-6e5dbd5b6efc"}]} [pid: 8|app: 0|req: 609/1327] 10.0.0.203 () {32 vars in 726 bytes} [Tue Jun 16 02:25:51 2026] DELETE /v2.0/networks/40a94d20-1296-4e5d-bb02-016890e36eb8 => 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: 719/1328] 10.0.0.203 () {34 vars in 789 bytes} [Tue Jun 16 02:25:50 2026] PUT /v2.0/routers/5267a9e6-d716-4675-b719-4c0059967856/remove_router_interface => generated 309 bytes in 886 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: 720/1329] 10.0.0.203 () {32 vars in 665 bytes} [Tue Jun 16 02:25:51 2026] GET /v2.0/extensions/agent => generated 153 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 02:25:51.279 7 INFO neutron.db.segments_db [None req-15b9847f-1889-4024-9464-da4bcf4aecf2 c4d6b8bc90cc42138c42b9194f62f1c4 4b31d761d63b4a1993e9bf9e56b2d666 - - default default] Added segment 5db10066-7216-48ae-a593-94a2d71cb8ad of type vxlan for network f6e657b8-fbc7-4bd5-9370-0d0d577cb9ae [pid: 7|app: 0|req: 721/1330] 10.0.0.203 () {34 vars in 670 bytes} [Tue Jun 16 02:25:51 2026] POST /v2.0/networks => generated 617 bytes in 148 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-16 02:25:51.472 7 INFO neutron.api.v2.resource [None req-b2f0cd7e-3e55-43c0-abfa-b02e077c4c01 8613ba524f644ba48a7f5022796d793f bba249db47ff46069367a495cfb08031 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 7|app: 0|req: 722/1331] 10.0.0.203 () {34 vars in 789 bytes} [Tue Jun 16 02:25:51 2026] PUT /v2.0/routers/5267a9e6-d716-4675-b719-4c0059967856/remove_router_interface => generated 197 bytes in 104 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 723/1332] 10.0.0.203 () {32 vars in 699 bytes} [Tue Jun 16 02:25:51 2026] GET /v2.0/extensions/agent-resources-synced => generated 223 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 724/1333] 10.0.0.203 () {34 vars in 669 bytes} [Tue Jun 16 02:25:51 2026] POST /v2.0/subnets => generated 646 bytes in 251 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 725/1334] 10.0.0.203 () {32 vars in 736 bytes} [Tue Jun 16 02:25:51 2026] GET /v2.0/ports?device_id=5267a9e6-d716-4675-b719-4c0059967856 => 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: 726/1335] 10.0.0.203 () {32 vars in 697 bytes} [Tue Jun 16 02:25:51 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: 727/1336] 10.0.0.203 () {34 vars in 665 bytes} [Tue Jun 16 02:25:51 2026] POST /v2.0/ports => generated 924 bytes in 318 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 610/1337] 10.0.0.203 () {34 vars in 783 bytes} [Tue Jun 16 02:25:51 2026] PUT /v2.0/routers/3b6f8638-654d-4269-93b7-cedf5b6f6f93/add_router_interface => generated 309 bytes in 1149 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 611/1338] 10.0.0.203 () {32 vars in 701 bytes} [Tue Jun 16 02:25:52 2026] GET /v2.0/extensions/auto-allocated-topology => generated 200 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 02:25:52.467 8 INFO neutron_taas.services.taas.taas_plugin [None req-a5060b83-13bb-49be-87ac-c4cbe0879211 c4d6b8bc90cc42138c42b9194f62f1c4 4b31d761d63b4a1993e9bf9e56b2d666 - - default default] TaaS: Handle Delete Port: e0b748f9-de7f-478a-b996-70e43a721611 2026-06-16 02:25:52.470 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a5060b83-13bb-49be-87ac-c4cbe0879211 c4d6b8bc90cc42138c42b9194f62f1c4 4b31d761d63b4a1993e9bf9e56b2d666 - - default default] Tap Mirror: Handle Delete Port: e0b748f9-de7f-478a-b996-70e43a721611 [pid: 8|app: 0|req: 612/1339] 10.0.0.203 () {32 vars in 720 bytes} [Tue Jun 16 02:25:52 2026] DELETE /v2.0/ports/e0b748f9-de7f-478a-b996-70e43a721611 => generated 0 bytes in 253 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 613/1340] 10.0.0.203 () {32 vars in 717 bytes} [Tue Jun 16 02:25:52 2026] GET /v2.0/ports/e4c661da-61ee-4a1b-8ab3-739170ffbc4d => generated 955 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 02:25:52.679 7 INFO neutron_taas.services.taas.taas_plugin [None req-c8f326ed-7cac-4e9b-9171-4628df13aa7c 8613ba524f644ba48a7f5022796d793f bba249db47ff46069367a495cfb08031 - - default default] TaaS: Handle Delete Port: df8baa38-970b-4e84-893e-472f3f654d99 [pid: 8|app: 0|req: 614/1341] 10.0.0.203 () {32 vars in 689 bytes} [Tue Jun 16 02:25:52 2026] GET /v2.0/extensions/availability_zone => generated 178 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 02:25:52.683 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c8f326ed-7cac-4e9b-9171-4628df13aa7c 8613ba524f644ba48a7f5022796d793f bba249db47ff46069367a495cfb08031 - - default default] Tap Mirror: Handle Delete Port: df8baa38-970b-4e84-893e-472f3f654d99 2026-06-16 02:25:52.692 8 INFO neutron.pecan_wsgi.hooks.translation [None req-6512f1fd-398b-4051-948c-58b2bbde4b8b c4d6b8bc90cc42138c42b9194f62f1c4 4b31d761d63b4a1993e9bf9e56b2d666 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 615/1342] 10.0.0.203 () {32 vars in 717 bytes} [Tue Jun 16 02:25:52 2026] GET /v2.0/ports/e0b748f9-de7f-478a-b996-70e43a721611 => generated 132 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-16 02:25:53.037 7 INFO neutron.services.segments.plugin [-] Segment 00327390-4820-4188-a33a-27d8bac464df resource provider aggregate not found 2026-06-16 02:25:53.042 7 INFO neutron.services.segments.plugin [-] Segment 00327390-4820-4188-a33a-27d8bac464df resource provider aggregate not found 2026-06-16 02:25:53.064 7 INFO neutron.services.segments.plugin [-] Segment 00327390-4820-4188-a33a-27d8bac464df resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 00327390-4820-4188-a33a-27d8bac464df found for delete ", "request_id": "req-4fa57b97-9b55-4de9-8cea-0ed95f61faaf"}]} 2026-06-16 02:25:53.064 7 INFO neutron.services.segments.plugin [-] Segment 00327390-4820-4188-a33a-27d8bac464df resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 00327390-4820-4188-a33a-27d8bac464df found for delete ", "request_id": "req-695cc8e1-32a8-4bee-b4a7-afc1c3a4cc66"}]} 2026-06-16 02:25:53.073 7 INFO neutron.db.l3_hamode_db [None req-c8f326ed-7cac-4e9b-9171-4628df13aa7c 8613ba524f644ba48a7f5022796d793f bba249db47ff46069367a495cfb08031 - - default default] HA network 8d7fd172-c580-4860-bc58-27f7fffe970c was deleted as no HA routers are present in tenant bba249db47ff46069367a495cfb08031. [pid: 7|app: 0|req: 728/1343] 10.0.0.203 () {32 vars in 724 bytes} [Tue Jun 16 02:25:52 2026] DELETE /v2.0/routers/5267a9e6-d716-4675-b719-4c0059967856 => generated 0 bytes in 1011 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 729/1344] 10.0.0.203 () {32 vars in 703 bytes} [Tue Jun 16 02:25:53 2026] GET /v2.0/extensions/availability_zone_filter => generated 220 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 730/1345] 10.0.0.203 () {32 vars in 724 bytes} [Tue Jun 16 02:25:53 2026] DELETE /v2.0/subnets/6d535ec9-876a-479d-aa92-dbf28638d8a7 => 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: 731/1346] 10.0.0.203 () {32 vars in 724 bytes} [Tue Jun 16 02:25:53 2026] DELETE /v2.0/subnets/4ac967d5-444c-4327-a80e-e1dbb33322b5 => generated 0 bytes in 90 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 732/1347] 10.0.0.203 () {32 vars in 693 bytes} [Tue Jun 16 02:25:53 2026] GET /v2.0/extensions/default-subnetpools => generated 211 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 733/1348] 10.0.0.203 () {32 vars in 726 bytes} [Tue Jun 16 02:25:53 2026] DELETE /v2.0/networks/f6e657b8-fbc7-4bd5-9370-0d0d577cb9ae => generated 0 bytes in 89 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 734/1349] 10.0.0.203 () {32 vars in 726 bytes} [Tue Jun 16 02:25:53 2026] DELETE /v2.0/networks/52252df9-8f9c-40f0-b385-c30d1fcda0ed => 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: 735/1350] 10.0.0.203 () {32 vars in 695 bytes} [Tue Jun 16 02:25:53 2026] GET /v2.0/extensions/dhcp_agent_scheduler => generated 187 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 736/1351] 10.0.0.203 () {34 vars in 665 bytes} [Tue Jun 16 02:25:53 2026] POST /v2.0/ports => generated 778 bytes in 304 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-16 02:25:53.822 7 INFO neutron.db.segments_db [None req-82c409a4-1357-4068-8973-dec86ff74ab1 8613ba524f644ba48a7f5022796d793f bba249db47ff46069367a495cfb08031 - - default default] Added segment a78eaca6-8258-4bf7-a1f3-1e613702e8fc of type vxlan for network bcbb9a6d-f6e1-492e-ad66-929588251eae [pid: 7|app: 0|req: 737/1352] 10.0.0.203 () {34 vars in 670 bytes} [Tue Jun 16 02:25:53 2026] POST /v2.0/networks => generated 615 bytes in 188 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 738/1353] 10.0.0.203 () {32 vars in 685 bytes} [Tue Jun 16 02:25:53 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: 739/1354] 10.0.0.203 () {34 vars in 737 bytes} [Tue Jun 16 02:25:53 2026] PUT /v2.0/ports/b2e2668e-06d3-42a1-9fb9-445c09b85568 => generated 752 bytes in 207 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: 616/1355] 10.0.0.203 () {34 vars in 783 bytes} [Tue Jun 16 02:25:52 2026] PUT /v2.0/routers/3b6f8638-654d-4269-93b7-cedf5b6f6f93/add_router_interface => generated 309 bytes in 1558 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 617/1356] 10.0.0.203 () {32 vars in 687 bytes} [Tue Jun 16 02:25:54 2026] GET /v2.0/extensions/dns-domain-ports => generated 205 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 02:25:54.361 8 INFO neutron_taas.services.taas.taas_plugin [None req-8364bb64-ed8b-4936-b885-6aa38d8b049f c4d6b8bc90cc42138c42b9194f62f1c4 4b31d761d63b4a1993e9bf9e56b2d666 - - default default] TaaS: Handle Delete Port: b2e2668e-06d3-42a1-9fb9-445c09b85568 2026-06-16 02:25:54.364 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8364bb64-ed8b-4936-b885-6aa38d8b049f c4d6b8bc90cc42138c42b9194f62f1c4 4b31d761d63b4a1993e9bf9e56b2d666 - - default default] Tap Mirror: Handle Delete Port: b2e2668e-06d3-42a1-9fb9-445c09b85568 [pid: 7|app: 0|req: 740/1357] 10.0.0.203 () {34 vars in 669 bytes} [Tue Jun 16 02:25:54 2026] POST /v2.0/subnets => generated 646 bytes in 267 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 618/1358] 10.0.0.203 () {32 vars in 720 bytes} [Tue Jun 16 02:25:54 2026] DELETE /v2.0/ports/b2e2668e-06d3-42a1-9fb9-445c09b85568 => generated 0 bytes in 199 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 619/1359] 10.0.0.203 () {32 vars in 661 bytes} [Tue Jun 16 02:25:54 2026] GET /v2.0/extensions/dvr => generated 193 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 02:25:54.530 8 INFO neutron.db.segments_db [None req-e36182bc-651f-4812-aa92-5043354b157d 8613ba524f644ba48a7f5022796d793f bba249db47ff46069367a495cfb08031 - - default default] Added segment 8a0b5eb4-65cb-497b-ad27-a1095ec7ced9 of type vxlan for network 00ac3975-ca16-4456-b39c-844c6e89099f [pid: 7|app: 0|req: 741/1360] 10.0.0.203 () {32 vars in 717 bytes} [Tue Jun 16 02:25:54 2026] GET /v2.0/ports/f21372f1-fdca-4647-9b5c-f1d7e4d0725f => generated 955 bytes in 102 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 742/1361] 10.0.0.203 () {32 vars in 699 bytes} [Tue Jun 16 02:25:54 2026] GET /v2.0/extensions/empty-string-filtering => generated 219 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 743/1362] 10.0.0.203 () {32 vars in 643 bytes} [Tue Jun 16 02:25:54 2026] GET /v2.0/ports => generated 782 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 02:25:54.853 8 INFO neutron.db.l3_hamode_db [None req-e36182bc-651f-4812-aa92-5043354b157d 8613ba524f644ba48a7f5022796d793f bba249db47ff46069367a495cfb08031 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-16 02:25:54.918 7 INFO neutron_taas.services.taas.taas_plugin [None req-529e889c-d012-49a3-8941-8875929c46e3 71f8c0aa3124406baeb2346d694a3150 3c6399e4c4f443f0b08198cafb9fb26d - - default default] TaaS: Handle Delete Port: f21372f1-fdca-4647-9b5c-f1d7e4d0725f 2026-06-16 02:25:54.922 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-529e889c-d012-49a3-8941-8875929c46e3 71f8c0aa3124406baeb2346d694a3150 3c6399e4c4f443f0b08198cafb9fb26d - - default default] Tap Mirror: Handle Delete Port: f21372f1-fdca-4647-9b5c-f1d7e4d0725f 2026-06-16 02:25:54.962 8 INFO neutron.db.l3_hamode_db [None req-e36182bc-651f-4812-aa92-5043354b157d 8613ba524f644ba48a7f5022796d793f bba249db47ff46069367a495cfb08031 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-16 02:25:55.089 7 INFO neutron.services.segments.plugin [-] Segment 5db10066-7216-48ae-a593-94a2d71cb8ad resource provider aggregate not found 2026-06-16 02:25:55.096 7 INFO neutron.services.segments.plugin [-] Segment 5db10066-7216-48ae-a593-94a2d71cb8ad resource provider aggregate not found 2026-06-16 02:25:55.112 7 INFO neutron.services.segments.plugin [-] Segment 5db10066-7216-48ae-a593-94a2d71cb8ad resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5db10066-7216-48ae-a593-94a2d71cb8ad found for delete ", "request_id": "req-dc9918bb-e611-4a6b-af61-39433215d538"}]} 2026-06-16 02:25:55.119 7 INFO neutron.services.segments.plugin [-] Segment 5db10066-7216-48ae-a593-94a2d71cb8ad resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5db10066-7216-48ae-a593-94a2d71cb8ad found for delete ", "request_id": "req-9d0dd45e-1955-4f36-aeed-3599b31734d4"}]} 2026-06-16 02:25:55.137 7 INFO neutron.services.segments.plugin [-] Segment 5687fa5a-6b47-4a06-b360-11199af5ebc9 resource provider aggregate not found 2026-06-16 02:25:55.137 7 INFO neutron.services.segments.plugin [-] Segment 5687fa5a-6b47-4a06-b360-11199af5ebc9 resource provider aggregate not found 2026-06-16 02:25:55.172 7 INFO neutron.services.segments.plugin [-] Segment 5687fa5a-6b47-4a06-b360-11199af5ebc9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5687fa5a-6b47-4a06-b360-11199af5ebc9 found for delete ", "request_id": "req-2f1f8f16-996c-410a-a44c-cb3b3f82a6d8"}]} 2026-06-16 02:25:55.175 7 INFO neutron.services.segments.plugin [-] Segment 5687fa5a-6b47-4a06-b360-11199af5ebc9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5687fa5a-6b47-4a06-b360-11199af5ebc9 found for delete ", "request_id": "req-545afabf-e295-4f54-9c9d-1047ea55d2ce"}]} [pid: 7|app: 0|req: 744/1363] 10.0.0.203 () {34 vars in 789 bytes} [Tue Jun 16 02:25:54 2026] PUT /v2.0/routers/3b6f8638-654d-4269-93b7-cedf5b6f6f93/remove_router_interface => generated 309 bytes in 784 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 745/1364] 10.0.0.203 () {32 vars in 679 bytes} [Tue Jun 16 02:25:55 2026] GET /v2.0/extensions/external-net => generated 200 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 02:25:55.386 7 INFO neutron.pecan_wsgi.hooks.translation [None req-917484b9-83d9-419e-baff-1812984ee1ff c4d6b8bc90cc42138c42b9194f62f1c4 4b31d761d63b4a1993e9bf9e56b2d666 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 746/1365] 10.0.0.203 () {32 vars in 717 bytes} [Tue Jun 16 02:25:55 2026] GET /v2.0/ports/b2e2668e-06d3-42a1-9fb9-445c09b85568 => 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: 620/1366] 10.0.0.203 () {34 vars in 669 bytes} [Tue Jun 16 02:25:54 2026] POST /v2.0/routers => generated 511 bytes in 1110 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 621/1367] 10.0.0.203 () {32 vars in 683 bytes} [Tue Jun 16 02:25:55 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: 622/1368] 10.0.0.203 () {32 vars in 643 bytes} [Tue Jun 16 02:25:55 2026] GET /v2.0/ports => generated 782 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 02:25:55.746 7 INFO neutron_taas.services.taas.taas_plugin [None req-becb55df-181b-4cfd-a96d-9b6df2c2d744 71f8c0aa3124406baeb2346d694a3150 3c6399e4c4f443f0b08198cafb9fb26d - - default default] TaaS: Handle Delete Port: e4c661da-61ee-4a1b-8ab3-739170ffbc4d 2026-06-16 02:25:55.750 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-becb55df-181b-4cfd-a96d-9b6df2c2d744 71f8c0aa3124406baeb2346d694a3150 3c6399e4c4f443f0b08198cafb9fb26d - - default default] Tap Mirror: Handle Delete Port: e4c661da-61ee-4a1b-8ab3-739170ffbc4d [pid: 7|app: 0|req: 747/1369] 10.0.0.203 () {34 vars in 789 bytes} [Tue Jun 16 02:25:55 2026] PUT /v2.0/routers/3b6f8638-654d-4269-93b7-cedf5b6f6f93/remove_router_interface => generated 309 bytes in 811 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 748/1370] 10.0.0.203 () {32 vars in 675 bytes} [Tue Jun 16 02:25:56 2026] GET /v2.0/extensions/extraroute => generated 181 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 749/1371] 10.0.0.203 () {32 vars in 717 bytes} [Tue Jun 16 02:25:56 2026] GET /v2.0/ports/5d9c4d02-9c58-4e79-bc42-64494e774bd7 => generated 779 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 750/1372] 10.0.0.203 () {32 vars in 736 bytes} [Tue Jun 16 02:25:56 2026] GET /v2.0/ports?device_id=3b6f8638-654d-4269-93b7-cedf5b6f6f93 => 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: 751/1373] 10.0.0.203 () {32 vars in 689 bytes} [Tue Jun 16 02:25:56 2026] GET /v2.0/extensions/extraroute-atomic => generated 250 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 02:25:56.270 7 INFO neutron.pecan_wsgi.hooks.translation [None req-728be04d-fdfd-417e-8a63-2b1af4506222 c4d6b8bc90cc42138c42b9194f62f1c4 4b31d761d63b4a1993e9bf9e56b2d666 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 752/1374] 10.0.0.203 () {32 vars in 720 bytes} [Tue Jun 16 02:25:56 2026] DELETE /v2.0/ports/e0b748f9-de7f-478a-b996-70e43a721611 => generated 132 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-16 02:25:56.455 7 INFO neutron_taas.services.taas.taas_plugin [None req-9c222cba-0f33-4445-bbe6-ad85e11781cb 71f8c0aa3124406baeb2346d694a3150 3c6399e4c4f443f0b08198cafb9fb26d - - default default] TaaS: Handle Delete Port: e420f193-f730-4602-a3d7-b633fe8e9eb3 2026-06-16 02:25:56.457 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9c222cba-0f33-4445-bbe6-ad85e11781cb 71f8c0aa3124406baeb2346d694a3150 3c6399e4c4f443f0b08198cafb9fb26d - - default default] Tap Mirror: Handle Delete Port: e420f193-f730-4602-a3d7-b633fe8e9eb3 [pid: 8|app: 0|req: 623/1375] 10.0.0.203 () {34 vars in 783 bytes} [Tue Jun 16 02:25:55 2026] PUT /v2.0/routers/11d209a7-1b4c-46e5-8b69-1788c3220490/add_router_interface => generated 309 bytes in 1047 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 624/1376] 10.0.0.203 () {32 vars in 723 bytes} [Tue Jun 16 02:25:56 2026] GET /v2.0/extensions/floating-ip-port-forwarding-detail => generated 271 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 02:25:56.699 8 INFO neutron.pecan_wsgi.hooks.translation [None req-fe281eb6-f206-4407-ac9a-3d0d00cfc692 c4d6b8bc90cc42138c42b9194f62f1c4 4b31d761d63b4a1993e9bf9e56b2d666 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 625/1377] 10.0.0.203 () {32 vars in 724 bytes} [Tue Jun 16 02:25:56 2026] DELETE /v2.0/subnets/6d535ec9-876a-479d-aa92-dbf28638d8a7 => generated 136 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 626/1378] 10.0.0.203 () {32 vars in 717 bytes} [Tue Jun 16 02:25:56 2026] GET /v2.0/ports/620eb602-47a3-4566-8ead-35def39dc044 => generated 959 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 627/1379] 10.0.0.203 () {32 vars in 687 bytes} [Tue Jun 16 02:25:56 2026] GET /v2.0/extensions/fip-port-details => generated 212 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 02:25:56.799 8 INFO neutron.pecan_wsgi.hooks.translation [None req-c50fcd82-fb5b-4d0d-9a61-91ade22550c4 c4d6b8bc90cc42138c42b9194f62f1c4 4b31d761d63b4a1993e9bf9e56b2d666 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 628/1380] 10.0.0.203 () {32 vars in 724 bytes} [Tue Jun 16 02:25:56 2026] DELETE /v2.0/subnets/8eed6cee-8f4c-4fae-bee7-76cbdd64ece8 => generated 136 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-16 02:25:56.866 7 INFO neutron.db.l3_hamode_db [None req-9c222cba-0f33-4445-bbe6-ad85e11781cb 71f8c0aa3124406baeb2346d694a3150 3c6399e4c4f443f0b08198cafb9fb26d - - default default] HA network 1c318326-360f-41de-90dd-1f5f6bdbbf92 was deleted as no HA routers are present in tenant 3c6399e4c4f443f0b08198cafb9fb26d. [pid: 7|app: 0|req: 753/1381] 10.0.0.203 () {32 vars in 724 bytes} [Tue Jun 16 02:25:56 2026] DELETE /v2.0/routers/3b6f8638-654d-4269-93b7-cedf5b6f6f93 => generated 0 bytes in 598 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 754/1382] 10.0.0.203 () {32 vars in 669 bytes} [Tue Jun 16 02:25:56 2026] GET /v2.0/extensions/flavors => generated 193 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 02:25:56.978 7 INFO neutron_taas.services.taas.taas_plugin [None req-15abba18-8a20-4d50-b488-7fe83a6dd376 c4d6b8bc90cc42138c42b9194f62f1c4 4b31d761d63b4a1993e9bf9e56b2d666 - - default default] TaaS: Handle Delete Port: 5d9c4d02-9c58-4e79-bc42-64494e774bd7 2026-06-16 02:25:56.981 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-15abba18-8a20-4d50-b488-7fe83a6dd376 c4d6b8bc90cc42138c42b9194f62f1c4 4b31d761d63b4a1993e9bf9e56b2d666 - - default default] Tap Mirror: Handle Delete Port: 5d9c4d02-9c58-4e79-bc42-64494e774bd7 [pid: 7|app: 0|req: 755/1383] 10.0.0.203 () {32 vars in 720 bytes} [Tue Jun 16 02:25:56 2026] DELETE /v2.0/ports/5d9c4d02-9c58-4e79-bc42-64494e774bd7 => generated 0 bytes in 216 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-16 02:25:57.199 8 INFO neutron_taas.services.taas.taas_plugin [None req-618bd8c6-9af9-4eec-80d2-666ce49ca8b4 8613ba524f644ba48a7f5022796d793f bba249db47ff46069367a495cfb08031 - - default default] TaaS: Handle Delete Port: 620eb602-47a3-4566-8ead-35def39dc044 2026-06-16 02:25:57.201 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-618bd8c6-9af9-4eec-80d2-666ce49ca8b4 8613ba524f644ba48a7f5022796d793f bba249db47ff46069367a495cfb08031 - - default default] Tap Mirror: Handle Delete Port: 620eb602-47a3-4566-8ead-35def39dc044 2026-06-16 02:25:57.206 7 INFO neutron.services.segments.plugin [-] Segment 083542cc-2a1d-4e1d-804b-c1260c539e28 resource provider aggregate not found 2026-06-16 02:25:57.220 7 INFO neutron.services.segments.plugin [-] Segment 083542cc-2a1d-4e1d-804b-c1260c539e28 resource provider aggregate not found 2026-06-16 02:25:57.233 7 INFO neutron.services.segments.plugin [-] Segment 083542cc-2a1d-4e1d-804b-c1260c539e28 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 083542cc-2a1d-4e1d-804b-c1260c539e28 found for delete ", "request_id": "req-49ddf904-ceb6-4260-9711-a08debee6c96"}]} 2026-06-16 02:25:57.238 7 INFO neutron.services.segments.plugin [-] Segment 083542cc-2a1d-4e1d-804b-c1260c539e28 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 083542cc-2a1d-4e1d-804b-c1260c539e28 found for delete ", "request_id": "req-fcfc7a47-027a-49b6-a7d8-bee172560a0c"}]} [pid: 7|app: 0|req: 756/1384] 10.0.0.203 () {32 vars in 724 bytes} [Tue Jun 16 02:25:57 2026] DELETE /v2.0/subnets/596cfe27-4b60-450c-8a6e-ab116b88b0e5 => generated 0 bytes in 182 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 757/1385] 10.0.0.203 () {32 vars in 687 bytes} [Tue Jun 16 02:25:57 2026] GET /v2.0/extensions/floatingip-pools => generated 188 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 758/1386] 10.0.0.203 () {32 vars in 726 bytes} [Tue Jun 16 02:25:57 2026] DELETE /v2.0/networks/26735755-6a2d-45a6-bf85-7176c070983a => generated 0 bytes in 175 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 629/1387] 10.0.0.203 () {34 vars in 789 bytes} [Tue Jun 16 02:25:56 2026] PUT /v2.0/routers/11d209a7-1b4c-46e5-8b69-1788c3220490/remove_router_interface => generated 309 bytes in 840 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 630/1388] 10.0.0.203 () {32 vars in 681 bytes} [Tue Jun 16 02:25:57 2026] GET /v2.0/extensions/ip_allocation => generated 162 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 759/1389] 10.0.0.203 () {32 vars in 724 bytes} [Tue Jun 16 02:25:57 2026] DELETE /v2.0/subnets/211e5035-16e0-4b2b-a838-5d9b819c4964 => generated 0 bytes in 197 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 760/1390] 10.0.0.203 () {32 vars in 699 bytes} [Tue Jun 16 02:25:57 2026] GET /v2.0/extensions/ip-substring-filtering => generated 222 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 631/1391] 10.0.0.203 () {32 vars in 736 bytes} [Tue Jun 16 02:25:57 2026] GET /v2.0/ports?device_id=11d209a7-1b4c-46e5-8b69-1788c3220490 => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 632/1392] 10.0.0.203 () {32 vars in 679 bytes} [Tue Jun 16 02:25:57 2026] GET /v2.0/extensions/l2_adjacency => generated 178 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 761/1393] 10.0.0.203 () {32 vars in 726 bytes} [Tue Jun 16 02:25:57 2026] DELETE /v2.0/networks/61005f39-0fef-40b9-920d-c47b7d53a6f1 => generated 0 bytes in 180 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 762/1394] 10.0.0.203 () {32 vars in 667 bytes} [Tue Jun 16 02:25:57 2026] GET /v2.0/extensions/router => generated 256 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 02:25:57.863 8 INFO neutron_taas.services.taas.taas_plugin [None req-ad091136-f610-4010-9985-a0392364eaca 8613ba524f644ba48a7f5022796d793f bba249db47ff46069367a495cfb08031 - - default default] TaaS: Handle Delete Port: 02ece5cd-32b6-4330-a77e-702857aa7990 2026-06-16 02:25:57.865 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ad091136-f610-4010-9985-a0392364eaca 8613ba524f644ba48a7f5022796d793f bba249db47ff46069367a495cfb08031 - - default default] Tap Mirror: Handle Delete Port: 02ece5cd-32b6-4330-a77e-702857aa7990 2026-06-16 02:25:57.962 7 INFO neutron_taas.services.taas.taas_plugin [None req-78b9e614-6345-4b40-9aac-f9701872d28a 71f8c0aa3124406baeb2346d694a3150 3c6399e4c4f443f0b08198cafb9fb26d - - default default] TaaS: Handle Delete Port: 443007e4-d66f-4e00-b0c5-05ecd8907134 2026-06-16 02:25:57.966 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-78b9e614-6345-4b40-9aac-f9701872d28a 71f8c0aa3124406baeb2346d694a3150 3c6399e4c4f443f0b08198cafb9fb26d - - default default] Tap Mirror: Handle Delete Port: 443007e4-d66f-4e00-b0c5-05ecd8907134 [pid: 7|app: 0|req: 763/1395] 10.0.0.203 () {32 vars in 726 bytes} [Tue Jun 16 02:25:57 2026] DELETE /v2.0/networks/562f2138-f29a-4e37-a849-43a7b720ad46 => generated 0 bytes in 348 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 764/1396] 10.0.0.203 () {32 vars in 677 bytes} [Tue Jun 16 02:25:58 2026] GET /v2.0/extensions/ext-gw-mode => generated 268 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 02:25:58.219 8 INFO neutron.services.segments.plugin [-] Segment 8a0b5eb4-65cb-497b-ad27-a1095ec7ced9 resource provider aggregate not found 2026-06-16 02:25:58.228 8 INFO neutron.services.segments.plugin [-] Segment 8a0b5eb4-65cb-497b-ad27-a1095ec7ced9 resource provider aggregate not found 2026-06-16 02:25:58.234 8 INFO neutron.services.segments.plugin [-] Segment 8a0b5eb4-65cb-497b-ad27-a1095ec7ced9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8a0b5eb4-65cb-497b-ad27-a1095ec7ced9 found for delete ", "request_id": "req-cf1f6195-70ac-45b6-8deb-3fbbf4e10260"}]} 2026-06-16 02:25:58.248 8 INFO neutron.services.segments.plugin [-] Segment 8a0b5eb4-65cb-497b-ad27-a1095ec7ced9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8a0b5eb4-65cb-497b-ad27-a1095ec7ced9 found for delete ", "request_id": "req-d40171d3-7df0-471e-a560-d0b363da0bfd"}]} 2026-06-16 02:25:58.258 8 INFO neutron.db.l3_hamode_db [None req-ad091136-f610-4010-9985-a0392364eaca 8613ba524f644ba48a7f5022796d793f bba249db47ff46069367a495cfb08031 - - default default] HA network 00ac3975-ca16-4456-b39c-844c6e89099f was deleted as no HA routers are present in tenant bba249db47ff46069367a495cfb08031. [pid: 8|app: 0|req: 633/1397] 10.0.0.203 () {32 vars in 724 bytes} [Tue Jun 16 02:25:57 2026] DELETE /v2.0/routers/11d209a7-1b4c-46e5-8b69-1788c3220490 => generated 0 bytes in 594 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-16 02:25:58.329 8 INFO neutron.db.segments_db [None req-5e798b8b-e575-4c5e-ad1f-6e31ae58873c 71f8c0aa3124406baeb2346d694a3150 3c6399e4c4f443f0b08198cafb9fb26d - - default default] Added segment ea8b0cdf-5304-4d0f-87d7-11bd47a7e9e5 of type vxlan for network 856afd33-ba5c-4c28-b318-23abc27ec71a [pid: 7|app: 0|req: 765/1398] 10.0.0.203 () {32 vars in 774 bytes} [Tue Jun 16 02:25:58 2026] GET /v2.0/security-groups?tenant_id=4b31d761d63b4a1993e9bf9e56b2d666&name=default => generated 2925 bytes in 172 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 766/1399] 10.0.0.203 () {32 vars in 665 bytes} [Tue Jun 16 02:25:58 2026] GET /v2.0/extensions/l3-ha => generated 166 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 634/1400] 10.0.0.203 () {34 vars in 670 bytes} [Tue Jun 16 02:25:58 2026] POST /v2.0/networks => generated 611 bytes in 184 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 767/1401] 10.0.0.203 () {32 vars in 724 bytes} [Tue Jun 16 02:25:58 2026] DELETE /v2.0/subnets/87e16bae-9ef3-4ef9-938b-ced128818039 => 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: 768/1402] 10.0.0.203 () {32 vars in 675 bytes} [Tue Jun 16 02:25:58 2026] GET /v2.0/extensions/l3-flavors => generated 172 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 635/1403] 10.0.0.203 () {32 vars in 740 bytes} [Tue Jun 16 02:25:58 2026] DELETE /v2.0/security-groups/e9dae79d-2742-4cdd-8a57-5fc37a69bece => generated 0 bytes in 114 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 636/1404] 10.0.0.203 () {32 vars in 726 bytes} [Tue Jun 16 02:25:58 2026] DELETE /v2.0/networks/bcbb9a6d-f6e1-492e-ad66-929588251eae => generated 0 bytes in 128 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 637/1405] 10.0.0.203 () {32 vars in 713 bytes} [Tue Jun 16 02:25:58 2026] GET /v2.0/extensions/l3-port-ip-change-not-allowed => generated 245 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 02:25:58.736 8 INFO neutron.db.segments_db [None req-87e26b85-11ea-4c4d-be91-c056ce13a786 8613ba524f644ba48a7f5022796d793f bba249db47ff46069367a495cfb08031 - - default default] Added segment a07138a4-717a-4d99-88c6-0a429a4e5944 of type vxlan for network 9e09fc37-dd21-42eb-adfa-928fe9be0fd6 [pid: 7|app: 0|req: 769/1406] 10.0.0.203 () {34 vars in 669 bytes} [Tue Jun 16 02:25:58 2026] POST /v2.0/subnets => generated 626 bytes in 274 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 770/1407] 10.0.0.203 () {32 vars in 691 bytes} [Tue Jun 16 02:25:58 2026] GET /v2.0/extensions/l3_agent_scheduler => generated 180 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 02:25:58.891 7 INFO neutron.db.segments_db [None req-a882344c-d112-4714-877f-0f4c823c7684 71f8c0aa3124406baeb2346d694a3150 3c6399e4c4f443f0b08198cafb9fb26d - - default default] Added segment 313e6f11-b93e-4e3c-b06b-bbf840689bec of type vxlan for network c42b0672-8daa-481a-b02f-9a66ae14b953 2026-06-16 02:25:59.029 8 INFO neutron.db.l3_hamode_db [None req-87e26b85-11ea-4c4d-be91-c056ce13a786 8613ba524f644ba48a7f5022796d793f bba249db47ff46069367a495cfb08031 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-16 02:25:59.153 7 INFO neutron.db.l3_hamode_db [None req-a882344c-d112-4714-877f-0f4c823c7684 71f8c0aa3124406baeb2346d694a3150 3c6399e4c4f443f0b08198cafb9fb26d - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-16 02:25:59.257 7 INFO neutron.services.segments.plugin [-] Segment 36df1e43-8c6e-466d-9179-2c1fd041fb9c resource provider aggregate not found 2026-06-16 02:25:59.263 7 INFO neutron.services.segments.plugin [-] Segment 36df1e43-8c6e-466d-9179-2c1fd041fb9c resource provider aggregate not found 2026-06-16 02:25:59.279 7 INFO neutron.services.segments.plugin [-] Segment 36df1e43-8c6e-466d-9179-2c1fd041fb9c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 36df1e43-8c6e-466d-9179-2c1fd041fb9c found for delete ", "request_id": "req-a8f59d46-7a85-4b0e-abb6-66bf981a4bdf"}]} 2026-06-16 02:25:59.294 7 INFO neutron.services.segments.plugin [-] Segment 36df1e43-8c6e-466d-9179-2c1fd041fb9c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 36df1e43-8c6e-466d-9179-2c1fd041fb9c found for delete ", "request_id": "req-908b9ad3-5ea7-4b40-9918-1eccd81fcc00"}]} 2026-06-16 02:25:59.299 7 INFO neutron.services.segments.plugin [-] Segment d792a674-172d-42e1-958c-9664360775c9 resource provider aggregate not found 2026-06-16 02:25:59.312 7 INFO neutron.db.l3_hamode_db [None req-a882344c-d112-4714-877f-0f4c823c7684 71f8c0aa3124406baeb2346d694a3150 3c6399e4c4f443f0b08198cafb9fb26d - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-16 02:25:59.314 7 INFO neutron.services.segments.plugin [-] Segment d792a674-172d-42e1-958c-9664360775c9 resource provider aggregate not found 2026-06-16 02:25:59.317 7 INFO neutron.services.segments.plugin [-] Segment d792a674-172d-42e1-958c-9664360775c9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d792a674-172d-42e1-958c-9664360775c9 found for delete ", "request_id": "req-b1d67f44-8a73-4fa3-ad81-bd02ac0a7bba"}]} 2026-06-16 02:25:59.333 7 INFO neutron.services.segments.plugin [-] Segment d792a674-172d-42e1-958c-9664360775c9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d792a674-172d-42e1-958c-9664360775c9 found for delete ", "request_id": "req-7054c52e-e830-4640-8121-3af7730e0988"}]} 2026-06-16 02:25:59.336 7 INFO neutron.services.segments.plugin [-] Segment 5571daaf-8567-4121-b507-bc8ffe4dddfa resource provider aggregate not found 2026-06-16 02:25:59.360 7 INFO neutron.services.segments.plugin [-] Segment 5571daaf-8567-4121-b507-bc8ffe4dddfa resource provider aggregate not found 2026-06-16 02:25:59.362 7 INFO neutron.services.segments.plugin [-] Segment 5571daaf-8567-4121-b507-bc8ffe4dddfa resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5571daaf-8567-4121-b507-bc8ffe4dddfa found for delete ", "request_id": "req-ec945047-d0d3-4253-aff0-b94e01d17eba"}]} 2026-06-16 02:25:59.388 7 INFO neutron.services.segments.plugin [-] Segment 5571daaf-8567-4121-b507-bc8ffe4dddfa resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5571daaf-8567-4121-b507-bc8ffe4dddfa found for delete ", "request_id": "req-bfef2814-9d02-4646-91f9-40db53600341"}]} 2026-06-16 02:25:59.899 8 INFO neutron.db.l3_hamode_db [None req-87e26b85-11ea-4c4d-be91-c056ce13a786 8613ba524f644ba48a7f5022796d793f bba249db47ff46069367a495cfb08031 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 771/1408] 10.0.0.203 () {34 vars in 669 bytes} [Tue Jun 16 02:25:58 2026] POST /v2.0/routers => generated 506 bytes in 1110 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 772/1409] 10.0.0.203 () {32 vars in 683 bytes} [Tue Jun 16 02:25:59 2026] GET /v2.0/extensions/multi-provider => generated 212 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 02:26:00.257 8 INFO neutron.services.segments.plugin [-] Segment a78eaca6-8258-4bf7-a1f3-1e613702e8fc resource provider aggregate not found 2026-06-16 02:26:00.268 8 INFO neutron.services.segments.plugin [-] Segment a78eaca6-8258-4bf7-a1f3-1e613702e8fc resource provider aggregate not found 2026-06-16 02:26:00.273 8 INFO neutron.services.segments.plugin [-] Segment a78eaca6-8258-4bf7-a1f3-1e613702e8fc resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a78eaca6-8258-4bf7-a1f3-1e613702e8fc found for delete ", "request_id": "req-bcf8f1f9-01a9-4735-a5a2-184e048e5fcd"}]} [pid: 7|app: 0|req: 775/1412] 10.0.0.203 () {34 vars in 665 bytes} [Tue Jun 16 02:25:59 2026] POST /v2.0/ports => generated 947 bytes in 328 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 776/1413] 10.0.0.203 () {32 vars in 669 bytes} [Tue Jun 16 02:26:00 2026] GET /v2.0/extensions/net-mtu => generated 176 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 02:26:00.296 8 INFO neutron.services.segments.plugin [-] Segment a78eaca6-8258-4bf7-a1f3-1e613702e8fc resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a78eaca6-8258-4bf7-a1f3-1e613702e8fc found for delete ", "request_id": "req-84365f12-0a81-4d19-a9a8-e931703647b2"}]} [pid: 7|app: 0|req: 777/1414] 10.0.0.203 () {34 vars in 684 bytes} [Tue Jun 16 02:26:00 2026] POST /v2.0/security-groups => generated 1625 bytes in 431 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 638/1415] 10.0.0.203 () {34 vars in 669 bytes} [Tue Jun 16 02:25:58 2026] POST /v2.0/routers => generated 691 bytes in 2241 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 639/1416] 10.0.0.203 () {32 vars in 687 bytes} [Tue Jun 16 02:26:00 2026] GET /v2.0/extensions/net-mtu-writable => generated 207 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 640/1417] 10.0.0.203 () {32 vars in 663 bytes} [Tue Jun 16 02:26:00 2026] GET /v2.0/security-groups => generated 4530 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 641/1418] 10.0.0.203 () {32 vars in 721 bytes} [Tue Jun 16 02:26:00 2026] GET /v2.0/routers/afa580b4-87e4-4bd1-9b15-e9ffa7d0e4f9 => generated 697 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 642/1419] 10.0.0.203 () {32 vars in 705 bytes} [Tue Jun 16 02:26:01 2026] GET /v2.0/extensions/network_availability_zone => generated 200 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 643/1420] 10.0.0.203 () {34 vars in 758 bytes} [Tue Jun 16 02:26:01 2026] PUT /v2.0/security-groups/8fc3e240-8c5a-4e5f-a0c7-cf8f3f3829ce => generated 1663 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 644/1421] 10.0.0.203 () {32 vars in 647 bytes} [Tue Jun 16 02:26:01 2026] GET /v2.0/routers => generated 700 bytes in 95 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 645/1422] 10.0.0.203 () {32 vars in 675 bytes} [Tue Jun 16 02:26:01 2026] GET /v2.0/extensions/network_ha => generated 186 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 646/1423] 10.0.0.203 () {32 vars in 737 bytes} [Tue Jun 16 02:26:01 2026] GET /v2.0/security-groups/8fc3e240-8c5a-4e5f-a0c7-cf8f3f3829ce => generated 1663 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 647/1424] 10.0.0.203 () {34 vars in 741 bytes} [Tue Jun 16 02:26:01 2026] PUT /v2.0/routers/afa580b4-87e4-4bd1-9b15-e9ffa7d0e4f9 => generated 704 bytes in 416 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 648/1425] 10.0.0.203 () {32 vars in 701 bytes} [Tue Jun 16 02:26:01 2026] GET /v2.0/extensions/network-ip-availability => generated 216 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 649/1426] 10.0.0.203 () {32 vars in 740 bytes} [Tue Jun 16 02:26:01 2026] DELETE /v2.0/security-groups/8fc3e240-8c5a-4e5f-a0c7-cf8f3f3829ce => 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: 778/1427] 10.0.0.203 () {34 vars in 783 bytes} [Tue Jun 16 02:26:00 2026] PUT /v2.0/routers/f869384c-abfc-4fbd-bd8a-1485fe7bad45/add_router_interface => generated 309 bytes in 1045 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: 779/1428] 10.0.0.203 () {32 vars in 675 bytes} [Tue Jun 16 02:26:01 2026] GET /v2.0/extensions/pagination => generated 192 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 650/1429] 10.0.0.203 () {32 vars in 721 bytes} [Tue Jun 16 02:26:01 2026] GET /v2.0/routers/afa580b4-87e4-4bd1-9b15-e9ffa7d0e4f9 => generated 704 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 780/1430] 10.0.0.203 () {32 vars in 663 bytes} [Tue Jun 16 02:26:01 2026] GET /v2.0/security-groups => generated 2925 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 781/1431] 10.0.0.203 () {32 vars in 693 bytes} [Tue Jun 16 02:26:01 2026] GET /v2.0/extensions/port-device-profile => generated 189 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 782/1432] 10.0.0.203 () {32 vars in 736 bytes} [Tue Jun 16 02:26:01 2026] GET /v2.0/ports?device_id=afa580b4-87e4-4bd1-9b15-e9ffa7d0e4f9 => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-16 02:26:01.853 7 INFO neutron.api.v2.resource [None req-bfb081da-c5c6-4c33-8ba0-c0e07865cc18 e126ba21a1f24cf0bcf90507b2f00bb9 cb7fe4e980934227aeeca083e563a3f7 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 783/1433] 10.0.0.203 () {32 vars in 740 bytes} [Tue Jun 16 02:26:01 2026] DELETE /v2.0/security-groups/8fc3e240-8c5a-4e5f-a0c7-cf8f3f3829ce => generated 146 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 784/1434] 10.0.0.203 () {32 vars in 689 bytes} [Tue Jun 16 02:26:01 2026] GET /v2.0/extensions/port-mac-override => generated 251 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 651/1435] 10.0.0.203 () {32 vars in 717 bytes} [Tue Jun 16 02:26:01 2026] GET /v2.0/ports/ff7ec7e2-2c35-4c3b-921c-b5e124d5924c => generated 1021 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 652/1436] 10.0.0.203 () {34 vars in 684 bytes} [Tue Jun 16 02:26:01 2026] POST /v2.0/security-groups => generated 1625 bytes in 110 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 653/1437] 10.0.0.203 () {32 vars in 709 bytes} [Tue Jun 16 02:26:01 2026] GET /v2.0/extensions/port-mac-address-regenerate => generated 209 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 02:26:02.062 7 INFO neutron_taas.services.taas.taas_plugin [None req-a75a39e2-077e-4c74-90c7-09fad1d9374a 8613ba524f644ba48a7f5022796d793f bba249db47ff46069367a495cfb08031 - - default default] TaaS: Handle Delete Port: 78407c7f-b531-454b-b1f6-047e5e6f1815 2026-06-16 02:26:02.065 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a75a39e2-077e-4c74-90c7-09fad1d9374a 8613ba524f644ba48a7f5022796d793f bba249db47ff46069367a495cfb08031 - - default default] Tap Mirror: Handle Delete Port: 78407c7f-b531-454b-b1f6-047e5e6f1815 2026-06-16 02:26:02.314 7 INFO neutron_taas.services.taas.taas_plugin [None req-a75a39e2-077e-4c74-90c7-09fad1d9374a 8613ba524f644ba48a7f5022796d793f bba249db47ff46069367a495cfb08031 - - default default] TaaS: Handle Delete Port: 1ce59081-eea7-4b20-a8c5-9e51dc1255d8 2026-06-16 02:26:02.317 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a75a39e2-077e-4c74-90c7-09fad1d9374a 8613ba524f644ba48a7f5022796d793f bba249db47ff46069367a495cfb08031 - - default default] Tap Mirror: Handle Delete Port: 1ce59081-eea7-4b20-a8c5-9e51dc1255d8 2026-06-16 02:26:02.334 8 INFO neutron_taas.services.taas.taas_plugin [None req-ea6f06a1-0ff4-4e39-b41a-a738a7005df3 71f8c0aa3124406baeb2346d694a3150 3c6399e4c4f443f0b08198cafb9fb26d - - default default] TaaS: Handle Delete Port: ff7ec7e2-2c35-4c3b-921c-b5e124d5924c 2026-06-16 02:26:02.337 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ea6f06a1-0ff4-4e39-b41a-a738a7005df3 71f8c0aa3124406baeb2346d694a3150 3c6399e4c4f443f0b08198cafb9fb26d - - default default] Tap Mirror: Handle Delete Port: ff7ec7e2-2c35-4c3b-921c-b5e124d5924c 2026-06-16 02:26:02.674 7 INFO neutron.services.segments.plugin [-] Segment a07138a4-717a-4d99-88c6-0a429a4e5944 resource provider aggregate not found 2026-06-16 02:26:02.679 7 INFO neutron.services.segments.plugin [-] Segment a07138a4-717a-4d99-88c6-0a429a4e5944 resource provider aggregate not found 2026-06-16 02:26:02.696 7 INFO neutron.services.segments.plugin [-] Segment a07138a4-717a-4d99-88c6-0a429a4e5944 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a07138a4-717a-4d99-88c6-0a429a4e5944 found for delete ", "request_id": "req-f4744bb2-f2ca-4504-a108-ca3e200196bc"}]} 2026-06-16 02:26:02.697 7 INFO neutron.services.segments.plugin [-] Segment a07138a4-717a-4d99-88c6-0a429a4e5944 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a07138a4-717a-4d99-88c6-0a429a4e5944 found for delete ", "request_id": "req-43ebfd50-cc66-4358-9b0f-edb349225431"}]} 2026-06-16 02:26:02.714 7 INFO neutron.db.l3_hamode_db [None req-a75a39e2-077e-4c74-90c7-09fad1d9374a 8613ba524f644ba48a7f5022796d793f bba249db47ff46069367a495cfb08031 - - default default] HA network 9e09fc37-dd21-42eb-adfa-928fe9be0fd6 was deleted as no HA routers are present in tenant bba249db47ff46069367a495cfb08031. [pid: 7|app: 0|req: 785/1438] 10.0.0.203 () {32 vars in 724 bytes} [Tue Jun 16 02:26:01 2026] DELETE /v2.0/routers/afa580b4-87e4-4bd1-9b15-e9ffa7d0e4f9 => generated 0 bytes in 864 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 654/1439] 10.0.0.203 () {34 vars in 789 bytes} [Tue Jun 16 02:26:01 2026] PUT /v2.0/routers/f869384c-abfc-4fbd-bd8a-1485fe7bad45/remove_router_interface => generated 309 bytes in 838 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: 655/1440] 10.0.0.203 () {32 vars in 705 bytes} [Tue Jun 16 02:26:02 2026] GET /v2.0/extensions/port-numa-affinity-policy => 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: 786/1441] 10.0.0.203 () {34 vars in 695 bytes} [Tue Jun 16 02:26:02 2026] POST /v2.0/security-group-rules => generated 601 bytes in 121 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 656/1442] 10.0.0.203 () {32 vars in 736 bytes} [Tue Jun 16 02:26:02 2026] GET /v2.0/ports?device_id=afa580b4-87e4-4bd1-9b15-e9ffa7d0e4f9 => generated 12 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 657/1443] 10.0.0.203 () {32 vars in 719 bytes} [Tue Jun 16 02:26:02 2026] GET /v2.0/extensions/port-numa-affinity-policy-socket => generated 240 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 658/1444] 10.0.0.203 () {32 vars in 747 bytes} [Tue Jun 16 02:26:02 2026] GET /v2.0/security-group-rules/d4109743-d1d8-4914-ab19-02e10fbfb29c => generated 601 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 02:26:02.893 8 INFO neutron.api.v2.resource [None req-d7685bad-41eb-4cb1-b642-195e50bb0315 8613ba524f644ba48a7f5022796d793f bba249db47ff46069367a495cfb08031 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 659/1445] 10.0.0.203 () {32 vars in 724 bytes} [Tue Jun 16 02:26:02 2026] DELETE /v2.0/routers/afa580b4-87e4-4bd1-9b15-e9ffa7d0e4f9 => generated 135 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 660/1446] 10.0.0.203 () {32 vars in 697 bytes} [Tue Jun 16 02:26:02 2026] GET /v2.0/extensions/port-resource-request => generated 185 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 02:26:02.952 7 INFO neutron.api.v2.resource [None req-f1bc4d31-e24a-46aa-b499-acb7b8c7888b 71f8c0aa3124406baeb2346d694a3150 3c6399e4c4f443f0b08198cafb9fb26d - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 7|app: 0|req: 787/1447] 10.0.0.203 () {34 vars in 789 bytes} [Tue Jun 16 02:26:02 2026] PUT /v2.0/routers/f869384c-abfc-4fbd-bd8a-1485fe7bad45/remove_router_interface => generated 197 bytes in 108 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 661/1448] 10.0.0.203 () {32 vars in 673 bytes} [Tue Jun 16 02:26:02 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 662/1449] 10.0.0.203 () {32 vars in 711 bytes} [Tue Jun 16 02:26:02 2026] GET /v2.0/extensions/port-resource-request-groups => generated 271 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 788/1450] 10.0.0.203 () {32 vars in 736 bytes} [Tue Jun 16 02:26:02 2026] GET /v2.0/ports?device_id=11d209a7-1b4c-46e5-8b69-1788c3220490 => generated 12 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 663/1451] 10.0.0.203 () {32 vars in 736 bytes} [Tue Jun 16 02:26:02 2026] GET /v2.0/ports?device_id=f869384c-abfc-4fbd-bd8a-1485fe7bad45 => generated 12 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 664/1452] 10.0.0.203 () {32 vars in 669 bytes} [Tue Jun 16 02:26:02 2026] GET /v2.0/extensions/binding => generated 193 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 02:26:02.994 8 INFO neutron.api.v2.resource [None req-4bd8fa92-5826-4272-8a28-12959007f5c2 8613ba524f644ba48a7f5022796d793f bba249db47ff46069367a495cfb08031 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 665/1453] 10.0.0.203 () {32 vars in 724 bytes} [Tue Jun 16 02:26:02 2026] DELETE /v2.0/routers/11d209a7-1b4c-46e5-8b69-1788c3220490 => generated 135 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 789/1454] 10.0.0.203 () {32 vars in 750 bytes} [Tue Jun 16 02:26:02 2026] DELETE /v2.0/security-group-rules/d4109743-d1d8-4914-ab19-02e10fbfb29c => 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: 790/1455] 10.0.0.203 () {32 vars in 687 bytes} [Tue Jun 16 02:26:03 2026] GET /v2.0/extensions/binding-extended => generated 212 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 02:26:03.051 7 INFO neutron.pecan_wsgi.hooks.translation [None req-85e6a36d-dfb2-44a4-84dd-c60ad45864c1 8613ba524f644ba48a7f5022796d793f bba249db47ff46069367a495cfb08031 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 791/1456] 10.0.0.203 () {32 vars in 724 bytes} [Tue Jun 16 02:26:03 2026] DELETE /v2.0/subnets/87e16bae-9ef3-4ef9-938b-ced128818039 => generated 136 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 792/1457] 10.0.0.203 () {32 vars in 673 bytes} [Tue Jun 16 02:26:03 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 793/1458] 10.0.0.203 () {32 vars in 681 bytes} [Tue Jun 16 02:26:03 2026] GET /v2.0/extensions/port-security => generated 160 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 02:26:03.138 8 INFO neutron_taas.services.taas.taas_plugin [None req-f9cfef9b-fa90-4c73-af5c-92436ac40832 71f8c0aa3124406baeb2346d694a3150 3c6399e4c4f443f0b08198cafb9fb26d - - default default] TaaS: Handle Delete Port: 359ea9be-72ea-491e-9b73-a0c65414c671 [pid: 7|app: 0|req: 794/1459] 10.0.0.203 () {32 vars in 736 bytes} [Tue Jun 16 02:26:03 2026] GET /v2.0/ports?device_id=5267a9e6-d716-4675-b719-4c0059967856 => generated 12 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-16 02:26:03.142 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f9cfef9b-fa90-4c73-af5c-92436ac40832 71f8c0aa3124406baeb2346d694a3150 3c6399e4c4f443f0b08198cafb9fb26d - - default default] Tap Mirror: Handle Delete Port: 359ea9be-72ea-491e-9b73-a0c65414c671 [pid: 7|app: 0|req: 795/1460] 10.0.0.203 () {34 vars in 695 bytes} [Tue Jun 16 02:26:03 2026] POST /v2.0/security-group-rules => generated 601 bytes in 94 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 796/1461] 10.0.0.203 () {32 vars in 675 bytes} [Tue Jun 16 02:26:03 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) 2026-06-16 02:26:03.260 7 INFO neutron.api.v2.resource [None req-85656fc7-15f1-48d8-b7be-6ca94bad15e0 8613ba524f644ba48a7f5022796d793f bba249db47ff46069367a495cfb08031 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 797/1462] 10.0.0.203 () {32 vars in 724 bytes} [Tue Jun 16 02:26:03 2026] DELETE /v2.0/routers/5267a9e6-d716-4675-b719-4c0059967856 => generated 135 bytes in 22 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 798/1463] 10.0.0.203 () {32 vars in 747 bytes} [Tue Jun 16 02:26:03 2026] GET /v2.0/security-group-rules/97d731b2-3438-4ed7-adac-135933b5da80 => generated 601 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 799/1464] 10.0.0.203 () {32 vars in 671 bytes} [Tue Jun 16 02:26:03 2026] GET /v2.0/extensions/provider => generated 191 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 02:26:03.295 7 INFO neutron.pecan_wsgi.hooks.translation [None req-e9aac28e-76a1-45dc-9116-15613420f569 8613ba524f644ba48a7f5022796d793f bba249db47ff46069367a495cfb08031 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 800/1465] 10.0.0.203 () {32 vars in 724 bytes} [Tue Jun 16 02:26:03 2026] DELETE /v2.0/subnets/4ac967d5-444c-4327-a80e-e1dbb33322b5 => generated 136 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 801/1466] 10.0.0.203 () {32 vars in 673 bytes} [Tue Jun 16 02:26:03 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 802/1467] 10.0.0.203 () {32 vars in 661 bytes} [Tue Jun 16 02:26:03 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: 803/1468] 10.0.0.203 () {32 vars in 736 bytes} [Tue Jun 16 02:26:03 2026] GET /v2.0/ports?device_id=6cdbeb53-527b-40ce-aa76-fba9a386cdeb => generated 12 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-16 02:26:03.432 8 INFO neutron.services.segments.plugin [-] Segment 313e6f11-b93e-4e3c-b06b-bbf840689bec resource provider aggregate not found 2026-06-16 02:26:03.437 8 INFO neutron.services.segments.plugin [-] Segment 313e6f11-b93e-4e3c-b06b-bbf840689bec resource provider aggregate not found [pid: 7|app: 0|req: 804/1469] 10.0.0.203 () {32 vars in 750 bytes} [Tue Jun 16 02:26:03 2026] DELETE /v2.0/security-group-rules/97d731b2-3438-4ed7-adac-135933b5da80 => 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: 805/1470] 10.0.0.203 () {32 vars in 699 bytes} [Tue Jun 16 02:26:03 2026] GET /v2.0/extensions/qos-bw-limit-direction => generated 258 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 02:26:03.454 8 INFO neutron.services.segments.plugin [-] Segment 313e6f11-b93e-4e3c-b06b-bbf840689bec resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 313e6f11-b93e-4e3c-b06b-bbf840689bec found for delete ", "request_id": "req-94280e92-7328-42b9-a0d1-6cacd9685ade"}]} 2026-06-16 02:26:03.456 8 INFO neutron.services.segments.plugin [-] Segment 313e6f11-b93e-4e3c-b06b-bbf840689bec resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 313e6f11-b93e-4e3c-b06b-bbf840689bec found for delete ", "request_id": "req-d2319de9-0bc8-4efa-a3f5-f0ed4bf6e50a"}]} 2026-06-16 02:26:03.462 8 INFO neutron.db.l3_hamode_db [None req-f9cfef9b-fa90-4c73-af5c-92436ac40832 71f8c0aa3124406baeb2346d694a3150 3c6399e4c4f443f0b08198cafb9fb26d - - default default] HA network c42b0672-8daa-481a-b02f-9a66ae14b953 was deleted as no HA routers are present in tenant 3c6399e4c4f443f0b08198cafb9fb26d. 2026-06-16 02:26:03.462 7 INFO neutron.api.v2.resource [None req-9f2c2edf-e2b1-4015-a2c2-dcc312e10515 8613ba524f644ba48a7f5022796d793f bba249db47ff46069367a495cfb08031 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 806/1471] 10.0.0.203 () {32 vars in 724 bytes} [Tue Jun 16 02:26:03 2026] DELETE /v2.0/routers/6cdbeb53-527b-40ce-aa76-fba9a386cdeb => generated 135 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 666/1472] 10.0.0.203 () {32 vars in 724 bytes} [Tue Jun 16 02:26:02 2026] DELETE /v2.0/routers/f869384c-abfc-4fbd-bd8a-1485fe7bad45 => generated 0 bytes in 476 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 667/1473] 10.0.0.203 () {32 vars in 699 bytes} [Tue Jun 16 02:26:03 2026] GET /v2.0/extensions/qos-bw-minimum-ingress => generated 251 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 02:26:03.491 8 INFO neutron.pecan_wsgi.hooks.translation [None req-9ee65ad8-5a3d-4baa-b931-65a360292c80 8613ba524f644ba48a7f5022796d793f bba249db47ff46069367a495cfb08031 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 668/1474] 10.0.0.203 () {32 vars in 724 bytes} [Tue Jun 16 02:26:03 2026] DELETE /v2.0/subnets/1ed2a8b6-f9b3-40b6-a3f5-6de87b84a5b7 => generated 136 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 807/1475] 10.0.0.203 () {32 vars in 673 bytes} [Tue Jun 16 02:26:03 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 808/1476] 10.0.0.203 () {32 vars in 677 bytes} [Tue Jun 16 02:26:03 2026] GET /v2.0/extensions/qos-default => generated 183 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 02:26:03.543 7 INFO neutron.pecan_wsgi.hooks.translation [None req-9ca59cd5-83ee-49a8-9355-553401b94303 8613ba524f644ba48a7f5022796d793f bba249db47ff46069367a495cfb08031 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 809/1477] 10.0.0.203 () {32 vars in 724 bytes} [Tue Jun 16 02:26:03 2026] DELETE /v2.0/subnets/b948d920-52c2-4d75-8b10-f6aa5aa3cb15 => generated 136 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 669/1478] 10.0.0.203 () {32 vars in 724 bytes} [Tue Jun 16 02:26:03 2026] DELETE /v2.0/subnets/ece0a1fe-4128-47ed-8ad4-343223ed5d46 => generated 0 bytes in 160 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 670/1479] 10.0.0.203 () {32 vars in 669 bytes} [Tue Jun 16 02:26:03 2026] GET /v2.0/extensions/qos-fip => generated 178 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 810/1480] 10.0.0.203 () {34 vars in 695 bytes} [Tue Jun 16 02:26:03 2026] POST /v2.0/security-group-rules => generated 602 bytes in 116 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 811/1481] 10.0.0.203 () {32 vars in 683 bytes} [Tue Jun 16 02:26:03 2026] GET /v2.0/extensions/qos-gateway-ip => generated 197 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 812/1482] 10.0.0.203 () {32 vars in 747 bytes} [Tue Jun 16 02:26:03 2026] GET /v2.0/security-group-rules/45f4a6be-7675-4a41-8163-dbca5cb2c51f => generated 602 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 813/1483] 10.0.0.203 () {32 vars in 701 bytes} [Tue Jun 16 02:26:03 2026] GET /v2.0/extensions/qos-port-network-policy => generated 209 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 814/1484] 10.0.0.203 () {32 vars in 673 bytes} [Tue Jun 16 02:26:03 2026] GET /v2.0/security-group-rules => generated 4139 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 815/1485] 10.0.0.203 () {32 vars in 685 bytes} [Tue Jun 16 02:26:03 2026] GET /v2.0/extensions/qos-pps-minimum => generated 203 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 816/1486] 10.0.0.203 () {32 vars in 750 bytes} [Tue Jun 16 02:26:03 2026] DELETE /v2.0/security-group-rules/45f4a6be-7675-4a41-8163-dbca5cb2c51f => generated 0 bytes in 50 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 817/1487] 10.0.0.203 () {32 vars in 707 bytes} [Tue Jun 16 02:26:03 2026] GET /v2.0/extensions/qos-pps-minimum-rule-alias => generated 277 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 671/1488] 10.0.0.203 () {32 vars in 726 bytes} [Tue Jun 16 02:26:03 2026] DELETE /v2.0/networks/856afd33-ba5c-4c28-b318-23abc27ec71a => generated 0 bytes in 160 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 672/1489] 10.0.0.203 () {32 vars in 669 bytes} [Tue Jun 16 02:26:03 2026] GET /v2.0/extensions/qos-pps => generated 195 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 818/1490] 10.0.0.203 () {32 vars in 673 bytes} [Tue Jun 16 02:26:03 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 819/1491] 10.0.0.203 () {32 vars in 697 bytes} [Tue Jun 16 02:26:03 2026] GET /v2.0/extensions/qos-rule-type-details => generated 229 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 02:26:03.896 8 INFO neutron.db.segments_db [None req-df37b1df-fc01-417d-93f5-e44e48ad6112 71f8c0aa3124406baeb2346d694a3150 3c6399e4c4f443f0b08198cafb9fb26d - - default default] Added segment a3fe45fb-d684-4efa-af56-0f9e53739804 of type vxlan for network b36fb2fb-b7af-4f8a-afb2-c4d7beab061d [pid: 7|app: 0|req: 820/1492] 10.0.0.203 () {32 vars in 740 bytes} [Tue Jun 16 02:26:03 2026] DELETE /v2.0/security-groups/bef53901-72be-476a-929e-565286b68f62 => 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: 821/1493] 10.0.0.203 () {32 vars in 695 bytes} [Tue Jun 16 02:26:03 2026] GET /v2.0/extensions/qos-rule-type-filter => generated 373 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 673/1494] 10.0.0.203 () {34 vars in 670 bytes} [Tue Jun 16 02:26:03 2026] POST /v2.0/networks => generated 611 bytes in 160 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 674/1495] 10.0.0.203 () {32 vars in 685 bytes} [Tue Jun 16 02:26:03 2026] GET /v2.0/extensions/qos-rules-alias => generated 254 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 822/1496] 10.0.0.203 () {32 vars in 663 bytes} [Tue Jun 16 02:26:03 2026] GET /v2.0/security-groups => generated 2925 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 823/1497] 10.0.0.203 () {32 vars in 689 bytes} [Tue Jun 16 02:26:04 2026] GET /v2.0/extensions/quota-check-limit => 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: 824/1498] 10.0.0.203 () {32 vars in 663 bytes} [Tue Jun 16 02:26:04 2026] GET /v2.0/security-groups => generated 2925 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 825/1499] 10.0.0.203 () {32 vars in 705 bytes} [Tue Jun 16 02:26:04 2026] GET /v2.0/extensions/quota-check-limit-default => generated 268 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 826/1500] 10.0.0.203 () {32 vars in 667 bytes} [Tue Jun 16 02:26:04 2026] GET /v2.0/extensions/quotas => generated 192 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 827/1501] 10.0.0.203 () {32 vars in 681 bytes} [Tue Jun 16 02:26:04 2026] GET /v2.0/extensions/quota_details => generated 213 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 828/1502] 10.0.0.203 () {32 vars in 681 bytes} [Tue Jun 16 02:26:04 2026] GET /v2.0/extensions/rbac-policies => generated 223 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 829/1503] 10.0.0.203 () {32 vars in 774 bytes} [Tue Jun 16 02:26:04 2026] GET /v2.0/security-groups?tenant_id=bba249db47ff46069367a495cfb08031&name=default => generated 2925 bytes in 181 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 675/1504] 10.0.0.203 () {34 vars in 669 bytes} [Tue Jun 16 02:26:03 2026] POST /v2.0/subnets => generated 626 bytes in 278 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 830/1505] 10.0.0.203 () {32 vars in 691 bytes} [Tue Jun 16 02:26:04 2026] GET /v2.0/extensions/rbac-address-group => generated 198 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 02:26:04.340 7 INFO neutron.db.segments_db [None req-9e7e2c9b-3747-4c5e-8383-8c2aca4943b7 71f8c0aa3124406baeb2346d694a3150 3c6399e4c4f443f0b08198cafb9fb26d - - default default] Added segment 8c55117f-af4b-4b23-aa61-21b97f8e6577 of type vxlan for network b2cccb04-b01d-4c78-b164-2b767ea0a995 [pid: 8|app: 0|req: 676/1506] 10.0.0.203 () {32 vars in 740 bytes} [Tue Jun 16 02:26:04 2026] DELETE /v2.0/security-groups/7f60fb50-7418-4e65-9ced-7c069ce3d00a => generated 0 bytes in 108 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 677/1507] 10.0.0.203 () {32 vars in 691 bytes} [Tue Jun 16 02:26:04 2026] GET /v2.0/extensions/rbac-address-scope => generated 190 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 678/1508] 10.0.0.203 () {32 vars in 695 bytes} [Tue Jun 16 02:26:04 2026] GET /v2.0/extensions/rbac-security-groups => generated 210 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 679/1509] 10.0.0.203 () {32 vars in 685 bytes} [Tue Jun 16 02:26:04 2026] GET /v2.0/extensions/rbac-subnetpool => generated 181 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 680/1510] 10.0.0.203 () {32 vars in 689 bytes} [Tue Jun 16 02:26:04 2026] GET /v2.0/extensions/revision-if-match => generated 247 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 681/1511] 10.0.0.203 () {32 vars in 701 bytes} [Tue Jun 16 02:26:04 2026] GET /v2.0/extensions/standard-attr-revisions => generated 229 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 682/1512] 10.0.0.203 () {32 vars in 703 bytes} [Tue Jun 16 02:26:04 2026] GET /v2.0/extensions/router_availability_zone => generated 197 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 683/1513] 10.0.0.203 () {32 vars in 713 bytes} [Tue Jun 16 02:26:04 2026] GET /v2.0/extensions/security-groups-default-rules => generated 262 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 684/1514] 10.0.0.203 () {32 vars in 717 bytes} [Tue Jun 16 02:26:04 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: 8|app: 0|req: 685/1515] 10.0.0.203 () {32 vars in 715 bytes} [Tue Jun 16 02:26:04 2026] GET /v2.0/extensions/port-security-groups-filtering => generated 228 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 686/1516] 10.0.0.203 () {32 vars in 727 bytes} [Tue Jun 16 02:26:04 2026] GET /v2.0/extensions/security-groups-remote-address-group => generated 254 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 687/1517] 10.0.0.203 () {32 vars in 741 bytes} [Tue Jun 16 02:26:04 2026] GET /v2.0/extensions/security-groups-rules-belongs-to-default-sg => generated 314 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 688/1518] 10.0.0.203 () {32 vars in 719 bytes} [Tue Jun 16 02:26:04 2026] GET /v2.0/extensions/security-groups-shared-filtering => generated 241 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 689/1519] 10.0.0.203 () {32 vars in 683 bytes} [Tue Jun 16 02:26:04 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 690/1520] 10.0.0.203 () {32 vars in 669 bytes} [Tue Jun 16 02:26:04 2026] GET /v2.0/extensions/segment => generated 145 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 691/1521] 10.0.0.203 () {32 vars in 719 bytes} [Tue Jun 16 02:26:04 2026] GET /v2.0/extensions/segments-peer-subnet-host-routes => generated 233 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 692/1522] 10.0.0.203 () {32 vars in 679 bytes} [Tue Jun 16 02:26:04 2026] GET /v2.0/extensions/service-type => generated 221 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 693/1523] 10.0.0.203 () {32 vars in 669 bytes} [Tue Jun 16 02:26:04 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: 694/1524] 10.0.0.203 () {32 vars in 697 bytes} [Tue Jun 16 02:26:04 2026] GET /v2.0/extensions/standard-attr-segment => generated 212 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 695/1525] 10.0.0.203 () {32 vars in 705 bytes} [Tue Jun 16 02:26:04 2026] GET /v2.0/extensions/standard-attr-description => generated 214 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 696/1526] 10.0.0.203 () {32 vars in 701 bytes} [Tue Jun 16 02:26:04 2026] GET /v2.0/extensions/stateful-security-group => generated 208 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 697/1527] 10.0.0.203 () {32 vars in 701 bytes} [Tue Jun 16 02:26:04 2026] GET /v2.0/extensions/subnet-external-network => generated 224 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 698/1528] 10.0.0.203 () {32 vars in 683 bytes} [Tue Jun 16 02:26:04 2026] GET /v2.0/extensions/subnet_onboard => generated 197 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 699/1529] 10.0.0.203 () {32 vars in 705 bytes} [Tue Jun 16 02:26:04 2026] GET /v2.0/extensions/subnet-segmentid-writable => generated 227 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 700/1530] 10.0.0.203 () {32 vars in 695 bytes} [Tue Jun 16 02:26:04 2026] GET /v2.0/extensions/subnet-service-types => generated 206 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 701/1531] 10.0.0.203 () {32 vars in 689 bytes} [Tue Jun 16 02:26:04 2026] GET /v2.0/extensions/subnet_allocation => generated 194 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 702/1532] 10.0.0.203 () {32 vars in 697 bytes} [Tue Jun 16 02:26:04 2026] GET /v2.0/extensions/subnetpool-prefix-ops => generated 224 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 02:26:04.635 7 INFO neutron.db.l3_hamode_db [None req-9e7e2c9b-3747-4c5e-8383-8c2aca4943b7 71f8c0aa3124406baeb2346d694a3150 3c6399e4c4f443f0b08198cafb9fb26d - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 703/1533] 10.0.0.203 () {32 vars in 679 bytes} [Tue Jun 16 02:26:04 2026] GET /v2.0/extensions/tag-creation => generated 190 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 704/1534] 10.0.0.203 () {32 vars in 689 bytes} [Tue Jun 16 02:26:04 2026] GET /v2.0/extensions/standard-attr-tag => generated 343 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 705/1535] 10.0.0.203 () {32 vars in 701 bytes} [Tue Jun 16 02:26:04 2026] GET /v2.0/extensions/standard-attr-timestamp => generated 255 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 706/1536] 10.0.0.203 () {32 vars in 665 bytes} [Tue Jun 16 02:26:04 2026] GET /v2.0/extensions/trunk => generated 164 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 707/1537] 10.0.0.203 () {32 vars in 681 bytes} [Tue Jun 16 02:26:04 2026] GET /v2.0/extensions/trunk-details => generated 168 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 708/1538] 10.0.0.203 () {32 vars in 677 bytes} [Tue Jun 16 02:26:04 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) 2026-06-16 02:26:04.772 7 INFO neutron.db.l3_hamode_db [None req-9e7e2c9b-3747-4c5e-8383-8c2aca4943b7 71f8c0aa3124406baeb2346d694a3150 3c6399e4c4f443f0b08198cafb9fb26d - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 709/1539] 10.0.0.203 () {32 vars in 774 bytes} [Tue Jun 16 02:26:04 2026] GET /v2.0/security-groups?tenant_id=cb7fe4e980934227aeeca083e563a3f7&name=default => generated 2925 bytes in 185 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 710/1540] 10.0.0.203 () {32 vars in 693 bytes} [Tue Jun 16 02:26:04 2026] GET /v2.0/extensions/vpn-endpoint-groups => generated 177 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 711/1541] 10.0.0.203 () {32 vars in 740 bytes} [Tue Jun 16 02:26:04 2026] DELETE /v2.0/security-groups/15e461b6-2645-465a-88f1-57473cdf7740 => generated 0 bytes in 93 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 712/1542] 10.0.0.203 () {32 vars in 677 bytes} [Tue Jun 16 02:26:04 2026] GET /v2.0/extensions/vpn-flavors => generated 182 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 713/1543] 10.0.0.203 () {32 vars in 667 bytes} [Tue Jun 16 02:26:04 2026] GET /v2.0/extensions/vpnaas => generated 154 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 714/1544] 10.0.0.203 () {32 vars in 663 bytes} [Tue Jun 16 02:26:04 2026] GET /v2.0/extensions/taas => generated 175 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 715/1545] 10.0.0.203 () {32 vars in 675 bytes} [Tue Jun 16 02:26:04 2026] GET /v2.0/extensions/tap-mirror => generated 222 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 716/1546] 10.0.0.203 () {32 vars in 687 bytes} [Tue Jun 16 02:26:04 2026] GET /v2.0/extensions/taas-vlan-filter => generated 226 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 831/1547] 10.0.0.203 () {34 vars in 669 bytes} [Tue Jun 16 02:26:04 2026] POST /v2.0/routers => generated 507 bytes in 1113 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-16 02:26:05.473 8 INFO neutron.services.segments.plugin [-] Segment ea8b0cdf-5304-4d0f-87d7-11bd47a7e9e5 resource provider aggregate not found 2026-06-16 02:26:05.476 8 INFO neutron.services.segments.plugin [-] Segment ea8b0cdf-5304-4d0f-87d7-11bd47a7e9e5 resource provider aggregate not found 2026-06-16 02:26:05.504 8 INFO neutron.services.segments.plugin [-] Segment ea8b0cdf-5304-4d0f-87d7-11bd47a7e9e5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ea8b0cdf-5304-4d0f-87d7-11bd47a7e9e5 found for delete ", "request_id": "req-73fdf0fb-0a0a-4d5d-8a49-6050f8c38896"}]} 2026-06-16 02:26:05.504 8 INFO neutron.services.segments.plugin [-] Segment ea8b0cdf-5304-4d0f-87d7-11bd47a7e9e5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ea8b0cdf-5304-4d0f-87d7-11bd47a7e9e5 found for delete ", "request_id": "req-28da3acb-c04e-4258-8dd6-f4ec0e6cebf8"}]} [pid: 7|app: 0|req: 832/1548] 10.0.0.203 () {32 vars in 774 bytes} [Tue Jun 16 02:26:05 2026] GET /v2.0/security-groups?tenant_id=22901e20edb14028be1fc27ca51f4356&name=default => generated 2925 bytes in 254 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 833/1549] 10.0.0.203 () {32 vars in 740 bytes} [Tue Jun 16 02:26:05 2026] DELETE /v2.0/security-groups/745ba2b6-df4b-4f65-9dbe-4fd04390b6e0 => 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: 717/1550] 10.0.0.203 () {34 vars in 783 bytes} [Tue Jun 16 02:26:05 2026] PUT /v2.0/routers/97369329-07da-462c-bf36-cc9b24d7a5f1/add_router_interface => generated 309 bytes in 1094 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 718/1551] 10.0.0.203 () {32 vars in 717 bytes} [Tue Jun 16 02:26:06 2026] GET /v2.0/ports/70b51cea-c999-4427-908a-b149941ec812 => generated 955 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 834/1552] 10.0.0.203 () {34 vars in 684 bytes} [Tue Jun 16 02:26:06 2026] POST /v2.0/security-groups => generated 1625 bytes in 446 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 835/1553] 10.0.0.203 () {32 vars in 663 bytes} [Tue Jun 16 02:26:06 2026] GET /v2.0/security-groups => generated 4530 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 836/1554] 10.0.0.203 () {34 vars in 758 bytes} [Tue Jun 16 02:26:06 2026] PUT /v2.0/security-groups/991eab0c-cf16-4af2-917c-4da5880c5a0d => generated 1663 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 837/1555] 10.0.0.203 () {32 vars in 737 bytes} [Tue Jun 16 02:26:06 2026] GET /v2.0/security-groups/991eab0c-cf16-4af2-917c-4da5880c5a0d => generated 1663 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-16 02:26:06.864 8 INFO neutron_taas.services.taas.taas_plugin [None req-cc70059d-6ffd-48bb-a3bd-c1cfd3ba1915 71f8c0aa3124406baeb2346d694a3150 3c6399e4c4f443f0b08198cafb9fb26d - - default default] TaaS: Handle Delete Port: 70b51cea-c999-4427-908a-b149941ec812 2026-06-16 02:26:06.868 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-cc70059d-6ffd-48bb-a3bd-c1cfd3ba1915 71f8c0aa3124406baeb2346d694a3150 3c6399e4c4f443f0b08198cafb9fb26d - - default default] Tap Mirror: Handle Delete Port: 70b51cea-c999-4427-908a-b149941ec812 [pid: 7|app: 0|req: 838/1556] 10.0.0.203 () {32 vars in 740 bytes} [Tue Jun 16 02:26:06 2026] DELETE /v2.0/security-groups/991eab0c-cf16-4af2-917c-4da5880c5a0d => generated 0 bytes in 77 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 839/1557] 10.0.0.203 () {32 vars in 663 bytes} [Tue Jun 16 02:26:06 2026] GET /v2.0/security-groups => generated 2925 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-16 02:26:06.954 7 INFO neutron.api.v2.resource [None req-15aea9e0-5cfe-4ba6-8281-39a1f5cebd75 eb822d089fff4bb5a9fc3f6ee0432e3f a631f5c7c9c94f72b3ab8f47a821a9a9 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 840/1558] 10.0.0.203 () {32 vars in 740 bytes} [Tue Jun 16 02:26:06 2026] DELETE /v2.0/security-groups/991eab0c-cf16-4af2-917c-4da5880c5a0d => generated 146 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 841/1559] 10.0.0.203 () {34 vars in 684 bytes} [Tue Jun 16 02:26:06 2026] POST /v2.0/security-groups => generated 1624 bytes in 154 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 842/1560] 10.0.0.203 () {34 vars in 695 bytes} [Tue Jun 16 02:26:07 2026] POST /v2.0/security-group-rules => generated 601 bytes in 119 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 843/1561] 10.0.0.203 () {32 vars in 747 bytes} [Tue Jun 16 02:26:07 2026] GET /v2.0/security-group-rules/30d53e38-728c-40ff-802a-c4ff78801f8b => generated 601 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 719/1562] 10.0.0.203 () {34 vars in 789 bytes} [Tue Jun 16 02:26:06 2026] PUT /v2.0/routers/97369329-07da-462c-bf36-cc9b24d7a5f1/remove_router_interface => generated 309 bytes in 761 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 720/1563] 10.0.0.203 () {32 vars in 736 bytes} [Tue Jun 16 02:26:07 2026] GET /v2.0/ports?device_id=97369329-07da-462c-bf36-cc9b24d7a5f1 => 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: 844/1564] 10.0.0.203 () {32 vars in 673 bytes} [Tue Jun 16 02:26:07 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 845/1565] 10.0.0.203 () {32 vars in 750 bytes} [Tue Jun 16 02:26:07 2026] DELETE /v2.0/security-group-rules/30d53e38-728c-40ff-802a-c4ff78801f8b => 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: 846/1566] 10.0.0.203 () {32 vars in 673 bytes} [Tue Jun 16 02:26:07 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-16 02:26:07.527 8 INFO neutron_taas.services.taas.taas_plugin [None req-c60e1842-6bef-46b6-a91c-5fd86bc1ca95 71f8c0aa3124406baeb2346d694a3150 3c6399e4c4f443f0b08198cafb9fb26d - - default default] TaaS: Handle Delete Port: 87f392ae-326a-4875-80d1-96ca010edfad 2026-06-16 02:26:07.532 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c60e1842-6bef-46b6-a91c-5fd86bc1ca95 71f8c0aa3124406baeb2346d694a3150 3c6399e4c4f443f0b08198cafb9fb26d - - default default] Tap Mirror: Handle Delete Port: 87f392ae-326a-4875-80d1-96ca010edfad [pid: 7|app: 0|req: 847/1567] 10.0.0.203 () {34 vars in 695 bytes} [Tue Jun 16 02:26:07 2026] POST /v2.0/security-group-rules => generated 601 bytes in 117 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-16 02:26:07.903 8 INFO neutron.services.segments.plugin [-] Segment 8c55117f-af4b-4b23-aa61-21b97f8e6577 resource provider aggregate not found 2026-06-16 02:26:07.907 8 INFO neutron.services.segments.plugin [-] Segment 8c55117f-af4b-4b23-aa61-21b97f8e6577 resource provider aggregate not found 2026-06-16 02:26:07.920 8 INFO neutron.services.segments.plugin [-] Segment 8c55117f-af4b-4b23-aa61-21b97f8e6577 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8c55117f-af4b-4b23-aa61-21b97f8e6577 found for delete ", "request_id": "req-bae39d33-8a19-4568-9714-3c1686c3f27e"}]} 2026-06-16 02:26:07.923 7 INFO neutron.db.segments_db [None req-7ced00c1-d71d-4f7a-a85e-2f1eaa13608e 299f725e8bea4956a38efa3558be4392 1c65756fed4445d1823a5c4a78e10148 - - default default] Added segment a90323bf-ea70-4374-ad0d-b876889c3516 of type vxlan for network de1e28f8-b80b-4604-bea9-3efcee631d91 2026-06-16 02:26:07.926 8 INFO neutron.services.segments.plugin [-] Segment 8c55117f-af4b-4b23-aa61-21b97f8e6577 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8c55117f-af4b-4b23-aa61-21b97f8e6577 found for delete ", "request_id": "req-7f913986-d778-466b-9d15-99b7905540ad"}]} 2026-06-16 02:26:07.934 8 INFO neutron.db.l3_hamode_db [None req-c60e1842-6bef-46b6-a91c-5fd86bc1ca95 71f8c0aa3124406baeb2346d694a3150 3c6399e4c4f443f0b08198cafb9fb26d - - default default] HA network b2cccb04-b01d-4c78-b164-2b767ea0a995 was deleted as no HA routers are present in tenant 3c6399e4c4f443f0b08198cafb9fb26d. [pid: 8|app: 0|req: 721/1568] 10.0.0.203 () {32 vars in 724 bytes} [Tue Jun 16 02:26:07 2026] DELETE /v2.0/routers/97369329-07da-462c-bf36-cc9b24d7a5f1 => generated 0 bytes in 614 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 722/1569] 10.0.0.203 () {32 vars in 747 bytes} [Tue Jun 16 02:26:07 2026] GET /v2.0/security-group-rules/6c49e55e-8802-4d4e-960f-a3154c6ef2e0 => generated 601 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 848/1570] 10.0.0.203 () {34 vars in 670 bytes} [Tue Jun 16 02:26:07 2026] POST /v2.0/networks => generated 624 bytes in 440 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 849/1571] 10.0.0.203 () {32 vars in 673 bytes} [Tue Jun 16 02:26:08 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 723/1572] 10.0.0.203 () {32 vars in 724 bytes} [Tue Jun 16 02:26:07 2026] DELETE /v2.0/subnets/0d789bca-ebc2-42aa-9259-e991310d219a => generated 0 bytes in 164 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 724/1573] 10.0.0.203 () {32 vars in 750 bytes} [Tue Jun 16 02:26:08 2026] DELETE /v2.0/security-group-rules/6c49e55e-8802-4d4e-960f-a3154c6ef2e0 => generated 0 bytes in 67 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-16 02:26:08.285 8 INFO neutron_taas.services.taas.taas_plugin [None req-55ab5dbf-9e0d-4cd9-a7cb-dd965fb002c9 71f8c0aa3124406baeb2346d694a3150 3c6399e4c4f443f0b08198cafb9fb26d - - default default] TaaS: Handle Delete Port: 9392b2e4-1639-414a-b1ba-13f6ae6f684f 2026-06-16 02:26:08.287 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-55ab5dbf-9e0d-4cd9-a7cb-dd965fb002c9 71f8c0aa3124406baeb2346d694a3150 3c6399e4c4f443f0b08198cafb9fb26d - - default default] Tap Mirror: Handle Delete Port: 9392b2e4-1639-414a-b1ba-13f6ae6f684f [pid: 7|app: 0|req: 850/1574] 10.0.0.203 () {34 vars in 669 bytes} [Tue Jun 16 02:26:08 2026] POST /v2.0/subnets => generated 641 bytes in 239 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 851/1575] 10.0.0.203 () {32 vars in 673 bytes} [Tue Jun 16 02:26:08 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) 2026-06-16 02:26:08.416 7 INFO neutron.db.segments_db [None req-3a9b3e63-2c3d-40e0-b01c-9fddb38ddc54 299f725e8bea4956a38efa3558be4392 1c65756fed4445d1823a5c4a78e10148 - - default default] Added segment 738cd54a-640b-4a8e-b0a6-7a5a9a887b11 of type vxlan for network a2779e4e-f4c3-47d5-8ca5-6908ad4546ad [pid: 8|app: 0|req: 725/1576] 10.0.0.203 () {32 vars in 726 bytes} [Tue Jun 16 02:26:08 2026] DELETE /v2.0/networks/b36fb2fb-b7af-4f8a-afb2-c4d7beab061d => generated 0 bytes in 272 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 852/1577] 10.0.0.203 () {34 vars in 670 bytes} [Tue Jun 16 02:26:08 2026] POST /v2.0/networks => generated 624 bytes in 146 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-16 02:26:08.510 8 INFO neutron.db.securitygroups_db [None req-abf4c20e-3d43-40e0-8d78-3167fbad2795 eb822d089fff4bb5a9fc3f6ee0432e3f a631f5c7c9c94f72b3ab8f47a821a9a9 - - default default] Project a631f5c7c9c94f72b3ab8f47a821a9a9 added a security group rule with legacy IPv6 ICMP protocol name icmp, ipv6-icmp should be used instead. It was automatically converted. 2026-06-16 02:26:08.561 7 INFO neutron.db.segments_db [None req-ec167dd5-8429-4735-9ffa-7e1de0ac5c73 71f8c0aa3124406baeb2346d694a3150 3c6399e4c4f443f0b08198cafb9fb26d - - default default] Added segment df7b63ad-8f19-4e7e-a07b-fb7b90b207c0 of type vxlan for network 7cba161b-4ee5-40da-8828-639212557096 [pid: 8|app: 0|req: 726/1578] 10.0.0.203 () {34 vars in 695 bytes} [Tue Jun 16 02:26:08 2026] POST /v2.0/security-group-rules => generated 607 bytes in 123 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 727/1579] 10.0.0.203 () {34 vars in 743 bytes} [Tue Jun 16 02:26:08 2026] PUT /v2.0/networks/a2779e4e-f4c3-47d5-8ca5-6908ad4546ad => generated 592 bytes in 110 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 728/1580] 10.0.0.203 () {32 vars in 747 bytes} [Tue Jun 16 02:26:08 2026] GET /v2.0/security-group-rules/f00b0217-9ff6-460c-a4b1-2675670d66e2 => generated 607 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 02:26:08.816 7 INFO neutron.db.l3_hamode_db [None req-ec167dd5-8429-4735-9ffa-7e1de0ac5c73 71f8c0aa3124406baeb2346d694a3150 3c6399e4c4f443f0b08198cafb9fb26d - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 729/1581] 10.0.0.203 () {34 vars in 669 bytes} [Tue Jun 16 02:26:08 2026] POST /v2.0/subnets => generated 626 bytes in 220 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 730/1582] 10.0.0.203 () {32 vars in 673 bytes} [Tue Jun 16 02:26:08 2026] GET /v2.0/security-group-rules => generated 4144 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 731/1583] 10.0.0.203 () {34 vars in 741 bytes} [Tue Jun 16 02:26:08 2026] PUT /v2.0/subnets/f9598624-abea-4774-9bad-962d204de024 => generated 636 bytes in 106 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 732/1584] 10.0.0.203 () {32 vars in 750 bytes} [Tue Jun 16 02:26:09 2026] DELETE /v2.0/security-group-rules/f00b0217-9ff6-460c-a4b1-2675670d66e2 => generated 0 bytes in 59 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 733/1585] 10.0.0.203 () {32 vars in 726 bytes} [Tue Jun 16 02:26:09 2026] DELETE /v2.0/networks/a2779e4e-f4c3-47d5-8ca5-6908ad4546ad => generated 0 bytes in 181 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 734/1586] 10.0.0.203 () {32 vars in 673 bytes} [Tue Jun 16 02:26:09 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-16 02:26:09.402 8 INFO neutron.pecan_wsgi.hooks.translation [None req-782b1a9d-26e9-4782-8fe0-65dc4ff3ab10 299f725e8bea4956a38efa3558be4392 1c65756fed4445d1823a5c4a78e10148 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 735/1587] 10.0.0.203 () {32 vars in 726 bytes} [Tue Jun 16 02:26:09 2026] DELETE /v2.0/networks/a2779e4e-f4c3-47d5-8ca5-6908ad4546ad => generated 138 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 736/1588] 10.0.0.203 () {32 vars in 740 bytes} [Tue Jun 16 02:26:09 2026] DELETE /v2.0/security-groups/a0dfbb80-061c-4fbc-bf38-1461ca28a940 => generated 0 bytes in 80 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-16 02:26:09.518 7 INFO neutron.db.l3_hamode_db [None req-ec167dd5-8429-4735-9ffa-7e1de0ac5c73 71f8c0aa3124406baeb2346d694a3150 3c6399e4c4f443f0b08198cafb9fb26d - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 737/1589] 10.0.0.203 () {32 vars in 694 bytes} [Tue Jun 16 02:26:09 2026] GET /v2.0/networks?router%3Aexternal=True => generated 651 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 738/1590] 10.0.0.203 () {32 vars in 663 bytes} [Tue Jun 16 02:26:09 2026] GET /v2.0/security-groups => generated 2925 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 739/1591] 10.0.0.203 () {32 vars in 742 bytes} [Tue Jun 16 02:26:09 2026] GET /v2.0/subnets?network_id=12e17d28-9927-4b2c-aebb-0d27b6645488 => generated 649 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 740/1592] 10.0.0.203 () {32 vars in 663 bytes} [Tue Jun 16 02:26:09 2026] GET /v2.0/security-groups => generated 2925 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 741/1593] 10.0.0.203 () {32 vars in 653 bytes} [Tue Jun 16 02:26:09 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: 742/1594] 10.0.0.203 () {32 vars in 649 bytes} [Tue Jun 16 02:26:09 2026] GET /v2.0/networks => generated 1308 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 743/1595] 10.0.0.203 () {32 vars in 647 bytes} [Tue Jun 16 02:26:09 2026] GET /v2.0/subnets => generated 1280 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 744/1596] 10.0.0.203 () {32 vars in 723 bytes} [Tue Jun 16 02:26:09 2026] GET /v2.0/networks/de1e28f8-b80b-4604-bea9-3efcee631d91 => generated 668 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 745/1597] 10.0.0.203 () {32 vars in 721 bytes} [Tue Jun 16 02:26:09 2026] GET /v2.0/subnets/589751ff-7db5-4c63-b471-95b586d0ccac => generated 641 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 02:26:09.852 8 INFO neutron.pecan_wsgi.hooks.translation [None req-38f2ea0a-63c6-45e5-b435-296c6c315a42 299f725e8bea4956a38efa3558be4392 1c65756fed4445d1823a5c4a78e10148 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 746/1598] 10.0.0.203 () {32 vars in 724 bytes} [Tue Jun 16 02:26:09 2026] DELETE /v2.0/subnets/f9598624-abea-4774-9bad-962d204de024 => generated 136 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-16 02:26:09.870 8 INFO neutron.pecan_wsgi.hooks.translation [None req-d8fc03c1-3564-496d-810a-6a0396cabf3c 299f725e8bea4956a38efa3558be4392 1c65756fed4445d1823a5c4a78e10148 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 747/1599] 10.0.0.203 () {32 vars in 726 bytes} [Tue Jun 16 02:26:09 2026] DELETE /v2.0/networks/a2779e4e-f4c3-47d5-8ca5-6908ad4546ad => generated 138 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-16 02:26:09.948 8 INFO neutron.services.segments.plugin [-] Segment a3fe45fb-d684-4efa-af56-0f9e53739804 resource provider aggregate not found 2026-06-16 02:26:09.950 8 INFO neutron.services.segments.plugin [-] Segment a3fe45fb-d684-4efa-af56-0f9e53739804 resource provider aggregate not found 2026-06-16 02:26:09.975 8 INFO neutron.services.segments.plugin [-] Segment a3fe45fb-d684-4efa-af56-0f9e53739804 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a3fe45fb-d684-4efa-af56-0f9e53739804 found for delete ", "request_id": "req-89ec0cf6-f678-469a-9e6d-c10426a970a0"}]} 2026-06-16 02:26:09.981 8 INFO neutron.services.segments.plugin [-] Segment a3fe45fb-d684-4efa-af56-0f9e53739804 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a3fe45fb-d684-4efa-af56-0f9e53739804 found for delete ", "request_id": "req-5ce8719a-fe14-4b9a-b7e0-9c3239963180"}]} 2026-06-16 02:26:09.997 8 INFO neutron.services.segments.plugin [-] Segment 738cd54a-640b-4a8e-b0a6-7a5a9a887b11 resource provider aggregate not found 2026-06-16 02:26:10.005 8 INFO neutron.services.segments.plugin [-] Segment 738cd54a-640b-4a8e-b0a6-7a5a9a887b11 resource provider aggregate not found 2026-06-16 02:26:10.016 8 INFO neutron.services.segments.plugin [-] Segment 738cd54a-640b-4a8e-b0a6-7a5a9a887b11 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 738cd54a-640b-4a8e-b0a6-7a5a9a887b11 found for delete ", "request_id": "req-37c7376c-cbd2-4f33-87aa-dee9bedaf64f"}]} 2026-06-16 02:26:10.025 8 INFO neutron.services.segments.plugin [-] Segment 738cd54a-640b-4a8e-b0a6-7a5a9a887b11 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 738cd54a-640b-4a8e-b0a6-7a5a9a887b11 found for delete ", "request_id": "req-d0a75e6e-e8ab-418b-a734-1a0667046fdf"}]} [pid: 8|app: 0|req: 748/1600] 10.0.0.203 () {32 vars in 724 bytes} [Tue Jun 16 02:26:09 2026] DELETE /v2.0/subnets/589751ff-7db5-4c63-b471-95b586d0ccac => generated 0 bytes in 177 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 749/1601] 10.0.0.203 () {32 vars in 726 bytes} [Tue Jun 16 02:26:10 2026] DELETE /v2.0/networks/de1e28f8-b80b-4604-bea9-3efcee631d91 => generated 0 bytes in 139 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 853/1602] 10.0.0.203 () {34 vars in 669 bytes} [Tue Jun 16 02:26:08 2026] POST /v2.0/routers => generated 686 bytes in 1910 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 750/1603] 10.0.0.203 () {32 vars in 774 bytes} [Tue Jun 16 02:26:10 2026] GET /v2.0/security-groups?tenant_id=a631f5c7c9c94f72b3ab8f47a821a9a9&name=default => generated 2925 bytes in 229 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 854/1604] 10.0.0.203 () {32 vars in 721 bytes} [Tue Jun 16 02:26:10 2026] GET /v2.0/routers/dde69a08-7e15-4e58-8320-f7311b3baa5e => generated 692 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 751/1605] 10.0.0.203 () {32 vars in 740 bytes} [Tue Jun 16 02:26:10 2026] DELETE /v2.0/security-groups/f9289281-d78e-450d-b928-036439fbba61 => generated 0 bytes in 145 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 855/1606] 10.0.0.203 () {32 vars in 647 bytes} [Tue Jun 16 02:26:10 2026] GET /v2.0/routers => generated 695 bytes in 129 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 856/1607] 10.0.0.203 () {32 vars in 774 bytes} [Tue Jun 16 02:26:10 2026] GET /v2.0/security-groups?tenant_id=1c65756fed4445d1823a5c4a78e10148&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: 752/1608] 10.0.0.203 () {34 vars in 741 bytes} [Tue Jun 16 02:26:10 2026] PUT /v2.0/routers/dde69a08-7e15-4e58-8320-f7311b3baa5e => generated 699 bytes in 437 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 857/1609] 10.0.0.203 () {32 vars in 740 bytes} [Tue Jun 16 02:26:10 2026] DELETE /v2.0/security-groups/54a1cb53-8d9f-4422-836e-5f3ab91c0574 => generated 0 bytes in 100 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 753/1610] 10.0.0.203 () {32 vars in 721 bytes} [Tue Jun 16 02:26:11 2026] GET /v2.0/routers/dde69a08-7e15-4e58-8320-f7311b3baa5e => generated 699 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 858/1611] 10.0.0.203 () {32 vars in 736 bytes} [Tue Jun 16 02:26:11 2026] GET /v2.0/ports?device_id=dde69a08-7e15-4e58-8320-f7311b3baa5e => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-16 02:26:11.383 8 INFO neutron_taas.services.taas.taas_plugin [None req-f9c8bd00-786f-471b-878e-e26bb809ab29 71f8c0aa3124406baeb2346d694a3150 3c6399e4c4f443f0b08198cafb9fb26d - - default default] TaaS: Handle Delete Port: dfe1233b-8105-4947-bd8f-0cb1e78fac90 2026-06-16 02:26:11.388 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f9c8bd00-786f-471b-878e-e26bb809ab29 71f8c0aa3124406baeb2346d694a3150 3c6399e4c4f443f0b08198cafb9fb26d - - default default] Tap Mirror: Handle Delete Port: dfe1233b-8105-4947-bd8f-0cb1e78fac90 2026-06-16 02:26:11.679 8 INFO neutron_taas.services.taas.taas_plugin [None req-f9c8bd00-786f-471b-878e-e26bb809ab29 71f8c0aa3124406baeb2346d694a3150 3c6399e4c4f443f0b08198cafb9fb26d - - default default] TaaS: Handle Delete Port: 19a864f8-70ae-4881-8f37-5bda8670ecaf 2026-06-16 02:26:11.682 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f9c8bd00-786f-471b-878e-e26bb809ab29 71f8c0aa3124406baeb2346d694a3150 3c6399e4c4f443f0b08198cafb9fb26d - - default default] Tap Mirror: Handle Delete Port: 19a864f8-70ae-4881-8f37-5bda8670ecaf 2026-06-16 02:26:12.024 8 INFO neutron.db.l3_hamode_db [None req-f9c8bd00-786f-471b-878e-e26bb809ab29 71f8c0aa3124406baeb2346d694a3150 3c6399e4c4f443f0b08198cafb9fb26d - - default default] HA network 7cba161b-4ee5-40da-8828-639212557096 was deleted as no HA routers are present in tenant 3c6399e4c4f443f0b08198cafb9fb26d. 2026-06-16 02:26:12.036 8 INFO neutron.services.segments.plugin [-] Segment a90323bf-ea70-4374-ad0d-b876889c3516 resource provider aggregate not found [pid: 8|app: 0|req: 754/1612] 10.0.0.203 () {32 vars in 724 bytes} [Tue Jun 16 02:26:11 2026] DELETE /v2.0/routers/dde69a08-7e15-4e58-8320-f7311b3baa5e => generated 0 bytes in 876 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-16 02:26:12.045 8 INFO neutron.services.segments.plugin [-] Segment a90323bf-ea70-4374-ad0d-b876889c3516 resource provider aggregate not found 2026-06-16 02:26:12.052 8 INFO neutron.services.segments.plugin [-] Segment a90323bf-ea70-4374-ad0d-b876889c3516 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a90323bf-ea70-4374-ad0d-b876889c3516 found for delete ", "request_id": "req-3c367056-f080-483e-9d84-3b97ddb70b76"}]} 2026-06-16 02:26:12.062 8 INFO neutron.services.segments.plugin [-] Segment a90323bf-ea70-4374-ad0d-b876889c3516 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a90323bf-ea70-4374-ad0d-b876889c3516 found for delete ", "request_id": "req-eae827ab-8bc6-418f-81e7-c5f8294b1366"}]} 2026-06-16 02:26:12.067 8 INFO neutron.services.segments.plugin [-] Segment df7b63ad-8f19-4e7e-a07b-fb7b90b207c0 resource provider aggregate not found [pid: 7|app: 0|req: 859/1613] 10.0.0.203 () {32 vars in 736 bytes} [Tue Jun 16 02:26:12 2026] GET /v2.0/ports?device_id=dde69a08-7e15-4e58-8320-f7311b3baa5e => generated 12 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-16 02:26:12.075 8 INFO neutron.services.segments.plugin [-] Segment df7b63ad-8f19-4e7e-a07b-fb7b90b207c0 resource provider aggregate not found 2026-06-16 02:26:12.082 8 INFO neutron.services.segments.plugin [-] Segment df7b63ad-8f19-4e7e-a07b-fb7b90b207c0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid df7b63ad-8f19-4e7e-a07b-fb7b90b207c0 found for delete ", "request_id": "req-d4f6ed2b-3442-46a0-9542-b191bf80a06a"}]} 2026-06-16 02:26:12.097 8 INFO neutron.services.segments.plugin [-] Segment df7b63ad-8f19-4e7e-a07b-fb7b90b207c0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid df7b63ad-8f19-4e7e-a07b-fb7b90b207c0 found for delete ", "request_id": "req-f8cb0414-b37a-4d62-841c-a86878fd1ab3"}]} 2026-06-16 02:26:12.098 8 INFO neutron.api.v2.resource [None req-64608bb6-667a-4dfd-9a15-fd21922a86fb 71f8c0aa3124406baeb2346d694a3150 3c6399e4c4f443f0b08198cafb9fb26d - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 755/1614] 10.0.0.203 () {32 vars in 724 bytes} [Tue Jun 16 02:26:12 2026] DELETE /v2.0/routers/dde69a08-7e15-4e58-8320-f7311b3baa5e => 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: 860/1615] 10.0.0.203 () {32 vars in 736 bytes} [Tue Jun 16 02:26:12 2026] GET /v2.0/ports?device_id=97369329-07da-462c-bf36-cc9b24d7a5f1 => generated 12 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-16 02:26:12.175 8 INFO neutron.api.v2.resource [None req-84b5a73c-4042-40e0-a991-8a708f73cfcf 71f8c0aa3124406baeb2346d694a3150 3c6399e4c4f443f0b08198cafb9fb26d - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 756/1616] 10.0.0.203 () {32 vars in 724 bytes} [Tue Jun 16 02:26:12 2026] DELETE /v2.0/routers/97369329-07da-462c-bf36-cc9b24d7a5f1 => generated 135 bytes in 32 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-16 02:26:12.194 7 INFO neutron.pecan_wsgi.hooks.translation [None req-feda8376-661b-4f41-9525-b73c50d868a7 71f8c0aa3124406baeb2346d694a3150 3c6399e4c4f443f0b08198cafb9fb26d - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 861/1617] 10.0.0.203 () {32 vars in 724 bytes} [Tue Jun 16 02:26:12 2026] DELETE /v2.0/subnets/0d789bca-ebc2-42aa-9259-e991310d219a => generated 136 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 757/1618] 10.0.0.203 () {32 vars in 736 bytes} [Tue Jun 16 02:26:12 2026] GET /v2.0/ports?device_id=f869384c-abfc-4fbd-bd8a-1485fe7bad45 => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-16 02:26:12.245 7 INFO neutron.api.v2.resource [None req-b5b0a0aa-3c26-4ec5-bed8-b878d03086fd 71f8c0aa3124406baeb2346d694a3150 3c6399e4c4f443f0b08198cafb9fb26d - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 862/1619] 10.0.0.203 () {32 vars in 724 bytes} [Tue Jun 16 02:26:12 2026] DELETE /v2.0/routers/f869384c-abfc-4fbd-bd8a-1485fe7bad45 => generated 135 bytes in 22 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-16 02:26:12.269 8 INFO neutron.pecan_wsgi.hooks.translation [None req-1a220182-4e76-4ba9-9564-0f7234bb3277 71f8c0aa3124406baeb2346d694a3150 3c6399e4c4f443f0b08198cafb9fb26d - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 758/1620] 10.0.0.203 () {32 vars in 724 bytes} [Tue Jun 16 02:26:12 2026] DELETE /v2.0/subnets/ece0a1fe-4128-47ed-8ad4-343223ed5d46 => 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: 863/1621] 10.0.0.203 () {32 vars in 736 bytes} [Tue Jun 16 02:26:12 2026] GET /v2.0/ports?device_id=3b6f8638-654d-4269-93b7-cedf5b6f6f93 => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-16 02:26:12.317 8 INFO neutron.api.v2.resource [None req-da810c85-4e89-44f2-96c5-f1eff8194c06 71f8c0aa3124406baeb2346d694a3150 3c6399e4c4f443f0b08198cafb9fb26d - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 759/1622] 10.0.0.203 () {32 vars in 724 bytes} [Tue Jun 16 02:26:12 2026] DELETE /v2.0/routers/3b6f8638-654d-4269-93b7-cedf5b6f6f93 => generated 135 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-16 02:26:12.341 7 INFO neutron.pecan_wsgi.hooks.translation [None req-5226d0c9-5490-498c-9cfe-38aaeee62a35 71f8c0aa3124406baeb2346d694a3150 3c6399e4c4f443f0b08198cafb9fb26d - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 864/1623] 10.0.0.203 () {32 vars in 724 bytes} [Tue Jun 16 02:26:12 2026] DELETE /v2.0/subnets/596cfe27-4b60-450c-8a6e-ab116b88b0e5 => generated 136 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-16 02:26:12.366 7 INFO neutron.pecan_wsgi.hooks.translation [None req-0bc19fa7-789a-4038-947b-c43914708627 71f8c0aa3124406baeb2346d694a3150 3c6399e4c4f443f0b08198cafb9fb26d - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 865/1624] 10.0.0.203 () {32 vars in 724 bytes} [Tue Jun 16 02:26:12 2026] DELETE /v2.0/subnets/211e5035-16e0-4b2b-a838-5d9b819c4964 => generated 136 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 760/1625] 10.0.0.203 () {34 vars in 677 bytes} [Tue Jun 16 02:26:12 2026] POST /v2.0/subnetpools => generated 549 bytes in 177 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 866/1626] 10.0.0.203 () {32 vars in 729 bytes} [Tue Jun 16 02:26:12 2026] GET /v2.0/subnetpools/a5967336-0963-41ac-97ef-0017f1feecf8 => generated 549 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 761/1627] 10.0.0.203 () {34 vars in 749 bytes} [Tue Jun 16 02:26:12 2026] PUT /v2.0/subnetpools/a5967336-0963-41ac-97ef-0017f1feecf8 => generated 501 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 867/1628] 10.0.0.203 () {32 vars in 732 bytes} [Tue Jun 16 02:26:12 2026] DELETE /v2.0/subnetpools/a5967336-0963-41ac-97ef-0017f1feecf8 => generated 0 bytes in 67 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-16 02:26:12.714 8 INFO neutron.api.v2.resource [None req-4bee021c-54d4-4e83-8eff-190821b33ffa 9ab29cd314024f8f92de177a72897621 d31620e80f6241738cf12550d50103dc - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 762/1629] 10.0.0.203 () {32 vars in 729 bytes} [Tue Jun 16 02:26:12 2026] GET /v2.0/subnetpools/a5967336-0963-41ac-97ef-0017f1feecf8 => generated 145 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-16 02:26:12.737 7 INFO neutron.api.v2.resource [None req-bef63a52-b4d8-4253-a278-856e53b3fb8f 9ab29cd314024f8f92de177a72897621 d31620e80f6241738cf12550d50103dc - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 868/1630] 10.0.0.203 () {32 vars in 732 bytes} [Tue Jun 16 02:26:12 2026] DELETE /v2.0/subnetpools/a5967336-0963-41ac-97ef-0017f1feecf8 => generated 145 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 763/1631] 10.0.0.203 () {32 vars in 774 bytes} [Tue Jun 16 02:26:12 2026] GET /v2.0/security-groups?tenant_id=3c6399e4c4f443f0b08198cafb9fb26d&name=default => generated 2925 bytes in 220 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 764/1632] 10.0.0.203 () {32 vars in 740 bytes} [Tue Jun 16 02:26:13 2026] DELETE /v2.0/security-groups/6f5f582e-79ef-4dd8-9d3b-a35ae4aae627 => generated 0 bytes in 85 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-16 02:26:13.216 7 INFO neutron.db.segments_db [None req-88454e13-f6de-4c88-b9bf-7cb9f7e8a7e3 9753383d43f64f3194c32489799fd42e 8e1c1b108f944383ab4c668ed66e127e - - default default] Added segment 84d8240f-5bcb-47c5-90ff-715fd62d83c4 of type vxlan for network ec4e703c-e51c-4a75-8642-7ef374f3560e [pid: 7|app: 0|req: 869/1633] 10.0.0.203 () {34 vars in 670 bytes} [Tue Jun 16 02:26:12 2026] POST /v2.0/networks => generated 626 bytes in 394 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 765/1634] 10.0.0.203 () {32 vars in 774 bytes} [Tue Jun 16 02:26:13 2026] GET /v2.0/security-groups?tenant_id=d31620e80f6241738cf12550d50103dc&name=default => generated 2925 bytes in 281 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 870/1635] 10.0.0.203 () {34 vars in 665 bytes} [Tue Jun 16 02:26:13 2026] POST /v2.0/ports => generated 775 bytes in 336 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 766/1636] 10.0.0.203 () {32 vars in 740 bytes} [Tue Jun 16 02:26:13 2026] DELETE /v2.0/security-groups/243f26ee-8443-4ee1-8652-016ed4bafac3 => generated 0 bytes in 119 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-06-16 02:26:13.714 7 INFO neutron.db.segments_db [None req-167ab528-0225-4a54-b01f-ec0347613692 9753383d43f64f3194c32489799fd42e 8e1c1b108f944383ab4c668ed66e127e - - default default] Added segment 184418db-da87-4609-964a-c3c391a0302a of type vxlan for network c92b4f68-cdff-43be-9e9d-0d20e5465d28 [pid: 7|app: 0|req: 871/1637] 10.0.0.203 () {34 vars in 670 bytes} [Tue Jun 16 02:26:13 2026] POST /v2.0/networks => generated 612 bytes in 182 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 767/1638] 10.0.0.203 () {34 vars in 669 bytes} [Tue Jun 16 02:26:13 2026] POST /v2.0/subnets => generated 626 bytes in 635 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 872/1641] 10.0.0.203 () {34 vars in 665 bytes} [Tue Jun 16 02:26:14 2026] POST /v2.0/ports => generated 953 bytes in 369 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-16 02:26:14.962 8 INFO neutron_taas.services.taas.taas_plugin [None req-e00ee88c-e765-498a-89b0-cba04da9aa91 9753383d43f64f3194c32489799fd42e 8e1c1b108f944383ab4c668ed66e127e - - default default] TaaS: Handle Delete Port: 4f08e718-f972-4ca7-a747-36950cfaf82e 2026-06-16 02:26:14.964 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e00ee88c-e765-498a-89b0-cba04da9aa91 9753383d43f64f3194c32489799fd42e 8e1c1b108f944383ab4c668ed66e127e - - default default] Tap Mirror: Handle Delete Port: 4f08e718-f972-4ca7-a747-36950cfaf82e [pid: 8|app: 0|req: 770/1642] 10.0.0.203 () {32 vars in 720 bytes} [Tue Jun 16 02:26:14 2026] DELETE /v2.0/ports/4f08e718-f972-4ca7-a747-36950cfaf82e => generated 0 bytes in 227 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-16 02:26:15.109 8 INFO neutron.pecan_wsgi.hooks.translation [None req-b6520fe0-5da3-412f-825f-3b63f305ad06 9753383d43f64f3194c32489799fd42e 8e1c1b108f944383ab4c668ed66e127e - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 771/1643] 10.0.0.203 () {32 vars in 720 bytes} [Tue Jun 16 02:26:15 2026] DELETE /v2.0/ports/4f08e718-f972-4ca7-a747-36950cfaf82e => generated 132 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-16 02:26:15.134 8 INFO neutron.pecan_wsgi.hooks.translation [None req-7c59fb70-7c22-4263-931a-23d2fd899d4f 9753383d43f64f3194c32489799fd42e 8e1c1b108f944383ab4c668ed66e127e - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 772/1644] 10.0.0.203 () {32 vars in 717 bytes} [Tue Jun 16 02:26:15 2026] GET /v2.0/ports/4f08e718-f972-4ca7-a747-36950cfaf82e => generated 132 bytes in 19 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: 773/1645] 10.0.0.203 () {32 vars in 724 bytes} [Tue Jun 16 02:26:15 2026] DELETE /v2.0/subnets/a4b0fdf0-592c-45b7-a806-abfa1739ff14 => 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: 873/1646] 10.0.0.203 () {32 vars in 774 bytes} [Tue Jun 16 02:26:15 2026] GET /v2.0/security-groups?tenant_id=a52f50d0ea68441891543542a04c4395&name=default => generated 2925 bytes in 290 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-16 02:26:15.389 8 INFO neutron.services.segments.plugin [-] Segment 184418db-da87-4609-964a-c3c391a0302a resource provider aggregate not found 2026-06-16 02:26:15.399 8 INFO neutron.services.segments.plugin [-] Segment 184418db-da87-4609-964a-c3c391a0302a resource provider aggregate not found 2026-06-16 02:26:15.421 8 INFO neutron.services.segments.plugin [-] Segment 184418db-da87-4609-964a-c3c391a0302a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 184418db-da87-4609-964a-c3c391a0302a found for delete ", "request_id": "req-7d289af8-3c3f-4c83-b127-4f0052995fd4"}]} 2026-06-16 02:26:15.421 8 INFO neutron.services.segments.plugin [-] Segment 184418db-da87-4609-964a-c3c391a0302a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 184418db-da87-4609-964a-c3c391a0302a found for delete ", "request_id": "req-40535165-e913-4ced-9d01-e30b103b102c"}]} [pid: 8|app: 0|req: 774/1647] 10.0.0.203 () {32 vars in 726 bytes} [Tue Jun 16 02:26:15 2026] DELETE /v2.0/networks/c92b4f68-cdff-43be-9e9d-0d20e5465d28 => generated 0 bytes in 171 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 874/1648] 10.0.0.203 () {32 vars in 740 bytes} [Tue Jun 16 02:26:15 2026] DELETE /v2.0/security-groups/992ad7fb-2d80-4939-8382-c126679e6438 => generated 0 bytes in 113 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-16 02:26:15.501 8 INFO neutron.db.segments_db [None req-95f81a16-1933-4bc7-a7af-a94b50004209 9753383d43f64f3194c32489799fd42e 8e1c1b108f944383ab4c668ed66e127e - - default default] Added segment 8a95805c-7ddd-4da3-a3cb-c94bc0a46985 of type vxlan for network 2a31d94d-83d8-49aa-bfdd-0c5ec8323afb [pid: 8|app: 0|req: 775/1649] 10.0.0.203 () {34 vars in 670 bytes} [Tue Jun 16 02:26:15 2026] POST /v2.0/networks => generated 613 bytes in 157 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 875/1650] 10.0.0.203 () {34 vars in 669 bytes} [Tue Jun 16 02:26:15 2026] POST /v2.0/subnets => generated 626 bytes in 275 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 776/1651] 10.0.0.203 () {34 vars in 665 bytes} [Tue Jun 16 02:26:15 2026] POST /v2.0/ports => generated 911 bytes in 348 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-16 02:26:16.340 7 INFO neutron_taas.services.taas.taas_plugin [None req-e56aaf9d-003a-47ff-ac41-c8f7eadd2205 9753383d43f64f3194c32489799fd42e 8e1c1b108f944383ab4c668ed66e127e - - default default] TaaS: Handle Delete Port: 15143cc2-5b45-4a0b-b9ea-57b28778062f 2026-06-16 02:26:16.342 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e56aaf9d-003a-47ff-ac41-c8f7eadd2205 9753383d43f64f3194c32489799fd42e 8e1c1b108f944383ab4c668ed66e127e - - default default] Tap Mirror: Handle Delete Port: 15143cc2-5b45-4a0b-b9ea-57b28778062f [pid: 7|app: 0|req: 876/1652] 10.0.0.203 () {32 vars in 720 bytes} [Tue Jun 16 02:26:16 2026] DELETE /v2.0/ports/15143cc2-5b45-4a0b-b9ea-57b28778062f => generated 0 bytes in 278 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-16 02:26:16.544 8 INFO neutron.pecan_wsgi.hooks.translation [None req-7a98ac66-d755-44a3-96a0-e83b7cac7a74 9753383d43f64f3194c32489799fd42e 8e1c1b108f944383ab4c668ed66e127e - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 777/1653] 10.0.0.203 () {32 vars in 717 bytes} [Tue Jun 16 02:26:16 2026] GET /v2.0/ports/15143cc2-5b45-4a0b-b9ea-57b28778062f => generated 132 bytes in 28 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 877/1654] 10.0.0.203 () {32 vars in 724 bytes} [Tue Jun 16 02:26:16 2026] DELETE /v2.0/subnets/8d790ec1-9fcb-4734-a24c-cbdbdf38b49f => generated 0 bytes in 145 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 778/1655] 10.0.0.203 () {32 vars in 726 bytes} [Tue Jun 16 02:26:16 2026] DELETE /v2.0/networks/2a31d94d-83d8-49aa-bfdd-0c5ec8323afb => generated 0 bytes in 138 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 878/1656] 10.0.0.203 () {34 vars in 665 bytes} [Tue Jun 16 02:26:16 2026] POST /v2.0/ports => generated 774 bytes in 280 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 779/1657] 10.0.0.203 () {34 vars in 737 bytes} [Tue Jun 16 02:26:17 2026] PUT /v2.0/ports/eeef3e13-80e1-439b-9a87-ad1d21316d24 => generated 752 bytes in 243 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-06-16 02:26:17.443 8 INFO neutron.services.segments.plugin [-] Segment 8a95805c-7ddd-4da3-a3cb-c94bc0a46985 resource provider aggregate not found 2026-06-16 02:26:17.451 8 INFO neutron.services.segments.plugin [-] Segment 8a95805c-7ddd-4da3-a3cb-c94bc0a46985 resource provider aggregate not found 2026-06-16 02:26:17.463 8 INFO neutron.services.segments.plugin [-] Segment 8a95805c-7ddd-4da3-a3cb-c94bc0a46985 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8a95805c-7ddd-4da3-a3cb-c94bc0a46985 found for delete ", "request_id": "req-538da151-1959-4d82-8aee-dd68a5266849"}]} 2026-06-16 02:26:17.464 8 INFO neutron.services.segments.plugin [-] Segment 8a95805c-7ddd-4da3-a3cb-c94bc0a46985 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8a95805c-7ddd-4da3-a3cb-c94bc0a46985 found for delete ", "request_id": "req-0531d95b-ca88-47df-8c52-da069e882faa"}]} 2026-06-16 02:26:17.499 7 INFO neutron_taas.services.taas.taas_plugin [None req-a65652ee-6176-48f1-b1ac-2384c23c74b9 9753383d43f64f3194c32489799fd42e 8e1c1b108f944383ab4c668ed66e127e - - default default] TaaS: Handle Delete Port: eeef3e13-80e1-439b-9a87-ad1d21316d24 2026-06-16 02:26:17.503 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a65652ee-6176-48f1-b1ac-2384c23c74b9 9753383d43f64f3194c32489799fd42e 8e1c1b108f944383ab4c668ed66e127e - - default default] Tap Mirror: Handle Delete Port: eeef3e13-80e1-439b-9a87-ad1d21316d24 [pid: 7|app: 0|req: 879/1658] 10.0.0.203 () {32 vars in 720 bytes} [Tue Jun 16 02:26:17 2026] DELETE /v2.0/ports/eeef3e13-80e1-439b-9a87-ad1d21316d24 => generated 0 bytes in 251 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: 8|app: 0|req: 780/1659] 10.0.0.203 () {32 vars in 643 bytes} [Tue Jun 16 02:26:17 2026] GET /v2.0/ports => generated 778 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 02:26:17.709 7 INFO neutron.pecan_wsgi.hooks.translation [None req-2a77fee7-6376-4018-9962-063295cdb7c4 9753383d43f64f3194c32489799fd42e 8e1c1b108f944383ab4c668ed66e127e - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 880/1660] 10.0.0.203 () {32 vars in 717 bytes} [Tue Jun 16 02:26:17 2026] GET /v2.0/ports/eeef3e13-80e1-439b-9a87-ad1d21316d24 => generated 132 bytes in 24 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 781/1661] 10.0.0.203 () {32 vars in 643 bytes} [Tue Jun 16 02:26:17 2026] GET /v2.0/ports => generated 778 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 881/1662] 10.0.0.203 () {32 vars in 717 bytes} [Tue Jun 16 02:26:17 2026] GET /v2.0/ports/4b8fbfcc-c0a2-42f2-a6f2-f94a47ee722c => generated 775 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 02:26:17.842 8 INFO neutron.pecan_wsgi.hooks.translation [None req-8f4e31db-45f2-48d5-9fba-6f1b2a51deb2 9753383d43f64f3194c32489799fd42e 8e1c1b108f944383ab4c668ed66e127e - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 782/1663] 10.0.0.203 () {32 vars in 720 bytes} [Tue Jun 16 02:26:17 2026] DELETE /v2.0/ports/15143cc2-5b45-4a0b-b9ea-57b28778062f => generated 132 bytes in 27 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-16 02:26:17.868 7 INFO neutron.pecan_wsgi.hooks.translation [None req-51af2352-9fb7-453b-bc9a-caaf42effa86 9753383d43f64f3194c32489799fd42e 8e1c1b108f944383ab4c668ed66e127e - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 882/1664] 10.0.0.203 () {32 vars in 724 bytes} [Tue Jun 16 02:26:17 2026] DELETE /v2.0/subnets/8d790ec1-9fcb-4734-a24c-cbdbdf38b49f => generated 136 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-16 02:26:17.891 8 INFO neutron.pecan_wsgi.hooks.translation [None req-a42b5c8f-830d-4a0f-9769-69e42ee3a438 9753383d43f64f3194c32489799fd42e 8e1c1b108f944383ab4c668ed66e127e - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 783/1665] 10.0.0.203 () {32 vars in 724 bytes} [Tue Jun 16 02:26:17 2026] DELETE /v2.0/subnets/a4b0fdf0-592c-45b7-a806-abfa1739ff14 => generated 136 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-16 02:26:18.001 7 INFO neutron_taas.services.taas.taas_plugin [None req-693b6560-ba45-4d24-8abd-c66e71b41dcc 9753383d43f64f3194c32489799fd42e 8e1c1b108f944383ab4c668ed66e127e - - default default] TaaS: Handle Delete Port: 4b8fbfcc-c0a2-42f2-a6f2-f94a47ee722c 2026-06-16 02:26:18.008 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-693b6560-ba45-4d24-8abd-c66e71b41dcc 9753383d43f64f3194c32489799fd42e 8e1c1b108f944383ab4c668ed66e127e - - default default] Tap Mirror: Handle Delete Port: 4b8fbfcc-c0a2-42f2-a6f2-f94a47ee722c [pid: 7|app: 0|req: 883/1666] 10.0.0.203 () {32 vars in 720 bytes} [Tue Jun 16 02:26:17 2026] DELETE /v2.0/ports/4b8fbfcc-c0a2-42f2-a6f2-f94a47ee722c => generated 0 bytes in 200 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 784/1667] 10.0.0.203 () {32 vars in 726 bytes} [Tue Jun 16 02:26:18 2026] DELETE /v2.0/networks/ec4e703c-e51c-4a75-8642-7ef374f3560e => generated 0 bytes in 131 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 884/1668] 10.0.0.203 () {32 vars in 774 bytes} [Tue Jun 16 02:26:18 2026] GET /v2.0/security-groups?tenant_id=2d10bfb7928b471cbca8bcc19db14134&name=default => generated 2925 bytes in 264 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 785/1669] 10.0.0.203 () {32 vars in 740 bytes} [Tue Jun 16 02:26:18 2026] DELETE /v2.0/security-groups/ae93e68c-bccb-4dad-8640-84018d18dc57 => generated 0 bytes in 92 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 786/1670] 10.0.0.203 () {32 vars in 774 bytes} [Tue Jun 16 02:26:18 2026] GET /v2.0/security-groups?tenant_id=0b09ed7e41744eb49a1854eb4b251473&name=default => generated 2925 bytes in 129 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 885/1671] 10.0.0.203 () {32 vars in 774 bytes} [Tue Jun 16 02:26:18 2026] GET /v2.0/security-groups?tenant_id=8e1c1b108f944383ab4c668ed66e127e&name=default => generated 2925 bytes in 279 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 886/1672] 10.0.0.203 () {32 vars in 740 bytes} [Tue Jun 16 02:26:19 2026] DELETE /v2.0/security-groups/2c75ee77-2017-475e-ab08-4e636ef5e4b3 => generated 0 bytes in 115 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-16 02:26:19.233 8 INFO neutron.db.segments_db [None req-bebe6cc4-c095-44d1-b056-8fcdf97fb0d1 99decf315c78402fa38eb291fa5e9f0f 149b36415e24439aaefca333e9361023 - - default default] Added segment 2bd81718-b09e-47d7-94e7-9bb7e347189b of type vxlan for network fc23f3b7-89c9-4a8c-b091-04e0cc487afb [pid: 7|app: 0|req: 887/1673] 10.0.0.203 () {32 vars in 740 bytes} [Tue Jun 16 02:26:19 2026] DELETE /v2.0/security-groups/9a13199b-560c-4fa9-bfd8-a76cab7a5bf4 => 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: 787/1674] 10.0.0.203 () {34 vars in 670 bytes} [Tue Jun 16 02:26:18 2026] POST /v2.0/networks => generated 613 bytes in 365 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 788/1675] 10.0.0.203 () {34 vars in 753 bytes} [Tue Jun 16 02:26:19 2026] PUT /v2.0/networks/fc23f3b7-89c9-4a8c-b091-04e0cc487afb/tags => generated 25 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 789/1676] 10.0.0.203 () {32 vars in 733 bytes} [Tue Jun 16 02:26:19 2026] GET /v2.0/networks/fc23f3b7-89c9-4a8c-b091-04e0cc487afb/tags => generated 25 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 888/1677] 10.0.0.203 () {32 vars in 774 bytes} [Tue Jun 16 02:26:19 2026] GET /v2.0/security-groups?tenant_id=457be4af7bae4d859807c5047ee6f0c9&name=default => generated 2925 bytes in 235 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-16 02:26:19.494 8 INFO neutron.services.segments.plugin [-] Segment 84d8240f-5bcb-47c5-90ff-715fd62d83c4 resource provider aggregate not found 2026-06-16 02:26:19.500 8 INFO neutron.services.segments.plugin [-] Segment 84d8240f-5bcb-47c5-90ff-715fd62d83c4 resource provider aggregate not found 2026-06-16 02:26:19.522 8 INFO neutron.services.segments.plugin [-] Segment 84d8240f-5bcb-47c5-90ff-715fd62d83c4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 84d8240f-5bcb-47c5-90ff-715fd62d83c4 found for delete ", "request_id": "req-950dbe97-aa8c-49ca-9388-c475411267ef"}]} 2026-06-16 02:26:19.528 8 INFO neutron.services.segments.plugin [-] Segment 84d8240f-5bcb-47c5-90ff-715fd62d83c4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 84d8240f-5bcb-47c5-90ff-715fd62d83c4 found for delete ", "request_id": "req-e5cac41b-a4d7-4e68-ad41-247b3939c3c5"}]} [pid: 8|app: 0|req: 790/1678] 10.0.0.203 () {34 vars in 764 bytes} [Tue Jun 16 02:26:19 2026] PUT /v2.0/networks/fc23f3b7-89c9-4a8c-b091-04e0cc487afb/tags/green => generated 4 bytes in 115 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 791/1679] 10.0.0.203 () {32 vars in 733 bytes} [Tue Jun 16 02:26:19 2026] GET /v2.0/networks/fc23f3b7-89c9-4a8c-b091-04e0cc487afb/tags => generated 34 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 889/1680] 10.0.0.203 () {32 vars in 740 bytes} [Tue Jun 16 02:26:19 2026] DELETE /v2.0/security-groups/fb6b2c15-ba19-4ed9-be12-7ce6dc3782cb => generated 0 bytes in 140 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 792/1681] 10.0.0.203 () {34 vars in 760 bytes} [Tue Jun 16 02:26:19 2026] PUT /v2.0/networks/fc23f3b7-89c9-4a8c-b091-04e0cc487afb/tags/red => generated 4 bytes in 66 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 890/1682] 10.0.0.203 () {32 vars in 733 bytes} [Tue Jun 16 02:26:19 2026] GET /v2.0/networks/fc23f3b7-89c9-4a8c-b091-04e0cc487afb/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: 891/1683] 10.0.0.203 () {34 vars in 782 bytes} [Tue Jun 16 02:26:19 2026] PUT /v2.0/networks/fc23f3b7-89c9-4a8c-b091-04e0cc487afb/tags/black.or.white => generated 4 bytes in 80 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 892/1684] 10.0.0.203 () {32 vars in 733 bytes} [Tue Jun 16 02:26:19 2026] GET /v2.0/networks/fc23f3b7-89c9-4a8c-b091-04e0cc487afb/tags => generated 52 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 793/1685] 10.0.0.203 () {32 vars in 774 bytes} [Tue Jun 16 02:26:19 2026] GET /v2.0/security-groups?tenant_id=f183ebb0968f42f9b37877ea0fff417d&name=default => generated 2925 bytes in 176 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 893/1686] 10.0.0.203 () {34 vars in 753 bytes} [Tue Jun 16 02:26:19 2026] PUT /v2.0/networks/fc23f3b7-89c9-4a8c-b091-04e0cc487afb/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: 894/1687] 10.0.0.203 () {32 vars in 733 bytes} [Tue Jun 16 02:26:19 2026] GET /v2.0/networks/fc23f3b7-89c9-4a8c-b091-04e0cc487afb/tags => generated 37 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 794/1688] 10.0.0.203 () {32 vars in 740 bytes} [Tue Jun 16 02:26:19 2026] DELETE /v2.0/security-groups/9781fc53-216c-4550-92b4-a4293e408404 => generated 0 bytes in 103 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 895/1689] 10.0.0.203 () {32 vars in 741 bytes} [Tue Jun 16 02:26:19 2026] GET /v2.0/networks/fc23f3b7-89c9-4a8c-b091-04e0cc487afb/tags/red => generated 0 bytes in 46 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-16 02:26:20.066 8 INFO neutron.api.v2.resource [None req-8fa3ebed-2b63-4cc0-82c2-e155451a0e3e 99decf315c78402fa38eb291fa5e9f0f 149b36415e24439aaefca333e9361023 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 795/1690] 10.0.0.203 () {32 vars in 745 bytes} [Tue Jun 16 02:26:20 2026] GET /v2.0/networks/fc23f3b7-89c9-4a8c-b091-04e0cc487afb/tags/green => generated 99 bytes in 44 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 896/1691] 10.0.0.203 () {32 vars in 744 bytes} [Tue Jun 16 02:26:20 2026] DELETE /v2.0/networks/fc23f3b7-89c9-4a8c-b091-04e0cc487afb/tags/red => generated 0 bytes in 61 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 796/1692] 10.0.0.203 () {32 vars in 733 bytes} [Tue Jun 16 02:26:20 2026] GET /v2.0/networks/fc23f3b7-89c9-4a8c-b091-04e0cc487afb/tags => generated 30 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-16 02:26:20.237 7 INFO neutron.api.v2.resource [None req-5a1df9a3-15cb-452b-91e6-2399033838ac 99decf315c78402fa38eb291fa5e9f0f 149b36415e24439aaefca333e9361023 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 897/1693] 10.0.0.203 () {32 vars in 748 bytes} [Tue Jun 16 02:26:20 2026] DELETE /v2.0/networks/fc23f3b7-89c9-4a8c-b091-04e0cc487afb/tags/green => generated 99 bytes in 55 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 797/1694] 10.0.0.203 () {32 vars in 736 bytes} [Tue Jun 16 02:26:20 2026] DELETE /v2.0/networks/fc23f3b7-89c9-4a8c-b091-04e0cc487afb/tags => generated 0 bytes in 56 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 898/1695] 10.0.0.203 () {32 vars in 733 bytes} [Tue Jun 16 02:26:20 2026] GET /v2.0/networks/fc23f3b7-89c9-4a8c-b091-04e0cc487afb/tags => generated 12 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 798/1696] 10.0.0.203 () {32 vars in 726 bytes} [Tue Jun 16 02:26:20 2026] DELETE /v2.0/networks/fc23f3b7-89c9-4a8c-b091-04e0cc487afb => generated 0 bytes in 120 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-16 02:26:21.252 7 INFO neutron.db.segments_db [None req-4208c730-db31-4363-9d01-759b4585894d cfe1be6b7d8940b2ad3e6e1803af287d c448ca45ae6a4527b9385daa10cf3bb2 - - default default] Added segment a74a8925-f996-43aa-80d1-178c2f40d9ac of type vxlan for network e4aa6666-da0f-4c23-8c71-744c2a8a4b9c [pid: 8|app: 0|req: 799/1697] 10.0.0.203 () {32 vars in 774 bytes} [Tue Jun 16 02:26:21 2026] GET /v2.0/security-groups?tenant_id=149b36415e24439aaefca333e9361023&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: 800/1698] 10.0.0.203 () {32 vars in 623 bytes} [Tue Jun 16 02:26:21 2026] GET / => generated 151 bytes in 2 msecs (HTTP/1.1 200) 3 headers in 91 bytes (1 switches on core 0) [pid: 7|app: 0|req: 899/1699] 10.0.0.203 () {34 vars in 671 bytes} [Tue Jun 16 02:26:20 2026] POST /v2.0/networks => generated 721 bytes in 519 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 900/1700] 10.0.0.203 () {32 vars in 633 bytes} [Tue Jun 16 02:26:21 2026] GET /v2.0/ => generated 632 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 801/1701] 10.0.0.203 () {32 vars in 740 bytes} [Tue Jun 16 02:26:21 2026] DELETE /v2.0/security-groups/c33fb70b-41e7-4fa4-9c7c-ede777f91431 => generated 0 bytes in 110 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-16 02:26:21.555 8 INFO neutron.services.segments.plugin [-] Segment 2bd81718-b09e-47d7-94e7-9bb7e347189b resource provider aggregate not found 2026-06-16 02:26:21.560 8 INFO neutron.services.segments.plugin [-] Segment 2bd81718-b09e-47d7-94e7-9bb7e347189b resource provider aggregate not found 2026-06-16 02:26:21.580 8 INFO neutron.services.segments.plugin [-] Segment 2bd81718-b09e-47d7-94e7-9bb7e347189b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2bd81718-b09e-47d7-94e7-9bb7e347189b found for delete ", "request_id": "req-2c6a2ba5-1078-40fd-a29d-31668f2cf326"}]} 2026-06-16 02:26:21.584 8 INFO neutron.services.segments.plugin [-] Segment 2bd81718-b09e-47d7-94e7-9bb7e347189b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2bd81718-b09e-47d7-94e7-9bb7e347189b found for delete ", "request_id": "req-cc45e555-5dd9-46c3-aa76-7b7db95baa74"}]} [pid: 7|app: 0|req: 901/1702] 10.0.0.203 () {34 vars in 669 bytes} [Tue Jun 16 02:26:21 2026] POST /v2.0/subnets => generated 687 bytes in 220 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-16 02:26:21.696 7 INFO neutron.db.segments_db [None req-988f98b9-e1c8-4e3b-83d3-abd1bdb1c900 cfe1be6b7d8940b2ad3e6e1803af287d c448ca45ae6a4527b9385daa10cf3bb2 - - default default] Added segment 042d3bd6-1ade-4837-b98b-e2fc2120c840 of type vxlan for network 91b0e1bd-b418-4fe9-825e-021b92336459 [pid: 8|app: 0|req: 802/1703] 10.0.0.203 () {32 vars in 774 bytes} [Tue Jun 16 02:26:21 2026] GET /v2.0/security-groups?tenant_id=b9d3695938a24edfa9b62ded91bf0e6d&name=default => generated 2925 bytes in 127 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 803/1704] 10.0.0.203 () {32 vars in 740 bytes} [Tue Jun 16 02:26:21 2026] DELETE /v2.0/security-groups/251b5d00-43ae-4397-bc6e-98c34e354ddd => generated 0 bytes in 102 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-16 02:26:21.932 7 INFO neutron.db.l3_hamode_db [None req-988f98b9-e1c8-4e3b-83d3-abd1bdb1c900 cfe1be6b7d8940b2ad3e6e1803af287d 4d9bbf72d8064d748ec64c448f4014f1 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 804/1705] 10.0.0.203 () {32 vars in 774 bytes} [Tue Jun 16 02:26:21 2026] GET /v2.0/security-groups?tenant_id=65f2c1f359334d6dbad4effab10474f6&name=default => generated 2925 bytes in 358 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 805/1706] 10.0.0.203 () {32 vars in 740 bytes} [Tue Jun 16 02:26:22 2026] DELETE /v2.0/security-groups/d4587c27-3398-42c4-be85-a4aa891e0ead => generated 0 bytes in 101 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-16 02:26:22.786 7 INFO neutron.db.l3_hamode_db [None req-988f98b9-e1c8-4e3b-83d3-abd1bdb1c900 cfe1be6b7d8940b2ad3e6e1803af287d c448ca45ae6a4527b9385daa10cf3bb2 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 902/1707] 10.0.0.203 () {34 vars in 669 bytes} [Tue Jun 16 02:26:21 2026] POST /v2.0/routers => generated 727 bytes in 2042 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 806/1708] 10.0.0.203 () {32 vars in 774 bytes} [Tue Jun 16 02:26:23 2026] GET /v2.0/security-groups?tenant_id=467c050d5eba46ffb4b757c1ab5b92ce&name=default => generated 2925 bytes in 267 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 807/1709] 10.0.0.203 () {32 vars in 740 bytes} [Tue Jun 16 02:26:23 2026] DELETE /v2.0/security-groups/4d7fba89-07dc-4d19-9011-ab79e1951e9f => 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: 903/1710] 10.0.0.203 () {34 vars in 783 bytes} [Tue Jun 16 02:26:23 2026] PUT /v2.0/routers/173e5af1-1fb1-40e7-96ea-f8123a730629/add_router_interface => generated 309 bytes in 1241 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 808/1711] 10.0.0.203 () {34 vars in 676 bytes} [Tue Jun 16 02:26:25 2026] POST /v2.0/subnetpools => generated 516 bytes in 217 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 904/1712] 10.0.0.203 () {34 vars in 759 bytes} [Tue Jun 16 02:26:25 2026] PUT /v2.0/subnetpools/ea3e2bff-52b3-4ecf-918e-4039dd54e0bf/tags => generated 25 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 809/1713] 10.0.0.203 () {32 vars in 739 bytes} [Tue Jun 16 02:26:25 2026] GET /v2.0/subnetpools/ea3e2bff-52b3-4ecf-918e-4039dd54e0bf/tags => generated 25 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 905/1714] 10.0.0.203 () {34 vars in 770 bytes} [Tue Jun 16 02:26:25 2026] PUT /v2.0/subnetpools/ea3e2bff-52b3-4ecf-918e-4039dd54e0bf/tags/green => generated 4 bytes in 74 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 810/1715] 10.0.0.203 () {32 vars in 739 bytes} [Tue Jun 16 02:26:25 2026] GET /v2.0/subnetpools/ea3e2bff-52b3-4ecf-918e-4039dd54e0bf/tags => generated 34 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 906/1716] 10.0.0.203 () {34 vars in 766 bytes} [Tue Jun 16 02:26:25 2026] PUT /v2.0/subnetpools/ea3e2bff-52b3-4ecf-918e-4039dd54e0bf/tags/red => generated 4 bytes in 437 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 907/1717] 10.0.0.203 () {32 vars in 739 bytes} [Tue Jun 16 02:26:26 2026] GET /v2.0/subnetpools/ea3e2bff-52b3-4ecf-918e-4039dd54e0bf/tags => generated 34 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 908/1718] 10.0.0.203 () {34 vars in 788 bytes} [Tue Jun 16 02:26:26 2026] PUT /v2.0/subnetpools/ea3e2bff-52b3-4ecf-918e-4039dd54e0bf/tags/black.or.white => generated 4 bytes in 66 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 909/1719] 10.0.0.203 () {32 vars in 739 bytes} [Tue Jun 16 02:26:26 2026] GET /v2.0/subnetpools/ea3e2bff-52b3-4ecf-918e-4039dd54e0bf/tags => generated 52 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 910/1720] 10.0.0.203 () {34 vars in 759 bytes} [Tue Jun 16 02:26:26 2026] PUT /v2.0/subnetpools/ea3e2bff-52b3-4ecf-918e-4039dd54e0bf/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: 811/1721] 10.0.0.203 () {32 vars in 774 bytes} [Tue Jun 16 02:26:26 2026] GET /v2.0/security-groups?tenant_id=ce67caa12bf14eeab76498e0f6df4e06&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: 911/1722] 10.0.0.203 () {32 vars in 739 bytes} [Tue Jun 16 02:26:26 2026] GET /v2.0/subnetpools/ea3e2bff-52b3-4ecf-918e-4039dd54e0bf/tags => generated 37 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 912/1723] 10.0.0.203 () {32 vars in 747 bytes} [Tue Jun 16 02:26:26 2026] GET /v2.0/subnetpools/ea3e2bff-52b3-4ecf-918e-4039dd54e0bf/tags/red => generated 0 bytes in 34 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-16 02:26:26.657 7 INFO neutron.api.v2.resource [None req-c969a7cc-5c82-41c4-afae-58b3bafb139c 177244f3374948a7950d3a24b4ff7759 2c71a09152e14ec9b7d080273bfa662c - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 913/1724] 10.0.0.203 () {32 vars in 751 bytes} [Tue Jun 16 02:26:26 2026] GET /v2.0/subnetpools/ea3e2bff-52b3-4ecf-918e-4039dd54e0bf/tags/green => generated 99 bytes in 33 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 812/1725] 10.0.0.203 () {32 vars in 740 bytes} [Tue Jun 16 02:26:26 2026] DELETE /v2.0/security-groups/93b0ecee-a551-4e84-80a2-d48907e14c2f => 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: 914/1726] 10.0.0.203 () {32 vars in 750 bytes} [Tue Jun 16 02:26:26 2026] DELETE /v2.0/subnetpools/ea3e2bff-52b3-4ecf-918e-4039dd54e0bf/tags/red => generated 0 bytes in 51 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 813/1727] 10.0.0.203 () {32 vars in 739 bytes} [Tue Jun 16 02:26:26 2026] GET /v2.0/subnetpools/ea3e2bff-52b3-4ecf-918e-4039dd54e0bf/tags => generated 30 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-16 02:26:26.822 7 INFO neutron.api.v2.resource [None req-8b0ca2eb-4c28-4e94-8922-d8859898b08a 177244f3374948a7950d3a24b4ff7759 2c71a09152e14ec9b7d080273bfa662c - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 915/1728] 10.0.0.203 () {32 vars in 754 bytes} [Tue Jun 16 02:26:26 2026] DELETE /v2.0/subnetpools/ea3e2bff-52b3-4ecf-918e-4039dd54e0bf/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: 814/1729] 10.0.0.203 () {32 vars in 742 bytes} [Tue Jun 16 02:26:26 2026] DELETE /v2.0/subnetpools/ea3e2bff-52b3-4ecf-918e-4039dd54e0bf/tags => generated 0 bytes in 63 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 916/1730] 10.0.0.203 () {32 vars in 739 bytes} [Tue Jun 16 02:26:26 2026] GET /v2.0/subnetpools/ea3e2bff-52b3-4ecf-918e-4039dd54e0bf/tags => generated 12 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 815/1731] 10.0.0.203 () {32 vars in 732 bytes} [Tue Jun 16 02:26:26 2026] DELETE /v2.0/subnetpools/ea3e2bff-52b3-4ecf-918e-4039dd54e0bf => generated 0 bytes in 48 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 816/1732] 10.0.0.17 () {34 vars in 981 bytes} [Tue Jun 16 02:26:27 2026] GET /v2.0/networks?id=e4aa6666-da0f-4c23-8c71-744c2a8a4b9c => generated 672 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 817/1733] 10.0.0.17 () {34 vars in 964 bytes} [Tue Jun 16 02:26:27 2026] GET /v2.0/quotas/4d9bbf72d8064d748ec64c448f4014f1 => generated 292 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 818/1734] 10.0.0.17 () {34 vars in 1001 bytes} [Tue Jun 16 02:26:27 2026] GET /v2.0/ports?tenant_id=4d9bbf72d8064d748ec64c448f4014f1&fields=id => generated 103 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 819/1735] 10.0.0.17 () {34 vars in 1007 bytes} [Tue Jun 16 02:26:27 2026] GET /v2.0/networks/e4aa6666-da0f-4c23-8c71-744c2a8a4b9c?fields=segments => generated 14 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-16 02:26:27.530 7 INFO neutron.db.segments_db [None req-3e3e9787-d7e2-43ec-9b85-86c5b659a030 cce18c3b578d4fc4ac405f247446b04a 3f54ff740be144ce93651adeaa572031 - - default default] Added segment 1b07d2b6-1c42-46c8-b83d-f18292dffa24 of type vxlan for network 699b9637-a824-4a9e-acf1-fe13254063d4 [pid: 8|app: 0|req: 820/1736] 10.0.0.17 () {34 vars in 1107 bytes} [Tue Jun 16 02:26:27 2026] GET /v2.0/networks/e4aa6666-da0f-4c23-8c71-744c2a8a4b9c?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 917/1737] 10.0.0.203 () {34 vars in 671 bytes} [Tue Jun 16 02:26:27 2026] POST /v2.0/networks => generated 613 bytes in 486 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-16 02:26:27.703 8 INFO neutron.db.segments_db [None req-e2fde651-05f2-4d7d-89a1-ebe4409253e4 cce18c3b578d4fc4ac405f247446b04a 3f54ff740be144ce93651adeaa572031 - - default default] Added segment 2d8601b5-c475-452d-b0f2-c4e32f77a524 of type vxlan for network 472fd575-1b3e-4dc0-b27f-7fde17e4dba7 [pid: 7|app: 0|req: 918/1738] 10.0.0.17 () {34 vars in 989 bytes} [Tue Jun 16 02:26:27 2026] GET /v2.0/ports?device_id=41257a63-d3b2-4a55-af16-451645688bb8 => generated 12 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-16 02:26:27.965 8 INFO neutron.db.l3_hamode_db [None req-e2fde651-05f2-4d7d-89a1-ebe4409253e4 cce18c3b578d4fc4ac405f247446b04a 3f54ff740be144ce93651adeaa572031 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 919/1739] 10.0.0.203 () {32 vars in 774 bytes} [Tue Jun 16 02:26:27 2026] GET /v2.0/security-groups?tenant_id=2d5b30cc82e94da8ac16354a6a2caa7d&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: 920/1740] 10.0.0.203 () {32 vars in 740 bytes} [Tue Jun 16 02:26:28 2026] DELETE /v2.0/security-groups/7e1b7ecc-b929-4e9b-9fec-c13127c67b0e => generated 0 bytes in 117 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 921/1741] 10.0.0.203 () {32 vars in 774 bytes} [Tue Jun 16 02:26:28 2026] GET /v2.0/security-groups?tenant_id=2c71a09152e14ec9b7d080273bfa662c&name=default => generated 2925 bytes in 159 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 922/1742] 10.0.0.203 () {32 vars in 740 bytes} [Tue Jun 16 02:26:28 2026] DELETE /v2.0/security-groups/4396f913-5076-4a36-86ca-1a80a8e2885d => generated 0 bytes in 99 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-16 02:26:28.813 8 INFO neutron.db.l3_hamode_db [None req-e2fde651-05f2-4d7d-89a1-ebe4409253e4 cce18c3b578d4fc4ac405f247446b04a 3f54ff740be144ce93651adeaa572031 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 923/1743] 10.0.0.17 () {34 vars in 989 bytes} [Tue Jun 16 02:26:29 2026] GET /v2.0/ports?device_id=41257a63-d3b2-4a55-af16-451645688bb8 => 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: 821/1746] 10.0.0.203 () {34 vars in 669 bytes} [Tue Jun 16 02:26:27 2026] POST /v2.0/routers => generated 694 bytes in 2195 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 926/1747] 10.0.0.203 () {32 vars in 776 bytes} [Tue Jun 16 02:26:29 2026] GET /v2.0/subnets?project_id=3f54ff740be144ce93651adeaa572031&cidr=10.100.0.0%2F28 => generated 14 bytes in 291 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 927/1748] 10.0.0.17 () {34 vars in 989 bytes} [Tue Jun 16 02:26:30 2026] GET /v2.0/ports?device_id=41257a63-d3b2-4a55-af16-451645688bb8 => 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: 822/1749] 10.0.0.203 () {32 vars in 694 bytes} [Tue Jun 16 02:26:30 2026] GET /v2.0/networks?router%3Aexternal=True => generated 753 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 928/1750] 10.0.0.203 () {32 vars in 784 bytes} [Tue Jun 16 02:26:30 2026] GET /v2.0/subnets?network_id=12e17d28-9927-4b2c-aebb-0d27b6645488&cidr=10.100.0.0%2F28 => generated 14 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 929/1751] 10.0.0.203 () {32 vars in 774 bytes} [Tue Jun 16 02:26:30 2026] GET /v2.0/security-groups?tenant_id=4b8c5f2d4df449fc838b300d0d8a42e4&name=default => generated 2925 bytes in 164 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 823/1752] 10.0.0.203 () {34 vars in 669 bytes} [Tue Jun 16 02:26:30 2026] POST /v2.0/subnets => generated 656 bytes in 260 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 930/1753] 10.0.0.203 () {32 vars in 740 bytes} [Tue Jun 16 02:26:30 2026] DELETE /v2.0/security-groups/6499531d-dc36-41c1-81fa-56f178a41876 => generated 0 bytes in 135 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 931/1754] 10.0.0.17 () {34 vars in 989 bytes} [Tue Jun 16 02:26:31 2026] GET /v2.0/ports?device_id=41257a63-d3b2-4a55-af16-451645688bb8 => 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: 932/1755] 199.204.45.53 () {34 vars in 985 bytes} [Tue Jun 16 02:26:31 2026] GET /v2.0/networks?id=e4aa6666-da0f-4c23-8c71-744c2a8a4b9c => generated 672 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 824/1756] 10.0.0.203 () {34 vars in 783 bytes} [Tue Jun 16 02:26:30 2026] PUT /v2.0/routers/fabab7ea-35b2-4f6b-8f89-7c529e5dde04/add_router_interface => generated 309 bytes in 1514 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 825/1757] 10.0.0.203 () {32 vars in 649 bytes} [Tue Jun 16 02:26:32 2026] GET /v2.0/networks => generated 5056 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 826/1758] 10.0.0.203 () {32 vars in 647 bytes} [Tue Jun 16 02:26:32 2026] GET /v2.0/subnets => generated 3893 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 827/1759] 10.0.0.203 () {32 vars in 647 bytes} [Tue Jun 16 02:26:32 2026] GET /v2.0/routers => generated 1460 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 828/1760] 10.0.0.203 () {34 vars in 685 bytes} [Tue Jun 16 02:26:32 2026] POST /v2.0/security-groups => generated 1673 bytes in 145 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 933/1761] 199.204.45.53 () {38 vars in 954 bytes} [Tue Jun 16 02:26:32 2026] POST /v2.0/ports => generated 958 bytes in 484 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: 829/1762] 10.0.0.17 () {34 vars in 989 bytes} [Tue Jun 16 02:26:32 2026] GET /v2.0/ports?device_id=41257a63-d3b2-4a55-af16-451645688bb8 => generated 961 bytes in 130 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 934/1763] 10.0.0.203 () {34 vars in 695 bytes} [Tue Jun 16 02:26:32 2026] POST /v2.0/security-group-rules => generated 597 bytes in 132 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-16 02:26:32.979 8 INFO neutron.db.segments_db [None req-c284cade-7d60-4893-9eb8-129f40c1f7bb ba99970a2f544da087090500e4af55eb f3176e8d40d748b58767c99e0519a4fd - - default default] Added segment 256524c8-32f4-40f9-81fa-f47d6296c862 of type vxlan for network 8d418a7f-7d86-4cf3-bb2b-489c49a7a477 [pid: 7|app: 0|req: 935/1764] 199.204.45.53 () {38 vars in 1027 bytes} [Tue Jun 16 02:26:32 2026] PUT /v2.0/ports/641e3d23-2fef-424b-8f9b-ce38b86b8c7e => generated 1239 bytes in 362 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: 936/1765] 10.0.0.17 () {34 vars in 1039 bytes} [Tue Jun 16 02:26:33 2026] GET /v2.0/security-groups?id=313a4a54-a607-47cb-9dbe-9a6c07c20d48&fields=id&fields=name => generated 88 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-16 02:26:33.053 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-9c1ed3e4-1e35-4469-877f-d4008ca7305e'] response: {'name': 'network-changed', 'server_uuid': '41257a63-d3b2-4a55-af16-451645688bb8', 'tag': '641e3d23-2fef-424b-8f9b-ce38b86b8c7e', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 830/1766] 10.0.0.203 () {34 vars in 670 bytes} [Tue Jun 16 02:26:32 2026] POST /v2.0/networks => generated 613 bytes in 519 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 937/1767] 10.0.0.203 () {34 vars in 695 bytes} [Tue Jun 16 02:26:33 2026] POST /v2.0/security-group-rules => generated 596 bytes in 101 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 938/1768] 10.0.0.203 () {34 vars in 669 bytes} [Tue Jun 16 02:26:33 2026] POST /v2.0/subnets => generated 626 bytes in 213 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 831/1769] 10.0.0.203 () {32 vars in 774 bytes} [Tue Jun 16 02:26:33 2026] GET /v2.0/security-groups?tenant_id=9a91414c95b3457b941258c5e73f9540&name=default => generated 2925 bytes in 296 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 832/1770] 10.0.0.203 () {34 vars in 751 bytes} [Tue Jun 16 02:26:33 2026] PUT /v2.0/subnets/ca5e3432-3b37-4144-a925-f13108742388/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: 939/1771] 10.0.0.203 () {34 vars in 695 bytes} [Tue Jun 16 02:26:33 2026] POST /v2.0/security-group-rules => generated 602 bytes in 96 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 940/1772] 10.0.0.203 () {32 vars in 731 bytes} [Tue Jun 16 02:26:33 2026] GET /v2.0/subnets/ca5e3432-3b37-4144-a925-f13108742388/tags => generated 25 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 833/1773] 10.0.0.203 () {32 vars in 740 bytes} [Tue Jun 16 02:26:33 2026] DELETE /v2.0/security-groups/733ede49-4469-46c4-abb5-2749daf0abe3 => 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: 941/1774] 10.0.0.203 () {34 vars in 695 bytes} [Tue Jun 16 02:26:33 2026] POST /v2.0/security-group-rules => generated 601 bytes in 112 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 942/1775] 199.204.45.53 () {34 vars in 1079 bytes} [Tue Jun 16 02:26:33 2026] GET /v2.0/ports?tenant_id=4d9bbf72d8064d748ec64c448f4014f1&device_id=41257a63-d3b2-4a55-af16-451645688bb8 => generated 1242 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-16 02:26:33.698 7 INFO neutron.db.securitygroups_db [None req-cf918231-2aa0-478c-a013-5884a92d71d9 cce18c3b578d4fc4ac405f247446b04a 3f54ff740be144ce93651adeaa572031 - - default default] Project 3f54ff740be144ce93651adeaa572031 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: 834/1776] 10.0.0.203 () {34 vars in 762 bytes} [Tue Jun 16 02:26:33 2026] PUT /v2.0/subnets/ca5e3432-3b37-4144-a925-f13108742388/tags/green => generated 4 bytes in 91 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 835/1777] 199.204.45.53 () {34 vars in 1017 bytes} [Tue Jun 16 02:26:33 2026] GET /v2.0/networks?tenant_id=4d9bbf72d8064d748ec64c448f4014f1&shared=False => generated 768 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 836/1778] 10.0.0.203 () {32 vars in 731 bytes} [Tue Jun 16 02:26:33 2026] GET /v2.0/subnets/ca5e3432-3b37-4144-a925-f13108742388/tags => generated 34 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 943/1779] 10.0.0.203 () {34 vars in 695 bytes} [Tue Jun 16 02:26:33 2026] POST /v2.0/security-group-rules => generated 607 bytes in 149 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-16 02:26:33.848 7 INFO neutron.db.securitygroups_db [None req-03339be9-31e7-429e-811d-b39bdc22ab4f cce18c3b578d4fc4ac405f247446b04a 3f54ff740be144ce93651adeaa572031 - - default default] Project 3f54ff740be144ce93651adeaa572031 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: 837/1780] 199.204.45.53 () {34 vars in 929 bytes} [Tue Jun 16 02:26:33 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 838/1781] 10.0.0.203 () {34 vars in 758 bytes} [Tue Jun 16 02:26:33 2026] PUT /v2.0/subnets/ca5e3432-3b37-4144-a925-f13108742388/tags/red => generated 4 bytes in 53 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 944/1782] 10.0.0.203 () {34 vars in 695 bytes} [Tue Jun 16 02:26:33 2026] POST /v2.0/security-group-rules => generated 606 bytes in 110 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 839/1783] 10.0.0.203 () {32 vars in 731 bytes} [Tue Jun 16 02:26:33 2026] GET /v2.0/subnets/ca5e3432-3b37-4144-a925-f13108742388/tags => generated 34 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 945/1784] 10.0.0.203 () {34 vars in 780 bytes} [Tue Jun 16 02:26:33 2026] PUT /v2.0/subnets/ca5e3432-3b37-4144-a925-f13108742388/tags/black.or.white => generated 4 bytes in 106 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 840/1785] 10.0.0.203 () {32 vars in 731 bytes} [Tue Jun 16 02:26:34 2026] GET /v2.0/subnets/ca5e3432-3b37-4144-a925-f13108742388/tags => generated 52 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 946/1786] 10.0.0.17 () {34 vars in 989 bytes} [Tue Jun 16 02:26:34 2026] GET /v2.0/ports?device_id=41257a63-d3b2-4a55-af16-451645688bb8 => generated 973 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 947/1787] 10.0.0.17 () {34 vars in 1039 bytes} [Tue Jun 16 02:26:34 2026] GET /v2.0/security-groups?id=313a4a54-a607-47cb-9dbe-9a6c07c20d48&fields=id&fields=name => generated 88 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 841/1788] 10.0.0.203 () {34 vars in 751 bytes} [Tue Jun 16 02:26:34 2026] PUT /v2.0/subnets/ca5e3432-3b37-4144-a925-f13108742388/tags => generated 37 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 948/1789] 10.0.0.203 () {32 vars in 731 bytes} [Tue Jun 16 02:26:34 2026] GET /v2.0/subnets/ca5e3432-3b37-4144-a925-f13108742388/tags => generated 37 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 842/1790] 10.0.0.203 () {32 vars in 739 bytes} [Tue Jun 16 02:26:34 2026] GET /v2.0/subnets/ca5e3432-3b37-4144-a925-f13108742388/tags/red => generated 0 bytes in 39 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-16 02:26:34.385 8 INFO neutron.api.v2.resource [None req-f3809f79-f4ea-4f75-95cd-162a9f935d32 ba99970a2f544da087090500e4af55eb f3176e8d40d748b58767c99e0519a4fd - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 843/1791] 10.0.0.203 () {32 vars in 743 bytes} [Tue Jun 16 02:26:34 2026] GET /v2.0/subnets/ca5e3432-3b37-4144-a925-f13108742388/tags/green => generated 99 bytes in 42 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 844/1792] 10.0.0.203 () {32 vars in 742 bytes} [Tue Jun 16 02:26:34 2026] DELETE /v2.0/subnets/ca5e3432-3b37-4144-a925-f13108742388/tags/red => generated 0 bytes in 59 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 949/1793] 10.0.0.203 () {32 vars in 649 bytes} [Tue Jun 16 02:26:34 2026] GET /v2.0/networks => generated 1297 bytes in 173 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 845/1794] 10.0.0.203 () {32 vars in 731 bytes} [Tue Jun 16 02:26:34 2026] GET /v2.0/subnets/ca5e3432-3b37-4144-a925-f13108742388/tags => generated 30 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-16 02:26:34.574 7 INFO neutron.api.v2.resource [None req-04b69d1a-6da6-4719-ade1-011802df30b0 ba99970a2f544da087090500e4af55eb f3176e8d40d748b58767c99e0519a4fd - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 950/1795] 10.0.0.203 () {32 vars in 746 bytes} [Tue Jun 16 02:26:34 2026] DELETE /v2.0/subnets/ca5e3432-3b37-4144-a925-f13108742388/tags/green => generated 99 bytes in 54 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 951/1796] 10.0.0.17 () {34 vars in 1097 bytes} [Tue Jun 16 02:26:34 2026] GET /v2.0/security-groups?name=tempest-secgroup-smoke-791280234&fields=id&tenant_id=3f54ff740be144ce93651adeaa572031 => generated 69 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 952/1797] 10.0.0.17 () {34 vars in 981 bytes} [Tue Jun 16 02:26:34 2026] GET /v2.0/networks?id=699b9637-a824-4a9e-acf1-fe13254063d4 => generated 660 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 846/1798] 10.0.0.203 () {32 vars in 734 bytes} [Tue Jun 16 02:26:34 2026] DELETE /v2.0/subnets/ca5e3432-3b37-4144-a925-f13108742388/tags => 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: 847/1799] 10.0.0.17 () {34 vars in 964 bytes} [Tue Jun 16 02:26:34 2026] GET /v2.0/quotas/3f54ff740be144ce93651adeaa572031 => generated 292 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 953/1800] 10.0.0.203 () {32 vars in 731 bytes} [Tue Jun 16 02:26:34 2026] GET /v2.0/subnets/ca5e3432-3b37-4144-a925-f13108742388/tags => generated 12 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 848/1801] 10.0.0.17 () {34 vars in 1001 bytes} [Tue Jun 16 02:26:34 2026] GET /v2.0/ports?tenant_id=3f54ff740be144ce93651adeaa572031&fields=id => generated 57 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 849/1802] 10.0.0.17 () {34 vars in 1007 bytes} [Tue Jun 16 02:26:34 2026] GET /v2.0/networks/699b9637-a824-4a9e-acf1-fe13254063d4?fields=segments => generated 14 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 850/1803] 10.0.0.17 () {34 vars in 1107 bytes} [Tue Jun 16 02:26:34 2026] GET /v2.0/networks/699b9637-a824-4a9e-acf1-fe13254063d4?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: 954/1804] 10.0.0.203 () {32 vars in 724 bytes} [Tue Jun 16 02:26:34 2026] DELETE /v2.0/subnets/ca5e3432-3b37-4144-a925-f13108742388 => 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: 851/1805] 199.204.45.53 () {34 vars in 1079 bytes} [Tue Jun 16 02:26:34 2026] GET /v2.0/ports?tenant_id=4d9bbf72d8064d748ec64c448f4014f1&device_id=41257a63-d3b2-4a55-af16-451645688bb8 => 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: 852/1806] 199.204.45.53 () {34 vars in 1059 bytes} [Tue Jun 16 02:26:34 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.14&port_id=641e3d23-2fef-424b-8f9b-ce38b86b8c7e => 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: 853/1807] 199.204.45.53 () {34 vars in 983 bytes} [Tue Jun 16 02:26:34 2026] GET /v2.0/subnets?id=7b736052-710b-4e7d-b12f-179cedebb94c => generated 690 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 854/1808] 199.204.45.53 () {34 vars in 1051 bytes} [Tue Jun 16 02:26:35 2026] GET /v2.0/ports?network_id=e4aa6666-da0f-4c23-8c71-744c2a8a4b9c&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-06-16 02:26:35.081 7 INFO neutron.services.segments.plugin [-] Segment 256524c8-32f4-40f9-81fa-f47d6296c862 resource provider aggregate not found 2026-06-16 02:26:35.089 7 INFO neutron.services.segments.plugin [-] Segment 256524c8-32f4-40f9-81fa-f47d6296c862 resource provider aggregate not found 2026-06-16 02:26:35.103 7 INFO neutron.services.segments.plugin [-] Segment 256524c8-32f4-40f9-81fa-f47d6296c862 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 256524c8-32f4-40f9-81fa-f47d6296c862 found for delete ", "request_id": "req-f079bfa0-0ba4-4485-850a-e54bfb79c989"}]} 2026-06-16 02:26:35.107 7 INFO neutron.services.segments.plugin [-] Segment 256524c8-32f4-40f9-81fa-f47d6296c862 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 256524c8-32f4-40f9-81fa-f47d6296c862 found for delete ", "request_id": "req-cddfc99c-3545-4675-a000-2f22a6c22e9d"}]} [pid: 8|app: 0|req: 855/1809] 199.204.45.53 () {34 vars in 1011 bytes} [Tue Jun 16 02:26:35 2026] GET /v2.0/networks/e4aa6666-da0f-4c23-8c71-744c2a8a4b9c?fields=segments => generated 14 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 856/1810] 199.204.45.53 () {34 vars in 1111 bytes} [Tue Jun 16 02:26:35 2026] GET /v2.0/networks/e4aa6666-da0f-4c23-8c71-744c2a8a4b9c?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: 955/1811] 10.0.0.203 () {32 vars in 726 bytes} [Tue Jun 16 02:26:34 2026] DELETE /v2.0/networks/8d418a7f-7d86-4cf3-bb2b-489c49a7a477 => generated 0 bytes in 265 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 857/1812] 10.0.0.17 () {34 vars in 989 bytes} [Tue Jun 16 02:26:35 2026] GET /v2.0/ports?device_id=c4937f1a-e4d0-49be-87e6-91c350745a9f => 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: 956/1813] 10.0.0.17 () {34 vars in 989 bytes} [Tue Jun 16 02:26:35 2026] GET /v2.0/ports?device_id=41257a63-d3b2-4a55-af16-451645688bb8 => generated 973 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 858/1814] 10.0.0.17 () {34 vars in 1039 bytes} [Tue Jun 16 02:26:35 2026] GET /v2.0/security-groups?id=313a4a54-a607-47cb-9dbe-9a6c07c20d48&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: 957/1815] 10.0.0.203 () {32 vars in 774 bytes} [Tue Jun 16 02:26:35 2026] GET /v2.0/security-groups?tenant_id=f3176e8d40d748b58767c99e0519a4fd&name=default => generated 2925 bytes in 181 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 859/1816] 10.0.0.203 () {32 vars in 740 bytes} [Tue Jun 16 02:26:36 2026] DELETE /v2.0/security-groups/1a80d9cf-9d37-41aa-9ee4-9544d4f180ce => 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: 958/1817] 10.0.0.17 () {34 vars in 989 bytes} [Tue Jun 16 02:26:36 2026] GET /v2.0/ports?device_id=c4937f1a-e4d0-49be-87e6-91c350745a9f => 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: 959/1818] 10.0.0.17 () {34 vars in 989 bytes} [Tue Jun 16 02:26:36 2026] GET /v2.0/ports?device_id=41257a63-d3b2-4a55-af16-451645688bb8 => generated 973 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 960/1819] 10.0.0.17 () {34 vars in 1039 bytes} [Tue Jun 16 02:26:36 2026] GET /v2.0/security-groups?id=313a4a54-a607-47cb-9dbe-9a6c07c20d48&fields=id&fields=name => generated 88 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 860/1820] 10.0.0.203 () {32 vars in 774 bytes} [Tue Jun 16 02:26:36 2026] GET /v2.0/security-groups?tenant_id=29425253eb1f48f684762daa7b067922&name=default => generated 2925 bytes in 155 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 961/1821] 10.0.0.203 () {32 vars in 740 bytes} [Tue Jun 16 02:26:36 2026] DELETE /v2.0/security-groups/ca5d31a9-6003-43e2-9664-a909f252af27 => generated 0 bytes in 134 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 861/1822] 10.0.0.17 () {34 vars in 989 bytes} [Tue Jun 16 02:26:37 2026] GET /v2.0/ports?device_id=c4937f1a-e4d0-49be-87e6-91c350745a9f => 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: 962/1823] 10.0.0.17 () {34 vars in 989 bytes} [Tue Jun 16 02:26:37 2026] GET /v2.0/ports?device_id=41257a63-d3b2-4a55-af16-451645688bb8 => generated 973 bytes in 91 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 862/1824] 10.0.0.17 () {34 vars in 1039 bytes} [Tue Jun 16 02:26:37 2026] GET /v2.0/security-groups?id=313a4a54-a607-47cb-9dbe-9a6c07c20d48&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: 863/1825] 10.0.0.17 () {34 vars in 989 bytes} [Tue Jun 16 02:26:38 2026] GET /v2.0/ports?device_id=c4937f1a-e4d0-49be-87e6-91c350745a9f => generated 12 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-16 02:26:38.604 7 INFO neutron.db.segments_db [None req-1427c5c3-1301-4dfe-be1d-bd3b5e5fba7f 05ed9635237f4ac6871b2b2448a8f080 b3b219237d954bf9801eec6eee08f178 - - default default] Added segment 752cabe6-2118-4186-b9bf-eb4938b9b827 of type vxlan for network b45de86c-9e71-4fcd-a033-d66fca7c4496 [pid: 7|app: 0|req: 963/1826] 10.0.0.203 () {34 vars in 670 bytes} [Tue Jun 16 02:26:38 2026] POST /v2.0/networks => generated 613 bytes in 461 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-16 02:26:38.869 8 INFO neutron.db.segments_db [None req-2b9ce18f-635c-41ca-b1ea-d684b91ffb6d 05ed9635237f4ac6871b2b2448a8f080 b3b219237d954bf9801eec6eee08f178 - - default default] Added segment 1c299db8-d192-440d-939a-ccacb4f337b9 of type vxlan for network 851aa6e9-8e3f-4dec-b555-dc012188b691 [pid: 7|app: 0|req: 964/1827] 10.0.0.17 () {34 vars in 989 bytes} [Tue Jun 16 02:26:38 2026] GET /v2.0/ports?device_id=41257a63-d3b2-4a55-af16-451645688bb8 => 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: 965/1828] 10.0.0.17 () {34 vars in 1039 bytes} [Tue Jun 16 02:26:38 2026] GET /v2.0/security-groups?id=313a4a54-a607-47cb-9dbe-9a6c07c20d48&fields=id&fields=name => generated 88 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 864/1829] 10.0.0.203 () {34 vars in 670 bytes} [Tue Jun 16 02:26:38 2026] POST /v2.0/networks => generated 613 bytes in 256 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-16 02:26:39.039 7 INFO neutron.db.segments_db [None req-a11313f0-d603-436a-8211-97e1322128b8 05ed9635237f4ac6871b2b2448a8f080 b3b219237d954bf9801eec6eee08f178 - - default default] Added segment 55362ca4-b8d2-48ea-bfdc-6999223b1ff5 of type vxlan for network d425e4b3-bccf-4d9a-8e23-96584c760f19 [pid: 7|app: 0|req: 966/1830] 10.0.0.203 () {34 vars in 670 bytes} [Tue Jun 16 02:26:38 2026] POST /v2.0/networks => generated 612 bytes in 163 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-16 02:26:39.196 8 INFO neutron.db.segments_db [None req-d197bf68-9a30-44a6-980d-8ca790406a0e 05ed9635237f4ac6871b2b2448a8f080 b3b219237d954bf9801eec6eee08f178 - - default default] Added segment 2bceb94c-03d8-4e77-98b6-4230591c1554 of type vxlan for network 84b82960-b0b3-471b-8cc0-99f9afae417f [pid: 8|app: 0|req: 865/1831] 10.0.0.203 () {34 vars in 670 bytes} [Tue Jun 16 02:26:39 2026] POST /v2.0/networks => generated 612 bytes in 143 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-16 02:26:39.340 7 INFO neutron.db.segments_db [None req-2ea89bff-ad29-40ba-b303-8063ff1fe20e 05ed9635237f4ac6871b2b2448a8f080 b3b219237d954bf9801eec6eee08f178 - - default default] Added segment 49a5e964-7471-469e-96d0-537a594cb14a of type vxlan for network e9939df1-8b7c-4aea-a4c6-712e1da07f7d [pid: 7|app: 0|req: 967/1832] 10.0.0.203 () {34 vars in 670 bytes} [Tue Jun 16 02:26:39 2026] POST /v2.0/networks => generated 612 bytes in 123 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 866/1833] 10.0.0.203 () {34 vars in 753 bytes} [Tue Jun 16 02:26:39 2026] PUT /v2.0/networks/b45de86c-9e71-4fcd-a033-d66fca7c4496/tags => generated 17 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 968/1834] 10.0.0.203 () {34 vars in 753 bytes} [Tue Jun 16 02:26:39 2026] PUT /v2.0/networks/851aa6e9-8e3f-4dec-b555-dc012188b691/tags => generated 25 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 867/1835] 199.204.45.53 () {34 vars in 985 bytes} [Tue Jun 16 02:26:39 2026] GET /v2.0/networks?id=699b9637-a824-4a9e-acf1-fe13254063d4 => generated 660 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 868/1836] 199.204.45.53 () {34 vars in 1049 bytes} [Tue Jun 16 02:26:39 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=3f54ff740be144ce93651adeaa572031 => 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: 869/1837] 10.0.0.17 () {34 vars in 989 bytes} [Tue Jun 16 02:26:39 2026] GET /v2.0/ports?device_id=c4937f1a-e4d0-49be-87e6-91c350745a9f => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 969/1838] 10.0.0.203 () {34 vars in 753 bytes} [Tue Jun 16 02:26:39 2026] PUT /v2.0/networks/d425e4b3-bccf-4d9a-8e23-96584c760f19/tags => generated 34 bytes in 100 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 970/1839] 10.0.0.203 () {34 vars in 753 bytes} [Tue Jun 16 02:26:39 2026] PUT /v2.0/networks/84b82960-b0b3-471b-8cc0-99f9afae417f/tags => generated 19 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 971/1840] 10.0.0.203 () {32 vars in 666 bytes} [Tue Jun 16 02:26:39 2026] GET /v2.0/networks?tags=red => generated 1856 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 972/1841] 10.0.0.203 () {32 vars in 680 bytes} [Tue Jun 16 02:26:39 2026] GET /v2.0/networks?tags=red%2Cblue => generated 1249 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 973/1842] 10.0.0.203 () {32 vars in 676 bytes} [Tue Jun 16 02:26:39 2026] GET /v2.0/networks?tags-any=blue => generated 1249 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 974/1843] 10.0.0.203 () {32 vars in 688 bytes} [Tue Jun 16 02:26:39 2026] GET /v2.0/networks?tags-any=red%2Cblue => generated 1856 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 870/1844] 199.204.45.53 () {38 vars in 954 bytes} [Tue Jun 16 02:26:39 2026] POST /v2.0/ports => generated 954 bytes in 414 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: 975/1845] 10.0.0.203 () {32 vars in 674 bytes} [Tue Jun 16 02:26:40 2026] GET /v2.0/networks?not-tags=red => generated 1860 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 871/1846] 10.0.0.17 () {34 vars in 989 bytes} [Tue Jun 16 02:26:40 2026] GET /v2.0/ports?device_id=41257a63-d3b2-4a55-af16-451645688bb8 => generated 975 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 02:26:40.482 8 INFO neutron.db.segments_db [None req-a944238a-e901-4056-9ba4-493b1bd7e417 66fce85a8c984794b6462ae7ca50dea4 3faf9ace1a11424ca165e24f0d0338f0 - - default default] Added segment e9cbfdbd-28ce-446b-9939-46a7b7c4d1dd of type vxlan for network 95843e55-2fec-4df0-9c56-01eb9527eddf [pid: 8|app: 0|req: 872/1847] 10.0.0.203 () {34 vars in 670 bytes} [Tue Jun 16 02:26:40 2026] POST /v2.0/networks => generated 613 bytes in 465 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 976/1848] 199.204.45.53 () {38 vars in 1027 bytes} [Tue Jun 16 02:26:40 2026] PUT /v2.0/ports/3d3f6fc3-1dc1-44a6-954b-1c7657aabd3b => generated 1235 bytes in 528 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-06-16 02:26:40.681 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-5fd66380-5cc4-4653-bd56-67116804b0ee'] response: {'name': 'network-changed', 'server_uuid': 'c4937f1a-e4d0-49be-87e6-91c350745a9f', 'tag': '3d3f6fc3-1dc1-44a6-954b-1c7657aabd3b', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 977/1849] 10.0.0.17 () {34 vars in 1039 bytes} [Tue Jun 16 02:26:40 2026] GET /v2.0/security-groups?id=313a4a54-a607-47cb-9dbe-9a6c07c20d48&fields=id&fields=name => generated 88 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 873/1850] 10.0.0.203 () {32 vars in 688 bytes} [Tue Jun 16 02:26:40 2026] GET /v2.0/networks?not-tags=red%2Cblue => generated 2467 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-16 02:26:40.744 7 INFO neutron.db.segments_db [None req-24ce69da-8179-4027-b405-ea6cd38c7141 66fce85a8c984794b6462ae7ca50dea4 3faf9ace1a11424ca165e24f0d0338f0 - - default default] Added segment 6c18d6af-ed1d-4bbf-a60f-f5ca40b704c6 of type vxlan for network df272fef-4071-44e2-b510-8c898c5f2042 [pid: 8|app: 0|req: 874/1851] 10.0.0.203 () {32 vars in 684 bytes} [Tue Jun 16 02:26:40 2026] GET /v2.0/networks?not-tags-any=blue => generated 2467 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 875/1852] 10.0.0.17 () {34 vars in 989 bytes} [Tue Jun 16 02:26:40 2026] GET /v2.0/ports?device_id=c4937f1a-e4d0-49be-87e6-91c350745a9f => generated 969 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 978/1853] 10.0.0.203 () {34 vars in 670 bytes} [Tue Jun 16 02:26:40 2026] POST /v2.0/networks => generated 613 bytes in 157 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 979/1854] 10.0.0.17 () {34 vars in 1039 bytes} [Tue Jun 16 02:26:40 2026] GET /v2.0/security-groups?id=f92727fd-e690-4c6d-b0ab-238589919c47&fields=id&fields=name => generated 113 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 876/1855] 10.0.0.203 () {32 vars in 696 bytes} [Tue Jun 16 02:26:40 2026] GET /v2.0/networks?not-tags-any=red%2Cblue => generated 1860 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 980/1856] 10.0.0.203 () {34 vars in 753 bytes} [Tue Jun 16 02:26:40 2026] PUT /v2.0/networks/95843e55-2fec-4df0-9c56-01eb9527eddf/tags => generated 25 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 981/1857] 10.0.0.203 () {32 vars in 733 bytes} [Tue Jun 16 02:26:40 2026] GET /v2.0/networks/95843e55-2fec-4df0-9c56-01eb9527eddf/tags => generated 25 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-16 02:26:41.015 8 INFO neutron.services.segments.plugin [-] Segment 752cabe6-2118-4186-b9bf-eb4938b9b827 resource provider aggregate not found 2026-06-16 02:26:41.024 8 INFO neutron.services.segments.plugin [-] Segment 752cabe6-2118-4186-b9bf-eb4938b9b827 resource provider aggregate not found 2026-06-16 02:26:41.036 8 INFO neutron.services.segments.plugin [-] Segment 752cabe6-2118-4186-b9bf-eb4938b9b827 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 752cabe6-2118-4186-b9bf-eb4938b9b827 found for delete ", "request_id": "req-5744f525-cb9c-4314-954f-21d58098f83a"}]} 2026-06-16 02:26:41.051 8 INFO neutron.services.segments.plugin [-] Segment 752cabe6-2118-4186-b9bf-eb4938b9b827 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 752cabe6-2118-4186-b9bf-eb4938b9b827 found for delete ", "request_id": "req-46098658-f58a-44f1-9238-7c8cc45f8c84"}]} [pid: 7|app: 0|req: 982/1858] 10.0.0.203 () {34 vars in 753 bytes} [Tue Jun 16 02:26:40 2026] PUT /v2.0/networks/df272fef-4071-44e2-b510-8c898c5f2042/tags => generated 17 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 877/1859] 10.0.0.203 () {32 vars in 726 bytes} [Tue Jun 16 02:26:40 2026] DELETE /v2.0/networks/b45de86c-9e71-4fcd-a033-d66fca7c4496 => generated 0 bytes in 170 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 983/1860] 10.0.0.203 () {32 vars in 733 bytes} [Tue Jun 16 02:26:41 2026] GET /v2.0/networks/df272fef-4071-44e2-b510-8c898c5f2042/tags => generated 17 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 984/1861] 10.0.0.203 () {34 vars in 753 bytes} [Tue Jun 16 02:26:41 2026] PUT /v2.0/networks/df272fef-4071-44e2-b510-8c898c5f2042/tags => generated 12 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 878/1862] 10.0.0.203 () {32 vars in 726 bytes} [Tue Jun 16 02:26:41 2026] DELETE /v2.0/networks/851aa6e9-8e3f-4dec-b555-dc012188b691 => generated 0 bytes in 139 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 985/1863] 199.204.45.53 () {34 vars in 1079 bytes} [Tue Jun 16 02:26:41 2026] GET /v2.0/ports?tenant_id=3f54ff740be144ce93651adeaa572031&device_id=c4937f1a-e4d0-49be-87e6-91c350745a9f => generated 1238 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 879/1864] 10.0.0.203 () {32 vars in 733 bytes} [Tue Jun 16 02:26:41 2026] GET /v2.0/networks/df272fef-4071-44e2-b510-8c898c5f2042/tags => generated 12 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 880/1865] 199.204.45.53 () {34 vars in 1017 bytes} [Tue Jun 16 02:26:41 2026] GET /v2.0/networks?tenant_id=3f54ff740be144ce93651adeaa572031&shared=False => generated 756 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 02:26:41.360 7 INFO neutron.services.segments.plugin [-] Segment 55362ca4-b8d2-48ea-bfdc-6999223b1ff5 resource provider aggregate not found 2026-06-16 02:26:41.366 7 INFO neutron.services.segments.plugin [-] Segment 55362ca4-b8d2-48ea-bfdc-6999223b1ff5 resource provider aggregate not found [pid: 8|app: 0|req: 881/1866] 10.0.0.203 () {32 vars in 733 bytes} [Tue Jun 16 02:26:41 2026] GET /v2.0/networks/95843e55-2fec-4df0-9c56-01eb9527eddf/tags => generated 25 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-16 02:26:41.386 7 INFO neutron.services.segments.plugin [-] Segment 55362ca4-b8d2-48ea-bfdc-6999223b1ff5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 55362ca4-b8d2-48ea-bfdc-6999223b1ff5 found for delete ", "request_id": "req-c261e699-ffb0-49bd-8000-5f9512314686"}]} 2026-06-16 02:26:41.393 7 INFO neutron.services.segments.plugin [-] Segment 55362ca4-b8d2-48ea-bfdc-6999223b1ff5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 55362ca4-b8d2-48ea-bfdc-6999223b1ff5 found for delete ", "request_id": "req-832ce570-d48e-4672-ac05-9c5d1d0537c9"}]} [pid: 8|app: 0|req: 882/1867] 199.204.45.53 () {34 vars in 929 bytes} [Tue Jun 16 02:26:41 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 986/1868] 10.0.0.203 () {32 vars in 726 bytes} [Tue Jun 16 02:26:41 2026] DELETE /v2.0/networks/d425e4b3-bccf-4d9a-8e23-96584c760f19 => generated 0 bytes in 182 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 883/1869] 10.0.0.203 () {32 vars in 726 bytes} [Tue Jun 16 02:26:41 2026] DELETE /v2.0/networks/95843e55-2fec-4df0-9c56-01eb9527eddf => 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: 987/1870] 10.0.0.203 () {32 vars in 726 bytes} [Tue Jun 16 02:26:41 2026] DELETE /v2.0/networks/84b82960-b0b3-471b-8cc0-99f9afae417f => generated 0 bytes in 169 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 884/1871] 10.0.0.203 () {32 vars in 726 bytes} [Tue Jun 16 02:26:41 2026] DELETE /v2.0/networks/df272fef-4071-44e2-b510-8c898c5f2042 => generated 0 bytes in 154 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 988/1872] 10.0.0.203 () {32 vars in 726 bytes} [Tue Jun 16 02:26:41 2026] DELETE /v2.0/networks/e9939df1-8b7c-4aea-a4c6-712e1da07f7d => generated 0 bytes in 162 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 885/1873] 10.0.0.17 () {34 vars in 989 bytes} [Tue Jun 16 02:26:42 2026] GET /v2.0/ports?device_id=41257a63-d3b2-4a55-af16-451645688bb8 => generated 975 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 886/1874] 10.0.0.17 () {34 vars in 1039 bytes} [Tue Jun 16 02:26:42 2026] GET /v2.0/security-groups?id=313a4a54-a607-47cb-9dbe-9a6c07c20d48&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: 989/1875] 10.0.0.17 () {34 vars in 989 bytes} [Tue Jun 16 02:26:42 2026] GET /v2.0/ports?device_id=c4937f1a-e4d0-49be-87e6-91c350745a9f => generated 969 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 887/1876] 10.0.0.17 () {34 vars in 1039 bytes} [Tue Jun 16 02:26:42 2026] GET /v2.0/security-groups?id=f92727fd-e690-4c6d-b0ab-238589919c47&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: 990/1877] 199.204.45.53 () {34 vars in 1079 bytes} [Tue Jun 16 02:26:42 2026] GET /v2.0/ports?tenant_id=3f54ff740be144ce93651adeaa572031&device_id=c4937f1a-e4d0-49be-87e6-91c350745a9f => generated 1238 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 991/1878] 199.204.45.53 () {34 vars in 1057 bytes} [Tue Jun 16 02:26:42 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.7&port_id=3d3f6fc3-1dc1-44a6-954b-1c7657aabd3b => 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: 992/1879] 199.204.45.53 () {34 vars in 983 bytes} [Tue Jun 16 02:26:42 2026] GET /v2.0/subnets?id=4f78bd04-b7d0-4b61-9a64-58207cb0e2c0 => generated 677 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 993/1880] 199.204.45.53 () {34 vars in 1051 bytes} [Tue Jun 16 02:26:42 2026] GET /v2.0/ports?network_id=699b9637-a824-4a9e-acf1-fe13254063d4&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: 994/1881] 199.204.45.53 () {34 vars in 1011 bytes} [Tue Jun 16 02:26:42 2026] GET /v2.0/networks/699b9637-a824-4a9e-acf1-fe13254063d4?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: 995/1882] 199.204.45.53 () {34 vars in 1111 bytes} [Tue Jun 16 02:26:42 2026] GET /v2.0/networks/699b9637-a824-4a9e-acf1-fe13254063d4?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: 888/1883] 10.0.0.203 () {32 vars in 774 bytes} [Tue Jun 16 02:26:42 2026] GET /v2.0/security-groups?tenant_id=37a11d3218584eb294e25404d832f195&name=default => generated 2925 bytes in 315 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 889/1884] 10.0.0.203 () {32 vars in 740 bytes} [Tue Jun 16 02:26:42 2026] DELETE /v2.0/security-groups/798f47ef-8eef-40ee-b38c-43f14149bea3 => 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: 996/1885] 10.0.0.203 () {32 vars in 774 bytes} [Tue Jun 16 02:26:42 2026] GET /v2.0/security-groups?tenant_id=5f3d77bbc25f4811a814b05c03621245&name=default => generated 2925 bytes in 189 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 890/1886] 10.0.0.203 () {32 vars in 740 bytes} [Tue Jun 16 02:26:42 2026] DELETE /v2.0/security-groups/2cbf4d8b-00c2-4df2-bd6d-f946eefa495c => 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: 997/1887] 10.0.0.203 () {32 vars in 774 bytes} [Tue Jun 16 02:26:42 2026] GET /v2.0/security-groups?tenant_id=3faf9ace1a11424ca165e24f0d0338f0&name=default => generated 2925 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-16 02:26:43.064 8 INFO neutron.services.segments.plugin [-] Segment 1c299db8-d192-440d-939a-ccacb4f337b9 resource provider aggregate not found 2026-06-16 02:26:43.069 8 INFO neutron.services.segments.plugin [-] Segment 1c299db8-d192-440d-939a-ccacb4f337b9 resource provider aggregate not found 2026-06-16 02:26:43.087 8 INFO neutron.services.segments.plugin [-] Segment 1c299db8-d192-440d-939a-ccacb4f337b9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1c299db8-d192-440d-939a-ccacb4f337b9 found for delete ", "request_id": "req-d84f1cf3-cd9c-4857-97a8-9ed3beb406fb"}]} 2026-06-16 02:26:43.091 8 INFO neutron.services.segments.plugin [-] Segment 1c299db8-d192-440d-939a-ccacb4f337b9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1c299db8-d192-440d-939a-ccacb4f337b9 found for delete ", "request_id": "req-a56d9bd3-e80e-4363-9f5d-05bf0bceab62"}]} 2026-06-16 02:26:43.114 8 INFO neutron.services.segments.plugin [-] Segment e9cbfdbd-28ce-446b-9939-46a7b7c4d1dd resource provider aggregate not found 2026-06-16 02:26:43.119 8 INFO neutron.services.segments.plugin [-] Segment e9cbfdbd-28ce-446b-9939-46a7b7c4d1dd resource provider aggregate not found 2026-06-16 02:26:43.135 8 INFO neutron.services.segments.plugin [-] Segment e9cbfdbd-28ce-446b-9939-46a7b7c4d1dd resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e9cbfdbd-28ce-446b-9939-46a7b7c4d1dd found for delete ", "request_id": "req-69172b34-3fe7-4f18-89b3-7f0f36a8eae4"}]} 2026-06-16 02:26:43.140 8 INFO neutron.services.segments.plugin [-] Segment e9cbfdbd-28ce-446b-9939-46a7b7c4d1dd resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e9cbfdbd-28ce-446b-9939-46a7b7c4d1dd found for delete ", "request_id": "req-fc963fba-95a0-4269-a915-82039ec8ab3b"}]} 2026-06-16 02:26:43.157 8 INFO neutron.services.segments.plugin [-] Segment 6c18d6af-ed1d-4bbf-a60f-f5ca40b704c6 resource provider aggregate not found 2026-06-16 02:26:43.161 8 INFO neutron.services.segments.plugin [-] Segment 6c18d6af-ed1d-4bbf-a60f-f5ca40b704c6 resource provider aggregate not found [pid: 8|app: 0|req: 891/1888] 10.0.0.203 () {32 vars in 740 bytes} [Tue Jun 16 02:26:43 2026] DELETE /v2.0/security-groups/0ea9486f-5fd5-4141-b43e-6c64e77255ff => generated 0 bytes in 145 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-16 02:26:43.178 8 INFO neutron.services.segments.plugin [-] Segment 6c18d6af-ed1d-4bbf-a60f-f5ca40b704c6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6c18d6af-ed1d-4bbf-a60f-f5ca40b704c6 found for delete ", "request_id": "req-1c156c52-9cea-40a0-90ed-41216548da0b"}]} 2026-06-16 02:26:43.180 8 INFO neutron.services.segments.plugin [-] Segment 6c18d6af-ed1d-4bbf-a60f-f5ca40b704c6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6c18d6af-ed1d-4bbf-a60f-f5ca40b704c6 found for delete ", "request_id": "req-6286fbcf-8017-464b-8b0d-9fcf637f2b2b"}]} [pid: 7|app: 0|req: 998/1889] 10.0.0.203 () {32 vars in 774 bytes} [Tue Jun 16 02:26:43 2026] GET /v2.0/security-groups?tenant_id=b3b219237d954bf9801eec6eee08f178&name=default => generated 2925 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 892/1890] 10.0.0.203 () {32 vars in 740 bytes} [Tue Jun 16 02:26:43 2026] DELETE /v2.0/security-groups/1e033890-b257-4d4a-8c1b-adfe24ce8789 => generated 0 bytes in 80 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 999/1891] 10.0.0.17 () {34 vars in 989 bytes} [Tue Jun 16 02:26:43 2026] GET /v2.0/ports?device_id=41257a63-d3b2-4a55-af16-451645688bb8 => generated 975 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 893/1892] 10.0.0.17 () {34 vars in 989 bytes} [Tue Jun 16 02:26:43 2026] GET /v2.0/ports?device_id=c4937f1a-e4d0-49be-87e6-91c350745a9f => generated 969 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1000/1893] 10.0.0.17 () {34 vars in 1039 bytes} [Tue Jun 16 02:26:43 2026] GET /v2.0/security-groups?id=313a4a54-a607-47cb-9dbe-9a6c07c20d48&fields=id&fields=name => generated 88 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 894/1894] 10.0.0.17 () {34 vars in 1039 bytes} [Tue Jun 16 02:26:43 2026] GET /v2.0/security-groups?id=f92727fd-e690-4c6d-b0ab-238589919c47&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-06-16 02:26:43.410 7 INFO neutron.services.segments.plugin [-] Segment 2bceb94c-03d8-4e77-98b6-4230591c1554 resource provider aggregate not found 2026-06-16 02:26:43.421 7 INFO neutron.services.segments.plugin [-] Segment 2bceb94c-03d8-4e77-98b6-4230591c1554 resource provider aggregate not found 2026-06-16 02:26:43.438 7 INFO neutron.services.segments.plugin [-] Segment 2bceb94c-03d8-4e77-98b6-4230591c1554 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2bceb94c-03d8-4e77-98b6-4230591c1554 found for delete ", "request_id": "req-57fcaa0c-4ff8-4b67-a22b-a6e0c4940554"}]} 2026-06-16 02:26:43.449 7 INFO neutron.services.segments.plugin [-] Segment 2bceb94c-03d8-4e77-98b6-4230591c1554 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2bceb94c-03d8-4e77-98b6-4230591c1554 found for delete ", "request_id": "req-ccb7a00b-2e7b-41c3-8d93-131a5eb3de0b"}]} 2026-06-16 02:26:43.467 7 INFO neutron.services.segments.plugin [-] Segment 49a5e964-7471-469e-96d0-537a594cb14a resource provider aggregate not found 2026-06-16 02:26:43.473 7 INFO neutron.services.segments.plugin [-] Segment 49a5e964-7471-469e-96d0-537a594cb14a resource provider aggregate not found 2026-06-16 02:26:43.492 7 INFO neutron.services.segments.plugin [-] Segment 49a5e964-7471-469e-96d0-537a594cb14a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 49a5e964-7471-469e-96d0-537a594cb14a found for delete ", "request_id": "req-9a47f7f8-0c06-4ddf-980b-b355d39cf567"}]} 2026-06-16 02:26:43.496 7 INFO neutron.services.segments.plugin [-] Segment 49a5e964-7471-469e-96d0-537a594cb14a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 49a5e964-7471-469e-96d0-537a594cb14a found for delete ", "request_id": "req-5cabc058-9342-4ab3-a312-d466daa22ae1"}]} [pid: 7|app: 0|req: 1001/1895] 10.0.0.203 () {32 vars in 774 bytes} [Tue Jun 16 02:26:43 2026] GET /v2.0/security-groups?tenant_id=d789c88052a6498180f7b0e9ddac1fd4&name=default => generated 2925 bytes in 190 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 895/1896] 10.0.0.203 () {32 vars in 740 bytes} [Tue Jun 16 02:26:43 2026] DELETE /v2.0/security-groups/29763b20-e827-46b0-b16d-f010d7f45ccf => generated 0 bytes in 97 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1002/1897] 10.0.0.17 () {34 vars in 989 bytes} [Tue Jun 16 02:26:44 2026] GET /v2.0/ports?device_id=41257a63-d3b2-4a55-af16-451645688bb8 => generated 975 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1003/1898] 10.0.0.17 () {34 vars in 1039 bytes} [Tue Jun 16 02:26:44 2026] GET /v2.0/security-groups?id=313a4a54-a607-47cb-9dbe-9a6c07c20d48&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: 896/1899] 10.0.0.17 () {34 vars in 989 bytes} [Tue Jun 16 02:26:44 2026] GET /v2.0/ports?device_id=c4937f1a-e4d0-49be-87e6-91c350745a9f => generated 969 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 897/1900] 10.0.0.17 () {34 vars in 1039 bytes} [Tue Jun 16 02:26:44 2026] GET /v2.0/security-groups?id=f92727fd-e690-4c6d-b0ab-238589919c47&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: 1004/1901] 199.204.45.53 () {34 vars in 993 bytes} [Tue Jun 16 02:26:44 2026] GET /v2.0/ports?device_id=41257a63-d3b2-4a55-af16-451645688bb8 => generated 975 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 02:26:44.662 8 INFO neutron_taas.services.taas.taas_plugin [req-a450f2c8-e1a1-47e4-a19a-d4c5bfdfa1a6 req-d53c27d4-5fd4-46d9-8a1c-c85223e24193 9eb80393b1ba4423a60087ed0311a370 4d9bbf72d8064d748ec64c448f4014f1 - - default default] TaaS: Handle Delete Port: 641e3d23-2fef-424b-8f9b-ce38b86b8c7e 2026-06-16 02:26:44.665 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-a450f2c8-e1a1-47e4-a19a-d4c5bfdfa1a6 req-d53c27d4-5fd4-46d9-8a1c-c85223e24193 9eb80393b1ba4423a60087ed0311a370 4d9bbf72d8064d748ec64c448f4014f1 - - default default] Tap Mirror: Handle Delete Port: 641e3d23-2fef-424b-8f9b-ce38b86b8c7e [pid: 8|app: 0|req: 898/1904] 199.204.45.53 () {36 vars in 996 bytes} [Tue Jun 16 02:26:44 2026] DELETE /v2.0/ports/641e3d23-2fef-424b-8f9b-ce38b86b8c7e => generated 0 bytes in 266 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-16 02:26:44.842 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-0cb98245-04ca-4079-87c7-076edfdbd46d'] response: {'server_uuid': '41257a63-d3b2-4a55-af16-451645688bb8', 'name': 'network-vif-deleted', 'tag': '641e3d23-2fef-424b-8f9b-ce38b86b8c7e', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1007/1905] 10.0.0.17 () {34 vars in 989 bytes} [Tue Jun 16 02:26:45 2026] GET /v2.0/ports?device_id=41257a63-d3b2-4a55-af16-451645688bb8 => 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: 899/1906] 10.0.0.17 () {34 vars in 989 bytes} [Tue Jun 16 02:26:45 2026] GET /v2.0/ports?device_id=c4937f1a-e4d0-49be-87e6-91c350745a9f => generated 969 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1008/1907] 10.0.0.17 () {34 vars in 1039 bytes} [Tue Jun 16 02:26:45 2026] GET /v2.0/security-groups?id=f92727fd-e690-4c6d-b0ab-238589919c47&fields=id&fields=name => generated 113 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 900/1908] 10.0.0.17 () {34 vars in 989 bytes} [Tue Jun 16 02:26:46 2026] GET /v2.0/ports?device_id=41257a63-d3b2-4a55-af16-451645688bb8 => 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: 1009/1909] 10.0.0.17 () {34 vars in 989 bytes} [Tue Jun 16 02:26:46 2026] GET /v2.0/ports?device_id=c4937f1a-e4d0-49be-87e6-91c350745a9f => generated 971 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 901/1910] 10.0.0.17 () {34 vars in 1039 bytes} [Tue Jun 16 02:26:46 2026] GET /v2.0/security-groups?id=f92727fd-e690-4c6d-b0ab-238589919c47&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: 1010/1911] 10.0.0.17 () {34 vars in 989 bytes} [Tue Jun 16 02:26:47 2026] GET /v2.0/ports?device_id=41257a63-d3b2-4a55-af16-451645688bb8 => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 902/1912] 10.0.0.17 () {34 vars in 989 bytes} [Tue Jun 16 02:26:47 2026] GET /v2.0/ports?device_id=c4937f1a-e4d0-49be-87e6-91c350745a9f => generated 971 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1011/1913] 10.0.0.17 () {34 vars in 1039 bytes} [Tue Jun 16 02:26:47 2026] GET /v2.0/security-groups?id=f92727fd-e690-4c6d-b0ab-238589919c47&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: 1012/1914] 10.0.0.17 () {34 vars in 989 bytes} [Tue Jun 16 02:26:48 2026] GET /v2.0/ports?device_id=c4937f1a-e4d0-49be-87e6-91c350745a9f => 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: 1013/1915] 10.0.0.17 () {34 vars in 1039 bytes} [Tue Jun 16 02:26:48 2026] GET /v2.0/security-groups?id=f92727fd-e690-4c6d-b0ab-238589919c47&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: 1014/1916] 10.0.0.203 () {32 vars in 736 bytes} [Tue Jun 16 02:26:48 2026] GET /v2.0/ports?device_id=c4937f1a-e4d0-49be-87e6-91c350745a9f => generated 1240 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 903/1917] 10.0.0.203 () {34 vars in 678 bytes} [Tue Jun 16 02:26:48 2026] POST /v2.0/qos/policies => generated 359 bytes in 224 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 904/1918] 10.0.0.203 () {34 vars in 678 bytes} [Tue Jun 16 02:26:48 2026] POST /v2.0/qos/policies => generated 359 bytes in 42 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 905/1919] 10.0.0.203 () {34 vars in 678 bytes} [Tue Jun 16 02:26:48 2026] POST /v2.0/qos/policies => generated 359 bytes in 56 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 906/1920] 10.0.0.203 () {34 vars in 678 bytes} [Tue Jun 16 02:26:48 2026] POST /v2.0/qos/policies => generated 359 bytes in 68 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 907/1921] 10.0.0.203 () {34 vars in 678 bytes} [Tue Jun 16 02:26:48 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: 8|app: 0|req: 908/1922] 10.0.0.203 () {34 vars in 753 bytes} [Tue Jun 16 02:26:48 2026] PUT /v2.0/policies/070fd0e3-53d9-4f28-a255-5a0e0939ce5a/tags => generated 17 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 909/1923] 10.0.0.203 () {34 vars in 753 bytes} [Tue Jun 16 02:26:48 2026] PUT /v2.0/policies/e0d2f828-df7c-4ad7-9105-3a204e061535/tags => generated 25 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 910/1924] 10.0.0.203 () {34 vars in 753 bytes} [Tue Jun 16 02:26:48 2026] PUT /v2.0/policies/7e315aaa-decb-4b3d-a957-569e88ab0f90/tags => generated 34 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 911/1925] 10.0.0.203 () {34 vars in 753 bytes} [Tue Jun 16 02:26:48 2026] PUT /v2.0/policies/13501065-8439-4d80-bae1-cb289c5198d9/tags => generated 19 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-16 02:26:49.086 7 INFO neutron.db.l3_db [None req-cb09952c-346b-4c65-ab51-00ab0e43691b cce18c3b578d4fc4ac405f247446b04a 3f54ff740be144ce93651adeaa572031 - - default default] Floating IP 9f68c3ed-5b3f-401c-8aa3-7ce9b22c3293 associated. External IP: 10.96.250.210, port: 3d3f6fc3-1dc1-44a6-954b-1c7657aabd3b. [pid: 7|app: 0|req: 1015/1926] 10.0.0.203 () {34 vars in 677 bytes} [Tue Jun 16 02:26:48 2026] POST /v2.0/floatingips => generated 855 bytes in 1124 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 912/1927] 10.0.0.203 () {32 vars in 674 bytes} [Tue Jun 16 02:26:49 2026] GET /v2.0/qos/policies?tags=red => generated 1101 bytes in 265 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1016/1928] 10.0.0.203 () {32 vars in 729 bytes} [Tue Jun 16 02:26:49 2026] GET /v2.0/floatingips/9f68c3ed-5b3f-401c-8aa3-7ce9b22c3293 => generated 855 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 02:26:49.456 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-b113bf6f-dfe9-4385-b7fc-62dda59d0155'] response: {'name': 'network-changed', 'server_uuid': 'c4937f1a-e4d0-49be-87e6-91c350745a9f', 'tag': '3d3f6fc3-1dc1-44a6-954b-1c7657aabd3b', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 913/1929] 10.0.0.203 () {32 vars in 688 bytes} [Tue Jun 16 02:26:49 2026] GET /v2.0/qos/policies?tags=red%2Cblue => generated 747 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1017/1930] 10.0.0.203 () {32 vars in 684 bytes} [Tue Jun 16 02:26:49 2026] GET /v2.0/qos/policies?tags-any=blue => generated 747 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 914/1931] 10.0.0.203 () {32 vars in 696 bytes} [Tue Jun 16 02:26:49 2026] GET /v2.0/qos/policies?tags-any=red%2Cblue => generated 1101 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1018/1932] 10.0.0.203 () {32 vars in 682 bytes} [Tue Jun 16 02:26:49 2026] GET /v2.0/qos/policies?not-tags=red => generated 719 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 915/1933] 10.0.0.203 () {32 vars in 696 bytes} [Tue Jun 16 02:26:49 2026] GET /v2.0/qos/policies?not-tags=red%2Cblue => generated 1073 bytes in 95 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1019/1934] 10.0.0.203 () {32 vars in 692 bytes} [Tue Jun 16 02:26:49 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: 8|app: 0|req: 916/1935] 10.0.0.203 () {32 vars in 704 bytes} [Tue Jun 16 02:26:49 2026] GET /v2.0/qos/policies?not-tags-any=red%2Cblue => generated 719 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1020/1936] 10.0.0.203 () {32 vars in 734 bytes} [Tue Jun 16 02:26:49 2026] DELETE /v2.0/qos/policies/070fd0e3-53d9-4f28-a255-5a0e0939ce5a => generated 0 bytes in 59 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 917/1937] 199.204.45.53 () {34 vars in 1079 bytes} [Tue Jun 16 02:26:49 2026] GET /v2.0/ports?tenant_id=3f54ff740be144ce93651adeaa572031&device_id=c4937f1a-e4d0-49be-87e6-91c350745a9f => generated 1240 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 918/1938] 10.0.0.203 () {32 vars in 734 bytes} [Tue Jun 16 02:26:50 2026] DELETE /v2.0/qos/policies/e0d2f828-df7c-4ad7-9105-3a204e061535 => generated 0 bytes in 47 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 919/1939] 199.204.45.53 () {34 vars in 985 bytes} [Tue Jun 16 02:26:50 2026] GET /v2.0/networks?id=699b9637-a824-4a9e-acf1-fe13254063d4 => generated 756 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 920/1940] 10.0.0.203 () {32 vars in 734 bytes} [Tue Jun 16 02:26:50 2026] DELETE /v2.0/qos/policies/7e315aaa-decb-4b3d-a957-569e88ab0f90 => generated 0 bytes in 44 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 921/1941] 199.204.45.53 () {34 vars in 1057 bytes} [Tue Jun 16 02:26:50 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.7&port_id=3d3f6fc3-1dc1-44a6-954b-1c7657aabd3b => generated 858 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 922/1942] 10.0.0.203 () {32 vars in 734 bytes} [Tue Jun 16 02:26:50 2026] DELETE /v2.0/qos/policies/13501065-8439-4d80-bae1-cb289c5198d9 => generated 0 bytes in 55 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 923/1943] 199.204.45.53 () {34 vars in 983 bytes} [Tue Jun 16 02:26:50 2026] GET /v2.0/subnets?id=4f78bd04-b7d0-4b61-9a64-58207cb0e2c0 => generated 677 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 924/1944] 10.0.0.203 () {32 vars in 734 bytes} [Tue Jun 16 02:26:50 2026] DELETE /v2.0/qos/policies/01be1e76-14ab-4f66-b433-ffdc55580cb8 => 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: 925/1945] 199.204.45.53 () {34 vars in 1051 bytes} [Tue Jun 16 02:26:50 2026] GET /v2.0/ports?network_id=699b9637-a824-4a9e-acf1-fe13254063d4&device_owner=network%3Adhcp => generated 1244 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-16 02:26:50.393 7 INFO neutron_taas.services.taas.taas_plugin [None req-d4083261-e2d9-45d2-949b-08aa8d6a09c3 cfe1be6b7d8940b2ad3e6e1803af287d c448ca45ae6a4527b9385daa10cf3bb2 - - default default] TaaS: Handle Delete Port: e4daf1db-ff9d-4bf6-81af-ebb0833d67d1 2026-06-16 02:26:50.397 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d4083261-e2d9-45d2-949b-08aa8d6a09c3 cfe1be6b7d8940b2ad3e6e1803af287d c448ca45ae6a4527b9385daa10cf3bb2 - - default default] Tap Mirror: Handle Delete Port: e4daf1db-ff9d-4bf6-81af-ebb0833d67d1 [pid: 8|app: 0|req: 926/1946] 199.204.45.53 () {34 vars in 1011 bytes} [Tue Jun 16 02:26:50 2026] GET /v2.0/networks/699b9637-a824-4a9e-acf1-fe13254063d4?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: 927/1947] 199.204.45.53 () {34 vars in 1111 bytes} [Tue Jun 16 02:26:50 2026] GET /v2.0/networks/699b9637-a824-4a9e-acf1-fe13254063d4?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 928/1948] 10.0.0.203 () {32 vars in 729 bytes} [Tue Jun 16 02:26:50 2026] GET /v2.0/floatingips/9f68c3ed-5b3f-401c-8aa3-7ce9b22c3293 => generated 855 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1021/1949] 10.0.0.203 () {34 vars in 789 bytes} [Tue Jun 16 02:26:49 2026] PUT /v2.0/routers/173e5af1-1fb1-40e7-96ea-f8123a730629/remove_router_interface => generated 309 bytes in 1077 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 02:26:51.365 8 INFO neutron_taas.services.taas.taas_plugin [None req-e9e2e832-5735-4ce8-be93-917bcf54090b cfe1be6b7d8940b2ad3e6e1803af287d c448ca45ae6a4527b9385daa10cf3bb2 - - default default] TaaS: Handle Delete Port: 05255645-acdb-41bf-9e6c-35f24dc2996e 2026-06-16 02:26:51.368 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e9e2e832-5735-4ce8-be93-917bcf54090b cfe1be6b7d8940b2ad3e6e1803af287d c448ca45ae6a4527b9385daa10cf3bb2 - - default default] Tap Mirror: Handle Delete Port: 05255645-acdb-41bf-9e6c-35f24dc2996e [pid: 7|app: 0|req: 1022/1950] 10.0.0.203 () {32 vars in 774 bytes} [Tue Jun 16 02:26:51 2026] GET /v2.0/security-groups?tenant_id=8e7777a13e05426a9ac32726389ce869&name=default => generated 2925 bytes in 358 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1023/1951] 10.0.0.203 () {32 vars in 729 bytes} [Tue Jun 16 02:26:51 2026] GET /v2.0/floatingips/9f68c3ed-5b3f-401c-8aa3-7ce9b22c3293 => generated 857 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 02:26:51.722 8 INFO neutron_taas.services.taas.taas_plugin [None req-e9e2e832-5735-4ce8-be93-917bcf54090b cfe1be6b7d8940b2ad3e6e1803af287d c448ca45ae6a4527b9385daa10cf3bb2 - - default default] TaaS: Handle Delete Port: 3ad8d2d9-e1d0-4f61-ae15-14f619292477 2026-06-16 02:26:51.730 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e9e2e832-5735-4ce8-be93-917bcf54090b cfe1be6b7d8940b2ad3e6e1803af287d c448ca45ae6a4527b9385daa10cf3bb2 - - default default] Tap Mirror: Handle Delete Port: 3ad8d2d9-e1d0-4f61-ae15-14f619292477 [pid: 7|app: 0|req: 1024/1952] 10.0.0.203 () {32 vars in 740 bytes} [Tue Jun 16 02:26:51 2026] DELETE /v2.0/security-groups/18716cff-3dad-4788-8167-d9f64aa65da4 => generated 0 bytes in 123 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-16 02:26:52.147 8 INFO neutron.services.segments.plugin [-] Segment 042d3bd6-1ade-4837-b98b-e2fc2120c840 resource provider aggregate not found 2026-06-16 02:26:52.163 8 INFO neutron.services.segments.plugin [-] Segment 042d3bd6-1ade-4837-b98b-e2fc2120c840 resource provider aggregate not found 2026-06-16 02:26:52.171 8 INFO neutron.services.segments.plugin [-] Segment 042d3bd6-1ade-4837-b98b-e2fc2120c840 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 042d3bd6-1ade-4837-b98b-e2fc2120c840 found for delete ", "request_id": "req-49bea1c8-060d-468e-a52c-8d093be3712d"}]} [pid: 7|app: 0|req: 1025/1953] 10.0.0.203 () {32 vars in 774 bytes} [Tue Jun 16 02:26:52 2026] GET /v2.0/security-groups?tenant_id=886db96f6ecc4c7997c783e444163ebf&name=default => generated 2925 bytes in 125 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-16 02:26:52.183 8 INFO neutron.db.l3_hamode_db [None req-e9e2e832-5735-4ce8-be93-917bcf54090b cfe1be6b7d8940b2ad3e6e1803af287d c448ca45ae6a4527b9385daa10cf3bb2 - - default default] HA network 91b0e1bd-b418-4fe9-825e-021b92336459 was deleted as no HA routers are present in tenant 4d9bbf72d8064d748ec64c448f4014f1. [pid: 8|app: 0|req: 929/1954] 10.0.0.203 () {32 vars in 724 bytes} [Tue Jun 16 02:26:51 2026] DELETE /v2.0/routers/173e5af1-1fb1-40e7-96ea-f8123a730629 => generated 0 bytes in 1114 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-16 02:26:52.196 8 INFO neutron.services.segments.plugin [-] Segment 042d3bd6-1ade-4837-b98b-e2fc2120c840 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 042d3bd6-1ade-4837-b98b-e2fc2120c840 found for delete ", "request_id": "req-3987a8d9-f479-49b4-8de9-9850b319c63a"}]} [pid: 7|app: 0|req: 1026/1955] 10.0.0.203 () {32 vars in 740 bytes} [Tue Jun 16 02:26:52 2026] DELETE /v2.0/security-groups/d4a6ab09-8731-4dce-9bfb-eb024c066796 => generated 0 bytes in 122 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 930/1956] 10.0.0.203 () {32 vars in 724 bytes} [Tue Jun 16 02:26:52 2026] DELETE /v2.0/subnets/7b736052-710b-4e7d-b12f-179cedebb94c => generated 0 bytes in 160 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-16 02:26:52.476 7 INFO neutron_taas.services.taas.taas_plugin [None req-285cd7d6-9cf7-48e0-9c46-3745ecf77b95 cfe1be6b7d8940b2ad3e6e1803af287d c448ca45ae6a4527b9385daa10cf3bb2 - - default default] TaaS: Handle Delete Port: da0ef5b7-cdfc-4ca2-9c77-a875696fa6a1 2026-06-16 02:26:52.480 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-285cd7d6-9cf7-48e0-9c46-3745ecf77b95 cfe1be6b7d8940b2ad3e6e1803af287d c448ca45ae6a4527b9385daa10cf3bb2 - - default default] Tap Mirror: Handle Delete Port: da0ef5b7-cdfc-4ca2-9c77-a875696fa6a1 [pid: 8|app: 0|req: 931/1957] 10.0.0.203 () {32 vars in 774 bytes} [Tue Jun 16 02:26:52 2026] GET /v2.0/security-groups?tenant_id=fa01d2661aef451a82df509824e02c50&name=default => generated 2925 bytes in 146 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-16 02:26:52.689 7 INFO neutron.services.segments.plugin [-] Segment a74a8925-f996-43aa-80d1-178c2f40d9ac resource provider aggregate not found 2026-06-16 02:26:52.692 7 INFO neutron.services.segments.plugin [-] Segment a74a8925-f996-43aa-80d1-178c2f40d9ac resource provider aggregate not found 2026-06-16 02:26:52.710 7 INFO neutron.services.segments.plugin [-] Segment a74a8925-f996-43aa-80d1-178c2f40d9ac resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a74a8925-f996-43aa-80d1-178c2f40d9ac found for delete ", "request_id": "req-75250a62-1f32-42b3-bc45-d32acba9e6bb"}]} 2026-06-16 02:26:52.714 7 INFO neutron.services.segments.plugin [-] Segment a74a8925-f996-43aa-80d1-178c2f40d9ac resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a74a8925-f996-43aa-80d1-178c2f40d9ac found for delete ", "request_id": "req-544cd079-c088-4079-ab34-8f1f4a06dd64"}]} [pid: 7|app: 0|req: 1027/1958] 10.0.0.203 () {32 vars in 726 bytes} [Tue Jun 16 02:26:52 2026] DELETE /v2.0/networks/e4aa6666-da0f-4c23-8c71-744c2a8a4b9c => generated 0 bytes in 374 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 932/1959] 10.0.0.203 () {32 vars in 740 bytes} [Tue Jun 16 02:26:52 2026] DELETE /v2.0/security-groups/bf0ac2a3-63af-405c-902f-7018d54f5c21 => generated 0 bytes in 130 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1028/1960] 10.0.0.203 () {32 vars in 774 bytes} [Tue Jun 16 02:26:52 2026] GET /v2.0/security-groups?tenant_id=4d9bbf72d8064d748ec64c448f4014f1&name=default => generated 2925 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 933/1961] 10.0.0.203 () {32 vars in 740 bytes} [Tue Jun 16 02:26:52 2026] DELETE /v2.0/security-groups/313a4a54-a607-47cb-9dbe-9a6c07c20d48 => generated 0 bytes in 119 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-16 02:26:53.618 7 INFO neutron.db.segments_db [None req-ab07dce5-64e6-410d-939b-85263e9dff2f 5597bb821578414f8142f5b66a4108aa c3760a45693b48f8a4bb572b058d9538 - - default default] Added segment d4c22086-b9c0-4b3d-a2df-0af8af69eaa3 of type vxlan for network 6e62fb6f-2eec-4ad0-b24e-f27e9f853391 [pid: 7|app: 0|req: 1029/1962] 10.0.0.203 () {34 vars in 670 bytes} [Tue Jun 16 02:26:53 2026] POST /v2.0/networks => generated 620 bytes in 438 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 934/1963] 10.0.0.203 () {34 vars in 669 bytes} [Tue Jun 16 02:26:53 2026] POST /v2.0/subnets => generated 658 bytes in 293 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1030/1964] 10.0.0.203 () {32 vars in 722 bytes} [Tue Jun 16 02:26:54 2026] GET /v2.0/subnetpools?name=shared-default-subnetpool-v6 => generated 19 bytes in 230 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 935/1965] 10.0.0.203 () {34 vars in 669 bytes} [Tue Jun 16 02:26:54 2026] POST /v2.0/subnets => generated 732 bytes in 283 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-16 02:26:54.628 7 INFO neutron.db.segments_db [None req-f6390076-855a-4b53-8e5c-f673dea8cab8 5597bb821578414f8142f5b66a4108aa c3760a45693b48f8a4bb572b058d9538 - - default default] Added segment b21f8018-5f98-4c19-a663-2b0032cd1f65 of type vxlan for network 44c43b36-fdc9-4fe7-9df8-6f5b4d85016d [pid: 7|app: 0|req: 1031/1966] 10.0.0.203 () {34 vars in 670 bytes} [Tue Jun 16 02:26:54 2026] POST /v2.0/networks => generated 619 bytes in 174 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 936/1967] 10.0.0.203 () {34 vars in 669 bytes} [Tue Jun 16 02:26:54 2026] POST /v2.0/subnets => generated 656 bytes in 269 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1032/1968] 10.0.0.203 () {34 vars in 669 bytes} [Tue Jun 16 02:26:55 2026] POST /v2.0/subnets => generated 725 bytes in 295 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-16 02:26:55.395 8 INFO neutron.db.segments_db [None req-8a0ac524-c0c2-4b5a-ad4f-5e4e5b23baba 5597bb821578414f8142f5b66a4108aa c3760a45693b48f8a4bb572b058d9538 - - default default] Added segment 41d84e1d-b317-4a76-813c-6854d55a862e of type vxlan for network 866b29f9-d20d-4ad5-a6e8-1619f5597795 [pid: 8|app: 0|req: 937/1969] 10.0.0.203 () {34 vars in 670 bytes} [Tue Jun 16 02:26:55 2026] POST /v2.0/networks => generated 619 bytes in 176 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1033/1970] 10.0.0.203 () {34 vars in 669 bytes} [Tue Jun 16 02:26:55 2026] POST /v2.0/subnets => generated 655 bytes in 291 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 938/1971] 10.0.0.203 () {34 vars in 669 bytes} [Tue Jun 16 02:26:55 2026] POST /v2.0/subnets => generated 729 bytes in 317 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-16 02:26:56.170 7 INFO neutron.db.segments_db [None req-173049ef-8d31-4611-bbd7-d8ea96ae85ac 5597bb821578414f8142f5b66a4108aa c3760a45693b48f8a4bb572b058d9538 - - default default] Added segment fd69b4c4-2a36-413c-8467-d7d8893912b4 of type vxlan for network 4a17dcc4-7bb0-43ee-ac46-9c5d006f8d18 2026-06-16 02:26:56.445 7 INFO neutron.db.l3_hamode_db [None req-173049ef-8d31-4611-bbd7-d8ea96ae85ac 5597bb821578414f8142f5b66a4108aa c3760a45693b48f8a4bb572b058d9538 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-16 02:26:57.348 7 INFO neutron.db.l3_hamode_db [None req-173049ef-8d31-4611-bbd7-d8ea96ae85ac 5597bb821578414f8142f5b66a4108aa c3760a45693b48f8a4bb572b058d9538 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-16 02:26:57.585 8 INFO neutron.db.segments_db [None req-bdd7b286-57bb-4d16-9015-cb3f91972401 09dd9e8e6687483b99295955aeecbed1 d47ea94695914b06af2dd6a4b97a5e89 - - default default] Added segment 4acf1b87-0714-42c2-a7c3-623afa0d1612 of type vxlan for network 6fb9ddba-9e61-4e01-b213-36e7aa729fca [pid: 8|app: 0|req: 939/1972] 10.0.0.203 () {34 vars in 670 bytes} [Tue Jun 16 02:26:57 2026] POST /v2.0/networks => generated 613 bytes in 475 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 940/1973] 10.0.0.234 () {34 vars in 990 bytes} [Tue Jun 16 02:26:57 2026] GET /v2.0/ports?device_id=c4937f1a-e4d0-49be-87e6-91c350745a9f => generated 1240 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 941/1974] 10.0.0.203 () {34 vars in 669 bytes} [Tue Jun 16 02:26:57 2026] POST /v2.0/subnets => generated 626 bytes in 269 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 942/1975] 10.0.0.234 () {34 vars in 1040 bytes} [Tue Jun 16 02:26:58 2026] GET /v2.0/security-groups?id=f92727fd-e690-4c6d-b0ab-238589919c47&fields=id&fields=name => generated 113 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 02:26:58.114 8 INFO neutron.db.segments_db [None req-5aaba18d-087b-458e-a2ac-a609e0249214 09dd9e8e6687483b99295955aeecbed1 d47ea94695914b06af2dd6a4b97a5e89 - - default default] Added segment 62d2a359-fe05-48f7-9038-756c6b1740cf of type vxlan for network f0209be3-9604-4380-84b0-9a66dc3f2d7d [pid: 8|app: 0|req: 943/1976] 10.0.0.203 () {34 vars in 670 bytes} [Tue Jun 16 02:26:58 2026] POST /v2.0/networks => generated 613 bytes in 148 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1034/1977] 10.0.0.203 () {34 vars in 669 bytes} [Tue Jun 16 02:26:56 2026] POST /v2.0/routers => generated 684 bytes in 2301 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 944/1978] 10.0.0.203 () {34 vars in 669 bytes} [Tue Jun 16 02:26:58 2026] POST /v2.0/subnets => generated 629 bytes in 377 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-16 02:26:58.668 8 INFO neutron.db.segments_db [None req-5793bc4c-8643-48a9-8ef5-1e1782b3bc13 09dd9e8e6687483b99295955aeecbed1 d47ea94695914b06af2dd6a4b97a5e89 - - default default] Added segment 534fedad-89ec-4c64-bf0a-63c337082f36 of type vxlan for network be89a821-beb6-4860-b07f-791175002b29 [pid: 8|app: 0|req: 945/1979] 10.0.0.203 () {34 vars in 670 bytes} [Tue Jun 16 02:26:58 2026] POST /v2.0/networks => generated 613 bytes in 167 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 946/1980] 10.0.0.203 () {34 vars in 669 bytes} [Tue Jun 16 02:26:58 2026] POST /v2.0/subnets => generated 629 bytes in 266 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-16 02:26:59.096 8 INFO neutron.db.segments_db [None req-dafa568c-6cc3-4d57-afe8-ca3051e746ea 09dd9e8e6687483b99295955aeecbed1 d47ea94695914b06af2dd6a4b97a5e89 - - default default] Added segment 09b4f6e5-00d4-48ee-8aaa-3e8cfaa6b554 of type vxlan for network 47a4afbb-7976-451b-9a6a-20e01082b81f [pid: 8|app: 0|req: 947/1981] 10.0.0.203 () {34 vars in 670 bytes} [Tue Jun 16 02:26:59 2026] POST /v2.0/networks => generated 612 bytes in 155 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 948/1982] 10.0.0.203 () {34 vars in 669 bytes} [Tue Jun 16 02:26:59 2026] POST /v2.0/subnets => generated 629 bytes in 224 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-16 02:26:59.525 8 INFO neutron.db.segments_db [None req-7ece0872-3f88-4dff-a513-50e16f3a95cb 09dd9e8e6687483b99295955aeecbed1 d47ea94695914b06af2dd6a4b97a5e89 - - default default] Added segment 3c7f0271-0875-4d6f-a942-cff1a35ebdb1 of type vxlan for network 3140fc58-cd0a-4caa-adf1-5b801c4d713d [pid: 8|app: 0|req: 949/1983] 10.0.0.203 () {34 vars in 670 bytes} [Tue Jun 16 02:26:59 2026] POST /v2.0/networks => generated 613 bytes in 213 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1035/1986] 10.0.0.203 () {34 vars in 783 bytes} [Tue Jun 16 02:26:58 2026] PUT /v2.0/routers/4570818f-f93b-4055-9189-8e225448e1b4/add_router_interface => generated 309 bytes in 1427 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 952/1987] 10.0.0.203 () {34 vars in 669 bytes} [Tue Jun 16 02:26:59 2026] POST /v2.0/subnets => generated 629 bytes in 344 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 953/1988] 10.0.0.203 () {34 vars in 751 bytes} [Tue Jun 16 02:27:00 2026] PUT /v2.0/subnets/2de62371-ecb6-47c8-8aeb-138c1b31ae91/tags => generated 17 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 954/1989] 10.0.0.203 () {34 vars in 751 bytes} [Tue Jun 16 02:27:00 2026] PUT /v2.0/subnets/351cc1f8-cc10-4a5a-9337-850c56c4fa58/tags => generated 25 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 955/1990] 10.0.0.203 () {34 vars in 751 bytes} [Tue Jun 16 02:27:00 2026] PUT /v2.0/subnets/831eec3d-e209-4d40-aee9-a22c9ffbd736/tags => generated 34 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 956/1991] 10.0.0.203 () {34 vars in 751 bytes} [Tue Jun 16 02:27:00 2026] PUT /v2.0/subnets/597fbdda-eaea-4ff0-9dcd-6425d361e384/tags => generated 19 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 957/1992] 10.0.0.203 () {32 vars in 664 bytes} [Tue Jun 16 02:27:00 2026] GET /v2.0/subnets?tags=red => generated 1904 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 958/1993] 10.0.0.203 () {32 vars in 678 bytes} [Tue Jun 16 02:27:00 2026] GET /v2.0/subnets?tags=red%2Cblue => generated 1283 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 959/1994] 10.0.0.203 () {32 vars in 674 bytes} [Tue Jun 16 02:27:00 2026] GET /v2.0/subnets?tags-any=blue => generated 1283 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 960/1995] 10.0.0.203 () {32 vars in 686 bytes} [Tue Jun 16 02:27:00 2026] GET /v2.0/subnets?tags-any=red%2Cblue => generated 1904 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 961/1996] 10.0.0.203 () {32 vars in 672 bytes} [Tue Jun 16 02:27:00 2026] GET /v2.0/subnets?not-tags=red => generated 1894 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 962/1997] 10.0.0.203 () {32 vars in 686 bytes} [Tue Jun 16 02:27:00 2026] GET /v2.0/subnets?not-tags=red%2Cblue => generated 2515 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 963/1998] 10.0.0.203 () {32 vars in 682 bytes} [Tue Jun 16 02:27:00 2026] GET /v2.0/subnets?not-tags-any=blue => generated 2515 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 964/1999] 10.0.0.203 () {32 vars in 694 bytes} [Tue Jun 16 02:27:00 2026] GET /v2.0/subnets?not-tags-any=red%2Cblue => generated 1894 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 965/2000] 10.0.0.203 () {32 vars in 724 bytes} [Tue Jun 16 02:27:00 2026] DELETE /v2.0/subnets/2de62371-ecb6-47c8-8aeb-138c1b31ae91 => generated 0 bytes in 156 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 966/2001] 10.0.0.203 () {32 vars in 724 bytes} [Tue Jun 16 02:27:00 2026] DELETE /v2.0/subnets/351cc1f8-cc10-4a5a-9337-850c56c4fa58 => generated 0 bytes in 147 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 967/2002] 10.0.0.203 () {32 vars in 724 bytes} [Tue Jun 16 02:27:00 2026] DELETE /v2.0/subnets/831eec3d-e209-4d40-aee9-a22c9ffbd736 => generated 0 bytes in 96 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 968/2003] 10.0.0.203 () {32 vars in 724 bytes} [Tue Jun 16 02:27:01 2026] DELETE /v2.0/subnets/597fbdda-eaea-4ff0-9dcd-6425d361e384 => 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: 1036/2004] 10.0.0.203 () {34 vars in 783 bytes} [Tue Jun 16 02:26:59 2026] PUT /v2.0/routers/4570818f-f93b-4055-9189-8e225448e1b4/add_router_interface => generated 309 bytes in 1312 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 969/2005] 10.0.0.203 () {32 vars in 724 bytes} [Tue Jun 16 02:27:01 2026] DELETE /v2.0/subnets/5222792c-dadb-4731-ab04-eb670c558bc0 => generated 0 bytes in 184 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-16 02:27:01.534 8 INFO neutron.services.segments.plugin [-] Segment 4acf1b87-0714-42c2-a7c3-623afa0d1612 resource provider aggregate not found 2026-06-16 02:27:01.551 8 INFO neutron.services.segments.plugin [-] Segment 4acf1b87-0714-42c2-a7c3-623afa0d1612 resource provider aggregate not found 2026-06-16 02:27:01.556 8 INFO neutron.services.segments.plugin [-] Segment 4acf1b87-0714-42c2-a7c3-623afa0d1612 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4acf1b87-0714-42c2-a7c3-623afa0d1612 found for delete ", "request_id": "req-60c2a6ac-4541-417f-9899-f91a698c58ec"}]} 2026-06-16 02:27:01.573 8 INFO neutron.services.segments.plugin [-] Segment 4acf1b87-0714-42c2-a7c3-623afa0d1612 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4acf1b87-0714-42c2-a7c3-623afa0d1612 found for delete ", "request_id": "req-53bf521d-f0b0-474d-8bc8-8e6151fc7e36"}]} [pid: 8|app: 0|req: 970/2006] 10.0.0.203 () {32 vars in 726 bytes} [Tue Jun 16 02:27:01 2026] DELETE /v2.0/networks/6fb9ddba-9e61-4e01-b213-36e7aa729fca => generated 0 bytes in 225 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 971/2007] 10.0.0.203 () {32 vars in 726 bytes} [Tue Jun 16 02:27:01 2026] DELETE /v2.0/networks/f0209be3-9604-4380-84b0-9a66dc3f2d7d => generated 0 bytes in 145 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 972/2008] 10.0.0.203 () {32 vars in 726 bytes} [Tue Jun 16 02:27:01 2026] DELETE /v2.0/networks/be89a821-beb6-4860-b07f-791175002b29 => generated 0 bytes in 151 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 973/2009] 10.0.0.203 () {32 vars in 726 bytes} [Tue Jun 16 02:27:01 2026] DELETE /v2.0/networks/47a4afbb-7976-451b-9a6a-20e01082b81f => generated 0 bytes in 132 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 974/2010] 10.0.0.203 () {32 vars in 726 bytes} [Tue Jun 16 02:27:02 2026] DELETE /v2.0/networks/3140fc58-cd0a-4caa-adf1-5b801c4d713d => generated 0 bytes in 193 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1037/2011] 10.0.0.203 () {34 vars in 783 bytes} [Tue Jun 16 02:27:01 2026] PUT /v2.0/routers/4570818f-f93b-4055-9189-8e225448e1b4/add_router_interface => generated 309 bytes in 1697 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 975/2012] 10.0.0.203 () {34 vars in 684 bytes} [Tue Jun 16 02:27:02 2026] POST /v2.0/security-groups => generated 1628 bytes in 122 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1038/2013] 10.0.0.203 () {34 vars in 695 bytes} [Tue Jun 16 02:27:03 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: 8|app: 0|req: 976/2014] 10.0.0.203 () {34 vars in 695 bytes} [Tue Jun 16 02:27:03 2026] POST /v2.0/security-group-rules => generated 597 bytes in 118 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 977/2015] 10.0.0.203 () {34 vars in 695 bytes} [Tue Jun 16 02:27:03 2026] POST /v2.0/security-group-rules => generated 599 bytes in 118 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1039/2016] 10.0.0.203 () {32 vars in 774 bytes} [Tue Jun 16 02:27:03 2026] GET /v2.0/security-groups?tenant_id=dc9fd6615fb846b685dd87cb6b24bf01&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: 978/2017] 10.0.0.203 () {34 vars in 695 bytes} [Tue Jun 16 02:27:03 2026] POST /v2.0/security-group-rules => generated 601 bytes in 116 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1040/2018] 10.0.0.203 () {32 vars in 740 bytes} [Tue Jun 16 02:27:03 2026] DELETE /v2.0/security-groups/b753825d-247a-46eb-91f5-093861c5c772 => generated 0 bytes in 102 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-16 02:27:03.587 8 INFO neutron.services.segments.plugin [-] Segment 62d2a359-fe05-48f7-9038-756c6b1740cf resource provider aggregate not found 2026-06-16 02:27:03.601 8 INFO neutron.services.segments.plugin [-] Segment 62d2a359-fe05-48f7-9038-756c6b1740cf resource provider aggregate not found 2026-06-16 02:27:03.609 8 INFO neutron.services.segments.plugin [-] Segment 62d2a359-fe05-48f7-9038-756c6b1740cf resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 62d2a359-fe05-48f7-9038-756c6b1740cf found for delete ", "request_id": "req-2da68662-4f98-4552-ba7f-1631fdeea621"}]} 2026-06-16 02:27:03.616 8 INFO neutron.services.segments.plugin [-] Segment 62d2a359-fe05-48f7-9038-756c6b1740cf resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 62d2a359-fe05-48f7-9038-756c6b1740cf found for delete ", "request_id": "req-825e1850-49e6-4241-ba0b-bf1b9841f295"}]} 2026-06-16 02:27:03.631 8 INFO neutron.services.segments.plugin [-] Segment 534fedad-89ec-4c64-bf0a-63c337082f36 resource provider aggregate not found 2026-06-16 02:27:03.636 8 INFO neutron.services.segments.plugin [-] Segment 534fedad-89ec-4c64-bf0a-63c337082f36 resource provider aggregate not found 2026-06-16 02:27:03.656 8 INFO neutron.services.segments.plugin [-] Segment 534fedad-89ec-4c64-bf0a-63c337082f36 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 534fedad-89ec-4c64-bf0a-63c337082f36 found for delete ", "request_id": "req-6e7aa92a-e9c7-4e31-8964-8d761cda3c84"}]} 2026-06-16 02:27:03.667 8 INFO neutron.services.segments.plugin [-] Segment 534fedad-89ec-4c64-bf0a-63c337082f36 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 534fedad-89ec-4c64-bf0a-63c337082f36 found for delete ", "request_id": "req-9d0cbe53-7b16-4082-b39a-5b9bca3091e0"}]} 2026-06-16 02:27:03.678 8 INFO neutron.services.segments.plugin [-] Segment 09b4f6e5-00d4-48ee-8aaa-3e8cfaa6b554 resource provider aggregate not found 2026-06-16 02:27:03.692 8 INFO neutron.services.segments.plugin [-] Segment 09b4f6e5-00d4-48ee-8aaa-3e8cfaa6b554 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 09b4f6e5-00d4-48ee-8aaa-3e8cfaa6b554 found for delete ", "request_id": "req-4fab7707-7d8e-4596-8a17-0d6edfcfbce5"}]} 2026-06-16 02:27:03.697 8 INFO neutron.services.segments.plugin [-] Segment 09b4f6e5-00d4-48ee-8aaa-3e8cfaa6b554 resource provider aggregate not found 2026-06-16 02:27:03.707 8 INFO neutron.services.segments.plugin [-] Segment 3c7f0271-0875-4d6f-a942-cff1a35ebdb1 resource provider aggregate not found 2026-06-16 02:27:03.716 8 INFO neutron.services.segments.plugin [-] Segment 09b4f6e5-00d4-48ee-8aaa-3e8cfaa6b554 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 09b4f6e5-00d4-48ee-8aaa-3e8cfaa6b554 found for delete ", "request_id": "req-153f8de9-ad74-4854-ab5b-d6f54cb99a8f"}]} [pid: 7|app: 0|req: 1041/2019] 10.0.0.203 () {32 vars in 774 bytes} [Tue Jun 16 02:27:03 2026] GET /v2.0/security-groups?tenant_id=d47ea94695914b06af2dd6a4b97a5e89&name=default => generated 2925 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-16 02:27:03.726 8 INFO neutron.services.segments.plugin [-] Segment 3c7f0271-0875-4d6f-a942-cff1a35ebdb1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3c7f0271-0875-4d6f-a942-cff1a35ebdb1 found for delete ", "request_id": "req-7a21e341-e65b-4a87-85c8-2d1d9ada97ff"}]} 2026-06-16 02:27:03.735 8 INFO neutron.services.segments.plugin [-] Segment 3c7f0271-0875-4d6f-a942-cff1a35ebdb1 resource provider aggregate not found [pid: 8|app: 0|req: 979/2020] 10.0.0.203 () {34 vars in 695 bytes} [Tue Jun 16 02:27:03 2026] POST /v2.0/security-group-rules => generated 601 bytes in 200 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-16 02:27:03.764 8 INFO neutron.services.segments.plugin [-] Segment 3c7f0271-0875-4d6f-a942-cff1a35ebdb1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3c7f0271-0875-4d6f-a942-cff1a35ebdb1 found for delete ", "request_id": "req-d1593cb8-0499-42bc-8c21-ba06cff6601f"}]} [pid: 7|app: 0|req: 1042/2021] 10.0.0.203 () {32 vars in 740 bytes} [Tue Jun 16 02:27:03 2026] DELETE /v2.0/security-groups/b81266e0-a458-4913-a469-f75002e0d37e => generated 0 bytes in 115 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 980/2022] 10.0.0.203 () {34 vars in 695 bytes} [Tue Jun 16 02:27:03 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: 7|app: 0|req: 1043/2023] 10.0.0.203 () {34 vars in 695 bytes} [Tue Jun 16 02:27:03 2026] POST /v2.0/security-group-rules => generated 597 bytes in 151 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 981/2024] 10.0.0.203 () {32 vars in 774 bytes} [Tue Jun 16 02:27:04 2026] GET /v2.0/security-groups?tenant_id=1ba40aec687d4ffd8a5b24a865ae031d&name=default => generated 2925 bytes in 173 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1044/2025] 10.0.0.203 () {34 vars in 695 bytes} [Tue Jun 16 02:27:04 2026] POST /v2.0/security-group-rules => generated 597 bytes in 185 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 982/2026] 10.0.0.203 () {32 vars in 740 bytes} [Tue Jun 16 02:27:04 2026] DELETE /v2.0/security-groups/472e2a6e-a09b-42b0-a669-2229fa48b953 => generated 0 bytes in 105 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1045/2027] 10.0.0.203 () {34 vars in 695 bytes} [Tue Jun 16 02:27:04 2026] POST /v2.0/security-group-rules => generated 599 bytes in 170 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 983/2028] 10.0.0.203 () {34 vars in 695 bytes} [Tue Jun 16 02:27:04 2026] POST /v2.0/security-group-rules => generated 601 bytes in 158 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1046/2029] 10.0.0.203 () {34 vars in 695 bytes} [Tue Jun 16 02:27:04 2026] POST /v2.0/security-group-rules => generated 597 bytes in 131 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 984/2030] 10.0.0.17 () {34 vars in 1095 bytes} [Tue Jun 16 02:27:04 2026] GET /v2.0/security-groups?name=tempest-lb_member_SG-1139410884&fields=id&tenant_id=c3760a45693b48f8a4bb572b058d9538 => generated 69 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1047/2031] 10.0.0.17 () {34 vars in 981 bytes} [Tue Jun 16 02:27:05 2026] GET /v2.0/networks?id=44c43b36-fdc9-4fe7-9df8-6f5b4d85016d => generated 705 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 985/2032] 10.0.0.17 () {34 vars in 964 bytes} [Tue Jun 16 02:27:05 2026] GET /v2.0/quotas/c3760a45693b48f8a4bb572b058d9538 => generated 292 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1048/2033] 10.0.0.17 () {34 vars in 1001 bytes} [Tue Jun 16 02:27:05 2026] GET /v2.0/ports?tenant_id=c3760a45693b48f8a4bb572b058d9538&fields=id => generated 287 bytes in 210 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 986/2034] 10.0.0.17 () {34 vars in 1007 bytes} [Tue Jun 16 02:27:05 2026] GET /v2.0/networks/44c43b36-fdc9-4fe7-9df8-6f5b4d85016d?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: 1049/2035] 10.0.0.17 () {34 vars in 1107 bytes} [Tue Jun 16 02:27:05 2026] GET /v2.0/networks/44c43b36-fdc9-4fe7-9df8-6f5b4d85016d?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 987/2036] 10.0.0.17 () {34 vars in 989 bytes} [Tue Jun 16 02:27:05 2026] GET /v2.0/ports?device_id=8019710f-6a33-43de-91ed-c3732f3f916c => 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: 1050/2037] 10.0.0.203 () {32 vars in 774 bytes} [Tue Jun 16 02:27:06 2026] GET /v2.0/security-groups?tenant_id=d84b6f5beb2c4f01b6a24e2055f5ca3e&name=default => generated 2925 bytes in 309 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 988/2038] 10.0.0.203 () {32 vars in 740 bytes} [Tue Jun 16 02:27:07 2026] DELETE /v2.0/security-groups/cbec4e28-6a9f-473a-9505-3012dc89bf3b => generated 0 bytes in 105 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1051/2039] 10.0.0.203 () {32 vars in 826 bytes} [Tue Jun 16 02:27:07 2026] GET /v2.0/ports?project_id=3f54ff740be144ce93651adeaa572031&network_id=699b9637-a824-4a9e-acf1-fe13254063d4 => generated 3691 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 989/2040] 10.0.0.203 () {32 vars in 742 bytes} [Tue Jun 16 02:27:07 2026] GET /v2.0/subnets?network_id=12e17d28-9927-4b2c-aebb-0d27b6645488 => generated 667 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 02:27:08.313 7 INFO neutron.db.l3_db [None req-2a6e24e1-39b7-47aa-9cf7-4a6989769ad7 cce18c3b578d4fc4ac405f247446b04a 3f54ff740be144ce93651adeaa572031 - - default default] Floating IP 9f68c3ed-5b3f-401c-8aa3-7ce9b22c3293 disassociated. External IP: 10.96.250.210, port: 3d3f6fc3-1dc1-44a6-954b-1c7657aabd3b. [pid: 7|app: 0|req: 1052/2041] 10.0.0.203 () {34 vars in 749 bytes} [Tue Jun 16 02:27:08 2026] PUT /v2.0/floatingips/9f68c3ed-5b3f-401c-8aa3-7ce9b22c3293 => generated 554 bytes in 508 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 02:27:08.707 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-12483798-4486-49c6-acf9-dc87890c1399'] response: {'name': 'network-changed', 'server_uuid': 'c4937f1a-e4d0-49be-87e6-91c350745a9f', 'tag': '3d3f6fc3-1dc1-44a6-954b-1c7657aabd3b', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 990/2042] 10.0.0.203 () {32 vars in 729 bytes} [Tue Jun 16 02:27:08 2026] GET /v2.0/floatingips/9f68c3ed-5b3f-401c-8aa3-7ce9b22c3293 => generated 554 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1053/2043] 10.0.0.203 () {34 vars in 676 bytes} [Tue Jun 16 02:27:08 2026] POST /v2.0/subnetpools => generated 516 bytes in 229 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 991/2044] 10.0.0.203 () {34 vars in 676 bytes} [Tue Jun 16 02:27:09 2026] POST /v2.0/subnetpools => generated 516 bytes in 62 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1054/2045] 10.0.0.203 () {34 vars in 676 bytes} [Tue Jun 16 02:27:09 2026] POST /v2.0/subnetpools => generated 516 bytes in 57 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 992/2046] 10.0.0.203 () {34 vars in 676 bytes} [Tue Jun 16 02:27:09 2026] POST /v2.0/subnetpools => generated 516 bytes in 95 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1055/2047] 199.204.45.53 () {34 vars in 1079 bytes} [Tue Jun 16 02:27:09 2026] GET /v2.0/ports?tenant_id=3f54ff740be144ce93651adeaa572031&device_id=c4937f1a-e4d0-49be-87e6-91c350745a9f => 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: 993/2048] 10.0.0.203 () {34 vars in 676 bytes} [Tue Jun 16 02:27:09 2026] POST /v2.0/subnetpools => generated 516 bytes in 57 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1056/2049] 199.204.45.53 () {34 vars in 985 bytes} [Tue Jun 16 02:27:09 2026] GET /v2.0/networks?id=699b9637-a824-4a9e-acf1-fe13254063d4 => generated 756 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1057/2050] 199.204.45.53 () {34 vars in 1057 bytes} [Tue Jun 16 02:27:09 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.7&port_id=3d3f6fc3-1dc1-44a6-954b-1c7657aabd3b => generated 19 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 994/2051] 10.0.0.203 () {34 vars in 759 bytes} [Tue Jun 16 02:27:09 2026] PUT /v2.0/subnetpools/cf5ea803-0706-4b74-bdbf-6bac302d6faf/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: 1058/2052] 199.204.45.53 () {34 vars in 983 bytes} [Tue Jun 16 02:27:09 2026] GET /v2.0/subnets?id=4f78bd04-b7d0-4b61-9a64-58207cb0e2c0 => generated 677 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 995/2053] 10.0.0.203 () {34 vars in 759 bytes} [Tue Jun 16 02:27:09 2026] PUT /v2.0/subnetpools/8b616282-a990-45aa-b3bd-554e3deecccd/tags => generated 25 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1059/2054] 199.204.45.53 () {34 vars in 1051 bytes} [Tue Jun 16 02:27:09 2026] GET /v2.0/ports?network_id=699b9637-a824-4a9e-acf1-fe13254063d4&device_owner=network%3Adhcp => generated 1244 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 996/2055] 10.0.0.203 () {34 vars in 759 bytes} [Tue Jun 16 02:27:09 2026] PUT /v2.0/subnetpools/9f56e246-36ec-4dd3-9d8a-d52013c93bda/tags => generated 34 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1060/2056] 199.204.45.53 () {34 vars in 1011 bytes} [Tue Jun 16 02:27:09 2026] GET /v2.0/networks/699b9637-a824-4a9e-acf1-fe13254063d4?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: 997/2057] 10.0.0.203 () {34 vars in 759 bytes} [Tue Jun 16 02:27:09 2026] PUT /v2.0/subnetpools/67853e69-662a-475f-944b-c6ee651b4502/tags => generated 19 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1061/2058] 199.204.45.53 () {34 vars in 1111 bytes} [Tue Jun 16 02:27:09 2026] GET /v2.0/networks/699b9637-a824-4a9e-acf1-fe13254063d4?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: 998/2059] 10.0.0.203 () {32 vars in 672 bytes} [Tue Jun 16 02:27:09 2026] GET /v2.0/subnetpools?tags=red => 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: 1062/2060] 10.0.0.203 () {32 vars in 686 bytes} [Tue Jun 16 02:27:09 2026] GET /v2.0/subnetpools?tags=red%2Cblue => generated 1056 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 999/2061] 10.0.0.203 () {32 vars in 682 bytes} [Tue Jun 16 02:27:09 2026] GET /v2.0/subnetpools?tags-any=blue => generated 1056 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1063/2062] 10.0.0.203 () {32 vars in 694 bytes} [Tue Jun 16 02:27:09 2026] GET /v2.0/subnetpools?tags-any=red%2Cblue => generated 1563 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1000/2063] 10.0.0.203 () {32 vars in 680 bytes} [Tue Jun 16 02:27:09 2026] GET /v2.0/subnetpools?not-tags=red => generated 1028 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1064/2064] 10.0.0.203 () {32 vars in 729 bytes} [Tue Jun 16 02:27:09 2026] GET /v2.0/floatingips/9f68c3ed-5b3f-401c-8aa3-7ce9b22c3293 => generated 554 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1001/2065] 10.0.0.203 () {32 vars in 694 bytes} [Tue Jun 16 02:27:09 2026] GET /v2.0/subnetpools?not-tags=red%2Cblue => generated 1535 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1065/2066] 10.0.0.203 () {32 vars in 690 bytes} [Tue Jun 16 02:27:09 2026] GET /v2.0/subnetpools?not-tags-any=blue => generated 1535 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1002/2067] 10.0.0.203 () {32 vars in 702 bytes} [Tue Jun 16 02:27:09 2026] GET /v2.0/subnetpools?not-tags-any=red%2Cblue => generated 1028 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1066/2068] 10.0.0.203 () {32 vars in 732 bytes} [Tue Jun 16 02:27:09 2026] DELETE /v2.0/subnetpools/cf5ea803-0706-4b74-bdbf-6bac302d6faf => generated 0 bytes in 47 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1003/2069] 199.204.45.53 () {34 vars in 985 bytes} [Tue Jun 16 02:27:09 2026] GET /v2.0/networks?id=44c43b36-fdc9-4fe7-9df8-6f5b4d85016d => generated 705 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1004/2070] 199.204.45.53 () {34 vars in 1049 bytes} [Tue Jun 16 02:27:09 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=c3760a45693b48f8a4bb572b058d9538 => generated 179 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1067/2071] 10.0.0.203 () {32 vars in 732 bytes} [Tue Jun 16 02:27:09 2026] DELETE /v2.0/subnetpools/8b616282-a990-45aa-b3bd-554e3deecccd => generated 0 bytes in 43 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1068/2072] 10.0.0.203 () {32 vars in 732 bytes} [Tue Jun 16 02:27:09 2026] DELETE /v2.0/subnetpools/9f56e246-36ec-4dd3-9d8a-d52013c93bda => generated 0 bytes in 37 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1069/2073] 10.0.0.203 () {32 vars in 732 bytes} [Tue Jun 16 02:27:09 2026] DELETE /v2.0/subnetpools/67853e69-662a-475f-944b-c6ee651b4502 => generated 0 bytes in 36 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1070/2074] 10.0.0.203 () {32 vars in 732 bytes} [Tue Jun 16 02:27:09 2026] DELETE /v2.0/subnetpools/5141a4ed-db24-4193-bdaf-157234ec5e05 => 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: 1005/2075] 199.204.45.53 () {38 vars in 954 bytes} [Tue Jun 16 02:27:09 2026] POST /v2.0/ports => generated 1179 bytes in 367 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1006/2076] 10.0.0.242 () {32 vars in 802 bytes} [Tue Jun 16 02:27:10 2026] GET /v2.0/extensions => generated 21537 bytes in 238 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1007/2077] 10.0.0.17 () {34 vars in 989 bytes} [Tue Jun 16 02:27:10 2026] GET /v2.0/ports?device_id=8019710f-6a33-43de-91ed-c3732f3f916c => generated 1194 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1071/2078] 199.204.45.53 () {38 vars in 1027 bytes} [Tue Jun 16 02:27:10 2026] PUT /v2.0/ports/9ff0dd9e-85ec-4af3-8c73-0d11cfc74b8f => generated 1460 bytes in 492 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1008/2079] 10.0.0.203 () {32 vars in 729 bytes} [Tue Jun 16 02:27:10 2026] GET /v2.0/floatingips/9f68c3ed-5b3f-401c-8aa3-7ce9b22c3293 => generated 552 bytes in 26 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: 1072/2080] 10.0.0.17 () {34 vars in 1039 bytes} [Tue Jun 16 02:27:10 2026] GET /v2.0/security-groups?id=a3ec543c-2863-465d-94cf-1eb728130cab&fields=id&fields=name => generated 112 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 02:27:10.806 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-600bb6fd-b6f4-4a15-a03b-08ba74ecc0a6'] response: {'name': 'network-changed', 'server_uuid': '8019710f-6a33-43de-91ed-c3732f3f916c', 'tag': '9ff0dd9e-85ec-4af3-8c73-0d11cfc74b8f', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1073/2081] 10.0.0.242 () {30 vars in 724 bytes} [Tue Jun 16 02:27:10 2026] GET /v2.0/quotas/b00f8cfe38184b36a458dde6003a7de0/details => generated 847 bytes in 104 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1009/2082] 10.0.0.203 () {32 vars in 774 bytes} [Tue Jun 16 02:27:10 2026] GET /v2.0/security-groups?tenant_id=53a5c62c0df9477cacd535e5069eec70&name=default => generated 2925 bytes in 232 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1074/2083] 10.0.0.203 () {32 vars in 740 bytes} [Tue Jun 16 02:27:11 2026] DELETE /v2.0/security-groups/38715855-f462-44a9-940c-73e00a82959b => 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: 1075/2084] 199.204.45.53 () {34 vars in 1079 bytes} [Tue Jun 16 02:27:11 2026] GET /v2.0/ports?tenant_id=c3760a45693b48f8a4bb572b058d9538&device_id=8019710f-6a33-43de-91ed-c3732f3f916c => generated 1463 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1010/2085] 10.0.0.203 () {32 vars in 774 bytes} [Tue Jun 16 02:27:11 2026] GET /v2.0/security-groups?tenant_id=87c07030e9774d1c8d215bcd9bd656f9&name=default => generated 2925 bytes in 122 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1076/2086] 199.204.45.53 () {34 vars in 1017 bytes} [Tue Jun 16 02:27:11 2026] GET /v2.0/networks?tenant_id=c3760a45693b48f8a4bb572b058d9538&shared=False => generated 2375 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1077/2087] 199.204.45.53 () {34 vars in 929 bytes} [Tue Jun 16 02:27:11 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1011/2088] 10.0.0.203 () {32 vars in 740 bytes} [Tue Jun 16 02:27:11 2026] DELETE /v2.0/security-groups/6ee8eb02-5dbf-468c-b953-1b044bf780a3 => generated 0 bytes in 96 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1078/2089] 10.0.0.203 () {32 vars in 774 bytes} [Tue Jun 16 02:27:11 2026] GET /v2.0/security-groups?tenant_id=e9bd0c9171aa4678be1e3ab0f0d1ea2c&name=default => generated 2925 bytes in 132 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1012/2090] 10.0.0.203 () {32 vars in 740 bytes} [Tue Jun 16 02:27:11 2026] DELETE /v2.0/security-groups/e3db34b7-a1ef-4c6c-b050-9d18ae5eccb4 => 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: 1079/2091] 10.0.0.203 () {34 vars in 685 bytes} [Tue Jun 16 02:27:11 2026] POST /v2.0/security-groups => generated 1673 bytes in 152 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1013/2092] 10.0.0.203 () {34 vars in 695 bytes} [Tue Jun 16 02:27:12 2026] POST /v2.0/security-group-rules => generated 597 bytes in 132 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1080/2093] 10.0.0.203 () {34 vars in 695 bytes} [Tue Jun 16 02:27:12 2026] POST /v2.0/security-group-rules => generated 596 bytes in 136 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1014/2094] 10.0.0.203 () {34 vars in 695 bytes} [Tue Jun 16 02:27:12 2026] POST /v2.0/security-group-rules => generated 602 bytes in 110 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1081/2095] 10.0.0.203 () {34 vars in 695 bytes} [Tue Jun 16 02:27:12 2026] POST /v2.0/security-group-rules => generated 601 bytes in 122 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1015/2096] 199.204.45.53 () {34 vars in 1079 bytes} [Tue Jun 16 02:27:12 2026] GET /v2.0/ports?tenant_id=c3760a45693b48f8a4bb572b058d9538&device_id=8019710f-6a33-43de-91ed-c3732f3f916c => generated 1463 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1016/2097] 199.204.45.53 () {34 vars in 1055 bytes} [Tue Jun 16 02:27:12 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.40&port_id=9ff0dd9e-85ec-4af3-8c73-0d11cfc74b8f => generated 19 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-16 02:27:12.571 7 INFO neutron.db.securitygroups_db [None req-b125f754-73ce-4915-a4af-573f47dd69ce cce18c3b578d4fc4ac405f247446b04a 3f54ff740be144ce93651adeaa572031 - - default default] Project 3f54ff740be144ce93651adeaa572031 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: 1017/2098] 199.204.45.53 () {34 vars in 1103 bytes} [Tue Jun 16 02:27:12 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A33a&port_id=9ff0dd9e-85ec-4af3-8c73-0d11cfc74b8f => 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: 1018/2099] 199.204.45.53 () {34 vars in 1063 bytes} [Tue Jun 16 02:27:12 2026] GET /v2.0/subnets?id=57c870a7-652b-41c0-b76b-a525c3a1a2f3&id=68f99653-0af8-40d2-b8eb-28b4b4338402 => generated 1410 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1082/2100] 10.0.0.203 () {34 vars in 695 bytes} [Tue Jun 16 02:27:12 2026] POST /v2.0/security-group-rules => generated 607 bytes in 144 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1019/2101] 199.204.45.53 () {34 vars in 1051 bytes} [Tue Jun 16 02:27:12 2026] GET /v2.0/ports?network_id=44c43b36-fdc9-4fe7-9df8-6f5b4d85016d&device_owner=network%3Adhcp => generated 1457 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-16 02:27:12.705 7 INFO neutron.db.securitygroups_db [None req-dea9fc7f-1e5b-442e-809b-d83861d4bb09 cce18c3b578d4fc4ac405f247446b04a 3f54ff740be144ce93651adeaa572031 - - default default] Project 3f54ff740be144ce93651adeaa572031 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: 1020/2102] 199.204.45.53 () {34 vars in 1051 bytes} [Tue Jun 16 02:27:12 2026] GET /v2.0/ports?network_id=44c43b36-fdc9-4fe7-9df8-6f5b4d85016d&device_owner=network%3Adhcp => generated 1457 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1021/2103] 199.204.45.53 () {34 vars in 1011 bytes} [Tue Jun 16 02:27:12 2026] GET /v2.0/networks/44c43b36-fdc9-4fe7-9df8-6f5b4d85016d?fields=segments => generated 14 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1083/2104] 10.0.0.203 () {34 vars in 695 bytes} [Tue Jun 16 02:27:12 2026] POST /v2.0/security-group-rules => generated 606 bytes in 118 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1022/2105] 199.204.45.53 () {34 vars in 1111 bytes} [Tue Jun 16 02:27:12 2026] GET /v2.0/networks/44c43b36-fdc9-4fe7-9df8-6f5b4d85016d?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: 1084/2106] 10.0.0.203 () {32 vars in 649 bytes} [Tue Jun 16 02:27:13 2026] GET /v2.0/networks => generated 1297 bytes in 255 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1023/2107] 10.0.0.17 () {34 vars in 1097 bytes} [Tue Jun 16 02:27:13 2026] GET /v2.0/security-groups?name=tempest-secgroup-smoke-861803017&fields=id&tenant_id=3f54ff740be144ce93651adeaa572031 => generated 69 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1085/2108] 10.0.0.17 () {34 vars in 981 bytes} [Tue Jun 16 02:27:13 2026] GET /v2.0/networks?id=699b9637-a824-4a9e-acf1-fe13254063d4 => generated 660 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1024/2109] 10.0.0.17 () {34 vars in 964 bytes} [Tue Jun 16 02:27:13 2026] GET /v2.0/quotas/3f54ff740be144ce93651adeaa572031 => generated 292 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1086/2110] 10.0.0.17 () {34 vars in 1001 bytes} [Tue Jun 16 02:27:13 2026] GET /v2.0/ports?tenant_id=3f54ff740be144ce93651adeaa572031&fields=id => generated 149 bytes in 102 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1025/2111] 10.0.0.17 () {34 vars in 1007 bytes} [Tue Jun 16 02:27:13 2026] GET /v2.0/networks/699b9637-a824-4a9e-acf1-fe13254063d4?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: 1087/2112] 10.0.0.17 () {34 vars in 1107 bytes} [Tue Jun 16 02:27:13 2026] GET /v2.0/networks/699b9637-a824-4a9e-acf1-fe13254063d4?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: 1026/2113] 10.0.0.17 () {34 vars in 989 bytes} [Tue Jun 16 02:27:14 2026] GET /v2.0/ports?device_id=318f352e-4d68-43e2-bfb3-3bf85be83994 => 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: 1088/2114] 10.0.0.242 () {32 vars in 802 bytes} [Tue Jun 16 02:27:14 2026] GET /v2.0/extensions => generated 21537 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1027/2115] 10.0.0.242 () {30 vars in 724 bytes} [Tue Jun 16 02:27:14 2026] GET /v2.0/quotas/b00f8cfe38184b36a458dde6003a7de0/details => generated 847 bytes in 127 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1090/2118] 10.0.0.17 () {34 vars in 989 bytes} [Tue Jun 16 02:27:15 2026] GET /v2.0/ports?device_id=318f352e-4d68-43e2-bfb3-3bf85be83994 => 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: 1091/2119] 10.0.0.17 () {34 vars in 989 bytes} [Tue Jun 16 02:27:15 2026] GET /v2.0/ports?device_id=8019710f-6a33-43de-91ed-c3732f3f916c => generated 1194 bytes in 111 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1029/2120] 10.0.0.203 () {34 vars in 676 bytes} [Tue Jun 16 02:27:15 2026] POST /v2.0/floatingips => generated 552 bytes in 704 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1092/2121] 10.0.0.17 () {34 vars in 1039 bytes} [Tue Jun 16 02:27:16 2026] GET /v2.0/security-groups?id=a3ec543c-2863-465d-94cf-1eb728130cab&fields=id&fields=name => generated 112 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1030/2122] 10.0.0.203 () {34 vars in 759 bytes} [Tue Jun 16 02:27:16 2026] PUT /v2.0/floatingips/659c0eec-1adf-47ef-a998-69dba1bcbfcb/tags => generated 25 bytes in 113 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1031/2123] 10.0.0.17 () {34 vars in 989 bytes} [Tue Jun 16 02:27:16 2026] GET /v2.0/ports?device_id=318f352e-4d68-43e2-bfb3-3bf85be83994 => 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: 1093/2124] 10.0.0.203 () {32 vars in 739 bytes} [Tue Jun 16 02:27:16 2026] GET /v2.0/floatingips/659c0eec-1adf-47ef-a998-69dba1bcbfcb/tags => generated 25 bytes in 92 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1032/2125] 10.0.0.203 () {34 vars in 770 bytes} [Tue Jun 16 02:27:16 2026] PUT /v2.0/floatingips/659c0eec-1adf-47ef-a998-69dba1bcbfcb/tags/green => generated 4 bytes in 75 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1094/2126] 10.0.0.203 () {32 vars in 739 bytes} [Tue Jun 16 02:27:16 2026] GET /v2.0/floatingips/659c0eec-1adf-47ef-a998-69dba1bcbfcb/tags => generated 34 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1033/2127] 10.0.0.203 () {34 vars in 766 bytes} [Tue Jun 16 02:27:16 2026] PUT /v2.0/floatingips/659c0eec-1adf-47ef-a998-69dba1bcbfcb/tags/red => generated 4 bytes in 50 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1095/2128] 10.0.0.203 () {32 vars in 739 bytes} [Tue Jun 16 02:27:16 2026] GET /v2.0/floatingips/659c0eec-1adf-47ef-a998-69dba1bcbfcb/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: 1034/2129] 10.0.0.203 () {34 vars in 788 bytes} [Tue Jun 16 02:27:16 2026] PUT /v2.0/floatingips/659c0eec-1adf-47ef-a998-69dba1bcbfcb/tags/black.or.white => generated 4 bytes in 96 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1096/2130] 10.0.0.203 () {32 vars in 739 bytes} [Tue Jun 16 02:27:16 2026] GET /v2.0/floatingips/659c0eec-1adf-47ef-a998-69dba1bcbfcb/tags => generated 52 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1035/2131] 10.0.0.203 () {34 vars in 759 bytes} [Tue Jun 16 02:27:16 2026] PUT /v2.0/floatingips/659c0eec-1adf-47ef-a998-69dba1bcbfcb/tags => generated 37 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1097/2132] 10.0.0.203 () {32 vars in 739 bytes} [Tue Jun 16 02:27:16 2026] GET /v2.0/floatingips/659c0eec-1adf-47ef-a998-69dba1bcbfcb/tags => generated 37 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1036/2133] 10.0.0.203 () {32 vars in 747 bytes} [Tue Jun 16 02:27:16 2026] GET /v2.0/floatingips/659c0eec-1adf-47ef-a998-69dba1bcbfcb/tags/red => generated 0 bytes in 42 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-16 02:27:16.817 7 INFO neutron.api.v2.resource [None req-1c057205-6623-462f-8d52-2af9b243f787 29706939bbd8470899b65a1d902deb45 09bad0debc2045dfbd4e659377df774d - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1098/2134] 10.0.0.203 () {32 vars in 751 bytes} [Tue Jun 16 02:27:16 2026] GET /v2.0/floatingips/659c0eec-1adf-47ef-a998-69dba1bcbfcb/tags/green => generated 99 bytes in 42 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1037/2135] 10.0.0.203 () {32 vars in 750 bytes} [Tue Jun 16 02:27:16 2026] DELETE /v2.0/floatingips/659c0eec-1adf-47ef-a998-69dba1bcbfcb/tags/red => generated 0 bytes in 62 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1099/2136] 10.0.0.203 () {32 vars in 739 bytes} [Tue Jun 16 02:27:16 2026] GET /v2.0/floatingips/659c0eec-1adf-47ef-a998-69dba1bcbfcb/tags => generated 30 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-16 02:27:17.012 8 INFO neutron.api.v2.resource [None req-0eec01e7-85c8-4aff-be18-44b2e7fb5a6c 29706939bbd8470899b65a1d902deb45 09bad0debc2045dfbd4e659377df774d - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1038/2137] 10.0.0.203 () {32 vars in 754 bytes} [Tue Jun 16 02:27:16 2026] DELETE /v2.0/floatingips/659c0eec-1adf-47ef-a998-69dba1bcbfcb/tags/green => generated 99 bytes in 70 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1039/2138] 10.0.0.17 () {34 vars in 989 bytes} [Tue Jun 16 02:27:17 2026] GET /v2.0/ports?device_id=318f352e-4d68-43e2-bfb3-3bf85be83994 => 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: 1100/2139] 10.0.0.203 () {32 vars in 742 bytes} [Tue Jun 16 02:27:17 2026] DELETE /v2.0/floatingips/659c0eec-1adf-47ef-a998-69dba1bcbfcb/tags => generated 0 bytes in 577 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1040/2140] 10.0.0.203 () {32 vars in 739 bytes} [Tue Jun 16 02:27:17 2026] GET /v2.0/floatingips/659c0eec-1adf-47ef-a998-69dba1bcbfcb/tags => generated 12 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-16 02:27:17.797 7 INFO neutron_taas.services.taas.taas_plugin [None req-68d63d99-dfce-4e51-9bcc-fbff97e61ad3 29706939bbd8470899b65a1d902deb45 09bad0debc2045dfbd4e659377df774d - - default default] TaaS: Handle Delete Port: a93367dc-e113-450e-b3e0-9f17449345e8 2026-06-16 02:27:17.801 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-68d63d99-dfce-4e51-9bcc-fbff97e61ad3 29706939bbd8470899b65a1d902deb45 09bad0debc2045dfbd4e659377df774d - - default default] Tap Mirror: Handle Delete Port: a93367dc-e113-450e-b3e0-9f17449345e8 [pid: 7|app: 0|req: 1101/2141] 10.0.0.203 () {32 vars in 732 bytes} [Tue Jun 16 02:27:17 2026] DELETE /v2.0/floatingips/659c0eec-1adf-47ef-a998-69dba1bcbfcb => generated 0 bytes in 342 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1041/2142] 10.0.0.203 () {32 vars in 774 bytes} [Tue Jun 16 02:27:17 2026] GET /v2.0/security-groups?tenant_id=b00f8cfe38184b36a458dde6003a7de0&name=default => generated 2925 bytes in 305 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1102/2143] 10.0.0.203 () {32 vars in 740 bytes} [Tue Jun 16 02:27:18 2026] DELETE /v2.0/security-groups/0edce7ec-5cab-4ad6-91c5-ff7ddd950660 => 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: 1042/2144] 10.0.0.17 () {34 vars in 989 bytes} [Tue Jun 16 02:27:18 2026] GET /v2.0/ports?device_id=318f352e-4d68-43e2-bfb3-3bf85be83994 => 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: 1103/2145] 10.0.0.203 () {32 vars in 774 bytes} [Tue Jun 16 02:27:18 2026] GET /v2.0/security-groups?tenant_id=c4efdf7545ca443aac6030bcf6f1cd51&name=default => generated 2925 bytes in 287 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1043/2146] 10.0.0.203 () {32 vars in 740 bytes} [Tue Jun 16 02:27:18 2026] DELETE /v2.0/security-groups/8d15259d-1032-4190-b5a7-bf7c52981038 => generated 0 bytes in 125 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1104/2147] 10.0.0.203 () {32 vars in 774 bytes} [Tue Jun 16 02:27:19 2026] GET /v2.0/security-groups?tenant_id=09bad0debc2045dfbd4e659377df774d&name=default => generated 2925 bytes in 138 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1044/2148] 10.0.0.203 () {32 vars in 740 bytes} [Tue Jun 16 02:27:19 2026] DELETE /v2.0/security-groups/ff714e3a-c7b4-4251-aee7-a7bd671ccbba => generated 0 bytes in 97 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1105/2149] 10.0.0.17 () {34 vars in 989 bytes} [Tue Jun 16 02:27:19 2026] GET /v2.0/ports?device_id=318f352e-4d68-43e2-bfb3-3bf85be83994 => 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: 1045/2150] 199.204.45.53 () {34 vars in 985 bytes} [Tue Jun 16 02:27:19 2026] GET /v2.0/networks?id=699b9637-a824-4a9e-acf1-fe13254063d4 => generated 660 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1106/2151] 199.204.45.53 () {34 vars in 1049 bytes} [Tue Jun 16 02:27:19 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=3f54ff740be144ce93651adeaa572031 => generated 272 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1046/2152] 199.204.45.53 () {38 vars in 954 bytes} [Tue Jun 16 02:27:19 2026] POST /v2.0/ports => generated 954 bytes in 440 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: 1047/2153] 10.0.0.17 () {34 vars in 989 bytes} [Tue Jun 16 02:27:20 2026] GET /v2.0/ports?device_id=318f352e-4d68-43e2-bfb3-3bf85be83994 => generated 969 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1107/2154] 199.204.45.53 () {38 vars in 1027 bytes} [Tue Jun 16 02:27:20 2026] PUT /v2.0/ports/b6158158-4b79-45b0-b581-d0e44e83f2a0 => generated 1235 bytes in 463 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1048/2155] 10.0.0.17 () {34 vars in 1039 bytes} [Tue Jun 16 02:27:20 2026] GET /v2.0/security-groups?id=82175013-d1d3-4ad6-ac46-8231951e777c&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-06-16 02:27:20.702 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-75aff5d9-8696-441c-970b-b99ba7d9888c'] response: {'name': 'network-changed', 'server_uuid': '318f352e-4d68-43e2-bfb3-3bf85be83994', 'tag': 'b6158158-4b79-45b0-b581-d0e44e83f2a0', '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: 1108/2156] 10.0.0.17 () {34 vars in 989 bytes} [Tue Jun 16 02:27:21 2026] GET /v2.0/ports?device_id=8019710f-6a33-43de-91ed-c3732f3f916c => generated 1196 bytes in 103 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1049/2157] 199.204.45.53 () {34 vars in 1079 bytes} [Tue Jun 16 02:27:21 2026] GET /v2.0/ports?tenant_id=3f54ff740be144ce93651adeaa572031&device_id=318f352e-4d68-43e2-bfb3-3bf85be83994 => generated 1238 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1109/2158] 10.0.0.17 () {34 vars in 1039 bytes} [Tue Jun 16 02:27:21 2026] GET /v2.0/security-groups?id=a3ec543c-2863-465d-94cf-1eb728130cab&fields=id&fields=name => generated 112 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1050/2159] 199.204.45.53 () {34 vars in 1017 bytes} [Tue Jun 16 02:27:21 2026] GET /v2.0/networks?tenant_id=3f54ff740be144ce93651adeaa572031&shared=False => generated 756 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1051/2160] 199.204.45.53 () {34 vars in 929 bytes} [Tue Jun 16 02:27:21 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1110/2161] 10.0.0.203 () {32 vars in 818 bytes} [Tue Jun 16 02:27:21 2026] GET /v2.0/ports?network_id=44c43b36-fdc9-4fe7-9df8-6f5b4d85016d&mac_address=fa%3A16%3A3e%3A2e%3A3a%3A65 => generated 1196 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1111/2162] 10.0.0.17 () {34 vars in 989 bytes} [Tue Jun 16 02:27:21 2026] GET /v2.0/ports?device_id=318f352e-4d68-43e2-bfb3-3bf85be83994 => generated 969 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1112/2163] 10.0.0.17 () {34 vars in 1039 bytes} [Tue Jun 16 02:27:21 2026] GET /v2.0/security-groups?id=82175013-d1d3-4ad6-ac46-8231951e777c&fields=id&fields=name => generated 113 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 02:27:22.225 8 INFO neutron.db.l3_db [None req-0313246d-4fc1-4e50-bf51-a23d2f99786c 5597bb821578414f8142f5b66a4108aa c3760a45693b48f8a4bb572b058d9538 - - default default] Floating IP 4ff80c41-e6bf-436f-bc48-1c1565b5ba91 associated. External IP: 10.96.250.206, port: 9ff0dd9e-85ec-4af3-8c73-0d11cfc74b8f. [pid: 7|app: 0|req: 1113/2164] 199.204.45.53 () {34 vars in 1079 bytes} [Tue Jun 16 02:27:22 2026] GET /v2.0/ports?tenant_id=3f54ff740be144ce93651adeaa572031&device_id=318f352e-4d68-43e2-bfb3-3bf85be83994 => generated 1238 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1114/2165] 199.204.45.53 () {34 vars in 1057 bytes} [Tue Jun 16 02:27:22 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.4&port_id=b6158158-4b79-45b0-b581-d0e44e83f2a0 => 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: 1115/2166] 199.204.45.53 () {34 vars in 983 bytes} [Tue Jun 16 02:27:22 2026] GET /v2.0/subnets?id=4f78bd04-b7d0-4b61-9a64-58207cb0e2c0 => 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: 1052/2167] 10.0.0.203 () {34 vars in 677 bytes} [Tue Jun 16 02:27:21 2026] POST /v2.0/floatingips => generated 854 bytes in 1153 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1116/2168] 199.204.45.53 () {34 vars in 1051 bytes} [Tue Jun 16 02:27:22 2026] GET /v2.0/ports?network_id=699b9637-a824-4a9e-acf1-fe13254063d4&device_owner=network%3Adhcp => generated 1244 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-16 02:27:22.585 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-7a960c91-0f6c-4a25-80ed-acfd41292368'] response: {'name': 'network-changed', 'server_uuid': '8019710f-6a33-43de-91ed-c3732f3f916c', 'tag': '9ff0dd9e-85ec-4af3-8c73-0d11cfc74b8f', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1053/2169] 199.204.45.53 () {34 vars in 1011 bytes} [Tue Jun 16 02:27:22 2026] GET /v2.0/networks/699b9637-a824-4a9e-acf1-fe13254063d4?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: 1117/2170] 199.204.45.53 () {34 vars in 1111 bytes} [Tue Jun 16 02:27:22 2026] GET /v2.0/networks/699b9637-a824-4a9e-acf1-fe13254063d4?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1054/2171] 10.0.0.17 () {34 vars in 1095 bytes} [Tue Jun 16 02:27:22 2026] GET /v2.0/security-groups?name=tempest-lb_member_SG-1139410884&fields=id&tenant_id=c3760a45693b48f8a4bb572b058d9538 => generated 69 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1118/2172] 10.0.0.17 () {34 vars in 981 bytes} [Tue Jun 16 02:27:22 2026] GET /v2.0/networks?id=866b29f9-d20d-4ad5-a6e8-1619f5597795 => generated 705 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1055/2173] 10.0.0.17 () {34 vars in 964 bytes} [Tue Jun 16 02:27:22 2026] GET /v2.0/quotas/c3760a45693b48f8a4bb572b058d9538 => generated 292 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1056/2174] 10.0.0.17 () {34 vars in 1001 bytes} [Tue Jun 16 02:27:22 2026] GET /v2.0/ports?tenant_id=c3760a45693b48f8a4bb572b058d9538&fields=id => generated 333 bytes in 161 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1057/2175] 10.0.0.17 () {34 vars in 989 bytes} [Tue Jun 16 02:27:22 2026] GET /v2.0/ports?device_id=318f352e-4d68-43e2-bfb3-3bf85be83994 => generated 969 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1058/2176] 10.0.0.17 () {34 vars in 1007 bytes} [Tue Jun 16 02:27:23 2026] GET /v2.0/networks/866b29f9-d20d-4ad5-a6e8-1619f5597795?fields=segments => generated 14 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-16 02:27:23.050 8 WARNING keystoneauth.session [req-66e497cf-852b-4038-a61f-7f7d08b52149 req-0cc17cc1-a413-4f3b-9624-44f98a8fa471 6a4319f02a0645329b7a06756869aabc d93897cedab843a78a14b2a0660207c5 - - 04a024b428c84a6cb9c51f74afa2d063 04a024b428c84a6cb9c51f74afa2d063] Failure: Unable to establish connection to http://keystone-api.openstack.svc.cluster.local:5000/v3/auth/tokens: ('Connection aborted.', RemoteDisconnected('Remote end closed connection without response')). Retrying in 0.5s. 3 retries left: keystoneauth1.exceptions.connection.ConnectFailure: Unable to establish connection to http://keystone-api.openstack.svc.cluster.local:5000/v3/auth/tokens: ('Connection aborted.', RemoteDisconnected('Remote end closed connection without response')) 2026-06-16 02:27:23.098 7 INFO neutron.db.segments_db [None req-66bacf21-7ac7-4171-a2b7-89229b759a79 468321f9ede74bd68e3390e2f3ad0ec0 98f39b9a990e4c9884ce4db2d01b644a - - default default] Added segment c039148b-e4c9-4cd1-a979-6b2802804312 of type vxlan for network 19fe036c-ea10-4bc3-8da1-9513bd8cf9b3 [pid: 7|app: 0|req: 1119/2177] 10.0.0.203 () {34 vars in 670 bytes} [Tue Jun 16 02:27:22 2026] POST /v2.0/networks => generated 612 bytes in 401 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1120/2178] 10.0.0.17 () {34 vars in 1039 bytes} [Tue Jun 16 02:27:23 2026] GET /v2.0/security-groups?id=82175013-d1d3-4ad6-ac46-8231951e777c&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: 1121/2179] 10.0.0.17 () {34 vars in 1107 bytes} [Tue Jun 16 02:27:23 2026] GET /v2.0/networks/866b29f9-d20d-4ad5-a6e8-1619f5597795?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1122/2180] 199.204.45.53 () {34 vars in 1079 bytes} [Tue Jun 16 02:27:23 2026] GET /v2.0/ports?tenant_id=c3760a45693b48f8a4bb572b058d9538&device_id=8019710f-6a33-43de-91ed-c3732f3f916c => generated 1465 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1123/2181] 10.0.0.203 () {34 vars in 664 bytes} [Tue Jun 16 02:27:23 2026] POST /v2.0/ports => generated 743 bytes in 356 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: 1059/2182] 10.0.0.203 () {34 vars in 678 bytes} [Tue Jun 16 02:27:23 2026] POST /v2.0/qos/policies => generated 359 bytes in 620 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1060/2183] 10.0.0.17 () {34 vars in 989 bytes} [Tue Jun 16 02:27:23 2026] GET /v2.0/ports?device_id=3de7e573-7e9a-4444-a3ff-7cc9abffb46f => generated 12 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1124/2184] 199.204.45.53 () {34 vars in 985 bytes} [Tue Jun 16 02:27:23 2026] GET /v2.0/networks?id=44c43b36-fdc9-4fe7-9df8-6f5b4d85016d => generated 801 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1125/2185] 10.0.0.203 () {34 vars in 753 bytes} [Tue Jun 16 02:27:23 2026] PUT /v2.0/policies/79dc34c2-e1db-433c-a83d-47d0ce86aaa3/tags => generated 25 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-16 02:27:23.804 8 INFO neutron.db.segments_db [None req-aedc8f5e-5e2c-422c-8074-0c788373eb37 468321f9ede74bd68e3390e2f3ad0ec0 98f39b9a990e4c9884ce4db2d01b644a - - default default] Added segment c36cc447-7ac9-412b-b98f-6d0a3d426f5d of type vxlan for network fae7c34e-4895-4139-8211-9d5867149143 [pid: 7|app: 0|req: 1126/2186] 199.204.45.53 () {34 vars in 1055 bytes} [Tue Jun 16 02:27:23 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.40&port_id=9ff0dd9e-85ec-4af3-8c73-0d11cfc74b8f => generated 859 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1127/2187] 10.0.0.203 () {32 vars in 733 bytes} [Tue Jun 16 02:27:23 2026] GET /v2.0/policies/79dc34c2-e1db-433c-a83d-47d0ce86aaa3/tags => generated 25 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1061/2188] 10.0.0.203 () {34 vars in 670 bytes} [Tue Jun 16 02:27:23 2026] POST /v2.0/networks => generated 612 bytes in 196 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1128/2189] 199.204.45.53 () {34 vars in 1103 bytes} [Tue Jun 16 02:27:23 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A33a&port_id=9ff0dd9e-85ec-4af3-8c73-0d11cfc74b8f => generated 19 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1062/2190] 10.0.0.203 () {34 vars in 764 bytes} [Tue Jun 16 02:27:23 2026] PUT /v2.0/policies/79dc34c2-e1db-433c-a83d-47d0ce86aaa3/tags/green => generated 4 bytes in 66 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1063/2191] 199.204.45.53 () {34 vars in 1063 bytes} [Tue Jun 16 02:27:23 2026] GET /v2.0/subnets?id=57c870a7-652b-41c0-b76b-a525c3a1a2f3&id=68f99653-0af8-40d2-b8eb-28b4b4338402 => generated 1410 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1064/2192] 10.0.0.203 () {32 vars in 733 bytes} [Tue Jun 16 02:27:24 2026] GET /v2.0/policies/79dc34c2-e1db-433c-a83d-47d0ce86aaa3/tags => generated 34 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1065/2193] 199.204.45.53 () {34 vars in 1051 bytes} [Tue Jun 16 02:27:24 2026] GET /v2.0/ports?network_id=44c43b36-fdc9-4fe7-9df8-6f5b4d85016d&device_owner=network%3Adhcp => generated 1457 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1066/2194] 10.0.0.203 () {34 vars in 760 bytes} [Tue Jun 16 02:27:24 2026] PUT /v2.0/policies/79dc34c2-e1db-433c-a83d-47d0ce86aaa3/tags/red => generated 4 bytes in 40 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1067/2195] 199.204.45.53 () {34 vars in 1051 bytes} [Tue Jun 16 02:27:24 2026] GET /v2.0/ports?network_id=44c43b36-fdc9-4fe7-9df8-6f5b4d85016d&device_owner=network%3Adhcp => generated 1457 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1068/2196] 10.0.0.203 () {32 vars in 733 bytes} [Tue Jun 16 02:27:24 2026] GET /v2.0/policies/79dc34c2-e1db-433c-a83d-47d0ce86aaa3/tags => generated 34 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1069/2197] 199.204.45.53 () {34 vars in 1011 bytes} [Tue Jun 16 02:27:24 2026] GET /v2.0/networks/44c43b36-fdc9-4fe7-9df8-6f5b4d85016d?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: 1129/2198] 10.0.0.203 () {34 vars in 664 bytes} [Tue Jun 16 02:27:23 2026] POST /v2.0/ports => generated 743 bytes in 333 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: 1070/2199] 10.0.0.203 () {34 vars in 782 bytes} [Tue Jun 16 02:27:24 2026] PUT /v2.0/policies/79dc34c2-e1db-433c-a83d-47d0ce86aaa3/tags/black.or.white => generated 4 bytes in 62 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) 2026-06-16 02:27:24.295 7 INFO neutron.db.segments_db [None req-f72a39cf-fca8-4980-9361-3dd0a9bd3603 468321f9ede74bd68e3390e2f3ad0ec0 98f39b9a990e4c9884ce4db2d01b644a - - default default] Added segment af8415d3-24f4-44a3-8e3a-a2f18faeb158 of type vxlan for network 8029854c-695d-42db-9ac7-616a6ce04d41 [pid: 8|app: 0|req: 1071/2200] 199.204.45.53 () {34 vars in 1111 bytes} [Tue Jun 16 02:27:24 2026] GET /v2.0/networks/44c43b36-fdc9-4fe7-9df8-6f5b4d85016d?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1072/2201] 10.0.0.17 () {34 vars in 989 bytes} [Tue Jun 16 02:27:24 2026] GET /v2.0/ports?device_id=318f352e-4d68-43e2-bfb3-3bf85be83994 => generated 969 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1130/2202] 10.0.0.203 () {34 vars in 670 bytes} [Tue Jun 16 02:27:24 2026] POST /v2.0/networks => generated 612 bytes in 133 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1073/2203] 10.0.0.203 () {32 vars in 733 bytes} [Tue Jun 16 02:27:24 2026] GET /v2.0/policies/79dc34c2-e1db-433c-a83d-47d0ce86aaa3/tags => generated 52 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1131/2204] 10.0.0.17 () {34 vars in 1039 bytes} [Tue Jun 16 02:27:24 2026] GET /v2.0/security-groups?id=82175013-d1d3-4ad6-ac46-8231951e777c&fields=id&fields=name => generated 113 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1132/2205] 10.0.0.203 () {34 vars in 753 bytes} [Tue Jun 16 02:27:24 2026] PUT /v2.0/policies/79dc34c2-e1db-433c-a83d-47d0ce86aaa3/tags => generated 37 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1133/2206] 10.0.0.203 () {32 vars in 733 bytes} [Tue Jun 16 02:27:24 2026] GET /v2.0/policies/79dc34c2-e1db-433c-a83d-47d0ce86aaa3/tags => generated 37 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1134/2207] 10.0.0.203 () {32 vars in 741 bytes} [Tue Jun 16 02:27:24 2026] GET /v2.0/policies/79dc34c2-e1db-433c-a83d-47d0ce86aaa3/tags/red => generated 0 bytes in 42 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-16 02:27:24.580 7 INFO neutron.api.v2.resource [None req-e74991ee-94f9-4cc2-93b8-e83fdcd40fa0 07f1e832ad974cde9b37a266221d0c50 1917ab10eac349fea7881e99809f49cf - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1135/2208] 10.0.0.203 () {32 vars in 745 bytes} [Tue Jun 16 02:27:24 2026] GET /v2.0/policies/79dc34c2-e1db-433c-a83d-47d0ce86aaa3/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: 1136/2209] 10.0.0.203 () {32 vars in 744 bytes} [Tue Jun 16 02:27:24 2026] DELETE /v2.0/policies/79dc34c2-e1db-433c-a83d-47d0ce86aaa3/tags/red => generated 0 bytes in 42 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1137/2210] 10.0.0.203 () {32 vars in 733 bytes} [Tue Jun 16 02:27:24 2026] GET /v2.0/policies/79dc34c2-e1db-433c-a83d-47d0ce86aaa3/tags => generated 30 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1074/2211] 10.0.0.203 () {34 vars in 664 bytes} [Tue Jun 16 02:27:24 2026] POST /v2.0/ports => generated 743 bytes in 290 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-06-16 02:27:24.710 7 INFO neutron.api.v2.resource [None req-725dbbf7-7843-46b2-a318-384b4381c192 07f1e832ad974cde9b37a266221d0c50 1917ab10eac349fea7881e99809f49cf - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1138/2212] 10.0.0.203 () {32 vars in 748 bytes} [Tue Jun 16 02:27:24 2026] DELETE /v2.0/policies/79dc34c2-e1db-433c-a83d-47d0ce86aaa3/tags/green => generated 99 bytes in 40 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) 2026-06-16 02:27:24.748 8 INFO neutron.db.segments_db [None req-23a9c1a2-1b3a-4897-922f-08da934e0cec 468321f9ede74bd68e3390e2f3ad0ec0 98f39b9a990e4c9884ce4db2d01b644a - - default default] Added segment f68687ef-ae70-4a97-9c18-2b288811e3f8 of type vxlan for network dcf284ba-f86f-4cac-9be1-04e304cbc111 [pid: 7|app: 0|req: 1139/2213] 10.0.0.203 () {32 vars in 736 bytes} [Tue Jun 16 02:27:24 2026] DELETE /v2.0/policies/79dc34c2-e1db-433c-a83d-47d0ce86aaa3/tags => generated 0 bytes in 45 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1140/2214] 10.0.0.203 () {32 vars in 733 bytes} [Tue Jun 16 02:27:24 2026] GET /v2.0/policies/79dc34c2-e1db-433c-a83d-47d0ce86aaa3/tags => generated 12 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1075/2215] 10.0.0.203 () {34 vars in 670 bytes} [Tue Jun 16 02:27:24 2026] POST /v2.0/networks => generated 612 bytes in 149 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1141/2216] 10.0.0.203 () {32 vars in 734 bytes} [Tue Jun 16 02:27:24 2026] DELETE /v2.0/qos/policies/79dc34c2-e1db-433c-a83d-47d0ce86aaa3 => generated 0 bytes in 48 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1076/2217] 10.0.0.203 () {34 vars in 664 bytes} [Tue Jun 16 02:27:24 2026] POST /v2.0/ports => generated 743 bytes in 301 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-16 02:27:25.219 7 INFO neutron.db.segments_db [None req-5216afe2-5673-43f1-92ff-25d8c3c754f0 468321f9ede74bd68e3390e2f3ad0ec0 98f39b9a990e4c9884ce4db2d01b644a - - default default] Added segment a6baf4fd-1d5e-4442-b2eb-1002bf6c19c9 of type vxlan for network 2707f199-871c-4ef7-8a03-07f0cbaa7e15 [pid: 7|app: 0|req: 1142/2218] 10.0.0.203 () {34 vars in 670 bytes} [Tue Jun 16 02:27:25 2026] POST /v2.0/networks => generated 613 bytes in 146 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1143/2219] 10.0.0.203 () {32 vars in 774 bytes} [Tue Jun 16 02:27:25 2026] GET /v2.0/security-groups?tenant_id=c23a14931e964ad4ad51f68165d32cfb&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: 1144/2220] 10.0.0.17 () {34 vars in 989 bytes} [Tue Jun 16 02:27:25 2026] GET /v2.0/ports?device_id=318f352e-4d68-43e2-bfb3-3bf85be83994 => generated 969 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1145/2221] 10.0.0.203 () {32 vars in 740 bytes} [Tue Jun 16 02:27:25 2026] DELETE /v2.0/security-groups/704f0ceb-cc46-48db-9464-1ecc43aed8ae => 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: 1146/2222] 10.0.0.17 () {34 vars in 1039 bytes} [Tue Jun 16 02:27:25 2026] GET /v2.0/security-groups?id=82175013-d1d3-4ad6-ac46-8231951e777c&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: 1077/2223] 10.0.0.203 () {34 vars in 664 bytes} [Tue Jun 16 02:27:25 2026] POST /v2.0/ports => generated 743 bytes in 727 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: 1078/2224] 10.0.0.203 () {34 vars in 747 bytes} [Tue Jun 16 02:27:26 2026] PUT /v2.0/ports/50aa8dcb-f81b-428b-815f-c637504b4800/tags => generated 17 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1147/2225] 10.0.0.203 () {32 vars in 774 bytes} [Tue Jun 16 02:27:25 2026] GET /v2.0/security-groups?tenant_id=1917ab10eac349fea7881e99809f49cf&name=default => generated 2925 bytes in 150 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1079/2226] 10.0.0.203 () {34 vars in 747 bytes} [Tue Jun 16 02:27:26 2026] PUT /v2.0/ports/e18e8cb6-8df7-4887-b91f-fceb5a5966f9/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: 7|app: 0|req: 1148/2227] 10.0.0.203 () {32 vars in 740 bytes} [Tue Jun 16 02:27:26 2026] DELETE /v2.0/security-groups/7deba9ab-138d-45c1-8544-7047493cab4a => generated 0 bytes in 105 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1080/2228] 10.0.0.203 () {34 vars in 747 bytes} [Tue Jun 16 02:27:26 2026] PUT /v2.0/ports/ae3d0ad3-5050-46ea-8a87-2ea212d615df/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: 1149/2229] 10.0.0.203 () {34 vars in 747 bytes} [Tue Jun 16 02:27:26 2026] PUT /v2.0/ports/be3b13be-1f15-46dc-a778-07594876a038/tags => generated 19 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1081/2230] 10.0.0.203 () {32 vars in 660 bytes} [Tue Jun 16 02:27:26 2026] GET /v2.0/ports?tags=red => generated 2253 bytes in 133 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: 1150/2231] 10.0.0.203 () {32 vars in 674 bytes} [Tue Jun 16 02:27:26 2026] GET /v2.0/ports?tags=red%2Cblue => generated 1513 bytes in 153 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1082/2232] 10.0.0.203 () {32 vars in 670 bytes} [Tue Jun 16 02:27:26 2026] GET /v2.0/ports?tags-any=blue => generated 1513 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1151/2233] 10.0.0.203 () {32 vars in 682 bytes} [Tue Jun 16 02:27:26 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: 8|app: 0|req: 1083/2234] 10.0.0.203 () {32 vars in 668 bytes} [Tue Jun 16 02:27:26 2026] GET /v2.0/ports?not-tags=red => generated 1488 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1152/2235] 10.0.0.203 () {32 vars in 682 bytes} [Tue Jun 16 02:27:26 2026] GET /v2.0/ports?not-tags=red%2Cblue => generated 2228 bytes in 141 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1153/2236] 10.0.0.203 () {32 vars in 678 bytes} [Tue Jun 16 02:27:26 2026] GET /v2.0/ports?not-tags-any=blue => generated 2228 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1084/2237] 10.0.0.17 () {34 vars in 989 bytes} [Tue Jun 16 02:27:26 2026] GET /v2.0/ports?device_id=318f352e-4d68-43e2-bfb3-3bf85be83994 => generated 971 bytes in 100 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1154/2238] 10.0.0.203 () {32 vars in 690 bytes} [Tue Jun 16 02:27:27 2026] GET /v2.0/ports?not-tags-any=red%2Cblue => generated 1488 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1085/2239] 10.0.0.17 () {34 vars in 1039 bytes} [Tue Jun 16 02:27:27 2026] GET /v2.0/security-groups?id=82175013-d1d3-4ad6-ac46-8231951e777c&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-06-16 02:27:27.237 7 INFO neutron_taas.services.taas.taas_plugin [None req-bfe5a260-b152-404b-9890-94cbc95f992a 468321f9ede74bd68e3390e2f3ad0ec0 98f39b9a990e4c9884ce4db2d01b644a - - default default] TaaS: Handle Delete Port: 50aa8dcb-f81b-428b-815f-c637504b4800 2026-06-16 02:27:27.240 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-bfe5a260-b152-404b-9890-94cbc95f992a 468321f9ede74bd68e3390e2f3ad0ec0 98f39b9a990e4c9884ce4db2d01b644a - - default default] Tap Mirror: Handle Delete Port: 50aa8dcb-f81b-428b-815f-c637504b4800 [pid: 7|app: 0|req: 1155/2240] 10.0.0.203 () {32 vars in 720 bytes} [Tue Jun 16 02:27:27 2026] DELETE /v2.0/ports/50aa8dcb-f81b-428b-815f-c637504b4800 => generated 0 bytes in 200 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-16 02:27:27.465 8 INFO neutron_taas.services.taas.taas_plugin [None req-b9f107dc-e2d5-4fa0-a7e4-da6bbad27fca 468321f9ede74bd68e3390e2f3ad0ec0 98f39b9a990e4c9884ce4db2d01b644a - - default default] TaaS: Handle Delete Port: e18e8cb6-8df7-4887-b91f-fceb5a5966f9 2026-06-16 02:27:27.468 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b9f107dc-e2d5-4fa0-a7e4-da6bbad27fca 468321f9ede74bd68e3390e2f3ad0ec0 98f39b9a990e4c9884ce4db2d01b644a - - default default] Tap Mirror: Handle Delete Port: e18e8cb6-8df7-4887-b91f-fceb5a5966f9 [pid: 8|app: 0|req: 1086/2241] 10.0.0.203 () {32 vars in 720 bytes} [Tue Jun 16 02:27:27 2026] DELETE /v2.0/ports/e18e8cb6-8df7-4887-b91f-fceb5a5966f9 => generated 0 bytes in 232 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-16 02:27:27.693 7 INFO neutron_taas.services.taas.taas_plugin [None req-196e62b2-9f51-46f9-8264-c5c37a591449 468321f9ede74bd68e3390e2f3ad0ec0 98f39b9a990e4c9884ce4db2d01b644a - - default default] TaaS: Handle Delete Port: ae3d0ad3-5050-46ea-8a87-2ea212d615df [pid: 8|app: 0|req: 1087/2242] 10.0.0.234 () {34 vars in 990 bytes} [Tue Jun 16 02:27:27 2026] GET /v2.0/ports?device_id=8019710f-6a33-43de-91ed-c3732f3f916c => generated 1465 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-16 02:27:27.697 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-196e62b2-9f51-46f9-8264-c5c37a591449 468321f9ede74bd68e3390e2f3ad0ec0 98f39b9a990e4c9884ce4db2d01b644a - - default default] Tap Mirror: Handle Delete Port: ae3d0ad3-5050-46ea-8a87-2ea212d615df [pid: 8|app: 0|req: 1088/2243] 199.204.45.53 () {34 vars in 985 bytes} [Tue Jun 16 02:27:27 2026] GET /v2.0/networks?id=866b29f9-d20d-4ad5-a6e8-1619f5597795 => generated 705 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1089/2244] 10.0.0.234 () {34 vars in 1040 bytes} [Tue Jun 16 02:27:27 2026] GET /v2.0/security-groups?id=a3ec543c-2863-465d-94cf-1eb728130cab&fields=id&fields=name => generated 112 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1156/2245] 10.0.0.203 () {32 vars in 720 bytes} [Tue Jun 16 02:27:27 2026] DELETE /v2.0/ports/ae3d0ad3-5050-46ea-8a87-2ea212d615df => generated 0 bytes in 235 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1090/2246] 199.204.45.53 () {34 vars in 1049 bytes} [Tue Jun 16 02:27:27 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=c3760a45693b48f8a4bb572b058d9538 => generated 179 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 02:27:27.965 7 INFO neutron_taas.services.taas.taas_plugin [None req-fbff805e-df30-4474-926c-c07a7a4ecc6c 468321f9ede74bd68e3390e2f3ad0ec0 98f39b9a990e4c9884ce4db2d01b644a - - default default] TaaS: Handle Delete Port: be3b13be-1f15-46dc-a778-07594876a038 2026-06-16 02:27:27.968 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-fbff805e-df30-4474-926c-c07a7a4ecc6c 468321f9ede74bd68e3390e2f3ad0ec0 98f39b9a990e4c9884ce4db2d01b644a - - default default] Tap Mirror: Handle Delete Port: be3b13be-1f15-46dc-a778-07594876a038 [pid: 7|app: 0|req: 1157/2247] 10.0.0.203 () {32 vars in 720 bytes} [Tue Jun 16 02:27:27 2026] DELETE /v2.0/ports/be3b13be-1f15-46dc-a778-07594876a038 => generated 0 bytes in 233 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-16 02:27:28.190 7 INFO neutron_taas.services.taas.taas_plugin [None req-344dc374-d837-4e0d-ae63-f3cf74660713 468321f9ede74bd68e3390e2f3ad0ec0 98f39b9a990e4c9884ce4db2d01b644a - - default default] TaaS: Handle Delete Port: f052d3b8-2fb2-4374-bfa4-333c87d678d3 2026-06-16 02:27:28.196 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-344dc374-d837-4e0d-ae63-f3cf74660713 468321f9ede74bd68e3390e2f3ad0ec0 98f39b9a990e4c9884ce4db2d01b644a - - default default] Tap Mirror: Handle Delete Port: f052d3b8-2fb2-4374-bfa4-333c87d678d3 [pid: 7|app: 0|req: 1158/2248] 10.0.0.203 () {32 vars in 720 bytes} [Tue Jun 16 02:27:28 2026] DELETE /v2.0/ports/f052d3b8-2fb2-4374-bfa4-333c87d678d3 => generated 0 bytes in 207 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1091/2249] 199.204.45.53 () {38 vars in 954 bytes} [Tue Jun 16 02:27:27 2026] POST /v2.0/ports => generated 1183 bytes in 526 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: 1159/2250] 10.0.0.17 () {34 vars in 989 bytes} [Tue Jun 16 02:27:28 2026] GET /v2.0/ports?device_id=318f352e-4d68-43e2-bfb3-3bf85be83994 => generated 971 bytes in 113 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 02:27:28.529 8 INFO neutron.services.segments.plugin [-] Segment c039148b-e4c9-4cd1-a979-6b2802804312 resource provider aggregate not found 2026-06-16 02:27:28.533 8 INFO neutron.services.segments.plugin [-] Segment c039148b-e4c9-4cd1-a979-6b2802804312 resource provider aggregate not found 2026-06-16 02:27:28.558 8 INFO neutron.services.segments.plugin [-] Segment c039148b-e4c9-4cd1-a979-6b2802804312 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c039148b-e4c9-4cd1-a979-6b2802804312 found for delete ", "request_id": "req-80b65c88-8326-4a1b-9fcd-8e68bebc8911"}]} 2026-06-16 02:27:28.558 8 INFO neutron.services.segments.plugin [-] Segment c039148b-e4c9-4cd1-a979-6b2802804312 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c039148b-e4c9-4cd1-a979-6b2802804312 found for delete ", "request_id": "req-e8059174-7da2-46e2-8711-a5a4ecaca92d"}]} [pid: 8|app: 0|req: 1092/2251] 10.0.0.203 () {32 vars in 726 bytes} [Tue Jun 16 02:27:28 2026] DELETE /v2.0/networks/19fe036c-ea10-4bc3-8da1-9513bd8cf9b3 => generated 0 bytes in 184 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1093/2252] 10.0.0.17 () {34 vars in 1039 bytes} [Tue Jun 16 02:27:28 2026] GET /v2.0/security-groups?id=82175013-d1d3-4ad6-ac46-8231951e777c&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: 1094/2253] 10.0.0.203 () {32 vars in 726 bytes} [Tue Jun 16 02:27:28 2026] DELETE /v2.0/networks/fae7c34e-4895-4139-8211-9d5867149143 => generated 0 bytes in 126 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1095/2254] 10.0.0.17 () {34 vars in 989 bytes} [Tue Jun 16 02:27:28 2026] GET /v2.0/ports?device_id=318f352e-4d68-43e2-bfb3-3bf85be83994 => 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: 1096/2255] 10.0.0.203 () {32 vars in 726 bytes} [Tue Jun 16 02:27:28 2026] DELETE /v2.0/networks/8029854c-695d-42db-9ac7-616a6ce04d41 => generated 0 bytes in 206 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1160/2256] 199.204.45.53 () {38 vars in 1027 bytes} [Tue Jun 16 02:27:28 2026] PUT /v2.0/ports/a9470438-ae58-46a0-8038-41a28f9ac956 => generated 1464 bytes in 592 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: 1097/2257] 10.0.0.17 () {34 vars in 1039 bytes} [Tue Jun 16 02:27:28 2026] GET /v2.0/security-groups?id=82175013-d1d3-4ad6-ac46-8231951e777c&fields=id&fields=name => generated 113 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 02:27:29.081 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-e4b9da52-4311-4e1b-b799-9f03837cf785'] response: {'name': 'network-changed', 'server_uuid': '3de7e573-7e9a-4444-a3ff-7cc9abffb46f', 'tag': 'a9470438-ae58-46a0-8038-41a28f9ac956', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1161/2258] 10.0.0.17 () {34 vars in 989 bytes} [Tue Jun 16 02:27:28 2026] GET /v2.0/ports?device_id=3de7e573-7e9a-4444-a3ff-7cc9abffb46f => generated 1198 bytes in 105 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1162/2259] 10.0.0.203 () {32 vars in 736 bytes} [Tue Jun 16 02:27:29 2026] GET /v2.0/ports?device_id=318f352e-4d68-43e2-bfb3-3bf85be83994 => generated 1240 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1163/2260] 10.0.0.17 () {34 vars in 1039 bytes} [Tue Jun 16 02:27:29 2026] GET /v2.0/security-groups?id=a3ec543c-2863-465d-94cf-1eb728130cab&fields=id&fields=name => generated 112 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1098/2261] 10.0.0.203 () {32 vars in 726 bytes} [Tue Jun 16 02:27:29 2026] DELETE /v2.0/networks/dcf284ba-f86f-4cac-9be1-04e304cbc111 => generated 0 bytes in 156 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1099/2262] 10.0.0.203 () {32 vars in 726 bytes} [Tue Jun 16 02:27:29 2026] DELETE /v2.0/networks/2707f199-871c-4ef7-8a03-07f0cbaa7e15 => generated 0 bytes in 161 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-16 02:27:29.543 7 INFO neutron.db.l3_db [None req-21103404-65c2-4260-8d22-8f2d87794a1e cce18c3b578d4fc4ac405f247446b04a 3f54ff740be144ce93651adeaa572031 - - default default] Floating IP 9f68c3ed-5b3f-401c-8aa3-7ce9b22c3293 associated. External IP: 10.96.250.210, port: b6158158-4b79-45b0-b581-d0e44e83f2a0. [pid: 8|app: 0|req: 1100/2263] 199.204.45.53 () {34 vars in 1079 bytes} [Tue Jun 16 02:27:29 2026] GET /v2.0/ports?tenant_id=c3760a45693b48f8a4bb572b058d9538&device_id=3de7e573-7e9a-4444-a3ff-7cc9abffb46f => generated 1467 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1103/2266] 199.204.45.53 () {34 vars in 1017 bytes} [Tue Jun 16 02:27:29 2026] GET /v2.0/networks?tenant_id=c3760a45693b48f8a4bb572b058d9538&shared=False => generated 2375 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1104/2267] 199.204.45.53 () {34 vars in 929 bytes} [Tue Jun 16 02:27:29 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1164/2268] 10.0.0.203 () {34 vars in 749 bytes} [Tue Jun 16 02:27:29 2026] PUT /v2.0/floatingips/9f68c3ed-5b3f-401c-8aa3-7ce9b22c3293 => generated 855 bytes in 754 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1165/2269] 10.0.0.203 () {32 vars in 729 bytes} [Tue Jun 16 02:27:29 2026] GET /v2.0/floatingips/9f68c3ed-5b3f-401c-8aa3-7ce9b22c3293 => generated 855 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 02:27:30.204 8 INFO neutron.db.segments_db [None req-c18e69f0-bb5f-4f26-b515-8ac64f231a79 8f6da7c214f54de0aabbec8609d2e587 836ebe71d146423cb734c94eb003af50 - - default default] Added segment 8d0ee7a3-82b7-4d64-b764-abd5d7515195 of type vxlan for network 0b326c54-4a52-4a5d-8e3b-da20f09c2e2c [pid: 8|app: 0|req: 1105/2270] 10.0.0.203 () {34 vars in 670 bytes} [Tue Jun 16 02:27:29 2026] POST /v2.0/networks => generated 612 bytes in 443 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-16 02:27:30.587 8 INFO neutron.services.segments.plugin [-] Segment c36cc447-7ac9-412b-b98f-6d0a3d426f5d resource provider aggregate not found 2026-06-16 02:27:30.595 8 INFO neutron.services.segments.plugin [-] Segment c36cc447-7ac9-412b-b98f-6d0a3d426f5d resource provider aggregate not found 2026-06-16 02:27:30.615 8 INFO neutron.services.segments.plugin [-] Segment c36cc447-7ac9-412b-b98f-6d0a3d426f5d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c36cc447-7ac9-412b-b98f-6d0a3d426f5d found for delete ", "request_id": "req-f59ff4d7-8277-4798-9903-bc23bc8f336e"}]} 2026-06-16 02:27:30.620 8 INFO neutron.services.segments.plugin [-] Segment c36cc447-7ac9-412b-b98f-6d0a3d426f5d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c36cc447-7ac9-412b-b98f-6d0a3d426f5d found for delete ", "request_id": "req-d1a75238-b1c0-4f39-b01c-644772ce1069"}]} 2026-06-16 02:27:30.638 8 INFO neutron.services.segments.plugin [-] Segment af8415d3-24f4-44a3-8e3a-a2f18faeb158 resource provider aggregate not found 2026-06-16 02:27:30.644 8 INFO neutron.services.segments.plugin [-] Segment af8415d3-24f4-44a3-8e3a-a2f18faeb158 resource provider aggregate not found 2026-06-16 02:27:30.661 8 INFO neutron.services.segments.plugin [-] Segment af8415d3-24f4-44a3-8e3a-a2f18faeb158 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid af8415d3-24f4-44a3-8e3a-a2f18faeb158 found for delete ", "request_id": "req-bf67937f-32d4-4ba9-8470-304bc8558273"}]} 2026-06-16 02:27:30.669 8 INFO neutron.services.segments.plugin [-] Segment af8415d3-24f4-44a3-8e3a-a2f18faeb158 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid af8415d3-24f4-44a3-8e3a-a2f18faeb158 found for delete ", "request_id": "req-025724d6-6a43-49e5-8d6c-cd0fc79e57ea"}]} 2026-06-16 02:27:30.681 8 INFO neutron.services.segments.plugin [-] Segment f68687ef-ae70-4a97-9c18-2b288811e3f8 resource provider aggregate not found 2026-06-16 02:27:30.690 8 INFO neutron.services.segments.plugin [-] Segment f68687ef-ae70-4a97-9c18-2b288811e3f8 resource provider aggregate not found [pid: 7|app: 0|req: 1166/2271] 10.0.0.203 () {34 vars in 664 bytes} [Tue Jun 16 02:27:30 2026] POST /v2.0/ports => generated 743 bytes in 417 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-16 02:27:30.707 8 INFO neutron.services.segments.plugin [-] Segment f68687ef-ae70-4a97-9c18-2b288811e3f8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f68687ef-ae70-4a97-9c18-2b288811e3f8 found for delete ", "request_id": "req-78359681-a623-4182-bc12-dfda3302bcea"}]} /var/lib/openstack/lib/python3.12/site-packages/pycadf/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-06-16 02:27:30.709 8 INFO neutron.services.segments.plugin [-] Segment f68687ef-ae70-4a97-9c18-2b288811e3f8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f68687ef-ae70-4a97-9c18-2b288811e3f8 found for delete ", "request_id": "req-fe5ceb8c-ac47-4484-ac90-d77149210243"}]} 2026-06-16 02:27:30.724 8 INFO neutron.services.segments.plugin [-] Segment a6baf4fd-1d5e-4442-b2eb-1002bf6c19c9 resource provider aggregate not found 2026-06-16 02:27:30.733 8 INFO neutron.services.segments.plugin [-] Segment a6baf4fd-1d5e-4442-b2eb-1002bf6c19c9 resource provider aggregate not found [pid: 8|app: 0|req: 1106/2272] 10.0.0.203 () {32 vars in 774 bytes} [Tue Jun 16 02:27:30 2026] GET /v2.0/security-groups?tenant_id=110e53e53faa4b8aaf55869a1589ca63&name=default => generated 2925 bytes in 430 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-16 02:27:30.747 8 INFO neutron.services.segments.plugin [-] Segment a6baf4fd-1d5e-4442-b2eb-1002bf6c19c9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a6baf4fd-1d5e-4442-b2eb-1002bf6c19c9 found for delete ", "request_id": "req-ddc1a85c-bca2-44c1-aef5-d6d2bbdfbba0"}]} 2026-06-16 02:27:30.749 8 INFO neutron.services.segments.plugin [-] Segment a6baf4fd-1d5e-4442-b2eb-1002bf6c19c9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a6baf4fd-1d5e-4442-b2eb-1002bf6c19c9 found for delete ", "request_id": "req-17488ef2-2134-414c-94a5-84252878cc97"}]} [pid: 8|app: 0|req: 1107/2273] 10.0.0.203 () {32 vars in 740 bytes} [Tue Jun 16 02:27:30 2026] DELETE /v2.0/security-groups/70035fb0-8d7b-4100-affb-aab430aad647 => generated 0 bytes in 114 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1108/2274] 199.204.45.53 () {34 vars in 1079 bytes} [Tue Jun 16 02:27:30 2026] GET /v2.0/ports?tenant_id=c3760a45693b48f8a4bb572b058d9538&device_id=3de7e573-7e9a-4444-a3ff-7cc9abffb46f => generated 1467 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1167/2275] 10.0.0.203 () {34 vars in 666 bytes} [Tue Jun 16 02:27:30 2026] POST /v2.0/trunks => generated 407 bytes in 233 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1109/2276] 199.204.45.53 () {34 vars in 1057 bytes} [Tue Jun 16 02:27:30 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.181&port_id=a9470438-ae58-46a0-8038-41a28f9ac956 => 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: 1110/2277] 199.204.45.53 () {34 vars in 1103 bytes} [Tue Jun 16 02:27:30 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A5b&port_id=a9470438-ae58-46a0-8038-41a28f9ac956 => 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: 1168/2278] 10.0.0.203 () {34 vars in 749 bytes} [Tue Jun 16 02:27:30 2026] PUT /v2.0/trunks/671b9b08-6cb8-4377-ab4f-538090e954c0/tags => generated 25 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1111/2279] 10.0.0.203 () {32 vars in 729 bytes} [Tue Jun 16 02:27:30 2026] GET /v2.0/floatingips/9f68c3ed-5b3f-401c-8aa3-7ce9b22c3293 => generated 855 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1112/2280] 199.204.45.53 () {34 vars in 1063 bytes} [Tue Jun 16 02:27:31 2026] GET /v2.0/subnets?id=3cfe8ecb-94a0-46ca-a04b-826b6ce0fcdc&id=ce03a607-3953-4543-aae9-1447283e0d54 => generated 1413 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1113/2281] 10.0.0.203 () {32 vars in 729 bytes} [Tue Jun 16 02:27:31 2026] GET /v2.0/trunks/671b9b08-6cb8-4377-ab4f-538090e954c0/tags => generated 25 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1114/2282] 199.204.45.53 () {34 vars in 1051 bytes} [Tue Jun 16 02:27:31 2026] GET /v2.0/ports?network_id=866b29f9-d20d-4ad5-a6e8-1619f5597795&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: 1115/2283] 10.0.0.203 () {34 vars in 760 bytes} [Tue Jun 16 02:27:31 2026] PUT /v2.0/trunks/671b9b08-6cb8-4377-ab4f-538090e954c0/tags/green => generated 4 bytes in 33 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1169/2284] 10.0.0.203 () {32 vars in 774 bytes} [Tue Jun 16 02:27:30 2026] GET /v2.0/security-groups?tenant_id=16dba8887ca34321979d4568a5500b51&name=default => generated 2925 bytes in 135 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-16 02:27:31.128 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-4dfffaf0-8116-4279-8dd5-43edb0dc4947'] response: {'name': 'network-changed', 'server_uuid': '318f352e-4d68-43e2-bfb3-3bf85be83994', 'tag': 'b6158158-4b79-45b0-b581-d0e44e83f2a0', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1170/2285] 10.0.0.203 () {32 vars in 729 bytes} [Tue Jun 16 02:27:31 2026] GET /v2.0/trunks/671b9b08-6cb8-4377-ab4f-538090e954c0/tags => generated 34 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1116/2286] 199.204.45.53 () {34 vars in 1051 bytes} [Tue Jun 16 02:27:31 2026] GET /v2.0/ports?network_id=866b29f9-d20d-4ad5-a6e8-1619f5597795&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: 1117/2287] 10.0.0.203 () {34 vars in 756 bytes} [Tue Jun 16 02:27:31 2026] PUT /v2.0/trunks/671b9b08-6cb8-4377-ab4f-538090e954c0/tags/red => generated 4 bytes in 19 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1118/2288] 199.204.45.53 () {34 vars in 1011 bytes} [Tue Jun 16 02:27:31 2026] GET /v2.0/networks/866b29f9-d20d-4ad5-a6e8-1619f5597795?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: 1119/2289] 10.0.0.203 () {32 vars in 729 bytes} [Tue Jun 16 02:27:31 2026] GET /v2.0/trunks/671b9b08-6cb8-4377-ab4f-538090e954c0/tags => generated 34 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1171/2290] 10.0.0.203 () {32 vars in 740 bytes} [Tue Jun 16 02:27:31 2026] DELETE /v2.0/security-groups/a4f8b903-a679-4469-ab19-291a14365bf7 => 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: 1120/2291] 199.204.45.53 () {34 vars in 1111 bytes} [Tue Jun 16 02:27:31 2026] GET /v2.0/networks/866b29f9-d20d-4ad5-a6e8-1619f5597795?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1172/2292] 10.0.0.203 () {34 vars in 778 bytes} [Tue Jun 16 02:27:31 2026] PUT /v2.0/trunks/671b9b08-6cb8-4377-ab4f-538090e954c0/tags/black.or.white => generated 4 bytes in 43 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1121/2293] 10.0.0.203 () {32 vars in 729 bytes} [Tue Jun 16 02:27:31 2026] GET /v2.0/trunks/671b9b08-6cb8-4377-ab4f-538090e954c0/tags => generated 52 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1173/2294] 10.0.0.203 () {34 vars in 749 bytes} [Tue Jun 16 02:27:31 2026] PUT /v2.0/trunks/671b9b08-6cb8-4377-ab4f-538090e954c0/tags => generated 37 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1122/2295] 10.0.0.203 () {32 vars in 729 bytes} [Tue Jun 16 02:27:31 2026] GET /v2.0/trunks/671b9b08-6cb8-4377-ab4f-538090e954c0/tags => generated 37 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1174/2296] 10.0.0.203 () {32 vars in 737 bytes} [Tue Jun 16 02:27:31 2026] GET /v2.0/trunks/671b9b08-6cb8-4377-ab4f-538090e954c0/tags/red => generated 0 bytes in 19 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-16 02:27:31.435 8 INFO neutron.api.v2.resource [None req-8fcd9144-b325-4c02-bb61-3c3d3274b2f8 8f6da7c214f54de0aabbec8609d2e587 836ebe71d146423cb734c94eb003af50 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1123/2297] 10.0.0.203 () {32 vars in 741 bytes} [Tue Jun 16 02:27:31 2026] GET /v2.0/trunks/671b9b08-6cb8-4377-ab4f-538090e954c0/tags/green => generated 99 bytes in 22 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1124/2298] 10.0.0.203 () {32 vars in 740 bytes} [Tue Jun 16 02:27:31 2026] DELETE /v2.0/trunks/671b9b08-6cb8-4377-ab4f-538090e954c0/tags/red => generated 0 bytes in 33 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1175/2299] 10.0.0.203 () {32 vars in 774 bytes} [Tue Jun 16 02:27:31 2026] GET /v2.0/security-groups?tenant_id=98f39b9a990e4c9884ce4db2d01b644a&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: 1125/2300] 10.0.0.203 () {32 vars in 729 bytes} [Tue Jun 16 02:27:31 2026] GET /v2.0/trunks/671b9b08-6cb8-4377-ab4f-538090e954c0/tags => generated 30 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-16 02:27:31.544 8 INFO neutron.api.v2.resource [None req-9b862941-4b2c-4d52-bf01-3a4d2934ce10 8f6da7c214f54de0aabbec8609d2e587 836ebe71d146423cb734c94eb003af50 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1126/2301] 10.0.0.203 () {32 vars in 744 bytes} [Tue Jun 16 02:27:31 2026] DELETE /v2.0/trunks/671b9b08-6cb8-4377-ab4f-538090e954c0/tags/green => generated 99 bytes in 31 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1176/2302] 10.0.0.203 () {32 vars in 740 bytes} [Tue Jun 16 02:27:31 2026] DELETE /v2.0/security-groups/1c06e5af-ac1a-4a7a-838b-86e55fbef071 => generated 0 bytes in 99 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1127/2303] 10.0.0.203 () {32 vars in 732 bytes} [Tue Jun 16 02:27:31 2026] DELETE /v2.0/trunks/671b9b08-6cb8-4377-ab4f-538090e954c0/tags => generated 0 bytes in 38 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1177/2304] 10.0.0.203 () {32 vars in 729 bytes} [Tue Jun 16 02:27:31 2026] GET /v2.0/trunks/671b9b08-6cb8-4377-ab4f-538090e954c0/tags => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1128/2305] 10.0.0.203 () {32 vars in 719 bytes} [Tue Jun 16 02:27:31 2026] GET /v2.0/trunks/671b9b08-6cb8-4377-ab4f-538090e954c0 => generated 407 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1178/2306] 199.204.45.53 () {34 vars in 1079 bytes} [Tue Jun 16 02:27:31 2026] GET /v2.0/ports?tenant_id=3f54ff740be144ce93651adeaa572031&device_id=318f352e-4d68-43e2-bfb3-3bf85be83994 => generated 1240 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1179/2307] 199.204.45.53 () {34 vars in 985 bytes} [Tue Jun 16 02:27:31 2026] GET /v2.0/networks?id=699b9637-a824-4a9e-acf1-fe13254063d4 => generated 756 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1129/2308] 10.0.0.203 () {32 vars in 717 bytes} [Tue Jun 16 02:27:31 2026] GET /v2.0/ports/487fd957-c35d-4ab0-b49c-3250537ff0bc => generated 826 bytes in 97 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1180/2309] 199.204.45.53 () {34 vars in 1057 bytes} [Tue Jun 16 02:27:31 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.4&port_id=b6158158-4b79-45b0-b581-d0e44e83f2a0 => generated 860 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1181/2310] 199.204.45.53 () {34 vars in 983 bytes} [Tue Jun 16 02:27:31 2026] GET /v2.0/subnets?id=4f78bd04-b7d0-4b61-9a64-58207cb0e2c0 => generated 677 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1130/2311] 10.0.0.203 () {32 vars in 722 bytes} [Tue Jun 16 02:27:31 2026] DELETE /v2.0/trunks/671b9b08-6cb8-4377-ab4f-538090e954c0 => 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: 1182/2312] 199.204.45.53 () {34 vars in 1051 bytes} [Tue Jun 16 02:27:31 2026] GET /v2.0/ports?network_id=699b9637-a824-4a9e-acf1-fe13254063d4&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: 1183/2313] 199.204.45.53 () {34 vars in 1011 bytes} [Tue Jun 16 02:27:31 2026] GET /v2.0/networks/699b9637-a824-4a9e-acf1-fe13254063d4?fields=segments => generated 14 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-16 02:27:31.909 8 INFO neutron_taas.services.taas.taas_plugin [None req-35286a49-ee14-4060-a6e1-76d3e2ba6275 8f6da7c214f54de0aabbec8609d2e587 836ebe71d146423cb734c94eb003af50 - - default default] TaaS: Handle Delete Port: 487fd957-c35d-4ab0-b49c-3250537ff0bc 2026-06-16 02:27:31.913 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-35286a49-ee14-4060-a6e1-76d3e2ba6275 8f6da7c214f54de0aabbec8609d2e587 836ebe71d146423cb734c94eb003af50 - - default default] Tap Mirror: Handle Delete Port: 487fd957-c35d-4ab0-b49c-3250537ff0bc [pid: 7|app: 0|req: 1184/2314] 199.204.45.53 () {34 vars in 1111 bytes} [Tue Jun 16 02:27:31 2026] GET /v2.0/networks/699b9637-a824-4a9e-acf1-fe13254063d4?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1131/2315] 10.0.0.203 () {32 vars in 720 bytes} [Tue Jun 16 02:27:31 2026] DELETE /v2.0/ports/487fd957-c35d-4ab0-b49c-3250537ff0bc => 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: 1132/2316] 10.0.0.203 () {32 vars in 729 bytes} [Tue Jun 16 02:27:32 2026] GET /v2.0/floatingips/9f68c3ed-5b3f-401c-8aa3-7ce9b22c3293 => generated 857 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 02:27:32.114 7 INFO neutron.services.segments.plugin [-] Segment 8d0ee7a3-82b7-4d64-b764-abd5d7515195 resource provider aggregate not found 2026-06-16 02:27:32.121 7 INFO neutron.services.segments.plugin [-] Segment 8d0ee7a3-82b7-4d64-b764-abd5d7515195 resource provider aggregate not found 2026-06-16 02:27:32.132 7 INFO neutron.services.segments.plugin [-] Segment 8d0ee7a3-82b7-4d64-b764-abd5d7515195 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8d0ee7a3-82b7-4d64-b764-abd5d7515195 found for delete ", "request_id": "req-18a059d0-a21b-4bea-9b32-0a8ea3fdf05a"}]} 2026-06-16 02:27:32.143 7 INFO neutron.services.segments.plugin [-] Segment 8d0ee7a3-82b7-4d64-b764-abd5d7515195 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8d0ee7a3-82b7-4d64-b764-abd5d7515195 found for delete ", "request_id": "req-34b0adb1-512d-464c-8113-19fcf102627e"}]} [pid: 7|app: 0|req: 1185/2317] 10.0.0.203 () {32 vars in 726 bytes} [Tue Jun 16 02:27:32 2026] DELETE /v2.0/networks/0b326c54-4a52-4a5d-8e3b-da20f09c2e2c => 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: 1133/2318] 10.0.0.203 () {32 vars in 774 bytes} [Tue Jun 16 02:27:32 2026] GET /v2.0/security-groups?tenant_id=836ebe71d146423cb734c94eb003af50&name=default => generated 2925 bytes in 187 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1186/2319] 10.0.0.203 () {32 vars in 740 bytes} [Tue Jun 16 02:27:33 2026] DELETE /v2.0/security-groups/1a98c679-1c22-4196-b9e1-14b3d2fce884 => generated 0 bytes in 112 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1134/2320] 10.0.0.203 () {32 vars in 774 bytes} [Tue Jun 16 02:27:33 2026] GET /v2.0/security-groups?tenant_id=5b4b3d59d4bd4506a9d8e5af4712111e&name=default => generated 2925 bytes in 146 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1187/2321] 10.0.0.203 () {32 vars in 740 bytes} [Tue Jun 16 02:27:33 2026] DELETE /v2.0/security-groups/d881446a-8921-4aa7-9577-3b056bf1283e => generated 0 bytes in 90 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1135/2322] 10.0.0.17 () {34 vars in 989 bytes} [Tue Jun 16 02:27:34 2026] GET /v2.0/ports?device_id=3de7e573-7e9a-4444-a3ff-7cc9abffb46f => generated 1200 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1188/2323] 10.0.0.17 () {34 vars in 1039 bytes} [Tue Jun 16 02:27:34 2026] GET /v2.0/security-groups?id=a3ec543c-2863-465d-94cf-1eb728130cab&fields=id&fields=name => generated 112 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 02:27:36.375 8 INFO neutron.db.segments_db [None req-395b7f90-5c83-4e3d-82d3-c83086ec2161 9cbc645b91f84b849074ef05c22ba672 dddf708e34a84d70bf55ee327feaae77 - - default default] Added segment 375a9d5b-ab8c-4b1e-8021-ea6c988d2e77 of type vxlan for network 5aa4bf4e-905d-4158-856a-f179bc1cddd0 [pid: 8|app: 0|req: 1136/2324] 10.0.0.203 () {34 vars in 670 bytes} [Tue Jun 16 02:27:36 2026] POST /v2.0/networks => generated 613 bytes in 361 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1189/2325] 10.0.0.203 () {34 vars in 664 bytes} [Tue Jun 16 02:27:36 2026] POST /v2.0/ports => generated 743 bytes in 348 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1137/2326] 10.0.0.203 () {34 vars in 666 bytes} [Tue Jun 16 02:27:36 2026] POST /v2.0/trunks => generated 407 bytes in 247 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-06-16 02:27:37.111 7 INFO neutron.db.segments_db [None req-ce0cf95e-0715-41fb-bef9-d55114abbc67 9cbc645b91f84b849074ef05c22ba672 dddf708e34a84d70bf55ee327feaae77 - - default default] Added segment f0a1ecd7-721f-476e-bb01-d093e9f25f2d of type vxlan for network 76246008-c384-4eb7-b6b2-e67b8f83a544 [pid: 7|app: 0|req: 1190/2327] 10.0.0.203 () {34 vars in 670 bytes} [Tue Jun 16 02:27:37 2026] POST /v2.0/networks => generated 612 bytes in 143 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1138/2328] 10.0.0.203 () {34 vars in 664 bytes} [Tue Jun 16 02:27:37 2026] POST /v2.0/ports => generated 743 bytes in 358 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1191/2329] 10.0.0.203 () {34 vars in 666 bytes} [Tue Jun 16 02:27:37 2026] POST /v2.0/trunks => generated 407 bytes in 148 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/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-06-16 02:27:37.785 8 INFO neutron.db.segments_db [None req-b4b669ff-cdec-4ecd-b234-2413cbf9ac1a 9cbc645b91f84b849074ef05c22ba672 dddf708e34a84d70bf55ee327feaae77 - - default default] Added segment 5c6be93b-ea98-4483-a668-12967119408e of type vxlan for network 40830712-5d71-4223-bd86-aab1594e0f57 [pid: 8|app: 0|req: 1139/2330] 10.0.0.203 () {34 vars in 670 bytes} [Tue Jun 16 02:27:37 2026] POST /v2.0/networks => generated 612 bytes in 155 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1192/2331] 10.0.0.203 () {34 vars in 664 bytes} [Tue Jun 16 02:27:37 2026] POST /v2.0/ports => generated 743 bytes in 319 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1140/2332] 10.0.0.203 () {34 vars in 666 bytes} [Tue Jun 16 02:27:38 2026] POST /v2.0/trunks => generated 407 bytes in 172 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-16 02:27:38.455 7 INFO neutron.db.segments_db [None req-fbaf548b-4895-4d0c-8948-509c2e0391ae 9cbc645b91f84b849074ef05c22ba672 dddf708e34a84d70bf55ee327feaae77 - - default default] Added segment 073b04c7-ec88-4b72-81bb-49ef167464c5 of type vxlan for network 29507bf4-f609-4624-b8b5-c5cc1f786f39 [pid: 7|app: 0|req: 1193/2333] 10.0.0.203 () {34 vars in 670 bytes} [Tue Jun 16 02:27:38 2026] POST /v2.0/networks => generated 612 bytes in 212 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1141/2334] 10.0.0.203 () {34 vars in 664 bytes} [Tue Jun 16 02:27:38 2026] POST /v2.0/ports => generated 743 bytes in 365 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1194/2335] 10.0.0.203 () {34 vars in 666 bytes} [Tue Jun 16 02:27:38 2026] POST /v2.0/trunks => generated 407 bytes in 200 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-06-16 02:27:39.272 8 INFO neutron.db.segments_db [None req-65d21b57-74ce-4403-97d7-dae83d0dbef5 9cbc645b91f84b849074ef05c22ba672 dddf708e34a84d70bf55ee327feaae77 - - default default] Added segment 9c0aec11-3262-4d8f-855e-2c375cb9e1e5 of type vxlan for network 87c88ba9-2178-4114-add3-d7c6548bc3f4 [pid: 8|app: 0|req: 1142/2336] 10.0.0.203 () {34 vars in 670 bytes} [Tue Jun 16 02:27:39 2026] POST /v2.0/networks => generated 612 bytes in 193 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1143/2337] 10.0.0.17 () {34 vars in 989 bytes} [Tue Jun 16 02:27:39 2026] GET /v2.0/ports?device_id=3de7e573-7e9a-4444-a3ff-7cc9abffb46f => generated 1200 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1144/2338] 10.0.0.17 () {34 vars in 1039 bytes} [Tue Jun 16 02:27:39 2026] GET /v2.0/security-groups?id=a3ec543c-2863-465d-94cf-1eb728130cab&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: 8|app: 0|req: 1145/2339] 10.0.0.203 () {32 vars in 818 bytes} [Tue Jun 16 02:27:39 2026] GET /v2.0/ports?network_id=866b29f9-d20d-4ad5-a6e8-1619f5597795&mac_address=fa%3A16%3A3e%3A82%3A0f%3A0b => generated 1200 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1146/2340] 10.0.0.234 () {34 vars in 990 bytes} [Tue Jun 16 02:27:39 2026] GET /v2.0/ports?device_id=318f352e-4d68-43e2-bfb3-3bf85be83994 => generated 1240 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1195/2341] 10.0.0.203 () {34 vars in 664 bytes} [Tue Jun 16 02:27:39 2026] POST /v2.0/ports => generated 743 bytes in 342 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1196/2342] 10.0.0.234 () {34 vars in 1040 bytes} [Tue Jun 16 02:27:39 2026] GET /v2.0/security-groups?id=82175013-d1d3-4ad6-ac46-8231951e777c&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: 1197/2343] 10.0.0.203 () {34 vars in 666 bytes} [Tue Jun 16 02:27:39 2026] POST /v2.0/trunks => generated 407 bytes in 159 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1198/2344] 10.0.0.203 () {34 vars in 749 bytes} [Tue Jun 16 02:27:39 2026] PUT /v2.0/trunks/757acdf1-e404-406f-9d50-84888264cc28/tags => generated 17 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1199/2345] 10.0.0.203 () {34 vars in 749 bytes} [Tue Jun 16 02:27:39 2026] PUT /v2.0/trunks/b4552401-47a7-4d02-884e-884c8d1ad284/tags => generated 25 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1200/2346] 10.0.0.203 () {34 vars in 749 bytes} [Tue Jun 16 02:27:39 2026] PUT /v2.0/trunks/12476f36-3980-45ed-91da-d94430c35cf1/tags => generated 34 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1201/2347] 10.0.0.203 () {34 vars in 749 bytes} [Tue Jun 16 02:27:40 2026] PUT /v2.0/trunks/81ead320-7212-4eb6-8278-a543eb7553fe/tags => generated 19 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1202/2348] 10.0.0.203 () {32 vars in 662 bytes} [Tue Jun 16 02:27:40 2026] GET /v2.0/trunks?tags=red => generated 1246 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1203/2349] 10.0.0.203 () {32 vars in 676 bytes} [Tue Jun 16 02:27:40 2026] GET /v2.0/trunks?tags=red%2Cblue => generated 843 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1204/2350] 10.0.0.203 () {32 vars in 672 bytes} [Tue Jun 16 02:27:40 2026] GET /v2.0/trunks?tags-any=blue => generated 843 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1205/2351] 10.0.0.203 () {32 vars in 684 bytes} [Tue Jun 16 02:27:40 2026] GET /v2.0/trunks?tags-any=red%2Cblue => generated 1246 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1206/2352] 10.0.0.203 () {32 vars in 670 bytes} [Tue Jun 16 02:27:40 2026] GET /v2.0/trunks?not-tags=red => generated 815 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1207/2353] 10.0.0.203 () {32 vars in 684 bytes} [Tue Jun 16 02:27:40 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: 1208/2354] 10.0.0.203 () {32 vars in 680 bytes} [Tue Jun 16 02:27:40 2026] GET /v2.0/trunks?not-tags-any=blue => generated 1218 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1209/2355] 10.0.0.203 () {32 vars in 692 bytes} [Tue Jun 16 02:27:40 2026] GET /v2.0/trunks?not-tags-any=red%2Cblue => generated 815 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1210/2356] 10.0.0.203 () {32 vars in 719 bytes} [Tue Jun 16 02:27:40 2026] GET /v2.0/trunks/757acdf1-e404-406f-9d50-84888264cc28 => generated 412 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1211/2357] 10.0.0.203 () {32 vars in 717 bytes} [Tue Jun 16 02:27:40 2026] GET /v2.0/ports/13c086af-b02d-4d83-870a-a6a528ed3b06 => generated 826 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 02:27:40.376 8 INFO neutron.db.l3_db [None req-85164a2c-9da9-46b9-8413-078eb6cd0b30 5597bb821578414f8142f5b66a4108aa c3760a45693b48f8a4bb572b058d9538 - - default default] Floating IP 8def4fb7-b343-45d3-9fd0-c8a7c06005eb associated. External IP: 10.96.250.205, port: a9470438-ae58-46a0-8038-41a28f9ac956. [pid: 7|app: 0|req: 1212/2358] 10.0.0.203 () {32 vars in 722 bytes} [Tue Jun 16 02:27:40 2026] DELETE /v2.0/trunks/757acdf1-e404-406f-9d50-84888264cc28 => generated 0 bytes in 63 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1213/2359] 10.0.0.203 () {32 vars in 719 bytes} [Tue Jun 16 02:27:40 2026] GET /v2.0/trunks/b4552401-47a7-4d02-884e-884c8d1ad284 => generated 420 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1214/2360] 10.0.0.203 () {32 vars in 717 bytes} [Tue Jun 16 02:27:40 2026] GET /v2.0/ports/510ff788-b034-4792-b901-d3e7dd58517c => generated 826 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1215/2361] 10.0.0.203 () {32 vars in 722 bytes} [Tue Jun 16 02:27:40 2026] DELETE /v2.0/trunks/b4552401-47a7-4d02-884e-884c8d1ad284 => 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: 1216/2362] 10.0.0.203 () {32 vars in 719 bytes} [Tue Jun 16 02:27:40 2026] GET /v2.0/trunks/12476f36-3980-45ed-91da-d94430c35cf1 => generated 429 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1217/2363] 10.0.0.203 () {32 vars in 717 bytes} [Tue Jun 16 02:27:40 2026] GET /v2.0/ports/0d8ba456-3c5d-4b3d-a78e-18207bd34b37 => generated 826 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1147/2364] 10.0.0.203 () {34 vars in 677 bytes} [Tue Jun 16 02:27:39 2026] POST /v2.0/floatingips => generated 855 bytes in 1015 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1218/2365] 10.0.0.203 () {32 vars in 722 bytes} [Tue Jun 16 02:27:40 2026] DELETE /v2.0/trunks/12476f36-3980-45ed-91da-d94430c35cf1 => generated 0 bytes in 68 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1148/2366] 10.0.0.203 () {32 vars in 719 bytes} [Tue Jun 16 02:27:40 2026] GET /v2.0/trunks/81ead320-7212-4eb6-8278-a543eb7553fe => generated 414 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 02:27:40.732 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-df0f6d98-2dea-4647-8c25-df05b62168d8'] response: {'name': 'network-changed', 'server_uuid': '3de7e573-7e9a-4444-a3ff-7cc9abffb46f', 'tag': 'a9470438-ae58-46a0-8038-41a28f9ac956', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1219/2367] 10.0.0.203 () {32 vars in 717 bytes} [Tue Jun 16 02:27:40 2026] GET /v2.0/ports/77fe6cb9-6c12-4a87-b8c0-a85fa3d610a3 => generated 826 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1149/2368] 10.0.0.203 () {32 vars in 722 bytes} [Tue Jun 16 02:27:40 2026] DELETE /v2.0/trunks/81ead320-7212-4eb6-8278-a543eb7553fe => 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: 1220/2369] 10.0.0.203 () {32 vars in 719 bytes} [Tue Jun 16 02:27:40 2026] GET /v2.0/trunks/da1b22da-2747-454a-9cea-84c9106a5efc => generated 407 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1150/2370] 10.0.0.203 () {32 vars in 717 bytes} [Tue Jun 16 02:27:40 2026] GET /v2.0/ports/4948ad51-7fe0-4cbd-9852-5841df39c851 => generated 826 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1221/2371] 10.0.0.203 () {32 vars in 722 bytes} [Tue Jun 16 02:27:40 2026] DELETE /v2.0/trunks/da1b22da-2747-454a-9cea-84c9106a5efc => generated 0 bytes in 69 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-16 02:27:41.182 8 INFO neutron_taas.services.taas.taas_plugin [None req-e0089937-885f-4cd6-b958-8758c8eca30d 9cbc645b91f84b849074ef05c22ba672 dddf708e34a84d70bf55ee327feaae77 - - default default] TaaS: Handle Delete Port: 13c086af-b02d-4d83-870a-a6a528ed3b06 2026-06-16 02:27:41.186 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e0089937-885f-4cd6-b958-8758c8eca30d 9cbc645b91f84b849074ef05c22ba672 dddf708e34a84d70bf55ee327feaae77 - - default default] Tap Mirror: Handle Delete Port: 13c086af-b02d-4d83-870a-a6a528ed3b06 [pid: 8|app: 0|req: 1151/2372] 10.0.0.203 () {32 vars in 720 bytes} [Tue Jun 16 02:27:41 2026] DELETE /v2.0/ports/13c086af-b02d-4d83-870a-a6a528ed3b06 => 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: 1222/2373] 199.204.45.53 () {34 vars in 1079 bytes} [Tue Jun 16 02:27:41 2026] GET /v2.0/ports?tenant_id=c3760a45693b48f8a4bb572b058d9538&device_id=3de7e573-7e9a-4444-a3ff-7cc9abffb46f => generated 1469 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1223/2374] 199.204.45.53 () {34 vars in 985 bytes} [Tue Jun 16 02:27:41 2026] GET /v2.0/networks?id=866b29f9-d20d-4ad5-a6e8-1619f5597795 => generated 801 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 02:27:41.363 8 INFO neutron_taas.services.taas.taas_plugin [None req-d1749185-4775-479c-a5b2-437943c720a3 9cbc645b91f84b849074ef05c22ba672 dddf708e34a84d70bf55ee327feaae77 - - default default] TaaS: Handle Delete Port: 510ff788-b034-4792-b901-d3e7dd58517c 2026-06-16 02:27:41.366 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d1749185-4775-479c-a5b2-437943c720a3 9cbc645b91f84b849074ef05c22ba672 dddf708e34a84d70bf55ee327feaae77 - - default default] Tap Mirror: Handle Delete Port: 510ff788-b034-4792-b901-d3e7dd58517c [pid: 7|app: 0|req: 1224/2375] 199.204.45.53 () {34 vars in 1057 bytes} [Tue Jun 16 02:27:41 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.181&port_id=a9470438-ae58-46a0-8038-41a28f9ac956 => generated 858 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1225/2376] 199.204.45.53 () {34 vars in 1103 bytes} [Tue Jun 16 02:27:41 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A5b&port_id=a9470438-ae58-46a0-8038-41a28f9ac956 => 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: 1152/2377] 10.0.0.203 () {32 vars in 720 bytes} [Tue Jun 16 02:27:41 2026] DELETE /v2.0/ports/510ff788-b034-4792-b901-d3e7dd58517c => generated 0 bytes in 184 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1226/2378] 199.204.45.53 () {34 vars in 1063 bytes} [Tue Jun 16 02:27:41 2026] GET /v2.0/subnets?id=3cfe8ecb-94a0-46ca-a04b-826b6ce0fcdc&id=ce03a607-3953-4543-aae9-1447283e0d54 => generated 1413 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1227/2379] 199.204.45.53 () {34 vars in 1051 bytes} [Tue Jun 16 02:27:41 2026] GET /v2.0/ports?network_id=866b29f9-d20d-4ad5-a6e8-1619f5597795&device_owner=network%3Adhcp => generated 1461 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1228/2380] 199.204.45.53 () {34 vars in 1051 bytes} [Tue Jun 16 02:27:41 2026] GET /v2.0/ports?network_id=866b29f9-d20d-4ad5-a6e8-1619f5597795&device_owner=network%3Adhcp => generated 1461 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-16 02:27:41.611 8 INFO neutron_taas.services.taas.taas_plugin [None req-63889854-526d-4dce-831c-e04b87e84892 9cbc645b91f84b849074ef05c22ba672 dddf708e34a84d70bf55ee327feaae77 - - default default] TaaS: Handle Delete Port: 0d8ba456-3c5d-4b3d-a78e-18207bd34b37 2026-06-16 02:27:41.616 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-63889854-526d-4dce-831c-e04b87e84892 9cbc645b91f84b849074ef05c22ba672 dddf708e34a84d70bf55ee327feaae77 - - default default] Tap Mirror: Handle Delete Port: 0d8ba456-3c5d-4b3d-a78e-18207bd34b37 [pid: 7|app: 0|req: 1229/2381] 199.204.45.53 () {34 vars in 1011 bytes} [Tue Jun 16 02:27:41 2026] GET /v2.0/networks/866b29f9-d20d-4ad5-a6e8-1619f5597795?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: 1230/2382] 199.204.45.53 () {34 vars in 1111 bytes} [Tue Jun 16 02:27:41 2026] GET /v2.0/networks/866b29f9-d20d-4ad5-a6e8-1619f5597795?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: 1153/2383] 10.0.0.203 () {32 vars in 720 bytes} [Tue Jun 16 02:27:41 2026] DELETE /v2.0/ports/0d8ba456-3c5d-4b3d-a78e-18207bd34b37 => generated 0 bytes in 254 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-16 02:27:41.836 7 INFO neutron_taas.services.taas.taas_plugin [None req-6de02b7e-5ebb-4943-bc31-aef3ff22970c 9cbc645b91f84b849074ef05c22ba672 dddf708e34a84d70bf55ee327feaae77 - - default default] TaaS: Handle Delete Port: 77fe6cb9-6c12-4a87-b8c0-a85fa3d610a3 2026-06-16 02:27:41.841 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6de02b7e-5ebb-4943-bc31-aef3ff22970c 9cbc645b91f84b849074ef05c22ba672 dddf708e34a84d70bf55ee327feaae77 - - default default] Tap Mirror: Handle Delete Port: 77fe6cb9-6c12-4a87-b8c0-a85fa3d610a3 [pid: 7|app: 0|req: 1231/2384] 10.0.0.203 () {32 vars in 720 bytes} [Tue Jun 16 02:27:41 2026] DELETE /v2.0/ports/77fe6cb9-6c12-4a87-b8c0-a85fa3d610a3 => generated 0 bytes in 205 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-16 02:27:42.051 8 INFO neutron_taas.services.taas.taas_plugin [None req-6d2d2b91-0872-47cb-874b-fec7f4b790dd 9cbc645b91f84b849074ef05c22ba672 dddf708e34a84d70bf55ee327feaae77 - - default default] TaaS: Handle Delete Port: 4948ad51-7fe0-4cbd-9852-5841df39c851 2026-06-16 02:27:42.055 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6d2d2b91-0872-47cb-874b-fec7f4b790dd 9cbc645b91f84b849074ef05c22ba672 dddf708e34a84d70bf55ee327feaae77 - - default default] Tap Mirror: Handle Delete Port: 4948ad51-7fe0-4cbd-9852-5841df39c851 [pid: 8|app: 0|req: 1154/2385] 10.0.0.203 () {32 vars in 720 bytes} [Tue Jun 16 02:27:41 2026] DELETE /v2.0/ports/4948ad51-7fe0-4cbd-9852-5841df39c851 => generated 0 bytes in 220 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-16 02:27:42.280 7 INFO neutron.services.segments.plugin [-] Segment 375a9d5b-ab8c-4b1e-8021-ea6c988d2e77 resource provider aggregate not found 2026-06-16 02:27:42.281 7 INFO neutron.services.segments.plugin [-] Segment 375a9d5b-ab8c-4b1e-8021-ea6c988d2e77 resource provider aggregate not found 2026-06-16 02:27:42.306 7 INFO neutron.services.segments.plugin [-] Segment 375a9d5b-ab8c-4b1e-8021-ea6c988d2e77 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 375a9d5b-ab8c-4b1e-8021-ea6c988d2e77 found for delete ", "request_id": "req-2d3b8373-8294-4e26-beb2-03a9370d959c"}]} 2026-06-16 02:27:42.307 7 INFO neutron.services.segments.plugin [-] Segment 375a9d5b-ab8c-4b1e-8021-ea6c988d2e77 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 375a9d5b-ab8c-4b1e-8021-ea6c988d2e77 found for delete ", "request_id": "req-ef350f64-2296-46ee-9fec-5c0c07ce1863"}]} [pid: 7|app: 0|req: 1232/2386] 10.0.0.203 () {32 vars in 726 bytes} [Tue Jun 16 02:27:42 2026] DELETE /v2.0/networks/5aa4bf4e-905d-4158-856a-f179bc1cddd0 => generated 0 bytes in 163 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-16 02:27:42.462 8 INFO neutron.services.segments.plugin [-] Segment f0a1ecd7-721f-476e-bb01-d093e9f25f2d resource provider aggregate not found 2026-06-16 02:27:42.468 8 INFO neutron.services.segments.plugin [-] Segment f0a1ecd7-721f-476e-bb01-d093e9f25f2d resource provider aggregate not found 2026-06-16 02:27:42.491 8 INFO neutron.services.segments.plugin [-] Segment f0a1ecd7-721f-476e-bb01-d093e9f25f2d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f0a1ecd7-721f-476e-bb01-d093e9f25f2d found for delete ", "request_id": "req-29806468-f6f4-4764-92f4-10f6b089a10e"}]} 2026-06-16 02:27:42.493 8 INFO neutron.services.segments.plugin [-] Segment f0a1ecd7-721f-476e-bb01-d093e9f25f2d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f0a1ecd7-721f-476e-bb01-d093e9f25f2d found for delete ", "request_id": "req-fade04c8-1948-4a1a-a960-ecd2a9a653f2"}]} [pid: 8|app: 0|req: 1155/2387] 10.0.0.203 () {32 vars in 726 bytes} [Tue Jun 16 02:27:42 2026] DELETE /v2.0/networks/76246008-c384-4eb7-b6b2-e67b8f83a544 => generated 0 bytes in 171 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1233/2388] 10.0.0.203 () {32 vars in 726 bytes} [Tue Jun 16 02:27:42 2026] DELETE /v2.0/networks/40830712-5d71-4223-bd86-aab1594e0f57 => generated 0 bytes in 152 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1156/2389] 10.0.0.203 () {32 vars in 726 bytes} [Tue Jun 16 02:27:42 2026] DELETE /v2.0/networks/29507bf4-f609-4624-b8b5-c5cc1f786f39 => generated 0 bytes in 127 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1234/2390] 10.0.0.203 () {32 vars in 726 bytes} [Tue Jun 16 02:27:42 2026] DELETE /v2.0/networks/87c88ba9-2178-4114-add3-d7c6548bc3f4 => generated 0 bytes in 124 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1157/2391] 10.0.0.203 () {32 vars in 774 bytes} [Tue Jun 16 02:27:43 2026] GET /v2.0/security-groups?tenant_id=9c6cf84f680c46cfaf2336fa8630cf49&name=default => generated 2929 bytes in 275 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1235/2392] 10.0.0.203 () {32 vars in 740 bytes} [Tue Jun 16 02:27:43 2026] DELETE /v2.0/security-groups/3c862574-5b13-457d-8c02-47bd368402e9 => generated 0 bytes in 115 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1158/2393] 10.0.0.203 () {32 vars in 774 bytes} [Tue Jun 16 02:27:44 2026] GET /v2.0/security-groups?tenant_id=dddf708e34a84d70bf55ee327feaae77&name=default => generated 2925 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1236/2394] 10.0.0.203 () {32 vars in 740 bytes} [Tue Jun 16 02:27:44 2026] DELETE /v2.0/security-groups/14c06dd3-7581-4a07-9d1c-b6a411a00996 => generated 0 bytes in 88 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-16 02:27:44.324 7 INFO neutron.services.segments.plugin [-] Segment 5c6be93b-ea98-4483-a668-12967119408e resource provider aggregate not found 2026-06-16 02:27:44.330 7 INFO neutron.services.segments.plugin [-] Segment 5c6be93b-ea98-4483-a668-12967119408e resource provider aggregate not found 2026-06-16 02:27:44.344 7 INFO neutron.services.segments.plugin [-] Segment 5c6be93b-ea98-4483-a668-12967119408e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5c6be93b-ea98-4483-a668-12967119408e found for delete ", "request_id": "req-3e8ed0da-f09e-4b59-8206-c10a822887d9"}]} 2026-06-16 02:27:44.348 7 INFO neutron.services.segments.plugin [-] Segment 5c6be93b-ea98-4483-a668-12967119408e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5c6be93b-ea98-4483-a668-12967119408e found for delete ", "request_id": "req-ecec4ea1-1d1e-4451-894e-8d0ec1843931"}]} 2026-06-16 02:27:44.361 7 INFO neutron.services.segments.plugin [-] Segment 9c0aec11-3262-4d8f-855e-2c375cb9e1e5 resource provider aggregate not found 2026-06-16 02:27:44.364 7 INFO neutron.services.segments.plugin [-] Segment 9c0aec11-3262-4d8f-855e-2c375cb9e1e5 resource provider aggregate not found 2026-06-16 02:27:44.374 7 INFO neutron.services.segments.plugin [-] Segment 9c0aec11-3262-4d8f-855e-2c375cb9e1e5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9c0aec11-3262-4d8f-855e-2c375cb9e1e5 found for delete ", "request_id": "req-8e79678e-eb8d-47e6-a4f6-ab331526cee9"}]} 2026-06-16 02:27:44.375 7 INFO neutron.services.segments.plugin [-] Segment 9c0aec11-3262-4d8f-855e-2c375cb9e1e5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9c0aec11-3262-4d8f-855e-2c375cb9e1e5 found for delete ", "request_id": "req-d63ba600-a5c4-4b52-a0b5-8a62d428b451"}]} 2026-06-16 02:27:44.516 8 INFO neutron.services.segments.plugin [-] Segment 073b04c7-ec88-4b72-81bb-49ef167464c5 resource provider aggregate not found 2026-06-16 02:27:44.523 8 INFO neutron.services.segments.plugin [-] Segment 073b04c7-ec88-4b72-81bb-49ef167464c5 resource provider aggregate not found 2026-06-16 02:27:44.545 8 INFO neutron.services.segments.plugin [-] Segment 073b04c7-ec88-4b72-81bb-49ef167464c5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 073b04c7-ec88-4b72-81bb-49ef167464c5 found for delete ", "request_id": "req-ea8ba8a3-a228-48fb-ae60-e3f6f1be5d05"}]} 2026-06-16 02:27:44.548 8 INFO neutron.services.segments.plugin [-] Segment 073b04c7-ec88-4b72-81bb-49ef167464c5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 073b04c7-ec88-4b72-81bb-49ef167464c5 found for delete ", "request_id": "req-ed9729eb-466f-4d8f-b19b-b0dcaf448e17"}]} [pid: 8|app: 0|req: 1159/2395] 10.0.0.203 () {32 vars in 774 bytes} [Tue Jun 16 02:27:44 2026] GET /v2.0/security-groups?tenant_id=89260e3fd26f4d2da7874490b403d99f&name=default => generated 2929 bytes in 165 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1237/2398] 10.0.0.203 () {32 vars in 740 bytes} [Tue Jun 16 02:27:44 2026] DELETE /v2.0/security-groups/780ad1d6-4224-4ab2-b637-32cf9dcfc853 => 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: 1162/2399] 10.0.0.234 () {34 vars in 990 bytes} [Tue Jun 16 02:27:47 2026] GET /v2.0/ports?device_id=3de7e573-7e9a-4444-a3ff-7cc9abffb46f => generated 1469 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1238/2400] 10.0.0.234 () {34 vars in 1040 bytes} [Tue Jun 16 02:27:47 2026] GET /v2.0/security-groups?id=a3ec543c-2863-465d-94cf-1eb728130cab&fields=id&fields=name => generated 112 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 02:27:48.067 8 INFO neutron.db.segments_db [None req-27e6abbe-6327-47cd-a77e-7897400222ba 1435bb0446834ad0984966892ed15d9d 1090b7c475f044b984f9d0d3d0b66fa8 - - default default] Added segment 3ca74909-f62c-429d-b6b6-d5b4da68bd6e of type vxlan for network a64c7c06-5c86-44bb-8f06-614fe0ec450f 2026-06-16 02:27:48.331 8 INFO neutron.db.l3_hamode_db [None req-27e6abbe-6327-47cd-a77e-7897400222ba 1435bb0446834ad0984966892ed15d9d 1090b7c475f044b984f9d0d3d0b66fa8 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-16 02:27:48.459 8 INFO neutron.db.l3_hamode_db [None req-27e6abbe-6327-47cd-a77e-7897400222ba 1435bb0446834ad0984966892ed15d9d 1090b7c475f044b984f9d0d3d0b66fa8 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1163/2401] 10.0.0.203 () {34 vars in 668 bytes} [Tue Jun 16 02:27:47 2026] POST /v2.0/routers => generated 474 bytes in 1251 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1239/2402] 10.0.0.203 () {34 vars in 751 bytes} [Tue Jun 16 02:27:49 2026] PUT /v2.0/routers/0b154cbb-f7f6-463e-9cc6-327a243a63f3/tags => generated 25 bytes in 135 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1164/2403] 10.0.0.203 () {32 vars in 731 bytes} [Tue Jun 16 02:27:49 2026] GET /v2.0/routers/0b154cbb-f7f6-463e-9cc6-327a243a63f3/tags => generated 25 bytes in 112 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1240/2404] 10.0.0.17 () {34 vars in 989 bytes} [Tue Jun 16 02:27:49 2026] GET /v2.0/ports?device_id=318f352e-4d68-43e2-bfb3-3bf85be83994 => generated 971 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1241/2405] 10.0.0.17 () {34 vars in 1039 bytes} [Tue Jun 16 02:27:49 2026] GET /v2.0/security-groups?id=82175013-d1d3-4ad6-ac46-8231951e777c&fields=id&fields=name => generated 113 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1165/2406] 10.0.0.203 () {34 vars in 762 bytes} [Tue Jun 16 02:27:49 2026] PUT /v2.0/routers/0b154cbb-f7f6-463e-9cc6-327a243a63f3/tags/green => generated 4 bytes in 156 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1242/2407] 10.0.0.203 () {32 vars in 731 bytes} [Tue Jun 16 02:27:49 2026] GET /v2.0/routers/0b154cbb-f7f6-463e-9cc6-327a243a63f3/tags => generated 34 bytes in 106 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1166/2408] 10.0.0.203 () {34 vars in 758 bytes} [Tue Jun 16 02:27:49 2026] PUT /v2.0/routers/0b154cbb-f7f6-463e-9cc6-327a243a63f3/tags/red => generated 4 bytes in 128 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1243/2409] 10.0.0.203 () {32 vars in 731 bytes} [Tue Jun 16 02:27:49 2026] GET /v2.0/routers/0b154cbb-f7f6-463e-9cc6-327a243a63f3/tags => generated 34 bytes in 97 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1167/2410] 10.0.0.203 () {34 vars in 780 bytes} [Tue Jun 16 02:27:49 2026] PUT /v2.0/routers/0b154cbb-f7f6-463e-9cc6-327a243a63f3/tags/black.or.white => generated 4 bytes in 145 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1244/2411] 10.0.0.203 () {32 vars in 731 bytes} [Tue Jun 16 02:27:50 2026] GET /v2.0/routers/0b154cbb-f7f6-463e-9cc6-327a243a63f3/tags => generated 52 bytes in 95 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1168/2412] 10.0.0.203 () {34 vars in 751 bytes} [Tue Jun 16 02:27:50 2026] PUT /v2.0/routers/0b154cbb-f7f6-463e-9cc6-327a243a63f3/tags => generated 37 bytes in 144 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1245/2413] 10.0.0.203 () {32 vars in 731 bytes} [Tue Jun 16 02:27:50 2026] GET /v2.0/routers/0b154cbb-f7f6-463e-9cc6-327a243a63f3/tags => generated 37 bytes in 92 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1169/2414] 10.0.0.203 () {32 vars in 739 bytes} [Tue Jun 16 02:27:50 2026] GET /v2.0/routers/0b154cbb-f7f6-463e-9cc6-327a243a63f3/tags/red => generated 0 bytes in 106 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-16 02:27:50.577 7 INFO neutron.api.v2.resource [None req-1e59cc2f-efba-43da-9c1f-0ea6d7940d8f 1435bb0446834ad0984966892ed15d9d 1090b7c475f044b984f9d0d3d0b66fa8 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1246/2415] 10.0.0.203 () {32 vars in 743 bytes} [Tue Jun 16 02:27:50 2026] GET /v2.0/routers/0b154cbb-f7f6-463e-9cc6-327a243a63f3/tags/green => generated 99 bytes in 95 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1170/2416] 10.0.0.17 () {34 vars in 989 bytes} [Tue Jun 16 02:27:50 2026] GET /v2.0/ports?device_id=318f352e-4d68-43e2-bfb3-3bf85be83994 => generated 971 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1171/2417] 10.0.0.17 () {34 vars in 1039 bytes} [Tue Jun 16 02:27:50 2026] GET /v2.0/security-groups?id=82175013-d1d3-4ad6-ac46-8231951e777c&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: 1247/2418] 10.0.0.203 () {32 vars in 742 bytes} [Tue Jun 16 02:27:50 2026] DELETE /v2.0/routers/0b154cbb-f7f6-463e-9cc6-327a243a63f3/tags/red => 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: 1172/2419] 10.0.0.203 () {32 vars in 731 bytes} [Tue Jun 16 02:27:50 2026] GET /v2.0/routers/0b154cbb-f7f6-463e-9cc6-327a243a63f3/tags => generated 30 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-16 02:27:50.886 7 INFO neutron.api.v2.resource [None req-11394862-a8b0-4833-8e06-bdeb27c3d4e8 1435bb0446834ad0984966892ed15d9d 1090b7c475f044b984f9d0d3d0b66fa8 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1248/2420] 10.0.0.203 () {32 vars in 746 bytes} [Tue Jun 16 02:27:50 2026] DELETE /v2.0/routers/0b154cbb-f7f6-463e-9cc6-327a243a63f3/tags/green => generated 99 bytes in 111 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1173/2421] 10.0.0.203 () {32 vars in 734 bytes} [Tue Jun 16 02:27:50 2026] DELETE /v2.0/routers/0b154cbb-f7f6-463e-9cc6-327a243a63f3/tags => generated 0 bytes in 102 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1249/2422] 10.0.0.203 () {32 vars in 731 bytes} [Tue Jun 16 02:27:50 2026] GET /v2.0/routers/0b154cbb-f7f6-463e-9cc6-327a243a63f3/tags => generated 12 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1174/2423] 10.0.0.203 () {32 vars in 721 bytes} [Tue Jun 16 02:27:51 2026] GET /v2.0/routers/0b154cbb-f7f6-463e-9cc6-327a243a63f3 => generated 480 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1250/2424] 10.0.0.203 () {34 vars in 742 bytes} [Tue Jun 16 02:27:51 2026] PUT /v2.0/routers/0b154cbb-f7f6-463e-9cc6-327a243a63f3 => generated 480 bytes in 529 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1175/2425] 10.0.0.203 () {32 vars in 736 bytes} [Tue Jun 16 02:27:51 2026] GET /v2.0/ports?device_id=0b154cbb-f7f6-463e-9cc6-327a243a63f3 => 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: 1176/2426] 10.0.0.17 () {34 vars in 989 bytes} [Tue Jun 16 02:27:51 2026] GET /v2.0/ports?device_id=318f352e-4d68-43e2-bfb3-3bf85be83994 => 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: 1177/2427] 10.0.0.17 () {34 vars in 1039 bytes} [Tue Jun 16 02:27:51 2026] GET /v2.0/security-groups?id=82175013-d1d3-4ad6-ac46-8231951e777c&fields=id&fields=name => generated 113 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 02:27:51.874 7 INFO neutron_taas.services.taas.taas_plugin [None req-d038822b-d539-436f-85fd-2881a49621a8 1435bb0446834ad0984966892ed15d9d 1090b7c475f044b984f9d0d3d0b66fa8 - - default default] TaaS: Handle Delete Port: 5042d63b-8ef8-4b07-b954-963ae4af758e 2026-06-16 02:27:51.877 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d038822b-d539-436f-85fd-2881a49621a8 1435bb0446834ad0984966892ed15d9d 1090b7c475f044b984f9d0d3d0b66fa8 - - default default] Tap Mirror: Handle Delete Port: 5042d63b-8ef8-4b07-b954-963ae4af758e [pid: 8|app: 0|req: 1178/2428] 199.204.45.53 () {34 vars in 993 bytes} [Tue Jun 16 02:27:51 2026] GET /v2.0/ports?device_id=318f352e-4d68-43e2-bfb3-3bf85be83994 => generated 971 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 02:27:52.112 8 INFO neutron_taas.services.taas.taas_plugin [req-ed933752-a3fa-437f-b7b2-f4a97b29f216 req-b02419df-e298-46cc-8179-a5e05c67e462 cce18c3b578d4fc4ac405f247446b04a 3f54ff740be144ce93651adeaa572031 - - default default] TaaS: Handle Delete Port: b6158158-4b79-45b0-b581-d0e44e83f2a0 2026-06-16 02:27:52.116 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-ed933752-a3fa-437f-b7b2-f4a97b29f216 req-b02419df-e298-46cc-8179-a5e05c67e462 cce18c3b578d4fc4ac405f247446b04a 3f54ff740be144ce93651adeaa572031 - - default default] Tap Mirror: Handle Delete Port: b6158158-4b79-45b0-b581-d0e44e83f2a0 2026-06-16 02:27:52.232 7 INFO neutron.services.segments.plugin [-] Segment 3ca74909-f62c-429d-b6b6-d5b4da68bd6e resource provider aggregate not found 2026-06-16 02:27:52.234 7 INFO neutron.services.segments.plugin [-] Segment 3ca74909-f62c-429d-b6b6-d5b4da68bd6e resource provider aggregate not found 2026-06-16 02:27:52.247 7 INFO neutron.services.segments.plugin [-] Segment 3ca74909-f62c-429d-b6b6-d5b4da68bd6e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3ca74909-f62c-429d-b6b6-d5b4da68bd6e found for delete ", "request_id": "req-440484c3-7028-4e90-82b2-4f064659a2c9"}]} 2026-06-16 02:27:52.262 7 INFO neutron.services.segments.plugin [-] Segment 3ca74909-f62c-429d-b6b6-d5b4da68bd6e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3ca74909-f62c-429d-b6b6-d5b4da68bd6e found for delete ", "request_id": "req-ba2c5bfe-463a-4e37-9cdc-e48c223d245b"}]} 2026-06-16 02:27:52.269 7 INFO neutron.db.l3_hamode_db [None req-d038822b-d539-436f-85fd-2881a49621a8 1435bb0446834ad0984966892ed15d9d 1090b7c475f044b984f9d0d3d0b66fa8 - - default default] HA network a64c7c06-5c86-44bb-8f06-614fe0ec450f was deleted as no HA routers are present in tenant 1090b7c475f044b984f9d0d3d0b66fa8. [pid: 7|app: 0|req: 1251/2429] 10.0.0.203 () {32 vars in 724 bytes} [Tue Jun 16 02:27:51 2026] DELETE /v2.0/routers/0b154cbb-f7f6-463e-9cc6-327a243a63f3 => generated 0 bytes in 563 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-16 02:27:52.283 8 INFO neutron.db.l3_db [req-ed933752-a3fa-437f-b7b2-f4a97b29f216 req-b02419df-e298-46cc-8179-a5e05c67e462 cce18c3b578d4fc4ac405f247446b04a 3f54ff740be144ce93651adeaa572031 - - default default] Floating IP 9f68c3ed-5b3f-401c-8aa3-7ce9b22c3293 disassociated. External IP: 10.96.250.210, port: b6158158-4b79-45b0-b581-d0e44e83f2a0. [pid: 8|app: 0|req: 1179/2430] 199.204.45.53 () {36 vars in 996 bytes} [Tue Jun 16 02:27:51 2026] DELETE /v2.0/ports/b6158158-4b79-45b0-b581-d0e44e83f2a0 => generated 0 bytes in 686 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-16 02:27:52.718 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-78194bce-3c29-453b-9e19-b4fc1fcf4532'] response: {'server_uuid': '318f352e-4d68-43e2-bfb3-3bf85be83994', 'name': 'network-vif-deleted', 'tag': 'b6158158-4b79-45b0-b581-d0e44e83f2a0', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1252/2431] 10.0.0.17 () {34 vars in 989 bytes} [Tue Jun 16 02:27:52 2026] GET /v2.0/ports?device_id=318f352e-4d68-43e2-bfb3-3bf85be83994 => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1180/2432] 10.0.0.203 () {32 vars in 774 bytes} [Tue Jun 16 02:27:52 2026] GET /v2.0/security-groups?tenant_id=1090b7c475f044b984f9d0d3d0b66fa8&name=default => generated 2929 bytes in 231 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1253/2433] 10.0.0.203 () {32 vars in 740 bytes} [Tue Jun 16 02:27:53 2026] DELETE /v2.0/security-groups/875cd158-23a6-4178-ae9b-f9f6e1f54088 => generated 0 bytes in 100 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1181/2434] 10.0.0.203 () {32 vars in 774 bytes} [Tue Jun 16 02:27:53 2026] GET /v2.0/security-groups?tenant_id=65244a5cd5a148d791aa64234830a411&name=default => generated 2929 bytes in 128 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1254/2435] 10.0.0.203 () {32 vars in 740 bytes} [Tue Jun 16 02:27:53 2026] DELETE /v2.0/security-groups/1464c6ac-7070-44d7-917c-87b544284b39 => 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: 1182/2436] 10.0.0.17 () {34 vars in 989 bytes} [Tue Jun 16 02:27:53 2026] GET /v2.0/ports?device_id=318f352e-4d68-43e2-bfb3-3bf85be83994 => 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: 1255/2437] 10.0.0.17 () {34 vars in 989 bytes} [Tue Jun 16 02:27:55 2026] GET /v2.0/ports?device_id=318f352e-4d68-43e2-bfb3-3bf85be83994 => 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: 1183/2438] 10.0.0.203 () {32 vars in 740 bytes} [Tue Jun 16 02:27:56 2026] DELETE /v2.0/security-groups/82175013-d1d3-4ad6-ac46-8231951e777c => generated 0 bytes in 103 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-16 02:27:56.401 7 INFO neutron_taas.services.taas.taas_plugin [None req-2668c0b2-6e80-4f58-9eef-297b5980ee15 cce18c3b578d4fc4ac405f247446b04a 3f54ff740be144ce93651adeaa572031 - - default default] TaaS: Handle Delete Port: 4c545de3-9867-4ae1-ba43-1c37ae532f6a 2026-06-16 02:27:56.404 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2668c0b2-6e80-4f58-9eef-297b5980ee15 cce18c3b578d4fc4ac405f247446b04a 3f54ff740be144ce93651adeaa572031 - - default default] Tap Mirror: Handle Delete Port: 4c545de3-9867-4ae1-ba43-1c37ae532f6a [pid: 7|app: 0|req: 1256/2439] 10.0.0.203 () {32 vars in 732 bytes} [Tue Jun 16 02:27:56 2026] DELETE /v2.0/floatingips/9f68c3ed-5b3f-401c-8aa3-7ce9b22c3293 => generated 0 bytes in 305 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1184/2440] 10.0.0.17 () {34 vars in 989 bytes} [Tue Jun 16 02:27:56 2026] GET /v2.0/ports?device_id=c4937f1a-e4d0-49be-87e6-91c350745a9f => generated 971 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1185/2441] 10.0.0.17 () {34 vars in 1039 bytes} [Tue Jun 16 02:27:56 2026] GET /v2.0/security-groups?id=f92727fd-e690-4c6d-b0ab-238589919c47&fields=id&fields=name => generated 113 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1257/2442] 10.0.0.203 () {34 vars in 684 bytes} [Tue Jun 16 02:27:56 2026] POST /v2.0/security-groups => generated 1603 bytes in 371 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1186/2443] 10.0.0.203 () {34 vars in 767 bytes} [Tue Jun 16 02:27:57 2026] PUT /v2.0/security-groups/0d7cde8f-8939-4475-8516-bcc62053f01f/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: 1258/2444] 10.0.0.203 () {32 vars in 747 bytes} [Tue Jun 16 02:27:57 2026] GET /v2.0/security-groups/0d7cde8f-8939-4475-8516-bcc62053f01f/tags => generated 25 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1187/2445] 10.0.0.203 () {34 vars in 778 bytes} [Tue Jun 16 02:27:57 2026] PUT /v2.0/security-groups/0d7cde8f-8939-4475-8516-bcc62053f01f/tags/green => generated 4 bytes in 56 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1259/2446] 10.0.0.203 () {32 vars in 747 bytes} [Tue Jun 16 02:27:57 2026] GET /v2.0/security-groups/0d7cde8f-8939-4475-8516-bcc62053f01f/tags => generated 34 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1188/2447] 10.0.0.203 () {34 vars in 774 bytes} [Tue Jun 16 02:27:57 2026] PUT /v2.0/security-groups/0d7cde8f-8939-4475-8516-bcc62053f01f/tags/red => generated 4 bytes in 39 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1260/2448] 10.0.0.203 () {32 vars in 747 bytes} [Tue Jun 16 02:27:57 2026] GET /v2.0/security-groups/0d7cde8f-8939-4475-8516-bcc62053f01f/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: 1189/2449] 10.0.0.203 () {34 vars in 796 bytes} [Tue Jun 16 02:27:57 2026] PUT /v2.0/security-groups/0d7cde8f-8939-4475-8516-bcc62053f01f/tags/black.or.white => generated 4 bytes in 71 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1261/2450] 10.0.0.203 () {32 vars in 721 bytes} [Tue Jun 16 02:27:57 2026] GET /v2.0/subnets/6d813b5e-7f1d-4821-aaf8-47b8b6e5502a => generated 676 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1190/2451] 10.0.0.203 () {32 vars in 747 bytes} [Tue Jun 16 02:27:57 2026] GET /v2.0/security-groups/0d7cde8f-8939-4475-8516-bcc62053f01f/tags => generated 52 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1262/2452] 10.0.0.203 () {34 vars in 767 bytes} [Tue Jun 16 02:27:57 2026] PUT /v2.0/security-groups/0d7cde8f-8939-4475-8516-bcc62053f01f/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: 1191/2453] 10.0.0.203 () {32 vars in 747 bytes} [Tue Jun 16 02:27:57 2026] GET /v2.0/security-groups/0d7cde8f-8939-4475-8516-bcc62053f01f/tags => generated 37 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1263/2454] 10.0.0.203 () {32 vars in 755 bytes} [Tue Jun 16 02:27:57 2026] GET /v2.0/security-groups/0d7cde8f-8939-4475-8516-bcc62053f01f/tags/red => generated 0 bytes in 32 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-16 02:27:57.770 8 INFO neutron.api.v2.resource [None req-9add2150-6058-4123-a06d-91c880632704 7e6a27d8dd25445eb0dc062081eb5405 797751afa9e746818dfe63332c0bc6cd - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1192/2455] 10.0.0.203 () {32 vars in 759 bytes} [Tue Jun 16 02:27:57 2026] GET /v2.0/security-groups/0d7cde8f-8939-4475-8516-bcc62053f01f/tags/green => generated 99 bytes in 36 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1264/2456] 10.0.0.203 () {32 vars in 758 bytes} [Tue Jun 16 02:27:57 2026] DELETE /v2.0/security-groups/0d7cde8f-8939-4475-8516-bcc62053f01f/tags/red => 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: 1193/2457] 10.0.0.203 () {32 vars in 747 bytes} [Tue Jun 16 02:27:57 2026] GET /v2.0/security-groups/0d7cde8f-8939-4475-8516-bcc62053f01f/tags => generated 30 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-16 02:27:57.924 7 INFO neutron.api.v2.resource [None req-ba4e306b-b4e2-402d-8913-68aa161f2099 7e6a27d8dd25445eb0dc062081eb5405 797751afa9e746818dfe63332c0bc6cd - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1265/2458] 10.0.0.203 () {32 vars in 762 bytes} [Tue Jun 16 02:27:57 2026] DELETE /v2.0/security-groups/0d7cde8f-8939-4475-8516-bcc62053f01f/tags/green => generated 99 bytes in 37 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1194/2459] 10.0.0.203 () {32 vars in 750 bytes} [Tue Jun 16 02:27:57 2026] DELETE /v2.0/security-groups/0d7cde8f-8939-4475-8516-bcc62053f01f/tags => generated 0 bytes in 59 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1195/2460] 10.0.0.203 () {32 vars in 747 bytes} [Tue Jun 16 02:27:57 2026] GET /v2.0/security-groups/0d7cde8f-8939-4475-8516-bcc62053f01f/tags => generated 12 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1266/2461] 10.0.0.17 () {34 vars in 989 bytes} [Tue Jun 16 02:27:57 2026] GET /v2.0/ports?device_id=c4937f1a-e4d0-49be-87e6-91c350745a9f => generated 971 bytes in 99 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1267/2462] 10.0.0.17 () {34 vars in 1039 bytes} [Tue Jun 16 02:27:58 2026] GET /v2.0/security-groups?id=f92727fd-e690-4c6d-b0ab-238589919c47&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: 1196/2463] 10.0.0.203 () {32 vars in 740 bytes} [Tue Jun 16 02:27:58 2026] DELETE /v2.0/security-groups/0d7cde8f-8939-4475-8516-bcc62053f01f => generated 0 bytes in 87 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1268/2464] 10.0.0.253 () {30 vars in 690 bytes} [Tue Jun 16 02:27:58 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 111 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1269/2465] 10.0.0.253 () {30 vars in 692 bytes} [Tue Jun 16 02:27: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: 1270/2466] 10.0.0.253 () {30 vars in 668 bytes} [Tue Jun 16 02:27:58 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: 1271/2467] 10.0.0.253 () {30 vars in 704 bytes} [Tue Jun 16 02:27:58 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1197/2468] 10.0.0.203 () {32 vars in 774 bytes} [Tue Jun 16 02:27:58 2026] GET /v2.0/security-groups?tenant_id=9d36d94ac99a4b22ac96953e87a7a742&name=default => generated 2929 bytes in 220 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1272/2469] 10.0.0.203 () {32 vars in 740 bytes} [Tue Jun 16 02:27:59 2026] DELETE /v2.0/security-groups/51710c88-fa41-4d35-870f-b93233c59840 => 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: 1198/2470] 10.0.0.17 () {34 vars in 989 bytes} [Tue Jun 16 02:27:59 2026] GET /v2.0/ports?device_id=c4937f1a-e4d0-49be-87e6-91c350745a9f => generated 971 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1273/2471] 199.204.45.53 () {34 vars in 993 bytes} [Tue Jun 16 02:27:59 2026] GET /v2.0/ports?device_id=c4937f1a-e4d0-49be-87e6-91c350745a9f => 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: 1199/2472] 10.0.0.203 () {32 vars in 774 bytes} [Tue Jun 16 02:27:59 2026] GET /v2.0/security-groups?tenant_id=797751afa9e746818dfe63332c0bc6cd&name=default => generated 2929 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1274/2473] 10.0.0.17 () {34 vars in 1039 bytes} [Tue Jun 16 02:27:59 2026] GET /v2.0/security-groups?id=f92727fd-e690-4c6d-b0ab-238589919c47&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: 1275/2474] 10.0.0.203 () {32 vars in 740 bytes} [Tue Jun 16 02:27:59 2026] DELETE /v2.0/security-groups/404412af-74b0-4a1e-a35d-6a3a4b733bc7 => generated 0 bytes in 93 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-16 02:27:59.381 8 INFO neutron_taas.services.taas.taas_plugin [req-15a08566-74c9-4b8e-8483-0abba55cc71d req-339e510a-bae9-440e-804c-2ba486150a30 cce18c3b578d4fc4ac405f247446b04a 3f54ff740be144ce93651adeaa572031 - - default default] TaaS: Handle Delete Port: 3d3f6fc3-1dc1-44a6-954b-1c7657aabd3b 2026-06-16 02:27:59.384 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-15a08566-74c9-4b8e-8483-0abba55cc71d req-339e510a-bae9-440e-804c-2ba486150a30 cce18c3b578d4fc4ac405f247446b04a 3f54ff740be144ce93651adeaa572031 - - default default] Tap Mirror: Handle Delete Port: 3d3f6fc3-1dc1-44a6-954b-1c7657aabd3b [pid: 7|app: 0|req: 1276/2475] 10.0.0.253 () {28 vars in 439 bytes} [Tue Jun 16 02:27:59 2026] GET / => generated 151 bytes in 2 msecs (HTTP/1.1 200) 3 headers in 91 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1200/2476] 199.204.45.53 () {36 vars in 996 bytes} [Tue Jun 16 02:27:59 2026] DELETE /v2.0/ports/3d3f6fc3-1dc1-44a6-954b-1c7657aabd3b => generated 0 bytes in 301 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1277/2477] 10.0.0.253 () {30 vars in 728 bytes} [Tue Jun 16 02:27:59 2026] GET /v2.0/subnets/6d813b5e-7f1d-4821-aaf8-47b8b6e5502a => generated 658 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1201/2478] 10.0.0.253 () {30 vars in 690 bytes} [Tue Jun 16 02:27:59 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 02:27:59.609 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-448a9f87-1d83-422b-8b4d-fb9ac90f1347'] response: {'server_uuid': 'c4937f1a-e4d0-49be-87e6-91c350745a9f', 'name': 'network-vif-deleted', 'tag': '3d3f6fc3-1dc1-44a6-954b-1c7657aabd3b', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1278/2479] 10.0.0.253 () {30 vars in 692 bytes} [Tue Jun 16 02:27:59 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1203/2482] 10.0.0.253 () {30 vars in 668 bytes} [Tue Jun 16 02:27:59 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: 1280/2483] 10.0.0.253 () {30 vars in 704 bytes} [Tue Jun 16 02:27:59 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1204/2484] 10.0.0.253 () {30 vars in 728 bytes} [Tue Jun 16 02:27:59 2026] GET /v2.0/subnets/6d813b5e-7f1d-4821-aaf8-47b8b6e5502a => generated 676 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1281/2485] 10.0.0.253 () {30 vars in 690 bytes} [Tue Jun 16 02:27:59 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1205/2486] 10.0.0.253 () {30 vars in 692 bytes} [Tue Jun 16 02:27: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: 1282/2487] 10.0.0.253 () {30 vars in 668 bytes} [Tue Jun 16 02:27:59 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: 1206/2488] 10.0.0.253 () {30 vars in 704 bytes} [Tue Jun 16 02:27:59 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: 1283/2489] 10.0.0.253 () {30 vars in 730 bytes} [Tue Jun 16 02:27:59 2026] GET /v2.0/networks/6e62fb6f-2eec-4ad0-b24e-f27e9f853391 => generated 798 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1207/2490] 10.0.0.253 () {30 vars in 682 bytes} [Tue Jun 16 02:27:59 2026] GET /v2.0/extensions/project-id => generated 204 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1284/2491] 10.0.0.253 () {34 vars in 704 bytes} [Tue Jun 16 02:27:59 2026] POST /v2.0/ports => generated 1128 bytes in 315 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1208/2492] 10.0.0.17 () {34 vars in 989 bytes} [Tue Jun 16 02:28:00 2026] GET /v2.0/ports?device_id=c4937f1a-e4d0-49be-87e6-91c350745a9f => generated 12 bytes in 25 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: 1285/2493] 10.0.0.17 () {34 vars in 989 bytes} [Tue Jun 16 02:28:01 2026] GET /v2.0/ports?device_id=c4937f1a-e4d0-49be-87e6-91c350745a9f => 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: 1209/2494] 10.0.0.17 () {34 vars in 989 bytes} [Tue Jun 16 02:28:02 2026] GET /v2.0/ports?device_id=c4937f1a-e4d0-49be-87e6-91c350745a9f => 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: 1286/2495] 10.0.0.203 () {32 vars in 774 bytes} [Tue Jun 16 02:28:02 2026] GET /v2.0/security-groups?tenant_id=c4a785905b93467bb5a7490e6a707cd9&name=default => generated 2929 bytes in 223 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1287/2496] 199.204.45.53 () {30 vars in 702 bytes} [Tue Jun 16 02:28:03 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1288/2497] 199.204.45.53 () {30 vars in 704 bytes} [Tue Jun 16 02:28:03 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: 1289/2498] 199.204.45.53 () {30 vars in 680 bytes} [Tue Jun 16 02:28:03 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: 1290/2499] 199.204.45.53 () {30 vars in 716 bytes} [Tue Jun 16 02:28:03 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1210/2500] 10.0.0.203 () {32 vars in 740 bytes} [Tue Jun 16 02:28:03 2026] DELETE /v2.0/security-groups/4604430f-3172-4829-9b98-2d90c59f5894 => 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: 1291/2501] 199.204.45.53 () {30 vars in 736 bytes} [Tue Jun 16 02:28:03 2026] GET /v2.0/ports/1de8dcb0-e166-485d-95f6-57fc766c70b4 => generated 1128 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1211/2502] 10.0.0.203 () {32 vars in 774 bytes} [Tue Jun 16 02:28:03 2026] GET /v2.0/security-groups?tenant_id=69d7e27539554dca8825e301f7b8bc9d&name=default => generated 2929 bytes in 122 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1212/2503] 199.204.45.53 () {30 vars in 702 bytes} [Tue Jun 16 02:28:03 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: 1213/2504] 199.204.45.53 () {30 vars in 704 bytes} [Tue Jun 16 02:28:03 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1214/2505] 199.204.45.53 () {30 vars in 680 bytes} [Tue Jun 16 02:28:03 2026] GET /v2.0/extensions/qos => generated 166 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1215/2506] 199.204.45.53 () {30 vars in 716 bytes} [Tue Jun 16 02:28:03 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 02:28:03.500 8 INFO neutron.api.v2.resource [None req-b3808669-9c27-49b7-9d7d-b93265393495 cfe1be6b7d8940b2ad3e6e1803af287d c448ca45ae6a4527b9385daa10cf3bb2 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1216/2507] 199.204.45.53 () {30 vars in 762 bytes} [Tue Jun 16 02:28:03 2026] GET /v2.0/security-groups/lb-79d80c4e-6d5a-46b1-937e-a50cd704becb => generated 149 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1217/2508] 199.204.45.53 () {30 vars in 784 bytes} [Tue Jun 16 02:28:03 2026] GET /v2.0/security-groups?name=lb-79d80c4e-6d5a-46b1-937e-a50cd704becb => generated 23 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1292/2509] 10.0.0.203 () {32 vars in 740 bytes} [Tue Jun 16 02:28:03 2026] DELETE /v2.0/security-groups/7ee40a39-3101-4241-9a84-2bbdf25dd025 => 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: 1218/2510] 199.204.45.53 () {34 vars in 735 bytes} [Tue Jun 16 02:28:03 2026] POST /v2.0/security-groups => generated 1638 bytes in 120 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1293/2511] 199.204.45.53 () {30 vars in 814 bytes} [Tue Jun 16 02:28:03 2026] GET /v2.0/security-group-rules?security_group_id=533124ea-bc55-4b46-a361-7e6438653f11 => generated 1182 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1219/2512] 10.0.0.203 () {32 vars in 740 bytes} [Tue Jun 16 02:28:03 2026] DELETE /v2.0/security-groups/f92727fd-e690-4c6d-b0ab-238589919c47 => 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: 1294/2513] 199.204.45.53 () {34 vars in 788 bytes} [Tue Jun 16 02:28:03 2026] PUT /v2.0/ports/1de8dcb0-e166-485d-95f6-57fc766c70b4 => generated 1128 bytes in 317 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: 1295/2514] 199.204.45.53 () {30 vars in 702 bytes} [Tue Jun 16 02:28:04 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1296/2515] 199.204.45.53 () {30 vars in 704 bytes} [Tue Jun 16 02:28:04 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: 1297/2516] 199.204.45.53 () {30 vars in 680 bytes} [Tue Jun 16 02:28:04 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: 1298/2517] 199.204.45.53 () {30 vars in 716 bytes} [Tue Jun 16 02:28:04 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: 1299/2518] 199.204.45.53 () {30 vars in 740 bytes} [Tue Jun 16 02:28:04 2026] GET /v2.0/subnets/6d813b5e-7f1d-4821-aaf8-47b8b6e5502a => generated 676 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 02:28:04.337 8 INFO neutron_taas.services.taas.taas_plugin [None req-2ca88b75-f142-4be1-8436-25bd5b153aee cce18c3b578d4fc4ac405f247446b04a 3f54ff740be144ce93651adeaa572031 - - default default] TaaS: Handle Delete Port: 6ba7179b-562c-4a3d-b80c-c3a499b52aa7 2026-06-16 02:28:04.341 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2ca88b75-f142-4be1-8436-25bd5b153aee cce18c3b578d4fc4ac405f247446b04a 3f54ff740be144ce93651adeaa572031 - - default default] Tap Mirror: Handle Delete Port: 6ba7179b-562c-4a3d-b80c-c3a499b52aa7 [pid: 8|app: 0|req: 1220/2519] 10.0.0.203 () {34 vars in 789 bytes} [Tue Jun 16 02:28:03 2026] PUT /v2.0/routers/fabab7ea-35b2-4f6b-8f89-7c529e5dde04/remove_router_interface => generated 309 bytes in 1024 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1300/2520] 10.0.0.203 () {32 vars in 724 bytes} [Tue Jun 16 02:28:04 2026] DELETE /v2.0/subnets/4f78bd04-b7d0-4b61-9a64-58207cb0e2c0 => generated 0 bytes in 152 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-16 02:28:05.266 8 INFO neutron_taas.services.taas.taas_plugin [None req-b09844cc-3a76-462a-ab7f-838c3678f56d cce18c3b578d4fc4ac405f247446b04a 3f54ff740be144ce93651adeaa572031 - - default default] TaaS: Handle Delete Port: 0736e902-b579-43f4-b61e-eb730098c5f1 2026-06-16 02:28:05.269 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b09844cc-3a76-462a-ab7f-838c3678f56d cce18c3b578d4fc4ac405f247446b04a 3f54ff740be144ce93651adeaa572031 - - default default] Tap Mirror: Handle Delete Port: 0736e902-b579-43f4-b61e-eb730098c5f1 2026-06-16 02:28:05.587 8 INFO neutron_taas.services.taas.taas_plugin [None req-b09844cc-3a76-462a-ab7f-838c3678f56d cce18c3b578d4fc4ac405f247446b04a 3f54ff740be144ce93651adeaa572031 - - default default] TaaS: Handle Delete Port: bc64f804-8a0b-47a3-afdd-88ddafb295b2 2026-06-16 02:28:05.589 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b09844cc-3a76-462a-ab7f-838c3678f56d cce18c3b578d4fc4ac405f247446b04a 3f54ff740be144ce93651adeaa572031 - - default default] Tap Mirror: Handle Delete Port: bc64f804-8a0b-47a3-afdd-88ddafb295b2 2026-06-16 02:28:06.064 8 INFO neutron.services.segments.plugin [-] Segment 2d8601b5-c475-452d-b0f2-c4e32f77a524 resource provider aggregate not found 2026-06-16 02:28:06.069 8 INFO neutron.services.segments.plugin [-] Segment 2d8601b5-c475-452d-b0f2-c4e32f77a524 resource provider aggregate not found 2026-06-16 02:28:06.081 8 INFO neutron.services.segments.plugin [-] Segment 2d8601b5-c475-452d-b0f2-c4e32f77a524 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2d8601b5-c475-452d-b0f2-c4e32f77a524 found for delete ", "request_id": "req-87973b16-2343-4548-b233-143feb5b74a4"}]} 2026-06-16 02:28:06.086 8 INFO neutron.services.segments.plugin [-] Segment 2d8601b5-c475-452d-b0f2-c4e32f77a524 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2d8601b5-c475-452d-b0f2-c4e32f77a524 found for delete ", "request_id": "req-f3abdfdc-ef36-41cb-a600-2d7809fcc664"}]} 2026-06-16 02:28:06.224 8 INFO neutron.db.l3_hamode_db [None req-b09844cc-3a76-462a-ab7f-838c3678f56d cce18c3b578d4fc4ac405f247446b04a 3f54ff740be144ce93651adeaa572031 - - default default] HA network 472fd575-1b3e-4dc0-b27f-7fde17e4dba7 was deleted as no HA routers are present in tenant 3f54ff740be144ce93651adeaa572031. [pid: 8|app: 0|req: 1221/2521] 10.0.0.203 () {32 vars in 724 bytes} [Tue Jun 16 02:28:05 2026] DELETE /v2.0/routers/fabab7ea-35b2-4f6b-8f89-7c529e5dde04 => generated 0 bytes in 1185 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-16 02:28:06.346 7 INFO neutron_taas.services.taas.taas_plugin [None req-f6db7078-aa10-4f80-9f16-5e1640412c3a cce18c3b578d4fc4ac405f247446b04a 3f54ff740be144ce93651adeaa572031 - - default default] TaaS: Handle Delete Port: 87ed313a-76ab-4789-bc6c-f3ddb30e7b61 2026-06-16 02:28:06.349 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f6db7078-aa10-4f80-9f16-5e1640412c3a cce18c3b578d4fc4ac405f247446b04a 3f54ff740be144ce93651adeaa572031 - - default default] Tap Mirror: Handle Delete Port: 87ed313a-76ab-4789-bc6c-f3ddb30e7b61 2026-06-16 02:28:06.662 7 INFO neutron.services.segments.plugin [-] Segment 1b07d2b6-1c42-46c8-b83d-f18292dffa24 resource provider aggregate not found 2026-06-16 02:28:06.667 7 INFO neutron.services.segments.plugin [-] Segment 1b07d2b6-1c42-46c8-b83d-f18292dffa24 resource provider aggregate not found 2026-06-16 02:28:06.686 7 INFO neutron.services.segments.plugin [-] Segment 1b07d2b6-1c42-46c8-b83d-f18292dffa24 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1b07d2b6-1c42-46c8-b83d-f18292dffa24 found for delete ", "request_id": "req-d4a2a6a9-af60-4288-9db6-c2748b19d966"}]} 2026-06-16 02:28:06.687 7 INFO neutron.services.segments.plugin [-] Segment 1b07d2b6-1c42-46c8-b83d-f18292dffa24 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1b07d2b6-1c42-46c8-b83d-f18292dffa24 found for delete ", "request_id": "req-b0f1265d-1511-4502-baae-81bc1999b8ef"}]} [pid: 7|app: 0|req: 1301/2522] 10.0.0.203 () {32 vars in 726 bytes} [Tue Jun 16 02:28:06 2026] DELETE /v2.0/networks/699b9637-a824-4a9e-acf1-fe13254063d4 => generated 0 bytes in 490 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1222/2523] 10.0.0.203 () {32 vars in 774 bytes} [Tue Jun 16 02:28:07 2026] GET /v2.0/security-groups?tenant_id=ed295cb03ce444329119728810e04b3f&name=default => generated 2929 bytes in 377 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1302/2524] 10.0.0.203 () {32 vars in 740 bytes} [Tue Jun 16 02:28:08 2026] DELETE /v2.0/security-groups/de8ba163-672c-4bd7-a661-e0e23c2249fd => 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: 1223/2525] 10.0.0.203 () {32 vars in 774 bytes} [Tue Jun 16 02:28:08 2026] GET /v2.0/security-groups?tenant_id=3f54ff740be144ce93651adeaa572031&name=default => generated 2925 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1303/2526] 10.0.0.203 () {32 vars in 740 bytes} [Tue Jun 16 02:28:08 2026] DELETE /v2.0/security-groups/b0bb472b-2feb-492e-9d2c-81ea92a6ff78 => generated 0 bytes in 243 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-16 02:28:10.678 8 INFO neutron.db.segments_db [None req-b6eea95f-340a-454a-aff7-750887ce83fd cfe1be6b7d8940b2ad3e6e1803af287d c448ca45ae6a4527b9385daa10cf3bb2 - - default default] Added segment 07ae1a8a-690d-4fa5-bfe0-4179396bd7a0 of type vxlan for network 8a220251-d349-4364-92fb-213c556b6c5a [pid: 8|app: 0|req: 1224/2527] 10.0.0.203 () {34 vars in 671 bytes} [Tue Jun 16 02:28:10 2026] POST /v2.0/networks => generated 722 bytes in 388 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1304/2528] 10.0.0.203 () {34 vars in 669 bytes} [Tue Jun 16 02:28:10 2026] POST /v2.0/subnets => generated 688 bytes in 203 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-16 02:28:11.018 8 INFO neutron.db.segments_db [None req-07648b07-432a-4657-a273-278dab74d419 cfe1be6b7d8940b2ad3e6e1803af287d c448ca45ae6a4527b9385daa10cf3bb2 - - default default] Added segment 8b0c9f04-b349-4dcc-b5cb-8d40ac2dd197 of type vxlan for network 88bf4043-4c72-4242-a42f-a8b2cd05b4c5 2026-06-16 02:28:11.260 8 INFO neutron.db.l3_hamode_db [None req-07648b07-432a-4657-a273-278dab74d419 cfe1be6b7d8940b2ad3e6e1803af287d e1942724c22243c99e9e80229e827468 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1305/2529] 10.0.0.17 () {34 vars in 1015 bytes} [Tue Jun 16 02:28:11 2026] GET /v2.0/security-groups?id=6391ab96-947b-43af-9d50-71b7f7017833&fields=id => generated 69 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1306/2530] 10.0.0.17 () {34 vars in 981 bytes} [Tue Jun 16 02:28:11 2026] GET /v2.0/networks?id=d26df95f-633f-466e-834d-4cdde880a26a => generated 735 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1307/2531] 10.0.0.17 () {34 vars in 964 bytes} [Tue Jun 16 02:28:11 2026] GET /v2.0/quotas/c448ca45ae6a4527b9385daa10cf3bb2 => generated 291 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1308/2532] 10.0.0.17 () {34 vars in 1001 bytes} [Tue Jun 16 02:28:11 2026] GET /v2.0/ports?tenant_id=c448ca45ae6a4527b9385daa10cf3bb2&fields=id => generated 149 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1309/2533] 10.0.0.17 () {34 vars in 1007 bytes} [Tue Jun 16 02:28:12 2026] GET /v2.0/networks/d26df95f-633f-466e-834d-4cdde880a26a?fields=segments => generated 14 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-16 02:28:12.079 8 INFO neutron.db.l3_hamode_db [None req-07648b07-432a-4657-a273-278dab74d419 cfe1be6b7d8940b2ad3e6e1803af287d c448ca45ae6a4527b9385daa10cf3bb2 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1310/2534] 10.0.0.17 () {34 vars in 1107 bytes} [Tue Jun 16 02:28:12 2026] GET /v2.0/networks/d26df95f-633f-466e-834d-4cdde880a26a?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1311/2535] 10.0.0.17 () {34 vars in 989 bytes} [Tue Jun 16 02:28:12 2026] GET /v2.0/ports?device_id=78e22ecf-90f0-4064-be1e-0cb1034ba864 => 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: 1312/2536] 10.0.0.17 () {34 vars in 989 bytes} [Tue Jun 16 02:28:12 2026] GET /v2.0/ports?device_id=78e22ecf-90f0-4064-be1e-0cb1034ba864 => 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: 1225/2537] 10.0.0.203 () {34 vars in 669 bytes} [Tue Jun 16 02:28:10 2026] POST /v2.0/routers => generated 728 bytes in 2105 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1313/2538] 10.0.0.203 () {34 vars in 783 bytes} [Tue Jun 16 02:28:13 2026] PUT /v2.0/routers/846df89b-53dd-4f4f-a7ca-42b7af150513/add_router_interface => generated 309 bytes in 1260 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 02:28:15.571 8 INFO neutron.db.segments_db [None req-fc045fdd-343f-4258-985d-2b4c5a88539b cfe1be6b7d8940b2ad3e6e1803af287d c448ca45ae6a4527b9385daa10cf3bb2 - - default default] Added segment 1b382191-1fa3-4d1f-ab77-bcb1cde0e392 of type vxlan for network 1d9de335-e835-4ce4-9bc4-145cf817b76e [pid: 7|app: 0|req: 1315/2541] 10.0.0.17 () {34 vars in 989 bytes} [Tue Jun 16 02:28:15 2026] GET /v2.0/ports?device_id=78e22ecf-90f0-4064-be1e-0cb1034ba864 => 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: 1227/2542] 10.0.0.203 () {34 vars in 671 bytes} [Tue Jun 16 02:28:15 2026] POST /v2.0/networks => generated 720 bytes in 347 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1228/2543] 10.0.0.17 () {34 vars in 989 bytes} [Tue Jun 16 02:28:15 2026] GET /v2.0/ports?device_id=78e22ecf-90f0-4064-be1e-0cb1034ba864 => generated 12 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1316/2544] 10.0.0.203 () {34 vars in 669 bytes} [Tue Jun 16 02:28:15 2026] POST /v2.0/subnets => generated 687 bytes in 218 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-16 02:28:16.009 8 INFO neutron.db.segments_db [None req-0913efc7-acd3-425d-a559-2a0ebdbb6ffd cfe1be6b7d8940b2ad3e6e1803af287d c448ca45ae6a4527b9385daa10cf3bb2 - - default default] Added segment 6ff9bedc-d562-4031-9170-301f8f3d59a4 of type vxlan for network 79b5de13-695d-4792-8c46-f08eabc28bf7 2026-06-16 02:28:16.311 8 INFO neutron.db.l3_hamode_db [None req-0913efc7-acd3-425d-a559-2a0ebdbb6ffd cfe1be6b7d8940b2ad3e6e1803af287d 1ad75dda16f54a04aa2edf3a554c6927 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1317/2545] 199.204.45.53 () {34 vars in 985 bytes} [Tue Jun 16 02:28:16 2026] GET /v2.0/networks?id=d26df95f-633f-466e-834d-4cdde880a26a => generated 735 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1318/2546] 199.204.45.53 () {34 vars in 1049 bytes} [Tue Jun 16 02:28:16 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=c448ca45ae6a4527b9385daa10cf3bb2 => generated 343 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1319/2547] 199.204.45.53 () {38 vars in 954 bytes} [Tue Jun 16 02:28:16 2026] POST /v2.0/ports => generated 1082 bytes in 329 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-16 02:28:17.669 8 INFO neutron.db.l3_hamode_db [None req-0913efc7-acd3-425d-a559-2a0ebdbb6ffd cfe1be6b7d8940b2ad3e6e1803af287d c448ca45ae6a4527b9385daa10cf3bb2 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1320/2548] 199.204.45.53 () {38 vars in 1027 bytes} [Tue Jun 16 02:28:17 2026] PUT /v2.0/ports/c01a1891-7980-4833-b0a6-8ef08324c00c => generated 1243 bytes in 484 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-16 02:28:17.718 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-f127e06e-f816-4217-8db4-478ddef64a30'] response: {'name': 'network-changed', 'server_uuid': '78e22ecf-90f0-4064-be1e-0cb1034ba864', 'tag': 'c01a1891-7980-4833-b0a6-8ef08324c00c', '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: 1321/2549] 199.204.45.53 () {34 vars in 1079 bytes} [Tue Jun 16 02:28:18 2026] GET /v2.0/ports?tenant_id=c448ca45ae6a4527b9385daa10cf3bb2&device_id=78e22ecf-90f0-4064-be1e-0cb1034ba864 => generated 1246 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1322/2550] 199.204.45.53 () {34 vars in 1017 bytes} [Tue Jun 16 02:28:18 2026] GET /v2.0/networks?tenant_id=c448ca45ae6a4527b9385daa10cf3bb2&shared=False => generated 735 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1323/2551] 199.204.45.53 () {34 vars in 929 bytes} [Tue Jun 16 02:28:18 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1229/2552] 10.0.0.203 () {34 vars in 669 bytes} [Tue Jun 16 02:28:15 2026] POST /v2.0/routers => generated 727 bytes in 2789 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1230/2553] 10.0.0.17 () {34 vars in 989 bytes} [Tue Jun 16 02:28:18 2026] GET /v2.0/ports?device_id=78e22ecf-90f0-4064-be1e-0cb1034ba864 => generated 1246 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1231/2554] 10.0.0.17 () {34 vars in 1039 bytes} [Tue Jun 16 02:28:18 2026] GET /v2.0/security-groups?id=6391ab96-947b-43af-9d50-71b7f7017833&fields=id&fields=name => generated 96 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1232/2555] 10.0.0.17 () {34 vars in 989 bytes} [Tue Jun 16 02:28:18 2026] GET /v2.0/ports?device_id=78e22ecf-90f0-4064-be1e-0cb1034ba864 => generated 1246 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1233/2556] 199.204.45.53 () {34 vars in 1079 bytes} [Tue Jun 16 02:28:19 2026] GET /v2.0/ports?tenant_id=c448ca45ae6a4527b9385daa10cf3bb2&device_id=78e22ecf-90f0-4064-be1e-0cb1034ba864 => generated 1246 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1234/2557] 199.204.45.53 () {34 vars in 1061 bytes} [Tue Jun 16 02:28:19 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.0.187&port_id=c01a1891-7980-4833-b0a6-8ef08324c00c => 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: 1235/2558] 199.204.45.53 () {34 vars in 983 bytes} [Tue Jun 16 02:28:19 2026] GET /v2.0/subnets?id=30edb630-d2bc-4761-8e5f-963dcfc90719 => 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: 1236/2559] 199.204.45.53 () {34 vars in 1051 bytes} [Tue Jun 16 02:28:19 2026] GET /v2.0/ports?network_id=d26df95f-633f-466e-834d-4cdde880a26a&device_owner=network%3Adhcp => generated 1244 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1237/2560] 199.204.45.53 () {34 vars in 1011 bytes} [Tue Jun 16 02:28:19 2026] GET /v2.0/networks/d26df95f-633f-466e-834d-4cdde880a26a?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: 1238/2561] 199.204.45.53 () {34 vars in 1111 bytes} [Tue Jun 16 02:28:19 2026] GET /v2.0/networks/d26df95f-633f-466e-834d-4cdde880a26a?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1324/2562] 10.0.0.203 () {34 vars in 783 bytes} [Tue Jun 16 02:28:18 2026] PUT /v2.0/routers/341f7f64-8d42-4eed-b6cc-010b4a2e50ea/add_router_interface => generated 309 bytes in 1772 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1239/2563] 10.0.0.203 () {34 vars in 685 bytes} [Tue Jun 16 02:28:21 2026] POST /v2.0/security-groups => generated 1675 bytes in 122 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1325/2564] 10.0.0.203 () {34 vars in 695 bytes} [Tue Jun 16 02:28:21 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: 8|app: 0|req: 1240/2565] 10.0.0.203 () {34 vars in 695 bytes} [Tue Jun 16 02:28:21 2026] POST /v2.0/security-group-rules => generated 596 bytes in 281 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1326/2566] 10.0.0.203 () {34 vars in 695 bytes} [Tue Jun 16 02:28:21 2026] POST /v2.0/security-group-rules => generated 602 bytes in 126 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1241/2567] 10.0.0.17 () {34 vars in 989 bytes} [Tue Jun 16 02:28:21 2026] GET /v2.0/ports?device_id=78e22ecf-90f0-4064-be1e-0cb1034ba864 => generated 1246 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1242/2568] 10.0.0.17 () {34 vars in 1039 bytes} [Tue Jun 16 02:28:21 2026] GET /v2.0/security-groups?id=6391ab96-947b-43af-9d50-71b7f7017833&fields=id&fields=name => generated 96 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1327/2569] 10.0.0.203 () {34 vars in 695 bytes} [Tue Jun 16 02:28:21 2026] POST /v2.0/security-group-rules => generated 601 bytes in 128 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-16 02:28:22.067 7 INFO neutron.db.securitygroups_db [None req-7da6591f-5d0c-406d-9da9-08103f84aeb0 560294088128412d9c1e769d97968c85 e1942724c22243c99e9e80229e827468 - - default default] Project e1942724c22243c99e9e80229e827468 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: 1243/2570] 10.0.0.17 () {34 vars in 989 bytes} [Tue Jun 16 02:28:22 2026] GET /v2.0/ports?device_id=78e22ecf-90f0-4064-be1e-0cb1034ba864 => generated 1246 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1328/2571] 10.0.0.203 () {34 vars in 695 bytes} [Tue Jun 16 02:28:22 2026] POST /v2.0/security-group-rules => generated 607 bytes in 128 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-16 02:28:22.192 8 INFO neutron.db.securitygroups_db [None req-90812f48-b04e-44da-98c4-eed30f497415 560294088128412d9c1e769d97968c85 e1942724c22243c99e9e80229e827468 - - default default] Project e1942724c22243c99e9e80229e827468 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: 1244/2572] 10.0.0.203 () {34 vars in 695 bytes} [Tue Jun 16 02:28:22 2026] POST /v2.0/security-group-rules => generated 606 bytes in 96 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1329/2573] 10.0.0.203 () {34 vars in 685 bytes} [Tue Jun 16 02:28:22 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: 1245/2574] 10.0.0.203 () {34 vars in 695 bytes} [Tue Jun 16 02:28:22 2026] POST /v2.0/security-group-rules => generated 597 bytes in 111 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1330/2575] 10.0.0.203 () {34 vars in 695 bytes} [Tue Jun 16 02:28:22 2026] POST /v2.0/security-group-rules => generated 602 bytes in 123 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1246/2576] 10.0.0.203 () {34 vars in 676 bytes} [Tue Jun 16 02:28:23 2026] POST /v2.0/floatingips => generated 552 bytes in 503 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1331/2577] 10.0.0.17 () {34 vars in 1099 bytes} [Tue Jun 16 02:28:23 2026] GET /v2.0/security-groups?name=tempest-securitygroup--1458896909&fields=id&tenant_id=e1942724c22243c99e9e80229e827468 => 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: 1247/2578] 10.0.0.17 () {34 vars in 1097 bytes} [Tue Jun 16 02:28:23 2026] GET /v2.0/security-groups?name=tempest-secgroup-smoke-405168905&fields=id&tenant_id=e1942724c22243c99e9e80229e827468 => generated 69 bytes in 110 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1332/2579] 199.204.45.53 () {34 vars in 993 bytes} [Tue Jun 16 02:28:23 2026] GET /v2.0/ports?device_id=78e22ecf-90f0-4064-be1e-0cb1034ba864 => generated 1248 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1248/2580] 199.204.45.53 () {34 vars in 1043 bytes} [Tue Jun 16 02:28:23 2026] GET /v2.0/security-groups?id=6391ab96-947b-43af-9d50-71b7f7017833&fields=id&fields=name => generated 96 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1333/2581] 10.0.0.17 () {34 vars in 981 bytes} [Tue Jun 16 02:28:23 2026] GET /v2.0/networks?id=8a220251-d349-4364-92fb-213c556b6c5a => generated 673 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1249/2582] 10.0.0.17 () {34 vars in 964 bytes} [Tue Jun 16 02:28:23 2026] GET /v2.0/quotas/e1942724c22243c99e9e80229e827468 => 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: 1334/2583] 10.0.0.17 () {34 vars in 1001 bytes} [Tue Jun 16 02:28:23 2026] GET /v2.0/ports?tenant_id=e1942724c22243c99e9e80229e827468&fields=id => generated 103 bytes in 111 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1250/2584] 10.0.0.17 () {34 vars in 1007 bytes} [Tue Jun 16 02:28:24 2026] GET /v2.0/networks/8a220251-d349-4364-92fb-213c556b6c5a?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: 1335/2585] 10.0.0.17 () {34 vars in 1107 bytes} [Tue Jun 16 02:28:24 2026] GET /v2.0/networks/8a220251-d349-4364-92fb-213c556b6c5a?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1251/2586] 10.0.0.17 () {34 vars in 989 bytes} [Tue Jun 16 02:28:24 2026] GET /v2.0/ports?device_id=b02c36e4-c94c-4c83-9ccf-2048cc0f81dd => 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: 1336/2587] 10.0.0.17 () {34 vars in 989 bytes} [Tue Jun 16 02:28:25 2026] GET /v2.0/ports?device_id=78e22ecf-90f0-4064-be1e-0cb1034ba864 => generated 1248 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1252/2588] 10.0.0.17 () {34 vars in 1039 bytes} [Tue Jun 16 02:28:25 2026] GET /v2.0/security-groups?id=6391ab96-947b-43af-9d50-71b7f7017833&fields=id&fields=name => generated 96 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1337/2589] 10.0.0.17 () {34 vars in 989 bytes} [Tue Jun 16 02:28:25 2026] GET /v2.0/ports?device_id=78e22ecf-90f0-4064-be1e-0cb1034ba864 => generated 1248 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1253/2590] 10.0.0.17 () {34 vars in 989 bytes} [Tue Jun 16 02:28:25 2026] GET /v2.0/ports?device_id=b02c36e4-c94c-4c83-9ccf-2048cc0f81dd => 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: 1338/2591] 10.0.0.17 () {34 vars in 989 bytes} [Tue Jun 16 02:28:26 2026] GET /v2.0/ports?device_id=b02c36e4-c94c-4c83-9ccf-2048cc0f81dd => 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: 1254/2592] 10.0.0.17 () {34 vars in 989 bytes} [Tue Jun 16 02:28:27 2026] GET /v2.0/ports?device_id=b02c36e4-c94c-4c83-9ccf-2048cc0f81dd => 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: 1339/2593] 10.0.0.17 () {34 vars in 989 bytes} [Tue Jun 16 02:28:28 2026] GET /v2.0/ports?device_id=78e22ecf-90f0-4064-be1e-0cb1034ba864 => generated 1248 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1255/2594] 10.0.0.17 () {34 vars in 1039 bytes} [Tue Jun 16 02:28:28 2026] GET /v2.0/security-groups?id=6391ab96-947b-43af-9d50-71b7f7017833&fields=id&fields=name => generated 96 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1340/2595] 10.0.0.17 () {34 vars in 989 bytes} [Tue Jun 16 02:28:28 2026] GET /v2.0/ports?device_id=78e22ecf-90f0-4064-be1e-0cb1034ba864 => generated 1248 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1341/2596] 10.0.0.17 () {34 vars in 989 bytes} [Tue Jun 16 02:28:28 2026] GET /v2.0/ports?device_id=b02c36e4-c94c-4c83-9ccf-2048cc0f81dd => 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: 1256/2597] 199.204.45.53 () {34 vars in 985 bytes} [Tue Jun 16 02:28:28 2026] GET /v2.0/networks?id=8a220251-d349-4364-92fb-213c556b6c5a => generated 673 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1342/2598] 199.204.45.53 () {34 vars in 1049 bytes} [Tue Jun 16 02:28:28 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=e1942724c22243c99e9e80229e827468 => generated 273 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1257/2599] 199.204.45.53 () {38 vars in 954 bytes} [Tue Jun 16 02:28:28 2026] POST /v2.0/ports => generated 993 bytes in 408 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1343/2602] 199.204.45.53 () {38 vars in 1027 bytes} [Tue Jun 16 02:28:29 2026] PUT /v2.0/ports/a3415397-6516-4a41-a0a8-61aa71cc0f39 => generated 1274 bytes in 382 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-16 02:28:29.698 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-0a93bf7b-3289-4d17-9c5b-8342f0b8a97a'] response: {'name': 'network-changed', 'server_uuid': 'b02c36e4-c94c-4c83-9ccf-2048cc0f81dd', 'tag': 'a3415397-6516-4a41-a0a8-61aa71cc0f39', '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: 1260/2603] 10.0.0.17 () {34 vars in 989 bytes} [Tue Jun 16 02:28:29 2026] GET /v2.0/ports?device_id=b02c36e4-c94c-4c83-9ccf-2048cc0f81dd => generated 1008 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1344/2604] 10.0.0.17 () {34 vars in 1119 bytes} [Tue Jun 16 02:28:29 2026] GET /v2.0/security-groups?id=4c9d1394-0b4b-4468-9ff7-0a7903cbec15&id=8cf5a2c0-c206-4876-abf3-2138d67c8ee5&fields=id&fields=name => generated 206 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1261/2605] 199.204.45.53 () {34 vars in 1079 bytes} [Tue Jun 16 02:28:30 2026] GET /v2.0/ports?tenant_id=e1942724c22243c99e9e80229e827468&device_id=b02c36e4-c94c-4c83-9ccf-2048cc0f81dd => generated 1277 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1345/2606] 199.204.45.53 () {34 vars in 1017 bytes} [Tue Jun 16 02:28:30 2026] GET /v2.0/networks?tenant_id=e1942724c22243c99e9e80229e827468&shared=False => generated 769 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1262/2607] 199.204.45.53 () {34 vars in 929 bytes} [Tue Jun 16 02:28:30 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1346/2608] 10.0.0.17 () {34 vars in 989 bytes} [Tue Jun 16 02:28:31 2026] GET /v2.0/ports?device_id=b02c36e4-c94c-4c83-9ccf-2048cc0f81dd => generated 1008 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1263/2609] 10.0.0.17 () {34 vars in 1119 bytes} [Tue Jun 16 02:28:31 2026] GET /v2.0/security-groups?id=4c9d1394-0b4b-4468-9ff7-0a7903cbec15&id=8cf5a2c0-c206-4876-abf3-2138d67c8ee5&fields=id&fields=name => generated 206 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1347/2610] 199.204.45.53 () {34 vars in 1079 bytes} [Tue Jun 16 02:28:31 2026] GET /v2.0/ports?tenant_id=e1942724c22243c99e9e80229e827468&device_id=b02c36e4-c94c-4c83-9ccf-2048cc0f81dd => generated 1277 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1264/2611] 199.204.45.53 () {34 vars in 1057 bytes} [Tue Jun 16 02:28:31 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.6&port_id=a3415397-6516-4a41-a0a8-61aa71cc0f39 => 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: 1348/2612] 199.204.45.53 () {34 vars in 983 bytes} [Tue Jun 16 02:28:31 2026] GET /v2.0/subnets?id=5784cd9a-6f43-4507-b5d6-802d136a6c5b => generated 691 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1265/2613] 199.204.45.53 () {34 vars in 1051 bytes} [Tue Jun 16 02:28:31 2026] GET /v2.0/ports?network_id=8a220251-d349-4364-92fb-213c556b6c5a&device_owner=network%3Adhcp => generated 1244 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1349/2614] 199.204.45.53 () {34 vars in 1011 bytes} [Tue Jun 16 02:28:31 2026] GET /v2.0/networks/8a220251-d349-4364-92fb-213c556b6c5a?fields=segments => generated 14 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1266/2615] 199.204.45.53 () {34 vars in 1111 bytes} [Tue Jun 16 02:28:31 2026] GET /v2.0/networks/8a220251-d349-4364-92fb-213c556b6c5a?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1350/2616] 10.0.0.17 () {34 vars in 989 bytes} [Tue Jun 16 02:28:32 2026] GET /v2.0/ports?device_id=b02c36e4-c94c-4c83-9ccf-2048cc0f81dd => generated 1008 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1267/2617] 10.0.0.17 () {34 vars in 1119 bytes} [Tue Jun 16 02:28:32 2026] GET /v2.0/security-groups?id=4c9d1394-0b4b-4468-9ff7-0a7903cbec15&id=8cf5a2c0-c206-4876-abf3-2138d67c8ee5&fields=id&fields=name => generated 206 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1351/2618] 10.0.0.17 () {34 vars in 989 bytes} [Tue Jun 16 02:28:33 2026] GET /v2.0/ports?device_id=b02c36e4-c94c-4c83-9ccf-2048cc0f81dd => generated 1008 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1268/2619] 10.0.0.17 () {34 vars in 1119 bytes} [Tue Jun 16 02:28:33 2026] GET /v2.0/security-groups?id=4c9d1394-0b4b-4468-9ff7-0a7903cbec15&id=8cf5a2c0-c206-4876-abf3-2138d67c8ee5&fields=id&fields=name => generated 206 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1352/2620] 10.0.0.17 () {34 vars in 989 bytes} [Tue Jun 16 02:28:34 2026] GET /v2.0/ports?device_id=b02c36e4-c94c-4c83-9ccf-2048cc0f81dd => generated 1008 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1269/2621] 10.0.0.17 () {34 vars in 1119 bytes} [Tue Jun 16 02:28:34 2026] GET /v2.0/security-groups?id=4c9d1394-0b4b-4468-9ff7-0a7903cbec15&id=8cf5a2c0-c206-4876-abf3-2138d67c8ee5&fields=id&fields=name => generated 206 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1353/2622] 199.204.45.53 () {34 vars in 993 bytes} [Tue Jun 16 02:28:34 2026] GET /v2.0/ports?device_id=b02c36e4-c94c-4c83-9ccf-2048cc0f81dd => generated 1277 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1270/2623] 199.204.45.53 () {34 vars in 1123 bytes} [Tue Jun 16 02:28:34 2026] GET /v2.0/security-groups?id=4c9d1394-0b4b-4468-9ff7-0a7903cbec15&id=8cf5a2c0-c206-4876-abf3-2138d67c8ee5&fields=id&fields=name => generated 206 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1354/2624] 10.0.0.17 () {34 vars in 989 bytes} [Tue Jun 16 02:28:35 2026] GET /v2.0/ports?device_id=b02c36e4-c94c-4c83-9ccf-2048cc0f81dd => generated 1010 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1271/2625] 10.0.0.17 () {34 vars in 1119 bytes} [Tue Jun 16 02:28:35 2026] GET /v2.0/security-groups?id=4c9d1394-0b4b-4468-9ff7-0a7903cbec15&id=8cf5a2c0-c206-4876-abf3-2138d67c8ee5&fields=id&fields=name => generated 206 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1355/2626] 10.0.0.17 () {34 vars in 989 bytes} [Tue Jun 16 02:28:37 2026] GET /v2.0/ports?device_id=b02c36e4-c94c-4c83-9ccf-2048cc0f81dd => generated 1010 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1272/2627] 10.0.0.17 () {34 vars in 1119 bytes} [Tue Jun 16 02:28:37 2026] GET /v2.0/security-groups?id=4c9d1394-0b4b-4468-9ff7-0a7903cbec15&id=8cf5a2c0-c206-4876-abf3-2138d67c8ee5&fields=id&fields=name => generated 206 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1356/2628] 10.0.0.17 () {34 vars in 989 bytes} [Tue Jun 16 02:28:37 2026] GET /v2.0/ports?device_id=b02c36e4-c94c-4c83-9ccf-2048cc0f81dd => generated 1010 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-16 02:28:37.702 8 INFO neutron.db.l3_db [None req-6e227653-97af-4993-b163-c8ac56ea15b7 560294088128412d9c1e769d97968c85 e1942724c22243c99e9e80229e827468 - - default default] Floating IP df829c52-08c7-4893-a138-8d6a76a82c68 associated. External IP: 10.96.250.211, port: a3415397-6516-4a41-a0a8-61aa71cc0f39. [pid: 8|app: 0|req: 1273/2629] 10.0.0.203 () {34 vars in 749 bytes} [Tue Jun 16 02:28:37 2026] PUT /v2.0/floatingips/df829c52-08c7-4893-a138-8d6a76a82c68 => generated 855 bytes in 724 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 02:28:38.102 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-f621c6ad-2e62-40eb-80fd-5c4ef141b8e0'] response: {'name': 'network-changed', 'server_uuid': 'b02c36e4-c94c-4c83-9ccf-2048cc0f81dd', 'tag': 'a3415397-6516-4a41-a0a8-61aa71cc0f39', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1357/2630] 199.204.45.53 () {34 vars in 1079 bytes} [Tue Jun 16 02:28:38 2026] GET /v2.0/ports?tenant_id=e1942724c22243c99e9e80229e827468&device_id=b02c36e4-c94c-4c83-9ccf-2048cc0f81dd => generated 1279 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1274/2631] 199.204.45.53 () {34 vars in 985 bytes} [Tue Jun 16 02:28:38 2026] GET /v2.0/networks?id=8a220251-d349-4364-92fb-213c556b6c5a => 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: 1358/2632] 199.204.45.53 () {34 vars in 1057 bytes} [Tue Jun 16 02:28:38 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.6&port_id=a3415397-6516-4a41-a0a8-61aa71cc0f39 => generated 858 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1275/2633] 199.204.45.53 () {34 vars in 983 bytes} [Tue Jun 16 02:28:38 2026] GET /v2.0/subnets?id=5784cd9a-6f43-4507-b5d6-802d136a6c5b => generated 691 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1359/2634] 199.204.45.53 () {34 vars in 1051 bytes} [Tue Jun 16 02:28:38 2026] GET /v2.0/ports?network_id=8a220251-d349-4364-92fb-213c556b6c5a&device_owner=network%3Adhcp => generated 1244 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1276/2635] 199.204.45.53 () {34 vars in 1011 bytes} [Tue Jun 16 02:28:38 2026] GET /v2.0/networks/8a220251-d349-4364-92fb-213c556b6c5a?fields=segments => generated 14 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1360/2636] 199.204.45.53 () {34 vars in 1111 bytes} [Tue Jun 16 02:28:38 2026] GET /v2.0/networks/8a220251-d349-4364-92fb-213c556b6c5a?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1278/2639] 10.0.0.17 () {34 vars in 989 bytes} [Tue Jun 16 02:28:46 2026] GET /v2.0/ports?device_id=b02c36e4-c94c-4c83-9ccf-2048cc0f81dd => generated 1010 bytes in 232 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1362/2640] 10.0.0.17 () {34 vars in 1119 bytes} [Tue Jun 16 02:28:46 2026] GET /v2.0/security-groups?id=4c9d1394-0b4b-4468-9ff7-0a7903cbec15&id=8cf5a2c0-c206-4876-abf3-2138d67c8ee5&fields=id&fields=name => generated 206 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1279/2641] 10.0.0.203 () {32 vars in 736 bytes} [Tue Jun 16 02:28:46 2026] GET /v2.0/ports?device_id=b02c36e4-c94c-4c83-9ccf-2048cc0f81dd => generated 1279 bytes in 99 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1363/2642] 10.0.0.203 () {32 vars in 858 bytes} [Tue Jun 16 02:28:46 2026] GET /v2.0/floatingips?floating_network_id=12e17d28-9927-4b2c-aebb-0d27b6645488&port_id=a3415397-6516-4a41-a0a8-61aa71cc0f39 => generated 860 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1280/2643] 10.0.0.234 () {34 vars in 990 bytes} [Tue Jun 16 02:28:47 2026] GET /v2.0/ports?device_id=b02c36e4-c94c-4c83-9ccf-2048cc0f81dd => generated 1279 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1364/2644] 10.0.0.234 () {34 vars in 1120 bytes} [Tue Jun 16 02:28:47 2026] GET /v2.0/security-groups?id=8cf5a2c0-c206-4876-abf3-2138d67c8ee5&id=4c9d1394-0b4b-4468-9ff7-0a7903cbec15&fields=id&fields=name => generated 206 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1281/2645] 10.0.0.17 () {34 vars in 989 bytes} [Tue Jun 16 02:28:50 2026] GET /v2.0/ports?device_id=b02c36e4-c94c-4c83-9ccf-2048cc0f81dd => generated 1010 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1365/2646] 10.0.0.17 () {34 vars in 1119 bytes} [Tue Jun 16 02:28:51 2026] GET /v2.0/security-groups?id=4c9d1394-0b4b-4468-9ff7-0a7903cbec15&id=8cf5a2c0-c206-4876-abf3-2138d67c8ee5&fields=id&fields=name => generated 206 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1282/2647] 10.0.0.17 () {34 vars in 989 bytes} [Tue Jun 16 02:28:52 2026] GET /v2.0/ports?device_id=b02c36e4-c94c-4c83-9ccf-2048cc0f81dd => generated 1010 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1366/2648] 10.0.0.17 () {34 vars in 1119 bytes} [Tue Jun 16 02:28:52 2026] GET /v2.0/security-groups?id=4c9d1394-0b4b-4468-9ff7-0a7903cbec15&id=8cf5a2c0-c206-4876-abf3-2138d67c8ee5&fields=id&fields=name => generated 206 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1283/2649] 199.204.45.53 () {34 vars in 993 bytes} [Tue Jun 16 02:28:53 2026] GET /v2.0/ports?device_id=b02c36e4-c94c-4c83-9ccf-2048cc0f81dd => generated 1010 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1367/2650] 10.0.0.17 () {34 vars in 989 bytes} [Tue Jun 16 02:28:53 2026] GET /v2.0/ports?device_id=b02c36e4-c94c-4c83-9ccf-2048cc0f81dd => generated 1010 bytes in 98 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1368/2651] 10.0.0.17 () {34 vars in 1119 bytes} [Tue Jun 16 02:28:53 2026] GET /v2.0/security-groups?id=4c9d1394-0b4b-4468-9ff7-0a7903cbec15&id=8cf5a2c0-c206-4876-abf3-2138d67c8ee5&fields=id&fields=name => generated 206 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 02:28:53.653 8 INFO neutron_taas.services.taas.taas_plugin [req-74369c54-dc0a-4fa1-9f5c-15ab583dae4a req-d4dd4b9a-876b-4ad7-a960-5b28f2d36053 560294088128412d9c1e769d97968c85 e1942724c22243c99e9e80229e827468 - - default default] TaaS: Handle Delete Port: a3415397-6516-4a41-a0a8-61aa71cc0f39 2026-06-16 02:28:53.657 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-74369c54-dc0a-4fa1-9f5c-15ab583dae4a req-d4dd4b9a-876b-4ad7-a960-5b28f2d36053 560294088128412d9c1e769d97968c85 e1942724c22243c99e9e80229e827468 - - default default] Tap Mirror: Handle Delete Port: a3415397-6516-4a41-a0a8-61aa71cc0f39 2026-06-16 02:28:53.775 8 INFO neutron.db.l3_db [req-74369c54-dc0a-4fa1-9f5c-15ab583dae4a req-d4dd4b9a-876b-4ad7-a960-5b28f2d36053 560294088128412d9c1e769d97968c85 e1942724c22243c99e9e80229e827468 - - default default] Floating IP df829c52-08c7-4893-a138-8d6a76a82c68 disassociated. External IP: 10.96.250.211, port: a3415397-6516-4a41-a0a8-61aa71cc0f39. [pid: 8|app: 0|req: 1284/2652] 199.204.45.53 () {36 vars in 996 bytes} [Tue Jun 16 02:28:53 2026] DELETE /v2.0/ports/a3415397-6516-4a41-a0a8-61aa71cc0f39 => generated 0 bytes in 845 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-16 02:28:54.429 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-cb499503-eb05-449a-bb1c-abfa7ad169ea'] response: {'server_uuid': 'b02c36e4-c94c-4c83-9ccf-2048cc0f81dd', 'name': 'network-vif-deleted', 'tag': 'a3415397-6516-4a41-a0a8-61aa71cc0f39', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1369/2653] 10.0.0.17 () {34 vars in 989 bytes} [Tue Jun 16 02:28:54 2026] GET /v2.0/ports?device_id=b02c36e4-c94c-4c83-9ccf-2048cc0f81dd => 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: 1285/2654] 10.0.0.17 () {34 vars in 989 bytes} [Tue Jun 16 02:28:55 2026] GET /v2.0/ports?device_id=b02c36e4-c94c-4c83-9ccf-2048cc0f81dd => 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: 1370/2655] 10.0.0.17 () {34 vars in 989 bytes} [Tue Jun 16 02:28:56 2026] GET /v2.0/ports?device_id=b02c36e4-c94c-4c83-9ccf-2048cc0f81dd => 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: 1286/2656] 10.0.0.203 () {32 vars in 740 bytes} [Tue Jun 16 02:28:58 2026] DELETE /v2.0/security-groups/4c9d1394-0b4b-4468-9ff7-0a7903cbec15 => generated 0 bytes in 486 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-16 02:28:58.751 7 INFO neutron.api.v2.resource [None req-dfd810e5-89af-4f08-a4c2-1de9c400afc1 560294088128412d9c1e769d97968c85 e1942724c22243c99e9e80229e827468 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1371/2657] 10.0.0.203 () {32 vars in 737 bytes} [Tue Jun 16 02:28:58 2026] GET /v2.0/security-groups/4c9d1394-0b4b-4468-9ff7-0a7903cbec15 => generated 146 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-16 02:28:58.940 8 INFO neutron_taas.services.taas.taas_plugin [None req-b1ee8da3-d1a9-4a84-9d7a-d08933675bae 560294088128412d9c1e769d97968c85 e1942724c22243c99e9e80229e827468 - - default default] TaaS: Handle Delete Port: a1a8a5e6-57fd-43cd-97f2-727c5e84e3d2 2026-06-16 02:28:58.945 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b1ee8da3-d1a9-4a84-9d7a-d08933675bae 560294088128412d9c1e769d97968c85 e1942724c22243c99e9e80229e827468 - - default default] Tap Mirror: Handle Delete Port: a1a8a5e6-57fd-43cd-97f2-727c5e84e3d2 [pid: 8|app: 0|req: 1287/2658] 10.0.0.203 () {32 vars in 732 bytes} [Tue Jun 16 02:28:58 2026] DELETE /v2.0/floatingips/df829c52-08c7-4893-a138-8d6a76a82c68 => generated 0 bytes in 550 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1372/2659] 10.0.0.203 () {32 vars in 740 bytes} [Tue Jun 16 02:28:59 2026] DELETE /v2.0/security-groups/8cf5a2c0-c206-4876-abf3-2138d67c8ee5 => generated 0 bytes in 234 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-16 02:29:00.195 7 INFO neutron_taas.services.taas.taas_plugin [None req-a246d751-a473-419a-8169-63cd628d16e1 cfe1be6b7d8940b2ad3e6e1803af287d c448ca45ae6a4527b9385daa10cf3bb2 - - default default] TaaS: Handle Delete Port: ee568fe7-b222-4454-99b0-4db707a00e61 2026-06-16 02:29:00.199 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a246d751-a473-419a-8169-63cd628d16e1 cfe1be6b7d8940b2ad3e6e1803af287d c448ca45ae6a4527b9385daa10cf3bb2 - - default default] Tap Mirror: Handle Delete Port: ee568fe7-b222-4454-99b0-4db707a00e61 [pid: 7|app: 0|req: 1374/2662] 10.0.0.203 () {34 vars in 789 bytes} [Tue Jun 16 02:28:59 2026] PUT /v2.0/routers/846df89b-53dd-4f4f-a7ca-42b7af150513/remove_router_interface => generated 309 bytes in 1163 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 02:29:01.138 8 INFO neutron_taas.services.taas.taas_plugin [None req-7f09cab8-5714-48b8-b79f-ca64d76f8082 cfe1be6b7d8940b2ad3e6e1803af287d c448ca45ae6a4527b9385daa10cf3bb2 - - default default] TaaS: Handle Delete Port: 39e6d5d2-9ffc-4006-a94f-74ea7879a035 2026-06-16 02:29:01.141 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7f09cab8-5714-48b8-b79f-ca64d76f8082 cfe1be6b7d8940b2ad3e6e1803af287d c448ca45ae6a4527b9385daa10cf3bb2 - - default default] Tap Mirror: Handle Delete Port: 39e6d5d2-9ffc-4006-a94f-74ea7879a035 2026-06-16 02:29:01.480 8 INFO neutron_taas.services.taas.taas_plugin [None req-7f09cab8-5714-48b8-b79f-ca64d76f8082 cfe1be6b7d8940b2ad3e6e1803af287d c448ca45ae6a4527b9385daa10cf3bb2 - - default default] TaaS: Handle Delete Port: 29a67e9c-51f5-42ff-964e-861f68897ba2 2026-06-16 02:29:01.484 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7f09cab8-5714-48b8-b79f-ca64d76f8082 cfe1be6b7d8940b2ad3e6e1803af287d c448ca45ae6a4527b9385daa10cf3bb2 - - default default] Tap Mirror: Handle Delete Port: 29a67e9c-51f5-42ff-964e-861f68897ba2 2026-06-16 02:29:01.916 8 INFO neutron.services.segments.plugin [-] Segment 8b0c9f04-b349-4dcc-b5cb-8d40ac2dd197 resource provider aggregate not found 2026-06-16 02:29:01.922 8 INFO neutron.services.segments.plugin [-] Segment 8b0c9f04-b349-4dcc-b5cb-8d40ac2dd197 resource provider aggregate not found 2026-06-16 02:29:01.937 8 INFO neutron.services.segments.plugin [-] Segment 8b0c9f04-b349-4dcc-b5cb-8d40ac2dd197 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8b0c9f04-b349-4dcc-b5cb-8d40ac2dd197 found for delete ", "request_id": "req-068d3368-17d9-48b5-a14a-8478d478c258"}]} 2026-06-16 02:29:01.941 8 INFO neutron.db.l3_hamode_db [None req-7f09cab8-5714-48b8-b79f-ca64d76f8082 cfe1be6b7d8940b2ad3e6e1803af287d c448ca45ae6a4527b9385daa10cf3bb2 - - default default] HA network 88bf4043-4c72-4242-a42f-a8b2cd05b4c5 was deleted as no HA routers are present in tenant e1942724c22243c99e9e80229e827468. 2026-06-16 02:29:01.948 8 INFO neutron.services.segments.plugin [-] Segment 8b0c9f04-b349-4dcc-b5cb-8d40ac2dd197 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8b0c9f04-b349-4dcc-b5cb-8d40ac2dd197 found for delete ", "request_id": "req-c7d840d6-2dfd-4515-902f-a6ccfcf6157c"}]} [pid: 8|app: 0|req: 1289/2663] 10.0.0.203 () {32 vars in 724 bytes} [Tue Jun 16 02:29:00 2026] DELETE /v2.0/routers/846df89b-53dd-4f4f-a7ca-42b7af150513 => generated 0 bytes in 1105 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1375/2664] 10.0.0.203 () {32 vars in 724 bytes} [Tue Jun 16 02:29:01 2026] DELETE /v2.0/subnets/5784cd9a-6f43-4507-b5d6-802d136a6c5b => generated 0 bytes in 165 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-16 02:29:02.224 8 INFO neutron_taas.services.taas.taas_plugin [None req-c6a728ce-3ca3-4a44-bd61-7b2c3d59b703 cfe1be6b7d8940b2ad3e6e1803af287d c448ca45ae6a4527b9385daa10cf3bb2 - - default default] TaaS: Handle Delete Port: 19d211c6-3a30-42fb-b978-abfe9159ae81 2026-06-16 02:29:02.228 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c6a728ce-3ca3-4a44-bd61-7b2c3d59b703 cfe1be6b7d8940b2ad3e6e1803af287d c448ca45ae6a4527b9385daa10cf3bb2 - - default default] Tap Mirror: Handle Delete Port: 19d211c6-3a30-42fb-b978-abfe9159ae81 [pid: 8|app: 0|req: 1290/2665] 10.0.0.203 () {32 vars in 726 bytes} [Tue Jun 16 02:29:02 2026] DELETE /v2.0/networks/8a220251-d349-4364-92fb-213c556b6c5a => generated 0 bytes in 359 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-16 02:29:02.864 7 INFO neutron_taas.services.taas.taas_plugin [None req-788da3c2-f34b-4618-a2ab-192daacb5c60 cfe1be6b7d8940b2ad3e6e1803af287d c448ca45ae6a4527b9385daa10cf3bb2 - - default default] TaaS: Handle Delete Port: ec93468a-0fac-421d-a61b-848f8f875520 2026-06-16 02:29:02.867 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-788da3c2-f34b-4618-a2ab-192daacb5c60 cfe1be6b7d8940b2ad3e6e1803af287d c448ca45ae6a4527b9385daa10cf3bb2 - - default default] Tap Mirror: Handle Delete Port: ec93468a-0fac-421d-a61b-848f8f875520 [pid: 7|app: 0|req: 1376/2666] 10.0.0.203 () {34 vars in 789 bytes} [Tue Jun 16 02:29:02 2026] PUT /v2.0/routers/341f7f64-8d42-4eed-b6cc-010b4a2e50ea/remove_router_interface => generated 309 bytes in 864 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 02:29:03.622 8 INFO neutron_taas.services.taas.taas_plugin [None req-95036593-83ae-4a64-a75c-7cbaa8d15b3f cfe1be6b7d8940b2ad3e6e1803af287d c448ca45ae6a4527b9385daa10cf3bb2 - - default default] TaaS: Handle Delete Port: af437dff-e221-4e5d-9833-b58d0e462106 2026-06-16 02:29:03.625 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-95036593-83ae-4a64-a75c-7cbaa8d15b3f cfe1be6b7d8940b2ad3e6e1803af287d c448ca45ae6a4527b9385daa10cf3bb2 - - default default] Tap Mirror: Handle Delete Port: af437dff-e221-4e5d-9833-b58d0e462106 2026-06-16 02:29:03.893 8 INFO neutron_taas.services.taas.taas_plugin [None req-95036593-83ae-4a64-a75c-7cbaa8d15b3f cfe1be6b7d8940b2ad3e6e1803af287d c448ca45ae6a4527b9385daa10cf3bb2 - - default default] TaaS: Handle Delete Port: 93587639-b5a9-4ed1-8c57-58148792d40d 2026-06-16 02:29:03.896 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-95036593-83ae-4a64-a75c-7cbaa8d15b3f cfe1be6b7d8940b2ad3e6e1803af287d c448ca45ae6a4527b9385daa10cf3bb2 - - default default] Tap Mirror: Handle Delete Port: 93587639-b5a9-4ed1-8c57-58148792d40d 2026-06-16 02:29:03.958 8 INFO neutron.services.segments.plugin [-] Segment 07ae1a8a-690d-4fa5-bfe0-4179396bd7a0 resource provider aggregate not found 2026-06-16 02:29:03.970 8 INFO neutron.services.segments.plugin [-] Segment 07ae1a8a-690d-4fa5-bfe0-4179396bd7a0 resource provider aggregate not found 2026-06-16 02:29:03.982 8 INFO neutron.services.segments.plugin [-] Segment 07ae1a8a-690d-4fa5-bfe0-4179396bd7a0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 07ae1a8a-690d-4fa5-bfe0-4179396bd7a0 found for delete ", "request_id": "req-2f8cac5b-93e2-483b-8144-dddc0910a76f"}]} 2026-06-16 02:29:03.993 8 INFO neutron.services.segments.plugin [-] Segment 07ae1a8a-690d-4fa5-bfe0-4179396bd7a0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 07ae1a8a-690d-4fa5-bfe0-4179396bd7a0 found for delete ", "request_id": "req-985bf1cd-8a8c-4a36-94f5-d45c6afebca5"}]} 2026-06-16 02:29:04.353 8 INFO neutron.db.l3_hamode_db [None req-95036593-83ae-4a64-a75c-7cbaa8d15b3f cfe1be6b7d8940b2ad3e6e1803af287d c448ca45ae6a4527b9385daa10cf3bb2 - - default default] HA network 79b5de13-695d-4792-8c46-f08eabc28bf7 was deleted as no HA routers are present in tenant 1ad75dda16f54a04aa2edf3a554c6927. [pid: 8|app: 0|req: 1291/2667] 10.0.0.203 () {32 vars in 724 bytes} [Tue Jun 16 02:29:03 2026] DELETE /v2.0/routers/341f7f64-8d42-4eed-b6cc-010b4a2e50ea => generated 0 bytes in 982 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1377/2668] 10.0.0.203 () {32 vars in 724 bytes} [Tue Jun 16 02:29:04 2026] DELETE /v2.0/subnets/9de54f5b-4b6d-4cba-a35d-9eebc9dae68f => generated 0 bytes in 155 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-16 02:29:04.641 8 INFO neutron_taas.services.taas.taas_plugin [None req-36cd1813-cdd2-48fb-8fdb-385b5013b4f0 cfe1be6b7d8940b2ad3e6e1803af287d c448ca45ae6a4527b9385daa10cf3bb2 - - default default] TaaS: Handle Delete Port: b6bf023f-004a-4752-a601-ab31454d7b25 2026-06-16 02:29:04.643 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-36cd1813-cdd2-48fb-8fdb-385b5013b4f0 cfe1be6b7d8940b2ad3e6e1803af287d c448ca45ae6a4527b9385daa10cf3bb2 - - default default] Tap Mirror: Handle Delete Port: b6bf023f-004a-4752-a601-ab31454d7b25 [pid: 8|app: 0|req: 1292/2669] 10.0.0.203 () {32 vars in 726 bytes} [Tue Jun 16 02:29:04 2026] DELETE /v2.0/networks/1d9de335-e835-4ce4-9bc4-145cf817b76e => generated 0 bytes in 334 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1378/2670] 10.0.0.203 () {32 vars in 774 bytes} [Tue Jun 16 02:29:05 2026] GET /v2.0/security-groups?tenant_id=1ad75dda16f54a04aa2edf3a554c6927&name=default => generated 2929 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1293/2671] 10.0.0.203 () {32 vars in 740 bytes} [Tue Jun 16 02:29:05 2026] DELETE /v2.0/security-groups/bf54d728-6b51-4bb0-a115-dc23185da449 => 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: 1379/2672] 10.0.0.203 () {32 vars in 774 bytes} [Tue Jun 16 02:29:05 2026] GET /v2.0/security-groups?tenant_id=e1942724c22243c99e9e80229e827468&name=default => generated 2929 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1294/2673] 10.0.0.203 () {32 vars in 740 bytes} [Tue Jun 16 02:29:05 2026] DELETE /v2.0/security-groups/904988ce-05ca-4a84-93d4-e9e2dcd6a672 => generated 0 bytes in 141 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-16 02:29:06.008 8 INFO neutron.services.segments.plugin [-] Segment 6ff9bedc-d562-4031-9170-301f8f3d59a4 resource provider aggregate not found 2026-06-16 02:29:06.024 8 INFO neutron.services.segments.plugin [-] Segment 6ff9bedc-d562-4031-9170-301f8f3d59a4 resource provider aggregate not found 2026-06-16 02:29:06.024 8 INFO neutron.services.segments.plugin [-] Segment 6ff9bedc-d562-4031-9170-301f8f3d59a4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6ff9bedc-d562-4031-9170-301f8f3d59a4 found for delete ", "request_id": "req-80b2d982-69fd-4b11-93ba-9eb1ceb1b2c7"}]} 2026-06-16 02:29:06.043 8 INFO neutron.services.segments.plugin [-] Segment 1b382191-1fa3-4d1f-ab77-bcb1cde0e392 resource provider aggregate not found 2026-06-16 02:29:06.047 8 INFO neutron.services.segments.plugin [-] Segment 6ff9bedc-d562-4031-9170-301f8f3d59a4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6ff9bedc-d562-4031-9170-301f8f3d59a4 found for delete ", "request_id": "req-77b0cd60-351d-47e3-9595-3d87beb2bb9b"}]} 2026-06-16 02:29:06.111 8 INFO neutron.services.segments.plugin [-] Segment 1b382191-1fa3-4d1f-ab77-bcb1cde0e392 resource provider aggregate not found 2026-06-16 02:29:06.116 8 INFO neutron.services.segments.plugin [-] Segment 1b382191-1fa3-4d1f-ab77-bcb1cde0e392 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1b382191-1fa3-4d1f-ab77-bcb1cde0e392 found for delete ", "request_id": "req-4d486c54-52ea-4af7-b227-92dee81df3cb"}]} 2026-06-16 02:29:06.126 8 INFO neutron.services.segments.plugin [-] Segment 1b382191-1fa3-4d1f-ab77-bcb1cde0e392 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1b382191-1fa3-4d1f-ab77-bcb1cde0e392 found for delete ", "request_id": "req-1879b241-b204-4ead-8edd-212c6db5f726"}]} 2026-06-16 02:29:10.852 7 INFO neutron.db.segments_db [None req-806cec69-9dfb-4ea3-8207-a38ba51d9bd2 c93b205d9b544796a755f945252d99b3 8482e934b66d40a09e345f534524e9f0 - - default default] Added segment 40505d3f-d3a0-4679-be8c-ee3d5d20faad of type vxlan for network 28f51f1e-ed14-494b-b4fb-2563c579eed5 [pid: 7|app: 0|req: 1380/2674] 10.0.0.203 () {34 vars in 670 bytes} [Tue Jun 16 02:29:10 2026] POST /v2.0/networks => generated 708 bytes in 494 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1295/2675] 10.0.0.203 () {34 vars in 669 bytes} [Tue Jun 16 02:29:10 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-06-16 02:29:11.195 7 WARNING neutron.api.v2.base [None req-031e6925-e384-4127-a243-1f29e508f6dd c93b205d9b544796a755f945252d99b3 8482e934b66d40a09e345f534524e9f0 - - 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-06-16 02:29:11.196 7 INFO neutron.api.v2.resource [None req-031e6925-e384-4127-a243-1f29e508f6dd c93b205d9b544796a755f945252d99b3 8482e934b66d40a09e345f534524e9f0 - - default default] create failed (client error): Invalid input for target_tenant. Reason: 'None' is not a valid string. [pid: 7|app: 0|req: 1381/2676] 10.0.0.203 () {34 vars in 681 bytes} [Tue Jun 16 02:29:11 2026] POST /v2.0/rbac-policies => generated 143 bytes in 11 msecs (HTTP/1.1 400) 4 headers in 166 bytes (1 switches on core 0) 2026-06-16 02:29:11.387 8 INFO neutron.services.segments.plugin [-] Segment 40505d3f-d3a0-4679-be8c-ee3d5d20faad resource provider aggregate not found 2026-06-16 02:29:11.395 8 INFO neutron.services.segments.plugin [-] Segment 40505d3f-d3a0-4679-be8c-ee3d5d20faad resource provider aggregate not found 2026-06-16 02:29:11.413 8 INFO neutron.services.segments.plugin [-] Segment 40505d3f-d3a0-4679-be8c-ee3d5d20faad resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 40505d3f-d3a0-4679-be8c-ee3d5d20faad found for delete ", "request_id": "req-d2cae712-e5b5-4224-9c5d-3c8005c0a868"}]} 2026-06-16 02:29:11.419 8 INFO neutron.services.segments.plugin [-] Segment 40505d3f-d3a0-4679-be8c-ee3d5d20faad resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 40505d3f-d3a0-4679-be8c-ee3d5d20faad found for delete ", "request_id": "req-7703ce04-6d8d-4029-935f-cd2194e999c2"}]} [pid: 8|app: 0|req: 1296/2677] 10.0.0.203 () {32 vars in 726 bytes} [Tue Jun 16 02:29:11 2026] DELETE /v2.0/networks/28f51f1e-ed14-494b-b4fb-2563c579eed5 => generated 0 bytes in 227 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-16 02:29:11.511 7 INFO neutron.db.segments_db [None req-64c8e09c-c929-40fc-a9bd-090433eb15bb c93b205d9b544796a755f945252d99b3 8482e934b66d40a09e345f534524e9f0 - - default default] Added segment 1ef1b94a-3a30-482a-b66e-54e902fed596 of type vxlan for network 0bc25803-32fe-4fd2-b18d-2bd72192ea0c [pid: 7|app: 0|req: 1382/2678] 10.0.0.203 () {34 vars in 670 bytes} [Tue Jun 16 02:29:11 2026] POST /v2.0/networks => generated 708 bytes in 162 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1297/2679] 10.0.0.203 () {34 vars in 669 bytes} [Tue Jun 16 02:29:11 2026] POST /v2.0/subnets => generated 647 bytes in 240 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-16 02:29:11.858 7 WARNING neutron.api.v2.base [None req-88f58b4f-ce72-465c-8071-b24787fb4740 c93b205d9b544796a755f945252d99b3 8482e934b66d40a09e345f534524e9f0 - - 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-06-16 02:29:11.859 7 INFO neutron.api.v2.resource [None req-88f58b4f-ce72-465c-8071-b24787fb4740 c93b205d9b544796a755f945252d99b3 8482e934b66d40a09e345f534524e9f0 - - default default] create failed (client error): Invalid input for target_tenant. Reason: '1234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234' exceeds maximum length of 255. [pid: 7|app: 0|req: 1383/2680] 10.0.0.203 () {34 vars in 681 bytes} [Tue Jun 16 02:29:11 2026] POST /v2.0/rbac-policies => generated 547 bytes in 9 msecs (HTTP/1.1 400) 4 headers in 166 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1298/2681] 10.0.0.203 () {32 vars in 726 bytes} [Tue Jun 16 02:29:11 2026] DELETE /v2.0/networks/0bc25803-32fe-4fd2-b18d-2bd72192ea0c => generated 0 bytes in 201 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-16 02:29:12.137 7 INFO neutron.db.segments_db [None req-9e205cf4-9e90-4472-adde-86c4eee65261 c93b205d9b544796a755f945252d99b3 8482e934b66d40a09e345f534524e9f0 - - default default] Added segment 97f58806-83b4-41c7-8156-415ff40de188 of type vxlan for network 981bf0bb-3113-4b5b-841f-48c834ee165c [pid: 7|app: 0|req: 1384/2682] 10.0.0.203 () {34 vars in 670 bytes} [Tue Jun 16 02:29:12 2026] POST /v2.0/networks => generated 708 bytes in 165 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1299/2683] 10.0.0.203 () {34 vars in 669 bytes} [Tue Jun 16 02:29:12 2026] POST /v2.0/subnets => generated 647 bytes in 213 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1385/2684] 10.0.0.203 () {34 vars in 681 bytes} [Tue Jun 16 02:29:12 2026] POST /v2.0/rbac-policies => generated 324 bytes in 262 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1300/2685] 10.0.0.203 () {32 vars in 723 bytes} [Tue Jun 16 02:29:13 2026] GET /v2.0/networks/981bf0bb-3113-4b5b-841f-48c834ee165c => generated 655 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 02:29:13.439 8 INFO neutron.services.segments.plugin [-] Segment 1ef1b94a-3a30-482a-b66e-54e902fed596 resource provider aggregate not found 2026-06-16 02:29:13.442 8 INFO neutron.services.segments.plugin [-] Segment 1ef1b94a-3a30-482a-b66e-54e902fed596 resource provider aggregate not found 2026-06-16 02:29:13.457 8 INFO neutron.services.segments.plugin [-] Segment 1ef1b94a-3a30-482a-b66e-54e902fed596 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1ef1b94a-3a30-482a-b66e-54e902fed596 found for delete ", "request_id": "req-ab96345a-0d74-4692-a50b-9f286808d520"}]} 2026-06-16 02:29:13.459 8 INFO neutron.services.segments.plugin [-] Segment 1ef1b94a-3a30-482a-b66e-54e902fed596 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1ef1b94a-3a30-482a-b66e-54e902fed596 found for delete ", "request_id": "req-6e656fb4-2846-4dca-b8f2-66e88d5ae7cc"}]} 2026-06-16 02:29:13.604 7 INFO neutron.pecan_wsgi.hooks.translation [None req-7d3778d4-5cbb-4238-9d19-9647688fc059 f14bed90bbb14477bd1e0669bfb93932 1941e594baa34b12837134fd8ed97a52 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1386/2686] 10.0.0.203 () {32 vars in 723 bytes} [Tue Jun 16 02:29:13 2026] GET /v2.0/networks/981bf0bb-3113-4b5b-841f-48c834ee165c => generated 138 bytes in 55 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1301/2687] 10.0.0.203 () {32 vars in 726 bytes} [Tue Jun 16 02:29:13 2026] DELETE /v2.0/networks/981bf0bb-3113-4b5b-841f-48c834ee165c => generated 0 bytes in 194 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-16 02:29:13.826 7 INFO neutron.pecan_wsgi.hooks.translation [None req-8cdc7cea-4785-4da7-988f-4cd57698a693 c93b205d9b544796a755f945252d99b3 8482e934b66d40a09e345f534524e9f0 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1387/2688] 10.0.0.203 () {32 vars in 724 bytes} [Tue Jun 16 02:29:13 2026] DELETE /v2.0/subnets/fe75c8e4-3abe-496c-891f-7f62d55f14bf => generated 136 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-16 02:29:13.845 8 INFO neutron.pecan_wsgi.hooks.translation [None req-ef374508-8c9f-42d9-9e1e-22cd2c4e0306 c93b205d9b544796a755f945252d99b3 8482e934b66d40a09e345f534524e9f0 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1302/2689] 10.0.0.203 () {32 vars in 724 bytes} [Tue Jun 16 02:29:13 2026] DELETE /v2.0/subnets/49911b1d-2594-4827-8652-693a0094f942 => generated 136 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-16 02:29:13.869 7 INFO neutron.pecan_wsgi.hooks.translation [None req-b6029693-b259-4207-9a8a-8c0478f81f0b c93b205d9b544796a755f945252d99b3 8482e934b66d40a09e345f534524e9f0 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1388/2690] 10.0.0.203 () {32 vars in 724 bytes} [Tue Jun 16 02:29:13 2026] DELETE /v2.0/subnets/f261845b-fe5a-41bb-a7e5-26daf22df53e => generated 136 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1304/2693] 10.0.0.203 () {32 vars in 774 bytes} [Tue Jun 16 02:29:14 2026] GET /v2.0/security-groups?tenant_id=8482e934b66d40a09e345f534524e9f0&name=default => generated 2929 bytes in 179 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1305/2694] 199.204.45.53 () {30 vars in 702 bytes} [Tue Jun 16 02:29:14 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1306/2695] 199.204.45.53 () {30 vars in 704 bytes} [Tue Jun 16 02:29:14 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: 1307/2696] 199.204.45.53 () {30 vars in 680 bytes} [Tue Jun 16 02:29:14 2026] GET /v2.0/extensions/qos => generated 166 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1308/2697] 199.204.45.53 () {30 vars in 716 bytes} [Tue Jun 16 02:29:14 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1309/2698] 199.204.45.53 () {30 vars in 740 bytes} [Tue Jun 16 02:29:14 2026] GET /v2.0/subnets/6d813b5e-7f1d-4821-aaf8-47b8b6e5502a => generated 676 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1390/2699] 10.0.0.203 () {32 vars in 740 bytes} [Tue Jun 16 02:29:14 2026] DELETE /v2.0/security-groups/dae48ed1-5c6d-4a03-b675-4eadde8cf947 => generated 0 bytes in 136 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1310/2700] 199.204.45.53 () {30 vars in 768 bytes} [Tue Jun 16 02:29:15 2026] GET /v2.0/ports?device_id=78e22ecf-90f0-4064-be1e-0cb1034ba864 => generated 1248 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1311/2701] 10.0.0.203 () {32 vars in 774 bytes} [Tue Jun 16 02:29:15 2026] GET /v2.0/security-groups?tenant_id=6ce49e16a64744a980f36138a0c7f6b2&name=default => generated 2929 bytes in 122 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1312/2702] 10.0.0.203 () {32 vars in 740 bytes} [Tue Jun 16 02:29:15 2026] DELETE /v2.0/security-groups/baac5746-fa9b-4aae-87ec-d08a686cc1f7 => generated 0 bytes in 125 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1391/2703] 199.204.45.53 () {34 vars in 716 bytes} [Tue Jun 16 02:29:15 2026] POST /v2.0/ports => generated 1059 bytes in 346 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-06-16 02:29:15.484 8 INFO neutron.services.segments.plugin [-] Segment 97f58806-83b4-41c7-8156-415ff40de188 resource provider aggregate not found 2026-06-16 02:29:15.488 8 INFO neutron.services.segments.plugin [-] Segment 97f58806-83b4-41c7-8156-415ff40de188 resource provider aggregate not found 2026-06-16 02:29:15.511 8 INFO neutron.services.segments.plugin [-] Segment 97f58806-83b4-41c7-8156-415ff40de188 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 97f58806-83b4-41c7-8156-415ff40de188 found for delete ", "request_id": "req-808cd3b6-acce-4870-8690-421bb55102cd"}]} 2026-06-16 02:29:15.528 8 INFO neutron.services.segments.plugin [-] Segment 97f58806-83b4-41c7-8156-415ff40de188 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 97f58806-83b4-41c7-8156-415ff40de188 found for delete ", "request_id": "req-c14aeb81-3a02-4072-b2ea-50d5d5b12c7e"}]} [pid: 8|app: 0|req: 1313/2704] 10.0.0.17 () {34 vars in 970 bytes} [Tue Jun 16 02:29:15 2026] GET /v2.0/ports/7934c1c5-27af-4695-b07c-96edb6174528 => generated 1059 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1314/2705] 10.0.0.17 () {34 vars in 906 bytes} [Tue Jun 16 02:29:15 2026] GET /v2.0/extensions => generated 21537 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1392/2706] 10.0.0.203 () {32 vars in 774 bytes} [Tue Jun 16 02:29:15 2026] GET /v2.0/security-groups?tenant_id=1941e594baa34b12837134fd8ed97a52&name=default => generated 2929 bytes in 132 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1315/2707] 10.0.0.203 () {32 vars in 740 bytes} [Tue Jun 16 02:29:15 2026] DELETE /v2.0/security-groups/bdbd351c-75ef-494a-bc60-db631135c751 => generated 0 bytes in 113 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1393/2708] 199.204.45.53 () {34 vars in 1261 bytes} [Tue Jun 16 02:29:16 2026] GET /v2.0/ports/7934c1c5-27af-4695-b07c-96edb6174528?fields=binding%3Avnic_type&fields=binding%3Aprofile&fields=network_id&fields=resource_request&fields=numa_affinity_policy&fields=device_profile => generated 136 bytes in 245 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1316/2709] 199.204.45.53 () {34 vars in 1011 bytes} [Tue Jun 16 02:29:16 2026] GET /v2.0/networks/6e62fb6f-2eec-4ad0-b24e-f27e9f853391?fields=segments => generated 14 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1394/2710] 199.204.45.53 () {34 vars in 1111 bytes} [Tue Jun 16 02:29:16 2026] GET /v2.0/networks/6e62fb6f-2eec-4ad0-b24e-f27e9f853391?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: 1317/2711] 199.204.45.53 () {34 vars in 974 bytes} [Tue Jun 16 02:29:17 2026] GET /v2.0/ports/7934c1c5-27af-4695-b07c-96edb6174528 => generated 1059 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1395/2712] 199.204.45.53 () {34 vars in 985 bytes} [Tue Jun 16 02:29:17 2026] GET /v2.0/networks?id=6e62fb6f-2eec-4ad0-b24e-f27e9f853391 => generated 801 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1318/2713] 199.204.45.53 () {38 vars in 1027 bytes} [Tue Jun 16 02:29:17 2026] PUT /v2.0/ports/7934c1c5-27af-4695-b07c-96edb6174528 => generated 1249 bytes in 417 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-16 02:29:18.028 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-bf7fbdc2-ae46-4414-a091-5e37fbb4f1ea'] response: {'name': 'network-changed', 'server_uuid': '78e22ecf-90f0-4064-be1e-0cb1034ba864', 'tag': '7934c1c5-27af-4695-b07c-96edb6174528', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1396/2714] 199.204.45.53 () {34 vars in 1079 bytes} [Tue Jun 16 02:29:18 2026] GET /v2.0/ports?tenant_id=c448ca45ae6a4527b9385daa10cf3bb2&device_id=78e22ecf-90f0-4064-be1e-0cb1034ba864 => generated 2489 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1319/2715] 199.204.45.53 () {34 vars in 985 bytes} [Tue Jun 16 02:29:18 2026] GET /v2.0/networks?id=6e62fb6f-2eec-4ad0-b24e-f27e9f853391 => generated 801 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1397/2716] 199.204.45.53 () {34 vars in 1057 bytes} [Tue Jun 16 02:29:18 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.209&port_id=7934c1c5-27af-4695-b07c-96edb6174528 => 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: 1320/2717] 199.204.45.53 () {34 vars in 983 bytes} [Tue Jun 16 02:29:18 2026] GET /v2.0/subnets?id=6d813b5e-7f1d-4821-aaf8-47b8b6e5502a => generated 679 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1398/2718] 199.204.45.53 () {34 vars in 1051 bytes} [Tue Jun 16 02:29:18 2026] GET /v2.0/ports?network_id=6e62fb6f-2eec-4ad0-b24e-f27e9f853391&device_owner=network%3Adhcp => generated 1461 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1321/2719] 199.204.45.53 () {34 vars in 1011 bytes} [Tue Jun 16 02:29:18 2026] GET /v2.0/networks/6e62fb6f-2eec-4ad0-b24e-f27e9f853391?fields=segments => generated 14 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1399/2720] 199.204.45.53 () {34 vars in 1111 bytes} [Tue Jun 16 02:29:18 2026] GET /v2.0/networks/6e62fb6f-2eec-4ad0-b24e-f27e9f853391?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: 1322/2721] 199.204.45.53 () {34 vars in 1079 bytes} [Tue Jun 16 02:29:19 2026] GET /v2.0/ports?tenant_id=c448ca45ae6a4527b9385daa10cf3bb2&device_id=78e22ecf-90f0-4064-be1e-0cb1034ba864 => generated 2489 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1400/2722] 199.204.45.53 () {34 vars in 1061 bytes} [Tue Jun 16 02:29:19 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.0.187&port_id=c01a1891-7980-4833-b0a6-8ef08324c00c => generated 19 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1323/2723] 199.204.45.53 () {34 vars in 983 bytes} [Tue Jun 16 02:29:19 2026] GET /v2.0/subnets?id=30edb630-d2bc-4761-8e5f-963dcfc90719 => generated 654 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1401/2724] 199.204.45.53 () {34 vars in 1051 bytes} [Tue Jun 16 02:29:20 2026] GET /v2.0/ports?network_id=d26df95f-633f-466e-834d-4cdde880a26a&device_owner=network%3Adhcp => generated 1244 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1324/2725] 199.204.45.53 () {34 vars in 1011 bytes} [Tue Jun 16 02:29:20 2026] GET /v2.0/networks/d26df95f-633f-466e-834d-4cdde880a26a?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: 1402/2726] 199.204.45.53 () {34 vars in 1111 bytes} [Tue Jun 16 02:29:20 2026] GET /v2.0/networks/d26df95f-633f-466e-834d-4cdde880a26a?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: 1325/2727] 199.204.45.53 () {34 vars in 1057 bytes} [Tue Jun 16 02:29:20 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.209&port_id=7934c1c5-27af-4695-b07c-96edb6174528 => 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: 1403/2728] 199.204.45.53 () {34 vars in 983 bytes} [Tue Jun 16 02:29:20 2026] GET /v2.0/subnets?id=6d813b5e-7f1d-4821-aaf8-47b8b6e5502a => generated 679 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1326/2729] 199.204.45.53 () {34 vars in 1051 bytes} [Tue Jun 16 02:29:20 2026] GET /v2.0/ports?network_id=6e62fb6f-2eec-4ad0-b24e-f27e9f853391&device_owner=network%3Adhcp => generated 1461 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1327/2730] 199.204.45.53 () {34 vars in 1011 bytes} [Tue Jun 16 02:29:20 2026] GET /v2.0/networks/6e62fb6f-2eec-4ad0-b24e-f27e9f853391?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: 1328/2731] 199.204.45.53 () {34 vars in 1111 bytes} [Tue Jun 16 02:29:20 2026] GET /v2.0/networks/6e62fb6f-2eec-4ad0-b24e-f27e9f853391?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: 1404/2732] 10.0.0.203 () {34 vars in 676 bytes} [Tue Jun 16 02:29:20 2026] POST /v2.0/floatingips => generated 552 bytes in 675 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1329/2733] 10.0.0.203 () {34 vars in 676 bytes} [Tue Jun 16 02:29:20 2026] POST /v2.0/floatingips => generated 552 bytes in 588 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1405/2734] 10.0.0.203 () {34 vars in 676 bytes} [Tue Jun 16 02:29:21 2026] POST /v2.0/floatingips => generated 552 bytes in 567 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1330/2735] 10.0.0.203 () {34 vars in 676 bytes} [Tue Jun 16 02:29:22 2026] POST /v2.0/floatingips => generated 552 bytes in 586 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1406/2736] 10.0.0.203 () {34 vars in 676 bytes} [Tue Jun 16 02:29:22 2026] POST /v2.0/floatingips => generated 552 bytes in 822 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1331/2737] 10.0.0.203 () {34 vars in 759 bytes} [Tue Jun 16 02:29:23 2026] PUT /v2.0/floatingips/65e667d2-8c3c-490b-abbd-f179b49f1670/tags => generated 17 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1407/2738] 10.0.0.203 () {34 vars in 759 bytes} [Tue Jun 16 02:29:23 2026] PUT /v2.0/floatingips/9f781755-9206-4462-8e7b-8dd8dd82d56f/tags => generated 25 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1332/2739] 10.0.0.203 () {34 vars in 759 bytes} [Tue Jun 16 02:29:23 2026] PUT /v2.0/floatingips/259e6eda-595f-4089-adff-3724375bca4f/tags => generated 34 bytes in 116 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1408/2740] 10.0.0.203 () {34 vars in 759 bytes} [Tue Jun 16 02:29:23 2026] PUT /v2.0/floatingips/2fe942b0-8c9d-496e-9755-c32335d88f0b/tags => generated 19 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1333/2741] 10.0.0.203 () {32 vars in 672 bytes} [Tue Jun 16 02:29:23 2026] GET /v2.0/floatingips?tags=red => generated 1671 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1409/2742] 10.0.0.203 () {32 vars in 686 bytes} [Tue Jun 16 02:29:23 2026] GET /v2.0/floatingips?tags=red%2Cblue => generated 1128 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1334/2743] 10.0.0.203 () {32 vars in 682 bytes} [Tue Jun 16 02:29:24 2026] GET /v2.0/floatingips?tags-any=blue => generated 1128 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1410/2744] 10.0.0.203 () {32 vars in 694 bytes} [Tue Jun 16 02:29:24 2026] GET /v2.0/floatingips?tags-any=red%2Cblue => generated 1671 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1335/2745] 10.0.0.203 () {32 vars in 680 bytes} [Tue Jun 16 02:29:24 2026] GET /v2.0/floatingips?not-tags=red => generated 1100 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1411/2746] 10.0.0.203 () {32 vars in 694 bytes} [Tue Jun 16 02:29:24 2026] GET /v2.0/floatingips?not-tags=red%2Cblue => generated 1643 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1336/2747] 10.0.0.203 () {32 vars in 690 bytes} [Tue Jun 16 02:29:24 2026] GET /v2.0/floatingips?not-tags-any=blue => generated 1643 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1412/2748] 10.0.0.203 () {32 vars in 702 bytes} [Tue Jun 16 02:29:24 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-06-16 02:29:24.587 8 INFO neutron_taas.services.taas.taas_plugin [None req-e9899144-58c0-4976-94d4-85f32ed1a5ad b03a402939c746f4aa1cca7c73384ec8 57a84f154dae4eb5950a2810238701b3 - - default default] TaaS: Handle Delete Port: 5cdb98e2-4445-4a3a-bbff-f87d7bbeebcc 2026-06-16 02:29:24.590 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e9899144-58c0-4976-94d4-85f32ed1a5ad b03a402939c746f4aa1cca7c73384ec8 57a84f154dae4eb5950a2810238701b3 - - default default] Tap Mirror: Handle Delete Port: 5cdb98e2-4445-4a3a-bbff-f87d7bbeebcc [pid: 7|app: 0|req: 1413/2749] 10.0.0.17 () {34 vars in 970 bytes} [Tue Jun 16 02:29:24 2026] GET /v2.0/ports/7934c1c5-27af-4695-b07c-96edb6174528 => generated 1251 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1337/2750] 10.0.0.203 () {32 vars in 732 bytes} [Tue Jun 16 02:29:24 2026] DELETE /v2.0/floatingips/65e667d2-8c3c-490b-abbd-f179b49f1670 => generated 0 bytes in 319 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-16 02:29:24.895 8 INFO neutron_taas.services.taas.taas_plugin [None req-0f4c582d-4728-4f3e-a3a1-73da63a1fd25 b03a402939c746f4aa1cca7c73384ec8 57a84f154dae4eb5950a2810238701b3 - - default default] TaaS: Handle Delete Port: 6faf02da-6e44-430c-9ed7-9816fc879347 2026-06-16 02:29:24.899 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0f4c582d-4728-4f3e-a3a1-73da63a1fd25 b03a402939c746f4aa1cca7c73384ec8 57a84f154dae4eb5950a2810238701b3 - - default default] Tap Mirror: Handle Delete Port: 6faf02da-6e44-430c-9ed7-9816fc879347 [pid: 7|app: 0|req: 1414/2751] 199.204.45.53 () {34 vars in 788 bytes} [Tue Jun 16 02:29:24 2026] PUT /v2.0/ports/7934c1c5-27af-4695-b07c-96edb6174528 => generated 1275 bytes in 313 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-16 02:29:25.047 7 INFO neutron.api.v2.resource [None req-f80f34dd-bf13-4c8f-abe9-fb232d4a3d69 cfe1be6b7d8940b2ad3e6e1803af287d c448ca45ae6a4527b9385daa10cf3bb2 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1415/2752] 199.204.45.53 () {30 vars in 762 bytes} [Tue Jun 16 02:29:25 2026] GET /v2.0/security-groups/lb-79d80c4e-6d5a-46b1-937e-a50cd704becb => generated 149 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1338/2753] 10.0.0.203 () {32 vars in 732 bytes} [Tue Jun 16 02:29:24 2026] DELETE /v2.0/floatingips/9f781755-9206-4462-8e7b-8dd8dd82d56f => generated 0 bytes in 293 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1416/2754] 199.204.45.53 () {30 vars in 784 bytes} [Tue Jun 16 02:29:25 2026] GET /v2.0/security-groups?name=lb-79d80c4e-6d5a-46b1-937e-a50cd704becb => generated 1639 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-16 02:29:25.111 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-52435f28-7d21-4aa1-9a88-781e887cfec9'] response: {'name': 'network-changed', 'server_uuid': '78e22ecf-90f0-4064-be1e-0cb1034ba864', 'tag': '7934c1c5-27af-4695-b07c-96edb6174528', 'status': 'completed', 'code': 200} 2026-06-16 02:29:25.212 8 INFO neutron_taas.services.taas.taas_plugin [None req-d7e13771-ee5e-43bf-83e9-bcf565725ac6 b03a402939c746f4aa1cca7c73384ec8 57a84f154dae4eb5950a2810238701b3 - - default default] TaaS: Handle Delete Port: 41b8e4c5-1d16-4d9c-9c65-38f6aa428944 2026-06-16 02:29:25.215 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d7e13771-ee5e-43bf-83e9-bcf565725ac6 b03a402939c746f4aa1cca7c73384ec8 57a84f154dae4eb5950a2810238701b3 - - default default] Tap Mirror: Handle Delete Port: 41b8e4c5-1d16-4d9c-9c65-38f6aa428944 [pid: 8|app: 0|req: 1339/2755] 10.0.0.203 () {32 vars in 732 bytes} [Tue Jun 16 02:29:25 2026] DELETE /v2.0/floatingips/259e6eda-595f-4089-adff-3724375bca4f => generated 0 bytes in 309 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1417/2756] 199.204.45.53 () {34 vars in 788 bytes} [Tue Jun 16 02:29:25 2026] PUT /v2.0/ports/7934c1c5-27af-4695-b07c-96edb6174528 => generated 1313 bytes in 316 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-16 02:29:25.509 8 INFO neutron_taas.services.taas.taas_plugin [None req-4d664214-38a8-4bf2-ae8c-41a01231048c b03a402939c746f4aa1cca7c73384ec8 57a84f154dae4eb5950a2810238701b3 - - default default] TaaS: Handle Delete Port: 0f23ff71-0836-40ca-9be1-71ae112df06a 2026-06-16 02:29:25.512 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4d664214-38a8-4bf2-ae8c-41a01231048c b03a402939c746f4aa1cca7c73384ec8 57a84f154dae4eb5950a2810238701b3 - - default default] Tap Mirror: Handle Delete Port: 0f23ff71-0836-40ca-9be1-71ae112df06a /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 1418/2757] 199.204.45.53 () {34 vars in 1079 bytes} [Tue Jun 16 02:29:25 2026] GET /v2.0/ports?tenant_id=c448ca45ae6a4527b9385daa10cf3bb2&device_id=78e22ecf-90f0-4064-be1e-0cb1034ba864 => generated 2589 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1340/2758] 10.0.0.203 () {32 vars in 732 bytes} [Tue Jun 16 02:29:25 2026] DELETE /v2.0/floatingips/2fe942b0-8c9d-496e-9755-c32335d88f0b => generated 0 bytes in 284 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1341/2759] 199.204.45.53 () {34 vars in 985 bytes} [Tue Jun 16 02:29:25 2026] GET /v2.0/networks?id=6e62fb6f-2eec-4ad0-b24e-f27e9f853391 => generated 801 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1342/2760] 199.204.45.53 () {30 vars in 702 bytes} [Tue Jun 16 02:29:25 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1343/2761] 199.204.45.53 () {34 vars in 1057 bytes} [Tue Jun 16 02:29:25 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.209&port_id=7934c1c5-27af-4695-b07c-96edb6174528 => generated 19 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1344/2762] 199.204.45.53 () {30 vars in 704 bytes} [Tue Jun 16 02:29:25 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: 1345/2763] 199.204.45.53 () {34 vars in 983 bytes} [Tue Jun 16 02:29:25 2026] GET /v2.0/subnets?id=6d813b5e-7f1d-4821-aaf8-47b8b6e5502a => generated 679 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1346/2764] 199.204.45.53 () {30 vars in 680 bytes} [Tue Jun 16 02:29:25 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) 2026-06-16 02:29:25.797 7 INFO neutron_taas.services.taas.taas_plugin [None req-efb56a28-80bd-4cb6-8868-bd7e11ad0cc1 b03a402939c746f4aa1cca7c73384ec8 57a84f154dae4eb5950a2810238701b3 - - default default] TaaS: Handle Delete Port: e9f06924-1772-40d7-815f-6c61ec1c1add 2026-06-16 02:29:25.799 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-efb56a28-80bd-4cb6-8868-bd7e11ad0cc1 b03a402939c746f4aa1cca7c73384ec8 57a84f154dae4eb5950a2810238701b3 - - default default] Tap Mirror: Handle Delete Port: e9f06924-1772-40d7-815f-6c61ec1c1add [pid: 8|app: 0|req: 1347/2765] 199.204.45.53 () {34 vars in 1051 bytes} [Tue Jun 16 02:29:25 2026] GET /v2.0/ports?network_id=6e62fb6f-2eec-4ad0-b24e-f27e9f853391&device_owner=network%3Adhcp => generated 1461 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1348/2766] 199.204.45.53 () {30 vars in 716 bytes} [Tue Jun 16 02:29:25 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1349/2767] 199.204.45.53 () {34 vars in 1011 bytes} [Tue Jun 16 02:29:25 2026] GET /v2.0/networks/6e62fb6f-2eec-4ad0-b24e-f27e9f853391?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: 1350/2768] 199.204.45.53 () {30 vars in 740 bytes} [Tue Jun 16 02:29:25 2026] GET /v2.0/subnets/6d813b5e-7f1d-4821-aaf8-47b8b6e5502a => generated 676 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1351/2769] 199.204.45.53 () {34 vars in 1111 bytes} [Tue Jun 16 02:29:25 2026] GET /v2.0/networks/6e62fb6f-2eec-4ad0-b24e-f27e9f853391?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1419/2770] 10.0.0.203 () {32 vars in 732 bytes} [Tue Jun 16 02:29:25 2026] DELETE /v2.0/floatingips/55774fde-8f15-48b5-8892-6b0fab77cb73 => generated 0 bytes in 322 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1352/2771] 199.204.45.53 () {30 vars in 736 bytes} [Tue Jun 16 02:29:25 2026] GET /v2.0/ports/1de8dcb0-e166-485d-95f6-57fc766c70b4 => generated 1128 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1420/2772] 199.204.45.53 () {30 vars in 736 bytes} [Tue Jun 16 02:29:26 2026] GET /v2.0/ports/7934c1c5-27af-4695-b07c-96edb6174528 => generated 1349 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1353/2773] 199.204.45.53 () {30 vars in 740 bytes} [Tue Jun 16 02:29:26 2026] GET /v2.0/subnets/6d813b5e-7f1d-4821-aaf8-47b8b6e5502a => 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: 1421/2774] 199.204.45.53 () {30 vars in 742 bytes} [Tue Jun 16 02:29:26 2026] GET /v2.0/networks/6e62fb6f-2eec-4ad0-b24e-f27e9f853391 => generated 798 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1354/2775] 199.204.45.53 () {30 vars in 736 bytes} [Tue Jun 16 02:29:26 2026] GET /v2.0/ports/1de8dcb0-e166-485d-95f6-57fc766c70b4 => generated 1128 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1422/2776] 199.204.45.53 () {30 vars in 740 bytes} [Tue Jun 16 02:29:26 2026] GET /v2.0/subnets/6d813b5e-7f1d-4821-aaf8-47b8b6e5502a => generated 676 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 02:29:27.152 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-d5b7ffa5-5328-4127-b755-e9673c94526f'] response: {'name': 'network-changed', 'server_uuid': '78e22ecf-90f0-4064-be1e-0cb1034ba864', 'tag': '7934c1c5-27af-4695-b07c-96edb6174528', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1355/2777] 10.0.0.203 () {32 vars in 774 bytes} [Tue Jun 16 02:29:26 2026] GET /v2.0/security-groups?tenant_id=57a84f154dae4eb5950a2810238701b3&name=default => generated 2929 bytes in 291 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1423/2778] 10.0.0.203 () {32 vars in 740 bytes} [Tue Jun 16 02:29:27 2026] DELETE /v2.0/security-groups/847dfc42-dbe4-4123-9039-4e1af99e4180 => 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: 1356/2779] 10.0.0.203 () {32 vars in 774 bytes} [Tue Jun 16 02:29:27 2026] GET /v2.0/security-groups?tenant_id=a5f1da56e5c34b9191a6677344bb8d16&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: 1357/2780] 199.204.45.53 () {34 vars in 1079 bytes} [Tue Jun 16 02:29:27 2026] GET /v2.0/ports?tenant_id=c448ca45ae6a4527b9385daa10cf3bb2&device_id=78e22ecf-90f0-4064-be1e-0cb1034ba864 => generated 2589 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1424/2781] 10.0.0.203 () {32 vars in 740 bytes} [Tue Jun 16 02:29:27 2026] DELETE /v2.0/security-groups/2b607082-e07e-409d-bbdc-68b6eec0e2fd => 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: 1358/2782] 199.204.45.53 () {34 vars in 985 bytes} [Tue Jun 16 02:29:27 2026] GET /v2.0/networks?id=6e62fb6f-2eec-4ad0-b24e-f27e9f853391 => generated 801 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1425/2783] 199.204.45.53 () {34 vars in 1057 bytes} [Tue Jun 16 02:29:27 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.209&port_id=7934c1c5-27af-4695-b07c-96edb6174528 => 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: 1359/2784] 199.204.45.53 () {34 vars in 983 bytes} [Tue Jun 16 02:29:27 2026] GET /v2.0/subnets?id=6d813b5e-7f1d-4821-aaf8-47b8b6e5502a => generated 679 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1426/2785] 199.204.45.53 () {34 vars in 1051 bytes} [Tue Jun 16 02:29:27 2026] GET /v2.0/ports?network_id=6e62fb6f-2eec-4ad0-b24e-f27e9f853391&device_owner=network%3Adhcp => generated 1461 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1360/2786] 199.204.45.53 () {34 vars in 1011 bytes} [Tue Jun 16 02:29:27 2026] GET /v2.0/networks/6e62fb6f-2eec-4ad0-b24e-f27e9f853391?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: 1361/2787] 199.204.45.53 () {34 vars in 1111 bytes} [Tue Jun 16 02:29:27 2026] GET /v2.0/networks/6e62fb6f-2eec-4ad0-b24e-f27e9f853391?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1427/2788] 10.0.0.203 () {32 vars in 774 bytes} [Tue Jun 16 02:29:27 2026] GET /v2.0/security-groups?tenant_id=511da8b2717f4eb6b84078477f6457b1&name=default => generated 2929 bytes in 132 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1362/2789] 10.0.0.203 () {32 vars in 740 bytes} [Tue Jun 16 02:29:28 2026] DELETE /v2.0/security-groups/45254a16-28f7-45f9-90c8-e9974e6e9021 => generated 0 bytes in 101 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-16 02:29:31.746 8 INFO neutron.db.l3_db [None req-7c35c2e7-18d8-4d1c-b84f-70a27d1c83d3 5597bb821578414f8142f5b66a4108aa c3760a45693b48f8a4bb572b058d9538 - - default default] Floating IP 4bc0e651-06e2-4964-a746-2f479746eecc associated. External IP: 10.96.250.201, port: 1de8dcb0-e166-485d-95f6-57fc766c70b4. [pid: 8|app: 0|req: 1364/2792] 10.0.0.203 () {34 vars in 677 bytes} [Tue Jun 16 02:29:30 2026] POST /v2.0/floatingips => generated 898 bytes in 1241 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-16 02:29:32.746 7 INFO neutron.db.segments_db [None req-1304982e-3a14-42cc-9f15-88d33a69b08f 314bf3c3164744478adfad6eb24a254e d68a3b9f535b4eedafb7f0c42e0cbe59 - - default default] Added segment facf6f2c-5666-4aba-b256-10a8dde49739 of type vxlan for network 73730d7f-75a3-40e1-b4c3-fabd964d500b 2026-06-16 02:29:33.026 7 INFO neutron.db.l3_hamode_db [None req-1304982e-3a14-42cc-9f15-88d33a69b08f 314bf3c3164744478adfad6eb24a254e d68a3b9f535b4eedafb7f0c42e0cbe59 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-16 02:29:33.161 7 INFO neutron.db.l3_hamode_db [None req-1304982e-3a14-42cc-9f15-88d33a69b08f 314bf3c3164744478adfad6eb24a254e d68a3b9f535b4eedafb7f0c42e0cbe59 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1429/2793] 10.0.0.203 () {34 vars in 668 bytes} [Tue Jun 16 02:29:32 2026] POST /v2.0/routers => generated 474 bytes in 1346 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-16 02:29:33.906 8 INFO neutron.db.l3_hamode_db [None req-1c6edca9-6332-4dd3-b305-6d1992cdf3a3 314bf3c3164744478adfad6eb24a254e d68a3b9f535b4eedafb7f0c42e0cbe59 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-16 02:29:34.056 8 INFO neutron.db.l3_hamode_db [None req-1c6edca9-6332-4dd3-b305-6d1992cdf3a3 314bf3c3164744478adfad6eb24a254e d68a3b9f535b4eedafb7f0c42e0cbe59 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1365/2794] 10.0.0.203 () {34 vars in 668 bytes} [Tue Jun 16 02:29:33 2026] POST /v2.0/routers => generated 474 bytes in 878 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-16 02:29:34.786 7 INFO neutron.db.l3_hamode_db [None req-97d50751-2c4a-4122-bf65-979c87e9a961 314bf3c3164744478adfad6eb24a254e d68a3b9f535b4eedafb7f0c42e0cbe59 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-16 02:29:34.903 7 INFO neutron.db.l3_hamode_db [None req-97d50751-2c4a-4122-bf65-979c87e9a961 314bf3c3164744478adfad6eb24a254e d68a3b9f535b4eedafb7f0c42e0cbe59 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1430/2795] 10.0.0.203 () {34 vars in 668 bytes} [Tue Jun 16 02:29:34 2026] POST /v2.0/routers => generated 474 bytes in 811 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-16 02:29:35.614 8 INFO neutron.db.l3_hamode_db [None req-eb85b29d-d873-4561-8e26-9e78c11e890b 314bf3c3164744478adfad6eb24a254e d68a3b9f535b4eedafb7f0c42e0cbe59 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-16 02:29:35.737 8 INFO neutron.db.l3_hamode_db [None req-eb85b29d-d873-4561-8e26-9e78c11e890b 314bf3c3164744478adfad6eb24a254e d68a3b9f535b4eedafb7f0c42e0cbe59 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1366/2796] 10.0.0.203 () {34 vars in 668 bytes} [Tue Jun 16 02:29:35 2026] POST /v2.0/routers => generated 474 bytes in 693 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-16 02:29:36.293 7 INFO neutron.db.l3_hamode_db [None req-d8833591-b6f1-4e67-b1f1-300eee41c294 314bf3c3164744478adfad6eb24a254e d68a3b9f535b4eedafb7f0c42e0cbe59 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-16 02:29:36.412 7 INFO neutron.db.l3_hamode_db [None req-d8833591-b6f1-4e67-b1f1-300eee41c294 314bf3c3164744478adfad6eb24a254e d68a3b9f535b4eedafb7f0c42e0cbe59 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1367/2797] 199.204.45.53 () {30 vars in 702 bytes} [Tue Jun 16 02:29:36 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1368/2798] 199.204.45.53 () {30 vars in 704 bytes} [Tue Jun 16 02:29:36 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1369/2799] 199.204.45.53 () {30 vars in 680 bytes} [Tue Jun 16 02:29:36 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: 1370/2800] 199.204.45.53 () {30 vars in 716 bytes} [Tue Jun 16 02:29:36 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1431/2801] 10.0.0.203 () {34 vars in 668 bytes} [Tue Jun 16 02:29:36 2026] POST /v2.0/routers => generated 474 bytes in 721 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-16 02:29:36.967 8 INFO neutron.api.v2.resource [None req-40187efb-656c-4182-a13b-22be59a91e53 cfe1be6b7d8940b2ad3e6e1803af287d c448ca45ae6a4527b9385daa10cf3bb2 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1371/2802] 199.204.45.53 () {30 vars in 762 bytes} [Tue Jun 16 02:29:36 2026] GET /v2.0/security-groups/lb-79d80c4e-6d5a-46b1-937e-a50cd704becb => generated 149 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1372/2803] 199.204.45.53 () {30 vars in 784 bytes} [Tue Jun 16 02:29:36 2026] GET /v2.0/security-groups?name=lb-79d80c4e-6d5a-46b1-937e-a50cd704becb => generated 1639 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1373/2804] 199.204.45.53 () {30 vars in 814 bytes} [Tue Jun 16 02:29:37 2026] GET /v2.0/security-group-rules?security_group_id=533124ea-bc55-4b46-a361-7e6438653f11 => generated 1182 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1432/2805] 10.0.0.203 () {34 vars in 751 bytes} [Tue Jun 16 02:29:36 2026] PUT /v2.0/routers/7ae4d47c-0942-4782-983b-e8c2f4468d18/tags => generated 17 bytes in 101 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1374/2806] 199.204.45.53 () {34 vars in 746 bytes} [Tue Jun 16 02:29:37 2026] POST /v2.0/security-group-rules => generated 597 bytes in 82 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1433/2807] 10.0.0.203 () {34 vars in 751 bytes} [Tue Jun 16 02:29:37 2026] PUT /v2.0/routers/6cbd279c-bb2a-4117-af47-637241ab034a/tags => generated 25 bytes in 110 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1375/2808] 199.204.45.53 () {34 vars in 746 bytes} [Tue Jun 16 02:29:37 2026] POST /v2.0/security-group-rules => generated 601 bytes in 132 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1434/2809] 10.0.0.203 () {34 vars in 751 bytes} [Tue Jun 16 02:29:37 2026] PUT /v2.0/routers/3ae426e6-4527-4f96-a994-516b574c692c/tags => generated 34 bytes in 122 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1376/2810] 10.0.0.203 () {34 vars in 751 bytes} [Tue Jun 16 02:29:37 2026] PUT /v2.0/routers/bdafac8c-1bd7-4599-a47a-5aadf34d32cb/tags => generated 19 bytes in 109 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1435/2811] 10.0.0.203 () {32 vars in 664 bytes} [Tue Jun 16 02:29:37 2026] GET /v2.0/routers?tags=red => generated 1463 bytes in 110 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1377/2812] 10.0.0.203 () {32 vars in 678 bytes} [Tue Jun 16 02:29:37 2026] GET /v2.0/routers?tags=red%2Cblue => generated 988 bytes in 98 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1436/2813] 10.0.0.203 () {32 vars in 674 bytes} [Tue Jun 16 02:29:37 2026] GET /v2.0/routers?tags-any=blue => generated 988 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1378/2814] 10.0.0.203 () {32 vars in 686 bytes} [Tue Jun 16 02:29:37 2026] GET /v2.0/routers?tags-any=red%2Cblue => generated 1463 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1437/2815] 10.0.0.203 () {32 vars in 672 bytes} [Tue Jun 16 02:29:37 2026] GET /v2.0/routers?not-tags=red => generated 960 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1379/2816] 10.0.0.203 () {32 vars in 686 bytes} [Tue Jun 16 02:29:37 2026] GET /v2.0/routers?not-tags=red%2Cblue => generated 1435 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1438/2817] 10.0.0.203 () {32 vars in 682 bytes} [Tue Jun 16 02:29:37 2026] GET /v2.0/routers?not-tags-any=blue => generated 1435 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1380/2818] 10.0.0.203 () {32 vars in 694 bytes} [Tue Jun 16 02:29:38 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: 7|app: 0|req: 1439/2819] 10.0.0.203 () {32 vars in 721 bytes} [Tue Jun 16 02:29:38 2026] GET /v2.0/routers/7ae4d47c-0942-4782-983b-e8c2f4468d18 => generated 485 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1381/2820] 10.0.0.203 () {34 vars in 742 bytes} [Tue Jun 16 02:29:38 2026] PUT /v2.0/routers/7ae4d47c-0942-4782-983b-e8c2f4468d18 => generated 485 bytes in 565 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1440/2821] 10.0.0.203 () {32 vars in 736 bytes} [Tue Jun 16 02:29:38 2026] GET /v2.0/ports?device_id=7ae4d47c-0942-4782-983b-e8c2f4468d18 => generated 12 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-16 02:29:39.033 8 INFO neutron_taas.services.taas.taas_plugin [None req-33077c43-eb5a-43e9-ba15-e4f00caa30b1 314bf3c3164744478adfad6eb24a254e d68a3b9f535b4eedafb7f0c42e0cbe59 - - default default] TaaS: Handle Delete Port: 8f9a8dc3-d197-4dc2-96ab-371b751863dc 2026-06-16 02:29:39.036 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-33077c43-eb5a-43e9-ba15-e4f00caa30b1 314bf3c3164744478adfad6eb24a254e d68a3b9f535b4eedafb7f0c42e0cbe59 - - default default] Tap Mirror: Handle Delete Port: 8f9a8dc3-d197-4dc2-96ab-371b751863dc [pid: 8|app: 0|req: 1382/2822] 10.0.0.203 () {32 vars in 724 bytes} [Tue Jun 16 02:29:38 2026] DELETE /v2.0/routers/7ae4d47c-0942-4782-983b-e8c2f4468d18 => generated 0 bytes in 417 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1441/2823] 10.0.0.203 () {32 vars in 721 bytes} [Tue Jun 16 02:29:39 2026] GET /v2.0/routers/6cbd279c-bb2a-4117-af47-637241ab034a => generated 493 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1383/2824] 10.0.0.203 () {34 vars in 742 bytes} [Tue Jun 16 02:29:39 2026] PUT /v2.0/routers/6cbd279c-bb2a-4117-af47-637241ab034a => generated 493 bytes in 1108 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1442/2825] 10.0.0.203 () {32 vars in 736 bytes} [Tue Jun 16 02:29:40 2026] GET /v2.0/ports?device_id=6cbd279c-bb2a-4117-af47-637241ab034a => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-16 02:29:40.691 8 INFO neutron_taas.services.taas.taas_plugin [None req-19eb216f-e77d-4b5e-a0ad-227671cc7677 314bf3c3164744478adfad6eb24a254e d68a3b9f535b4eedafb7f0c42e0cbe59 - - default default] TaaS: Handle Delete Port: 9db35197-057c-448d-90ff-86e0d8686ee2 2026-06-16 02:29:40.694 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-19eb216f-e77d-4b5e-a0ad-227671cc7677 314bf3c3164744478adfad6eb24a254e d68a3b9f535b4eedafb7f0c42e0cbe59 - - default default] Tap Mirror: Handle Delete Port: 9db35197-057c-448d-90ff-86e0d8686ee2 [pid: 8|app: 0|req: 1384/2826] 10.0.0.203 () {32 vars in 724 bytes} [Tue Jun 16 02:29:40 2026] DELETE /v2.0/routers/6cbd279c-bb2a-4117-af47-637241ab034a => generated 0 bytes in 440 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1443/2827] 10.0.0.203 () {32 vars in 721 bytes} [Tue Jun 16 02:29:40 2026] GET /v2.0/routers/3ae426e6-4527-4f96-a994-516b574c692c => generated 502 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1385/2828] 10.0.0.203 () {34 vars in 742 bytes} [Tue Jun 16 02:29:40 2026] PUT /v2.0/routers/3ae426e6-4527-4f96-a994-516b574c692c => generated 502 bytes in 499 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1444/2829] 10.0.0.203 () {32 vars in 736 bytes} [Tue Jun 16 02:29:41 2026] GET /v2.0/ports?device_id=3ae426e6-4527-4f96-a994-516b574c692c => generated 12 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-16 02:29:41.685 8 INFO neutron_taas.services.taas.taas_plugin [None req-580afa77-9072-4e87-b36a-7481ae33d043 314bf3c3164744478adfad6eb24a254e d68a3b9f535b4eedafb7f0c42e0cbe59 - - default default] TaaS: Handle Delete Port: 8258b889-26f0-4e0a-a90f-ac66ac5672d3 2026-06-16 02:29:41.688 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-580afa77-9072-4e87-b36a-7481ae33d043 314bf3c3164744478adfad6eb24a254e d68a3b9f535b4eedafb7f0c42e0cbe59 - - default default] Tap Mirror: Handle Delete Port: 8258b889-26f0-4e0a-a90f-ac66ac5672d3 [pid: 8|app: 0|req: 1386/2830] 10.0.0.203 () {32 vars in 724 bytes} [Tue Jun 16 02:29:41 2026] DELETE /v2.0/routers/3ae426e6-4527-4f96-a994-516b574c692c => generated 0 bytes in 409 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1445/2831] 10.0.0.203 () {32 vars in 721 bytes} [Tue Jun 16 02:29:41 2026] GET /v2.0/routers/bdafac8c-1bd7-4599-a47a-5aadf34d32cb => generated 487 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1387/2832] 10.0.0.203 () {34 vars in 742 bytes} [Tue Jun 16 02:29:41 2026] PUT /v2.0/routers/bdafac8c-1bd7-4599-a47a-5aadf34d32cb => generated 487 bytes in 553 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1446/2833] 10.0.0.203 () {32 vars in 736 bytes} [Tue Jun 16 02:29:42 2026] GET /v2.0/ports?device_id=bdafac8c-1bd7-4599-a47a-5aadf34d32cb => generated 12 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-16 02:29:42.718 8 INFO neutron_taas.services.taas.taas_plugin [None req-fbea2729-d423-468b-998b-b1362e2cfe56 314bf3c3164744478adfad6eb24a254e d68a3b9f535b4eedafb7f0c42e0cbe59 - - default default] TaaS: Handle Delete Port: 08b664e4-430a-4b10-936a-e757f469f0ce 2026-06-16 02:29:42.721 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-fbea2729-d423-468b-998b-b1362e2cfe56 314bf3c3164744478adfad6eb24a254e d68a3b9f535b4eedafb7f0c42e0cbe59 - - default default] Tap Mirror: Handle Delete Port: 08b664e4-430a-4b10-936a-e757f469f0ce [pid: 8|app: 0|req: 1388/2834] 10.0.0.203 () {32 vars in 724 bytes} [Tue Jun 16 02:29:42 2026] DELETE /v2.0/routers/bdafac8c-1bd7-4599-a47a-5aadf34d32cb => generated 0 bytes in 344 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1447/2835] 10.0.0.203 () {32 vars in 721 bytes} [Tue Jun 16 02:29:42 2026] GET /v2.0/routers/8d8cc08f-b02a-488d-b62c-54eae78bceba => generated 480 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1389/2836] 10.0.0.203 () {34 vars in 742 bytes} [Tue Jun 16 02:29:42 2026] PUT /v2.0/routers/8d8cc08f-b02a-488d-b62c-54eae78bceba => generated 480 bytes in 523 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1448/2837] 10.0.0.203 () {32 vars in 736 bytes} [Tue Jun 16 02:29:43 2026] GET /v2.0/ports?device_id=8d8cc08f-b02a-488d-b62c-54eae78bceba => generated 12 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-16 02:29:43.706 8 INFO neutron_taas.services.taas.taas_plugin [None req-c6fa6302-5585-4046-aca7-d5ed4fc36fb8 314bf3c3164744478adfad6eb24a254e d68a3b9f535b4eedafb7f0c42e0cbe59 - - default default] TaaS: Handle Delete Port: 7d37c69b-0a6c-41aa-866f-328298a2173a 2026-06-16 02:29:43.709 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c6fa6302-5585-4046-aca7-d5ed4fc36fb8 314bf3c3164744478adfad6eb24a254e d68a3b9f535b4eedafb7f0c42e0cbe59 - - default default] Tap Mirror: Handle Delete Port: 7d37c69b-0a6c-41aa-866f-328298a2173a 2026-06-16 02:29:44.025 8 INFO neutron.db.l3_hamode_db [None req-c6fa6302-5585-4046-aca7-d5ed4fc36fb8 314bf3c3164744478adfad6eb24a254e d68a3b9f535b4eedafb7f0c42e0cbe59 - - default default] HA network 73730d7f-75a3-40e1-b4c3-fabd964d500b was deleted as no HA routers are present in tenant d68a3b9f535b4eedafb7f0c42e0cbe59. [pid: 8|app: 0|req: 1390/2838] 10.0.0.203 () {32 vars in 724 bytes} [Tue Jun 16 02:29:43 2026] DELETE /v2.0/routers/8d8cc08f-b02a-488d-b62c-54eae78bceba => generated 0 bytes in 507 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-16 02:29:44.298 8 INFO neutron.services.segments.plugin [-] Segment facf6f2c-5666-4aba-b256-10a8dde49739 resource provider aggregate not found 2026-06-16 02:29:44.314 8 INFO neutron.services.segments.plugin [-] Segment facf6f2c-5666-4aba-b256-10a8dde49739 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid facf6f2c-5666-4aba-b256-10a8dde49739 found for delete ", "request_id": "req-26f8aa96-2421-4b7e-b1a4-689ae171bda8"}]} 2026-06-16 02:29:44.355 8 INFO neutron.services.segments.plugin [-] Segment facf6f2c-5666-4aba-b256-10a8dde49739 resource provider aggregate not found 2026-06-16 02:29:44.368 8 INFO neutron.services.segments.plugin [-] Segment facf6f2c-5666-4aba-b256-10a8dde49739 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid facf6f2c-5666-4aba-b256-10a8dde49739 found for delete ", "request_id": "req-c2a34741-b407-41d5-a5a9-2be86d0ef148"}]} [pid: 7|app: 0|req: 1450/2841] 10.0.0.203 () {32 vars in 774 bytes} [Tue Jun 16 02:29:44 2026] GET /v2.0/security-groups?tenant_id=587d6fafc375419887e0dd06e2235b67&name=default => generated 2929 bytes in 215 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1392/2842] 10.0.0.203 () {32 vars in 740 bytes} [Tue Jun 16 02:29:45 2026] DELETE /v2.0/security-groups/0c1497db-0052-41eb-beef-7512b9b33264 => 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: 1451/2843] 10.0.0.203 () {32 vars in 774 bytes} [Tue Jun 16 02:29:45 2026] GET /v2.0/security-groups?tenant_id=d68a3b9f535b4eedafb7f0c42e0cbe59&name=default => generated 2929 bytes in 165 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1393/2844] 10.0.0.203 () {32 vars in 740 bytes} [Tue Jun 16 02:29:45 2026] DELETE /v2.0/security-groups/02a1836c-99d4-4dfa-951b-8fb92da1bfc3 => generated 0 bytes in 115 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1452/2845] 10.0.0.203 () {32 vars in 774 bytes} [Tue Jun 16 02:29:45 2026] GET /v2.0/security-groups?tenant_id=25e10b14d6ff46a89062111b193f06b5&name=default => generated 2929 bytes in 133 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1394/2846] 10.0.0.203 () {32 vars in 740 bytes} [Tue Jun 16 02:29:45 2026] DELETE /v2.0/security-groups/037e3b38-1dc4-4537-85ff-ee247dfcca62 => generated 0 bytes in 106 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1453/2847] 10.0.0.253 () {30 vars in 690 bytes} [Tue Jun 16 02:29:48 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 165 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1395/2848] 10.0.0.253 () {30 vars in 692 bytes} [Tue Jun 16 02:29:49 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: 1454/2849] 10.0.0.253 () {30 vars in 668 bytes} [Tue Jun 16 02:29:49 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: 8|app: 0|req: 1396/2850] 10.0.0.253 () {30 vars in 704 bytes} [Tue Jun 16 02:29:49 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: 1455/2851] 10.0.0.253 () {28 vars in 439 bytes} [Tue Jun 16 02:29:49 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: 1397/2852] 10.0.0.253 () {30 vars in 728 bytes} [Tue Jun 16 02:29:49 2026] GET /v2.0/subnets/68f99653-0af8-40d2-b8eb-28b4b4338402 => generated 656 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1456/2853] 10.0.0.203 () {34 vars in 684 bytes} [Tue Jun 16 02:29:50 2026] POST /v2.0/security-groups => generated 1603 bytes in 325 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1457/2854] 199.204.45.53 () {30 vars in 702 bytes} [Tue Jun 16 02:29:50 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1458/2855] 199.204.45.53 () {30 vars in 704 bytes} [Tue Jun 16 02:29:50 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1459/2856] 199.204.45.53 () {30 vars in 680 bytes} [Tue Jun 16 02:29:50 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: 1460/2857] 199.204.45.53 () {30 vars in 716 bytes} [Tue Jun 16 02:29:50 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1398/2858] 10.0.0.203 () {34 vars in 684 bytes} [Tue Jun 16 02:29:50 2026] POST /v2.0/security-groups => generated 1603 bytes in 166 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1461/2859] 199.204.45.53 () {30 vars in 740 bytes} [Tue Jun 16 02:29:50 2026] GET /v2.0/subnets/68f99653-0af8-40d2-b8eb-28b4b4338402 => generated 674 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1462/2860] 199.204.45.53 () {30 vars in 768 bytes} [Tue Jun 16 02:29:50 2026] GET /v2.0/ports?device_id=78e22ecf-90f0-4064-be1e-0cb1034ba864 => generated 2589 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1399/2861] 10.0.0.203 () {34 vars in 684 bytes} [Tue Jun 16 02:29:50 2026] POST /v2.0/security-groups => generated 1603 bytes in 127 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1400/2862] 199.204.45.53 () {30 vars in 702 bytes} [Tue Jun 16 02:29:50 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: 1463/2863] 10.0.0.203 () {34 vars in 684 bytes} [Tue Jun 16 02:29:50 2026] POST /v2.0/security-groups => generated 1603 bytes in 118 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1401/2864] 199.204.45.53 () {30 vars in 704 bytes} [Tue Jun 16 02:29:50 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1402/2865] 199.204.45.53 () {30 vars in 680 bytes} [Tue Jun 16 02:29:50 2026] GET /v2.0/extensions/qos => generated 166 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1403/2866] 199.204.45.53 () {30 vars in 716 bytes} [Tue Jun 16 02:29:50 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: 1464/2867] 10.0.0.203 () {34 vars in 684 bytes} [Tue Jun 16 02:29:50 2026] POST /v2.0/security-groups => generated 1603 bytes in 115 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1465/2868] 10.0.0.203 () {34 vars in 767 bytes} [Tue Jun 16 02:29:51 2026] PUT /v2.0/security-groups/c7b8ea79-085f-4090-8c88-fd79a083919e/tags => generated 17 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1466/2869] 10.0.0.203 () {34 vars in 767 bytes} [Tue Jun 16 02:29:51 2026] PUT /v2.0/security-groups/c6caa4a4-06ae-4675-a2ac-560b7cae9e22/tags => generated 25 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1467/2870] 10.0.0.203 () {34 vars in 767 bytes} [Tue Jun 16 02:29:51 2026] PUT /v2.0/security-groups/85ddfdd9-f4de-407f-8a4f-9192ba628225/tags => generated 34 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1468/2871] 10.0.0.203 () {34 vars in 767 bytes} [Tue Jun 16 02:29:51 2026] PUT /v2.0/security-groups/88e3a14d-8b4d-41b3-9327-1e39c83fd800/tags => generated 19 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1404/2872] 199.204.45.53 () {34 vars in 716 bytes} [Tue Jun 16 02:29:50 2026] POST /v2.0/ports => generated 1320 bytes in 369 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1469/2873] 10.0.0.203 () {32 vars in 680 bytes} [Tue Jun 16 02:29:51 2026] GET /v2.0/security-groups?tags=red => generated 4810 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: 1405/2874] 10.0.0.203 () {32 vars in 694 bytes} [Tue Jun 16 02:29:51 2026] GET /v2.0/security-groups?tags=red%2Cblue => generated 3222 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1470/2875] 10.0.0.17 () {34 vars in 970 bytes} [Tue Jun 16 02:29:51 2026] GET /v2.0/ports/37143af9-4769-49d4-8798-18800d1e810f => generated 1320 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1406/2876] 10.0.0.203 () {32 vars in 690 bytes} [Tue Jun 16 02:29:51 2026] GET /v2.0/security-groups?tags-any=blue => generated 3222 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1407/2877] 10.0.0.17 () {34 vars in 906 bytes} [Tue Jun 16 02:29:51 2026] GET /v2.0/extensions => generated 21537 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1471/2878] 10.0.0.203 () {32 vars in 702 bytes} [Tue Jun 16 02:29:51 2026] GET /v2.0/security-groups?tags-any=red%2Cblue => generated 4810 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1408/2879] 10.0.0.203 () {32 vars in 688 bytes} [Tue Jun 16 02:29:51 2026] GET /v2.0/security-groups?not-tags=red => generated 6102 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1472/2880] 10.0.0.203 () {32 vars in 702 bytes} [Tue Jun 16 02:29:51 2026] GET /v2.0/security-groups?not-tags=red%2Cblue => generated 7690 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1409/2881] 10.0.0.203 () {32 vars in 698 bytes} [Tue Jun 16 02:29:51 2026] GET /v2.0/security-groups?not-tags-any=blue => generated 7690 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1473/2882] 10.0.0.203 () {32 vars in 710 bytes} [Tue Jun 16 02:29:51 2026] GET /v2.0/security-groups?not-tags-any=red%2Cblue => generated 6102 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1410/2883] 10.0.0.203 () {32 vars in 740 bytes} [Tue Jun 16 02:29:51 2026] DELETE /v2.0/security-groups/c7b8ea79-085f-4090-8c88-fd79a083919e => 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: 1474/2884] 10.0.0.203 () {32 vars in 740 bytes} [Tue Jun 16 02:29:51 2026] DELETE /v2.0/security-groups/c6caa4a4-06ae-4675-a2ac-560b7cae9e22 => generated 0 bytes in 102 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1411/2885] 10.0.0.203 () {32 vars in 740 bytes} [Tue Jun 16 02:29:51 2026] DELETE /v2.0/security-groups/85ddfdd9-f4de-407f-8a4f-9192ba628225 => 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: 1475/2886] 10.0.0.203 () {32 vars in 740 bytes} [Tue Jun 16 02:29:51 2026] DELETE /v2.0/security-groups/88e3a14d-8b4d-41b3-9327-1e39c83fd800 => generated 0 bytes in 84 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1412/2887] 10.0.0.203 () {32 vars in 740 bytes} [Tue Jun 16 02:29:52 2026] DELETE /v2.0/security-groups/b1c2edf2-cd84-4006-9bff-78db067294a5 => generated 0 bytes in 67 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1476/2888] 199.204.45.53 () {34 vars in 1261 bytes} [Tue Jun 16 02:29:52 2026] GET /v2.0/ports/37143af9-4769-49d4-8798-18800d1e810f?fields=binding%3Avnic_type&fields=binding%3Aprofile&fields=network_id&fields=resource_request&fields=numa_affinity_policy&fields=device_profile => generated 136 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1413/2889] 199.204.45.53 () {34 vars in 1011 bytes} [Tue Jun 16 02:29:52 2026] GET /v2.0/networks/44c43b36-fdc9-4fe7-9df8-6f5b4d85016d?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: 1477/2890] 199.204.45.53 () {34 vars in 1111 bytes} [Tue Jun 16 02:29:52 2026] GET /v2.0/networks/44c43b36-fdc9-4fe7-9df8-6f5b4d85016d?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1478/2891] 199.204.45.53 () {34 vars in 974 bytes} [Tue Jun 16 02:29:53 2026] GET /v2.0/ports/37143af9-4769-49d4-8798-18800d1e810f => generated 1320 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1414/2892] 10.0.0.203 () {32 vars in 774 bytes} [Tue Jun 16 02:29:52 2026] GET /v2.0/security-groups?tenant_id=726c56a59ffa4ee4a09b4da1b2362e57&name=default => generated 2929 bytes in 260 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1479/2893] 199.204.45.53 () {34 vars in 985 bytes} [Tue Jun 16 02:29:53 2026] GET /v2.0/networks?id=44c43b36-fdc9-4fe7-9df8-6f5b4d85016d => generated 801 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1415/2894] 10.0.0.203 () {32 vars in 740 bytes} [Tue Jun 16 02:29:53 2026] DELETE /v2.0/security-groups/19ca2ef2-a54b-4be6-b72b-f34317fd2281 => generated 0 bytes in 94 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1416/2895] 10.0.0.203 () {32 vars in 774 bytes} [Tue Jun 16 02:29:53 2026] GET /v2.0/security-groups?tenant_id=59d5c1a38de7434fb586e16f528bb354&name=default => generated 2929 bytes in 164 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1417/2896] 10.0.0.203 () {32 vars in 740 bytes} [Tue Jun 16 02:29:53 2026] DELETE /v2.0/security-groups/b6463e41-6d19-4510-8ca1-2b212c9387a3 => generated 0 bytes in 114 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1480/2897] 199.204.45.53 () {38 vars in 1027 bytes} [Tue Jun 16 02:29:53 2026] PUT /v2.0/ports/37143af9-4769-49d4-8798-18800d1e810f => generated 1510 bytes in 512 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-16 02:29:53.807 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-9fcffc04-c191-4a26-a9f5-1665ac562721'] response: {'name': 'network-changed', 'server_uuid': '78e22ecf-90f0-4064-be1e-0cb1034ba864', 'tag': '37143af9-4769-49d4-8798-18800d1e810f', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1418/2898] 10.0.0.203 () {32 vars in 774 bytes} [Tue Jun 16 02:29:53 2026] GET /v2.0/security-groups?tenant_id=a4b2a410890444fb92823b2166c76e36&name=default => generated 2929 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1481/2899] 10.0.0.203 () {32 vars in 740 bytes} [Tue Jun 16 02:29:53 2026] DELETE /v2.0/security-groups/ace2eb00-052f-405c-8536-9af2a62d12d7 => generated 0 bytes in 94 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1419/2900] 199.204.45.53 () {34 vars in 1079 bytes} [Tue Jun 16 02:29:54 2026] GET /v2.0/ports?tenant_id=c448ca45ae6a4527b9385daa10cf3bb2&device_id=78e22ecf-90f0-4064-be1e-0cb1034ba864 => generated 4091 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1482/2901] 199.204.45.53 () {34 vars in 985 bytes} [Tue Jun 16 02:29:54 2026] GET /v2.0/networks?id=44c43b36-fdc9-4fe7-9df8-6f5b4d85016d => generated 801 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1420/2902] 199.204.45.53 () {34 vars in 1053 bytes} [Tue Jun 16 02:29:54 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.4&port_id=37143af9-4769-49d4-8798-18800d1e810f => 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: 1483/2903] 199.204.45.53 () {34 vars in 1103 bytes} [Tue Jun 16 02:29:54 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A210&port_id=37143af9-4769-49d4-8798-18800d1e810f => 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: 1421/2904] 199.204.45.53 () {34 vars in 1063 bytes} [Tue Jun 16 02:29:54 2026] GET /v2.0/subnets?id=57c870a7-652b-41c0-b76b-a525c3a1a2f3&id=68f99653-0af8-40d2-b8eb-28b4b4338402 => generated 1410 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1484/2905] 199.204.45.53 () {34 vars in 1051 bytes} [Tue Jun 16 02:29:54 2026] GET /v2.0/ports?network_id=44c43b36-fdc9-4fe7-9df8-6f5b4d85016d&device_owner=network%3Adhcp => generated 1457 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1422/2906] 199.204.45.53 () {34 vars in 1051 bytes} [Tue Jun 16 02:29:54 2026] GET /v2.0/ports?network_id=44c43b36-fdc9-4fe7-9df8-6f5b4d85016d&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: 1485/2907] 199.204.45.53 () {34 vars in 1011 bytes} [Tue Jun 16 02:29:54 2026] GET /v2.0/networks/44c43b36-fdc9-4fe7-9df8-6f5b4d85016d?fields=segments => generated 14 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1423/2908] 199.204.45.53 () {34 vars in 1111 bytes} [Tue Jun 16 02:29:54 2026] GET /v2.0/networks/44c43b36-fdc9-4fe7-9df8-6f5b4d85016d?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: 1486/2909] 199.204.45.53 () {34 vars in 1079 bytes} [Tue Jun 16 02:29:55 2026] GET /v2.0/ports?tenant_id=c448ca45ae6a4527b9385daa10cf3bb2&device_id=78e22ecf-90f0-4064-be1e-0cb1034ba864 => generated 4091 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1424/2910] 199.204.45.53 () {34 vars in 1061 bytes} [Tue Jun 16 02:29:55 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.0.187&port_id=c01a1891-7980-4833-b0a6-8ef08324c00c => 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: 1487/2911] 199.204.45.53 () {34 vars in 983 bytes} [Tue Jun 16 02:29:55 2026] GET /v2.0/subnets?id=30edb630-d2bc-4761-8e5f-963dcfc90719 => generated 654 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1425/2912] 199.204.45.53 () {34 vars in 1051 bytes} [Tue Jun 16 02:29:55 2026] GET /v2.0/ports?network_id=d26df95f-633f-466e-834d-4cdde880a26a&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: 1488/2913] 199.204.45.53 () {34 vars in 1011 bytes} [Tue Jun 16 02:29:55 2026] GET /v2.0/networks/d26df95f-633f-466e-834d-4cdde880a26a?fields=segments => generated 14 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1426/2914] 199.204.45.53 () {34 vars in 1111 bytes} [Tue Jun 16 02:29:55 2026] GET /v2.0/networks/d26df95f-633f-466e-834d-4cdde880a26a?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: 1489/2915] 199.204.45.53 () {34 vars in 1057 bytes} [Tue Jun 16 02:29:56 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.209&port_id=7934c1c5-27af-4695-b07c-96edb6174528 => generated 19 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1427/2916] 199.204.45.53 () {34 vars in 983 bytes} [Tue Jun 16 02:29:56 2026] GET /v2.0/subnets?id=6d813b5e-7f1d-4821-aaf8-47b8b6e5502a => generated 679 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1490/2917] 199.204.45.53 () {34 vars in 1051 bytes} [Tue Jun 16 02:29:56 2026] GET /v2.0/ports?network_id=6e62fb6f-2eec-4ad0-b24e-f27e9f853391&device_owner=network%3Adhcp => generated 1461 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1428/2918] 199.204.45.53 () {34 vars in 1011 bytes} [Tue Jun 16 02:29:56 2026] GET /v2.0/networks/6e62fb6f-2eec-4ad0-b24e-f27e9f853391?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: 1491/2919] 199.204.45.53 () {34 vars in 1111 bytes} [Tue Jun 16 02:29:56 2026] GET /v2.0/networks/6e62fb6f-2eec-4ad0-b24e-f27e9f853391?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1429/2920] 199.204.45.53 () {34 vars in 1053 bytes} [Tue Jun 16 02:29:56 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.4&port_id=37143af9-4769-49d4-8798-18800d1e810f => 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: 1492/2921] 199.204.45.53 () {34 vars in 1103 bytes} [Tue Jun 16 02:29:56 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A210&port_id=37143af9-4769-49d4-8798-18800d1e810f => 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: 1430/2922] 199.204.45.53 () {34 vars in 1063 bytes} [Tue Jun 16 02:29:56 2026] GET /v2.0/subnets?id=57c870a7-652b-41c0-b76b-a525c3a1a2f3&id=68f99653-0af8-40d2-b8eb-28b4b4338402 => generated 1410 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1493/2923] 199.204.45.53 () {34 vars in 1051 bytes} [Tue Jun 16 02:29:56 2026] GET /v2.0/ports?network_id=44c43b36-fdc9-4fe7-9df8-6f5b4d85016d&device_owner=network%3Adhcp => generated 1457 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1431/2924] 199.204.45.53 () {34 vars in 1051 bytes} [Tue Jun 16 02:29:56 2026] GET /v2.0/ports?network_id=44c43b36-fdc9-4fe7-9df8-6f5b4d85016d&device_owner=network%3Adhcp => generated 1457 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1494/2925] 199.204.45.53 () {34 vars in 1011 bytes} [Tue Jun 16 02:29:56 2026] GET /v2.0/networks/44c43b36-fdc9-4fe7-9df8-6f5b4d85016d?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: 1432/2926] 199.204.45.53 () {34 vars in 1111 bytes} [Tue Jun 16 02:29:56 2026] GET /v2.0/networks/44c43b36-fdc9-4fe7-9df8-6f5b4d85016d?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-16 02:29:57.682 7 INFO neutron.db.segments_db [None req-58c69c31-dd89-486b-a081-29fc3ba3b498 50834b3f8e3d488f894f6ba2adeba112 7fe57922facd45a3ac5dac83f54d5c6e - - default default] Added segment a84ee79c-5e83-42f0-8a91-0e9d2f8109cb of type vxlan for network a98eda28-61d4-4eaf-b3cd-b7825d535db1 [pid: 7|app: 0|req: 1495/2927] 10.0.0.203 () {34 vars in 670 bytes} [Tue Jun 16 02:29:57 2026] POST /v2.0/networks => generated 612 bytes in 471 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1433/2928] 10.0.0.203 () {34 vars in 664 bytes} [Tue Jun 16 02:29:57 2026] POST /v2.0/ports => generated 743 bytes in 395 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1496/2929] 10.0.0.203 () {34 vars in 747 bytes} [Tue Jun 16 02:29:58 2026] PUT /v2.0/ports/148445c1-76c0-4777-bd38-26dcda9aeb24/tags => generated 25 bytes in 91 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: 1434/2930] 10.0.0.203 () {32 vars in 727 bytes} [Tue Jun 16 02:29:58 2026] GET /v2.0/ports/148445c1-76c0-4777-bd38-26dcda9aeb24/tags => generated 25 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1497/2931] 10.0.0.203 () {34 vars in 758 bytes} [Tue Jun 16 02:29:58 2026] PUT /v2.0/ports/148445c1-76c0-4777-bd38-26dcda9aeb24/tags/green => generated 4 bytes in 127 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: 1435/2932] 10.0.0.203 () {32 vars in 727 bytes} [Tue Jun 16 02:29:58 2026] GET /v2.0/ports/148445c1-76c0-4777-bd38-26dcda9aeb24/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: 1498/2933] 10.0.0.203 () {34 vars in 754 bytes} [Tue Jun 16 02:29:58 2026] PUT /v2.0/ports/148445c1-76c0-4777-bd38-26dcda9aeb24/tags/red => generated 4 bytes in 103 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1436/2934] 10.0.0.203 () {32 vars in 727 bytes} [Tue Jun 16 02:29:58 2026] GET /v2.0/ports/148445c1-76c0-4777-bd38-26dcda9aeb24/tags => generated 34 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1499/2935] 10.0.0.203 () {34 vars in 776 bytes} [Tue Jun 16 02:29:58 2026] PUT /v2.0/ports/148445c1-76c0-4777-bd38-26dcda9aeb24/tags/black.or.white => generated 4 bytes in 106 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1437/2936] 10.0.0.203 () {32 vars in 727 bytes} [Tue Jun 16 02:29:58 2026] GET /v2.0/ports/148445c1-76c0-4777-bd38-26dcda9aeb24/tags => generated 52 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1500/2937] 10.0.0.203 () {34 vars in 747 bytes} [Tue Jun 16 02:29:58 2026] PUT /v2.0/ports/148445c1-76c0-4777-bd38-26dcda9aeb24/tags => generated 37 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: 1438/2938] 10.0.0.203 () {32 vars in 727 bytes} [Tue Jun 16 02:29:58 2026] GET /v2.0/ports/148445c1-76c0-4777-bd38-26dcda9aeb24/tags => generated 37 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1501/2939] 10.0.0.203 () {32 vars in 735 bytes} [Tue Jun 16 02:29:59 2026] GET /v2.0/ports/148445c1-76c0-4777-bd38-26dcda9aeb24/tags/red => generated 0 bytes in 56 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-16 02:29:59.176 8 INFO neutron.api.v2.resource [None req-cd5a3de6-f3bc-414b-b7f3-6977d7848a1d 50834b3f8e3d488f894f6ba2adeba112 7fe57922facd45a3ac5dac83f54d5c6e - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1439/2940] 10.0.0.203 () {32 vars in 739 bytes} [Tue Jun 16 02:29:59 2026] GET /v2.0/ports/148445c1-76c0-4777-bd38-26dcda9aeb24/tags/green => generated 99 bytes in 61 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: 1502/2941] 10.0.0.203 () {32 vars in 738 bytes} [Tue Jun 16 02:29:59 2026] DELETE /v2.0/ports/148445c1-76c0-4777-bd38-26dcda9aeb24/tags/red => generated 0 bytes in 82 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: 1440/2942] 10.0.0.203 () {32 vars in 727 bytes} [Tue Jun 16 02:29:59 2026] GET /v2.0/ports/148445c1-76c0-4777-bd38-26dcda9aeb24/tags => generated 30 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-16 02:29:59.391 7 INFO neutron.api.v2.resource [None req-704d8cbd-94e4-442a-a23e-49fa5fa5de08 50834b3f8e3d488f894f6ba2adeba112 7fe57922facd45a3ac5dac83f54d5c6e - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1503/2943] 10.0.0.203 () {32 vars in 742 bytes} [Tue Jun 16 02:29:59 2026] DELETE /v2.0/ports/148445c1-76c0-4777-bd38-26dcda9aeb24/tags/green => generated 99 bytes in 61 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: 1441/2944] 10.0.0.203 () {32 vars in 730 bytes} [Tue Jun 16 02:29:59 2026] DELETE /v2.0/ports/148445c1-76c0-4777-bd38-26dcda9aeb24/tags => generated 0 bytes in 71 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1504/2945] 10.0.0.203 () {32 vars in 727 bytes} [Tue Jun 16 02:29:59 2026] GET /v2.0/ports/148445c1-76c0-4777-bd38-26dcda9aeb24/tags => generated 12 bytes in 50 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-06-16 02:29:59.653 8 INFO neutron_taas.services.taas.taas_plugin [None req-383a25a3-db2e-496c-a54b-7d8cbb23fc72 50834b3f8e3d488f894f6ba2adeba112 7fe57922facd45a3ac5dac83f54d5c6e - - default default] TaaS: Handle Delete Port: 148445c1-76c0-4777-bd38-26dcda9aeb24 2026-06-16 02:29:59.657 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-383a25a3-db2e-496c-a54b-7d8cbb23fc72 50834b3f8e3d488f894f6ba2adeba112 7fe57922facd45a3ac5dac83f54d5c6e - - default default] Tap Mirror: Handle Delete Port: 148445c1-76c0-4777-bd38-26dcda9aeb24 [pid: 8|app: 0|req: 1442/2948] 10.0.0.203 () {32 vars in 720 bytes} [Tue Jun 16 02:29:59 2026] DELETE /v2.0/ports/148445c1-76c0-4777-bd38-26dcda9aeb24 => generated 0 bytes in 209 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: 1507/2949] 10.0.0.203 () {32 vars in 726 bytes} [Tue Jun 16 02:29:59 2026] DELETE /v2.0/networks/a98eda28-61d4-4eaf-b3cd-b7825d535db1 => generated 0 bytes in 162 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-16 02:29:59.985 7 INFO neutron.services.segments.plugin [-] Segment a84ee79c-5e83-42f0-8a91-0e9d2f8109cb resource provider aggregate not found 2026-06-16 02:30:00.012 7 INFO neutron.services.segments.plugin [-] Segment a84ee79c-5e83-42f0-8a91-0e9d2f8109cb resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a84ee79c-5e83-42f0-8a91-0e9d2f8109cb found for delete ", "request_id": "req-db4f52ef-a2de-4a8c-bc03-7625c8e16fa2"}]} 2026-06-16 02:30:00.014 7 INFO neutron.services.segments.plugin [-] Segment a84ee79c-5e83-42f0-8a91-0e9d2f8109cb resource provider aggregate not found 2026-06-16 02:30:00.033 7 INFO neutron.services.segments.plugin [-] Segment a84ee79c-5e83-42f0-8a91-0e9d2f8109cb resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a84ee79c-5e83-42f0-8a91-0e9d2f8109cb found for delete ", "request_id": "req-4baf280e-df1f-46ce-80e5-e0299ae77db9"}]} [pid: 8|app: 0|req: 1443/2950] 10.0.0.17 () {34 vars in 970 bytes} [Tue Jun 16 02:30:00 2026] GET /v2.0/ports/37143af9-4769-49d4-8798-18800d1e810f => generated 1512 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1508/2951] 199.204.45.53 () {30 vars in 742 bytes} [Tue Jun 16 02:30:00 2026] GET /v2.0/networks/44c43b36-fdc9-4fe7-9df8-6f5b4d85016d => generated 798 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1444/2952] 199.204.45.53 () {30 vars in 740 bytes} [Tue Jun 16 02:30:00 2026] GET /v2.0/subnets/68f99653-0af8-40d2-b8eb-28b4b4338402 => generated 674 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1445/2953] 199.204.45.53 () {30 vars in 740 bytes} [Tue Jun 16 02:30:00 2026] GET /v2.0/subnets/57c870a7-652b-41c0-b76b-a525c3a1a2f3 => generated 743 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1509/2954] 10.0.0.203 () {32 vars in 774 bytes} [Tue Jun 16 02:30:00 2026] GET /v2.0/security-groups?tenant_id=7fe57922facd45a3ac5dac83f54d5c6e&name=default => generated 2929 bytes in 133 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1510/2955] 199.204.45.53 () {30 vars in 702 bytes} [Tue Jun 16 02:30:00 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: 1511/2956] 199.204.45.53 () {30 vars in 704 bytes} [Tue Jun 16 02:30:00 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: 1512/2957] 199.204.45.53 () {30 vars in 680 bytes} [Tue Jun 16 02:30:00 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: 1513/2958] 199.204.45.53 () {30 vars in 716 bytes} [Tue Jun 16 02:30:00 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1446/2959] 10.0.0.203 () {32 vars in 740 bytes} [Tue Jun 16 02:30:00 2026] DELETE /v2.0/security-groups/64c70182-b850-43dc-8035-d9ab9195fac9 => 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: 1514/2960] 199.204.45.53 () {30 vars in 740 bytes} [Tue Jun 16 02:30:00 2026] GET /v2.0/subnets/6d813b5e-7f1d-4821-aaf8-47b8b6e5502a => generated 676 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1447/2961] 199.204.45.53 () {30 vars in 736 bytes} [Tue Jun 16 02:30:00 2026] GET /v2.0/ports/1de8dcb0-e166-485d-95f6-57fc766c70b4 => generated 1128 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1515/2962] 199.204.45.53 () {30 vars in 736 bytes} [Tue Jun 16 02:30:00 2026] GET /v2.0/ports/7934c1c5-27af-4695-b07c-96edb6174528 => generated 1349 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1448/2963] 199.204.45.53 () {30 vars in 740 bytes} [Tue Jun 16 02:30:01 2026] GET /v2.0/subnets/6d813b5e-7f1d-4821-aaf8-47b8b6e5502a => generated 676 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1449/2964] 199.204.45.53 () {30 vars in 742 bytes} [Tue Jun 16 02:30:01 2026] GET /v2.0/networks/6e62fb6f-2eec-4ad0-b24e-f27e9f853391 => generated 798 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1450/2965] 199.204.45.53 () {30 vars in 736 bytes} [Tue Jun 16 02:30:01 2026] GET /v2.0/ports/1de8dcb0-e166-485d-95f6-57fc766c70b4 => generated 1128 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1516/2966] 10.0.0.203 () {32 vars in 774 bytes} [Tue Jun 16 02:30:01 2026] GET /v2.0/security-groups?tenant_id=6287414e2456419cb7e05a59c4f9b147&name=default => generated 2929 bytes in 128 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1451/2967] 199.204.45.53 () {30 vars in 740 bytes} [Tue Jun 16 02:30:01 2026] GET /v2.0/subnets/6d813b5e-7f1d-4821-aaf8-47b8b6e5502a => 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: 1517/2968] 10.0.0.203 () {32 vars in 740 bytes} [Tue Jun 16 02:30:01 2026] DELETE /v2.0/security-groups/7ac90909-2bad-4a57-b5e4-55a1298a96a7 => generated 0 bytes in 124 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1452/2969] 10.0.0.253 () {30 vars in 690 bytes} [Tue Jun 16 02:30:10 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: 1518/2970] 10.0.0.253 () {30 vars in 692 bytes} [Tue Jun 16 02:30:10 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1453/2971] 10.0.0.253 () {30 vars in 668 bytes} [Tue Jun 16 02:30:10 2026] GET /v2.0/extensions/qos => generated 166 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1519/2972] 10.0.0.253 () {30 vars in 704 bytes} [Tue Jun 16 02:30: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: 1454/2973] 10.0.0.253 () {28 vars in 439 bytes} [Tue Jun 16 02:30:10 2026] GET / => generated 151 bytes in 1 msecs (HTTP/1.1 200) 3 headers in 91 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1520/2974] 10.0.0.253 () {30 vars in 728 bytes} [Tue Jun 16 02:30:10 2026] GET /v2.0/subnets/ce03a607-3953-4543-aae9-1447283e0d54 => generated 655 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1455/2975] 199.204.45.53 () {30 vars in 702 bytes} [Tue Jun 16 02:30:11 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: 1521/2976] 199.204.45.53 () {30 vars in 704 bytes} [Tue Jun 16 02:30:11 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: 1456/2977] 199.204.45.53 () {30 vars in 680 bytes} [Tue Jun 16 02:30:11 2026] GET /v2.0/extensions/qos => generated 166 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1522/2978] 199.204.45.53 () {30 vars in 716 bytes} [Tue Jun 16 02:30:11 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: 1457/2979] 199.204.45.53 () {30 vars in 740 bytes} [Tue Jun 16 02:30:11 2026] GET /v2.0/subnets/68f99653-0af8-40d2-b8eb-28b4b4338402 => generated 674 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1523/2980] 199.204.45.53 () {30 vars in 740 bytes} [Tue Jun 16 02:30:11 2026] GET /v2.0/subnets/ce03a607-3953-4543-aae9-1447283e0d54 => generated 673 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1458/2981] 199.204.45.53 () {30 vars in 768 bytes} [Tue Jun 16 02:30:11 2026] GET /v2.0/ports?device_id=78e22ecf-90f0-4064-be1e-0cb1034ba864 => generated 4093 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1524/2982] 199.204.45.53 () {30 vars in 702 bytes} [Tue Jun 16 02:30:12 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1459/2983] 199.204.45.53 () {30 vars in 704 bytes} [Tue Jun 16 02:30:12 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1525/2984] 199.204.45.53 () {30 vars in 680 bytes} [Tue Jun 16 02:30:12 2026] GET /v2.0/extensions/qos => generated 166 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1460/2985] 199.204.45.53 () {30 vars in 716 bytes} [Tue Jun 16 02:30:12 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1526/2986] 199.204.45.53 () {34 vars in 716 bytes} [Tue Jun 16 02:30:12 2026] POST /v2.0/ports => generated 1328 bytes in 316 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1461/2987] 10.0.0.17 () {34 vars in 970 bytes} [Tue Jun 16 02:30:12 2026] GET /v2.0/ports/e1204c73-92e7-4be0-9eee-30cca650bc05 => generated 1328 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1527/2988] 199.204.45.53 () {34 vars in 1261 bytes} [Tue Jun 16 02:30:14 2026] GET /v2.0/ports/e1204c73-92e7-4be0-9eee-30cca650bc05?fields=binding%3Avnic_type&fields=binding%3Aprofile&fields=network_id&fields=resource_request&fields=numa_affinity_policy&fields=device_profile => generated 136 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1462/2989] 199.204.45.53 () {34 vars in 1011 bytes} [Tue Jun 16 02:30:14 2026] GET /v2.0/networks/866b29f9-d20d-4ad5-a6e8-1619f5597795?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: 1528/2990] 199.204.45.53 () {34 vars in 1111 bytes} [Tue Jun 16 02:30:14 2026] GET /v2.0/networks/866b29f9-d20d-4ad5-a6e8-1619f5597795?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1464/2993] 199.204.45.53 () {34 vars in 974 bytes} [Tue Jun 16 02:30:14 2026] GET /v2.0/ports/e1204c73-92e7-4be0-9eee-30cca650bc05 => generated 1328 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1530/2994] 199.204.45.53 () {34 vars in 985 bytes} [Tue Jun 16 02:30:14 2026] GET /v2.0/networks?id=866b29f9-d20d-4ad5-a6e8-1619f5597795 => generated 801 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1465/2995] 199.204.45.53 () {38 vars in 1027 bytes} [Tue Jun 16 02:30:14 2026] PUT /v2.0/ports/e1204c73-92e7-4be0-9eee-30cca650bc05 => generated 1518 bytes in 425 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-16 02:30:15.251 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-28d5d467-90e8-4f5c-a08e-744bd32a2acd'] response: {'name': 'network-changed', 'server_uuid': '78e22ecf-90f0-4064-be1e-0cb1034ba864', 'tag': 'e1204c73-92e7-4be0-9eee-30cca650bc05', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1531/2996] 199.204.45.53 () {34 vars in 1079 bytes} [Tue Jun 16 02:30:15 2026] GET /v2.0/ports?tenant_id=c448ca45ae6a4527b9385daa10cf3bb2&device_id=78e22ecf-90f0-4064-be1e-0cb1034ba864 => generated 5603 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1466/2997] 199.204.45.53 () {34 vars in 985 bytes} [Tue Jun 16 02:30:15 2026] GET /v2.0/networks?id=866b29f9-d20d-4ad5-a6e8-1619f5597795 => generated 801 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1532/2998] 199.204.45.53 () {34 vars in 1055 bytes} [Tue Jun 16 02:30:15 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.30&port_id=e1204c73-92e7-4be0-9eee-30cca650bc05 => 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: 1467/2999] 199.204.45.53 () {34 vars in 1105 bytes} [Tue Jun 16 02:30:15 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A32d&port_id=e1204c73-92e7-4be0-9eee-30cca650bc05 => 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: 1533/3000] 199.204.45.53 () {34 vars in 1063 bytes} [Tue Jun 16 02:30:15 2026] GET /v2.0/subnets?id=3cfe8ecb-94a0-46ca-a04b-826b6ce0fcdc&id=ce03a607-3953-4543-aae9-1447283e0d54 => generated 1413 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1468/3001] 199.204.45.53 () {34 vars in 1051 bytes} [Tue Jun 16 02:30:15 2026] GET /v2.0/ports?network_id=866b29f9-d20d-4ad5-a6e8-1619f5597795&device_owner=network%3Adhcp => generated 1461 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1534/3002] 199.204.45.53 () {34 vars in 1051 bytes} [Tue Jun 16 02:30:16 2026] GET /v2.0/ports?network_id=866b29f9-d20d-4ad5-a6e8-1619f5597795&device_owner=network%3Adhcp => generated 1461 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1469/3003] 199.204.45.53 () {34 vars in 1011 bytes} [Tue Jun 16 02:30:16 2026] GET /v2.0/networks/866b29f9-d20d-4ad5-a6e8-1619f5597795?fields=segments => generated 14 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1535/3004] 199.204.45.53 () {34 vars in 1111 bytes} [Tue Jun 16 02:30:16 2026] GET /v2.0/networks/866b29f9-d20d-4ad5-a6e8-1619f5597795?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: 1470/3005] 199.204.45.53 () {34 vars in 1079 bytes} [Tue Jun 16 02:30:17 2026] GET /v2.0/ports?tenant_id=c448ca45ae6a4527b9385daa10cf3bb2&device_id=78e22ecf-90f0-4064-be1e-0cb1034ba864 => generated 5603 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1536/3006] 199.204.45.53 () {34 vars in 1061 bytes} [Tue Jun 16 02:30:17 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.0.187&port_id=c01a1891-7980-4833-b0a6-8ef08324c00c => 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: 1471/3007] 199.204.45.53 () {34 vars in 983 bytes} [Tue Jun 16 02:30:17 2026] GET /v2.0/subnets?id=30edb630-d2bc-4761-8e5f-963dcfc90719 => generated 654 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1537/3008] 199.204.45.53 () {34 vars in 1051 bytes} [Tue Jun 16 02:30:17 2026] GET /v2.0/ports?network_id=d26df95f-633f-466e-834d-4cdde880a26a&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: 1472/3009] 199.204.45.53 () {34 vars in 1011 bytes} [Tue Jun 16 02:30:17 2026] GET /v2.0/networks/d26df95f-633f-466e-834d-4cdde880a26a?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: 1538/3010] 199.204.45.53 () {34 vars in 1111 bytes} [Tue Jun 16 02:30:17 2026] GET /v2.0/networks/d26df95f-633f-466e-834d-4cdde880a26a?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1473/3011] 199.204.45.53 () {34 vars in 1057 bytes} [Tue Jun 16 02:30:17 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.209&port_id=7934c1c5-27af-4695-b07c-96edb6174528 => 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: 1539/3012] 199.204.45.53 () {34 vars in 983 bytes} [Tue Jun 16 02:30:17 2026] GET /v2.0/subnets?id=6d813b5e-7f1d-4821-aaf8-47b8b6e5502a => generated 679 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1474/3013] 199.204.45.53 () {34 vars in 1051 bytes} [Tue Jun 16 02:30:17 2026] GET /v2.0/ports?network_id=6e62fb6f-2eec-4ad0-b24e-f27e9f853391&device_owner=network%3Adhcp => generated 1461 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1540/3014] 199.204.45.53 () {34 vars in 1011 bytes} [Tue Jun 16 02:30:17 2026] GET /v2.0/networks/6e62fb6f-2eec-4ad0-b24e-f27e9f853391?fields=segments => generated 14 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1475/3015] 199.204.45.53 () {34 vars in 1111 bytes} [Tue Jun 16 02:30:17 2026] GET /v2.0/networks/6e62fb6f-2eec-4ad0-b24e-f27e9f853391?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1541/3016] 199.204.45.53 () {34 vars in 1053 bytes} [Tue Jun 16 02:30:17 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.4&port_id=37143af9-4769-49d4-8798-18800d1e810f => generated 19 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1476/3017] 199.204.45.53 () {34 vars in 1103 bytes} [Tue Jun 16 02:30:17 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A210&port_id=37143af9-4769-49d4-8798-18800d1e810f => 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: 1542/3018] 199.204.45.53 () {34 vars in 1063 bytes} [Tue Jun 16 02:30:17 2026] GET /v2.0/subnets?id=57c870a7-652b-41c0-b76b-a525c3a1a2f3&id=68f99653-0af8-40d2-b8eb-28b4b4338402 => generated 1410 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1477/3019] 199.204.45.53 () {34 vars in 1051 bytes} [Tue Jun 16 02:30:17 2026] GET /v2.0/ports?network_id=44c43b36-fdc9-4fe7-9df8-6f5b4d85016d&device_owner=network%3Adhcp => generated 1457 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1543/3020] 199.204.45.53 () {34 vars in 1051 bytes} [Tue Jun 16 02:30:17 2026] GET /v2.0/ports?network_id=44c43b36-fdc9-4fe7-9df8-6f5b4d85016d&device_owner=network%3Adhcp => generated 1457 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1478/3021] 199.204.45.53 () {34 vars in 1011 bytes} [Tue Jun 16 02:30:17 2026] GET /v2.0/networks/44c43b36-fdc9-4fe7-9df8-6f5b4d85016d?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: 1544/3022] 199.204.45.53 () {34 vars in 1111 bytes} [Tue Jun 16 02:30:17 2026] GET /v2.0/networks/44c43b36-fdc9-4fe7-9df8-6f5b4d85016d?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1479/3023] 199.204.45.53 () {34 vars in 1055 bytes} [Tue Jun 16 02:30:18 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.30&port_id=e1204c73-92e7-4be0-9eee-30cca650bc05 => 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: 1545/3024] 199.204.45.53 () {34 vars in 1105 bytes} [Tue Jun 16 02:30:18 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A32d&port_id=e1204c73-92e7-4be0-9eee-30cca650bc05 => 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: 1480/3025] 199.204.45.53 () {34 vars in 1063 bytes} [Tue Jun 16 02:30:18 2026] GET /v2.0/subnets?id=3cfe8ecb-94a0-46ca-a04b-826b6ce0fcdc&id=ce03a607-3953-4543-aae9-1447283e0d54 => generated 1413 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1546/3026] 199.204.45.53 () {34 vars in 1051 bytes} [Tue Jun 16 02:30:18 2026] GET /v2.0/ports?network_id=866b29f9-d20d-4ad5-a6e8-1619f5597795&device_owner=network%3Adhcp => generated 1461 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1481/3027] 199.204.45.53 () {34 vars in 1051 bytes} [Tue Jun 16 02:30:18 2026] GET /v2.0/ports?network_id=866b29f9-d20d-4ad5-a6e8-1619f5597795&device_owner=network%3Adhcp => generated 1461 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1547/3028] 199.204.45.53 () {34 vars in 1011 bytes} [Tue Jun 16 02:30:18 2026] GET /v2.0/networks/866b29f9-d20d-4ad5-a6e8-1619f5597795?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: 1482/3029] 199.204.45.53 () {34 vars in 1111 bytes} [Tue Jun 16 02:30:18 2026] GET /v2.0/networks/866b29f9-d20d-4ad5-a6e8-1619f5597795?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1548/3030] 10.0.0.17 () {34 vars in 970 bytes} [Tue Jun 16 02:30:22 2026] GET /v2.0/ports/e1204c73-92e7-4be0-9eee-30cca650bc05 => generated 1520 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1483/3031] 199.204.45.53 () {30 vars in 742 bytes} [Tue Jun 16 02:30:22 2026] GET /v2.0/networks/866b29f9-d20d-4ad5-a6e8-1619f5597795 => generated 798 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1549/3032] 199.204.45.53 () {30 vars in 740 bytes} [Tue Jun 16 02:30:22 2026] GET /v2.0/subnets/ce03a607-3953-4543-aae9-1447283e0d54 => generated 673 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1484/3033] 199.204.45.53 () {30 vars in 740 bytes} [Tue Jun 16 02:30:22 2026] GET /v2.0/subnets/3cfe8ecb-94a0-46ca-a04b-826b6ce0fcdc => generated 747 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1550/3034] 199.204.45.53 () {30 vars in 736 bytes} [Tue Jun 16 02:30:22 2026] GET /v2.0/ports/37143af9-4769-49d4-8798-18800d1e810f => generated 1512 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1485/3035] 199.204.45.53 () {34 vars in 789 bytes} [Tue Jun 16 02:30:22 2026] PUT /v2.0/ports/37143af9-4769-49d4-8798-18800d1e810f => generated 1247 bytes in 298 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-16 02:30:22.623 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-9dad803a-393b-4eb2-8dff-391b120aa16e'] response: {'name': 'network-changed', 'server_uuid': '78e22ecf-90f0-4064-be1e-0cb1034ba864', 'tag': '37143af9-4769-49d4-8798-18800d1e810f', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1551/3036] 199.204.45.53 () {30 vars in 742 bytes} [Tue Jun 16 02:30:22 2026] GET /v2.0/networks/44c43b36-fdc9-4fe7-9df8-6f5b4d85016d => generated 798 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1486/3037] 199.204.45.53 () {30 vars in 740 bytes} [Tue Jun 16 02:30:22 2026] GET /v2.0/subnets/68f99653-0af8-40d2-b8eb-28b4b4338402 => generated 674 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1552/3038] 199.204.45.53 () {30 vars in 702 bytes} [Tue Jun 16 02:30:22 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1487/3039] 199.204.45.53 () {30 vars in 704 bytes} [Tue Jun 16 02:30:22 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: 1553/3040] 199.204.45.53 () {30 vars in 680 bytes} [Tue Jun 16 02:30:22 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: 1488/3041] 199.204.45.53 () {30 vars in 716 bytes} [Tue Jun 16 02:30:22 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: 1554/3042] 199.204.45.53 () {30 vars in 740 bytes} [Tue Jun 16 02:30:22 2026] GET /v2.0/subnets/6d813b5e-7f1d-4821-aaf8-47b8b6e5502a => 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: 1489/3043] 199.204.45.53 () {30 vars in 736 bytes} [Tue Jun 16 02:30:22 2026] GET /v2.0/ports/1de8dcb0-e166-485d-95f6-57fc766c70b4 => generated 1128 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1555/3044] 199.204.45.53 () {30 vars in 736 bytes} [Tue Jun 16 02:30:22 2026] GET /v2.0/ports/7934c1c5-27af-4695-b07c-96edb6174528 => generated 1349 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1490/3045] 199.204.45.53 () {30 vars in 740 bytes} [Tue Jun 16 02:30:22 2026] GET /v2.0/subnets/6d813b5e-7f1d-4821-aaf8-47b8b6e5502a => 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: 1556/3046] 199.204.45.53 () {30 vars in 742 bytes} [Tue Jun 16 02:30:23 2026] GET /v2.0/networks/6e62fb6f-2eec-4ad0-b24e-f27e9f853391 => generated 798 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1491/3047] 199.204.45.53 () {30 vars in 736 bytes} [Tue Jun 16 02:30:23 2026] GET /v2.0/ports/1de8dcb0-e166-485d-95f6-57fc766c70b4 => generated 1128 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1557/3048] 199.204.45.53 () {30 vars in 740 bytes} [Tue Jun 16 02:30:23 2026] GET /v2.0/subnets/6d813b5e-7f1d-4821-aaf8-47b8b6e5502a => generated 676 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1492/3049] 199.204.45.53 () {34 vars in 1079 bytes} [Tue Jun 16 02:30:23 2026] GET /v2.0/ports?tenant_id=c448ca45ae6a4527b9385daa10cf3bb2&device_id=78e22ecf-90f0-4064-be1e-0cb1034ba864 => generated 5376 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1558/3050] 199.204.45.53 () {34 vars in 985 bytes} [Tue Jun 16 02:30:23 2026] GET /v2.0/networks?id=44c43b36-fdc9-4fe7-9df8-6f5b4d85016d => generated 801 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1493/3051] 199.204.45.53 () {34 vars in 1053 bytes} [Tue Jun 16 02:30:23 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.4&port_id=37143af9-4769-49d4-8798-18800d1e810f => generated 19 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1559/3052] 199.204.45.53 () {34 vars in 983 bytes} [Tue Jun 16 02:30:23 2026] GET /v2.0/subnets?id=68f99653-0af8-40d2-b8eb-28b4b4338402 => generated 677 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1494/3053] 199.204.45.53 () {34 vars in 1051 bytes} [Tue Jun 16 02:30:23 2026] GET /v2.0/ports?network_id=44c43b36-fdc9-4fe7-9df8-6f5b4d85016d&device_owner=network%3Adhcp => generated 1457 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1560/3054] 199.204.45.53 () {34 vars in 1011 bytes} [Tue Jun 16 02:30:23 2026] GET /v2.0/networks/44c43b36-fdc9-4fe7-9df8-6f5b4d85016d?fields=segments => generated 14 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1495/3055] 199.204.45.53 () {34 vars in 1111 bytes} [Tue Jun 16 02:30:23 2026] GET /v2.0/networks/44c43b36-fdc9-4fe7-9df8-6f5b4d85016d?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1562/3058] 199.204.45.53 () {30 vars in 702 bytes} [Tue Jun 16 02:30:35 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1497/3059] 199.204.45.53 () {30 vars in 704 bytes} [Tue Jun 16 02:30:35 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: 1563/3060] 199.204.45.53 () {30 vars in 680 bytes} [Tue Jun 16 02:30:35 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: 1498/3061] 199.204.45.53 () {30 vars in 716 bytes} [Tue Jun 16 02:30:35 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1564/3062] 199.204.45.53 () {30 vars in 740 bytes} [Tue Jun 16 02:30:35 2026] GET /v2.0/subnets/68f99653-0af8-40d2-b8eb-28b4b4338402 => 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: 1499/3063] 199.204.45.53 () {30 vars in 768 bytes} [Tue Jun 16 02:30:35 2026] GET /v2.0/ports?device_id=78e22ecf-90f0-4064-be1e-0cb1034ba864 => generated 5376 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1565/3064] 199.204.45.53 () {30 vars in 702 bytes} [Tue Jun 16 02:30:35 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1500/3065] 199.204.45.53 () {30 vars in 704 bytes} [Tue Jun 16 02:30:35 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1566/3066] 199.204.45.53 () {30 vars in 680 bytes} [Tue Jun 16 02:30:35 2026] GET /v2.0/extensions/qos => generated 166 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1501/3067] 199.204.45.53 () {30 vars in 716 bytes} [Tue Jun 16 02:30:35 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1567/3068] 199.204.45.53 () {30 vars in 736 bytes} [Tue Jun 16 02:30:35 2026] GET /v2.0/ports/e1204c73-92e7-4be0-9eee-30cca650bc05 => generated 1520 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1502/3069] 199.204.45.53 () {34 vars in 789 bytes} [Tue Jun 16 02:30:35 2026] PUT /v2.0/ports/e1204c73-92e7-4be0-9eee-30cca650bc05 => generated 1311 bytes in 333 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-16 02:30:36.289 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-f2eec055-895f-4708-9ac6-b13a30f0db7d'] response: {'name': 'network-changed', 'server_uuid': '78e22ecf-90f0-4064-be1e-0cb1034ba864', 'tag': 'e1204c73-92e7-4be0-9eee-30cca650bc05', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1568/3070] 199.204.45.53 () {30 vars in 742 bytes} [Tue Jun 16 02:30:36 2026] GET /v2.0/networks/866b29f9-d20d-4ad5-a6e8-1619f5597795 => generated 798 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1503/3071] 199.204.45.53 () {30 vars in 740 bytes} [Tue Jun 16 02:30:36 2026] GET /v2.0/subnets/3cfe8ecb-94a0-46ca-a04b-826b6ce0fcdc => generated 747 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1569/3072] 199.204.45.53 () {30 vars in 736 bytes} [Tue Jun 16 02:30:36 2026] GET /v2.0/ports/e1204c73-92e7-4be0-9eee-30cca650bc05 => generated 1347 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1570/3073] 199.204.45.53 () {34 vars in 1079 bytes} [Tue Jun 16 02:30:36 2026] GET /v2.0/ports?tenant_id=c448ca45ae6a4527b9385daa10cf3bb2&device_id=78e22ecf-90f0-4064-be1e-0cb1034ba864 => generated 5203 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1504/3074] 199.204.45.53 () {34 vars in 788 bytes} [Tue Jun 16 02:30:36 2026] PUT /v2.0/ports/e1204c73-92e7-4be0-9eee-30cca650bc05 => generated 1080 bytes in 502 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1571/3075] 199.204.45.53 () {34 vars in 985 bytes} [Tue Jun 16 02:30:36 2026] GET /v2.0/networks?id=866b29f9-d20d-4ad5-a6e8-1619f5597795 => generated 801 bytes in 44 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: 1572/3076] 199.204.45.53 () {34 vars in 1105 bytes} [Tue Jun 16 02:30:36 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A32d&port_id=e1204c73-92e7-4be0-9eee-30cca650bc05 => 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: 1505/3077] 199.204.45.53 () {30 vars in 742 bytes} [Tue Jun 16 02:30:36 2026] GET /v2.0/networks/866b29f9-d20d-4ad5-a6e8-1619f5597795 => generated 798 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1573/3078] 199.204.45.53 () {34 vars in 983 bytes} [Tue Jun 16 02:30:36 2026] GET /v2.0/subnets?id=3cfe8ecb-94a0-46ca-a04b-826b6ce0fcdc => generated 750 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1574/3079] 199.204.45.53 () {34 vars in 1051 bytes} [Tue Jun 16 02:30:37 2026] GET /v2.0/ports?network_id=866b29f9-d20d-4ad5-a6e8-1619f5597795&device_owner=network%3Adhcp => generated 1461 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1506/3080] 199.204.45.53 () {30 vars in 768 bytes} [Tue Jun 16 02:30:36 2026] GET /v2.0/ports?device_id=78e22ecf-90f0-4064-be1e-0cb1034ba864 => generated 4972 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1575/3081] 199.204.45.53 () {34 vars in 1011 bytes} [Tue Jun 16 02:30:37 2026] GET /v2.0/networks/866b29f9-d20d-4ad5-a6e8-1619f5597795?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: 1507/3082] 199.204.45.53 () {34 vars in 1111 bytes} [Tue Jun 16 02:30:37 2026] GET /v2.0/networks/866b29f9-d20d-4ad5-a6e8-1619f5597795?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1576/3083] 199.204.45.53 () {30 vars in 768 bytes} [Tue Jun 16 02:30:37 2026] GET /v2.0/ports?device_id=78e22ecf-90f0-4064-be1e-0cb1034ba864 => generated 4972 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1508/3084] 199.204.45.53 () {30 vars in 768 bytes} [Tue Jun 16 02:30:38 2026] GET /v2.0/ports?device_id=78e22ecf-90f0-4064-be1e-0cb1034ba864 => generated 4972 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-16 02:30:38.335 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-6f003301-1eff-43fe-a882-2399347db726'] response: {'name': 'network-changed', 'server_uuid': '78e22ecf-90f0-4064-be1e-0cb1034ba864', 'tag': 'e1204c73-92e7-4be0-9eee-30cca650bc05', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1577/3085] 199.204.45.53 () {34 vars in 1079 bytes} [Tue Jun 16 02:30:38 2026] GET /v2.0/ports?tenant_id=c448ca45ae6a4527b9385daa10cf3bb2&device_id=78e22ecf-90f0-4064-be1e-0cb1034ba864 => generated 4972 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1509/3086] 199.204.45.53 () {34 vars in 985 bytes} [Tue Jun 16 02:30:38 2026] GET /v2.0/networks?id=866b29f9-d20d-4ad5-a6e8-1619f5597795 => generated 801 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1578/3087] 199.204.45.53 () {34 vars in 1011 bytes} [Tue Jun 16 02:30:38 2026] GET /v2.0/networks/866b29f9-d20d-4ad5-a6e8-1619f5597795?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: 1510/3088] 199.204.45.53 () {34 vars in 1111 bytes} [Tue Jun 16 02:30:39 2026] GET /v2.0/networks/866b29f9-d20d-4ad5-a6e8-1619f5597795?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: 1579/3089] 199.204.45.53 () {30 vars in 768 bytes} [Tue Jun 16 02:30:39 2026] GET /v2.0/ports?device_id=78e22ecf-90f0-4064-be1e-0cb1034ba864 => generated 4972 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1511/3090] 199.204.45.53 () {34 vars in 974 bytes} [Tue Jun 16 02:30:39 2026] GET /v2.0/ports/e1204c73-92e7-4be0-9eee-30cca650bc05 => generated 1116 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1580/3091] 199.204.45.53 () {34 vars in 1059 bytes} [Tue Jun 16 02:30:39 2026] GET /v2.0/ports/e1204c73-92e7-4be0-9eee-30cca650bc05?fields=binding%3Aprofile&fields=network_id => generated 83 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1512/3092] 199.204.45.53 () {34 vars in 1015 bytes} [Tue Jun 16 02:30:39 2026] GET /v2.0/networks/866b29f9-d20d-4ad5-a6e8-1619f5597795?fields=dns_domain => generated 29 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1581/3093] 199.204.45.53 () {38 vars in 1027 bytes} [Tue Jun 16 02:30:39 2026] PUT /v2.0/ports/e1204c73-92e7-4be0-9eee-30cca650bc05 => generated 917 bytes in 238 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1513/3094] 199.204.45.53 () {30 vars in 768 bytes} [Tue Jun 16 02:30:40 2026] GET /v2.0/ports?device_id=78e22ecf-90f0-4064-be1e-0cb1034ba864 => generated 3864 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-16 02:30:40.541 7 INFO neutron_taas.services.taas.taas_plugin [None req-af0e8a68-26c8-4aff-a699-2a93d82fbdfa cfe1be6b7d8940b2ad3e6e1803af287d c448ca45ae6a4527b9385daa10cf3bb2 - - default default] TaaS: Handle Delete Port: e1204c73-92e7-4be0-9eee-30cca650bc05 2026-06-16 02:30:40.547 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-af0e8a68-26c8-4aff-a699-2a93d82fbdfa cfe1be6b7d8940b2ad3e6e1803af287d c448ca45ae6a4527b9385daa10cf3bb2 - - default default] Tap Mirror: Handle Delete Port: e1204c73-92e7-4be0-9eee-30cca650bc05 [pid: 7|app: 0|req: 1582/3095] 199.204.45.53 () {32 vars in 758 bytes} [Tue Jun 16 02:30:40 2026] DELETE /v2.0/ports/e1204c73-92e7-4be0-9eee-30cca650bc05 => generated 0 bytes in 247 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1514/3096] 199.204.45.53 () {30 vars in 702 bytes} [Tue Jun 16 02:30:40 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: 1583/3097] 199.204.45.53 () {30 vars in 704 bytes} [Tue Jun 16 02:30:40 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1515/3098] 199.204.45.53 () {30 vars in 680 bytes} [Tue Jun 16 02:30:40 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: 1584/3099] 199.204.45.53 () {30 vars in 716 bytes} [Tue Jun 16 02:30:40 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: 1516/3100] 199.204.45.53 () {30 vars in 740 bytes} [Tue Jun 16 02:30:40 2026] GET /v2.0/subnets/6d813b5e-7f1d-4821-aaf8-47b8b6e5502a => 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: 1585/3101] 199.204.45.53 () {30 vars in 736 bytes} [Tue Jun 16 02:30:40 2026] GET /v2.0/ports/1de8dcb0-e166-485d-95f6-57fc766c70b4 => generated 1128 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1517/3102] 199.204.45.53 () {30 vars in 736 bytes} [Tue Jun 16 02:30:40 2026] GET /v2.0/ports/7934c1c5-27af-4695-b07c-96edb6174528 => generated 1349 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1586/3103] 199.204.45.53 () {30 vars in 740 bytes} [Tue Jun 16 02:30:40 2026] GET /v2.0/subnets/6d813b5e-7f1d-4821-aaf8-47b8b6e5502a => generated 676 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1518/3104] 199.204.45.53 () {30 vars in 742 bytes} [Tue Jun 16 02:30:40 2026] GET /v2.0/networks/6e62fb6f-2eec-4ad0-b24e-f27e9f853391 => 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: 1587/3105] 199.204.45.53 () {30 vars in 736 bytes} [Tue Jun 16 02:30:41 2026] GET /v2.0/ports/1de8dcb0-e166-485d-95f6-57fc766c70b4 => generated 1128 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1519/3106] 199.204.45.53 () {30 vars in 740 bytes} [Tue Jun 16 02:30:41 2026] GET /v2.0/subnets/6d813b5e-7f1d-4821-aaf8-47b8b6e5502a => generated 676 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1588/3107] 199.204.45.53 () {34 vars in 1079 bytes} [Tue Jun 16 02:30:41 2026] GET /v2.0/ports?tenant_id=c448ca45ae6a4527b9385daa10cf3bb2&device_id=78e22ecf-90f0-4064-be1e-0cb1034ba864 => generated 3864 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1520/3108] 199.204.45.53 () {34 vars in 1225 bytes} [Tue Jun 16 02:30:41 2026] GET /v2.0/networks?id=d26df95f-633f-466e-834d-4cdde880a26a&id=6e62fb6f-2eec-4ad0-b24e-f27e9f853391&id=44c43b36-fdc9-4fe7-9df8-6f5b4d85016d&id=866b29f9-d20d-4ad5-a6e8-1619f5597795 => generated 3096 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1589/3109] 199.204.45.53 () {34 vars in 1061 bytes} [Tue Jun 16 02:30:41 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.0.187&port_id=c01a1891-7980-4833-b0a6-8ef08324c00c => generated 19 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1521/3110] 199.204.45.53 () {34 vars in 983 bytes} [Tue Jun 16 02:30:41 2026] GET /v2.0/subnets?id=30edb630-d2bc-4761-8e5f-963dcfc90719 => generated 654 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1590/3111] 199.204.45.53 () {34 vars in 1051 bytes} [Tue Jun 16 02:30:41 2026] GET /v2.0/ports?network_id=d26df95f-633f-466e-834d-4cdde880a26a&device_owner=network%3Adhcp => generated 1244 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1522/3112] 199.204.45.53 () {34 vars in 1011 bytes} [Tue Jun 16 02:30:41 2026] GET /v2.0/networks/d26df95f-633f-466e-834d-4cdde880a26a?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: 1591/3113] 199.204.45.53 () {34 vars in 1111 bytes} [Tue Jun 16 02:30:41 2026] GET /v2.0/networks/d26df95f-633f-466e-834d-4cdde880a26a?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: 1523/3114] 199.204.45.53 () {34 vars in 1057 bytes} [Tue Jun 16 02:30:41 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.209&port_id=7934c1c5-27af-4695-b07c-96edb6174528 => 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: 1592/3115] 199.204.45.53 () {34 vars in 983 bytes} [Tue Jun 16 02:30:41 2026] GET /v2.0/subnets?id=6d813b5e-7f1d-4821-aaf8-47b8b6e5502a => generated 679 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1524/3116] 199.204.45.53 () {34 vars in 1051 bytes} [Tue Jun 16 02:30:41 2026] GET /v2.0/ports?network_id=6e62fb6f-2eec-4ad0-b24e-f27e9f853391&device_owner=network%3Adhcp => generated 1461 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1593/3117] 199.204.45.53 () {34 vars in 1011 bytes} [Tue Jun 16 02:30:41 2026] GET /v2.0/networks/6e62fb6f-2eec-4ad0-b24e-f27e9f853391?fields=segments => generated 14 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1525/3118] 199.204.45.53 () {34 vars in 1111 bytes} [Tue Jun 16 02:30:41 2026] GET /v2.0/networks/6e62fb6f-2eec-4ad0-b24e-f27e9f853391?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: 1594/3119] 199.204.45.53 () {34 vars in 1053 bytes} [Tue Jun 16 02:30:42 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.4&port_id=37143af9-4769-49d4-8798-18800d1e810f => 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: 1526/3120] 199.204.45.53 () {34 vars in 983 bytes} [Tue Jun 16 02:30:42 2026] GET /v2.0/subnets?id=68f99653-0af8-40d2-b8eb-28b4b4338402 => generated 677 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1595/3121] 199.204.45.53 () {34 vars in 1051 bytes} [Tue Jun 16 02:30:42 2026] GET /v2.0/ports?network_id=44c43b36-fdc9-4fe7-9df8-6f5b4d85016d&device_owner=network%3Adhcp => generated 1457 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1527/3122] 199.204.45.53 () {34 vars in 1011 bytes} [Tue Jun 16 02:30:42 2026] GET /v2.0/networks/44c43b36-fdc9-4fe7-9df8-6f5b4d85016d?fields=segments => generated 14 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1596/3123] 199.204.45.53 () {34 vars in 1111 bytes} [Tue Jun 16 02:30:42 2026] GET /v2.0/networks/44c43b36-fdc9-4fe7-9df8-6f5b4d85016d?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: 1529/3126] 199.204.45.53 () {30 vars in 702 bytes} [Tue Jun 16 02:30:45 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: 1598/3127] 199.204.45.53 () {30 vars in 704 bytes} [Tue Jun 16 02:30:45 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1530/3128] 199.204.45.53 () {30 vars in 680 bytes} [Tue Jun 16 02:30:45 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: 1599/3129] 199.204.45.53 () {30 vars in 716 bytes} [Tue Jun 16 02:30:45 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: 1531/3130] 199.204.45.53 () {30 vars in 768 bytes} [Tue Jun 16 02:30:45 2026] GET /v2.0/ports?device_id=78e22ecf-90f0-4064-be1e-0cb1034ba864 => generated 3864 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1600/3131] 199.204.45.53 () {30 vars in 702 bytes} [Tue Jun 16 02:30:46 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1532/3132] 199.204.45.53 () {30 vars in 704 bytes} [Tue Jun 16 02:30:46 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1601/3133] 199.204.45.53 () {30 vars in 680 bytes} [Tue Jun 16 02:30:46 2026] GET /v2.0/extensions/qos => generated 166 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1533/3134] 199.204.45.53 () {30 vars in 716 bytes} [Tue Jun 16 02:30:46 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1602/3135] 199.204.45.53 () {30 vars in 736 bytes} [Tue Jun 16 02:30:46 2026] GET /v2.0/ports/37143af9-4769-49d4-8798-18800d1e810f => generated 1283 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1534/3136] 199.204.45.53 () {34 vars in 788 bytes} [Tue Jun 16 02:30:46 2026] PUT /v2.0/ports/37143af9-4769-49d4-8798-18800d1e810f => generated 1080 bytes in 325 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-16 02:30:46.612 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-bc2e8d89-0049-4a76-b671-a6c3573ef53d'] response: {'name': 'network-changed', 'server_uuid': '78e22ecf-90f0-4064-be1e-0cb1034ba864', 'tag': '37143af9-4769-49d4-8798-18800d1e810f', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1603/3137] 199.204.45.53 () {30 vars in 742 bytes} [Tue Jun 16 02:30:46 2026] GET /v2.0/networks/44c43b36-fdc9-4fe7-9df8-6f5b4d85016d => generated 798 bytes in 74 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: 1535/3138] 199.204.45.53 () {30 vars in 768 bytes} [Tue Jun 16 02:30:46 2026] GET /v2.0/ports?device_id=78e22ecf-90f0-4064-be1e-0cb1034ba864 => generated 3697 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1604/3139] 199.204.45.53 () {30 vars in 768 bytes} [Tue Jun 16 02:30:46 2026] GET /v2.0/ports?device_id=78e22ecf-90f0-4064-be1e-0cb1034ba864 => generated 3697 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1536/3140] 199.204.45.53 () {34 vars in 1079 bytes} [Tue Jun 16 02:30:47 2026] GET /v2.0/ports?tenant_id=c448ca45ae6a4527b9385daa10cf3bb2&device_id=78e22ecf-90f0-4064-be1e-0cb1034ba864 => generated 3697 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1605/3141] 199.204.45.53 () {34 vars in 985 bytes} [Tue Jun 16 02:30:47 2026] GET /v2.0/networks?id=44c43b36-fdc9-4fe7-9df8-6f5b4d85016d => generated 801 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1537/3142] 199.204.45.53 () {34 vars in 1011 bytes} [Tue Jun 16 02:30:47 2026] GET /v2.0/networks/44c43b36-fdc9-4fe7-9df8-6f5b4d85016d?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: 1606/3143] 199.204.45.53 () {34 vars in 1111 bytes} [Tue Jun 16 02:30:47 2026] GET /v2.0/networks/44c43b36-fdc9-4fe7-9df8-6f5b4d85016d?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1538/3144] 199.204.45.53 () {30 vars in 768 bytes} [Tue Jun 16 02:30:47 2026] GET /v2.0/ports?device_id=78e22ecf-90f0-4064-be1e-0cb1034ba864 => generated 3697 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1607/3145] 199.204.45.53 () {34 vars in 974 bytes} [Tue Jun 16 02:30:48 2026] GET /v2.0/ports/37143af9-4769-49d4-8798-18800d1e810f => generated 1116 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1539/3146] 199.204.45.53 () {34 vars in 1059 bytes} [Tue Jun 16 02:30:48 2026] GET /v2.0/ports/37143af9-4769-49d4-8798-18800d1e810f?fields=binding%3Aprofile&fields=network_id => generated 83 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1608/3147] 199.204.45.53 () {30 vars in 768 bytes} [Tue Jun 16 02:30:48 2026] GET /v2.0/ports?device_id=78e22ecf-90f0-4064-be1e-0cb1034ba864 => generated 3697 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1540/3148] 199.204.45.53 () {34 vars in 1015 bytes} [Tue Jun 16 02:30:48 2026] GET /v2.0/networks/44c43b36-fdc9-4fe7-9df8-6f5b4d85016d?fields=dns_domain => generated 29 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1609/3149] 199.204.45.53 () {38 vars in 1027 bytes} [Tue Jun 16 02:30:48 2026] PUT /v2.0/ports/37143af9-4769-49d4-8798-18800d1e810f => generated 917 bytes in 230 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1541/3150] 199.204.45.53 () {30 vars in 768 bytes} [Tue Jun 16 02:30:49 2026] GET /v2.0/ports?device_id=78e22ecf-90f0-4064-be1e-0cb1034ba864 => generated 2589 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-16 02:30:50.165 7 INFO neutron_taas.services.taas.taas_plugin [None req-c52e0c4f-7560-4314-bb04-45e88308101a cfe1be6b7d8940b2ad3e6e1803af287d c448ca45ae6a4527b9385daa10cf3bb2 - - default default] TaaS: Handle Delete Port: 37143af9-4769-49d4-8798-18800d1e810f 2026-06-16 02:30:50.169 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c52e0c4f-7560-4314-bb04-45e88308101a cfe1be6b7d8940b2ad3e6e1803af287d c448ca45ae6a4527b9385daa10cf3bb2 - - default default] Tap Mirror: Handle Delete Port: 37143af9-4769-49d4-8798-18800d1e810f [pid: 7|app: 0|req: 1610/3151] 199.204.45.53 () {32 vars in 758 bytes} [Tue Jun 16 02:30:50 2026] DELETE /v2.0/ports/37143af9-4769-49d4-8798-18800d1e810f => generated 0 bytes in 225 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1542/3152] 199.204.45.53 () {30 vars in 702 bytes} [Tue Jun 16 02:30:50 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: 1611/3153] 199.204.45.53 () {30 vars in 704 bytes} [Tue Jun 16 02:30:50 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1543/3154] 199.204.45.53 () {30 vars in 680 bytes} [Tue Jun 16 02:30:50 2026] GET /v2.0/extensions/qos => generated 166 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1612/3155] 199.204.45.53 () {30 vars in 716 bytes} [Tue Jun 16 02:30:50 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: 1544/3156] 199.204.45.53 () {30 vars in 740 bytes} [Tue Jun 16 02:30:50 2026] GET /v2.0/subnets/6d813b5e-7f1d-4821-aaf8-47b8b6e5502a => 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: 1613/3157] 199.204.45.53 () {30 vars in 736 bytes} [Tue Jun 16 02:30:50 2026] GET /v2.0/ports/1de8dcb0-e166-485d-95f6-57fc766c70b4 => generated 1128 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1545/3158] 199.204.45.53 () {30 vars in 736 bytes} [Tue Jun 16 02:30:50 2026] GET /v2.0/ports/7934c1c5-27af-4695-b07c-96edb6174528 => generated 1349 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1614/3159] 199.204.45.53 () {30 vars in 740 bytes} [Tue Jun 16 02:30:50 2026] GET /v2.0/subnets/6d813b5e-7f1d-4821-aaf8-47b8b6e5502a => generated 676 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1546/3160] 199.204.45.53 () {30 vars in 742 bytes} [Tue Jun 16 02:30:50 2026] GET /v2.0/networks/6e62fb6f-2eec-4ad0-b24e-f27e9f853391 => generated 798 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1615/3161] 199.204.45.53 () {34 vars in 1079 bytes} [Tue Jun 16 02:30:50 2026] GET /v2.0/ports?tenant_id=c448ca45ae6a4527b9385daa10cf3bb2&device_id=78e22ecf-90f0-4064-be1e-0cb1034ba864 => generated 2589 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1547/3162] 199.204.45.53 () {30 vars in 736 bytes} [Tue Jun 16 02:30:50 2026] GET /v2.0/ports/1de8dcb0-e166-485d-95f6-57fc766c70b4 => generated 1128 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1548/3163] 199.204.45.53 () {30 vars in 740 bytes} [Tue Jun 16 02:30:50 2026] GET /v2.0/subnets/6d813b5e-7f1d-4821-aaf8-47b8b6e5502a => generated 676 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1616/3164] 199.204.45.53 () {34 vars in 1145 bytes} [Tue Jun 16 02:30:50 2026] GET /v2.0/networks?id=d26df95f-633f-466e-834d-4cdde880a26a&id=6e62fb6f-2eec-4ad0-b24e-f27e9f853391&id=44c43b36-fdc9-4fe7-9df8-6f5b4d85016d => generated 2309 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1549/3165] 199.204.45.53 () {34 vars in 1061 bytes} [Tue Jun 16 02:30:50 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.0.187&port_id=c01a1891-7980-4833-b0a6-8ef08324c00c => 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: 1617/3166] 199.204.45.53 () {34 vars in 983 bytes} [Tue Jun 16 02:30:50 2026] GET /v2.0/subnets?id=30edb630-d2bc-4761-8e5f-963dcfc90719 => generated 654 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1550/3167] 199.204.45.53 () {34 vars in 1051 bytes} [Tue Jun 16 02:30:50 2026] GET /v2.0/ports?network_id=d26df95f-633f-466e-834d-4cdde880a26a&device_owner=network%3Adhcp => generated 1244 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1618/3168] 199.204.45.53 () {34 vars in 1011 bytes} [Tue Jun 16 02:30:50 2026] GET /v2.0/networks/d26df95f-633f-466e-834d-4cdde880a26a?fields=segments => generated 14 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1551/3169] 199.204.45.53 () {34 vars in 1111 bytes} [Tue Jun 16 02:30:51 2026] GET /v2.0/networks/d26df95f-633f-466e-834d-4cdde880a26a?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: 1619/3170] 199.204.45.53 () {34 vars in 1057 bytes} [Tue Jun 16 02:30:51 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.209&port_id=7934c1c5-27af-4695-b07c-96edb6174528 => 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: 1552/3171] 199.204.45.53 () {34 vars in 983 bytes} [Tue Jun 16 02:30:51 2026] GET /v2.0/subnets?id=6d813b5e-7f1d-4821-aaf8-47b8b6e5502a => generated 679 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1620/3172] 199.204.45.53 () {34 vars in 1051 bytes} [Tue Jun 16 02:30:51 2026] GET /v2.0/ports?network_id=6e62fb6f-2eec-4ad0-b24e-f27e9f853391&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: 1553/3173] 199.204.45.53 () {34 vars in 1011 bytes} [Tue Jun 16 02:30:51 2026] GET /v2.0/networks/6e62fb6f-2eec-4ad0-b24e-f27e9f853391?fields=segments => generated 14 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1621/3174] 199.204.45.53 () {34 vars in 1111 bytes} [Tue Jun 16 02:30:51 2026] GET /v2.0/networks/6e62fb6f-2eec-4ad0-b24e-f27e9f853391?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1555/3177] 199.204.45.53 () {30 vars in 702 bytes} [Tue Jun 16 02:31:03 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1623/3178] 199.204.45.53 () {30 vars in 704 bytes} [Tue Jun 16 02:31:03 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1556/3179] 199.204.45.53 () {30 vars in 680 bytes} [Tue Jun 16 02:31:03 2026] GET /v2.0/extensions/qos => generated 166 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1624/3180] 199.204.45.53 () {30 vars in 716 bytes} [Tue Jun 16 02:31:03 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 02:31:03.236 8 INFO neutron.api.v2.resource [None req-55ee742c-b517-4845-8bed-125ce0587627 cfe1be6b7d8940b2ad3e6e1803af287d c448ca45ae6a4527b9385daa10cf3bb2 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1557/3181] 199.204.45.53 () {30 vars in 762 bytes} [Tue Jun 16 02:31:03 2026] GET /v2.0/security-groups/lb-79d80c4e-6d5a-46b1-937e-a50cd704becb => 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: 1625/3182] 199.204.45.53 () {30 vars in 784 bytes} [Tue Jun 16 02:31:03 2026] GET /v2.0/security-groups?name=lb-79d80c4e-6d5a-46b1-937e-a50cd704becb => generated 2865 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1558/3183] 199.204.45.53 () {30 vars in 814 bytes} [Tue Jun 16 02:31:03 2026] GET /v2.0/security-group-rules?security_group_id=533124ea-bc55-4b46-a361-7e6438653f11 => generated 2334 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1626/3184] 199.204.45.53 () {32 vars in 788 bytes} [Tue Jun 16 02:31:03 2026] DELETE /v2.0/security-group-rules/44ff3c76-65e7-41f3-9ca9-befc8673bce8 => generated 0 bytes in 51 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1559/3185] 199.204.45.53 () {32 vars in 788 bytes} [Tue Jun 16 02:31:03 2026] DELETE /v2.0/security-group-rules/b073f164-9575-40b0-8939-fabf1560a367 => generated 0 bytes in 50 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-16 02:31:06.106 7 INFO neutron_taas.services.taas.taas_plugin [None req-6acf871f-3633-41c1-ae1f-7263eb8ce715 5597bb821578414f8142f5b66a4108aa c3760a45693b48f8a4bb572b058d9538 - - default default] TaaS: Handle Delete Port: 7c8ba7b6-18f7-49c5-9007-7e412120db67 2026-06-16 02:31:06.109 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6acf871f-3633-41c1-ae1f-7263eb8ce715 5597bb821578414f8142f5b66a4108aa c3760a45693b48f8a4bb572b058d9538 - - default default] Tap Mirror: Handle Delete Port: 7c8ba7b6-18f7-49c5-9007-7e412120db67 2026-06-16 02:31:06.290 7 INFO neutron.db.l3_db [None req-6acf871f-3633-41c1-ae1f-7263eb8ce715 5597bb821578414f8142f5b66a4108aa c3760a45693b48f8a4bb572b058d9538 - - default default] Floating IP 4bc0e651-06e2-4964-a746-2f479746eecc disassociated (deleted). External IP: 10.96.250.201, port: 1de8dcb0-e166-485d-95f6-57fc766c70b4. [pid: 7|app: 0|req: 1627/3186] 10.0.0.203 () {32 vars in 732 bytes} [Tue Jun 16 02:31:05 2026] DELETE /v2.0/floatingips/4bc0e651-06e2-4964-a746-2f479746eecc => generated 0 bytes in 1277 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-16 02:31:07.284 8 INFO neutron.api.v2.resource [None req-c9aec36e-1029-4716-8d18-b8f43965511f 5597bb821578414f8142f5b66a4108aa c3760a45693b48f8a4bb572b058d9538 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1560/3187] 10.0.0.203 () {32 vars in 729 bytes} [Tue Jun 16 02:31:07 2026] GET /v2.0/floatingips/4bc0e651-06e2-4964-a746-2f479746eecc => generated 144 bytes in 22 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1628/3188] 199.204.45.53 () {30 vars in 702 bytes} [Tue Jun 16 02:31:08 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1561/3189] 199.204.45.53 () {30 vars in 704 bytes} [Tue Jun 16 02:31:08 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: 1629/3190] 199.204.45.53 () {30 vars in 680 bytes} [Tue Jun 16 02:31:08 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: 1562/3191] 199.204.45.53 () {30 vars in 716 bytes} [Tue Jun 16 02:31:08 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 02:31:08.533 7 INFO neutron.api.v2.resource [None req-e2bbec27-de70-4a8a-89e9-2ab577004eda cfe1be6b7d8940b2ad3e6e1803af287d c448ca45ae6a4527b9385daa10cf3bb2 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1630/3192] 199.204.45.53 () {30 vars in 762 bytes} [Tue Jun 16 02:31:08 2026] GET /v2.0/security-groups/lb-79d80c4e-6d5a-46b1-937e-a50cd704becb => generated 149 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1563/3193] 199.204.45.53 () {30 vars in 784 bytes} [Tue Jun 16 02:31:08 2026] GET /v2.0/security-groups?name=lb-79d80c4e-6d5a-46b1-937e-a50cd704becb => generated 1639 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1631/3194] 199.204.45.53 () {30 vars in 814 bytes} [Tue Jun 16 02:31:08 2026] GET /v2.0/security-group-rules?security_group_id=533124ea-bc55-4b46-a361-7e6438653f11 => generated 1182 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1564/3195] 199.204.45.53 () {30 vars in 702 bytes} [Tue Jun 16 02:31:08 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: 1632/3196] 199.204.45.53 () {30 vars in 704 bytes} [Tue Jun 16 02:31:08 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: 1565/3197] 199.204.45.53 () {30 vars in 680 bytes} [Tue Jun 16 02:31:08 2026] GET /v2.0/extensions/qos => generated 166 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1633/3198] 199.204.45.53 () {30 vars in 716 bytes} [Tue Jun 16 02:31:08 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: 1566/3199] 199.204.45.53 () {30 vars in 740 bytes} [Tue Jun 16 02:31:08 2026] GET /v2.0/subnets/6d813b5e-7f1d-4821-aaf8-47b8b6e5502a => generated 676 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1634/3200] 199.204.45.53 () {30 vars in 768 bytes} [Tue Jun 16 02:31:08 2026] GET /v2.0/ports?device_id=78e22ecf-90f0-4064-be1e-0cb1034ba864 => generated 2589 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1567/3201] 199.204.45.53 () {30 vars in 768 bytes} [Tue Jun 16 02:31:08 2026] GET /v2.0/ports?device_id=78e22ecf-90f0-4064-be1e-0cb1034ba864 => generated 2589 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1635/3202] 199.204.45.53 () {30 vars in 768 bytes} [Tue Jun 16 02:31:08 2026] GET /v2.0/ports?device_id=78e22ecf-90f0-4064-be1e-0cb1034ba864 => generated 2589 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1568/3203] 199.204.45.53 () {30 vars in 768 bytes} [Tue Jun 16 02:31:10 2026] GET /v2.0/ports?device_id=78e22ecf-90f0-4064-be1e-0cb1034ba864 => generated 2589 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1636/3204] 199.204.45.53 () {34 vars in 974 bytes} [Tue Jun 16 02:31:11 2026] GET /v2.0/ports/7934c1c5-27af-4695-b07c-96edb6174528 => generated 1349 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1569/3205] 199.204.45.53 () {34 vars in 1059 bytes} [Tue Jun 16 02:31:11 2026] GET /v2.0/ports/7934c1c5-27af-4695-b07c-96edb6174528?fields=binding%3Aprofile&fields=network_id => generated 83 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1637/3206] 199.204.45.53 () {30 vars in 768 bytes} [Tue Jun 16 02:31:11 2026] GET /v2.0/ports?device_id=78e22ecf-90f0-4064-be1e-0cb1034ba864 => generated 2589 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1570/3207] 199.204.45.53 () {34 vars in 1015 bytes} [Tue Jun 16 02:31:11 2026] GET /v2.0/networks/6e62fb6f-2eec-4ad0-b24e-f27e9f853391?fields=dns_domain => generated 29 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1638/3208] 199.204.45.53 () {38 vars in 1027 bytes} [Tue Jun 16 02:31:11 2026] PUT /v2.0/ports/7934c1c5-27af-4695-b07c-96edb6174528 => generated 1150 bytes in 283 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1571/3209] 199.204.45.53 () {30 vars in 768 bytes} [Tue Jun 16 02:31:12 2026] GET /v2.0/ports?device_id=78e22ecf-90f0-4064-be1e-0cb1034ba864 => generated 1248 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1639/3210] 199.204.45.53 () {34 vars in 788 bytes} [Tue Jun 16 02:31:12 2026] PUT /v2.0/ports/7934c1c5-27af-4695-b07c-96edb6174528 => generated 1090 bytes in 236 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1572/3211] 199.204.45.53 () {30 vars in 736 bytes} [Tue Jun 16 02:31:12 2026] GET /v2.0/ports/7934c1c5-27af-4695-b07c-96edb6174528 => generated 1090 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-06-16 02:31:12.620 7 INFO neutron_taas.services.taas.taas_plugin [None req-54d9dd85-9708-4b23-a596-24f08adc17f7 cfe1be6b7d8940b2ad3e6e1803af287d c448ca45ae6a4527b9385daa10cf3bb2 - - default default] TaaS: Handle Delete Port: 7934c1c5-27af-4695-b07c-96edb6174528 2026-06-16 02:31:12.622 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-54d9dd85-9708-4b23-a596-24f08adc17f7 cfe1be6b7d8940b2ad3e6e1803af287d c448ca45ae6a4527b9385daa10cf3bb2 - - default default] Tap Mirror: Handle Delete Port: 7934c1c5-27af-4695-b07c-96edb6174528 [pid: 7|app: 0|req: 1640/3212] 199.204.45.53 () {32 vars in 758 bytes} [Tue Jun 16 02:31:12 2026] DELETE /v2.0/ports/7934c1c5-27af-4695-b07c-96edb6174528 => 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: 1573/3213] 199.204.45.53 () {30 vars in 702 bytes} [Tue Jun 16 02:31:12 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: 1641/3214] 199.204.45.53 () {30 vars in 704 bytes} [Tue Jun 16 02:31:12 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1574/3215] 199.204.45.53 () {30 vars in 680 bytes} [Tue Jun 16 02:31:12 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: 1642/3216] 199.204.45.53 () {30 vars in 716 bytes} [Tue Jun 16 02:31:12 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 02:31:12.926 8 INFO neutron.pecan_wsgi.hooks.translation [None req-2183eba2-77e2-4916-ac49-921e39412f87 cfe1be6b7d8940b2ad3e6e1803af287d c448ca45ae6a4527b9385daa10cf3bb2 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1575/3217] 199.204.45.53 () {32 vars in 758 bytes} [Tue Jun 16 02:31:12 2026] DELETE /v2.0/ports/7934c1c5-27af-4695-b07c-96edb6174528 => generated 132 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1643/3218] 199.204.45.53 () {30 vars in 736 bytes} [Tue Jun 16 02:31:12 2026] GET /v2.0/ports/1de8dcb0-e166-485d-95f6-57fc766c70b4 => generated 1128 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-16 02:31:12.992 7 INFO neutron.api.v2.resource [None req-7f24b51e-8efa-4173-b946-a3b6a27cbde5 cfe1be6b7d8940b2ad3e6e1803af287d c448ca45ae6a4527b9385daa10cf3bb2 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1644/3219] 199.204.45.53 () {30 vars in 762 bytes} [Tue Jun 16 02:31:12 2026] GET /v2.0/security-groups/lb-79d80c4e-6d5a-46b1-937e-a50cd704becb => generated 149 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1576/3220] 199.204.45.53 () {34 vars in 1079 bytes} [Tue Jun 16 02:31:12 2026] GET /v2.0/ports?tenant_id=c448ca45ae6a4527b9385daa10cf3bb2&device_id=78e22ecf-90f0-4064-be1e-0cb1034ba864 => generated 1248 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1645/3221] 199.204.45.53 () {30 vars in 784 bytes} [Tue Jun 16 02:31:13 2026] GET /v2.0/security-groups?name=lb-79d80c4e-6d5a-46b1-937e-a50cd704becb => generated 1639 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1646/3222] 199.204.45.53 () {30 vars in 736 bytes} [Tue Jun 16 02:31:13 2026] GET /v2.0/ports/1de8dcb0-e166-485d-95f6-57fc766c70b4 => generated 1128 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1577/3223] 199.204.45.53 () {34 vars in 1065 bytes} [Tue Jun 16 02:31:13 2026] GET /v2.0/networks?id=d26df95f-633f-466e-834d-4cdde880a26a&id=6e62fb6f-2eec-4ad0-b24e-f27e9f853391 => generated 1522 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1578/3224] 199.204.45.53 () {34 vars in 1061 bytes} [Tue Jun 16 02:31:13 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.0.187&port_id=c01a1891-7980-4833-b0a6-8ef08324c00c => generated 19 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1579/3225] 199.204.45.53 () {34 vars in 983 bytes} [Tue Jun 16 02:31:13 2026] GET /v2.0/subnets?id=30edb630-d2bc-4761-8e5f-963dcfc90719 => generated 654 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1580/3226] 199.204.45.53 () {34 vars in 1051 bytes} [Tue Jun 16 02:31:13 2026] GET /v2.0/ports?network_id=d26df95f-633f-466e-834d-4cdde880a26a&device_owner=network%3Adhcp => generated 1244 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1581/3227] 199.204.45.53 () {34 vars in 1011 bytes} [Tue Jun 16 02:31:13 2026] GET /v2.0/networks/d26df95f-633f-466e-834d-4cdde880a26a?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: 1582/3228] 199.204.45.53 () {34 vars in 1111 bytes} [Tue Jun 16 02:31:13 2026] GET /v2.0/networks/d26df95f-633f-466e-834d-4cdde880a26a?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: 1647/3229] 199.204.45.53 () {34 vars in 788 bytes} [Tue Jun 16 02:31:13 2026] PUT /v2.0/ports/1de8dcb0-e166-485d-95f6-57fc766c70b4 => generated 1090 bytes in 229 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1583/3230] 199.204.45.53 () {32 vars in 778 bytes} [Tue Jun 16 02:31:13 2026] DELETE /v2.0/security-groups/533124ea-bc55-4b46-a361-7e6438653f11 => generated 0 bytes in 83 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-16 02:31:13.531 7 INFO neutron_taas.services.taas.taas_plugin [None req-13856911-545d-434a-91f9-a4629e7f5b6a cfe1be6b7d8940b2ad3e6e1803af287d c448ca45ae6a4527b9385daa10cf3bb2 - - default default] TaaS: Handle Delete Port: 1de8dcb0-e166-485d-95f6-57fc766c70b4 2026-06-16 02:31:13.535 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-13856911-545d-434a-91f9-a4629e7f5b6a cfe1be6b7d8940b2ad3e6e1803af287d c448ca45ae6a4527b9385daa10cf3bb2 - - default default] Tap Mirror: Handle Delete Port: 1de8dcb0-e166-485d-95f6-57fc766c70b4 [pid: 7|app: 0|req: 1648/3231] 199.204.45.53 () {32 vars in 758 bytes} [Tue Jun 16 02:31:13 2026] DELETE /v2.0/ports/1de8dcb0-e166-485d-95f6-57fc766c70b4 => generated 0 bytes in 289 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1585/3234] 199.204.45.53 () {34 vars in 993 bytes} [Tue Jun 16 02:31:16 2026] GET /v2.0/ports?device_id=78e22ecf-90f0-4064-be1e-0cb1034ba864 => generated 1246 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-16 02:31:16.811 7 INFO neutron_taas.services.taas.taas_plugin [req-652f14b8-ce3a-4697-adba-1f61eaf41211 req-492fadc6-f21e-4494-99d7-f991239f50d7 cfe1be6b7d8940b2ad3e6e1803af287d c448ca45ae6a4527b9385daa10cf3bb2 - - default default] TaaS: Handle Delete Port: c01a1891-7980-4833-b0a6-8ef08324c00c 2026-06-16 02:31:16.814 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-652f14b8-ce3a-4697-adba-1f61eaf41211 req-492fadc6-f21e-4494-99d7-f991239f50d7 cfe1be6b7d8940b2ad3e6e1803af287d c448ca45ae6a4527b9385daa10cf3bb2 - - default default] Tap Mirror: Handle Delete Port: c01a1891-7980-4833-b0a6-8ef08324c00c [pid: 7|app: 0|req: 1650/3235] 199.204.45.53 () {36 vars in 996 bytes} [Tue Jun 16 02:31:16 2026] DELETE /v2.0/ports/c01a1891-7980-4833-b0a6-8ef08324c00c => generated 0 bytes in 371 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-16 02:31:17.118 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-822e2e3d-5ffa-4e09-809f-e021d9ca9740'] response: {'server_uuid': '78e22ecf-90f0-4064-be1e-0cb1034ba864', 'name': 'network-vif-deleted', 'tag': 'c01a1891-7980-4833-b0a6-8ef08324c00c', 'status': 'completed', 'code': 200} 2026-06-16 02:31:17.655 8 INFO neutron_taas.services.taas.taas_plugin [None req-8db3172c-ab3d-4643-a8ba-1b129491bc6d 5597bb821578414f8142f5b66a4108aa c3760a45693b48f8a4bb572b058d9538 - - default default] TaaS: Handle Delete Port: 3f0012f0-0eee-4275-a122-8442ad65b6cc 2026-06-16 02:31:17.658 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8db3172c-ab3d-4643-a8ba-1b129491bc6d 5597bb821578414f8142f5b66a4108aa c3760a45693b48f8a4bb572b058d9538 - - default default] Tap Mirror: Handle Delete Port: 3f0012f0-0eee-4275-a122-8442ad65b6cc 2026-06-16 02:31:17.882 8 INFO neutron.db.l3_db [None req-8db3172c-ab3d-4643-a8ba-1b129491bc6d 5597bb821578414f8142f5b66a4108aa c3760a45693b48f8a4bb572b058d9538 - - default default] Floating IP 8def4fb7-b343-45d3-9fd0-c8a7c06005eb disassociated (deleted). External IP: 10.96.250.205, port: a9470438-ae58-46a0-8038-41a28f9ac956. [pid: 8|app: 0|req: 1586/3236] 10.0.0.203 () {32 vars in 732 bytes} [Tue Jun 16 02:31:17 2026] DELETE /v2.0/floatingips/8def4fb7-b343-45d3-9fd0-c8a7c06005eb => generated 0 bytes in 792 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-16 02:31:18.330 7 INFO neutron.api.v2.resource [None req-8b40004b-e731-4c66-be41-a01b7df17fac 5597bb821578414f8142f5b66a4108aa c3760a45693b48f8a4bb572b058d9538 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1651/3237] 10.0.0.203 () {32 vars in 729 bytes} [Tue Jun 16 02:31:18 2026] GET /v2.0/floatingips/8def4fb7-b343-45d3-9fd0-c8a7c06005eb => generated 144 bytes in 23 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-16 02:31:18.345 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-9115db4b-6621-4adf-8eae-dd05b76ecb14'] response: {'name': 'network-changed', 'server_uuid': '3de7e573-7e9a-4444-a3ff-7cc9abffb46f', 'tag': 'a9470438-ae58-46a0-8038-41a28f9ac956', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1587/3238] 10.0.0.17 () {34 vars in 989 bytes} [Tue Jun 16 02:31:18 2026] GET /v2.0/ports?device_id=3de7e573-7e9a-4444-a3ff-7cc9abffb46f => generated 1200 bytes in 93 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1652/3239] 10.0.0.17 () {34 vars in 1039 bytes} [Tue Jun 16 02:31:18 2026] GET /v2.0/security-groups?id=a3ec543c-2863-465d-94cf-1eb728130cab&fields=id&fields=name => generated 112 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1588/3240] 199.204.45.53 () {34 vars in 1079 bytes} [Tue Jun 16 02:31:18 2026] GET /v2.0/ports?tenant_id=c3760a45693b48f8a4bb572b058d9538&device_id=3de7e573-7e9a-4444-a3ff-7cc9abffb46f => generated 1469 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1653/3241] 199.204.45.53 () {34 vars in 985 bytes} [Tue Jun 16 02:31:18 2026] GET /v2.0/networks?id=866b29f9-d20d-4ad5-a6e8-1619f5597795 => generated 801 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1589/3242] 199.204.45.53 () {34 vars in 1057 bytes} [Tue Jun 16 02:31:18 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.181&port_id=a9470438-ae58-46a0-8038-41a28f9ac956 => generated 19 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1654/3243] 199.204.45.53 () {34 vars in 1103 bytes} [Tue Jun 16 02:31:19 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A5b&port_id=a9470438-ae58-46a0-8038-41a28f9ac956 => generated 19 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1590/3244] 199.204.45.53 () {34 vars in 1063 bytes} [Tue Jun 16 02:31:19 2026] GET /v2.0/subnets?id=3cfe8ecb-94a0-46ca-a04b-826b6ce0fcdc&id=ce03a607-3953-4543-aae9-1447283e0d54 => generated 1413 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1655/3245] 199.204.45.53 () {34 vars in 1051 bytes} [Tue Jun 16 02:31:19 2026] GET /v2.0/ports?network_id=866b29f9-d20d-4ad5-a6e8-1619f5597795&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: 1591/3246] 199.204.45.53 () {34 vars in 1051 bytes} [Tue Jun 16 02:31:19 2026] GET /v2.0/ports?network_id=866b29f9-d20d-4ad5-a6e8-1619f5597795&device_owner=network%3Adhcp => generated 1461 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1656/3247] 199.204.45.53 () {34 vars in 1011 bytes} [Tue Jun 16 02:31:19 2026] GET /v2.0/networks/866b29f9-d20d-4ad5-a6e8-1619f5597795?fields=segments => generated 14 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1592/3248] 199.204.45.53 () {34 vars in 1111 bytes} [Tue Jun 16 02:31:19 2026] GET /v2.0/networks/866b29f9-d20d-4ad5-a6e8-1619f5597795?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1657/3249] 199.204.45.53 () {34 vars in 993 bytes} [Tue Jun 16 02:31:20 2026] GET /v2.0/ports?device_id=3de7e573-7e9a-4444-a3ff-7cc9abffb46f => generated 1200 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-16 02:31:21.070 8 INFO neutron_taas.services.taas.taas_plugin [req-9dad43ee-7bc6-41d9-8287-a984cb350476 req-5fc529b3-457b-4642-9709-040bfd713a65 5597bb821578414f8142f5b66a4108aa c3760a45693b48f8a4bb572b058d9538 - - default default] TaaS: Handle Delete Port: a9470438-ae58-46a0-8038-41a28f9ac956 2026-06-16 02:31:21.074 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-9dad43ee-7bc6-41d9-8287-a984cb350476 req-5fc529b3-457b-4642-9709-040bfd713a65 5597bb821578414f8142f5b66a4108aa c3760a45693b48f8a4bb572b058d9538 - - default default] Tap Mirror: Handle Delete Port: a9470438-ae58-46a0-8038-41a28f9ac956 [pid: 8|app: 0|req: 1593/3250] 199.204.45.53 () {36 vars in 996 bytes} [Tue Jun 16 02:31:20 2026] DELETE /v2.0/ports/a9470438-ae58-46a0-8038-41a28f9ac956 => generated 0 bytes in 282 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-16 02:31:21.296 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-3368114e-e7ab-4382-9643-1f3d3f74410a'] response: {'server_uuid': '3de7e573-7e9a-4444-a3ff-7cc9abffb46f', 'name': 'network-vif-deleted', 'tag': 'a9470438-ae58-46a0-8038-41a28f9ac956', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1658/3251] 10.0.0.17 () {34 vars in 989 bytes} [Tue Jun 16 02:31:23 2026] GET /v2.0/ports?device_id=3de7e573-7e9a-4444-a3ff-7cc9abffb46f => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-16 02:31:28.982 8 INFO neutron_taas.services.taas.taas_plugin [None req-72a92a42-1f71-43b8-a9f5-8d21ead4c583 5597bb821578414f8142f5b66a4108aa c3760a45693b48f8a4bb572b058d9538 - - default default] TaaS: Handle Delete Port: d9249ad2-5543-4243-af12-73625ad7fb91 2026-06-16 02:31:28.985 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-72a92a42-1f71-43b8-a9f5-8d21ead4c583 5597bb821578414f8142f5b66a4108aa c3760a45693b48f8a4bb572b058d9538 - - default default] Tap Mirror: Handle Delete Port: d9249ad2-5543-4243-af12-73625ad7fb91 2026-06-16 02:31:29.164 8 INFO neutron.db.l3_db [None req-72a92a42-1f71-43b8-a9f5-8d21ead4c583 5597bb821578414f8142f5b66a4108aa c3760a45693b48f8a4bb572b058d9538 - - default default] Floating IP 4ff80c41-e6bf-436f-bc48-1c1565b5ba91 disassociated (deleted). External IP: 10.96.250.206, port: 9ff0dd9e-85ec-4af3-8c73-0d11cfc74b8f. [pid: 8|app: 0|req: 1594/3252] 10.0.0.203 () {32 vars in 732 bytes} [Tue Jun 16 02:31:28 2026] DELETE /v2.0/floatingips/4ff80c41-e6bf-436f-bc48-1c1565b5ba91 => generated 0 bytes in 659 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-16 02:31:29.533 7 INFO neutron.api.v2.resource [None req-572eb532-cddd-4a98-9f5b-816fa8397327 5597bb821578414f8142f5b66a4108aa c3760a45693b48f8a4bb572b058d9538 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1659/3253] 10.0.0.203 () {32 vars in 729 bytes} [Tue Jun 16 02:31:29 2026] GET /v2.0/floatingips/4ff80c41-e6bf-436f-bc48-1c1565b5ba91 => generated 144 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-16 02:31:29.551 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-d9be4f90-a2b3-4538-9453-402b7c13a5c9'] response: {'name': 'network-changed', 'server_uuid': '8019710f-6a33-43de-91ed-c3732f3f916c', 'tag': '9ff0dd9e-85ec-4af3-8c73-0d11cfc74b8f', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1596/3256] 10.0.0.17 () {34 vars in 989 bytes} [Tue Jun 16 02:31:29 2026] GET /v2.0/ports?device_id=8019710f-6a33-43de-91ed-c3732f3f916c => generated 1196 bytes in 92 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1661/3257] 10.0.0.17 () {34 vars in 1039 bytes} [Tue Jun 16 02:31:29 2026] GET /v2.0/security-groups?id=a3ec543c-2863-465d-94cf-1eb728130cab&fields=id&fields=name => generated 112 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1597/3258] 199.204.45.53 () {34 vars in 1079 bytes} [Tue Jun 16 02:31:30 2026] GET /v2.0/ports?tenant_id=c3760a45693b48f8a4bb572b058d9538&device_id=8019710f-6a33-43de-91ed-c3732f3f916c => generated 1465 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1662/3259] 199.204.45.53 () {34 vars in 985 bytes} [Tue Jun 16 02:31:30 2026] GET /v2.0/networks?id=44c43b36-fdc9-4fe7-9df8-6f5b4d85016d => generated 801 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1598/3260] 199.204.45.53 () {34 vars in 1055 bytes} [Tue Jun 16 02:31:30 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.40&port_id=9ff0dd9e-85ec-4af3-8c73-0d11cfc74b8f => 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: 1663/3261] 199.204.45.53 () {34 vars in 1103 bytes} [Tue Jun 16 02:31:30 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A33a&port_id=9ff0dd9e-85ec-4af3-8c73-0d11cfc74b8f => 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: 1599/3262] 199.204.45.53 () {34 vars in 1063 bytes} [Tue Jun 16 02:31:30 2026] GET /v2.0/subnets?id=57c870a7-652b-41c0-b76b-a525c3a1a2f3&id=68f99653-0af8-40d2-b8eb-28b4b4338402 => generated 1410 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1664/3263] 199.204.45.53 () {34 vars in 1051 bytes} [Tue Jun 16 02:31:30 2026] GET /v2.0/ports?network_id=44c43b36-fdc9-4fe7-9df8-6f5b4d85016d&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: 1600/3264] 199.204.45.53 () {34 vars in 1051 bytes} [Tue Jun 16 02:31:30 2026] GET /v2.0/ports?network_id=44c43b36-fdc9-4fe7-9df8-6f5b4d85016d&device_owner=network%3Adhcp => generated 1457 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1665/3265] 199.204.45.53 () {34 vars in 1011 bytes} [Tue Jun 16 02:31:30 2026] GET /v2.0/networks/44c43b36-fdc9-4fe7-9df8-6f5b4d85016d?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: 1601/3266] 199.204.45.53 () {34 vars in 1111 bytes} [Tue Jun 16 02:31:30 2026] GET /v2.0/networks/44c43b36-fdc9-4fe7-9df8-6f5b4d85016d?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: 1666/3267] 199.204.45.53 () {34 vars in 993 bytes} [Tue Jun 16 02:31:32 2026] GET /v2.0/ports?device_id=8019710f-6a33-43de-91ed-c3732f3f916c => generated 1196 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-16 02:31:32.555 8 INFO neutron_taas.services.taas.taas_plugin [req-05f57a78-dc9c-4431-b39a-92bda84bd335 req-ec653561-130c-4240-86cb-69f462f9128d 5597bb821578414f8142f5b66a4108aa c3760a45693b48f8a4bb572b058d9538 - - default default] TaaS: Handle Delete Port: 9ff0dd9e-85ec-4af3-8c73-0d11cfc74b8f 2026-06-16 02:31:32.558 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-05f57a78-dc9c-4431-b39a-92bda84bd335 req-ec653561-130c-4240-86cb-69f462f9128d 5597bb821578414f8142f5b66a4108aa c3760a45693b48f8a4bb572b058d9538 - - default default] Tap Mirror: Handle Delete Port: 9ff0dd9e-85ec-4af3-8c73-0d11cfc74b8f [pid: 8|app: 0|req: 1602/3268] 199.204.45.53 () {36 vars in 996 bytes} [Tue Jun 16 02:31:32 2026] DELETE /v2.0/ports/9ff0dd9e-85ec-4af3-8c73-0d11cfc74b8f => generated 0 bytes in 259 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-16 02:31:32.739 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-e62f0bb2-8de1-411d-8325-be79e2d4df09'] response: {'server_uuid': '8019710f-6a33-43de-91ed-c3732f3f916c', 'name': 'network-vif-deleted', 'tag': '9ff0dd9e-85ec-4af3-8c73-0d11cfc74b8f', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1667/3269] 10.0.0.17 () {34 vars in 989 bytes} [Tue Jun 16 02:31:34 2026] GET /v2.0/ports?device_id=8019710f-6a33-43de-91ed-c3732f3f916c => 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: 1603/3270] 10.0.0.203 () {32 vars in 750 bytes} [Tue Jun 16 02:31:40 2026] DELETE /v2.0/security-group-rules/522d58b4-7554-48fd-bba7-070fb369c5e8 => generated 0 bytes in 106 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-16 02:31:40.158 7 INFO neutron.api.v2.resource [None req-dc40ba6d-ee9e-4740-8ff5-9ddf0c47c336 5597bb821578414f8142f5b66a4108aa c3760a45693b48f8a4bb572b058d9538 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1668/3271] 10.0.0.203 () {32 vars in 747 bytes} [Tue Jun 16 02:31:40 2026] GET /v2.0/security-group-rules/522d58b4-7554-48fd-bba7-070fb369c5e8 => generated 155 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1604/3272] 10.0.0.203 () {32 vars in 750 bytes} [Tue Jun 16 02:31:40 2026] DELETE /v2.0/security-group-rules/3c2491d5-fa0a-4d30-9bb2-248cf56509cf => generated 0 bytes in 67 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-16 02:31:40.248 7 INFO neutron.api.v2.resource [None req-8fe382ee-6a3b-4d5c-9ffc-0b33055a790f 5597bb821578414f8142f5b66a4108aa c3760a45693b48f8a4bb572b058d9538 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1669/3273] 10.0.0.203 () {32 vars in 747 bytes} [Tue Jun 16 02:31:40 2026] GET /v2.0/security-group-rules/3c2491d5-fa0a-4d30-9bb2-248cf56509cf => generated 155 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1605/3274] 10.0.0.203 () {32 vars in 750 bytes} [Tue Jun 16 02:31:40 2026] DELETE /v2.0/security-group-rules/5afbfc23-4783-4fd0-bd63-166ee8867974 => generated 0 bytes in 72 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-16 02:31:40.342 7 INFO neutron.api.v2.resource [None req-2d42c9f6-8bfc-41cf-a67a-5e813d9ba405 5597bb821578414f8142f5b66a4108aa c3760a45693b48f8a4bb572b058d9538 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1670/3275] 10.0.0.203 () {32 vars in 747 bytes} [Tue Jun 16 02:31:40 2026] GET /v2.0/security-group-rules/5afbfc23-4783-4fd0-bd63-166ee8867974 => generated 155 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1606/3276] 10.0.0.203 () {32 vars in 750 bytes} [Tue Jun 16 02:31:40 2026] DELETE /v2.0/security-group-rules/93d3d5a1-cb88-451e-8235-cc4caece7f67 => generated 0 bytes in 63 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-16 02:31:40.426 7 INFO neutron.api.v2.resource [None req-ebb08147-8522-444e-a5fc-eb5ce8ea86ae 5597bb821578414f8142f5b66a4108aa c3760a45693b48f8a4bb572b058d9538 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1671/3277] 10.0.0.203 () {32 vars in 747 bytes} [Tue Jun 16 02:31:40 2026] GET /v2.0/security-group-rules/93d3d5a1-cb88-451e-8235-cc4caece7f67 => generated 155 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1607/3278] 10.0.0.203 () {32 vars in 750 bytes} [Tue Jun 16 02:31:40 2026] DELETE /v2.0/security-group-rules/70361fc2-364e-42ad-93fa-8b978fce9245 => generated 0 bytes in 63 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-16 02:31:40.513 7 INFO neutron.api.v2.resource [None req-009ea093-6e77-4df9-b24f-29fdf6efd53e 5597bb821578414f8142f5b66a4108aa c3760a45693b48f8a4bb572b058d9538 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1672/3279] 10.0.0.203 () {32 vars in 747 bytes} [Tue Jun 16 02:31:40 2026] GET /v2.0/security-group-rules/70361fc2-364e-42ad-93fa-8b978fce9245 => generated 155 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1608/3280] 10.0.0.203 () {32 vars in 750 bytes} [Tue Jun 16 02:31:40 2026] DELETE /v2.0/security-group-rules/31d16faf-3e32-44fe-8cc0-f84cb67c4804 => generated 0 bytes in 59 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-16 02:31:40.597 7 INFO neutron.api.v2.resource [None req-0bd3be8e-d396-4685-a247-43395c5c7311 5597bb821578414f8142f5b66a4108aa c3760a45693b48f8a4bb572b058d9538 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1673/3281] 10.0.0.203 () {32 vars in 747 bytes} [Tue Jun 16 02:31:40 2026] GET /v2.0/security-group-rules/31d16faf-3e32-44fe-8cc0-f84cb67c4804 => generated 155 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1609/3282] 10.0.0.203 () {32 vars in 750 bytes} [Tue Jun 16 02:31:40 2026] DELETE /v2.0/security-group-rules/6506ebcf-4520-45aa-8346-5ca2e7a5364d => generated 0 bytes in 60 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-16 02:31:40.684 7 INFO neutron.api.v2.resource [None req-88b5c72e-17d7-4e90-92d6-48119fd3e9d6 5597bb821578414f8142f5b66a4108aa c3760a45693b48f8a4bb572b058d9538 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1674/3283] 10.0.0.203 () {32 vars in 747 bytes} [Tue Jun 16 02:31:40 2026] GET /v2.0/security-group-rules/6506ebcf-4520-45aa-8346-5ca2e7a5364d => generated 155 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1610/3284] 10.0.0.203 () {32 vars in 750 bytes} [Tue Jun 16 02:31:40 2026] DELETE /v2.0/security-group-rules/f4df99f8-e042-489b-bae4-ea3e0feb7a75 => generated 0 bytes in 69 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-16 02:31:40.777 7 INFO neutron.api.v2.resource [None req-384f5377-5ee6-4a03-b833-5b20098578b0 5597bb821578414f8142f5b66a4108aa c3760a45693b48f8a4bb572b058d9538 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1675/3285] 10.0.0.203 () {32 vars in 747 bytes} [Tue Jun 16 02:31:40 2026] GET /v2.0/security-group-rules/f4df99f8-e042-489b-bae4-ea3e0feb7a75 => generated 155 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1611/3286] 10.0.0.203 () {32 vars in 750 bytes} [Tue Jun 16 02:31:40 2026] DELETE /v2.0/security-group-rules/356fee91-6467-4d19-9f59-2d6b59847535 => generated 0 bytes in 61 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-16 02:31:40.860 7 INFO neutron.api.v2.resource [None req-9837dbf2-ccf7-4f99-aad3-3b2dc188cd03 5597bb821578414f8142f5b66a4108aa c3760a45693b48f8a4bb572b058d9538 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1676/3287] 10.0.0.203 () {32 vars in 747 bytes} [Tue Jun 16 02:31:40 2026] GET /v2.0/security-group-rules/356fee91-6467-4d19-9f59-2d6b59847535 => generated 155 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1612/3288] 10.0.0.203 () {32 vars in 750 bytes} [Tue Jun 16 02:31:40 2026] DELETE /v2.0/security-group-rules/1a2d9d7d-e033-4911-b8e0-7804984792d0 => generated 0 bytes in 66 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-16 02:31:40.947 7 INFO neutron.api.v2.resource [None req-b7ea35de-affa-446b-9886-9b1bbbeb0339 5597bb821578414f8142f5b66a4108aa c3760a45693b48f8a4bb572b058d9538 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1677/3289] 10.0.0.203 () {32 vars in 747 bytes} [Tue Jun 16 02:31:40 2026] GET /v2.0/security-group-rules/1a2d9d7d-e033-4911-b8e0-7804984792d0 => generated 155 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1613/3290] 10.0.0.203 () {32 vars in 750 bytes} [Tue Jun 16 02:31:40 2026] DELETE /v2.0/security-group-rules/d6998609-015f-4171-bad6-de301eef85c5 => generated 0 bytes in 67 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-16 02:31:41.034 7 INFO neutron.api.v2.resource [None req-9938cb4f-0cc5-4d37-87f1-3de650b96350 5597bb821578414f8142f5b66a4108aa c3760a45693b48f8a4bb572b058d9538 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1678/3291] 10.0.0.203 () {32 vars in 747 bytes} [Tue Jun 16 02:31:41 2026] GET /v2.0/security-group-rules/d6998609-015f-4171-bad6-de301eef85c5 => generated 155 bytes in 9 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1614/3292] 10.0.0.203 () {32 vars in 740 bytes} [Tue Jun 16 02:31:41 2026] DELETE /v2.0/security-groups/a3ec543c-2863-465d-94cf-1eb728130cab => generated 0 bytes in 77 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-16 02:31:41.134 7 INFO neutron.api.v2.resource [None req-988871b3-e8f0-4487-b5db-b21161d80315 5597bb821578414f8142f5b66a4108aa c3760a45693b48f8a4bb572b058d9538 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1679/3293] 10.0.0.203 () {32 vars in 737 bytes} [Tue Jun 16 02:31:41 2026] GET /v2.0/security-groups/a3ec543c-2863-465d-94cf-1eb728130cab => generated 146 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-16 02:31:41.558 8 INFO neutron_taas.services.taas.taas_plugin [None req-6a71cb3f-01fc-4228-a866-3e0163fd1e74 5597bb821578414f8142f5b66a4108aa c3760a45693b48f8a4bb572b058d9538 - - default default] TaaS: Handle Delete Port: b1b9a9cc-0ef7-4c91-96d3-30e22b938fab 2026-06-16 02:31:41.562 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6a71cb3f-01fc-4228-a866-3e0163fd1e74 5597bb821578414f8142f5b66a4108aa c3760a45693b48f8a4bb572b058d9538 - - default default] Tap Mirror: Handle Delete Port: b1b9a9cc-0ef7-4c91-96d3-30e22b938fab [pid: 8|app: 0|req: 1615/3294] 10.0.0.203 () {34 vars in 789 bytes} [Tue Jun 16 02:31:41 2026] PUT /v2.0/routers/4570818f-f93b-4055-9189-8e225448e1b4/remove_router_interface => generated 309 bytes in 923 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 02:31:42.259 7 INFO neutron.api.v2.resource [None req-b7aec653-847d-4681-823c-eb07e5f62fc6 5597bb821578414f8142f5b66a4108aa c3760a45693b48f8a4bb572b058d9538 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1680/3295] 10.0.0.203 () {34 vars in 789 bytes} [Tue Jun 16 02:31:42 2026] PUT /v2.0/routers/4570818f-f93b-4055-9189-8e225448e1b4/remove_router_interface => generated 198 bytes in 147 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-16 02:31:42.674 8 INFO neutron_taas.services.taas.taas_plugin [None req-f2f6aa24-2dbc-41c6-a284-f0891ae6a4a8 5597bb821578414f8142f5b66a4108aa c3760a45693b48f8a4bb572b058d9538 - - default default] TaaS: Handle Delete Port: f2e25371-b529-49c1-94ca-5672407906be 2026-06-16 02:31:42.677 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f2f6aa24-2dbc-41c6-a284-f0891ae6a4a8 5597bb821578414f8142f5b66a4108aa c3760a45693b48f8a4bb572b058d9538 - - default default] Tap Mirror: Handle Delete Port: f2e25371-b529-49c1-94ca-5672407906be [pid: 8|app: 0|req: 1616/3296] 10.0.0.203 () {34 vars in 789 bytes} [Tue Jun 16 02:31:42 2026] PUT /v2.0/routers/4570818f-f93b-4055-9189-8e225448e1b4/remove_router_interface => generated 309 bytes in 966 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 02:31:43.398 7 INFO neutron.api.v2.resource [None req-187b2123-552c-4920-a2d1-3b3964eb32db 5597bb821578414f8142f5b66a4108aa c3760a45693b48f8a4bb572b058d9538 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1681/3297] 10.0.0.203 () {34 vars in 789 bytes} [Tue Jun 16 02:31:43 2026] PUT /v2.0/routers/4570818f-f93b-4055-9189-8e225448e1b4/remove_router_interface => generated 198 bytes in 164 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-16 02:31:43.835 8 INFO neutron_taas.services.taas.taas_plugin [None req-a3226830-35f9-4c39-98dc-ced54f399967 5597bb821578414f8142f5b66a4108aa c3760a45693b48f8a4bb572b058d9538 - - default default] TaaS: Handle Delete Port: 77e32f9f-6d85-4c26-8d0e-6f23a09a6897 2026-06-16 02:31:43.839 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a3226830-35f9-4c39-98dc-ced54f399967 5597bb821578414f8142f5b66a4108aa c3760a45693b48f8a4bb572b058d9538 - - default default] Tap Mirror: Handle Delete Port: 77e32f9f-6d85-4c26-8d0e-6f23a09a6897 [pid: 8|app: 0|req: 1617/3298] 10.0.0.203 () {34 vars in 789 bytes} [Tue Jun 16 02:31:43 2026] PUT /v2.0/routers/4570818f-f93b-4055-9189-8e225448e1b4/remove_router_interface => generated 309 bytes in 1039 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-16 02:31:44.652 7 INFO neutron.api.v2.resource [None req-81d184a4-065f-474d-9ff8-e68ac7b601e9 5597bb821578414f8142f5b66a4108aa c3760a45693b48f8a4bb572b058d9538 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1682/3301] 10.0.0.203 () {34 vars in 789 bytes} [Tue Jun 16 02:31:44 2026] PUT /v2.0/routers/4570818f-f93b-4055-9189-8e225448e1b4/remove_router_interface => generated 198 bytes in 206 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-16 02:31:44.842 8 INFO neutron_taas.services.taas.taas_plugin [None req-31bd5ab5-590a-455e-b2d2-fbb38dc8e346 5597bb821578414f8142f5b66a4108aa c3760a45693b48f8a4bb572b058d9538 - - default default] TaaS: Handle Delete Port: 53d35f60-1ca7-4a40-bf71-d2b64a9f6c4d 2026-06-16 02:31:44.846 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-31bd5ab5-590a-455e-b2d2-fbb38dc8e346 5597bb821578414f8142f5b66a4108aa c3760a45693b48f8a4bb572b058d9538 - - default default] Tap Mirror: Handle Delete Port: 53d35f60-1ca7-4a40-bf71-d2b64a9f6c4d 2026-06-16 02:31:45.123 8 INFO neutron_taas.services.taas.taas_plugin [None req-31bd5ab5-590a-455e-b2d2-fbb38dc8e346 5597bb821578414f8142f5b66a4108aa c3760a45693b48f8a4bb572b058d9538 - - default default] TaaS: Handle Delete Port: 53d712fc-48bd-4da4-9a08-479e7d16d1bd 2026-06-16 02:31:45.126 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-31bd5ab5-590a-455e-b2d2-fbb38dc8e346 5597bb821578414f8142f5b66a4108aa c3760a45693b48f8a4bb572b058d9538 - - default default] Tap Mirror: Handle Delete Port: 53d712fc-48bd-4da4-9a08-479e7d16d1bd 2026-06-16 02:31:45.511 8 INFO neutron.services.segments.plugin [-] Segment fd69b4c4-2a36-413c-8467-d7d8893912b4 resource provider aggregate not found 2026-06-16 02:31:45.520 8 INFO neutron.services.segments.plugin [-] Segment fd69b4c4-2a36-413c-8467-d7d8893912b4 resource provider aggregate not found 2026-06-16 02:31:45.535 8 INFO neutron.services.segments.plugin [-] Segment fd69b4c4-2a36-413c-8467-d7d8893912b4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fd69b4c4-2a36-413c-8467-d7d8893912b4 found for delete ", "request_id": "req-81b7b2b7-d21a-4554-97a3-7e0d8803cde6"}]} 2026-06-16 02:31:45.540 8 INFO neutron.services.segments.plugin [-] Segment fd69b4c4-2a36-413c-8467-d7d8893912b4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fd69b4c4-2a36-413c-8467-d7d8893912b4 found for delete ", "request_id": "req-1cd0add1-ae9d-4774-bbfb-1fa88c076a39"}]} 2026-06-16 02:31:45.546 8 INFO neutron.db.l3_hamode_db [None req-31bd5ab5-590a-455e-b2d2-fbb38dc8e346 5597bb821578414f8142f5b66a4108aa c3760a45693b48f8a4bb572b058d9538 - - default default] HA network 4a17dcc4-7bb0-43ee-ac46-9c5d006f8d18 was deleted as no HA routers are present in tenant c3760a45693b48f8a4bb572b058d9538. [pid: 8|app: 0|req: 1620/3302] 10.0.0.203 () {32 vars in 724 bytes} [Tue Jun 16 02:31:44 2026] DELETE /v2.0/routers/4570818f-f93b-4055-9189-8e225448e1b4 => generated 0 bytes in 897 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-16 02:31:45.575 7 INFO neutron.api.v2.resource [None req-2cb7eb5e-8a1e-4f52-987d-b178ac977e2b 5597bb821578414f8142f5b66a4108aa c3760a45693b48f8a4bb572b058d9538 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1683/3303] 10.0.0.203 () {32 vars in 721 bytes} [Tue Jun 16 02:31:45 2026] GET /v2.0/routers/4570818f-f93b-4055-9189-8e225448e1b4 => 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: 1621/3304] 10.0.0.203 () {32 vars in 724 bytes} [Tue Jun 16 02:31:45 2026] DELETE /v2.0/subnets/3cfe8ecb-94a0-46ca-a04b-826b6ce0fcdc => generated 0 bytes in 159 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-16 02:31:45.759 7 INFO neutron.pecan_wsgi.hooks.translation [None req-98a9181f-6caa-4c44-aa87-53371d342088 5597bb821578414f8142f5b66a4108aa c3760a45693b48f8a4bb572b058d9538 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1684/3305] 10.0.0.203 () {32 vars in 721 bytes} [Tue Jun 16 02:31:45 2026] GET /v2.0/subnets/3cfe8ecb-94a0-46ca-a04b-826b6ce0fcdc => generated 136 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1622/3306] 10.0.0.203 () {32 vars in 724 bytes} [Tue Jun 16 02:31:45 2026] DELETE /v2.0/subnets/ce03a607-3953-4543-aae9-1447283e0d54 => generated 0 bytes in 126 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-16 02:31:45.911 7 INFO neutron.pecan_wsgi.hooks.translation [None req-7b36fcd3-bcdc-4b93-b1b9-15d35d386788 5597bb821578414f8142f5b66a4108aa c3760a45693b48f8a4bb572b058d9538 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1685/3307] 10.0.0.203 () {32 vars in 721 bytes} [Tue Jun 16 02:31:45 2026] GET /v2.0/subnets/ce03a607-3953-4543-aae9-1447283e0d54 => generated 136 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-16 02:31:46.001 8 INFO neutron_taas.services.taas.taas_plugin [None req-5d9db290-322e-4a4d-900d-6b198ddf5c33 5597bb821578414f8142f5b66a4108aa c3760a45693b48f8a4bb572b058d9538 - - default default] TaaS: Handle Delete Port: c1c492d4-248a-4dc4-ad12-05c83e11c751 2026-06-16 02:31:46.004 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5d9db290-322e-4a4d-900d-6b198ddf5c33 5597bb821578414f8142f5b66a4108aa c3760a45693b48f8a4bb572b058d9538 - - default default] Tap Mirror: Handle Delete Port: c1c492d4-248a-4dc4-ad12-05c83e11c751 [pid: 8|app: 0|req: 1623/3308] 10.0.0.203 () {32 vars in 726 bytes} [Tue Jun 16 02:31:45 2026] DELETE /v2.0/networks/866b29f9-d20d-4ad5-a6e8-1619f5597795 => generated 0 bytes in 285 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-16 02:31:46.225 7 INFO neutron.pecan_wsgi.hooks.translation [None req-132bda6f-c23d-4bb2-8986-a2d73cd94e15 5597bb821578414f8142f5b66a4108aa c3760a45693b48f8a4bb572b058d9538 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1686/3309] 10.0.0.203 () {32 vars in 723 bytes} [Tue Jun 16 02:31:46 2026] GET /v2.0/networks/866b29f9-d20d-4ad5-a6e8-1619f5597795 => generated 138 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1624/3310] 10.0.0.203 () {32 vars in 724 bytes} [Tue Jun 16 02:31:46 2026] DELETE /v2.0/subnets/57c870a7-652b-41c0-b76b-a525c3a1a2f3 => generated 0 bytes in 176 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-16 02:31:46.430 7 INFO neutron.pecan_wsgi.hooks.translation [None req-70f6eba1-f453-40cb-91b3-00f5f98970f6 5597bb821578414f8142f5b66a4108aa c3760a45693b48f8a4bb572b058d9538 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1687/3311] 10.0.0.203 () {32 vars in 721 bytes} [Tue Jun 16 02:31:46 2026] GET /v2.0/subnets/57c870a7-652b-41c0-b76b-a525c3a1a2f3 => generated 136 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1625/3312] 10.0.0.203 () {32 vars in 724 bytes} [Tue Jun 16 02:31:46 2026] DELETE /v2.0/subnets/68f99653-0af8-40d2-b8eb-28b4b4338402 => generated 0 bytes in 159 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-16 02:31:46.617 7 INFO neutron.pecan_wsgi.hooks.translation [None req-240ed134-e436-4237-9f80-ad00f16eb389 5597bb821578414f8142f5b66a4108aa c3760a45693b48f8a4bb572b058d9538 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1688/3313] 10.0.0.203 () {32 vars in 721 bytes} [Tue Jun 16 02:31:46 2026] GET /v2.0/subnets/68f99653-0af8-40d2-b8eb-28b4b4338402 => generated 136 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-16 02:31:46.706 8 INFO neutron_taas.services.taas.taas_plugin [None req-320585dc-d317-43c3-81e9-6fbb792f83b7 5597bb821578414f8142f5b66a4108aa c3760a45693b48f8a4bb572b058d9538 - - default default] TaaS: Handle Delete Port: 3f386dc5-df4a-4c8e-ab65-468ae2a9b63f 2026-06-16 02:31:46.708 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-320585dc-d317-43c3-81e9-6fbb792f83b7 5597bb821578414f8142f5b66a4108aa c3760a45693b48f8a4bb572b058d9538 - - default default] Tap Mirror: Handle Delete Port: 3f386dc5-df4a-4c8e-ab65-468ae2a9b63f [pid: 8|app: 0|req: 1626/3314] 10.0.0.203 () {32 vars in 726 bytes} [Tue Jun 16 02:31:46 2026] DELETE /v2.0/networks/44c43b36-fdc9-4fe7-9df8-6f5b4d85016d => generated 0 bytes in 279 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-16 02:31:46.922 7 INFO neutron.pecan_wsgi.hooks.translation [None req-24e594a6-ef35-4b95-9d99-d2b36416430f 5597bb821578414f8142f5b66a4108aa c3760a45693b48f8a4bb572b058d9538 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1689/3315] 10.0.0.203 () {32 vars in 723 bytes} [Tue Jun 16 02:31:46 2026] GET /v2.0/networks/44c43b36-fdc9-4fe7-9df8-6f5b4d85016d => generated 138 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1627/3316] 10.0.0.203 () {32 vars in 724 bytes} [Tue Jun 16 02:31:46 2026] DELETE /v2.0/subnets/cb332c5e-12a3-42b6-8f61-d72abcfe3468 => generated 0 bytes in 175 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-16 02:31:47.128 7 INFO neutron.pecan_wsgi.hooks.translation [None req-7de79256-6a2b-443f-bd21-36d9717d05db 5597bb821578414f8142f5b66a4108aa c3760a45693b48f8a4bb572b058d9538 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1690/3317] 10.0.0.203 () {32 vars in 721 bytes} [Tue Jun 16 02:31:47 2026] GET /v2.0/subnets/cb332c5e-12a3-42b6-8f61-d72abcfe3468 => 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: 1628/3318] 10.0.0.203 () {32 vars in 724 bytes} [Tue Jun 16 02:31:47 2026] DELETE /v2.0/subnets/6d813b5e-7f1d-4821-aaf8-47b8b6e5502a => generated 0 bytes in 184 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-16 02:31:47.340 7 INFO neutron.pecan_wsgi.hooks.translation [None req-696b28c8-667e-4295-87b1-6a0be1be91b5 5597bb821578414f8142f5b66a4108aa c3760a45693b48f8a4bb572b058d9538 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1691/3319] 10.0.0.203 () {32 vars in 721 bytes} [Tue Jun 16 02:31:47 2026] GET /v2.0/subnets/6d813b5e-7f1d-4821-aaf8-47b8b6e5502a => generated 136 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-16 02:31:47.455 8 INFO neutron_taas.services.taas.taas_plugin [None req-406e77fa-d8ab-42d1-aa71-961fa72a8671 5597bb821578414f8142f5b66a4108aa c3760a45693b48f8a4bb572b058d9538 - - default default] TaaS: Handle Delete Port: df0769a2-cf2a-4f30-a95a-94a199379314 2026-06-16 02:31:47.458 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-406e77fa-d8ab-42d1-aa71-961fa72a8671 5597bb821578414f8142f5b66a4108aa c3760a45693b48f8a4bb572b058d9538 - - default default] Tap Mirror: Handle Delete Port: df0769a2-cf2a-4f30-a95a-94a199379314 2026-06-16 02:31:47.567 8 INFO neutron.services.segments.plugin [-] Segment 41d84e1d-b317-4a76-813c-6854d55a862e resource provider aggregate not found 2026-06-16 02:31:47.575 8 INFO neutron.services.segments.plugin [-] Segment 41d84e1d-b317-4a76-813c-6854d55a862e resource provider aggregate not found 2026-06-16 02:31:47.595 8 INFO neutron.services.segments.plugin [-] Segment 41d84e1d-b317-4a76-813c-6854d55a862e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 41d84e1d-b317-4a76-813c-6854d55a862e found for delete ", "request_id": "req-809c7921-0b76-421f-aa4c-a79c31bde89e"}]} 2026-06-16 02:31:47.601 8 INFO neutron.services.segments.plugin [-] Segment 41d84e1d-b317-4a76-813c-6854d55a862e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 41d84e1d-b317-4a76-813c-6854d55a862e found for delete ", "request_id": "req-b11a456f-3cd1-4085-aa8b-e45ee8a3db33"}]} 2026-06-16 02:31:47.615 8 INFO neutron.services.segments.plugin [-] Segment b21f8018-5f98-4c19-a663-2b0032cd1f65 resource provider aggregate not found 2026-06-16 02:31:47.622 8 INFO neutron.services.segments.plugin [-] Segment b21f8018-5f98-4c19-a663-2b0032cd1f65 resource provider aggregate not found 2026-06-16 02:31:47.640 8 INFO neutron.services.segments.plugin [-] Segment b21f8018-5f98-4c19-a663-2b0032cd1f65 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b21f8018-5f98-4c19-a663-2b0032cd1f65 found for delete ", "request_id": "req-a9dc687e-b3ab-4607-b391-2caca064b40e"}]} 2026-06-16 02:31:47.641 8 INFO neutron.services.segments.plugin [-] Segment b21f8018-5f98-4c19-a663-2b0032cd1f65 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b21f8018-5f98-4c19-a663-2b0032cd1f65 found for delete ", "request_id": "req-907c2d9d-f5dd-4ea0-ae9b-78744ef4d92d"}]} [pid: 8|app: 0|req: 1629/3320] 10.0.0.203 () {32 vars in 726 bytes} [Tue Jun 16 02:31:47 2026] DELETE /v2.0/networks/6e62fb6f-2eec-4ad0-b24e-f27e9f853391 => generated 0 bytes in 373 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-16 02:31:47.740 7 INFO neutron.pecan_wsgi.hooks.translation [None req-5ccaf918-e103-4780-b584-3bee1c233014 5597bb821578414f8142f5b66a4108aa c3760a45693b48f8a4bb572b058d9538 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1692/3321] 10.0.0.203 () {32 vars in 723 bytes} [Tue Jun 16 02:31:47 2026] GET /v2.0/networks/6e62fb6f-2eec-4ad0-b24e-f27e9f853391 => generated 138 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-16 02:31:49.659 8 INFO neutron.services.segments.plugin [-] Segment d4c22086-b9c0-4b3d-a2df-0af8af69eaa3 resource provider aggregate not found 2026-06-16 02:31:49.663 8 INFO neutron.services.segments.plugin [-] Segment d4c22086-b9c0-4b3d-a2df-0af8af69eaa3 resource provider aggregate not found 2026-06-16 02:31:49.671 8 INFO neutron.services.segments.plugin [-] Segment d4c22086-b9c0-4b3d-a2df-0af8af69eaa3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d4c22086-b9c0-4b3d-a2df-0af8af69eaa3 found for delete ", "request_id": "req-4a1d54bb-c422-417b-9ad3-f0c7058cd8aa"}]} 2026-06-16 02:31:49.679 8 INFO neutron.services.segments.plugin [-] Segment d4c22086-b9c0-4b3d-a2df-0af8af69eaa3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d4c22086-b9c0-4b3d-a2df-0af8af69eaa3 found for delete ", "request_id": "req-d7fd6d80-5a0d-437f-ae23-faee3340376d"}]} [pid: 8|app: 0|req: 1630/3322] 10.0.0.203 () {32 vars in 774 bytes} [Tue Jun 16 02:31:49 2026] GET /v2.0/security-groups?tenant_id=38fdb31853f34274ab4bfea36dfc7adc&name=default => generated 2929 bytes in 267 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1693/3323] 10.0.0.203 () {32 vars in 740 bytes} [Tue Jun 16 02:31:50 2026] DELETE /v2.0/security-groups/c79300e2-6f18-49a3-9652-03318189503a => 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: 1631/3324] 10.0.0.203 () {32 vars in 774 bytes} [Tue Jun 16 02:31:50 2026] GET /v2.0/security-groups?tenant_id=13d8d2f7483547b3baa2cde6723cda9f&name=default => generated 2929 bytes in 122 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1694/3325] 10.0.0.203 () {32 vars in 740 bytes} [Tue Jun 16 02:31:50 2026] DELETE /v2.0/security-groups/2d2d522b-cb0d-45e6-9ccd-eca423850723 => 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: 1632/3326] 10.0.0.203 () {32 vars in 774 bytes} [Tue Jun 16 02:31:50 2026] GET /v2.0/security-groups?tenant_id=3f203bf3d19142d1a798527f0c0b2ee6&name=default => generated 2929 bytes in 119 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1695/3327] 10.0.0.203 () {32 vars in 740 bytes} [Tue Jun 16 02:31:50 2026] DELETE /v2.0/security-groups/e5d88163-3c02-413d-8141-5a849fdebf61 => generated 0 bytes in 100 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1633/3328] 10.0.0.203 () {32 vars in 774 bytes} [Tue Jun 16 02:31:51 2026] GET /v2.0/security-groups?tenant_id=74f847ffa4c643eaa060f4a8fd87cc4d&name=default => generated 2929 bytes in 113 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1696/3329] 10.0.0.203 () {32 vars in 740 bytes} [Tue Jun 16 02:31:51 2026] DELETE /v2.0/security-groups/72487797-2f03-40d3-b6be-012b790a5e57 => 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: 1634/3330] 10.0.0.203 () {32 vars in 774 bytes} [Tue Jun 16 02:31:51 2026] GET /v2.0/security-groups?tenant_id=c3760a45693b48f8a4bb572b058d9538&name=default => generated 2925 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1697/3331] 10.0.0.203 () {32 vars in 740 bytes} [Tue Jun 16 02:31:51 2026] DELETE /v2.0/security-groups/a3cd44f8-f731-4d84-b04d-bae38ea36b7b => generated 0 bytes in 102 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1635/3332] 10.0.0.203 () {32 vars in 774 bytes} [Tue Jun 16 02:31:51 2026] GET /v2.0/security-groups?tenant_id=3544ed4725584b63a74845c8100ea8ad&name=default => generated 2929 bytes in 124 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1698/3333] 10.0.0.203 () {32 vars in 740 bytes} [Tue Jun 16 02:31:51 2026] DELETE /v2.0/security-groups/859db0b0-dcc5-4e1d-a317-042556e5ba6b => generated 0 bytes in 99 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1636/3334] 10.0.0.203 () {32 vars in 774 bytes} [Tue Jun 16 02:31:51 2026] GET /v2.0/security-groups?tenant_id=d1a76337973a4ca59d59890413e5f2ac&name=default => generated 2929 bytes in 118 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1699/3335] 10.0.0.203 () {32 vars in 740 bytes} [Tue Jun 16 02:31:52 2026] DELETE /v2.0/security-groups/759f0a92-5545-45db-b704-18a3e3d6480c => 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: 1637/3336] 10.0.0.203 () {32 vars in 649 bytes} [Tue Jun 16 02:31:54 2026] GET /v2.0/networks => generated 2168 bytes in 176 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1700/3337] 10.0.0.203 () {32 vars in 655 bytes} [Tue Jun 16 02:31:55 2026] GET /v2.0/floatingips => generated 19 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1638/3338] 10.0.0.203 () {32 vars in 647 bytes} [Tue Jun 16 02:31:55 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: 1701/3339] 10.0.0.203 () {32 vars in 643 bytes} [Tue Jun 16 02:31:56 2026] GET /v2.0/ports => generated 4725 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1639/3340] 10.0.0.203 () {32 vars in 647 bytes} [Tue Jun 16 02:31:56 2026] GET /v2.0/subnets => generated 1308 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1702/3341] 10.0.0.203 () {32 vars in 649 bytes} [Tue Jun 16 02:31:56 2026] GET /v2.0/networks => generated 2168 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1640/3342] 10.0.0.203 () {32 vars in 663 bytes} [Tue Jun 16 02:31:56 2026] GET /v2.0/security-groups => generated 20305 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1703/3343] 10.0.0.203 () {32 vars in 655 bytes} [Tue Jun 16 02:31:56 2026] GET /v2.0/subnetpools => generated 19 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0)