+ COMMAND=start + start + confs='--config-file /etc/neutron/neutron.conf' + confs+=' --config-file /etc/neutron/neutron_vpnaas.conf' + confs+=' --config-file /etc/neutron/taas_plugin.ini' + confs+=' --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' + exec uwsgi --ini /etc/neutron/neutron-api-uwsgi.ini --pyargv ' --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/neutron_vpnaas.conf --config-file /etc/neutron/taas_plugin.ini --config-file /etc/neutron/plugins/ml2/ml2_conf.ini ' [uWSGI] getting INI configuration from /etc/neutron/neutron-api-uwsgi.ini *** Starting uWSGI 2.0.31 (64bit) on [Wed Jul 29 20:18:55 2026] *** compiled with version: 13.3.0 on 27 November 2025 23:02:21 os: Linux-5.15.0-186-generic #196-Ubuntu SMP Sat Jun 20 16:09:34 UTC 2026 nodename: neutron-server-6cf66cd65d-n28xr 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 0x7f42d17f1668 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-07-29 20:18:59.814 7 INFO neutron.common.config [-] Logging enabled! 2026-07-29 20:18:59.815 7 INFO neutron.common.config [-] uwsgi version 27.0.0 2026-07-29 20:18:59.971 8 INFO neutron.common.config [-] Logging enabled! 2026-07-29 20:18:59.972 8 INFO neutron.common.config [-] uwsgi version 27.0.0 2026-07-29 20:19:00.948 7 INFO neutron.manager [-] Loading core plugin: ml2 2026-07-29 20:19:01.059 8 INFO neutron.manager [-] Loading core plugin: ml2 2026-07-29 20:19:02.490 7 INFO neutron.plugins.ml2.managers [-] Configured type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-07-29 20:19:02.493 7 INFO neutron.plugins.ml2.drivers.type_flat [-] Arbitrary flat physical_network names allowed 2026-07-29 20:19:02.497 7 INFO neutron.plugins.ml2.drivers.type_vlan [-] Network VLAN ranges: OrderedDict({'external': [(1, 4094)]}) 2026-07-29 20:19:02.498 7 INFO neutron.plugins.ml2.managers [-] Loaded type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-07-29 20:19:02.498 7 INFO neutron.plugins.ml2.managers [-] Registered types: dict_keys(['flat', 'gre', 'vlan', 'vxlan']) 2026-07-29 20:19:02.498 7 INFO neutron.plugins.ml2.managers [-] Tenant network_types: ['vxlan'] 2026-07-29 20:19:02.499 7 INFO neutron.plugins.ml2.managers [-] Configured extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-07-29 20:19:02.506 7 INFO neutron.plugins.ml2.managers [-] Loaded extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-07-29 20:19:02.506 7 INFO neutron.plugins.ml2.managers [-] Registered extension drivers: ['dns_domain_ports', 'port_security', 'qos'] 2026-07-29 20:19:02.506 7 INFO neutron.plugins.ml2.managers [-] Configured mechanism driver names: ['openvswitch', 'l2population'] 2026-07-29 20:19:02.531 7 INFO neutron.plugins.ml2.drivers.mech_agent [-] Open vSwitch agent's supported_vnic_types: ['normal', 'direct', 'smart-nic', 'vdpa'] 2026-07-29 20:19:02.533 7 INFO neutron.plugins.ml2.managers [-] Loaded mechanism driver names: ['openvswitch', 'l2population'] 2026-07-29 20:19:02.533 7 INFO neutron.plugins.ml2.managers [-] Registered mechanism drivers: ['openvswitch', 'l2population'] 2026-07-29 20:19:02.563 7 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'flat' 2026-07-29 20:19:02.564 7 INFO neutron.plugins.ml2.drivers.type_flat [-] ML2 FlatTypeDriver initialization complete 2026-07-29 20:19:02.564 7 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'gre' 2026-07-29 20:19:02.564 7 INFO neutron.plugins.ml2.drivers.type_tunnel [-] gre ID ranges: [(1, 1000)] 2026-07-29 20:19:02.735 8 INFO neutron.plugins.ml2.managers [-] Configured type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-07-29 20:19:02.737 8 INFO neutron.plugins.ml2.drivers.type_flat [-] Arbitrary flat physical_network names allowed 2026-07-29 20:19:02.741 8 INFO neutron.plugins.ml2.drivers.type_vlan [-] Network VLAN ranges: OrderedDict({'external': [(1, 4094)]}) 2026-07-29 20:19:02.742 8 INFO neutron.plugins.ml2.managers [-] Loaded type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-07-29 20:19:02.743 8 INFO neutron.plugins.ml2.managers [-] Registered types: dict_keys(['flat', 'gre', 'vlan', 'vxlan']) 2026-07-29 20:19:02.743 8 INFO neutron.plugins.ml2.managers [-] Tenant network_types: ['vxlan'] 2026-07-29 20:19:02.743 8 INFO neutron.plugins.ml2.managers [-] Configured extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-07-29 20:19:02.751 8 INFO neutron.plugins.ml2.managers [-] Loaded extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-07-29 20:19:02.751 8 INFO neutron.plugins.ml2.managers [-] Registered extension drivers: ['dns_domain_ports', 'port_security', 'qos'] 2026-07-29 20:19:02.751 8 INFO neutron.plugins.ml2.managers [-] Configured mechanism driver names: ['openvswitch', 'l2population'] 2026-07-29 20:19:02.774 8 INFO neutron.plugins.ml2.drivers.mech_agent [-] Open vSwitch agent's supported_vnic_types: ['normal', 'direct', 'smart-nic', 'vdpa'] 2026-07-29 20:19:02.775 8 INFO neutron.plugins.ml2.managers [-] Loaded mechanism driver names: ['openvswitch', 'l2population'] 2026-07-29 20:19:02.775 8 INFO neutron.plugins.ml2.managers [-] Registered mechanism drivers: ['openvswitch', 'l2population'] 2026-07-29 20:19:02.800 8 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'flat' 2026-07-29 20:19:02.800 8 INFO neutron.plugins.ml2.drivers.type_flat [-] ML2 FlatTypeDriver initialization complete 2026-07-29 20:19:02.801 8 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'gre' 2026-07-29 20:19:02.801 8 INFO neutron.plugins.ml2.drivers.type_tunnel [-] gre ID ranges: [(1, 1000)] 2026-07-29 20:19:02.894 7 INFO neutron.plugins.ml2.managers [None req-906030c2-1fe0-4074-872c-d441dec0dc75 - - - - - -] Initializing driver for type 'vlan' 2026-07-29 20:19:03.093 8 INFO neutron.plugins.ml2.managers [None req-b330218f-2be7-40e8-9944-74f09fd0c1b2 - - - - - -] Initializing driver for type 'vlan' 2026-07-29 20:19:03.275 7 INFO neutron.plugins.ml2.drivers.type_vlan [None req-906030c2-1fe0-4074-872c-d441dec0dc75 - - - - - -] VlanTypeDriver initialization complete 2026-07-29 20:19:03.275 7 INFO neutron.plugins.ml2.managers [None req-906030c2-1fe0-4074-872c-d441dec0dc75 - - - - - -] Initializing driver for type 'vxlan' 2026-07-29 20:19:03.276 7 INFO neutron.plugins.ml2.drivers.type_tunnel [None req-906030c2-1fe0-4074-872c-d441dec0dc75 - - - - - -] vxlan ID ranges: [(1, 1000)] 2026-07-29 20:19:03.312 7 INFO neutron.plugins.ml2.managers [None req-906030c2-1fe0-4074-872c-d441dec0dc75 - - - - - -] Initializing extension driver 'dns_domain_ports' 2026-07-29 20:19:03.312 7 INFO neutron.plugins.ml2.extensions.dns_integration [None req-906030c2-1fe0-4074-872c-d441dec0dc75 - - - - - -] DNSDomainPortsExtensionDriver initialization complete 2026-07-29 20:19:03.312 7 INFO neutron.plugins.ml2.managers [None req-906030c2-1fe0-4074-872c-d441dec0dc75 - - - - - -] Initializing extension driver 'port_security' 2026-07-29 20:19:03.312 7 INFO neutron.plugins.ml2.extensions.port_security [None req-906030c2-1fe0-4074-872c-d441dec0dc75 - - - - - -] PortSecurityExtensionDriver initialization complete 2026-07-29 20:19:03.312 7 INFO neutron.plugins.ml2.managers [None req-906030c2-1fe0-4074-872c-d441dec0dc75 - - - - - -] Initializing extension driver 'qos' 2026-07-29 20:19:03.312 7 INFO neutron.plugins.ml2.managers [None req-906030c2-1fe0-4074-872c-d441dec0dc75 - - - - - -] Initializing mechanism driver 'openvswitch' 2026-07-29 20:19:03.313 7 INFO neutron.plugins.ml2.managers [None req-906030c2-1fe0-4074-872c-d441dec0dc75 - - - - - -] Initializing mechanism driver 'l2population' 2026-07-29 20:19:03.329 7 INFO neutron.quota [None req-7190c4e8-e811-412f-ac4a-f1a2141e72c8 - - - - - -] Loaded quota_driver: . 2026-07-29 20:19:03.330 7 INFO neutron.plugins.ml2.plugin [None req-7190c4e8-e811-412f-ac4a-f1a2141e72c8 - - - - - -] Modular L2 Plugin initialization complete 2026-07-29 20:19:03.330 7 INFO neutron.plugins.ml2.managers [None req-7190c4e8-e811-412f-ac4a-f1a2141e72c8 - - - - - -] Got dns-integration extension from driver 'dns_domain_ports' 2026-07-29 20:19:03.330 7 INFO neutron.plugins.ml2.managers [None req-7190c4e8-e811-412f-ac4a-f1a2141e72c8 - - - - - -] Got dns-domain-ports extension from driver 'dns_domain_ports' 2026-07-29 20:19:03.330 7 INFO neutron.plugins.ml2.managers [None req-7190c4e8-e811-412f-ac4a-f1a2141e72c8 - - - - - -] Got port-security extension from driver 'port_security' 2026-07-29 20:19:03.331 7 INFO neutron.manager [None req-7190c4e8-e811-412f-ac4a-f1a2141e72c8 - - - - - -] Loading Plugin: qos 2026-07-29 20:19:03.344 7 INFO neutron.manager [None req-7190c4e8-e811-412f-ac4a-f1a2141e72c8 - - - - - -] Loading Plugin: router 2026-07-29 20:19:03.390 7 INFO neutron.services.service_base [None req-7190c4e8-e811-412f-ac4a-f1a2141e72c8 - - - - - -] Default provider is not specified for service type L3_ROUTER_NAT 2026-07-29 20:19:03.390 7 INFO neutron.manager [None req-7190c4e8-e811-412f-ac4a-f1a2141e72c8 - - - - - -] Loading Plugin: segments 2026-07-29 20:19:03.432 8 INFO neutron.plugins.ml2.drivers.type_vlan [None req-b330218f-2be7-40e8-9944-74f09fd0c1b2 - - - - - -] VlanTypeDriver initialization complete 2026-07-29 20:19:03.432 8 INFO neutron.plugins.ml2.managers [None req-b330218f-2be7-40e8-9944-74f09fd0c1b2 - - - - - -] Initializing driver for type 'vxlan' 2026-07-29 20:19:03.433 8 INFO neutron.plugins.ml2.drivers.type_tunnel [None req-b330218f-2be7-40e8-9944-74f09fd0c1b2 - - - - - -] vxlan ID ranges: [(1, 1000)] 2026-07-29 20:19:03.446 8 INFO neutron.plugins.ml2.managers [None req-b330218f-2be7-40e8-9944-74f09fd0c1b2 - - - - - -] Initializing extension driver 'dns_domain_ports' 2026-07-29 20:19:03.446 8 INFO neutron.plugins.ml2.extensions.dns_integration [None req-b330218f-2be7-40e8-9944-74f09fd0c1b2 - - - - - -] DNSDomainPortsExtensionDriver initialization complete 2026-07-29 20:19:03.446 8 INFO neutron.plugins.ml2.managers [None req-b330218f-2be7-40e8-9944-74f09fd0c1b2 - - - - - -] Initializing extension driver 'port_security' 2026-07-29 20:19:03.446 8 INFO neutron.plugins.ml2.extensions.port_security [None req-b330218f-2be7-40e8-9944-74f09fd0c1b2 - - - - - -] PortSecurityExtensionDriver initialization complete 2026-07-29 20:19:03.446 8 INFO neutron.plugins.ml2.managers [None req-b330218f-2be7-40e8-9944-74f09fd0c1b2 - - - - - -] Initializing extension driver 'qos' 2026-07-29 20:19:03.446 8 INFO neutron.plugins.ml2.managers [None req-b330218f-2be7-40e8-9944-74f09fd0c1b2 - - - - - -] Initializing mechanism driver 'openvswitch' 2026-07-29 20:19:03.446 8 INFO neutron.plugins.ml2.managers [None req-b330218f-2be7-40e8-9944-74f09fd0c1b2 - - - - - -] Initializing mechanism driver 'l2population' 2026-07-29 20:19:03.459 8 INFO neutron.quota [None req-b2d89b78-d56a-4a56-897b-5d8978ebbf8e - - - - - -] Loaded quota_driver: . 2026-07-29 20:19:03.459 8 INFO neutron.plugins.ml2.plugin [None req-b2d89b78-d56a-4a56-897b-5d8978ebbf8e - - - - - -] Modular L2 Plugin initialization complete 2026-07-29 20:19:03.459 8 INFO neutron.plugins.ml2.managers [None req-b2d89b78-d56a-4a56-897b-5d8978ebbf8e - - - - - -] Got dns-integration extension from driver 'dns_domain_ports' 2026-07-29 20:19:03.459 8 INFO neutron.plugins.ml2.managers [None req-b2d89b78-d56a-4a56-897b-5d8978ebbf8e - - - - - -] Got dns-domain-ports extension from driver 'dns_domain_ports' 2026-07-29 20:19:03.460 8 INFO neutron.plugins.ml2.managers [None req-b2d89b78-d56a-4a56-897b-5d8978ebbf8e - - - - - -] Got port-security extension from driver 'port_security' 2026-07-29 20:19:03.460 8 INFO neutron.manager [None req-b2d89b78-d56a-4a56-897b-5d8978ebbf8e - - - - - -] Loading Plugin: qos 2026-07-29 20:19:03.473 8 INFO neutron.manager [None req-b2d89b78-d56a-4a56-897b-5d8978ebbf8e - - - - - -] Loading Plugin: router 2026-07-29 20:19:03.487 7 INFO neutron.manager [None req-7190c4e8-e811-412f-ac4a-f1a2141e72c8 - - - - - -] Loading Plugin: trunk 2026-07-29 20:19:03.503 7 INFO neutron.manager [None req-7190c4e8-e811-412f-ac4a-f1a2141e72c8 - - - - - -] Loading Plugin: vpnaas 2026-07-29 20:19:03.521 8 INFO neutron.services.service_base [None req-b2d89b78-d56a-4a56-897b-5d8978ebbf8e - - - - - -] Default provider is not specified for service type L3_ROUTER_NAT 2026-07-29 20:19:03.521 8 INFO neutron.manager [None req-b2d89b78-d56a-4a56-897b-5d8978ebbf8e - - - - - -] Loading Plugin: segments 2026-07-29 20:19:03.544 7 WARNING stevedore.named [None req-7190c4e8-e811-412f-ac4a-f1a2141e72c8 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-07-29 20:19:03.617 8 INFO neutron.manager [None req-b2d89b78-d56a-4a56-897b-5d8978ebbf8e - - - - - -] Loading Plugin: trunk 2026-07-29 20:19:03.617 7 INFO neutron_vpnaas.services.vpn.plugin [None req-7190c4e8-e811-412f-ac4a-f1a2141e72c8 - - - - - -] VPN plugin using service drivers: dict_keys(['strongswan']), default: strongswan 2026-07-29 20:19:03.618 7 INFO neutron.common.utils [None req-7190c4e8-e811-412f-ac4a-f1a2141e72c8 - - - - - -] Disable filter validation extension by service plugin VPNDriverPlugin. 2026-07-29 20:19:03.618 7 INFO neutron.manager [None req-7190c4e8-e811-412f-ac4a-f1a2141e72c8 - - - - - -] Loading Plugin: taas 2026-07-29 20:19:03.631 8 INFO neutron.manager [None req-b2d89b78-d56a-4a56-897b-5d8978ebbf8e - - - - - -] Loading Plugin: vpnaas 2026-07-29 20:19:03.647 7 WARNING stevedore.named [None req-7190c4e8-e811-412f-ac4a-f1a2141e72c8 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-07-29 20:19:03.648 7 WARNING stevedore.named [None req-7190c4e8-e811-412f-ac4a-f1a2141e72c8 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-07-29 20:19:03.667 7 INFO neutron_taas.services.taas.taas_plugin [None req-7190c4e8-e811-412f-ac4a-f1a2141e72c8 - - - - - -] TAAS Plugin initialized using service drivers: dict_keys(['taas']), default: taas 2026-07-29 20:19:03.667 7 INFO neutron.manager [None req-7190c4e8-e811-412f-ac4a-f1a2141e72c8 - - - - - -] Loading Plugin: tapmirror 2026-07-29 20:19:03.679 7 WARNING stevedore.named [None req-7190c4e8-e811-412f-ac4a-f1a2141e72c8 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-07-29 20:19:03.679 7 WARNING stevedore.named [None req-7190c4e8-e811-412f-ac4a-f1a2141e72c8 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-07-29 20:19:03.686 8 WARNING stevedore.named [None req-b2d89b78-d56a-4a56-897b-5d8978ebbf8e - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-07-29 20:19:03.691 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7190c4e8-e811-412f-ac4a-f1a2141e72c8 - - - - - -] Tap Mirror plugin using service drivers: dict_keys(['taas']), default: taas 2026-07-29 20:19:03.691 7 INFO neutron.manager [None req-7190c4e8-e811-412f-ac4a-f1a2141e72c8 - - - - - -] Loading Plugin: auto_allocate 2026-07-29 20:19:03.705 7 INFO neutron.manager [None req-7190c4e8-e811-412f-ac4a-f1a2141e72c8 - - - - - -] Loading Plugin: tag 2026-07-29 20:19:03.716 7 INFO neutron.manager [None req-7190c4e8-e811-412f-ac4a-f1a2141e72c8 - - - - - -] Loading Plugin: timestamp 2026-07-29 20:19:03.719 7 INFO neutron.manager [None req-7190c4e8-e811-412f-ac4a-f1a2141e72c8 - - - - - -] Loading Plugin: network_ip_availability 2026-07-29 20:19:03.723 7 INFO neutron.manager [None req-7190c4e8-e811-412f-ac4a-f1a2141e72c8 - - - - - -] Loading Plugin: flavors 2026-07-29 20:19:03.727 7 INFO neutron.manager [None req-7190c4e8-e811-412f-ac4a-f1a2141e72c8 - - - - - -] Loading Plugin: revisions 2026-07-29 20:19:03.731 7 INFO neutron.api.extensions [None req-7190c4e8-e811-412f-ac4a-f1a2141e72c8 - - - - - -] Initializing extension manager. 2026-07-29 20:19:03.732 7 INFO neutron.api.extensions [None req-7190c4e8-e811-412f-ac4a-f1a2141e72c8 - - - - - -] Loaded extension: address-group 2026-07-29 20:19:03.733 7 INFO neutron.api.extensions [None req-7190c4e8-e811-412f-ac4a-f1a2141e72c8 - - - - - -] Loaded extension: address-scope 2026-07-29 20:19:03.733 7 INFO neutron.api.extensions [None req-7190c4e8-e811-412f-ac4a-f1a2141e72c8 - - - - - -] Loaded extension: router-admin-state-down-before-update 2026-07-29 20:19:03.734 7 INFO neutron.api.extensions [None req-7190c4e8-e811-412f-ac4a-f1a2141e72c8 - - - - - -] Loaded extension: agent 2026-07-29 20:19:03.735 7 INFO neutron.api.extensions [None req-7190c4e8-e811-412f-ac4a-f1a2141e72c8 - - - - - -] Loaded extension: agent-resources-synced 2026-07-29 20:19:03.736 7 INFO neutron.api.extensions [None req-7190c4e8-e811-412f-ac4a-f1a2141e72c8 - - - - - -] Loaded extension: allowed-address-pairs 2026-07-29 20:19:03.737 7 INFO neutron.api.extensions [None req-7190c4e8-e811-412f-ac4a-f1a2141e72c8 - - - - - -] Loaded extension: auto-allocated-topology 2026-07-29 20:19:03.738 7 INFO neutron.api.extensions [None req-7190c4e8-e811-412f-ac4a-f1a2141e72c8 - - - - - -] Loaded extension: availability_zone 2026-07-29 20:19:03.738 7 INFO neutron.api.extensions [None req-7190c4e8-e811-412f-ac4a-f1a2141e72c8 - - - - - -] Loaded extension: availability_zone_filter 2026-07-29 20:19:03.739 7 INFO neutron.api.extensions [None req-7190c4e8-e811-412f-ac4a-f1a2141e72c8 - - - - - -] Extension data-plane-status not supported by any of loaded plugins 2026-07-29 20:19:03.739 7 INFO neutron.api.extensions [None req-7190c4e8-e811-412f-ac4a-f1a2141e72c8 - - - - - -] Loaded extension: default-subnetpools 2026-07-29 20:19:03.741 7 INFO neutron.api.extensions [None req-7190c4e8-e811-412f-ac4a-f1a2141e72c8 - - - - - -] Loaded extension: dhcp_agent_scheduler 2026-07-29 20:19:03.742 7 INFO neutron.api.extensions [None req-7190c4e8-e811-412f-ac4a-f1a2141e72c8 - - - - - -] Loaded extension: dns-integration 2026-07-29 20:19:03.742 7 INFO neutron.api.extensions [None req-7190c4e8-e811-412f-ac4a-f1a2141e72c8 - - - - - -] Loaded extension: dns-domain-ports 2026-07-29 20:19:03.743 7 INFO neutron.api.extensions [None req-7190c4e8-e811-412f-ac4a-f1a2141e72c8 - - - - - -] Extension dns-integration-domain-keywords not supported by any of loaded plugins 2026-07-29 20:19:03.744 7 INFO neutron.api.extensions [None req-7190c4e8-e811-412f-ac4a-f1a2141e72c8 - - - - - -] Loaded extension: dvr 2026-07-29 20:19:03.744 7 INFO neutron.api.extensions [None req-7190c4e8-e811-412f-ac4a-f1a2141e72c8 - - - - - -] Extension ecmp_routes not supported by any of loaded plugins 2026-07-29 20:19:03.745 7 INFO neutron.api.extensions [None req-7190c4e8-e811-412f-ac4a-f1a2141e72c8 - - - - - -] Loaded extension: empty-string-filtering 2026-07-29 20:19:03.745 7 INFO neutron.api.extensions [None req-7190c4e8-e811-412f-ac4a-f1a2141e72c8 - - - - - -] Extension expose-l3-conntrack-helper not supported by any of loaded plugins 2026-07-29 20:19:03.746 7 INFO neutron.api.extensions [None req-7190c4e8-e811-412f-ac4a-f1a2141e72c8 - - - - - -] Extension expose-port-forwarding-in-fip not supported by any of loaded plugins 2026-07-29 20:19:03.747 7 INFO neutron.api.extensions [None req-7190c4e8-e811-412f-ac4a-f1a2141e72c8 - - - - - -] Loaded extension: external-net 2026-07-29 20:19:03.747 7 INFO neutron.api.extensions [None req-7190c4e8-e811-412f-ac4a-f1a2141e72c8 - - - - - -] Loaded extension: extra_dhcp_opt 2026-07-29 20:19:03.748 7 INFO neutron.api.extensions [None req-7190c4e8-e811-412f-ac4a-f1a2141e72c8 - - - - - -] Loaded extension: extraroute 2026-07-29 20:19:03.748 7 INFO neutron.api.extensions [None req-7190c4e8-e811-412f-ac4a-f1a2141e72c8 - - - - - -] Loaded extension: extraroute-atomic 2026-07-29 20:19:03.749 7 INFO neutron.api.extensions [None req-7190c4e8-e811-412f-ac4a-f1a2141e72c8 - - - - - -] Extension filter-validation not supported by any of loaded plugins 2026-07-29 20:19:03.749 7 INFO neutron.api.extensions [None req-7190c4e8-e811-412f-ac4a-f1a2141e72c8 - - - - - -] Extension floating-ip-port-forwarding-description not supported by any of loaded plugins 2026-07-29 20:19:03.750 7 INFO neutron.api.extensions [None req-7190c4e8-e811-412f-ac4a-f1a2141e72c8 - - - - - -] Loaded extension: floating-ip-port-forwarding-detail 2026-07-29 20:19:03.750 7 INFO neutron.api.extensions [None req-7190c4e8-e811-412f-ac4a-f1a2141e72c8 - - - - - -] Extension floating-ip-port-forwarding-port-ranges not supported by any of loaded plugins 2026-07-29 20:19:03.751 7 INFO neutron.api.extensions [None req-7190c4e8-e811-412f-ac4a-f1a2141e72c8 - - - - - -] Loaded extension: fip-port-details 2026-07-29 20:19:03.752 7 INFO neutron.api.extensions [None req-7190c4e8-e811-412f-ac4a-f1a2141e72c8 - - - - - -] Loaded extension: flavors 2026-07-29 20:19:03.753 7 INFO neutron.api.extensions [None req-7190c4e8-e811-412f-ac4a-f1a2141e72c8 - - - - - -] Extension floating-ip-port-forwarding not supported by any of loaded plugins 2026-07-29 20:19:03.754 7 INFO neutron.api.extensions [None req-7190c4e8-e811-412f-ac4a-f1a2141e72c8 - - - - - -] Loaded extension: floatingip-pools 2026-07-29 20:19:03.755 7 INFO neutron.api.extensions [None req-7190c4e8-e811-412f-ac4a-f1a2141e72c8 - - - - - -] Loaded extension: ip_allocation 2026-07-29 20:19:03.755 7 INFO neutron.api.extensions [None req-7190c4e8-e811-412f-ac4a-f1a2141e72c8 - - - - - -] Loaded extension: ip-substring-filtering 2026-07-29 20:19:03.756 7 INFO neutron.api.extensions [None req-7190c4e8-e811-412f-ac4a-f1a2141e72c8 - - - - - -] Loaded extension: l2_adjacency 2026-07-29 20:19:03.757 7 INFO neutron.api.extensions [None req-7190c4e8-e811-412f-ac4a-f1a2141e72c8 - - - - - -] Loaded extension: router 2026-07-29 20:19:03.759 7 INFO neutron.api.extensions [None req-7190c4e8-e811-412f-ac4a-f1a2141e72c8 - - - - - -] Extension l3-conntrack-helper not supported by any of loaded plugins 2026-07-29 20:19:03.759 7 INFO neutron.api.extensions [None req-7190c4e8-e811-412f-ac4a-f1a2141e72c8 - - - - - -] Extension enable-default-route-bfd not supported by any of loaded plugins 2026-07-29 20:19:03.760 7 INFO neutron.api.extensions [None req-7190c4e8-e811-412f-ac4a-f1a2141e72c8 - - - - - -] Extension enable-default-route-ecmp not supported by any of loaded plugins 2026-07-29 20:19:03.760 7 INFO neutron.api.extensions [None req-7190c4e8-e811-412f-ac4a-f1a2141e72c8 - - - - - -] Loaded extension: ext-gw-mode 2026-07-29 20:19:03.760 8 INFO neutron_vpnaas.services.vpn.plugin [None req-b2d89b78-d56a-4a56-897b-5d8978ebbf8e - - - - - -] VPN plugin using service drivers: dict_keys(['strongswan']), default: strongswan 2026-07-29 20:19:03.761 7 INFO neutron.api.extensions [None req-7190c4e8-e811-412f-ac4a-f1a2141e72c8 - - - - - -] Loaded extension: l3-ha 2026-07-29 20:19:03.761 8 INFO neutron.common.utils [None req-b2d89b78-d56a-4a56-897b-5d8978ebbf8e - - - - - -] Disable filter validation extension by service plugin VPNDriverPlugin. 2026-07-29 20:19:03.761 8 INFO neutron.manager [None req-b2d89b78-d56a-4a56-897b-5d8978ebbf8e - - - - - -] Loading Plugin: taas 2026-07-29 20:19:03.761 7 INFO neutron.api.extensions [None req-7190c4e8-e811-412f-ac4a-f1a2141e72c8 - - - - - -] Extension l3-ext-ndp-proxy not supported by any of loaded plugins 2026-07-29 20:19:03.762 7 INFO neutron.api.extensions [None req-7190c4e8-e811-412f-ac4a-f1a2141e72c8 - - - - - -] Extension external-gateway-multihoming not supported by any of loaded plugins 2026-07-29 20:19:03.762 7 INFO neutron.api.extensions [None req-7190c4e8-e811-412f-ac4a-f1a2141e72c8 - - - - - -] Loaded extension: l3-flavors 2026-07-29 20:19:03.763 7 INFO neutron.api.extensions [None req-7190c4e8-e811-412f-ac4a-f1a2141e72c8 - - - - - -] Extension l3-ndp-proxy not supported by any of loaded plugins 2026-07-29 20:19:03.764 7 INFO neutron.api.extensions [None req-7190c4e8-e811-412f-ac4a-f1a2141e72c8 - - - - - -] Loaded extension: l3-port-ip-change-not-allowed 2026-07-29 20:19:03.766 7 INFO neutron.api.extensions [None req-7190c4e8-e811-412f-ac4a-f1a2141e72c8 - - - - - -] Loaded extension: l3_agent_scheduler 2026-07-29 20:19:03.767 7 INFO neutron.api.extensions [None req-7190c4e8-e811-412f-ac4a-f1a2141e72c8 - - - - - -] Extension local_ip not supported by any of loaded plugins 2026-07-29 20:19:03.768 7 INFO neutron.api.extensions [None req-7190c4e8-e811-412f-ac4a-f1a2141e72c8 - - - - - -] Extension logging not supported by any of loaded plugins 2026-07-29 20:19:03.769 7 INFO neutron.api.extensions [None req-7190c4e8-e811-412f-ac4a-f1a2141e72c8 - - - - - -] Extension metering not supported by any of loaded plugins 2026-07-29 20:19:03.770 7 INFO neutron.api.extensions [None req-7190c4e8-e811-412f-ac4a-f1a2141e72c8 - - - - - -] Extension metering_source_and_destination_fields not supported by any of loaded plugins 2026-07-29 20:19:03.770 7 INFO neutron.api.extensions [None req-7190c4e8-e811-412f-ac4a-f1a2141e72c8 - - - - - -] Loaded extension: multi-provider 2026-07-29 20:19:03.771 7 INFO neutron.api.extensions [None req-7190c4e8-e811-412f-ac4a-f1a2141e72c8 - - - - - -] Loaded extension: net-mtu 2026-07-29 20:19:03.771 7 INFO neutron.api.extensions [None req-7190c4e8-e811-412f-ac4a-f1a2141e72c8 - - - - - -] Loaded extension: net-mtu-writable 2026-07-29 20:19:03.772 7 INFO neutron.api.extensions [None req-7190c4e8-e811-412f-ac4a-f1a2141e72c8 - - - - - -] Loaded extension: network_availability_zone 2026-07-29 20:19:03.772 7 INFO neutron.api.extensions [None req-7190c4e8-e811-412f-ac4a-f1a2141e72c8 - - - - - -] Loaded extension: network_ha 2026-07-29 20:19:03.773 7 INFO neutron.api.extensions [None req-7190c4e8-e811-412f-ac4a-f1a2141e72c8 - - - - - -] Loaded extension: network-ip-availability 2026-07-29 20:19:03.775 7 INFO neutron.api.extensions [None req-7190c4e8-e811-412f-ac4a-f1a2141e72c8 - - - - - -] Extension network-segment-range not supported by any of loaded plugins 2026-07-29 20:19:03.776 7 INFO neutron.api.extensions [None req-7190c4e8-e811-412f-ac4a-f1a2141e72c8 - - - - - -] Loaded extension: pagination 2026-07-29 20:19:03.776 7 INFO neutron.api.extensions [None req-7190c4e8-e811-412f-ac4a-f1a2141e72c8 - - - - - -] Loaded extension: port-device-profile 2026-07-29 20:19:03.777 7 INFO neutron.api.extensions [None req-7190c4e8-e811-412f-ac4a-f1a2141e72c8 - - - - - -] Extension port-hardware-offload-type not supported by any of loaded plugins 2026-07-29 20:19:03.777 7 INFO neutron.api.extensions [None req-7190c4e8-e811-412f-ac4a-f1a2141e72c8 - - - - - -] Extension port-hint-ovs-tx-steering not supported by any of loaded plugins 2026-07-29 20:19:03.778 7 INFO neutron.api.extensions [None req-7190c4e8-e811-412f-ac4a-f1a2141e72c8 - - - - - -] Extension port-hints not supported by any of loaded plugins 2026-07-29 20:19:03.778 7 INFO neutron.api.extensions [None req-7190c4e8-e811-412f-ac4a-f1a2141e72c8 - - - - - -] Loaded extension: port-mac-override 2026-07-29 20:19:03.779 7 INFO neutron.api.extensions [None req-7190c4e8-e811-412f-ac4a-f1a2141e72c8 - - - - - -] Loaded extension: port-mac-address-regenerate 2026-07-29 20:19:03.779 7 INFO neutron.api.extensions [None req-7190c4e8-e811-412f-ac4a-f1a2141e72c8 - - - - - -] Loaded extension: port-numa-affinity-policy 2026-07-29 20:19:03.780 7 INFO neutron.api.extensions [None req-7190c4e8-e811-412f-ac4a-f1a2141e72c8 - - - - - -] Loaded extension: port-numa-affinity-policy-socket 2026-07-29 20:19:03.780 7 INFO neutron.api.extensions [None req-7190c4e8-e811-412f-ac4a-f1a2141e72c8 - - - - - -] Loaded extension: port-resource-request 2026-07-29 20:19:03.781 7 INFO neutron.api.extensions [None req-7190c4e8-e811-412f-ac4a-f1a2141e72c8 - - - - - -] Loaded extension: port-resource-request-groups 2026-07-29 20:19:03.781 7 INFO neutron.api.extensions [None req-7190c4e8-e811-412f-ac4a-f1a2141e72c8 - - - - - -] Extension port-trusted-vif not supported by any of loaded plugins 2026-07-29 20:19:03.782 7 INFO neutron.api.extensions [None req-7190c4e8-e811-412f-ac4a-f1a2141e72c8 - - - - - -] Loaded extension: binding 2026-07-29 20:19:03.783 7 INFO neutron.api.extensions [None req-7190c4e8-e811-412f-ac4a-f1a2141e72c8 - - - - - -] Loaded extension: binding-extended 2026-07-29 20:19:03.783 7 INFO neutron.api.extensions [None req-7190c4e8-e811-412f-ac4a-f1a2141e72c8 - - - - - -] Loaded extension: port-security 2026-07-29 20:19:03.783 7 INFO neutron.api.extensions [None req-7190c4e8-e811-412f-ac4a-f1a2141e72c8 - - - - - -] Loaded extension: project-id 2026-07-29 20:19:03.784 7 INFO neutron.api.extensions [None req-7190c4e8-e811-412f-ac4a-f1a2141e72c8 - - - - - -] Loaded extension: provider 2026-07-29 20:19:03.785 7 INFO neutron.api.extensions [None req-7190c4e8-e811-412f-ac4a-f1a2141e72c8 - - - - - -] Extension qinq not supported by any of loaded plugins 2026-07-29 20:19:03.787 7 INFO neutron.api.extensions [None req-7190c4e8-e811-412f-ac4a-f1a2141e72c8 - - - - - -] Loaded extension: qos 2026-07-29 20:19:03.788 7 INFO neutron.api.extensions [None req-7190c4e8-e811-412f-ac4a-f1a2141e72c8 - - - - - -] Loaded extension: qos-bw-limit-direction 2026-07-29 20:19:03.788 7 INFO neutron.api.extensions [None req-7190c4e8-e811-412f-ac4a-f1a2141e72c8 - - - - - -] Loaded extension: qos-bw-minimum-ingress 2026-07-29 20:19:03.789 7 INFO neutron.api.extensions [None req-7190c4e8-e811-412f-ac4a-f1a2141e72c8 - - - - - -] Loaded extension: qos-default 2026-07-29 20:19:03.789 7 INFO neutron.api.extensions [None req-7190c4e8-e811-412f-ac4a-f1a2141e72c8 - - - - - -] Loaded extension: qos-fip 2026-07-29 20:19:03.790 7 INFO neutron.api.extensions [None req-7190c4e8-e811-412f-ac4a-f1a2141e72c8 - - - - - -] Extension qos-fip-network-policy not supported by any of loaded plugins 2026-07-29 20:19:03.790 8 WARNING stevedore.named [None req-b2d89b78-d56a-4a56-897b-5d8978ebbf8e - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-07-29 20:19:03.790 8 WARNING stevedore.named [None req-b2d89b78-d56a-4a56-897b-5d8978ebbf8e - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-07-29 20:19:03.790 7 INFO neutron.api.extensions [None req-7190c4e8-e811-412f-ac4a-f1a2141e72c8 - - - - - -] Loaded extension: qos-gateway-ip 2026-07-29 20:19:03.791 7 INFO neutron.api.extensions [None req-7190c4e8-e811-412f-ac4a-f1a2141e72c8 - - - - - -] Loaded extension: qos-port-network-policy 2026-07-29 20:19:03.791 7 INFO neutron.api.extensions [None req-7190c4e8-e811-412f-ac4a-f1a2141e72c8 - - - - - -] Loaded extension: qos-pps-minimum 2026-07-29 20:19:03.792 7 INFO neutron.api.extensions [None req-7190c4e8-e811-412f-ac4a-f1a2141e72c8 - - - - - -] Loaded extension: qos-pps-minimum-rule-alias 2026-07-29 20:19:03.792 7 INFO neutron.api.extensions [None req-7190c4e8-e811-412f-ac4a-f1a2141e72c8 - - - - - -] Loaded extension: qos-pps 2026-07-29 20:19:03.793 7 INFO neutron.api.extensions [None req-7190c4e8-e811-412f-ac4a-f1a2141e72c8 - - - - - -] Loaded extension: qos-rule-type-details 2026-07-29 20:19:03.794 7 INFO neutron.api.extensions [None req-7190c4e8-e811-412f-ac4a-f1a2141e72c8 - - - - - -] Loaded extension: qos-rule-type-filter 2026-07-29 20:19:03.794 7 INFO neutron.api.extensions [None req-7190c4e8-e811-412f-ac4a-f1a2141e72c8 - - - - - -] Loaded extension: qos-rules-alias 2026-07-29 20:19:03.795 7 INFO neutron.api.extensions [None req-7190c4e8-e811-412f-ac4a-f1a2141e72c8 - - - - - -] Loaded extension: quota-check-limit 2026-07-29 20:19:03.796 7 INFO neutron.api.extensions [None req-7190c4e8-e811-412f-ac4a-f1a2141e72c8 - - - - - -] Loaded extension: quota-check-limit-default 2026-07-29 20:19:03.798 7 INFO neutron.api.extensions [None req-7190c4e8-e811-412f-ac4a-f1a2141e72c8 - - - - - -] Loaded extension: quotas 2026-07-29 20:19:03.799 7 INFO neutron.api.extensions [None req-7190c4e8-e811-412f-ac4a-f1a2141e72c8 - - - - - -] Loaded extension: quota_details 2026-07-29 20:19:03.800 7 INFO neutron.api.extensions [None req-7190c4e8-e811-412f-ac4a-f1a2141e72c8 - - - - - -] Loaded extension: rbac-policies 2026-07-29 20:19:03.801 7 INFO neutron.api.extensions [None req-7190c4e8-e811-412f-ac4a-f1a2141e72c8 - - - - - -] Loaded extension: rbac-address-group 2026-07-29 20:19:03.801 7 INFO neutron.api.extensions [None req-7190c4e8-e811-412f-ac4a-f1a2141e72c8 - - - - - -] Loaded extension: rbac-address-scope 2026-07-29 20:19:03.802 7 INFO neutron.api.extensions [None req-7190c4e8-e811-412f-ac4a-f1a2141e72c8 - - - - - -] Loaded extension: rbac-security-groups 2026-07-29 20:19:03.802 7 INFO neutron.api.extensions [None req-7190c4e8-e811-412f-ac4a-f1a2141e72c8 - - - - - -] Loaded extension: rbac-subnetpool 2026-07-29 20:19:03.803 7 INFO neutron.api.extensions [None req-7190c4e8-e811-412f-ac4a-f1a2141e72c8 - - - - - -] Loaded extension: revision-if-match 2026-07-29 20:19:03.803 7 INFO neutron.api.extensions [None req-7190c4e8-e811-412f-ac4a-f1a2141e72c8 - - - - - -] Loaded extension: standard-attr-revisions 2026-07-29 20:19:03.804 7 INFO neutron.api.extensions [None req-7190c4e8-e811-412f-ac4a-f1a2141e72c8 - - - - - -] Loaded extension: router_availability_zone 2026-07-29 20:19:03.804 7 INFO neutron.api.extensions [None req-7190c4e8-e811-412f-ac4a-f1a2141e72c8 - - - - - -] Extension router-service-type not supported by any of loaded plugins 2026-07-29 20:19:03.806 7 INFO neutron.api.extensions [None req-7190c4e8-e811-412f-ac4a-f1a2141e72c8 - - - - - -] Loaded extension: security-groups-default-rules 2026-07-29 20:19:03.807 7 INFO neutron.api.extensions [None req-7190c4e8-e811-412f-ac4a-f1a2141e72c8 - - - - - -] Loaded extension: security-groups-normalized-cidr 2026-07-29 20:19:03.807 7 INFO neutron.api.extensions [None req-7190c4e8-e811-412f-ac4a-f1a2141e72c8 - - - - - -] Loaded extension: port-security-groups-filtering 2026-07-29 20:19:03.807 8 INFO neutron_taas.services.taas.taas_plugin [None req-b2d89b78-d56a-4a56-897b-5d8978ebbf8e - - - - - -] TAAS Plugin initialized using service drivers: dict_keys(['taas']), default: taas 2026-07-29 20:19:03.808 7 INFO neutron.api.extensions [None req-7190c4e8-e811-412f-ac4a-f1a2141e72c8 - - - - - -] Loaded extension: security-groups-remote-address-group 2026-07-29 20:19:03.808 8 INFO neutron.manager [None req-b2d89b78-d56a-4a56-897b-5d8978ebbf8e - - - - - -] Loading Plugin: tapmirror 2026-07-29 20:19:03.808 7 INFO neutron.api.extensions [None req-7190c4e8-e811-412f-ac4a-f1a2141e72c8 - - - - - -] Loaded extension: security-groups-rules-belongs-to-default-sg 2026-07-29 20:19:03.809 7 INFO neutron.api.extensions [None req-7190c4e8-e811-412f-ac4a-f1a2141e72c8 - - - - - -] Loaded extension: security-groups-shared-filtering 2026-07-29 20:19:03.813 7 INFO neutron.api.extensions [None req-7190c4e8-e811-412f-ac4a-f1a2141e72c8 - - - - - -] Loaded extension: security-group 2026-07-29 20:19:03.814 7 INFO neutron.api.extensions [None req-7190c4e8-e811-412f-ac4a-f1a2141e72c8 - - - - - -] Loaded extension: segment 2026-07-29 20:19:03.815 7 INFO neutron.api.extensions [None req-7190c4e8-e811-412f-ac4a-f1a2141e72c8 - - - - - -] Loaded extension: segments-peer-subnet-host-routes 2026-07-29 20:19:03.815 7 INFO neutron.api.extensions [None req-7190c4e8-e811-412f-ac4a-f1a2141e72c8 - - - - - -] Loaded extension: service-type 2026-07-29 20:19:03.816 7 INFO neutron.api.extensions [None req-7190c4e8-e811-412f-ac4a-f1a2141e72c8 - - - - - -] Loaded extension: sorting 2026-07-29 20:19:03.816 7 INFO neutron.api.extensions [None req-7190c4e8-e811-412f-ac4a-f1a2141e72c8 - - - - - -] Loaded extension: standard-attr-segment 2026-07-29 20:19:03.817 7 INFO neutron.api.extensions [None req-7190c4e8-e811-412f-ac4a-f1a2141e72c8 - - - - - -] Loaded extension: standard-attr-description 2026-07-29 20:19:03.818 7 INFO neutron.api.extensions [None req-7190c4e8-e811-412f-ac4a-f1a2141e72c8 - - - - - -] Loaded extension: stateful-security-group 2026-07-29 20:19:03.819 7 WARNING neutron.api.extensions [None req-7190c4e8-e811-412f-ac4a-f1a2141e72c8 - - - - - -] Did not find expected name "Stdattrs_common" in /var/lib/openstack/lib/python3.12/site-packages/neutron/extensions/stdattrs_common.py 2026-07-29 20:19:03.819 7 INFO neutron.api.extensions [None req-7190c4e8-e811-412f-ac4a-f1a2141e72c8 - - - - - -] Extension subnet-dns-publish-fixed-ip not supported by any of loaded plugins 2026-07-29 20:19:03.820 7 INFO neutron.api.extensions [None req-7190c4e8-e811-412f-ac4a-f1a2141e72c8 - - - - - -] Loaded extension: subnet-external-network 2026-07-29 20:19:03.821 7 INFO neutron.api.extensions [None req-7190c4e8-e811-412f-ac4a-f1a2141e72c8 - - - - - -] Loaded extension: subnet_onboard 2026-07-29 20:19:03.821 7 INFO neutron.api.extensions [None req-7190c4e8-e811-412f-ac4a-f1a2141e72c8 - - - - - -] Loaded extension: subnet-segmentid-writable 2026-07-29 20:19:03.821 8 WARNING stevedore.named [None req-b2d89b78-d56a-4a56-897b-5d8978ebbf8e - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-07-29 20:19:03.821 8 WARNING stevedore.named [None req-b2d89b78-d56a-4a56-897b-5d8978ebbf8e - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-07-29 20:19:03.822 7 INFO neutron.api.extensions [None req-7190c4e8-e811-412f-ac4a-f1a2141e72c8 - - - - - -] Loaded extension: subnet-service-types 2026-07-29 20:19:03.822 7 INFO neutron.api.extensions [None req-7190c4e8-e811-412f-ac4a-f1a2141e72c8 - - - - - -] Loaded extension: subnet_allocation 2026-07-29 20:19:03.825 7 INFO neutron.api.extensions [None req-7190c4e8-e811-412f-ac4a-f1a2141e72c8 - - - - - -] Loaded extension: subnetpool-prefix-ops 2026-07-29 20:19:03.825 7 INFO neutron.api.extensions [None req-7190c4e8-e811-412f-ac4a-f1a2141e72c8 - - - - - -] Loaded extension: tag-creation 2026-07-29 20:19:03.826 7 INFO neutron.api.extensions [None req-7190c4e8-e811-412f-ac4a-f1a2141e72c8 - - - - - -] Extension tag-ports-during-bulk-creation not supported by any of loaded plugins 2026-07-29 20:19:03.830 7 INFO neutron.api.extensions [None req-7190c4e8-e811-412f-ac4a-f1a2141e72c8 - - - - - -] Loaded extension: standard-attr-tag 2026-07-29 20:19:03.830 7 INFO neutron.api.extensions [None req-7190c4e8-e811-412f-ac4a-f1a2141e72c8 - - - - - -] Loaded extension: standard-attr-timestamp 2026-07-29 20:19:03.831 7 INFO neutron.api.extensions [None req-7190c4e8-e811-412f-ac4a-f1a2141e72c8 - - - - - -] Loaded extension: trunk 2026-07-29 20:19:03.832 7 INFO neutron.api.extensions [None req-7190c4e8-e811-412f-ac4a-f1a2141e72c8 - - - - - -] Loaded extension: trunk-details 2026-07-29 20:19:03.832 7 INFO neutron.api.extensions [None req-7190c4e8-e811-412f-ac4a-f1a2141e72c8 - - - - - -] Extension uplink-status-propagation not supported by any of loaded plugins 2026-07-29 20:19:03.833 7 INFO neutron.api.extensions [None req-7190c4e8-e811-412f-ac4a-f1a2141e72c8 - - - - - -] Extension uplink-status-propagation-updatable not supported by any of loaded plugins 2026-07-29 20:19:03.833 7 INFO neutron.api.extensions [None req-7190c4e8-e811-412f-ac4a-f1a2141e72c8 - - - - - -] Extension vlan-transparent not supported by any of loaded plugins 2026-07-29 20:19:03.834 7 INFO neutron.api.extensions [None req-7190c4e8-e811-412f-ac4a-f1a2141e72c8 - - - - - -] Loaded extension: vpn-aes-ctr 2026-07-29 20:19:03.834 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b2d89b78-d56a-4a56-897b-5d8978ebbf8e - - - - - -] Tap Mirror plugin using service drivers: dict_keys(['taas']), default: taas 2026-07-29 20:19:03.834 8 INFO neutron.manager [None req-b2d89b78-d56a-4a56-897b-5d8978ebbf8e - - - - - -] Loading Plugin: auto_allocate 2026-07-29 20:19:03.836 7 INFO neutron.api.extensions [None req-7190c4e8-e811-412f-ac4a-f1a2141e72c8 - - - - - -] Extension vpn-agent-scheduler not supported by any of loaded plugins 2026-07-29 20:19:03.836 7 INFO neutron.api.extensions [None req-7190c4e8-e811-412f-ac4a-f1a2141e72c8 - - - - - -] Loaded extension: vpn-endpoint-groups 2026-07-29 20:19:03.837 7 INFO neutron.api.extensions [None req-7190c4e8-e811-412f-ac4a-f1a2141e72c8 - - - - - -] Loaded extension: vpn-flavors 2026-07-29 20:19:03.839 7 INFO neutron.api.extensions [None req-7190c4e8-e811-412f-ac4a-f1a2141e72c8 - - - - - -] Loaded extension: vpnaas 2026-07-29 20:19:03.841 7 INFO neutron.api.extensions [None req-7190c4e8-e811-412f-ac4a-f1a2141e72c8 - - - - - -] Loaded extension: taas 2026-07-29 20:19:03.842 7 INFO neutron.api.extensions [None req-7190c4e8-e811-412f-ac4a-f1a2141e72c8 - - - - - -] Loaded extension: tap-mirror 2026-07-29 20:19:03.842 7 INFO neutron.api.extensions [None req-7190c4e8-e811-412f-ac4a-f1a2141e72c8 - - - - - -] Loaded extension: taas-vlan-filter 2026-07-29 20:19:03.843 8 INFO neutron.manager [None req-b2d89b78-d56a-4a56-897b-5d8978ebbf8e - - - - - -] Loading Plugin: tag 2026-07-29 20:19:03.845 7 INFO neutron.quota.resource_registry [None req-7190c4e8-e811-412f-ac4a-f1a2141e72c8 - - - - - -] Creating instance of TrackedResource for resource:network 2026-07-29 20:19:03.845 7 INFO neutron.quota.resource_registry [None req-7190c4e8-e811-412f-ac4a-f1a2141e72c8 - - - - - -] Creating instance of TrackedResource for resource:subnet 2026-07-29 20:19:03.845 7 INFO neutron.quota.resource_registry [None req-7190c4e8-e811-412f-ac4a-f1a2141e72c8 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-07-29 20:19:03.845 7 INFO neutron.quota.resource_registry [None req-7190c4e8-e811-412f-ac4a-f1a2141e72c8 - - - - - -] Creating instance of TrackedResource for resource:port 2026-07-29 20:19:03.849 7 INFO neutron.quota.resource_registry [None req-7190c4e8-e811-412f-ac4a-f1a2141e72c8 - - - - - -] Creating instance of TrackedResource for resource:router 2026-07-29 20:19:03.849 7 INFO neutron.quota.resource_registry [None req-7190c4e8-e811-412f-ac4a-f1a2141e72c8 - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-07-29 20:19:03.854 7 INFO neutron.quota.resource_registry [None req-7190c4e8-e811-412f-ac4a-f1a2141e72c8 - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-07-29 20:19:03.854 8 INFO neutron.manager [None req-b2d89b78-d56a-4a56-897b-5d8978ebbf8e - - - - - -] Loading Plugin: timestamp 2026-07-29 20:19:03.854 7 INFO neutron.quota.resource_registry [None req-7190c4e8-e811-412f-ac4a-f1a2141e72c8 - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-07-29 20:19:03.855 7 INFO neutron.quota.resource_registry [None req-7190c4e8-e811-412f-ac4a-f1a2141e72c8 - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-07-29 20:19:03.856 7 INFO neutron.quota.resource_registry [None req-7190c4e8-e811-412f-ac4a-f1a2141e72c8 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-07-29 20:19:03.856 7 WARNING neutron.quota.resource_registry [None req-7190c4e8-e811-412f-ac4a-f1a2141e72c8 - - - - - -] subnetpool is already registered 2026-07-29 20:19:03.856 7 INFO neutron.quota.resource_registry [None req-7190c4e8-e811-412f-ac4a-f1a2141e72c8 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-07-29 20:19:03.856 8 INFO neutron.manager [None req-b2d89b78-d56a-4a56-897b-5d8978ebbf8e - - - - - -] Loading Plugin: network_ip_availability 2026-07-29 20:19:03.856 7 WARNING neutron.quota.resource_registry [None req-7190c4e8-e811-412f-ac4a-f1a2141e72c8 - - - - - -] subnetpool is already registered 2026-07-29 20:19:03.857 7 INFO neutron.quota.resource_registry [None req-7190c4e8-e811-412f-ac4a-f1a2141e72c8 - - - - - -] Creating instance of CountableResource for resource:trunk 2026-07-29 20:19:03.857 7 INFO neutron.quota.resource_registry [None req-7190c4e8-e811-412f-ac4a-f1a2141e72c8 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-07-29 20:19:03.857 7 INFO neutron.quota.resource_registry [None req-7190c4e8-e811-412f-ac4a-f1a2141e72c8 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-07-29 20:19:03.858 7 INFO neutron.quota.resource_registry [None req-7190c4e8-e811-412f-ac4a-f1a2141e72c8 - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-07-29 20:19:03.858 7 INFO neutron.quota.resource_registry [None req-7190c4e8-e811-412f-ac4a-f1a2141e72c8 - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-07-29 20:19:03.859 7 INFO neutron.quota.resource_registry [None req-7190c4e8-e811-412f-ac4a-f1a2141e72c8 - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-07-29 20:19:03.859 7 INFO neutron.quota.resource_registry [None req-7190c4e8-e811-412f-ac4a-f1a2141e72c8 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-07-29 20:19:03.859 7 WARNING neutron.quota.resource_registry [None req-7190c4e8-e811-412f-ac4a-f1a2141e72c8 - - - - - -] ipsecpolicy is already registered 2026-07-29 20:19:03.859 7 INFO neutron.quota.resource_registry [None req-7190c4e8-e811-412f-ac4a-f1a2141e72c8 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-07-29 20:19:03.860 7 WARNING neutron.quota.resource_registry [None req-7190c4e8-e811-412f-ac4a-f1a2141e72c8 - - - - - -] ikepolicy is already registered 2026-07-29 20:19:03.860 8 INFO neutron.manager [None req-b2d89b78-d56a-4a56-897b-5d8978ebbf8e - - - - - -] Loading Plugin: flavors 2026-07-29 20:19:03.864 8 INFO neutron.manager [None req-b2d89b78-d56a-4a56-897b-5d8978ebbf8e - - - - - -] Loading Plugin: revisions 2026-07-29 20:19:03.864 7 INFO neutron.quota.resource_registry [None req-7190c4e8-e811-412f-ac4a-f1a2141e72c8 - - - - - -] Creating instance of TrackedResource for resource:router 2026-07-29 20:19:03.864 7 WARNING neutron.quota.resource_registry [None req-7190c4e8-e811-412f-ac4a-f1a2141e72c8 - - - - - -] router is already registered 2026-07-29 20:19:03.865 7 INFO neutron.quota.resource_registry [None req-7190c4e8-e811-412f-ac4a-f1a2141e72c8 - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-07-29 20:19:03.865 7 WARNING neutron.quota.resource_registry [None req-7190c4e8-e811-412f-ac4a-f1a2141e72c8 - - - - - -] floatingip is already registered 2026-07-29 20:19:03.867 8 INFO neutron.api.extensions [None req-b2d89b78-d56a-4a56-897b-5d8978ebbf8e - - - - - -] Initializing extension manager. 2026-07-29 20:19:03.868 8 INFO neutron.api.extensions [None req-b2d89b78-d56a-4a56-897b-5d8978ebbf8e - - - - - -] Loaded extension: address-group 2026-07-29 20:19:03.868 7 INFO neutron.quota.resource_registry [None req-7190c4e8-e811-412f-ac4a-f1a2141e72c8 - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-07-29 20:19:03.869 7 WARNING neutron.quota.resource_registry [None req-7190c4e8-e811-412f-ac4a-f1a2141e72c8 - - - - - -] rbac_policy is already registered 2026-07-29 20:19:03.869 7 INFO neutron.quota.resource_registry [None req-7190c4e8-e811-412f-ac4a-f1a2141e72c8 - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-07-29 20:19:03.869 7 WARNING neutron.quota.resource_registry [None req-7190c4e8-e811-412f-ac4a-f1a2141e72c8 - - - - - -] security_group is already registered 2026-07-29 20:19:03.869 8 INFO neutron.api.extensions [None req-b2d89b78-d56a-4a56-897b-5d8978ebbf8e - - - - - -] Loaded extension: address-scope 2026-07-29 20:19:03.870 7 INFO neutron.quota.resource_registry [None req-7190c4e8-e811-412f-ac4a-f1a2141e72c8 - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-07-29 20:19:03.870 7 WARNING neutron.quota.resource_registry [None req-7190c4e8-e811-412f-ac4a-f1a2141e72c8 - - - - - -] security_group_rule is already registered 2026-07-29 20:19:03.870 8 INFO neutron.api.extensions [None req-b2d89b78-d56a-4a56-897b-5d8978ebbf8e - - - - - -] Loaded extension: router-admin-state-down-before-update 2026-07-29 20:19:03.870 7 INFO neutron.quota.resource_registry [None req-7190c4e8-e811-412f-ac4a-f1a2141e72c8 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-07-29 20:19:03.871 7 WARNING neutron.quota.resource_registry [None req-7190c4e8-e811-412f-ac4a-f1a2141e72c8 - - - - - -] subnetpool is already registered 2026-07-29 20:19:03.871 8 INFO neutron.api.extensions [None req-b2d89b78-d56a-4a56-897b-5d8978ebbf8e - - - - - -] Loaded extension: agent 2026-07-29 20:19:03.871 7 INFO neutron.quota.resource_registry [None req-7190c4e8-e811-412f-ac4a-f1a2141e72c8 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-07-29 20:19:03.871 7 WARNING neutron.quota.resource_registry [None req-7190c4e8-e811-412f-ac4a-f1a2141e72c8 - - - - - -] subnetpool is already registered 2026-07-29 20:19:03.871 8 INFO neutron.api.extensions [None req-b2d89b78-d56a-4a56-897b-5d8978ebbf8e - - - - - -] Loaded extension: agent-resources-synced 2026-07-29 20:19:03.872 7 INFO neutron.quota.resource_registry [None req-7190c4e8-e811-412f-ac4a-f1a2141e72c8 - - - - - -] Creating instance of CountableResource for resource:trunk 2026-07-29 20:19:03.872 7 WARNING neutron.quota.resource_registry [None req-7190c4e8-e811-412f-ac4a-f1a2141e72c8 - - - - - -] trunk is already registered 2026-07-29 20:19:03.872 7 INFO neutron.quota.resource_registry [None req-7190c4e8-e811-412f-ac4a-f1a2141e72c8 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-07-29 20:19:03.872 7 WARNING neutron.quota.resource_registry [None req-7190c4e8-e811-412f-ac4a-f1a2141e72c8 - - - - - -] ikepolicy is already registered 2026-07-29 20:19:03.872 8 INFO neutron.api.extensions [None req-b2d89b78-d56a-4a56-897b-5d8978ebbf8e - - - - - -] Loaded extension: allowed-address-pairs 2026-07-29 20:19:03.873 7 INFO neutron.quota.resource_registry [None req-7190c4e8-e811-412f-ac4a-f1a2141e72c8 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-07-29 20:19:03.873 7 WARNING neutron.quota.resource_registry [None req-7190c4e8-e811-412f-ac4a-f1a2141e72c8 - - - - - -] ipsecpolicy is already registered 2026-07-29 20:19:03.873 8 INFO neutron.api.extensions [None req-b2d89b78-d56a-4a56-897b-5d8978ebbf8e - - - - - -] Loaded extension: auto-allocated-topology 2026-07-29 20:19:03.873 7 INFO neutron.quota.resource_registry [None req-7190c4e8-e811-412f-ac4a-f1a2141e72c8 - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-07-29 20:19:03.873 7 WARNING neutron.quota.resource_registry [None req-7190c4e8-e811-412f-ac4a-f1a2141e72c8 - - - - - -] endpoint_group is already registered 2026-07-29 20:19:03.874 7 INFO neutron.quota.resource_registry [None req-7190c4e8-e811-412f-ac4a-f1a2141e72c8 - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-07-29 20:19:03.874 7 WARNING neutron.quota.resource_registry [None req-7190c4e8-e811-412f-ac4a-f1a2141e72c8 - - - - - -] vpnservice is already registered 2026-07-29 20:19:03.874 8 INFO neutron.api.extensions [None req-b2d89b78-d56a-4a56-897b-5d8978ebbf8e - - - - - -] Loaded extension: availability_zone 2026-07-29 20:19:03.874 7 INFO neutron.quota.resource_registry [None req-7190c4e8-e811-412f-ac4a-f1a2141e72c8 - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-07-29 20:19:03.874 7 WARNING neutron.quota.resource_registry [None req-7190c4e8-e811-412f-ac4a-f1a2141e72c8 - - - - - -] ipsec_site_connection is already registered 2026-07-29 20:19:03.874 8 INFO neutron.api.extensions [None req-b2d89b78-d56a-4a56-897b-5d8978ebbf8e - - - - - -] Loaded extension: availability_zone_filter 2026-07-29 20:19:03.875 7 INFO neutron.quota.resource_registry [None req-7190c4e8-e811-412f-ac4a-f1a2141e72c8 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-07-29 20:19:03.875 7 WARNING neutron.quota.resource_registry [None req-7190c4e8-e811-412f-ac4a-f1a2141e72c8 - - - - - -] ipsecpolicy is already registered 2026-07-29 20:19:03.875 8 INFO neutron.api.extensions [None req-b2d89b78-d56a-4a56-897b-5d8978ebbf8e - - - - - -] Extension data-plane-status not supported by any of loaded plugins 2026-07-29 20:19:03.875 7 INFO neutron.quota.resource_registry [None req-7190c4e8-e811-412f-ac4a-f1a2141e72c8 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-07-29 20:19:03.875 7 WARNING neutron.quota.resource_registry [None req-7190c4e8-e811-412f-ac4a-f1a2141e72c8 - - - - - -] ikepolicy is already registered 2026-07-29 20:19:03.875 8 INFO neutron.api.extensions [None req-b2d89b78-d56a-4a56-897b-5d8978ebbf8e - - - - - -] Loaded extension: default-subnetpools 2026-07-29 20:19:03.877 8 INFO neutron.api.extensions [None req-b2d89b78-d56a-4a56-897b-5d8978ebbf8e - - - - - -] Loaded extension: dhcp_agent_scheduler 2026-07-29 20:19:03.878 8 INFO neutron.api.extensions [None req-b2d89b78-d56a-4a56-897b-5d8978ebbf8e - - - - - -] Loaded extension: dns-integration 2026-07-29 20:19:03.878 8 INFO neutron.api.extensions [None req-b2d89b78-d56a-4a56-897b-5d8978ebbf8e - - - - - -] Loaded extension: dns-domain-ports 2026-07-29 20:19:03.879 8 INFO neutron.api.extensions [None req-b2d89b78-d56a-4a56-897b-5d8978ebbf8e - - - - - -] Extension dns-integration-domain-keywords not supported by any of loaded plugins 2026-07-29 20:19:03.879 8 INFO neutron.api.extensions [None req-b2d89b78-d56a-4a56-897b-5d8978ebbf8e - - - - - -] Loaded extension: dvr 2026-07-29 20:19:03.880 8 INFO neutron.api.extensions [None req-b2d89b78-d56a-4a56-897b-5d8978ebbf8e - - - - - -] Extension ecmp_routes not supported by any of loaded plugins 2026-07-29 20:19:03.880 8 INFO neutron.api.extensions [None req-b2d89b78-d56a-4a56-897b-5d8978ebbf8e - - - - - -] Loaded extension: empty-string-filtering 2026-07-29 20:19:03.881 8 INFO neutron.api.extensions [None req-b2d89b78-d56a-4a56-897b-5d8978ebbf8e - - - - - -] Extension expose-l3-conntrack-helper not supported by any of loaded plugins 2026-07-29 20:19:03.881 8 INFO neutron.api.extensions [None req-b2d89b78-d56a-4a56-897b-5d8978ebbf8e - - - - - -] Extension expose-port-forwarding-in-fip not supported by any of loaded plugins 2026-07-29 20:19:03.882 8 INFO neutron.api.extensions [None req-b2d89b78-d56a-4a56-897b-5d8978ebbf8e - - - - - -] Loaded extension: external-net 2026-07-29 20:19:03.882 8 INFO neutron.api.extensions [None req-b2d89b78-d56a-4a56-897b-5d8978ebbf8e - - - - - -] Loaded extension: extra_dhcp_opt 2026-07-29 20:19:03.883 8 INFO neutron.api.extensions [None req-b2d89b78-d56a-4a56-897b-5d8978ebbf8e - - - - - -] Loaded extension: extraroute 2026-07-29 20:19:03.883 8 INFO neutron.api.extensions [None req-b2d89b78-d56a-4a56-897b-5d8978ebbf8e - - - - - -] Loaded extension: extraroute-atomic 2026-07-29 20:19:03.884 8 INFO neutron.api.extensions [None req-b2d89b78-d56a-4a56-897b-5d8978ebbf8e - - - - - -] Extension filter-validation not supported by any of loaded plugins 2026-07-29 20:19:03.884 8 INFO neutron.api.extensions [None req-b2d89b78-d56a-4a56-897b-5d8978ebbf8e - - - - - -] Extension floating-ip-port-forwarding-description not supported by any of loaded plugins 2026-07-29 20:19:03.885 8 INFO neutron.api.extensions [None req-b2d89b78-d56a-4a56-897b-5d8978ebbf8e - - - - - -] Loaded extension: floating-ip-port-forwarding-detail 2026-07-29 20:19:03.885 8 INFO neutron.api.extensions [None req-b2d89b78-d56a-4a56-897b-5d8978ebbf8e - - - - - -] Extension floating-ip-port-forwarding-port-ranges not supported by any of loaded plugins 2026-07-29 20:19:03.886 8 INFO neutron.api.extensions [None req-b2d89b78-d56a-4a56-897b-5d8978ebbf8e - - - - - -] Loaded extension: fip-port-details 2026-07-29 20:19:03.887 8 INFO neutron.api.extensions [None req-b2d89b78-d56a-4a56-897b-5d8978ebbf8e - - - - - -] Loaded extension: flavors 2026-07-29 20:19:03.888 8 INFO neutron.api.extensions [None req-b2d89b78-d56a-4a56-897b-5d8978ebbf8e - - - - - -] Extension floating-ip-port-forwarding not supported by any of loaded plugins 2026-07-29 20:19:03.889 8 INFO neutron.api.extensions [None req-b2d89b78-d56a-4a56-897b-5d8978ebbf8e - - - - - -] Loaded extension: floatingip-pools 2026-07-29 20:19:03.890 8 INFO neutron.api.extensions [None req-b2d89b78-d56a-4a56-897b-5d8978ebbf8e - - - - - -] Loaded extension: ip_allocation 2026-07-29 20:19:03.890 8 INFO neutron.api.extensions [None req-b2d89b78-d56a-4a56-897b-5d8978ebbf8e - - - - - -] Loaded extension: ip-substring-filtering 2026-07-29 20:19:03.891 8 INFO neutron.api.extensions [None req-b2d89b78-d56a-4a56-897b-5d8978ebbf8e - - - - - -] Loaded extension: l2_adjacency 2026-07-29 20:19:03.894 8 INFO neutron.api.extensions [None req-b2d89b78-d56a-4a56-897b-5d8978ebbf8e - - - - - -] Loaded extension: router 2026-07-29 20:19:03.895 8 INFO neutron.api.extensions [None req-b2d89b78-d56a-4a56-897b-5d8978ebbf8e - - - - - -] Extension l3-conntrack-helper not supported by any of loaded plugins 2026-07-29 20:19:03.896 8 INFO neutron.api.extensions [None req-b2d89b78-d56a-4a56-897b-5d8978ebbf8e - - - - - -] Extension enable-default-route-bfd not supported by any of loaded plugins 2026-07-29 20:19:03.896 8 INFO neutron.api.extensions [None req-b2d89b78-d56a-4a56-897b-5d8978ebbf8e - - - - - -] Extension enable-default-route-ecmp not supported by any of loaded plugins 2026-07-29 20:19:03.897 8 INFO neutron.api.extensions [None req-b2d89b78-d56a-4a56-897b-5d8978ebbf8e - - - - - -] Loaded extension: ext-gw-mode 2026-07-29 20:19:03.897 8 INFO neutron.api.extensions [None req-b2d89b78-d56a-4a56-897b-5d8978ebbf8e - - - - - -] Loaded extension: l3-ha 2026-07-29 20:19:03.898 8 INFO neutron.api.extensions [None req-b2d89b78-d56a-4a56-897b-5d8978ebbf8e - - - - - -] Extension l3-ext-ndp-proxy not supported by any of loaded plugins 2026-07-29 20:19:03.898 8 INFO neutron.api.extensions [None req-b2d89b78-d56a-4a56-897b-5d8978ebbf8e - - - - - -] Extension external-gateway-multihoming not supported by any of loaded plugins 2026-07-29 20:19:03.899 8 INFO neutron.api.extensions [None req-b2d89b78-d56a-4a56-897b-5d8978ebbf8e - - - - - -] Loaded extension: l3-flavors 2026-07-29 20:19:03.900 8 INFO neutron.api.extensions [None req-b2d89b78-d56a-4a56-897b-5d8978ebbf8e - - - - - -] Extension l3-ndp-proxy not supported by any of loaded plugins 2026-07-29 20:19:03.900 8 INFO neutron.api.extensions [None req-b2d89b78-d56a-4a56-897b-5d8978ebbf8e - - - - - -] Loaded extension: l3-port-ip-change-not-allowed 2026-07-29 20:19:03.902 8 INFO neutron.api.extensions [None req-b2d89b78-d56a-4a56-897b-5d8978ebbf8e - - - - - -] Loaded extension: l3_agent_scheduler 2026-07-29 20:19:03.904 8 INFO neutron.api.extensions [None req-b2d89b78-d56a-4a56-897b-5d8978ebbf8e - - - - - -] Extension local_ip not supported by any of loaded plugins 2026-07-29 20:19:03.905 8 INFO neutron.api.extensions [None req-b2d89b78-d56a-4a56-897b-5d8978ebbf8e - - - - - -] Extension logging not supported by any of loaded plugins 2026-07-29 20:19:03.906 8 INFO neutron.api.extensions [None req-b2d89b78-d56a-4a56-897b-5d8978ebbf8e - - - - - -] Extension metering not supported by any of loaded plugins 2026-07-29 20:19:03.906 8 INFO neutron.api.extensions [None req-b2d89b78-d56a-4a56-897b-5d8978ebbf8e - - - - - -] Extension metering_source_and_destination_fields not supported by any of loaded plugins 2026-07-29 20:19:03.907 8 INFO neutron.api.extensions [None req-b2d89b78-d56a-4a56-897b-5d8978ebbf8e - - - - - -] Loaded extension: multi-provider 2026-07-29 20:19:03.908 8 INFO neutron.api.extensions [None req-b2d89b78-d56a-4a56-897b-5d8978ebbf8e - - - - - -] Loaded extension: net-mtu 2026-07-29 20:19:03.908 8 INFO neutron.api.extensions [None req-b2d89b78-d56a-4a56-897b-5d8978ebbf8e - - - - - -] Loaded extension: net-mtu-writable 2026-07-29 20:19:03.909 8 INFO neutron.api.extensions [None req-b2d89b78-d56a-4a56-897b-5d8978ebbf8e - - - - - -] Loaded extension: network_availability_zone 2026-07-29 20:19:03.909 8 INFO neutron.api.extensions [None req-b2d89b78-d56a-4a56-897b-5d8978ebbf8e - - - - - -] Loaded extension: network_ha 2026-07-29 20:19:03.910 8 INFO neutron.api.extensions [None req-b2d89b78-d56a-4a56-897b-5d8978ebbf8e - - - - - -] Loaded extension: network-ip-availability 2026-07-29 20:19:03.911 8 INFO neutron.api.extensions [None req-b2d89b78-d56a-4a56-897b-5d8978ebbf8e - - - - - -] Extension network-segment-range not supported by any of loaded plugins 2026-07-29 20:19:03.912 8 INFO neutron.api.extensions [None req-b2d89b78-d56a-4a56-897b-5d8978ebbf8e - - - - - -] Loaded extension: pagination 2026-07-29 20:19:03.912 8 INFO neutron.api.extensions [None req-b2d89b78-d56a-4a56-897b-5d8978ebbf8e - - - - - -] Loaded extension: port-device-profile 2026-07-29 20:19:03.913 8 INFO neutron.api.extensions [None req-b2d89b78-d56a-4a56-897b-5d8978ebbf8e - - - - - -] Extension port-hardware-offload-type not supported by any of loaded plugins 2026-07-29 20:19:03.913 8 INFO neutron.api.extensions [None req-b2d89b78-d56a-4a56-897b-5d8978ebbf8e - - - - - -] Extension port-hint-ovs-tx-steering not supported by any of loaded plugins 2026-07-29 20:19:03.914 8 INFO neutron.api.extensions [None req-b2d89b78-d56a-4a56-897b-5d8978ebbf8e - - - - - -] Extension port-hints not supported by any of loaded plugins 2026-07-29 20:19:03.914 8 INFO neutron.api.extensions [None req-b2d89b78-d56a-4a56-897b-5d8978ebbf8e - - - - - -] Loaded extension: port-mac-override 2026-07-29 20:19:03.915 8 INFO neutron.api.extensions [None req-b2d89b78-d56a-4a56-897b-5d8978ebbf8e - - - - - -] Loaded extension: port-mac-address-regenerate 2026-07-29 20:19:03.915 7 WARNING keystonemiddleware._common.config [None req-7190c4e8-e811-412f-ac4a-f1a2141e72c8 - - - - - -] The option "audit_map_file" is not known to keystonemiddleware 2026-07-29 20:19:03.915 8 INFO neutron.api.extensions [None req-b2d89b78-d56a-4a56-897b-5d8978ebbf8e - - - - - -] Loaded extension: port-numa-affinity-policy 2026-07-29 20:19:03.916 8 INFO neutron.api.extensions [None req-b2d89b78-d56a-4a56-897b-5d8978ebbf8e - - - - - -] Loaded extension: port-numa-affinity-policy-socket 2026-07-29 20:19:03.916 8 INFO neutron.api.extensions [None req-b2d89b78-d56a-4a56-897b-5d8978ebbf8e - - - - - -] Loaded extension: port-resource-request 2026-07-29 20:19:03.917 8 INFO neutron.api.extensions [None req-b2d89b78-d56a-4a56-897b-5d8978ebbf8e - - - - - -] Loaded extension: port-resource-request-groups 2026-07-29 20:19:03.917 8 INFO neutron.api.extensions [None req-b2d89b78-d56a-4a56-897b-5d8978ebbf8e - - - - - -] Extension port-trusted-vif not supported by any of loaded plugins 2026-07-29 20:19:03.918 8 INFO neutron.api.extensions [None req-b2d89b78-d56a-4a56-897b-5d8978ebbf8e - - - - - -] Loaded extension: binding 2026-07-29 20:19:03.918 8 INFO neutron.api.extensions [None req-b2d89b78-d56a-4a56-897b-5d8978ebbf8e - - - - - -] Loaded extension: binding-extended 2026-07-29 20:19:03.919 8 INFO neutron.api.extensions [None req-b2d89b78-d56a-4a56-897b-5d8978ebbf8e - - - - - -] Loaded extension: port-security 2026-07-29 20:19:03.919 8 INFO neutron.api.extensions [None req-b2d89b78-d56a-4a56-897b-5d8978ebbf8e - - - - - -] Loaded extension: project-id 2026-07-29 20:19:03.920 8 INFO neutron.api.extensions [None req-b2d89b78-d56a-4a56-897b-5d8978ebbf8e - - - - - -] Loaded extension: provider 2026-07-29 20:19:03.921 8 INFO neutron.api.extensions [None req-b2d89b78-d56a-4a56-897b-5d8978ebbf8e - - - - - -] Extension qinq not supported by any of loaded plugins 2026-07-29 20:19:03.921 7 WARNING oslo_config.cfg [None req-7190c4e8-e811-412f-ac4a-f1a2141e72c8 - - - - - -] Deprecated: Option "auth_uri" from group "keystone_authtoken" is deprecated. Use option "www_authenticate_uri" from group "keystone_authtoken". 2026-07-29 20:19:03.923 8 INFO neutron.api.extensions [None req-b2d89b78-d56a-4a56-897b-5d8978ebbf8e - - - - - -] Loaded extension: qos 2026-07-29 20:19:03.924 8 INFO neutron.api.extensions [None req-b2d89b78-d56a-4a56-897b-5d8978ebbf8e - - - - - -] Loaded extension: qos-bw-limit-direction WSGI app 0 (mountpoint='') ready in 8 seconds on interpreter 0x7f42d17f1668 pid: 7 (default app) 2026-07-29 20:19:03.924 8 INFO neutron.api.extensions [None req-b2d89b78-d56a-4a56-897b-5d8978ebbf8e - - - - - -] Loaded extension: qos-bw-minimum-ingress 2026-07-29 20:19:03.925 8 INFO neutron.api.extensions [None req-b2d89b78-d56a-4a56-897b-5d8978ebbf8e - - - - - -] Loaded extension: qos-default 2026-07-29 20:19:03.925 8 INFO neutron.api.extensions [None req-b2d89b78-d56a-4a56-897b-5d8978ebbf8e - - - - - -] Loaded extension: qos-fip 2026-07-29 20:19:03.925 8 INFO neutron.api.extensions [None req-b2d89b78-d56a-4a56-897b-5d8978ebbf8e - - - - - -] Extension qos-fip-network-policy not supported by any of loaded plugins 2026-07-29 20:19:03.926 8 INFO neutron.api.extensions [None req-b2d89b78-d56a-4a56-897b-5d8978ebbf8e - - - - - -] Loaded extension: qos-gateway-ip 2026-07-29 20:19:03.927 8 INFO neutron.api.extensions [None req-b2d89b78-d56a-4a56-897b-5d8978ebbf8e - - - - - -] Loaded extension: qos-port-network-policy 2026-07-29 20:19:03.927 8 INFO neutron.api.extensions [None req-b2d89b78-d56a-4a56-897b-5d8978ebbf8e - - - - - -] Loaded extension: qos-pps-minimum 2026-07-29 20:19:03.928 8 INFO neutron.api.extensions [None req-b2d89b78-d56a-4a56-897b-5d8978ebbf8e - - - - - -] Loaded extension: qos-pps-minimum-rule-alias 2026-07-29 20:19:03.928 8 INFO neutron.api.extensions [None req-b2d89b78-d56a-4a56-897b-5d8978ebbf8e - - - - - -] Loaded extension: qos-pps 2026-07-29 20:19:03.929 8 INFO neutron.api.extensions [None req-b2d89b78-d56a-4a56-897b-5d8978ebbf8e - - - - - -] Loaded extension: qos-rule-type-details 2026-07-29 20:19:03.929 8 INFO neutron.api.extensions [None req-b2d89b78-d56a-4a56-897b-5d8978ebbf8e - - - - - -] Loaded extension: qos-rule-type-filter 2026-07-29 20:19:03.930 8 INFO neutron.api.extensions [None req-b2d89b78-d56a-4a56-897b-5d8978ebbf8e - - - - - -] Loaded extension: qos-rules-alias 2026-07-29 20:19:03.931 8 INFO neutron.api.extensions [None req-b2d89b78-d56a-4a56-897b-5d8978ebbf8e - - - - - -] Loaded extension: quota-check-limit 2026-07-29 20:19:03.931 8 INFO neutron.api.extensions [None req-b2d89b78-d56a-4a56-897b-5d8978ebbf8e - - - - - -] Loaded extension: quota-check-limit-default 2026-07-29 20:19:03.934 8 INFO neutron.api.extensions [None req-b2d89b78-d56a-4a56-897b-5d8978ebbf8e - - - - - -] Loaded extension: quotas 2026-07-29 20:19:03.935 8 INFO neutron.api.extensions [None req-b2d89b78-d56a-4a56-897b-5d8978ebbf8e - - - - - -] Loaded extension: quota_details 2026-07-29 20:19:03.936 8 INFO neutron.api.extensions [None req-b2d89b78-d56a-4a56-897b-5d8978ebbf8e - - - - - -] Loaded extension: rbac-policies 2026-07-29 20:19:03.937 8 INFO neutron.api.extensions [None req-b2d89b78-d56a-4a56-897b-5d8978ebbf8e - - - - - -] Loaded extension: rbac-address-group 2026-07-29 20:19:03.937 8 INFO neutron.api.extensions [None req-b2d89b78-d56a-4a56-897b-5d8978ebbf8e - - - - - -] Loaded extension: rbac-address-scope 2026-07-29 20:19:03.938 8 INFO neutron.api.extensions [None req-b2d89b78-d56a-4a56-897b-5d8978ebbf8e - - - - - -] Loaded extension: rbac-security-groups 2026-07-29 20:19:03.938 8 INFO neutron.api.extensions [None req-b2d89b78-d56a-4a56-897b-5d8978ebbf8e - - - - - -] Loaded extension: rbac-subnetpool 2026-07-29 20:19:03.939 8 INFO neutron.api.extensions [None req-b2d89b78-d56a-4a56-897b-5d8978ebbf8e - - - - - -] Loaded extension: revision-if-match 2026-07-29 20:19:03.939 8 INFO neutron.api.extensions [None req-b2d89b78-d56a-4a56-897b-5d8978ebbf8e - - - - - -] Loaded extension: standard-attr-revisions 2026-07-29 20:19:03.940 8 INFO neutron.api.extensions [None req-b2d89b78-d56a-4a56-897b-5d8978ebbf8e - - - - - -] Loaded extension: router_availability_zone 2026-07-29 20:19:03.941 8 INFO neutron.api.extensions [None req-b2d89b78-d56a-4a56-897b-5d8978ebbf8e - - - - - -] Extension router-service-type not supported by any of loaded plugins 2026-07-29 20:19:03.943 8 INFO neutron.api.extensions [None req-b2d89b78-d56a-4a56-897b-5d8978ebbf8e - - - - - -] Loaded extension: security-groups-default-rules 2026-07-29 20:19:03.943 8 INFO neutron.api.extensions [None req-b2d89b78-d56a-4a56-897b-5d8978ebbf8e - - - - - -] Loaded extension: security-groups-normalized-cidr 2026-07-29 20:19:03.944 8 INFO neutron.api.extensions [None req-b2d89b78-d56a-4a56-897b-5d8978ebbf8e - - - - - -] Loaded extension: port-security-groups-filtering 2026-07-29 20:19:03.944 8 INFO neutron.api.extensions [None req-b2d89b78-d56a-4a56-897b-5d8978ebbf8e - - - - - -] Loaded extension: security-groups-remote-address-group 2026-07-29 20:19:03.945 8 INFO neutron.api.extensions [None req-b2d89b78-d56a-4a56-897b-5d8978ebbf8e - - - - - -] Loaded extension: security-groups-rules-belongs-to-default-sg 2026-07-29 20:19:03.945 8 INFO neutron.api.extensions [None req-b2d89b78-d56a-4a56-897b-5d8978ebbf8e - - - - - -] Loaded extension: security-groups-shared-filtering 2026-07-29 20:19:03.951 8 INFO neutron.api.extensions [None req-b2d89b78-d56a-4a56-897b-5d8978ebbf8e - - - - - -] Loaded extension: security-group 2026-07-29 20:19:03.955 8 INFO neutron.api.extensions [None req-b2d89b78-d56a-4a56-897b-5d8978ebbf8e - - - - - -] Loaded extension: segment 2026-07-29 20:19:03.956 8 INFO neutron.api.extensions [None req-b2d89b78-d56a-4a56-897b-5d8978ebbf8e - - - - - -] Loaded extension: segments-peer-subnet-host-routes 2026-07-29 20:19:03.957 8 INFO neutron.api.extensions [None req-b2d89b78-d56a-4a56-897b-5d8978ebbf8e - - - - - -] Loaded extension: service-type 2026-07-29 20:19:03.957 8 INFO neutron.api.extensions [None req-b2d89b78-d56a-4a56-897b-5d8978ebbf8e - - - - - -] Loaded extension: sorting 2026-07-29 20:19:03.958 8 INFO neutron.api.extensions [None req-b2d89b78-d56a-4a56-897b-5d8978ebbf8e - - - - - -] Loaded extension: standard-attr-segment 2026-07-29 20:19:03.959 8 INFO neutron.api.extensions [None req-b2d89b78-d56a-4a56-897b-5d8978ebbf8e - - - - - -] Loaded extension: standard-attr-description 2026-07-29 20:19:03.960 8 INFO neutron.api.extensions [None req-b2d89b78-d56a-4a56-897b-5d8978ebbf8e - - - - - -] Loaded extension: stateful-security-group 2026-07-29 20:19:03.960 8 WARNING neutron.api.extensions [None req-b2d89b78-d56a-4a56-897b-5d8978ebbf8e - - - - - -] Did not find expected name "Stdattrs_common" in /var/lib/openstack/lib/python3.12/site-packages/neutron/extensions/stdattrs_common.py 2026-07-29 20:19:03.961 8 INFO neutron.api.extensions [None req-b2d89b78-d56a-4a56-897b-5d8978ebbf8e - - - - - -] Extension subnet-dns-publish-fixed-ip not supported by any of loaded plugins 2026-07-29 20:19:03.962 8 INFO neutron.api.extensions [None req-b2d89b78-d56a-4a56-897b-5d8978ebbf8e - - - - - -] Loaded extension: subnet-external-network 2026-07-29 20:19:03.963 8 INFO neutron.api.extensions [None req-b2d89b78-d56a-4a56-897b-5d8978ebbf8e - - - - - -] Loaded extension: subnet_onboard 2026-07-29 20:19:03.963 8 INFO neutron.api.extensions [None req-b2d89b78-d56a-4a56-897b-5d8978ebbf8e - - - - - -] Loaded extension: subnet-segmentid-writable 2026-07-29 20:19:03.964 8 INFO neutron.api.extensions [None req-b2d89b78-d56a-4a56-897b-5d8978ebbf8e - - - - - -] Loaded extension: subnet-service-types 2026-07-29 20:19:03.965 8 INFO neutron.api.extensions [None req-b2d89b78-d56a-4a56-897b-5d8978ebbf8e - - - - - -] Loaded extension: subnet_allocation 2026-07-29 20:19:03.966 8 INFO neutron.api.extensions [None req-b2d89b78-d56a-4a56-897b-5d8978ebbf8e - - - - - -] Loaded extension: subnetpool-prefix-ops 2026-07-29 20:19:03.966 8 INFO neutron.api.extensions [None req-b2d89b78-d56a-4a56-897b-5d8978ebbf8e - - - - - -] Loaded extension: tag-creation 2026-07-29 20:19:03.967 8 INFO neutron.api.extensions [None req-b2d89b78-d56a-4a56-897b-5d8978ebbf8e - - - - - -] Extension tag-ports-during-bulk-creation not supported by any of loaded plugins 2026-07-29 20:19:03.973 8 INFO neutron.api.extensions [None req-b2d89b78-d56a-4a56-897b-5d8978ebbf8e - - - - - -] Loaded extension: standard-attr-tag 2026-07-29 20:19:03.974 8 INFO neutron.api.extensions [None req-b2d89b78-d56a-4a56-897b-5d8978ebbf8e - - - - - -] Loaded extension: standard-attr-timestamp 2026-07-29 20:19:03.975 8 INFO neutron.api.extensions [None req-b2d89b78-d56a-4a56-897b-5d8978ebbf8e - - - - - -] Loaded extension: trunk 2026-07-29 20:19:03.976 8 INFO neutron.api.extensions [None req-b2d89b78-d56a-4a56-897b-5d8978ebbf8e - - - - - -] Loaded extension: trunk-details 2026-07-29 20:19:03.977 8 INFO neutron.api.extensions [None req-b2d89b78-d56a-4a56-897b-5d8978ebbf8e - - - - - -] Extension uplink-status-propagation not supported by any of loaded plugins 2026-07-29 20:19:03.977 8 INFO neutron.api.extensions [None req-b2d89b78-d56a-4a56-897b-5d8978ebbf8e - - - - - -] Extension uplink-status-propagation-updatable not supported by any of loaded plugins 2026-07-29 20:19:03.978 8 INFO neutron.api.extensions [None req-b2d89b78-d56a-4a56-897b-5d8978ebbf8e - - - - - -] Extension vlan-transparent not supported by any of loaded plugins 2026-07-29 20:19:03.979 8 INFO neutron.api.extensions [None req-b2d89b78-d56a-4a56-897b-5d8978ebbf8e - - - - - -] Loaded extension: vpn-aes-ctr 2026-07-29 20:19:03.982 8 INFO neutron.api.extensions [None req-b2d89b78-d56a-4a56-897b-5d8978ebbf8e - - - - - -] Extension vpn-agent-scheduler not supported by any of loaded plugins 2026-07-29 20:19:03.983 8 INFO neutron.api.extensions [None req-b2d89b78-d56a-4a56-897b-5d8978ebbf8e - - - - - -] Loaded extension: vpn-endpoint-groups 2026-07-29 20:19:03.984 8 INFO neutron.api.extensions [None req-b2d89b78-d56a-4a56-897b-5d8978ebbf8e - - - - - -] Loaded extension: vpn-flavors 2026-07-29 20:19:03.986 8 INFO neutron.api.extensions [None req-b2d89b78-d56a-4a56-897b-5d8978ebbf8e - - - - - -] Loaded extension: vpnaas 2026-07-29 20:19:03.988 8 INFO neutron.api.extensions [None req-b2d89b78-d56a-4a56-897b-5d8978ebbf8e - - - - - -] Loaded extension: taas 2026-07-29 20:19:03.989 8 INFO neutron.api.extensions [None req-b2d89b78-d56a-4a56-897b-5d8978ebbf8e - - - - - -] Loaded extension: tap-mirror 2026-07-29 20:19:03.989 8 INFO neutron.api.extensions [None req-b2d89b78-d56a-4a56-897b-5d8978ebbf8e - - - - - -] Loaded extension: taas-vlan-filter 2026-07-29 20:19:03.992 8 INFO neutron.quota.resource_registry [None req-b2d89b78-d56a-4a56-897b-5d8978ebbf8e - - - - - -] Creating instance of TrackedResource for resource:network 2026-07-29 20:19:03.992 8 INFO neutron.quota.resource_registry [None req-b2d89b78-d56a-4a56-897b-5d8978ebbf8e - - - - - -] Creating instance of TrackedResource for resource:subnet 2026-07-29 20:19:03.993 8 INFO neutron.quota.resource_registry [None req-b2d89b78-d56a-4a56-897b-5d8978ebbf8e - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-07-29 20:19:03.993 8 INFO neutron.quota.resource_registry [None req-b2d89b78-d56a-4a56-897b-5d8978ebbf8e - - - - - -] Creating instance of TrackedResource for resource:port 2026-07-29 20:19:03.996 8 INFO neutron.quota.resource_registry [None req-b2d89b78-d56a-4a56-897b-5d8978ebbf8e - - - - - -] Creating instance of TrackedResource for resource:router 2026-07-29 20:19:03.997 8 INFO neutron.quota.resource_registry [None req-b2d89b78-d56a-4a56-897b-5d8978ebbf8e - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-07-29 20:19:04.002 8 INFO neutron.quota.resource_registry [None req-b2d89b78-d56a-4a56-897b-5d8978ebbf8e - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-07-29 20:19:04.003 8 INFO neutron.quota.resource_registry [None req-b2d89b78-d56a-4a56-897b-5d8978ebbf8e - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-07-29 20:19:04.003 8 INFO neutron.quota.resource_registry [None req-b2d89b78-d56a-4a56-897b-5d8978ebbf8e - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-07-29 20:19:04.004 8 INFO neutron.quota.resource_registry [None req-b2d89b78-d56a-4a56-897b-5d8978ebbf8e - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-07-29 20:19:04.004 8 WARNING neutron.quota.resource_registry [None req-b2d89b78-d56a-4a56-897b-5d8978ebbf8e - - - - - -] subnetpool is already registered 2026-07-29 20:19:04.004 8 INFO neutron.quota.resource_registry [None req-b2d89b78-d56a-4a56-897b-5d8978ebbf8e - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-07-29 20:19:04.005 8 WARNING neutron.quota.resource_registry [None req-b2d89b78-d56a-4a56-897b-5d8978ebbf8e - - - - - -] subnetpool is already registered 2026-07-29 20:19:04.005 8 INFO neutron.quota.resource_registry [None req-b2d89b78-d56a-4a56-897b-5d8978ebbf8e - - - - - -] Creating instance of CountableResource for resource:trunk 2026-07-29 20:19:04.005 8 INFO neutron.quota.resource_registry [None req-b2d89b78-d56a-4a56-897b-5d8978ebbf8e - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-07-29 20:19:04.006 8 INFO neutron.quota.resource_registry [None req-b2d89b78-d56a-4a56-897b-5d8978ebbf8e - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-07-29 20:19:04.006 8 INFO neutron.quota.resource_registry [None req-b2d89b78-d56a-4a56-897b-5d8978ebbf8e - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-07-29 20:19:04.007 8 INFO neutron.quota.resource_registry [None req-b2d89b78-d56a-4a56-897b-5d8978ebbf8e - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-07-29 20:19:04.007 8 INFO neutron.quota.resource_registry [None req-b2d89b78-d56a-4a56-897b-5d8978ebbf8e - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-07-29 20:19:04.008 8 INFO neutron.quota.resource_registry [None req-b2d89b78-d56a-4a56-897b-5d8978ebbf8e - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-07-29 20:19:04.008 8 WARNING neutron.quota.resource_registry [None req-b2d89b78-d56a-4a56-897b-5d8978ebbf8e - - - - - -] ipsecpolicy is already registered 2026-07-29 20:19:04.008 8 INFO neutron.quota.resource_registry [None req-b2d89b78-d56a-4a56-897b-5d8978ebbf8e - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-07-29 20:19:04.008 8 WARNING neutron.quota.resource_registry [None req-b2d89b78-d56a-4a56-897b-5d8978ebbf8e - - - - - -] ikepolicy is already registered 2026-07-29 20:19:04.013 8 INFO neutron.quota.resource_registry [None req-b2d89b78-d56a-4a56-897b-5d8978ebbf8e - - - - - -] Creating instance of TrackedResource for resource:router 2026-07-29 20:19:04.013 8 WARNING neutron.quota.resource_registry [None req-b2d89b78-d56a-4a56-897b-5d8978ebbf8e - - - - - -] router is already registered 2026-07-29 20:19:04.013 8 INFO neutron.quota.resource_registry [None req-b2d89b78-d56a-4a56-897b-5d8978ebbf8e - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-07-29 20:19:04.014 8 WARNING neutron.quota.resource_registry [None req-b2d89b78-d56a-4a56-897b-5d8978ebbf8e - - - - - -] floatingip is already registered 2026-07-29 20:19:04.017 8 INFO neutron.quota.resource_registry [None req-b2d89b78-d56a-4a56-897b-5d8978ebbf8e - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-07-29 20:19:04.017 8 WARNING neutron.quota.resource_registry [None req-b2d89b78-d56a-4a56-897b-5d8978ebbf8e - - - - - -] rbac_policy is already registered 2026-07-29 20:19:04.018 8 INFO neutron.quota.resource_registry [None req-b2d89b78-d56a-4a56-897b-5d8978ebbf8e - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-07-29 20:19:04.018 8 WARNING neutron.quota.resource_registry [None req-b2d89b78-d56a-4a56-897b-5d8978ebbf8e - - - - - -] security_group is already registered 2026-07-29 20:19:04.018 8 INFO neutron.quota.resource_registry [None req-b2d89b78-d56a-4a56-897b-5d8978ebbf8e - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-07-29 20:19:04.018 8 WARNING neutron.quota.resource_registry [None req-b2d89b78-d56a-4a56-897b-5d8978ebbf8e - - - - - -] security_group_rule is already registered 2026-07-29 20:19:04.019 8 INFO neutron.quota.resource_registry [None req-b2d89b78-d56a-4a56-897b-5d8978ebbf8e - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-07-29 20:19:04.019 8 WARNING neutron.quota.resource_registry [None req-b2d89b78-d56a-4a56-897b-5d8978ebbf8e - - - - - -] subnetpool is already registered 2026-07-29 20:19:04.020 8 INFO neutron.quota.resource_registry [None req-b2d89b78-d56a-4a56-897b-5d8978ebbf8e - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-07-29 20:19:04.020 8 WARNING neutron.quota.resource_registry [None req-b2d89b78-d56a-4a56-897b-5d8978ebbf8e - - - - - -] subnetpool is already registered 2026-07-29 20:19:04.020 8 INFO neutron.quota.resource_registry [None req-b2d89b78-d56a-4a56-897b-5d8978ebbf8e - - - - - -] Creating instance of CountableResource for resource:trunk 2026-07-29 20:19:04.021 8 WARNING neutron.quota.resource_registry [None req-b2d89b78-d56a-4a56-897b-5d8978ebbf8e - - - - - -] trunk is already registered 2026-07-29 20:19:04.021 8 INFO neutron.quota.resource_registry [None req-b2d89b78-d56a-4a56-897b-5d8978ebbf8e - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-07-29 20:19:04.021 8 WARNING neutron.quota.resource_registry [None req-b2d89b78-d56a-4a56-897b-5d8978ebbf8e - - - - - -] ikepolicy is already registered 2026-07-29 20:19:04.021 8 INFO neutron.quota.resource_registry [None req-b2d89b78-d56a-4a56-897b-5d8978ebbf8e - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-07-29 20:19:04.022 8 WARNING neutron.quota.resource_registry [None req-b2d89b78-d56a-4a56-897b-5d8978ebbf8e - - - - - -] ipsecpolicy is already registered 2026-07-29 20:19:04.022 8 INFO neutron.quota.resource_registry [None req-b2d89b78-d56a-4a56-897b-5d8978ebbf8e - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-07-29 20:19:04.022 8 WARNING neutron.quota.resource_registry [None req-b2d89b78-d56a-4a56-897b-5d8978ebbf8e - - - - - -] endpoint_group is already registered 2026-07-29 20:19:04.022 8 INFO neutron.quota.resource_registry [None req-b2d89b78-d56a-4a56-897b-5d8978ebbf8e - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-07-29 20:19:04.023 8 WARNING neutron.quota.resource_registry [None req-b2d89b78-d56a-4a56-897b-5d8978ebbf8e - - - - - -] vpnservice is already registered 2026-07-29 20:19:04.023 8 INFO neutron.quota.resource_registry [None req-b2d89b78-d56a-4a56-897b-5d8978ebbf8e - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-07-29 20:19:04.023 8 WARNING neutron.quota.resource_registry [None req-b2d89b78-d56a-4a56-897b-5d8978ebbf8e - - - - - -] ipsec_site_connection is already registered 2026-07-29 20:19:04.024 8 INFO neutron.quota.resource_registry [None req-b2d89b78-d56a-4a56-897b-5d8978ebbf8e - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-07-29 20:19:04.024 8 WARNING neutron.quota.resource_registry [None req-b2d89b78-d56a-4a56-897b-5d8978ebbf8e - - - - - -] ipsecpolicy is already registered 2026-07-29 20:19:04.024 8 INFO neutron.quota.resource_registry [None req-b2d89b78-d56a-4a56-897b-5d8978ebbf8e - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-07-29 20:19:04.024 8 WARNING neutron.quota.resource_registry [None req-b2d89b78-d56a-4a56-897b-5d8978ebbf8e - - - - - -] ikepolicy is already registered 2026-07-29 20:19:04.074 8 WARNING keystonemiddleware._common.config [None req-b2d89b78-d56a-4a56-897b-5d8978ebbf8e - - - - - -] The option "audit_map_file" is not known to keystonemiddleware 2026-07-29 20:19:04.082 8 WARNING oslo_config.cfg [None req-b2d89b78-d56a-4a56-897b-5d8978ebbf8e - - - - - -] 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 9 seconds on interpreter 0x7f42d17f1668 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-07-29 20:19:08.504 7 INFO neutron.pecan_wsgi.hooks.translation [None req-74bc6686-764a-4332-890b-bba9d24c1542 f92147a9bb754594b3fca89b5bfa188f 3ea8d1a47d2c4b99890a3d48f07525fa - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 3/3] 162.253.55.222 () {44 vars in 928 bytes} [Wed Jul 29 20:19:06 2026] GET /v2.0/networks/public => generated 108 bytes in 1966 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] 162.253.55.222 () {44 vars in 950 bytes} [Wed Jul 29 20:19:08 2026] GET /v2.0/networks?name=public => generated 15 bytes in 379 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-29 20:19:09.383 7 WARNING neutron.services.revisions.revision_plugin [None req-3098d9db-2173-4750-a9d8-ff2fbb78895a f92147a9bb754594b3fca89b5bfa188f 3ea8d1a47d2c4b99890a3d48f07525fa - - default default] Could not find related network for resource to bump revision. 2026-07-29 20:19:09.412 7 INFO neutron.db.segments_db [None req-3098d9db-2173-4750-a9d8-ff2fbb78895a f92147a9bb754594b3fca89b5bfa188f 3ea8d1a47d2c4b99890a3d48f07525fa - - default default] Added segment bb77fdd9-5d1b-4082-9440-3d724b3bdbe4 of type flat for network d40461c4-ddb1-4a1e-a28c-edc29951f9f8 2026-07-29 20:19:09.467 7 INFO neutron.pecan_wsgi.hooks.translation [None req-3098d9db-2173-4750-a9d8-ff2fbb78895a f92147a9bb754594b3fca89b5bfa188f 3ea8d1a47d2c4b99890a3d48f07525fa - - default default] POST failed (client error): The resource could not be found. [pid: 7|app: 0|req: 4/6] 162.253.55.222 () {48 vars in 968 bytes} [Wed Jul 29 20:19:08 2026] POST /v2.0/networks => generated 124 bytes in 701 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-29 20:19:15.834 8 INFO neutron.pecan_wsgi.hooks.translation [None req-e2aa6028-1cea-4ff2-b4f9-36adc9538b2e f92147a9bb754594b3fca89b5bfa188f 3ea8d1a47d2c4b99890a3d48f07525fa - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 3/7] 162.253.55.222 () {44 vars in 928 bytes} [Wed Jul 29 20:19:15 2026] GET /v2.0/networks/public => generated 108 bytes in 396 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 5/8] 162.253.55.222 () {44 vars in 950 bytes} [Wed Jul 29 20:19:15 2026] GET /v2.0/networks?name=public => generated 15 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-29 20:19:16.151 8 WARNING neutron.services.revisions.revision_plugin [None req-374bb58c-0c66-462e-99d9-769356e41438 f92147a9bb754594b3fca89b5bfa188f 3ea8d1a47d2c4b99890a3d48f07525fa - - default default] Could not find related network for resource to bump revision. 2026-07-29 20:19:16.182 8 INFO neutron.db.segments_db [None req-374bb58c-0c66-462e-99d9-769356e41438 f92147a9bb754594b3fca89b5bfa188f 3ea8d1a47d2c4b99890a3d48f07525fa - - default default] Added segment 69f88910-f1a5-4d97-9cbe-7d0064d6b9bf of type flat for network 42e65c1b-6eb5-47b0-9bbd-f982531a3961 2026-07-29 20:19:16.240 8 INFO neutron.pecan_wsgi.hooks.translation [None req-374bb58c-0c66-462e-99d9-769356e41438 f92147a9bb754594b3fca89b5bfa188f 3ea8d1a47d2c4b99890a3d48f07525fa - - default default] POST failed (client error): The resource could not be found. [pid: 8|app: 0|req: 4/9] 162.253.55.222 () {48 vars in 968 bytes} [Wed Jul 29 20:19:15 2026] POST /v2.0/networks => generated 124 bytes in 437 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-29 20:19:22.212 7 INFO neutron.pecan_wsgi.hooks.translation [None req-c941eca4-9e6e-4cea-882c-380ecbfec3c1 f92147a9bb754594b3fca89b5bfa188f 3ea8d1a47d2c4b99890a3d48f07525fa - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 6/10] 162.253.55.222 () {44 vars in 928 bytes} [Wed Jul 29 20:19:22 2026] GET /v2.0/networks/public => generated 108 bytes in 44 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 5/11] 162.253.55.222 () {44 vars in 950 bytes} [Wed Jul 29 20:19:22 2026] GET /v2.0/networks?name=public => generated 15 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-29 20:19:22.320 7 WARNING neutron.services.revisions.revision_plugin [None req-144d40fe-52e9-45ae-b920-1a4da77609bb f92147a9bb754594b3fca89b5bfa188f 3ea8d1a47d2c4b99890a3d48f07525fa - - default default] Could not find related network for resource to bump revision. 2026-07-29 20:19:22.337 7 INFO neutron.db.segments_db [None req-144d40fe-52e9-45ae-b920-1a4da77609bb f92147a9bb754594b3fca89b5bfa188f 3ea8d1a47d2c4b99890a3d48f07525fa - - default default] Added segment e4c0430e-6a9b-45b0-a6e9-4904eaf64731 of type flat for network d257ba43-6122-4936-8270-8ae8122e8d1f 2026-07-29 20:19:22.360 7 INFO neutron.pecan_wsgi.hooks.translation [None req-144d40fe-52e9-45ae-b920-1a4da77609bb f92147a9bb754594b3fca89b5bfa188f 3ea8d1a47d2c4b99890a3d48f07525fa - - default default] POST failed (client error): The resource could not be found. [pid: 7|app: 0|req: 7/12] 162.253.55.222 () {48 vars in 968 bytes} [Wed Jul 29 20:19:22 2026] POST /v2.0/networks => generated 124 bytes in 158 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-29 20:19:28.376 7 INFO neutron.pecan_wsgi.hooks.translation [None req-8de074c5-8a6d-47df-ab68-ba7d82fc4c05 f92147a9bb754594b3fca89b5bfa188f 3ea8d1a47d2c4b99890a3d48f07525fa - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 8/14] 162.253.55.222 () {44 vars in 928 bytes} [Wed Jul 29 20:19:28 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: 7/15] 162.253.55.222 () {44 vars in 950 bytes} [Wed Jul 29 20:19:28 2026] GET /v2.0/networks?name=public => generated 15 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-29 20:19:28.769 7 WARNING neutron.services.revisions.revision_plugin [None req-552aeeef-1ccb-4e85-b68d-d8412d1ca13f f92147a9bb754594b3fca89b5bfa188f 3ea8d1a47d2c4b99890a3d48f07525fa - - default default] Could not find related network for resource to bump revision. 2026-07-29 20:19:28.789 7 INFO neutron.db.segments_db [None req-552aeeef-1ccb-4e85-b68d-d8412d1ca13f f92147a9bb754594b3fca89b5bfa188f 3ea8d1a47d2c4b99890a3d48f07525fa - - default default] Added segment 986a1941-c853-4308-84c3-50c181008241 of type flat for network d953098d-3b0f-4790-bd88-de63b9e9782d 2026-07-29 20:19:28.830 7 INFO neutron.pecan_wsgi.hooks.translation [None req-552aeeef-1ccb-4e85-b68d-d8412d1ca13f f92147a9bb754594b3fca89b5bfa188f 3ea8d1a47d2c4b99890a3d48f07525fa - - default default] POST failed (client error): The resource could not be found. [pid: 7|app: 0|req: 9/16] 162.253.55.222 () {48 vars in 968 bytes} [Wed Jul 29 20:19:28 2026] POST /v2.0/networks => generated 124 bytes in 522 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-29 20:19:34.922 8 INFO neutron.pecan_wsgi.hooks.translation [None req-88e604ef-0bb2-4317-9f5c-4b98c0f6b7d8 f92147a9bb754594b3fca89b5bfa188f 3ea8d1a47d2c4b99890a3d48f07525fa - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 8/17] 162.253.55.222 () {44 vars in 928 bytes} [Wed Jul 29 20:19:34 2026] GET /v2.0/networks/public => generated 108 bytes in 95 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 10/18] 162.253.55.222 () {44 vars in 950 bytes} [Wed Jul 29 20:19:34 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-07-29 20:19:35.260 8 WARNING neutron.services.revisions.revision_plugin [None req-cbe19c5f-451c-4b98-abb9-2e52595ec4b4 f92147a9bb754594b3fca89b5bfa188f 3ea8d1a47d2c4b99890a3d48f07525fa - - default default] Could not find related network for resource to bump revision. 2026-07-29 20:19:35.282 8 INFO neutron.db.segments_db [None req-cbe19c5f-451c-4b98-abb9-2e52595ec4b4 f92147a9bb754594b3fca89b5bfa188f 3ea8d1a47d2c4b99890a3d48f07525fa - - default default] Added segment a329ba8a-81e1-4747-a5bb-5bc36cab2790 of type flat for network bb7bfea3-6365-441c-b690-ae3b69156416 [pid: 8|app: 0|req: 9/19] 162.253.55.222 () {48 vars in 968 bytes} [Wed Jul 29 20:19:34 2026] POST /v2.0/networks => generated 706 bytes in 964 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-29 20:19:37.782 7 INFO neutron.pecan_wsgi.hooks.translation [None req-5b19b82e-fa1c-438a-bd7e-5c125f03f51b f92147a9bb754594b3fca89b5bfa188f 3ea8d1a47d2c4b99890a3d48f07525fa - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 11/20] 162.253.55.222 () {44 vars in 928 bytes} [Wed Jul 29 20:19:37 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: 10/21] 162.253.55.222 () {44 vars in 950 bytes} [Wed Jul 29 20:19:37 2026] GET /v2.0/networks?name=public => generated 709 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-29 20:19:37.855 7 INFO neutron.pecan_wsgi.hooks.translation [None req-bd76512f-6776-43c6-969e-f3b2356d2a9e f92147a9bb754594b3fca89b5bfa188f 3ea8d1a47d2c4b99890a3d48f07525fa - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 12/22] 162.253.55.222 () {44 vars in 1035 bytes} [Wed Jul 29 20:19:37 2026] GET /v2.0/subnets/public-subnet?network_id=bb7bfea3-6365-441c-b690-ae3b69156416 => generated 113 bytes in 23 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 11/23] 162.253.55.222 () {44 vars in 1058 bytes} [Wed Jul 29 20:19:37 2026] GET /v2.0/subnets?name=public-subnet&network_id=bb7bfea3-6365-441c-b690-ae3b69156416 => generated 14 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 13/24] 162.253.55.222 () {48 vars in 966 bytes} [Wed Jul 29 20:19:37 2026] POST /v2.0/subnets => generated 664 bytes in 539 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-29 20:24:51.003 8 INFO neutron.pecan_wsgi.hooks.translation [None req-457c350b-42d8-4f4f-8f0d-7e085bbc177a f92147a9bb754594b3fca89b5bfa188f 3ea8d1a47d2c4b99890a3d48f07525fa - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 32/65] 162.253.55.222 () {44 vars in 938 bytes} [Wed Jul 29 20:24:50 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 112 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 34/66] 162.253.55.222 () {44 vars in 960 bytes} [Wed Jul 29 20:24:51 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 15 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-29 20:24:51.125 8 INFO neutron.db.segments_db [None req-b64e0f77-737b-4c5a-9be6-3205fc62bb50 f92147a9bb754594b3fca89b5bfa188f 3ea8d1a47d2c4b99890a3d48f07525fa - - default default] Added segment 10a7fdad-96c8-462d-ba15-70210b717f3a of type vxlan for network 89c4e407-7db3-4da2-b2c2-aebfa4ff3f27 [pid: 8|app: 0|req: 33/67] 162.253.55.222 () {48 vars in 967 bytes} [Wed Jul 29 20:24:51 2026] POST /v2.0/networks => generated 688 bytes in 259 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-29 20:24:52.267 7 INFO neutron.pecan_wsgi.hooks.translation [None req-20492e6e-95d5-4ee5-8324-97681d823b7e f92147a9bb754594b3fca89b5bfa188f 3ea8d1a47d2c4b99890a3d48f07525fa - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 35/68] 162.253.55.222 () {44 vars in 938 bytes} [Wed Jul 29 20:24:52 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 56 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 34/69] 162.253.55.222 () {44 vars in 960 bytes} [Wed Jul 29 20:24:52 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 691 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-29 20:24:52.328 7 INFO neutron.pecan_wsgi.hooks.translation [None req-1432d483-2911-4b43-9fd1-c68a96ed57d5 f92147a9bb754594b3fca89b5bfa188f 3ea8d1a47d2c4b99890a3d48f07525fa - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 36/70] 162.253.55.222 () {44 vars in 1037 bytes} [Wed Jul 29 20:24:52 2026] GET /v2.0/subnets/lb-mgmt-subnet?network_id=89c4e407-7db3-4da2-b2c2-aebfa4ff3f27 => generated 114 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 35/71] 162.253.55.222 () {44 vars in 1060 bytes} [Wed Jul 29 20:24:52 2026] GET /v2.0/subnets?name=lb-mgmt-subnet&network_id=89c4e407-7db3-4da2-b2c2-aebfa4ff3f27 => generated 14 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 37/72] 162.253.55.222 () {48 vars in 966 bytes} [Wed Jul 29 20:24:52 2026] POST /v2.0/subnets => generated 651 bytes in 321 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-29 20:24:53.749 8 INFO neutron.api.v2.resource [None req-0125ff85-789f-4e28-ba32-b8505a4bf456 f92147a9bb754594b3fca89b5bfa188f 3ea8d1a47d2c4b99890a3d48f07525fa - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 36/73] 162.253.55.222 () {44 vars in 972 bytes} [Wed Jul 29 20:24:53 2026] GET /v2.0/security-groups/lb-health-mgr-sec-grp => generated 131 bytes in 42 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 38/74] 162.253.55.222 () {44 vars in 994 bytes} [Wed Jul 29 20:24:53 2026] GET /v2.0/security-groups?name=lb-health-mgr-sec-grp => generated 23 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 37/75] 162.253.55.222 () {48 vars in 981 bytes} [Wed Jul 29 20:24:53 2026] POST /v2.0/security-groups => generated 1616 bytes in 231 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 40/78] 162.253.55.222 () {44 vars in 1002 bytes} [Wed Jul 29 20:24:55 2026] GET /v2.0/security-groups/d0b445af-8d80-4cd8-ab5a-6923faf99cd1 => generated 1616 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 39/79] 162.253.55.222 () {44 vars in 1002 bytes} [Wed Jul 29 20:24:55 2026] GET /v2.0/security-groups/d0b445af-8d80-4cd8-ab5a-6923faf99cd1 => generated 1616 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 41/80] 162.253.55.222 () {44 vars in 1002 bytes} [Wed Jul 29 20:24:55 2026] GET /v2.0/security-groups/d0b445af-8d80-4cd8-ab5a-6923faf99cd1 => generated 1616 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 40/81] 162.253.55.222 () {48 vars in 992 bytes} [Wed Jul 29 20:24:55 2026] POST /v2.0/security-group-rules => generated 601 bytes in 207 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 42/82] 162.253.55.222 () {44 vars in 1002 bytes} [Wed Jul 29 20:24:56 2026] GET /v2.0/security-groups/d0b445af-8d80-4cd8-ab5a-6923faf99cd1 => generated 2230 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 41/83] 162.253.55.222 () {44 vars in 1002 bytes} [Wed Jul 29 20:24:56 2026] GET /v2.0/security-groups/d0b445af-8d80-4cd8-ab5a-6923faf99cd1 => generated 2230 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 43/84] 162.253.55.222 () {44 vars in 1002 bytes} [Wed Jul 29 20:24:56 2026] GET /v2.0/security-groups/d0b445af-8d80-4cd8-ab5a-6923faf99cd1 => generated 2230 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 42/85] 162.253.55.222 () {48 vars in 992 bytes} [Wed Jul 29 20:24:56 2026] POST /v2.0/security-group-rules => generated 603 bytes in 239 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 44/86] 162.253.55.222 () {44 vars in 1002 bytes} [Wed Jul 29 20:24:57 2026] GET /v2.0/security-groups/d0b445af-8d80-4cd8-ab5a-6923faf99cd1 => generated 2846 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 43/87] 162.253.55.222 () {44 vars in 1002 bytes} [Wed Jul 29 20:24:57 2026] GET /v2.0/security-groups/d0b445af-8d80-4cd8-ab5a-6923faf99cd1 => generated 2846 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 45/88] 162.253.55.222 () {44 vars in 1002 bytes} [Wed Jul 29 20:24:57 2026] GET /v2.0/security-groups/d0b445af-8d80-4cd8-ab5a-6923faf99cd1 => generated 2846 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 44/89] 162.253.55.222 () {48 vars in 992 bytes} [Wed Jul 29 20:24:57 2026] POST /v2.0/security-group-rules => generated 603 bytes in 192 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 46/90] 162.253.55.222 () {44 vars in 1002 bytes} [Wed Jul 29 20:24:58 2026] GET /v2.0/security-groups/d0b445af-8d80-4cd8-ab5a-6923faf99cd1 => generated 3462 bytes in 91 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 45/91] 162.253.55.222 () {44 vars in 1002 bytes} [Wed Jul 29 20:24:58 2026] GET /v2.0/security-groups/d0b445af-8d80-4cd8-ab5a-6923faf99cd1 => generated 3462 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 47/92] 162.253.55.222 () {44 vars in 1002 bytes} [Wed Jul 29 20:24:58 2026] GET /v2.0/security-groups/d0b445af-8d80-4cd8-ab5a-6923faf99cd1 => 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: 46/93] 162.253.55.222 () {48 vars in 992 bytes} [Wed Jul 29 20:24:58 2026] POST /v2.0/security-group-rules => generated 603 bytes in 198 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 48/94] 162.253.55.222 () {44 vars in 1002 bytes} [Wed Jul 29 20:24:59 2026] GET /v2.0/security-groups/d0b445af-8d80-4cd8-ab5a-6923faf99cd1 => generated 4078 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 47/95] 162.253.55.222 () {44 vars in 1002 bytes} [Wed Jul 29 20:24:59 2026] GET /v2.0/security-groups/d0b445af-8d80-4cd8-ab5a-6923faf99cd1 => 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: 49/96] 162.253.55.222 () {44 vars in 1002 bytes} [Wed Jul 29 20:24:59 2026] GET /v2.0/security-groups/d0b445af-8d80-4cd8-ab5a-6923faf99cd1 => generated 4078 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 48/97] 162.253.55.222 () {48 vars in 992 bytes} [Wed Jul 29 20:24:59 2026] POST /v2.0/security-group-rules => generated 603 bytes in 206 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 50/98] 162.253.55.222 () {44 vars in 988 bytes} [Wed Jul 29 20:25:01 2026] GET /v2.0/networks/89c4e407-7db3-4da2-b2c2-aebfa4ff3f27 => generated 732 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-29 20:25:01.313 8 INFO neutron.pecan_wsgi.hooks.translation [None req-0a842de9-8076-4c3a-af78-89e412c9173d f92147a9bb754594b3fca89b5bfa188f 3ea8d1a47d2c4b99890a3d48f07525fa - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 49/99] 162.253.55.222 () {44 vars in 1077 bytes} [Wed Jul 29 20:25:01 2026] GET /v2.0/ports/octavia-health-manager-port-instance?network_id=89c4e407-7db3-4da2-b2c2-aebfa4ff3f27 => generated 132 bytes in 40 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 51/100] 162.253.55.222 () {44 vars in 1100 bytes} [Wed Jul 29 20:25:01 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance&network_id=89c4e407-7db3-4da2-b2c2-aebfa4ff3f27 => generated 12 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 50/101] 162.253.55.222 () {44 vars in 1002 bytes} [Wed Jul 29 20:25:01 2026] GET /v2.0/security-groups/d0b445af-8d80-4cd8-ab5a-6923faf99cd1 => generated 4694 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 52/102] 162.253.55.222 () {48 vars in 962 bytes} [Wed Jul 29 20:25:01 2026] POST /v2.0/ports => generated 1100 bytes in 455 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-07-29 20:25:09.333 8 INFO neutron.pecan_wsgi.hooks.translation [None req-73599c29-e270-40ed-ad32-5cae7de3ecbe f92147a9bb754594b3fca89b5bfa188f 3ea8d1a47d2c4b99890a3d48f07525fa - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 51/103] 162.253.55.222 () {44 vars in 980 bytes} [Wed Jul 29 20:25:09 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 44 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: 53/104] 162.253.55.222 () {44 vars in 1002 bytes} [Wed Jul 29 20:25:09 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1103 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 52/107] 162.253.55.222 () {48 vars in 1032 bytes} [Wed Jul 29 20:25:09 2026] PUT /v2.0/ports/6923e7d7-33d8-454c-b7f2-54c80021018d => generated 1249 bytes in 869 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 56/108] 162.253.55.222 () {44 vars in 921 bytes} [Wed Jul 29 20:25:12 2026] GET /v2.0/ports => generated 3730 bytes in 495 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-07-29 20:25:13.609 8 INFO neutron.api.v2.resource [None req-e01265c7-abc5-42f7-b374-ecd4b04d317f f92147a9bb754594b3fca89b5bfa188f 3ea8d1a47d2c4b99890a3d48f07525fa - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 53/109] 162.253.55.222 () {44 vars in 960 bytes} [Wed Jul 29 20:25:13 2026] GET /v2.0/security-groups/lb-mgmt-sec-grp => generated 125 bytes in 39 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 57/110] 162.253.55.222 () {44 vars in 982 bytes} [Wed Jul 29 20:25:13 2026] GET /v2.0/security-groups?name=lb-mgmt-sec-grp => generated 23 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 54/111] 162.253.55.222 () {48 vars in 981 bytes} [Wed Jul 29 20:25:13 2026] POST /v2.0/security-groups => generated 1610 bytes in 249 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 58/112] 162.253.55.222 () {44 vars in 1002 bytes} [Wed Jul 29 20:25:14 2026] GET /v2.0/security-groups/5df672d8-9467-49bf-b7c3-673bc69e9d26 => generated 1610 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 55/113] 162.253.55.222 () {44 vars in 1002 bytes} [Wed Jul 29 20:25:14 2026] GET /v2.0/security-groups/5df672d8-9467-49bf-b7c3-673bc69e9d26 => generated 1610 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 59/114] 162.253.55.222 () {44 vars in 1002 bytes} [Wed Jul 29 20:25:14 2026] GET /v2.0/security-groups/5df672d8-9467-49bf-b7c3-673bc69e9d26 => generated 1610 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 56/115] 162.253.55.222 () {48 vars in 992 bytes} [Wed Jul 29 20:25:14 2026] POST /v2.0/security-group-rules => generated 623 bytes in 209 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 60/116] 162.253.55.222 () {44 vars in 1002 bytes} [Wed Jul 29 20:25:16 2026] GET /v2.0/security-groups/5df672d8-9467-49bf-b7c3-673bc69e9d26 => generated 2246 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 57/117] 162.253.55.222 () {44 vars in 1002 bytes} [Wed Jul 29 20:25:16 2026] GET /v2.0/security-groups/5df672d8-9467-49bf-b7c3-673bc69e9d26 => generated 2246 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 61/118] 162.253.55.222 () {44 vars in 1002 bytes} [Wed Jul 29 20:25:16 2026] GET /v2.0/security-groups/5df672d8-9467-49bf-b7c3-673bc69e9d26 => generated 2246 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 58/119] 162.253.55.222 () {48 vars in 992 bytes} [Wed Jul 29 20:25:16 2026] POST /v2.0/security-group-rules => generated 627 bytes in 259 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 67/130] 162.253.55.222 () {44 vars in 976 bytes} [Wed Jul 29 20:26:29 2026] GET /v2.0/quotas/3ea8d1a47d2c4b99890a3d48f07525fa => generated 292 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 64/131] 162.253.55.222 () {48 vars in 1028 bytes} [Wed Jul 29 20:26:30 2026] PUT /v2.0/quotas/3ea8d1a47d2c4b99890a3d48f07525fa => generated 291 bytes in 89 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-07-29 20:31:41.866 8 INFO neutron.pecan_wsgi.hooks.translation [None req-e78df42c-ce54-499b-a9f9-2298d36ab488 f92147a9bb754594b3fca89b5bfa188f 3ea8d1a47d2c4b99890a3d48f07525fa - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 86/174] 162.253.55.222 () {30 vars in 741 bytes} [Wed Jul 29 20:31:41 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 210 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: 89/175] 162.253.55.222 () {30 vars in 763 bytes} [Wed Jul 29 20:31:41 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1252 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-29 20:31:43.836 8 INFO neutron.pecan_wsgi.hooks.translation [None req-dac38995-22e2-4285-ab30-a6d30590d79e f92147a9bb754594b3fca89b5bfa188f 3ea8d1a47d2c4b99890a3d48f07525fa - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 87/176] 162.253.55.222 () {30 vars in 741 bytes} [Wed Jul 29 20:31:43 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 54 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 90/177] 162.253.55.222 () {30 vars in 763 bytes} [Wed Jul 29 20:31:43 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-07-29 20:40:13.242 8 INFO neutron.api.v2.resource [None req-206ec383-b51c-4060-bb8a-540a1652b959 f92147a9bb754594b3fca89b5bfa188f 3ea8d1a47d2c4b99890a3d48f07525fa - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 122/246] 162.253.55.222 () {44 vars in 1075 bytes} [Wed Jul 29 20:40:13 2026] GET /v2.0/security-groups/manila-service-security-group?project_id=e28ad76f0c6348debdce5503614afdff => generated 139 bytes in 150 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 125/247] 162.253.55.222 () {44 vars in 1098 bytes} [Wed Jul 29 20:40:13 2026] GET /v2.0/security-groups?name=manila-service-security-group&project_id=e28ad76f0c6348debdce5503614afdff => generated 23 bytes in 176 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 123/248] 162.253.55.222 () {48 vars in 982 bytes} [Wed Jul 29 20:40:13 2026] POST /v2.0/security-groups => generated 1624 bytes in 232 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 126/249] 162.253.55.222 () {44 vars in 1089 bytes} [Wed Jul 29 20:40:14 2026] GET /v2.0/security-groups/e531cb98-8ad0-4ff2-b131-4fb8c1a0eecd?project_id=e28ad76f0c6348debdce5503614afdff => generated 1624 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 124/250] 162.253.55.222 () {44 vars in 1002 bytes} [Wed Jul 29 20:40:14 2026] GET /v2.0/security-groups/e531cb98-8ad0-4ff2-b131-4fb8c1a0eecd => generated 1624 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 127/251] 162.253.55.222 () {44 vars in 1089 bytes} [Wed Jul 29 20:40:14 2026] GET /v2.0/security-groups/e531cb98-8ad0-4ff2-b131-4fb8c1a0eecd?project_id=e28ad76f0c6348debdce5503614afdff => generated 1624 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 125/252] 162.253.55.222 () {48 vars in 992 bytes} [Wed Jul 29 20:40:15 2026] POST /v2.0/security-group-rules => generated 597 bytes in 234 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 128/253] 162.253.55.222 () {44 vars in 1089 bytes} [Wed Jul 29 20:40:16 2026] GET /v2.0/security-groups/e531cb98-8ad0-4ff2-b131-4fb8c1a0eecd?project_id=e28ad76f0c6348debdce5503614afdff => generated 2234 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 126/254] 162.253.55.222 () {44 vars in 1002 bytes} [Wed Jul 29 20:40:16 2026] GET /v2.0/security-groups/e531cb98-8ad0-4ff2-b131-4fb8c1a0eecd => generated 2234 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 129/255] 162.253.55.222 () {44 vars in 1089 bytes} [Wed Jul 29 20:40:16 2026] GET /v2.0/security-groups/e531cb98-8ad0-4ff2-b131-4fb8c1a0eecd?project_id=e28ad76f0c6348debdce5503614afdff => generated 2234 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 127/256] 162.253.55.222 () {48 vars in 992 bytes} [Wed Jul 29 20:40:16 2026] POST /v2.0/security-group-rules => generated 599 bytes in 196 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 130/257] 162.253.55.222 () {44 vars in 1089 bytes} [Wed Jul 29 20:40:17 2026] GET /v2.0/security-groups/e531cb98-8ad0-4ff2-b131-4fb8c1a0eecd?project_id=e28ad76f0c6348debdce5503614afdff => generated 2846 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 128/258] 162.253.55.222 () {44 vars in 1002 bytes} [Wed Jul 29 20:40:17 2026] GET /v2.0/security-groups/e531cb98-8ad0-4ff2-b131-4fb8c1a0eecd => generated 2846 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 131/259] 162.253.55.222 () {44 vars in 1089 bytes} [Wed Jul 29 20:40:17 2026] GET /v2.0/security-groups/e531cb98-8ad0-4ff2-b131-4fb8c1a0eecd?project_id=e28ad76f0c6348debdce5503614afdff => generated 2846 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 129/260] 162.253.55.222 () {48 vars in 992 bytes} [Wed Jul 29 20:40:17 2026] POST /v2.0/security-group-rules => generated 601 bytes in 201 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 132/261] 162.253.55.222 () {44 vars in 1089 bytes} [Wed Jul 29 20:40:18 2026] GET /v2.0/security-groups/e531cb98-8ad0-4ff2-b131-4fb8c1a0eecd?project_id=e28ad76f0c6348debdce5503614afdff => generated 3460 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 130/262] 162.253.55.222 () {44 vars in 1002 bytes} [Wed Jul 29 20:40:19 2026] GET /v2.0/security-groups/e531cb98-8ad0-4ff2-b131-4fb8c1a0eecd => generated 3460 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 133/263] 162.253.55.222 () {44 vars in 1089 bytes} [Wed Jul 29 20:40:19 2026] GET /v2.0/security-groups/e531cb98-8ad0-4ff2-b131-4fb8c1a0eecd?project_id=e28ad76f0c6348debdce5503614afdff => generated 3460 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 131/264] 162.253.55.222 () {48 vars in 992 bytes} [Wed Jul 29 20:40:19 2026] POST /v2.0/security-group-rules => generated 602 bytes in 213 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 160/317] 162.253.55.222 () {30 vars in 740 bytes} [Wed Jul 29 20:46:46 2026] GET /v2.0/networks?tenant_id=e28ad76f0c6348debdce5503614afdff&shared=False => generated 15 bytes in 169 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-29 20:46:46.461 8 INFO neutron.db.segments_db [None req-001afaad-e3f6-413e-9b8a-a4e081675ba0 8f31fdb944f64995bb9278d900a873c7 e28ad76f0c6348debdce5503614afdff - - 4dfbd4a976d24d788948f0564ee7f10a 4dfbd4a976d24d788948f0564ee7f10a] Added segment fe29e6cc-0a14-4325-b905-8638335b0422 of type vxlan for network f2ca70e1-6bc9-44de-9f9b-940455e804f6 [pid: 8|app: 0|req: 158/318] 162.253.55.222 () {34 vars in 682 bytes} [Wed Jul 29 20:46:46 2026] POST /v2.0/networks => generated 699 bytes in 233 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 161/319] 162.253.55.222 () {30 vars in 722 bytes} [Wed Jul 29 20:46:46 2026] GET /v2.0/ports?device_id=manila-share&binding%3Ahost_id=instance => generated 12 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 159/320] 162.253.55.222 () {30 vars in 633 bytes} [Wed Jul 29 20:46:46 2026] GET /v2.0/extensions => generated 21537 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 162/321] 162.253.55.222 () {34 vars in 677 bytes} [Wed Jul 29 20:46:46 2026] POST /v2.0/ports => generated 999 bytes in 647 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 160/322] 162.253.55.222 () {30 vars in 703 bytes} [Wed Jul 29 20:46:47 2026] GET /v2.0/networks/f2ca70e1-6bc9-44de-9f9b-940455e804f6 => generated 705 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 163/323] 162.253.55.222 () {30 vars in 722 bytes} [Wed Jul 29 20:46:49 2026] GET /v2.0/ports?device_id=manila-share&binding%3Ahost_id=instance => generated 1004 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 161/324] 162.253.55.222 () {30 vars in 703 bytes} [Wed Jul 29 20:46:49 2026] GET /v2.0/networks/f2ca70e1-6bc9-44de-9f9b-940455e804f6 => generated 705 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 163/327] 162.253.55.222 () {44 vars in 976 bytes} [Wed Jul 29 20:47:02 2026] GET /v2.0/quotas/e28ad76f0c6348debdce5503614afdff => generated 292 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 165/328] 162.253.55.222 () {48 vars in 1028 bytes} [Wed Jul 29 20:47:02 2026] PUT /v2.0/quotas/e28ad76f0c6348debdce5503614afdff => generated 291 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-29 21:01:16.225 8 INFO neutron.pecan_wsgi.hooks.translation [None req-08ed11de-a6ee-42c2-9731-1695ee99c502 f92147a9bb754594b3fca89b5bfa188f 3ea8d1a47d2c4b99890a3d48f07525fa - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 221/443] 162.253.55.222 () {44 vars in 928 bytes} [Wed Jul 29 21:01:16 2026] GET /v2.0/networks/public => generated 108 bytes in 160 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 223/444] 162.253.55.222 () {44 vars in 950 bytes} [Wed Jul 29 21:01:16 2026] GET /v2.0/networks?name=public => generated 753 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-29 21:01:17.697 8 INFO neutron.pecan_wsgi.hooks.translation [None req-074e54da-5550-4d28-bba7-4746e352b3ee f92147a9bb754594b3fca89b5bfa188f 3ea8d1a47d2c4b99890a3d48f07525fa - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 222/445] 162.253.55.222 () {44 vars in 928 bytes} [Wed Jul 29 21:01:17 2026] GET /v2.0/networks/public => generated 108 bytes in 49 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 224/446] 162.253.55.222 () {44 vars in 950 bytes} [Wed Jul 29 21:01:17 2026] GET /v2.0/networks?name=public => generated 753 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-29 21:01:17.767 8 INFO neutron.pecan_wsgi.hooks.translation [None req-01fdb0e9-1c14-47db-b82d-28e45d4418d9 f92147a9bb754594b3fca89b5bfa188f 3ea8d1a47d2c4b99890a3d48f07525fa - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 223/447] 162.253.55.222 () {44 vars in 1035 bytes} [Wed Jul 29 21:01:17 2026] GET /v2.0/subnets/public-subnet?network_id=bb7bfea3-6365-441c-b690-ae3b69156416 => generated 113 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 225/448] 162.253.55.222 () {44 vars in 1058 bytes} [Wed Jul 29 21:01:17 2026] GET /v2.0/subnets?name=public-subnet&network_id=bb7bfea3-6365-441c-b690-ae3b69156416 => generated 667 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-29 21:01:49.308 8 INFO neutron.pecan_wsgi.hooks.translation [None req-613b367c-f8d8-420f-a520-6824431aa18c f92147a9bb754594b3fca89b5bfa188f 3ea8d1a47d2c4b99890a3d48f07525fa - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 226/453] 162.253.55.222 () {44 vars in 938 bytes} [Wed Jul 29 21:01:49 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 56 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 228/454] 162.253.55.222 () {44 vars in 960 bytes} [Wed Jul 29 21:01:49 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 735 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-29 21:01:50.346 8 INFO neutron.pecan_wsgi.hooks.translation [None req-b1a2ea0c-d859-4a49-b561-fe7febe0e671 f92147a9bb754594b3fca89b5bfa188f 3ea8d1a47d2c4b99890a3d48f07525fa - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 227/455] 162.253.55.222 () {44 vars in 938 bytes} [Wed Jul 29 21:01:50 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 43 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 229/456] 162.253.55.222 () {44 vars in 960 bytes} [Wed Jul 29 21:01:50 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 735 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-29 21:01:50.409 8 INFO neutron.pecan_wsgi.hooks.translation [None req-e20e803e-cddf-4def-913c-12278fb00252 f92147a9bb754594b3fca89b5bfa188f 3ea8d1a47d2c4b99890a3d48f07525fa - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 228/457] 162.253.55.222 () {44 vars in 1037 bytes} [Wed Jul 29 21:01:50 2026] GET /v2.0/subnets/lb-mgmt-subnet?network_id=89c4e407-7db3-4da2-b2c2-aebfa4ff3f27 => generated 114 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 230/458] 162.253.55.222 () {44 vars in 1060 bytes} [Wed Jul 29 21:01:50 2026] GET /v2.0/subnets?name=lb-mgmt-subnet&network_id=89c4e407-7db3-4da2-b2c2-aebfa4ff3f27 => generated 654 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-29 21:01:51.515 8 INFO neutron.api.v2.resource [None req-91e90630-e724-424e-98d2-0053722c582d f92147a9bb754594b3fca89b5bfa188f 3ea8d1a47d2c4b99890a3d48f07525fa - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 229/459] 162.253.55.222 () {44 vars in 972 bytes} [Wed Jul 29 21:01:51 2026] GET /v2.0/security-groups/lb-health-mgr-sec-grp => generated 131 bytes in 46 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 231/460] 162.253.55.222 () {44 vars in 994 bytes} [Wed Jul 29 21:01:51 2026] GET /v2.0/security-groups?name=lb-health-mgr-sec-grp => generated 4690 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 230/461] 162.253.55.222 () {44 vars in 1002 bytes} [Wed Jul 29 21:01:52 2026] GET /v2.0/security-groups/d0b445af-8d80-4cd8-ab5a-6923faf99cd1 => generated 4694 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 232/462] 162.253.55.222 () {44 vars in 1002 bytes} [Wed Jul 29 21:01:52 2026] GET /v2.0/security-groups/d0b445af-8d80-4cd8-ab5a-6923faf99cd1 => generated 4694 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 231/463] 162.253.55.222 () {44 vars in 1012 bytes} [Wed Jul 29 21:01:52 2026] GET /v2.0/security-group-rules/f956a1e5-1870-4fcb-ab0a-847d4014bc28 => generated 601 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 233/464] 162.253.55.222 () {44 vars in 1002 bytes} [Wed Jul 29 21:01:53 2026] GET /v2.0/security-groups/d0b445af-8d80-4cd8-ab5a-6923faf99cd1 => generated 4694 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 232/465] 162.253.55.222 () {44 vars in 1002 bytes} [Wed Jul 29 21:01:53 2026] GET /v2.0/security-groups/d0b445af-8d80-4cd8-ab5a-6923faf99cd1 => generated 4694 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 234/466] 162.253.55.222 () {44 vars in 1012 bytes} [Wed Jul 29 21:01:53 2026] GET /v2.0/security-group-rules/dca55796-01e4-4609-b9b2-d1f9ab6e8039 => generated 603 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 234/469] 162.253.55.222 () {44 vars in 1002 bytes} [Wed Jul 29 21:01:54 2026] GET /v2.0/security-groups/d0b445af-8d80-4cd8-ab5a-6923faf99cd1 => generated 4694 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 236/470] 162.253.55.222 () {44 vars in 1002 bytes} [Wed Jul 29 21:01:54 2026] GET /v2.0/security-groups/d0b445af-8d80-4cd8-ab5a-6923faf99cd1 => generated 4694 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 235/471] 162.253.55.222 () {44 vars in 1012 bytes} [Wed Jul 29 21:01:54 2026] GET /v2.0/security-group-rules/2f878fa1-d074-43ff-8ec0-c671a43cfd17 => 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: 237/472] 162.253.55.222 () {44 vars in 1002 bytes} [Wed Jul 29 21:01:55 2026] GET /v2.0/security-groups/d0b445af-8d80-4cd8-ab5a-6923faf99cd1 => generated 4694 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 236/473] 162.253.55.222 () {44 vars in 1002 bytes} [Wed Jul 29 21:01:55 2026] GET /v2.0/security-groups/d0b445af-8d80-4cd8-ab5a-6923faf99cd1 => generated 4694 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 238/474] 162.253.55.222 () {44 vars in 1012 bytes} [Wed Jul 29 21:01:55 2026] GET /v2.0/security-group-rules/3b986771-8311-4d78-ac31-ce9a9e666799 => generated 603 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 237/475] 162.253.55.222 () {44 vars in 1002 bytes} [Wed Jul 29 21:01:56 2026] GET /v2.0/security-groups/d0b445af-8d80-4cd8-ab5a-6923faf99cd1 => generated 4694 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 239/476] 162.253.55.222 () {44 vars in 1002 bytes} [Wed Jul 29 21:01:56 2026] GET /v2.0/security-groups/d0b445af-8d80-4cd8-ab5a-6923faf99cd1 => generated 4694 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 238/477] 162.253.55.222 () {44 vars in 1012 bytes} [Wed Jul 29 21:01:56 2026] GET /v2.0/security-group-rules/2533ad43-5264-4837-b5a4-939832397c5d => generated 603 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 240/478] 162.253.55.222 () {44 vars in 988 bytes} [Wed Jul 29 21:01:57 2026] GET /v2.0/networks/89c4e407-7db3-4da2-b2c2-aebfa4ff3f27 => generated 732 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-29 21:01:57.999 8 INFO neutron.pecan_wsgi.hooks.translation [None req-6f11f806-51b1-410b-88c6-02a5b6157622 f92147a9bb754594b3fca89b5bfa188f 3ea8d1a47d2c4b99890a3d48f07525fa - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 239/479] 162.253.55.222 () {44 vars in 1077 bytes} [Wed Jul 29 21:01:57 2026] GET /v2.0/ports/octavia-health-manager-port-instance?network_id=89c4e407-7db3-4da2-b2c2-aebfa4ff3f27 => generated 132 bytes in 23 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 241/480] 162.253.55.222 () {44 vars in 1100 bytes} [Wed Jul 29 21:01:58 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance&network_id=89c4e407-7db3-4da2-b2c2-aebfa4ff3f27 => generated 1254 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 240/481] 162.253.55.222 () {44 vars in 1002 bytes} [Wed Jul 29 21:01:58 2026] GET /v2.0/security-groups/d0b445af-8d80-4cd8-ab5a-6923faf99cd1 => generated 4694 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-29 21:02:06.771 7 INFO neutron.pecan_wsgi.hooks.translation [None req-d5b23cf1-f7ee-4431-ae99-f3df3224c081 f92147a9bb754594b3fca89b5bfa188f 3ea8d1a47d2c4b99890a3d48f07525fa - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 242/482] 162.253.55.222 () {44 vars in 980 bytes} [Wed Jul 29 21:02:06 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 75 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 241/483] 162.253.55.222 () {44 vars in 1002 bytes} [Wed Jul 29 21:02:06 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1254 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 243/484] 162.253.55.222 () {44 vars in 921 bytes} [Wed Jul 29 21:02:08 2026] GET /v2.0/ports => generated 4725 bytes in 93 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-29 21:02:09.870 8 INFO neutron.api.v2.resource [None req-e60a37da-88c8-4384-81ff-c68e55fa087a f92147a9bb754594b3fca89b5bfa188f 3ea8d1a47d2c4b99890a3d48f07525fa - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 243/487] 162.253.55.222 () {44 vars in 960 bytes} [Wed Jul 29 21:02:09 2026] GET /v2.0/security-groups/lb-mgmt-sec-grp => generated 125 bytes in 61 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 245/488] 162.253.55.222 () {44 vars in 982 bytes} [Wed Jul 29 21:02:09 2026] GET /v2.0/security-groups?name=lb-mgmt-sec-grp => generated 2885 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 244/489] 162.253.55.222 () {44 vars in 1002 bytes} [Wed Jul 29 21:02:11 2026] GET /v2.0/security-groups/5df672d8-9467-49bf-b7c3-673bc69e9d26 => generated 2886 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 246/490] 162.253.55.222 () {44 vars in 1002 bytes} [Wed Jul 29 21:02:11 2026] GET /v2.0/security-groups/5df672d8-9467-49bf-b7c3-673bc69e9d26 => generated 2886 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 245/491] 162.253.55.222 () {44 vars in 1012 bytes} [Wed Jul 29 21:02:11 2026] GET /v2.0/security-group-rules/7025acef-9f86-42d2-9cfc-1a2d0f2054ec => generated 623 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 247/492] 162.253.55.222 () {44 vars in 1002 bytes} [Wed Jul 29 21:02:12 2026] GET /v2.0/security-groups/5df672d8-9467-49bf-b7c3-673bc69e9d26 => generated 2886 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 246/493] 162.253.55.222 () {44 vars in 1002 bytes} [Wed Jul 29 21:02:12 2026] GET /v2.0/security-groups/5df672d8-9467-49bf-b7c3-673bc69e9d26 => generated 2886 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 248/494] 162.253.55.222 () {44 vars in 1012 bytes} [Wed Jul 29 21:02:12 2026] GET /v2.0/security-group-rules/da939d11-1c0d-4a63-8587-43c166bc83c3 => generated 627 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 248/497] 162.253.55.222 () {44 vars in 976 bytes} [Wed Jul 29 21:02:25 2026] GET /v2.0/quotas/3ea8d1a47d2c4b99890a3d48f07525fa => generated 291 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-29 21:03:27.006 8 INFO neutron.api.v2.resource [None req-52cf5c07-489f-4dd2-9ccb-49eca3975060 f92147a9bb754594b3fca89b5bfa188f 3ea8d1a47d2c4b99890a3d48f07525fa - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 253/506] 162.253.55.222 () {44 vars in 1075 bytes} [Wed Jul 29 21:03:26 2026] GET /v2.0/security-groups/manila-service-security-group?project_id=e28ad76f0c6348debdce5503614afdff => 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: 254/507] 162.253.55.222 () {44 vars in 1098 bytes} [Wed Jul 29 21:03:27 2026] GET /v2.0/security-groups?name=manila-service-security-group&project_id=e28ad76f0c6348debdce5503614afdff => generated 4072 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 254/508] 162.253.55.222 () {44 vars in 1089 bytes} [Wed Jul 29 21:03:28 2026] GET /v2.0/security-groups/e531cb98-8ad0-4ff2-b131-4fb8c1a0eecd?project_id=e28ad76f0c6348debdce5503614afdff => generated 4075 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 255/509] 162.253.55.222 () {44 vars in 1002 bytes} [Wed Jul 29 21:03:28 2026] GET /v2.0/security-groups/e531cb98-8ad0-4ff2-b131-4fb8c1a0eecd => generated 4075 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 255/510] 162.253.55.222 () {44 vars in 1012 bytes} [Wed Jul 29 21:03:28 2026] GET /v2.0/security-group-rules/5d68c7f1-8f1b-4744-9697-9e73ec4c8092 => generated 597 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 256/511] 162.253.55.222 () {44 vars in 1089 bytes} [Wed Jul 29 21:03:29 2026] GET /v2.0/security-groups/e531cb98-8ad0-4ff2-b131-4fb8c1a0eecd?project_id=e28ad76f0c6348debdce5503614afdff => generated 4075 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 256/512] 162.253.55.222 () {44 vars in 1002 bytes} [Wed Jul 29 21:03:29 2026] GET /v2.0/security-groups/e531cb98-8ad0-4ff2-b131-4fb8c1a0eecd => generated 4075 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 257/513] 162.253.55.222 () {44 vars in 1012 bytes} [Wed Jul 29 21:03:29 2026] GET /v2.0/security-group-rules/30fb600c-34cc-442b-8fea-bcef59348e5f => generated 599 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 257/514] 162.253.55.222 () {44 vars in 1089 bytes} [Wed Jul 29 21:03:30 2026] GET /v2.0/security-groups/e531cb98-8ad0-4ff2-b131-4fb8c1a0eecd?project_id=e28ad76f0c6348debdce5503614afdff => generated 4075 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 258/515] 162.253.55.222 () {44 vars in 1002 bytes} [Wed Jul 29 21:03:30 2026] GET /v2.0/security-groups/e531cb98-8ad0-4ff2-b131-4fb8c1a0eecd => generated 4075 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 258/516] 162.253.55.222 () {44 vars in 1012 bytes} [Wed Jul 29 21:03:30 2026] GET /v2.0/security-group-rules/a63f7877-c65d-4067-a84f-fe31fcae23e9 => generated 601 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 259/517] 162.253.55.222 () {44 vars in 1089 bytes} [Wed Jul 29 21:03:31 2026] GET /v2.0/security-groups/e531cb98-8ad0-4ff2-b131-4fb8c1a0eecd?project_id=e28ad76f0c6348debdce5503614afdff => generated 4075 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 259/518] 162.253.55.222 () {44 vars in 1002 bytes} [Wed Jul 29 21:03:31 2026] GET /v2.0/security-groups/e531cb98-8ad0-4ff2-b131-4fb8c1a0eecd => generated 4075 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 260/519] 162.253.55.222 () {44 vars in 1012 bytes} [Wed Jul 29 21:03:31 2026] GET /v2.0/security-group-rules/69010a90-d973-4485-ac56-63ee004bb199 => generated 602 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 261/522] 162.253.55.222 () {44 vars in 976 bytes} [Wed Jul 29 21:03:40 2026] GET /v2.0/quotas/e28ad76f0c6348debdce5503614afdff => generated 291 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 267/533] 162.253.55.222 () {44 vars in 950 bytes} [Wed Jul 29 21:04:57 2026] GET /v2.0/networks?name=public => generated 753 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 271/540] 10.0.0.76 () {32 vars in 648 bytes} [Wed Jul 29 21:05:40 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: 270/541] 10.0.0.76 () {32 vars in 654 bytes} [Wed Jul 29 21:05:41 2026] GET /v2.0/floatingips => generated 19 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 272/542] 10.0.0.76 () {32 vars in 646 bytes} [Wed Jul 29 21:05:42 2026] GET /v2.0/routers => generated 15 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 271/543] 10.0.0.76 () {32 vars in 642 bytes} [Wed Jul 29 21:05:42 2026] GET /v2.0/ports => generated 4725 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 273/544] 10.0.0.76 () {32 vars in 646 bytes} [Wed Jul 29 21:05:42 2026] GET /v2.0/subnets => generated 1308 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 272/545] 10.0.0.76 () {32 vars in 648 bytes} [Wed Jul 29 21:05:42 2026] GET /v2.0/networks => generated 2168 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 274/546] 10.0.0.76 () {32 vars in 662 bytes} [Wed Jul 29 21:05:42 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: 273/547] 10.0.0.76 () {32 vars in 654 bytes} [Wed Jul 29 21:05:42 2026] GET /v2.0/subnetpools => generated 19 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-29 21:05:54.454 8 INFO neutron.db.segments_db [None req-8621a78c-6e9c-445d-852c-11465c9100a4 f92147a9bb754594b3fca89b5bfa188f 3ea8d1a47d2c4b99890a3d48f07525fa - - default default] Added segment 0f0e7152-dbea-407b-a6d6-df74679fd23c of type vxlan for network 52078b32-9962-4494-b226-8b223252b684 2026-07-29 21:05:54.488 7 INFO neutron.db.segments_db [None req-c15d5e93-60c8-4080-a7b3-f8672ff747b5 f92147a9bb754594b3fca89b5bfa188f 3ea8d1a47d2c4b99890a3d48f07525fa - - default default] Added segment 1617e0b9-0d25-445c-9dc6-5adaa1d8f7b4 of type vxlan for network f1d76553-6164-4cfa-a651-d8c7b80d0103 [pid: 8|app: 0|req: 275/548] 10.0.0.76 () {34 vars in 670 bytes} [Wed Jul 29 21:05:54 2026] POST /v2.0/networks => generated 725 bytes in 508 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 274/549] 10.0.0.76 () {34 vars in 670 bytes} [Wed Jul 29 21:05:54 2026] POST /v2.0/networks => generated 733 bytes in 522 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-29 21:05:55.008 8 INFO neutron.db.segments_db [None req-5c1a007b-732d-4fa4-8865-97820aee97ea f92147a9bb754594b3fca89b5bfa188f 3ea8d1a47d2c4b99890a3d48f07525fa - - default default] Added segment 20b16f9e-4700-449f-9196-52207ebc7f3b of type vxlan for network bbd54003-734b-4030-88f1-14d2f0257bd4 [pid: 7|app: 0|req: 277/552] 10.0.0.76 () {34 vars in 668 bytes} [Wed Jul 29 21:05:54 2026] POST /v2.0/subnets => generated 691 bytes in 397 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 276/553] 10.0.0.76 () {34 vars in 670 bytes} [Wed Jul 29 21:05:54 2026] POST /v2.0/networks => generated 729 bytes in 612 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 277/554] 10.0.0.76 () {32 vars in 773 bytes} [Wed Jul 29 21:05:55 2026] GET /v2.0/security-groups?tenant_id=15a381e91f914a8fba9ced7a36e7d847&name=default => generated 2921 bytes in 221 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 278/555] 10.0.0.76 () {34 vars in 668 bytes} [Wed Jul 29 21:05:55 2026] POST /v2.0/subnets => generated 699 bytes in 412 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-29 21:05:55.518 8 INFO neutron.db.segments_db [None req-24d4095b-110f-4c77-b4f3-5a1e132328ea f92147a9bb754594b3fca89b5bfa188f 3ea8d1a47d2c4b99890a3d48f07525fa - - default default] Added segment 2bae4a3e-5673-456d-afde-bb07d88081b8 of type vxlan for network a1773980-8184-4c46-bb87-5dd1bdcca4a4 2026-07-29 21:05:55.954 8 INFO neutron.db.l3_hamode_db [None req-24d4095b-110f-4c77-b4f3-5a1e132328ea f92147a9bb754594b3fca89b5bfa188f faa022c1737e4564b362ddbaf0575b1b - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 279/556] 10.0.0.76 () {34 vars in 668 bytes} [Wed Jul 29 21:05:55 2026] POST /v2.0/subnets => generated 695 bytes in 495 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 280/557] 10.0.0.76 () {32 vars in 739 bytes} [Wed Jul 29 21:05:55 2026] DELETE /v2.0/security-groups/76b2373e-efe0-4fd2-9ec3-53124cd4e8c5 => generated 0 bytes in 160 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-29 21:05:56.211 7 INFO neutron.db.segments_db [None req-28d67415-2c1d-465a-ba9c-223ca7f57126 f92147a9bb754594b3fca89b5bfa188f 3ea8d1a47d2c4b99890a3d48f07525fa - - default default] Added segment 83595c03-7478-4d85-bdde-f07b350a416c of type vxlan for network aabe9c9c-7dd4-4f2f-9601-f7279ed6c2c6 2026-07-29 21:05:56.763 7 INFO neutron.db.l3_hamode_db [None req-28d67415-2c1d-465a-ba9c-223ca7f57126 f92147a9bb754594b3fca89b5bfa188f 5c1b95be6bca4cb5a6a59382dce6bc50 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-29 21:05:57.031 8 INFO neutron.db.l3_hamode_db [None req-24d4095b-110f-4c77-b4f3-5a1e132328ea f92147a9bb754594b3fca89b5bfa188f 3ea8d1a47d2c4b99890a3d48f07525fa - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-29 21:05:57.811 7 INFO neutron.db.l3_hamode_db [None req-28d67415-2c1d-465a-ba9c-223ca7f57126 f92147a9bb754594b3fca89b5bfa188f 3ea8d1a47d2c4b99890a3d48f07525fa - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 278/558] 10.0.0.76 () {34 vars in 668 bytes} [Wed Jul 29 21:05:55 2026] POST /v2.0/routers => generated 731 bytes in 3263 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-29 21:05:58.777 8 INFO neutron.db.segments_db [None req-33f91186-ce44-4d79-ba38-38c9543c41dd f92147a9bb754594b3fca89b5bfa188f 3ea8d1a47d2c4b99890a3d48f07525fa - - default default] Added segment 4f2c5b39-9478-4485-a421-f61e839016da of type vxlan for network 480a88f4-e93c-4ce9-8a36-294d4edae06d 2026-07-29 21:05:59.217 8 INFO neutron.db.l3_hamode_db [None req-33f91186-ce44-4d79-ba38-38c9543c41dd f92147a9bb754594b3fca89b5bfa188f 95bb477e1d884bd1bfe173c9b41c0dd7 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 281/559] 10.0.0.76 () {34 vars in 668 bytes} [Wed Jul 29 21:05:56 2026] POST /v2.0/routers => generated 739 bytes in 3353 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-29 21:05:59.870 7 INFO neutron.db.segments_db [None req-b1ebb62b-f4a5-4911-aebc-93feb2ee6c02 f92147a9bb754594b3fca89b5bfa188f 3ea8d1a47d2c4b99890a3d48f07525fa - - default default] Added segment e8dac2fd-88ed-480d-ab81-29944e1f12d7 of type vxlan for network 06a9c5f4-81b3-4f90-b097-56f86734332c [pid: 7|app: 0|req: 282/560] 10.0.0.76 () {34 vars in 670 bytes} [Wed Jul 29 21:05:59 2026] POST /v2.0/networks => generated 725 bytes in 550 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-29 21:06:00.050 8 INFO neutron.db.l3_hamode_db [None req-33f91186-ce44-4d79-ba38-38c9543c41dd f92147a9bb754594b3fca89b5bfa188f 3ea8d1a47d2c4b99890a3d48f07525fa - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 279/561] 10.0.0.76 () {34 vars in 668 bytes} [Wed Jul 29 21:05:58 2026] POST /v2.0/routers => generated 735 bytes in 2487 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 283/562] 10.0.0.76 () {34 vars in 782 bytes} [Wed Jul 29 21:06:00 2026] PUT /v2.0/routers/51fb54e7-1c97-4305-91e0-3b76fb0b9f5b/add_router_interface => generated 309 bytes in 1434 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 284/563] 10.0.0.76 () {34 vars in 668 bytes} [Wed Jul 29 21:06:01 2026] POST /v2.0/subnets => generated 691 bytes in 406 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 280/564] 10.0.0.76 () {34 vars in 782 bytes} [Wed Jul 29 21:06:01 2026] PUT /v2.0/routers/b04828f9-e7a5-4d31-bc3d-1d6fff0e48cc/add_router_interface => generated 309 bytes in 1136 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-29 21:06:02.393 8 INFO neutron.db.segments_db [None req-1eb44e63-32fe-4039-820b-e5880840c555 f92147a9bb754594b3fca89b5bfa188f 3ea8d1a47d2c4b99890a3d48f07525fa - - default default] Added segment b9b11a9e-6639-454b-a746-38ac3caabb46 of type vxlan for network 5f909351-e3ab-4072-b5e7-05c1260b5eb0 2026-07-29 21:06:02.703 8 INFO neutron.db.l3_hamode_db [None req-1eb44e63-32fe-4039-820b-e5880840c555 f92147a9bb754594b3fca89b5bfa188f f252cd75272442f8a81ed3bab5557746 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 285/565] 10.0.0.76 () {34 vars in 782 bytes} [Wed Jul 29 21:06:01 2026] PUT /v2.0/routers/660e4744-1014-41ee-b281-352c20a2b515/add_router_interface => generated 309 bytes in 1293 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 286/566] 10.0.0.147 () {38 vars in 971 bytes} [Wed Jul 29 21:06:03 2026] POST /v2.0/security-groups => generated 1681 bytes in 345 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-07-29 21:06:03.596 8 INFO neutron.db.l3_hamode_db [None req-1eb44e63-32fe-4039-820b-e5880840c555 f92147a9bb754594b3fca89b5bfa188f 3ea8d1a47d2c4b99890a3d48f07525fa - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 287/567] 10.0.0.76 () {34 vars in 684 bytes} [Wed Jul 29 21:06:03 2026] POST /v2.0/security-groups => generated 1659 bytes in 229 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 288/568] 10.0.0.147 () {38 vars in 971 bytes} [Wed Jul 29 21:06:03 2026] POST /v2.0/security-groups => generated 1684 bytes in 300 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 289/569] 10.0.0.76 () {34 vars in 694 bytes} [Wed Jul 29 21:06:04 2026] POST /v2.0/security-group-rules => generated 597 bytes in 188 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 290/570] 10.0.0.147 () {38 vars in 971 bytes} [Wed Jul 29 21:06:04 2026] POST /v2.0/security-groups => generated 1681 bytes in 227 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 291/571] 10.0.0.147 () {34 vars in 991 bytes} [Wed Jul 29 21:06:04 2026] GET /v2.0/security-groups/89073f18-7c5d-41e9-a683-55ef3aa4e8b5 => generated 1684 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 292/572] 10.0.0.76 () {34 vars in 694 bytes} [Wed Jul 29 21:06:04 2026] POST /v2.0/security-group-rules => generated 602 bytes in 180 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 281/573] 10.0.0.76 () {34 vars in 668 bytes} [Wed Jul 29 21:06:02 2026] POST /v2.0/routers => generated 731 bytes in 2609 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 293/574] 10.0.0.147 () {38 vars in 981 bytes} [Wed Jul 29 21:06:04 2026] POST /v2.0/security-group-rules => generated 614 bytes in 277 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 282/575] 10.0.0.147 () {38 vars in 971 bytes} [Wed Jul 29 21:06:04 2026] POST /v2.0/security-groups => generated 1681 bytes in 279 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 294/576] 10.0.0.76 () {34 vars in 675 bytes} [Wed Jul 29 21:06:04 2026] POST /v2.0/floatingips => generated 552 bytes in 884 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 295/577] 10.0.0.147 () {38 vars in 971 bytes} [Wed Jul 29 21:06:05 2026] POST /v2.0/security-groups => generated 1684 bytes in 348 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 296/578] 10.0.0.147 () {34 vars in 1002 bytes} [Wed Jul 29 21:06:06 2026] GET /v2.0/security-groups?tenant_id=faa022c1737e4564b362ddbaf0575b1b => generated 7904 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 297/579] 10.0.0.147 () {34 vars in 991 bytes} [Wed Jul 29 21:06:06 2026] GET /v2.0/security-groups/2dd2418f-020f-4a54-b149-be7424e6b40b => generated 1684 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 298/580] 10.0.0.147 () {34 vars in 991 bytes} [Wed Jul 29 21:06:06 2026] GET /v2.0/security-groups/8f2bd1cb-09d2-4627-9f63-252759a4bf74 => generated 2918 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 299/581] 10.0.0.147 () {38 vars in 981 bytes} [Wed Jul 29 21:06:06 2026] POST /v2.0/security-group-rules => generated 614 bytes in 186 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 300/582] 10.0.0.147 () {34 vars in 991 bytes} [Wed Jul 29 21:06:06 2026] GET /v2.0/security-groups/8f2bd1cb-09d2-4627-9f63-252759a4bf74 => generated 2918 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 301/583] 10.0.0.147 () {34 vars in 991 bytes} [Wed Jul 29 21:06:06 2026] GET /v2.0/security-groups/2dd2418f-020f-4a54-b149-be7424e6b40b => generated 2309 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 302/584] 10.0.0.147 () {38 vars in 981 bytes} [Wed Jul 29 21:06:06 2026] POST /v2.0/security-group-rules => generated 619 bytes in 200 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 303/585] 10.0.0.147 () {34 vars in 1096 bytes} [Wed Jul 29 21:06:06 2026] GET /v2.0/security-groups?name=tempest-securitygroup--81387176&fields=id&tenant_id=5c1b95be6bca4cb5a6a59382dce6bc50 => generated 69 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 304/586] 10.0.0.147 () {34 vars in 991 bytes} [Wed Jul 29 21:06:06 2026] GET /v2.0/security-groups/44dd3b63-c23a-4706-996e-4c8586fb9554 => generated 1681 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 305/587] 10.0.0.147 () {34 vars in 982 bytes} [Wed Jul 29 21:06:06 2026] GET /v2.0/networks?id=f1d76553-6164-4cfa-a651-d8c7b80d0103 => generated 684 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 283/588] 10.0.0.76 () {34 vars in 782 bytes} [Wed Jul 29 21:06:05 2026] PUT /v2.0/routers/f00da2d6-6518-4164-b616-fb0bcc36fbc0/add_router_interface => generated 309 bytes in 1760 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 284/589] 10.0.0.147 () {34 vars in 965 bytes} [Wed Jul 29 21:06:06 2026] GET /v2.0/quotas/5c1b95be6bca4cb5a6a59382dce6bc50 => generated 292 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 306/590] 10.0.0.147 () {36 vars in 1013 bytes} [Wed Jul 29 21:06:06 2026] DELETE /v2.0/security-groups/44dd3b63-c23a-4706-996e-4c8586fb9554 => 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: 307/591] 10.0.0.147 () {34 vars in 991 bytes} [Wed Jul 29 21:06:07 2026] GET /v2.0/security-groups/2dd2418f-020f-4a54-b149-be7424e6b40b => generated 2939 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 285/592] 10.0.0.147 () {34 vars in 1002 bytes} [Wed Jul 29 21:06:06 2026] GET /v2.0/ports?tenant_id=5c1b95be6bca4cb5a6a59382dce6bc50&fields=id => generated 103 bytes in 104 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-29 21:06:07.113 7 INFO neutron.api.v2.resource [req-92b86518-2cc9-4b4b-87b2-93ef08743b01 req-2e645293-61bd-4b79-a11c-50c7c42bfe25 a2fb7e86c4e2421194e936b165b31a5c faa022c1737e4564b362ddbaf0575b1b - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 308/593] 10.0.0.147 () {34 vars in 991 bytes} [Wed Jul 29 21:06:07 2026] GET /v2.0/security-groups/44dd3b63-c23a-4706-996e-4c8586fb9554 => generated 146 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 286/594] 10.0.0.147 () {34 vars in 1001 bytes} [Wed Jul 29 21:06:07 2026] GET /v2.0/security-group-rules/2532e935-6b40-4dd6-9ef4-c138549fc3e2 => generated 616 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 309/595] 10.0.0.147 () {34 vars in 991 bytes} [Wed Jul 29 21:06:07 2026] GET /v2.0/security-groups/2dd2418f-020f-4a54-b149-be7424e6b40b => generated 2939 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 287/596] 10.0.0.147 () {36 vars in 1023 bytes} [Wed Jul 29 21:06:07 2026] DELETE /v2.0/security-group-rules/2532e935-6b40-4dd6-9ef4-c138549fc3e2 => generated 0 bytes in 111 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 310/597] 10.0.0.147 () {34 vars in 991 bytes} [Wed Jul 29 21:06:07 2026] GET /v2.0/security-groups/d0eae5d2-3d50-4b2e-8025-ebfa79e84f46 => generated 1681 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 311/598] 10.0.0.147 () {34 vars in 907 bytes} [Wed Jul 29 21:06:07 2026] GET /v2.0/extensions => generated 21537 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 288/599] 10.0.0.147 () {36 vars in 1013 bytes} [Wed Jul 29 21:06:07 2026] DELETE /v2.0/security-groups/d0eae5d2-3d50-4b2e-8025-ebfa79e84f46 => 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: 289/600] 10.0.0.147 () {34 vars in 991 bytes} [Wed Jul 29 21:06:07 2026] GET /v2.0/security-groups/2dd2418f-020f-4a54-b149-be7424e6b40b => generated 2309 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 312/601] 10.0.0.147 () {34 vars in 1008 bytes} [Wed Jul 29 21:06:07 2026] GET /v2.0/networks/f1d76553-6164-4cfa-a651-d8c7b80d0103?fields=segments => generated 14 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 313/602] 10.0.0.147 () {34 vars in 1108 bytes} [Wed Jul 29 21:06:07 2026] GET /v2.0/networks/f1d76553-6164-4cfa-a651-d8c7b80d0103?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: 290/603] 10.0.0.147 () {36 vars in 1013 bytes} [Wed Jul 29 21:06:07 2026] DELETE /v2.0/security-groups/2dd2418f-020f-4a54-b149-be7424e6b40b => generated 0 bytes in 128 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-29 21:06:07.806 7 INFO neutron.api.v2.resource [req-4bb20fa7-7253-4221-8155-66c683cec806 req-d0d9fd36-9221-414a-8638-51878a5591e0 a2fb7e86c4e2421194e936b165b31a5c faa022c1737e4564b362ddbaf0575b1b - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 314/604] 10.0.0.147 () {34 vars in 991 bytes} [Wed Jul 29 21:06:07 2026] GET /v2.0/security-groups/d0eae5d2-3d50-4b2e-8025-ebfa79e84f46 => 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: 291/605] 10.0.0.147 () {34 vars in 991 bytes} [Wed Jul 29 21:06:07 2026] GET /v2.0/security-groups/89073f18-7c5d-41e9-a683-55ef3aa4e8b5 => generated 2309 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 292/606] 10.0.0.147 () {34 vars in 990 bytes} [Wed Jul 29 21:06:07 2026] GET /v2.0/ports?device_id=fe210863-812b-41fd-a557-7fed5373b19c => generated 12 bytes in 47 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.147 () {36 vars in 1013 bytes} [Wed Jul 29 21:06:07 2026] DELETE /v2.0/security-groups/89073f18-7c5d-41e9-a683-55ef3aa4e8b5 => generated 0 bytes in 146 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 294/608] 10.0.0.147 () {34 vars in 991 bytes} [Wed Jul 29 21:06:08 2026] GET /v2.0/security-groups/b925f3c6-5bc0-4c01-bec7-e2dd2b3c78ff => generated 1681 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 315/609] 10.0.0.76 () {34 vars in 684 bytes} [Wed Jul 29 21:06:07 2026] POST /v2.0/security-groups => generated 1660 bytes in 282 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 316/610] 10.0.0.147 () {36 vars in 1013 bytes} [Wed Jul 29 21:06:08 2026] DELETE /v2.0/security-groups/b925f3c6-5bc0-4c01-bec7-e2dd2b3c78ff => generated 0 bytes in 124 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 317/611] 10.0.0.76 () {34 vars in 694 bytes} [Wed Jul 29 21:06:08 2026] POST /v2.0/security-group-rules => generated 597 bytes in 207 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-29 21:06:08.465 7 INFO neutron.api.v2.resource [req-1b9416dd-0aa1-489c-ae1c-3e1a7aa56a0b req-34486088-2978-4406-93a6-27a4e22e62b4 a2fb7e86c4e2421194e936b165b31a5c faa022c1737e4564b362ddbaf0575b1b - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 318/612] 10.0.0.147 () {34 vars in 991 bytes} [Wed Jul 29 21:06:08 2026] GET /v2.0/security-groups/b925f3c6-5bc0-4c01-bec7-e2dd2b3c78ff => generated 146 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-29 21:06:08.551 8 INFO neutron_taas.services.taas.taas_plugin [None req-a0d938f2-1afd-470e-b384-896b0b16a340 f92147a9bb754594b3fca89b5bfa188f 3ea8d1a47d2c4b99890a3d48f07525fa - - default default] TaaS: Handle Delete Port: 4727ac25-3f12-4c2d-a253-22d6dcf7e4f5 2026-07-29 21:06:08.559 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a0d938f2-1afd-470e-b384-896b0b16a340 f92147a9bb754594b3fca89b5bfa188f 3ea8d1a47d2c4b99890a3d48f07525fa - - default default] Tap Mirror: Handle Delete Port: 4727ac25-3f12-4c2d-a253-22d6dcf7e4f5 [pid: 7|app: 0|req: 319/613] 10.0.0.76 () {34 vars in 694 bytes} [Wed Jul 29 21:06:08 2026] POST /v2.0/security-group-rules => generated 602 bytes in 187 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 320/614] 10.0.0.147 () {34 vars in 1002 bytes} [Wed Jul 29 21:06:08 2026] GET /v2.0/security-groups?tenant_id=faa022c1737e4564b362ddbaf0575b1b => generated 2921 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 295/615] 10.0.0.76 () {34 vars in 788 bytes} [Wed Jul 29 21:06:08 2026] PUT /v2.0/routers/660e4744-1014-41ee-b281-352c20a2b515/remove_router_interface => generated 309 bytes in 1063 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 296/616] 10.0.0.147 () {34 vars in 991 bytes} [Wed Jul 29 21:06:09 2026] GET /v2.0/security-groups/8f2bd1cb-09d2-4627-9f63-252759a4bf74 => generated 2918 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 297/617] 10.0.0.147 () {34 vars in 990 bytes} [Wed Jul 29 21:06:09 2026] GET /v2.0/ports?device_id=fe210863-812b-41fd-a557-7fed5373b19c => 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: 321/618] 10.0.0.76 () {34 vars in 675 bytes} [Wed Jul 29 21:06:08 2026] POST /v2.0/floatingips => generated 552 bytes in 783 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-29 21:06:09.499 8 INFO neutron_taas.services.taas.taas_plugin [None req-b47bd7f5-bb87-4324-a9e6-daeba0b88449 f92147a9bb754594b3fca89b5bfa188f 3ea8d1a47d2c4b99890a3d48f07525fa - - default default] TaaS: Handle Delete Port: 3ca85a77-8f8e-4d41-b5ef-f5711692714c 2026-07-29 21:06:09.502 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b47bd7f5-bb87-4324-a9e6-daeba0b88449 f92147a9bb754594b3fca89b5bfa188f 3ea8d1a47d2c4b99890a3d48f07525fa - - default default] Tap Mirror: Handle Delete Port: 3ca85a77-8f8e-4d41-b5ef-f5711692714c [pid: 7|app: 0|req: 322/619] 10.0.0.147 () {34 vars in 991 bytes} [Wed Jul 29 21:06:09 2026] GET /v2.0/security-groups/8f2bd1cb-09d2-4627-9f63-252759a4bf74 => generated 2918 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-29 21:06:09.577 7 INFO neutron.api.v2.resource [req-10f533a7-a205-49bf-a130-a11d365a1341 req-4270a299-ff5e-410b-a69c-05d85bcbf050 a2fb7e86c4e2421194e936b165b31a5c faa022c1737e4564b362ddbaf0575b1b - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 325/622] 10.0.0.147 () {34 vars in 991 bytes} [Wed Jul 29 21:06:09 2026] GET /v2.0/security-groups/b925f3c6-5bc0-4c01-bec7-e2dd2b3c78ff => generated 146 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-29 21:06:09.618 7 INFO neutron.api.v2.resource [req-4c476548-7b9f-49dd-b76e-6120d27cbff7 req-321a7898-4e0a-4f5f-b596-b307d34c894e a2fb7e86c4e2421194e936b165b31a5c faa022c1737e4564b362ddbaf0575b1b - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 326/623] 10.0.0.147 () {34 vars in 991 bytes} [Wed Jul 29 21:06:09 2026] GET /v2.0/security-groups/d0eae5d2-3d50-4b2e-8025-ebfa79e84f46 => generated 146 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-29 21:06:09.664 7 INFO neutron.api.v2.resource [req-e53dd426-fa4e-420a-88a2-01f4839d953d req-3ec6646d-2bcc-4a84-aced-28a0695c3c33 a2fb7e86c4e2421194e936b165b31a5c faa022c1737e4564b362ddbaf0575b1b - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 327/624] 10.0.0.147 () {34 vars in 991 bytes} [Wed Jul 29 21:06:09 2026] GET /v2.0/security-groups/44dd3b63-c23a-4706-996e-4c8586fb9554 => generated 146 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-29 21:06:09.795 8 INFO neutron_taas.services.taas.taas_plugin [None req-b47bd7f5-bb87-4324-a9e6-daeba0b88449 f92147a9bb754594b3fca89b5bfa188f 3ea8d1a47d2c4b99890a3d48f07525fa - - default default] TaaS: Handle Delete Port: 1946c294-82da-4de5-9674-ac08fdb95227 2026-07-29 21:06:09.798 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b47bd7f5-bb87-4324-a9e6-daeba0b88449 f92147a9bb754594b3fca89b5bfa188f 3ea8d1a47d2c4b99890a3d48f07525fa - - default default] Tap Mirror: Handle Delete Port: 1946c294-82da-4de5-9674-ac08fdb95227 2026-07-29 21:06:09.945 8 WARNING neutron.plugins.ml2.ovo_rpc [None req-b47bd7f5-bb87-4324-a9e6-daeba0b88449 f92147a9bb754594b3fca89b5bfa188f 3ea8d1a47d2c4b99890a3d48f07525fa - - 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() 2026-07-29 21:06:10.409 8 INFO neutron.db.l3_hamode_db [None req-b47bd7f5-bb87-4324-a9e6-daeba0b88449 f92147a9bb754594b3fca89b5bfa188f 3ea8d1a47d2c4b99890a3d48f07525fa - - default default] HA network 480a88f4-e93c-4ce9-8a36-294d4edae06d was deleted as no HA routers are present in tenant 95bb477e1d884bd1bfe173c9b41c0dd7. [pid: 8|app: 0|req: 298/625] 10.0.0.76 () {32 vars in 723 bytes} [Wed Jul 29 21:06:09 2026] DELETE /v2.0/routers/660e4744-1014-41ee-b281-352c20a2b515 => generated 0 bytes in 1204 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 299/626] 10.0.0.147 () {34 vars in 1098 bytes} [Wed Jul 29 21:06:10 2026] GET /v2.0/security-groups?name=tempest-securitygroup--121832428&fields=id&tenant_id=f252cd75272442f8a81ed3bab5557746 => generated 69 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-29 21:06:10.447 7 INFO neutron_taas.services.taas.taas_plugin [None req-a5a01ecc-77aa-4049-ab07-33e41b7da520 f92147a9bb754594b3fca89b5bfa188f 3ea8d1a47d2c4b99890a3d48f07525fa - - default default] TaaS: Handle Delete Port: c0323415-d39a-48bc-90f9-4c0562c1208e 2026-07-29 21:06:10.459 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a5a01ecc-77aa-4049-ab07-33e41b7da520 f92147a9bb754594b3fca89b5bfa188f 3ea8d1a47d2c4b99890a3d48f07525fa - - default default] Tap Mirror: Handle Delete Port: c0323415-d39a-48bc-90f9-4c0562c1208e [pid: 8|app: 0|req: 300/627] 10.0.0.147 () {34 vars in 990 bytes} [Wed Jul 29 21:06:10 2026] GET /v2.0/ports?device_id=fe210863-812b-41fd-a557-7fed5373b19c => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 301/628] 10.0.0.76 () {32 vars in 723 bytes} [Wed Jul 29 21:06:10 2026] DELETE /v2.0/subnets/c798e17c-c613-4d36-8079-4bde715b52b9 => generated 0 bytes in 244 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-29 21:06:10.738 8 INFO neutron.services.segments.plugin [-] Segment 4f2c5b39-9478-4485-a421-f61e839016da resource provider aggregate not found 2026-07-29 21:06:10.764 8 INFO neutron.services.segments.plugin [-] Segment 4f2c5b39-9478-4485-a421-f61e839016da resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4f2c5b39-9478-4485-a421-f61e839016da found for delete ", "request_id": "req-d7f3bd05-3a18-44ed-a412-c8b9c95696d3"}]} 2026-07-29 21:06:10.768 8 INFO neutron.services.segments.plugin [-] Segment 4f2c5b39-9478-4485-a421-f61e839016da resource provider aggregate not found [pid: 8|app: 0|req: 302/629] 10.0.0.147 () {34 vars in 982 bytes} [Wed Jul 29 21:06:10 2026] GET /v2.0/networks?id=06a9c5f4-81b3-4f90-b097-56f86734332c => generated 676 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-29 21:06:10.787 8 INFO neutron.services.segments.plugin [-] Segment 4f2c5b39-9478-4485-a421-f61e839016da resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4f2c5b39-9478-4485-a421-f61e839016da found for delete ", "request_id": "req-3376c406-5499-47f2-bf89-234729021e2d"}]} 2026-07-29 21:06:10.885 8 INFO neutron_taas.services.taas.taas_plugin [None req-6a15aa06-3569-49a8-8314-3186fc73404b f92147a9bb754594b3fca89b5bfa188f 3ea8d1a47d2c4b99890a3d48f07525fa - - default default] TaaS: Handle Delete Port: 45996afd-74f2-4a58-b67a-94d31f9a0fad 2026-07-29 21:06:10.890 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6a15aa06-3569-49a8-8314-3186fc73404b f92147a9bb754594b3fca89b5bfa188f 3ea8d1a47d2c4b99890a3d48f07525fa - - default default] Tap Mirror: Handle Delete Port: 45996afd-74f2-4a58-b67a-94d31f9a0fad [pid: 7|app: 0|req: 328/630] 10.0.0.76 () {34 vars in 788 bytes} [Wed Jul 29 21:06:09 2026] PUT /v2.0/routers/51fb54e7-1c97-4305-91e0-3b76fb0b9f5b/remove_router_interface => generated 309 bytes in 1462 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 329/631] 10.0.0.147 () {34 vars in 965 bytes} [Wed Jul 29 21:06:11 2026] GET /v2.0/quotas/f252cd75272442f8a81ed3bab5557746 => 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: 303/632] 10.0.0.76 () {32 vars in 725 bytes} [Wed Jul 29 21:06:10 2026] DELETE /v2.0/networks/bbd54003-734b-4030-88f1-14d2f0257bd4 => generated 0 bytes in 425 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 304/633] 10.0.0.147 () {34 vars in 1002 bytes} [Wed Jul 29 21:06:11 2026] GET /v2.0/ports?tenant_id=f252cd75272442f8a81ed3bab5557746&fields=id => generated 57 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-29 21:06:11.435 7 INFO neutron_taas.services.taas.taas_plugin [None req-b81a62f4-c7d7-4ab2-a673-13bada1fb359 f92147a9bb754594b3fca89b5bfa188f 3ea8d1a47d2c4b99890a3d48f07525fa - - default default] TaaS: Handle Delete Port: 501ff700-2b1f-4047-8041-26aee8232ab3 2026-07-29 21:06:11.437 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b81a62f4-c7d7-4ab2-a673-13bada1fb359 f92147a9bb754594b3fca89b5bfa188f 3ea8d1a47d2c4b99890a3d48f07525fa - - default default] Tap Mirror: Handle Delete Port: 501ff700-2b1f-4047-8041-26aee8232ab3 [pid: 8|app: 0|req: 305/634] 10.0.0.76 () {32 vars in 773 bytes} [Wed Jul 29 21:06:11 2026] GET /v2.0/security-groups?tenant_id=95bb477e1d884bd1bfe173c9b41c0dd7&name=default => generated 2921 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 306/635] 10.0.0.76 () {32 vars in 739 bytes} [Wed Jul 29 21:06:11 2026] DELETE /v2.0/security-groups/15d4eb1f-4942-4ccd-ad2a-a4155fbb877b => 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: 307/636] 10.0.0.147 () {34 vars in 990 bytes} [Wed Jul 29 21:06:11 2026] GET /v2.0/ports?device_id=fe210863-812b-41fd-a557-7fed5373b19c => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-29 21:06:11.737 7 INFO neutron_taas.services.taas.taas_plugin [None req-b81a62f4-c7d7-4ab2-a673-13bada1fb359 f92147a9bb754594b3fca89b5bfa188f 3ea8d1a47d2c4b99890a3d48f07525fa - - default default] TaaS: Handle Delete Port: 2e100d32-0c80-45a2-9c48-04a844e95394 2026-07-29 21:06:11.739 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b81a62f4-c7d7-4ab2-a673-13bada1fb359 f92147a9bb754594b3fca89b5bfa188f 3ea8d1a47d2c4b99890a3d48f07525fa - - default default] Tap Mirror: Handle Delete Port: 2e100d32-0c80-45a2-9c48-04a844e95394 [pid: 8|app: 0|req: 308/637] 10.0.0.147 () {34 vars in 907 bytes} [Wed Jul 29 21:06:11 2026] GET /v2.0/extensions => generated 21537 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) 2026-07-29 21:06:11.835 7 WARNING neutron.plugins.ml2.ovo_rpc [None req-b81a62f4-c7d7-4ab2-a673-13bada1fb359 f92147a9bb754594b3fca89b5bfa188f 3ea8d1a47d2c4b99890a3d48f07525fa - - 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: 309/638] 10.0.0.147 () {34 vars in 1008 bytes} [Wed Jul 29 21:06:11 2026] GET /v2.0/networks/06a9c5f4-81b3-4f90-b097-56f86734332c?fields=segments => generated 14 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 310/639] 10.0.0.147 () {34 vars in 1108 bytes} [Wed Jul 29 21:06:11 2026] GET /v2.0/networks/06a9c5f4-81b3-4f90-b097-56f86734332c?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: 311/640] 10.0.0.147 () {34 vars in 990 bytes} [Wed Jul 29 21:06:12 2026] GET /v2.0/ports?device_id=24a9bbbc-1973-4168-9846-558de392035d => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-29 21:06:12.364 7 INFO neutron.db.l3_hamode_db [None req-b81a62f4-c7d7-4ab2-a673-13bada1fb359 f92147a9bb754594b3fca89b5bfa188f 3ea8d1a47d2c4b99890a3d48f07525fa - - default default] HA network a1773980-8184-4c46-bb87-5dd1bdcca4a4 was deleted as no HA routers are present in tenant faa022c1737e4564b362ddbaf0575b1b. [pid: 7|app: 0|req: 330/641] 10.0.0.76 () {32 vars in 723 bytes} [Wed Jul 29 21:06:11 2026] DELETE /v2.0/routers/51fb54e7-1c97-4305-91e0-3b76fb0b9f5b => generated 0 bytes in 1222 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 312/642] 10.0.0.76 () {32 vars in 723 bytes} [Wed Jul 29 21:06:12 2026] DELETE /v2.0/subnets/b6285509-c7a8-49e3-a736-6438b906ba05 => generated 0 bytes in 196 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-29 21:06:12.688 7 INFO neutron_taas.services.taas.taas_plugin [None req-d31bb1f9-636c-44eb-afde-d2fa5abd5887 f92147a9bb754594b3fca89b5bfa188f 3ea8d1a47d2c4b99890a3d48f07525fa - - default default] TaaS: Handle Delete Port: 9f0ef587-1fac-4fdd-8221-38209924f09e 2026-07-29 21:06:12.701 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d31bb1f9-636c-44eb-afde-d2fa5abd5887 f92147a9bb754594b3fca89b5bfa188f 3ea8d1a47d2c4b99890a3d48f07525fa - - default default] Tap Mirror: Handle Delete Port: 9f0ef587-1fac-4fdd-8221-38209924f09e 2026-07-29 21:06:12.821 7 INFO neutron.services.segments.plugin [-] Segment 2bae4a3e-5673-456d-afde-bb07d88081b8 resource provider aggregate not found 2026-07-29 21:06:12.824 7 INFO neutron.services.segments.plugin [-] Segment 2bae4a3e-5673-456d-afde-bb07d88081b8 resource provider aggregate not found 2026-07-29 21:06:12.831 8 INFO neutron.services.segments.plugin [-] Segment 20b16f9e-4700-449f-9196-52207ebc7f3b resource provider aggregate not found 2026-07-29 21:06:12.837 8 INFO neutron.services.segments.plugin [-] Segment 20b16f9e-4700-449f-9196-52207ebc7f3b resource provider aggregate not found 2026-07-29 21:06:12.852 7 INFO neutron.services.segments.plugin [-] Segment 2bae4a3e-5673-456d-afde-bb07d88081b8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2bae4a3e-5673-456d-afde-bb07d88081b8 found for delete ", "request_id": "req-0f951353-096b-4763-8d18-0ed767772476"}]} 2026-07-29 21:06:12.861 7 INFO neutron.services.segments.plugin [-] Segment 2bae4a3e-5673-456d-afde-bb07d88081b8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2bae4a3e-5673-456d-afde-bb07d88081b8 found for delete ", "request_id": "req-d4dbe640-2c28-4d60-9caa-452442e567dc"}]} [pid: 8|app: 0|req: 313/643] 10.0.0.147 () {34 vars in 990 bytes} [Wed Jul 29 21:06:12 2026] GET /v2.0/ports?device_id=fe210863-812b-41fd-a557-7fed5373b19c => generated 12 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-29 21:06:12.869 8 INFO neutron.services.segments.plugin [-] Segment 20b16f9e-4700-449f-9196-52207ebc7f3b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 20b16f9e-4700-449f-9196-52207ebc7f3b found for delete ", "request_id": "req-8c844fdc-3973-4881-a5b5-cf716d5df4bd"}]} 2026-07-29 21:06:12.879 8 INFO neutron.services.segments.plugin [-] Segment 20b16f9e-4700-449f-9196-52207ebc7f3b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 20b16f9e-4700-449f-9196-52207ebc7f3b found for delete ", "request_id": "req-9142faf6-4af1-4af6-9793-bc08478f1c37"}]} [pid: 7|app: 0|req: 331/644] 10.0.0.76 () {32 vars in 725 bytes} [Wed Jul 29 21:06:12 2026] DELETE /v2.0/networks/52078b32-9962-4494-b226-8b223252b684 => generated 0 bytes in 418 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 314/645] 162.253.55.222 () {34 vars in 986 bytes} [Wed Jul 29 21:06:12 2026] GET /v2.0/networks?id=f1d76553-6164-4cfa-a651-d8c7b80d0103 => generated 684 bytes in 298 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 315/646] 162.253.55.222 () {34 vars in 911 bytes} [Wed Jul 29 21:06:13 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: 332/647] 10.0.0.147 () {34 vars in 990 bytes} [Wed Jul 29 21:06:13 2026] GET /v2.0/ports?device_id=24a9bbbc-1973-4168-9846-558de392035d => 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: 316/648] 162.253.55.222 () {34 vars in 1050 bytes} [Wed Jul 29 21:06:13 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=5c1b95be6bca4cb5a6a59382dce6bc50 => generated 179 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 333/649] 10.0.0.76 () {32 vars in 773 bytes} [Wed Jul 29 21:06:13 2026] GET /v2.0/security-groups?tenant_id=faa022c1737e4564b362ddbaf0575b1b&name=default => generated 2921 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 334/650] 10.0.0.76 () {32 vars in 739 bytes} [Wed Jul 29 21:06:13 2026] DELETE /v2.0/security-groups/8f2bd1cb-09d2-4627-9f63-252759a4bf74 => generated 0 bytes in 141 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 317/651] 162.253.55.222 () {38 vars in 955 bytes} [Wed Jul 29 21:06:13 2026] POST /v2.0/ports => generated 958 bytes in 803 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 335/652] 10.0.0.147 () {34 vars in 990 bytes} [Wed Jul 29 21:06:14 2026] GET /v2.0/ports?device_id=fe210863-812b-41fd-a557-7fed5373b19c => generated 961 bytes in 121 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 336/653] 10.0.0.147 () {34 vars in 1040 bytes} [Wed Jul 29 21:06:14 2026] GET /v2.0/security-groups?id=234a1161-7f4c-49fd-aa8d-d22a1bf76f6b&fields=id&fields=name => generated 112 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 337/654] 10.0.0.147 () {34 vars in 990 bytes} [Wed Jul 29 21:06:14 2026] GET /v2.0/ports?device_id=24a9bbbc-1973-4168-9846-558de392035d => generated 12 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-29 21:06:14.567 8 INFO neutron.db.segments_db [None req-e0a3cb59-c963-4ee3-ba6a-53c11072e4d3 f92147a9bb754594b3fca89b5bfa188f 3ea8d1a47d2c4b99890a3d48f07525fa - - default default] Added segment 01d13751-df05-409e-9ef9-88e4678aaeac of type vxlan for network a43015c1-fbd4-4f9f-8de4-033194cdaeff [pid: 8|app: 0|req: 318/655] 10.0.0.76 () {34 vars in 670 bytes} [Wed Jul 29 21:06:14 2026] POST /v2.0/networks => generated 717 bytes in 505 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-29 21:06:14.884 7 INFO neutron.services.segments.plugin [-] Segment 0f0e7152-dbea-407b-a6d6-df74679fd23c resource provider aggregate not found 2026-07-29 21:06:14.891 7 INFO neutron.services.segments.plugin [-] Segment 0f0e7152-dbea-407b-a6d6-df74679fd23c resource provider aggregate not found 2026-07-29 21:06:14.914 7 INFO neutron.services.segments.plugin [-] Segment 0f0e7152-dbea-407b-a6d6-df74679fd23c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0f0e7152-dbea-407b-a6d6-df74679fd23c found for delete ", "request_id": "req-76ba68bd-c7e4-4c6e-b0b1-cc8bca9e6a1b"}]} 2026-07-29 21:06:14.920 7 INFO neutron.services.segments.plugin [-] Segment 0f0e7152-dbea-407b-a6d6-df74679fd23c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0f0e7152-dbea-407b-a6d6-df74679fd23c found for delete ", "request_id": "req-39fe27f2-48ce-4f58-9852-395cb3bdd078"}]} [pid: 7|app: 0|req: 338/656] 162.253.55.222 () {38 vars in 1028 bytes} [Wed Jul 29 21:06:14 2026] PUT /v2.0/ports/00bc8f09-9555-4bc1-9da4-7aec9a057830 => generated 1239 bytes in 1009 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: 319/657] 10.0.0.76 () {34 vars in 668 bytes} [Wed Jul 29 21:06:14 2026] POST /v2.0/subnets => generated 683 bytes in 843 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 339/658] 10.0.0.147 () {34 vars in 990 bytes} [Wed Jul 29 21:06:15 2026] GET /v2.0/ports?device_id=fe210863-812b-41fd-a557-7fed5373b19c => 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: 320/659] 10.0.0.147 () {34 vars in 990 bytes} [Wed Jul 29 21:06:15 2026] GET /v2.0/ports?device_id=24a9bbbc-1973-4168-9846-558de392035d => 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: 321/660] 10.0.0.147 () {34 vars in 1040 bytes} [Wed Jul 29 21:06:15 2026] GET /v2.0/security-groups?id=234a1161-7f4c-49fd-aa8d-d22a1bf76f6b&fields=id&fields=name => generated 112 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-29 21:06:15.670 7 INFO neutron.db.segments_db [None req-ff581bfe-e92a-488b-84b5-9b1f40c8b34b f92147a9bb754594b3fca89b5bfa188f 3ea8d1a47d2c4b99890a3d48f07525fa - - default default] Added segment 0e1f9464-6070-472c-83ef-a526c702ce30 of type vxlan for network cf88f4f3-74c3-4552-85b5-e2fc5329d6fb 2026-07-29 21:06:16.113 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-b7003dbf-782d-40e0-8913-fecfebb47c65'] response: {'name': 'network-changed', 'server_uuid': 'fe210863-812b-41fd-a557-7fed5373b19c', 'tag': '00bc8f09-9555-4bc1-9da4-7aec9a057830', 'status': 'completed', 'code': 200} 2026-07-29 21:06:16.184 7 INFO neutron.db.l3_hamode_db [None req-ff581bfe-e92a-488b-84b5-9b1f40c8b34b f92147a9bb754594b3fca89b5bfa188f 007fbc476fea4336a0960eb92de7d830 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-29 21:06:16.277 8 INFO neutron.db.segments_db [None req-7b68f1fe-788f-4660-a9ce-4059e5bcf961 f92147a9bb754594b3fca89b5bfa188f 3ea8d1a47d2c4b99890a3d48f07525fa - - default default] Added segment d7aea34e-81f6-47eb-b799-2a50e6cd50fa of type vxlan for network 2728fd3a-b509-41dc-a6dd-92aa13934bd7 [pid: 8|app: 0|req: 322/661] 10.0.0.76 () {34 vars in 670 bytes} [Wed Jul 29 21:06:15 2026] POST /v2.0/networks => generated 728 bytes in 651 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 323/662] 10.0.0.76 () {34 vars in 668 bytes} [Wed Jul 29 21:06:16 2026] POST /v2.0/subnets => generated 694 bytes in 431 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 324/663] 162.253.55.222 () {34 vars in 1080 bytes} [Wed Jul 29 21:06:16 2026] GET /v2.0/ports?tenant_id=5c1b95be6bca4cb5a6a59382dce6bc50&device_id=fe210863-812b-41fd-a557-7fed5373b19c => generated 1242 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 325/664] 10.0.0.147 () {34 vars in 990 bytes} [Wed Jul 29 21:06:16 2026] GET /v2.0/ports?device_id=24a9bbbc-1973-4168-9846-558de392035d => generated 12 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-29 21:06:16.990 7 INFO neutron.db.l3_hamode_db [None req-ff581bfe-e92a-488b-84b5-9b1f40c8b34b f92147a9bb754594b3fca89b5bfa188f 3ea8d1a47d2c4b99890a3d48f07525fa - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 326/665] 10.0.0.147 () {34 vars in 990 bytes} [Wed Jul 29 21:06:16 2026] GET /v2.0/ports?device_id=fe210863-812b-41fd-a557-7fed5373b19c => generated 973 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-29 21:06:17.099 8 INFO neutron.db.segments_db [None req-66bcd98d-2661-4ddf-9fa3-9bf5e7feee73 f92147a9bb754594b3fca89b5bfa188f 3ea8d1a47d2c4b99890a3d48f07525fa - - default default] Added segment a3dfa9bb-c8a8-4221-8be8-b9f45b6883dc of type vxlan for network e734fa2c-31bf-4367-901e-ddbac18c499d 2026-07-29 21:06:18.090 8 INFO neutron.db.l3_hamode_db [None req-66bcd98d-2661-4ddf-9fa3-9bf5e7feee73 f92147a9bb754594b3fca89b5bfa188f 5977f680bee8495188c7b40bc7adbad1 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 340/666] 10.0.0.76 () {34 vars in 668 bytes} [Wed Jul 29 21:06:15 2026] POST /v2.0/routers => generated 723 bytes in 2670 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 341/667] 162.253.55.222 () {34 vars in 1060 bytes} [Wed Jul 29 21:06:18 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.12&port_id=00bc8f09-9555-4bc1-9da4-7aec9a057830 => generated 19 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 342/668] 162.253.55.222 () {34 vars in 986 bytes} [Wed Jul 29 21:06:18 2026] GET /v2.0/networks?id=06a9c5f4-81b3-4f90-b097-56f86734332c => generated 676 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 343/669] 10.0.0.147 () {34 vars in 1040 bytes} [Wed Jul 29 21:06:18 2026] GET /v2.0/security-groups?id=234a1161-7f4c-49fd-aa8d-d22a1bf76f6b&fields=id&fields=name => generated 112 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 344/670] 10.0.0.147 () {34 vars in 990 bytes} [Wed Jul 29 21:06:18 2026] GET /v2.0/ports?device_id=24a9bbbc-1973-4168-9846-558de392035d => generated 12 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-29 21:06:18.913 8 INFO neutron.db.l3_hamode_db [None req-66bcd98d-2661-4ddf-9fa3-9bf5e7feee73 f92147a9bb754594b3fca89b5bfa188f 3ea8d1a47d2c4b99890a3d48f07525fa - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 345/671] 10.0.0.76 () {34 vars in 782 bytes} [Wed Jul 29 21:06:18 2026] PUT /v2.0/routers/0557cb37-9a93-4771-9b7f-9676d5ae0a85/add_router_interface => generated 309 bytes in 1371 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 346/672] 162.253.55.222 () {34 vars in 984 bytes} [Wed Jul 29 21:06:19 2026] GET /v2.0/subnets?id=304ccfa8-2e6f-4282-98ac-f62abc0be24e => generated 702 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 347/673] 162.253.55.222 () {34 vars in 1050 bytes} [Wed Jul 29 21:06:19 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=f252cd75272442f8a81ed3bab5557746 => generated 180 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 348/674] 10.0.0.147 () {34 vars in 990 bytes} [Wed Jul 29 21:06:19 2026] GET /v2.0/ports?device_id=fe210863-812b-41fd-a557-7fed5373b19c => generated 973 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 349/675] 10.0.0.147 () {34 vars in 990 bytes} [Wed Jul 29 21:06:19 2026] GET /v2.0/ports?device_id=24a9bbbc-1973-4168-9846-558de392035d => 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: 350/676] 162.253.55.222 () {34 vars in 1052 bytes} [Wed Jul 29 21:06:19 2026] GET /v2.0/ports?network_id=f1d76553-6164-4cfa-a651-d8c7b80d0103&device_owner=network%3Adhcp => generated 1244 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 327/677] 10.0.0.76 () {34 vars in 668 bytes} [Wed Jul 29 21:06:17 2026] POST /v2.0/routers => generated 734 bytes in 3686 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 328/678] 10.0.0.147 () {34 vars in 1040 bytes} [Wed Jul 29 21:06:20 2026] GET /v2.0/security-groups?id=234a1161-7f4c-49fd-aa8d-d22a1bf76f6b&fields=id&fields=name => generated 112 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 351/679] 162.253.55.222 () {38 vars in 955 bytes} [Wed Jul 29 21:06:19 2026] POST /v2.0/ports => generated 954 bytes in 756 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: 329/680] 162.253.55.222 () {34 vars in 1012 bytes} [Wed Jul 29 21:06:20 2026] GET /v2.0/networks/f1d76553-6164-4cfa-a651-d8c7b80d0103?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: 352/681] 10.0.0.76 () {34 vars in 684 bytes} [Wed Jul 29 21:06:20 2026] POST /v2.0/security-groups => generated 1659 bytes in 250 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 353/682] 162.253.55.222 () {38 vars in 1028 bytes} [Wed Jul 29 21:06:20 2026] PUT /v2.0/ports/b798d4f5-a68b-4a75-9b41-3223bd14e52e => generated 1235 bytes in 521 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-07-29 21:06:21.555 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-6a8fc058-20a3-4f25-8953-9fd6fd9d9187'] response: {'name': 'network-changed', 'server_uuid': '24a9bbbc-1973-4168-9846-558de392035d', 'tag': 'b798d4f5-a68b-4a75-9b41-3223bd14e52e', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 354/683] 162.253.55.222 () {34 vars in 1112 bytes} [Wed Jul 29 21:06:21 2026] GET /v2.0/networks/f1d76553-6164-4cfa-a651-d8c7b80d0103?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: 355/684] 10.0.0.76 () {34 vars in 694 bytes} [Wed Jul 29 21:06:21 2026] POST /v2.0/security-group-rules => generated 597 bytes in 231 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 356/685] 10.0.0.147 () {34 vars in 990 bytes} [Wed Jul 29 21:06:21 2026] GET /v2.0/ports?device_id=24a9bbbc-1973-4168-9846-558de392035d => generated 969 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 330/686] 10.0.0.76 () {34 vars in 782 bytes} [Wed Jul 29 21:06:20 2026] PUT /v2.0/routers/b6327aba-0c22-4231-91a0-33687176a852/add_router_interface => generated 309 bytes in 1097 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 331/687] 10.0.0.147 () {34 vars in 990 bytes} [Wed Jul 29 21:06:21 2026] GET /v2.0/ports?device_id=fe210863-812b-41fd-a557-7fed5373b19c => generated 973 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 332/688] 10.0.0.147 () {34 vars in 1040 bytes} [Wed Jul 29 21:06:21 2026] GET /v2.0/security-groups?id=75ab2cf0-fc8d-407e-aaf1-b4c7feb00b14&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: 333/689] 10.0.0.147 () {34 vars in 1040 bytes} [Wed Jul 29 21:06:21 2026] GET /v2.0/security-groups?id=234a1161-7f4c-49fd-aa8d-d22a1bf76f6b&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: 7|app: 0|req: 357/690] 10.0.0.76 () {34 vars in 694 bytes} [Wed Jul 29 21:06:21 2026] POST /v2.0/security-group-rules => generated 602 bytes in 273 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 334/691] 162.253.55.222 () {34 vars in 1080 bytes} [Wed Jul 29 21:06:22 2026] GET /v2.0/ports?tenant_id=f252cd75272442f8a81ed3bab5557746&device_id=24a9bbbc-1973-4168-9846-558de392035d => generated 1238 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 335/692] 162.253.55.222 () {34 vars in 1018 bytes} [Wed Jul 29 21:06:22 2026] GET /v2.0/networks?tenant_id=f252cd75272442f8a81ed3bab5557746&shared=False => generated 772 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 336/693] 162.253.55.222 () {34 vars in 930 bytes} [Wed Jul 29 21:06:22 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 337/694] 10.0.0.76 () {34 vars in 684 bytes} [Wed Jul 29 21:06:22 2026] POST /v2.0/security-groups => generated 1660 bytes in 266 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 338/695] 162.253.55.222 () {34 vars in 1080 bytes} [Wed Jul 29 21:06:22 2026] GET /v2.0/ports?tenant_id=5c1b95be6bca4cb5a6a59382dce6bc50&device_id=fe210863-812b-41fd-a557-7fed5373b19c => generated 1242 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 358/696] 10.0.0.76 () {34 vars in 675 bytes} [Wed Jul 29 21:06:22 2026] POST /v2.0/floatingips => generated 552 bytes in 775 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 359/697] 162.253.55.222 () {34 vars in 986 bytes} [Wed Jul 29 21:06:22 2026] GET /v2.0/networks?id=f1d76553-6164-4cfa-a651-d8c7b80d0103 => generated 780 bytes in 96 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 360/698] 162.253.55.222 () {34 vars in 1060 bytes} [Wed Jul 29 21:06:22 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.12&port_id=00bc8f09-9555-4bc1-9da4-7aec9a057830 => 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: 339/699] 10.0.0.76 () {34 vars in 694 bytes} [Wed Jul 29 21:06:22 2026] POST /v2.0/security-group-rules => generated 597 bytes in 294 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 361/700] 162.253.55.222 () {34 vars in 984 bytes} [Wed Jul 29 21:06:23 2026] GET /v2.0/subnets?id=304ccfa8-2e6f-4282-98ac-f62abc0be24e => 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: 362/701] 162.253.55.222 () {34 vars in 1052 bytes} [Wed Jul 29 21:06:23 2026] GET /v2.0/ports?network_id=f1d76553-6164-4cfa-a651-d8c7b80d0103&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: 340/702] 10.0.0.147 () {34 vars in 990 bytes} [Wed Jul 29 21:06:23 2026] GET /v2.0/ports?device_id=24a9bbbc-1973-4168-9846-558de392035d => generated 969 bytes in 98 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 341/703] 10.0.0.147 () {34 vars in 990 bytes} [Wed Jul 29 21:06:23 2026] GET /v2.0/ports?device_id=fe210863-812b-41fd-a557-7fed5373b19c => generated 973 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 342/704] 162.253.55.222 () {34 vars in 1012 bytes} [Wed Jul 29 21:06:23 2026] GET /v2.0/networks/f1d76553-6164-4cfa-a651-d8c7b80d0103?fields=segments => generated 14 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 343/705] 10.0.0.147 () {34 vars in 1040 bytes} [Wed Jul 29 21:06:23 2026] GET /v2.0/security-groups?id=75ab2cf0-fc8d-407e-aaf1-b4c7feb00b14&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: 344/706] 10.0.0.147 () {34 vars in 1040 bytes} [Wed Jul 29 21:06:23 2026] GET /v2.0/security-groups?id=234a1161-7f4c-49fd-aa8d-d22a1bf76f6b&fields=id&fields=name => generated 112 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 363/707] 10.0.0.76 () {34 vars in 694 bytes} [Wed Jul 29 21:06:23 2026] POST /v2.0/security-group-rules => generated 602 bytes in 243 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 345/708] 162.253.55.222 () {34 vars in 1080 bytes} [Wed Jul 29 21:06:23 2026] GET /v2.0/ports?tenant_id=f252cd75272442f8a81ed3bab5557746&device_id=24a9bbbc-1973-4168-9846-558de392035d => 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: 364/709] 162.253.55.222 () {34 vars in 1112 bytes} [Wed Jul 29 21:06:23 2026] GET /v2.0/networks/f1d76553-6164-4cfa-a651-d8c7b80d0103?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: 365/710] 162.253.55.222 () {34 vars in 1058 bytes} [Wed Jul 29 21:06:23 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.5&port_id=b798d4f5-a68b-4a75-9b41-3223bd14e52e => 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: 366/711] 10.0.0.147 () {34 vars in 1098 bytes} [Wed Jul 29 21:06:23 2026] GET /v2.0/security-groups?name=tempest-securitygroup--558585352&fields=id&tenant_id=007fbc476fea4336a0960eb92de7d830 => generated 69 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 367/712] 162.253.55.222 () {34 vars in 984 bytes} [Wed Jul 29 21:06:23 2026] GET /v2.0/subnets?id=11146054-c5c3-40a5-976f-4a2ed71e62ed => 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: 368/713] 10.0.0.147 () {34 vars in 982 bytes} [Wed Jul 29 21:06:23 2026] GET /v2.0/networks?id=a43015c1-fbd4-4f9f-8de4-033194cdaeff => generated 668 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 369/714] 162.253.55.222 () {34 vars in 1052 bytes} [Wed Jul 29 21:06:23 2026] GET /v2.0/ports?network_id=06a9c5f4-81b3-4f90-b097-56f86734332c&device_owner=network%3Adhcp => generated 1244 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 370/715] 10.0.0.147 () {34 vars in 965 bytes} [Wed Jul 29 21:06:23 2026] GET /v2.0/quotas/007fbc476fea4336a0960eb92de7d830 => generated 292 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 371/716] 162.253.55.222 () {34 vars in 1012 bytes} [Wed Jul 29 21:06:23 2026] GET /v2.0/networks/06a9c5f4-81b3-4f90-b097-56f86734332c?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: 372/717] 10.0.0.147 () {34 vars in 1002 bytes} [Wed Jul 29 21:06:23 2026] GET /v2.0/ports?tenant_id=007fbc476fea4336a0960eb92de7d830&fields=id => generated 57 bytes in 107 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 373/718] 162.253.55.222 () {34 vars in 1112 bytes} [Wed Jul 29 21:06:23 2026] GET /v2.0/networks/06a9c5f4-81b3-4f90-b097-56f86734332c?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: 374/719] 10.0.0.147 () {34 vars in 1008 bytes} [Wed Jul 29 21:06:23 2026] GET /v2.0/networks/a43015c1-fbd4-4f9f-8de4-033194cdaeff?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: 375/720] 10.0.0.147 () {34 vars in 1108 bytes} [Wed Jul 29 21:06:23 2026] GET /v2.0/networks/a43015c1-fbd4-4f9f-8de4-033194cdaeff?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: 376/721] 10.0.0.147 () {34 vars in 990 bytes} [Wed Jul 29 21:06:24 2026] GET /v2.0/ports?device_id=157384db-36bf-4666-bb20-37be85bc7e2e => 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: 346/722] 10.0.0.76 () {34 vars in 675 bytes} [Wed Jul 29 21:06:23 2026] POST /v2.0/floatingips => generated 552 bytes in 817 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 377/723] 10.0.0.147 () {34 vars in 990 bytes} [Wed Jul 29 21:06:24 2026] GET /v2.0/ports?device_id=24a9bbbc-1973-4168-9846-558de392035d => 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: 347/724] 10.0.0.147 () {34 vars in 990 bytes} [Wed Jul 29 21:06:24 2026] GET /v2.0/ports?device_id=fe210863-812b-41fd-a557-7fed5373b19c => generated 973 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 350/727] 10.0.0.147 () {34 vars in 1040 bytes} [Wed Jul 29 21:06:24 2026] GET /v2.0/security-groups?id=234a1161-7f4c-49fd-aa8d-d22a1bf76f6b&fields=id&fields=name => generated 112 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 378/728] 10.0.0.147 () {34 vars in 1040 bytes} [Wed Jul 29 21:06:24 2026] GET /v2.0/security-groups?id=75ab2cf0-fc8d-407e-aaf1-b4c7feb00b14&fields=id&fields=name => generated 113 bytes in 505 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 351/729] 10.0.0.147 () {34 vars in 990 bytes} [Wed Jul 29 21:06:25 2026] GET /v2.0/ports?device_id=157384db-36bf-4666-bb20-37be85bc7e2e => 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: 379/730] 10.0.0.147 () {34 vars in 990 bytes} [Wed Jul 29 21:06:25 2026] GET /v2.0/ports?device_id=fe210863-812b-41fd-a557-7fed5373b19c => generated 973 bytes in 95 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 352/731] 10.0.0.147 () {34 vars in 1040 bytes} [Wed Jul 29 21:06:25 2026] GET /v2.0/security-groups?id=234a1161-7f4c-49fd-aa8d-d22a1bf76f6b&fields=id&fields=name => generated 112 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 380/732] 10.0.0.147 () {34 vars in 990 bytes} [Wed Jul 29 21:06:26 2026] GET /v2.0/ports?device_id=24a9bbbc-1973-4168-9846-558de392035d => generated 969 bytes in 97 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 353/733] 10.0.0.147 () {34 vars in 1040 bytes} [Wed Jul 29 21:06:26 2026] GET /v2.0/security-groups?id=75ab2cf0-fc8d-407e-aaf1-b4c7feb00b14&fields=id&fields=name => generated 113 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 381/734] 10.0.0.147 () {34 vars in 990 bytes} [Wed Jul 29 21:06:26 2026] GET /v2.0/ports?device_id=157384db-36bf-4666-bb20-37be85bc7e2e => 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: 354/735] 10.0.0.147 () {34 vars in 990 bytes} [Wed Jul 29 21:06:26 2026] GET /v2.0/ports?device_id=fe210863-812b-41fd-a557-7fed5373b19c => generated 973 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 382/736] 10.0.0.147 () {34 vars in 1040 bytes} [Wed Jul 29 21:06:26 2026] GET /v2.0/security-groups?id=234a1161-7f4c-49fd-aa8d-d22a1bf76f6b&fields=id&fields=name => generated 112 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 355/737] 10.0.0.147 () {34 vars in 990 bytes} [Wed Jul 29 21:06:27 2026] GET /v2.0/ports?device_id=24a9bbbc-1973-4168-9846-558de392035d => 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: 383/738] 10.0.0.147 () {34 vars in 1040 bytes} [Wed Jul 29 21:06:27 2026] GET /v2.0/security-groups?id=75ab2cf0-fc8d-407e-aaf1-b4c7feb00b14&fields=id&fields=name => generated 113 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 356/739] 10.0.0.147 () {34 vars in 990 bytes} [Wed Jul 29 21:06:27 2026] GET /v2.0/ports?device_id=157384db-36bf-4666-bb20-37be85bc7e2e => 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: 384/740] 10.0.0.147 () {34 vars in 990 bytes} [Wed Jul 29 21:06:27 2026] GET /v2.0/ports?device_id=fe210863-812b-41fd-a557-7fed5373b19c => generated 975 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 357/741] 10.0.0.147 () {34 vars in 1040 bytes} [Wed Jul 29 21:06:28 2026] GET /v2.0/security-groups?id=234a1161-7f4c-49fd-aa8d-d22a1bf76f6b&fields=id&fields=name => generated 112 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 385/742] 10.0.0.147 () {34 vars in 990 bytes} [Wed Jul 29 21:06:28 2026] GET /v2.0/ports?device_id=24a9bbbc-1973-4168-9846-558de392035d => generated 971 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 358/743] 10.0.0.147 () {34 vars in 990 bytes} [Wed Jul 29 21:06:28 2026] GET /v2.0/ports?device_id=157384db-36bf-4666-bb20-37be85bc7e2e => 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: 386/744] 10.0.0.147 () {34 vars in 1040 bytes} [Wed Jul 29 21:06:28 2026] GET /v2.0/security-groups?id=75ab2cf0-fc8d-407e-aaf1-b4c7feb00b14&fields=id&fields=name => generated 113 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 359/745] 162.253.55.222 () {34 vars in 986 bytes} [Wed Jul 29 21:06:28 2026] GET /v2.0/networks?id=a43015c1-fbd4-4f9f-8de4-033194cdaeff => generated 668 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 387/746] 162.253.55.222 () {34 vars in 1050 bytes} [Wed Jul 29 21:06:28 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=007fbc476fea4336a0960eb92de7d830 => generated 180 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 388/747] 10.0.0.147 () {34 vars in 990 bytes} [Wed Jul 29 21:06:29 2026] GET /v2.0/ports?device_id=fe210863-812b-41fd-a557-7fed5373b19c => generated 975 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 389/748] 10.0.0.147 () {34 vars in 1040 bytes} [Wed Jul 29 21:06:29 2026] GET /v2.0/security-groups?id=234a1161-7f4c-49fd-aa8d-d22a1bf76f6b&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: 360/749] 162.253.55.222 () {38 vars in 955 bytes} [Wed Jul 29 21:06:28 2026] POST /v2.0/ports => generated 958 bytes in 579 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: 361/750] 10.0.0.147 () {34 vars in 990 bytes} [Wed Jul 29 21:06:29 2026] GET /v2.0/ports?device_id=157384db-36bf-4666-bb20-37be85bc7e2e => generated 961 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 362/751] 10.0.0.147 () {34 vars in 990 bytes} [Wed Jul 29 21:06:29 2026] GET /v2.0/ports?device_id=24a9bbbc-1973-4168-9846-558de392035d => generated 971 bytes in 144 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 363/752] 10.0.0.147 () {34 vars in 1040 bytes} [Wed Jul 29 21:06:29 2026] GET /v2.0/security-groups?id=ed3d6f29-f8eb-4278-b89f-28b4cb426604&fields=id&fields=name => generated 113 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 364/753] 10.0.0.147 () {34 vars in 1040 bytes} [Wed Jul 29 21:06:29 2026] GET /v2.0/security-groups?id=75ab2cf0-fc8d-407e-aaf1-b4c7feb00b14&fields=id&fields=name => generated 113 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 365/754] 10.0.0.147 () {34 vars in 990 bytes} [Wed Jul 29 21:06:30 2026] GET /v2.0/ports?device_id=24a9bbbc-1973-4168-9846-558de392035d => generated 971 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 390/755] 162.253.55.222 () {38 vars in 1028 bytes} [Wed Jul 29 21:06:29 2026] PUT /v2.0/ports/20dbde00-9869-44ed-89be-bcec1c2ba5ab => generated 1239 bytes in 603 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-29 21:06:30.192 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-c5c49854-2112-46ef-b85c-fe5333d1fcd4'] response: {'name': 'network-changed', 'server_uuid': '157384db-36bf-4666-bb20-37be85bc7e2e', 'tag': '20dbde00-9869-44ed-89be-bcec1c2ba5ab', '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: 391/756] 10.0.0.147 () {34 vars in 990 bytes} [Wed Jul 29 21:06:30 2026] GET /v2.0/ports?device_id=fe210863-812b-41fd-a557-7fed5373b19c => generated 975 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 392/757] 10.0.0.147 () {34 vars in 1098 bytes} [Wed Jul 29 21:06:30 2026] GET /v2.0/security-groups?name=tempest-securitygroup--231150762&fields=id&tenant_id=5977f680bee8495188c7b40bc7adbad1 => generated 69 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 393/758] 10.0.0.147 () {34 vars in 1040 bytes} [Wed Jul 29 21:06:30 2026] GET /v2.0/security-groups?id=234a1161-7f4c-49fd-aa8d-d22a1bf76f6b&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: 394/759] 10.0.0.147 () {34 vars in 982 bytes} [Wed Jul 29 21:06:30 2026] GET /v2.0/networks?id=2728fd3a-b509-41dc-a6dd-92aa13934bd7 => generated 679 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 395/760] 10.0.0.147 () {34 vars in 965 bytes} [Wed Jul 29 21:06:30 2026] GET /v2.0/quotas/5977f680bee8495188c7b40bc7adbad1 => 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: 396/761] 10.0.0.147 () {34 vars in 1002 bytes} [Wed Jul 29 21:06:30 2026] GET /v2.0/ports?tenant_id=5977f680bee8495188c7b40bc7adbad1&fields=id => generated 57 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 397/762] 10.0.0.147 () {34 vars in 1008 bytes} [Wed Jul 29 21:06:30 2026] GET /v2.0/networks/2728fd3a-b509-41dc-a6dd-92aa13934bd7?fields=segments => generated 14 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-29 21:06:30.662 8 INFO neutron.db.l3_db [None req-182c7783-ba84-4cd2-a2d4-2ef2c4c984df 9f6a77cb2c824870b5a16585f695edab f252cd75272442f8a81ed3bab5557746 - - default default] Floating IP 48786d56-897a-4aba-84a9-21108fb829c1 associated. External IP: 10.96.250.210, port: b798d4f5-a68b-4a75-9b41-3223bd14e52e. [pid: 7|app: 0|req: 398/763] 10.0.0.147 () {34 vars in 1108 bytes} [Wed Jul 29 21:06:30 2026] GET /v2.0/networks/2728fd3a-b509-41dc-a6dd-92aa13934bd7?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: 7|app: 0|req: 399/764] 162.253.55.222 () {34 vars in 1080 bytes} [Wed Jul 29 21:06:30 2026] GET /v2.0/ports?tenant_id=007fbc476fea4336a0960eb92de7d830&device_id=157384db-36bf-4666-bb20-37be85bc7e2e => generated 1242 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 400/765] 162.253.55.222 () {34 vars in 1018 bytes} [Wed Jul 29 21:06:30 2026] GET /v2.0/networks?tenant_id=007fbc476fea4336a0960eb92de7d830&shared=False => generated 764 bytes in 91 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 366/766] 10.0.0.76 () {34 vars in 748 bytes} [Wed Jul 29 21:06:30 2026] PUT /v2.0/floatingips/48786d56-897a-4aba-84a9-21108fb829c1 => generated 855 bytes in 822 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 401/767] 162.253.55.222 () {34 vars in 930 bytes} [Wed Jul 29 21:06:30 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 367/768] 10.0.0.147 () {34 vars in 990 bytes} [Wed Jul 29 21:06:31 2026] GET /v2.0/ports?device_id=157384db-36bf-4666-bb20-37be85bc7e2e => generated 973 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 402/769] 10.0.0.147 () {34 vars in 1040 bytes} [Wed Jul 29 21:06:31 2026] GET /v2.0/security-groups?id=ed3d6f29-f8eb-4278-b89f-28b4cb426604&fields=id&fields=name => generated 113 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 403/770] 10.0.0.147 () {34 vars in 990 bytes} [Wed Jul 29 21:06:31 2026] GET /v2.0/ports?device_id=dbd606f7-9ea6-49c9-a5b9-ea3f7de5fdda => 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: 368/771] 10.0.0.147 () {34 vars in 990 bytes} [Wed Jul 29 21:06:31 2026] GET /v2.0/ports?device_id=24a9bbbc-1973-4168-9846-558de392035d => generated 971 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 404/772] 10.0.0.147 () {34 vars in 1040 bytes} [Wed Jul 29 21:06:31 2026] GET /v2.0/security-groups?id=75ab2cf0-fc8d-407e-aaf1-b4c7feb00b14&fields=id&fields=name => generated 113 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-29 21:06:31.432 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-b4e48985-2f53-465d-ae33-13f875caf2c0'] response: {'name': 'network-changed', 'server_uuid': '24a9bbbc-1973-4168-9846-558de392035d', 'tag': 'b798d4f5-a68b-4a75-9b41-3223bd14e52e', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 369/773] 10.0.0.147 () {34 vars in 990 bytes} [Wed Jul 29 21:06:31 2026] GET /v2.0/ports?device_id=fe210863-812b-41fd-a557-7fed5373b19c => generated 975 bytes in 102 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 405/774] 10.0.0.147 () {34 vars in 1040 bytes} [Wed Jul 29 21:06:31 2026] GET /v2.0/security-groups?id=234a1161-7f4c-49fd-aa8d-d22a1bf76f6b&fields=id&fields=name => generated 112 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 370/775] 10.0.0.147 () {34 vars in 990 bytes} [Wed Jul 29 21:06:31 2026] GET /v2.0/ports?device_id=24a9bbbc-1973-4168-9846-558de392035d => 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: 406/776] 10.0.0.147 () {34 vars in 990 bytes} [Wed Jul 29 21:06:31 2026] GET /v2.0/ports?device_id=fe210863-812b-41fd-a557-7fed5373b19c => generated 975 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 371/777] 10.0.0.147 () {34 vars in 1040 bytes} [Wed Jul 29 21:06:31 2026] GET /v2.0/security-groups?id=75ab2cf0-fc8d-407e-aaf1-b4c7feb00b14&fields=id&fields=name => generated 113 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 372/778] 162.253.55.222 () {34 vars in 1080 bytes} [Wed Jul 29 21:06:31 2026] GET /v2.0/ports?tenant_id=f252cd75272442f8a81ed3bab5557746&device_id=24a9bbbc-1973-4168-9846-558de392035d => 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: 373/779] 162.253.55.222 () {34 vars in 1080 bytes} [Wed Jul 29 21:06:31 2026] GET /v2.0/ports?tenant_id=007fbc476fea4336a0960eb92de7d830&device_id=157384db-36bf-4666-bb20-37be85bc7e2e => generated 1242 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 374/780] 162.253.55.222 () {34 vars in 986 bytes} [Wed Jul 29 21:06:32 2026] GET /v2.0/networks?id=06a9c5f4-81b3-4f90-b097-56f86734332c => generated 772 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 375/781] 162.253.55.222 () {34 vars in 1060 bytes} [Wed Jul 29 21:06:32 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.10&port_id=20dbde00-9869-44ed-89be-bcec1c2ba5ab => generated 19 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 376/782] 162.253.55.222 () {34 vars in 1058 bytes} [Wed Jul 29 21:06:32 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.5&port_id=b798d4f5-a68b-4a75-9b41-3223bd14e52e => generated 858 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 377/783] 162.253.55.222 () {34 vars in 984 bytes} [Wed Jul 29 21:06:32 2026] GET /v2.0/subnets?id=0d06d99b-c3d7-4927-b97e-6341116850be => generated 686 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 378/784] 10.0.0.147 () {34 vars in 990 bytes} [Wed Jul 29 21:06:32 2026] GET /v2.0/ports?device_id=157384db-36bf-4666-bb20-37be85bc7e2e => generated 973 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 379/785] 162.253.55.222 () {34 vars in 984 bytes} [Wed Jul 29 21:06:32 2026] GET /v2.0/subnets?id=11146054-c5c3-40a5-976f-4a2ed71e62ed => generated 694 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 380/786] 162.253.55.222 () {34 vars in 1052 bytes} [Wed Jul 29 21:06:32 2026] GET /v2.0/ports?network_id=a43015c1-fbd4-4f9f-8de4-033194cdaeff&device_owner=network%3Adhcp => generated 1242 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 381/787] 10.0.0.147 () {34 vars in 1040 bytes} [Wed Jul 29 21:06:32 2026] GET /v2.0/security-groups?id=ed3d6f29-f8eb-4278-b89f-28b4cb426604&fields=id&fields=name => generated 113 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 382/788] 10.0.0.147 () {34 vars in 990 bytes} [Wed Jul 29 21:06:32 2026] GET /v2.0/ports?device_id=dbd606f7-9ea6-49c9-a5b9-ea3f7de5fdda => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-29 21:06:32.462 7 INFO neutron.db.l3_db [None req-91132174-6cb0-478d-924c-4842ca338145 ee13833f4a334bb8a6068f17cdf57b1b 5c1b95be6bca4cb5a6a59382dce6bc50 - - default default] Floating IP 5b4f5161-3f38-40b3-a64e-2cfeb06e1e15 associated. External IP: 10.96.250.204, port: 00bc8f09-9555-4bc1-9da4-7aec9a057830. [pid: 8|app: 0|req: 383/789] 162.253.55.222 () {34 vars in 1052 bytes} [Wed Jul 29 21:06:32 2026] GET /v2.0/ports?network_id=06a9c5f4-81b3-4f90-b097-56f86734332c&device_owner=network%3Adhcp => generated 1244 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 384/790] 162.253.55.222 () {34 vars in 1012 bytes} [Wed Jul 29 21:06:32 2026] GET /v2.0/networks/a43015c1-fbd4-4f9f-8de4-033194cdaeff?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: 385/791] 162.253.55.222 () {34 vars in 1012 bytes} [Wed Jul 29 21:06:32 2026] GET /v2.0/networks/06a9c5f4-81b3-4f90-b097-56f86734332c?fields=segments => generated 14 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 386/792] 162.253.55.222 () {34 vars in 1112 bytes} [Wed Jul 29 21:06:32 2026] GET /v2.0/networks/a43015c1-fbd4-4f9f-8de4-033194cdaeff?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: 387/793] 162.253.55.222 () {34 vars in 1112 bytes} [Wed Jul 29 21:06:32 2026] GET /v2.0/networks/06a9c5f4-81b3-4f90-b097-56f86734332c?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: 407/794] 10.0.0.76 () {34 vars in 748 bytes} [Wed Jul 29 21:06:31 2026] PUT /v2.0/floatingips/5b4f5161-3f38-40b3-a64e-2cfeb06e1e15 => generated 856 bytes in 971 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-29 21:06:32.875 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-633d84c2-e6af-404a-bf19-cea1d6ae1244'] response: {'name': 'network-changed', 'server_uuid': 'fe210863-812b-41fd-a557-7fed5373b19c', 'tag': '00bc8f09-9555-4bc1-9da4-7aec9a057830', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 388/795] 10.0.0.147 () {34 vars in 990 bytes} [Wed Jul 29 21:06:32 2026] GET /v2.0/ports?device_id=fe210863-812b-41fd-a557-7fed5373b19c => 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: 408/796] 10.0.0.147 () {34 vars in 1040 bytes} [Wed Jul 29 21:06:32 2026] GET /v2.0/security-groups?id=234a1161-7f4c-49fd-aa8d-d22a1bf76f6b&fields=id&fields=name => generated 112 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 389/797] 10.0.0.147 () {34 vars in 990 bytes} [Wed Jul 29 21:06:32 2026] GET /v2.0/ports?device_id=24a9bbbc-1973-4168-9846-558de392035d => 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: 409/798] 10.0.0.147 () {34 vars in 1040 bytes} [Wed Jul 29 21:06:33 2026] GET /v2.0/security-groups?id=75ab2cf0-fc8d-407e-aaf1-b4c7feb00b14&fields=id&fields=name => generated 113 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 390/799] 162.253.55.222 () {34 vars in 1080 bytes} [Wed Jul 29 21:06:33 2026] GET /v2.0/ports?tenant_id=5c1b95be6bca4cb5a6a59382dce6bc50&device_id=fe210863-812b-41fd-a557-7fed5373b19c => generated 1244 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 410/800] 162.253.55.222 () {34 vars in 986 bytes} [Wed Jul 29 21:06:33 2026] GET /v2.0/networks?id=f1d76553-6164-4cfa-a651-d8c7b80d0103 => generated 780 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 391/801] 10.0.0.147 () {34 vars in 990 bytes} [Wed Jul 29 21:06:33 2026] GET /v2.0/ports?device_id=157384db-36bf-4666-bb20-37be85bc7e2e => 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: 392/802] 10.0.0.147 () {34 vars in 990 bytes} [Wed Jul 29 21:06:33 2026] GET /v2.0/ports?device_id=dbd606f7-9ea6-49c9-a5b9-ea3f7de5fdda => 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: 393/803] 10.0.0.147 () {34 vars in 1040 bytes} [Wed Jul 29 21:06:33 2026] GET /v2.0/security-groups?id=ed3d6f29-f8eb-4278-b89f-28b4cb426604&fields=id&fields=name => generated 113 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 411/804] 162.253.55.222 () {34 vars in 1060 bytes} [Wed Jul 29 21:06:33 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.12&port_id=00bc8f09-9555-4bc1-9da4-7aec9a057830 => generated 859 bytes in 105 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 394/805] 162.253.55.222 () {34 vars in 984 bytes} [Wed Jul 29 21:06:33 2026] GET /v2.0/subnets?id=304ccfa8-2e6f-4282-98ac-f62abc0be24e => 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: 412/806] 162.253.55.222 () {34 vars in 1052 bytes} [Wed Jul 29 21:06:33 2026] GET /v2.0/ports?network_id=f1d76553-6164-4cfa-a651-d8c7b80d0103&device_owner=network%3Adhcp => generated 1244 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 395/807] 162.253.55.222 () {34 vars in 1012 bytes} [Wed Jul 29 21:06:33 2026] GET /v2.0/networks/f1d76553-6164-4cfa-a651-d8c7b80d0103?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: 413/808] 162.253.55.222 () {34 vars in 1112 bytes} [Wed Jul 29 21:06:33 2026] GET /v2.0/networks/f1d76553-6164-4cfa-a651-d8c7b80d0103?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 396/809] 10.0.0.147 () {34 vars in 990 bytes} [Wed Jul 29 21:06:34 2026] GET /v2.0/ports?device_id=24a9bbbc-1973-4168-9846-558de392035d => generated 971 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 397/810] 10.0.0.147 () {34 vars in 1040 bytes} [Wed Jul 29 21:06:34 2026] GET /v2.0/security-groups?id=75ab2cf0-fc8d-407e-aaf1-b4c7feb00b14&fields=id&fields=name => generated 113 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 414/811] 162.253.55.222 () {34 vars in 994 bytes} [Wed Jul 29 21:06:34 2026] GET /v2.0/ports?device_id=24a9bbbc-1973-4168-9846-558de392035d => generated 971 bytes in 98 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-29 21:06:34.408 8 INFO neutron_taas.services.taas.taas_plugin [req-dae59478-bc59-487e-a20c-032b26092c9c req-a0f45c6f-d4d5-433b-940b-30ff8efba0c1 9f6a77cb2c824870b5a16585f695edab f252cd75272442f8a81ed3bab5557746 - - default default] TaaS: Handle Delete Port: b798d4f5-a68b-4a75-9b41-3223bd14e52e 2026-07-29 21:06:34.417 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-dae59478-bc59-487e-a20c-032b26092c9c req-a0f45c6f-d4d5-433b-940b-30ff8efba0c1 9f6a77cb2c824870b5a16585f695edab f252cd75272442f8a81ed3bab5557746 - - default default] Tap Mirror: Handle Delete Port: b798d4f5-a68b-4a75-9b41-3223bd14e52e 2026-07-29 21:06:34.613 8 INFO neutron.db.l3_db [req-dae59478-bc59-487e-a20c-032b26092c9c req-a0f45c6f-d4d5-433b-940b-30ff8efba0c1 9f6a77cb2c824870b5a16585f695edab f252cd75272442f8a81ed3bab5557746 - - default default] Floating IP 48786d56-897a-4aba-84a9-21108fb829c1 disassociated. External IP: 10.96.250.210, port: b798d4f5-a68b-4a75-9b41-3223bd14e52e. [pid: 7|app: 0|req: 415/812] 10.0.0.147 () {34 vars in 990 bytes} [Wed Jul 29 21:06:34 2026] GET /v2.0/ports?device_id=dbd606f7-9ea6-49c9-a5b9-ea3f7de5fdda => 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: 416/813] 10.0.0.147 () {34 vars in 990 bytes} [Wed Jul 29 21:06:34 2026] GET /v2.0/ports?device_id=157384db-36bf-4666-bb20-37be85bc7e2e => generated 973 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 417/814] 10.0.0.147 () {34 vars in 1040 bytes} [Wed Jul 29 21:06:34 2026] GET /v2.0/security-groups?id=ed3d6f29-f8eb-4278-b89f-28b4cb426604&fields=id&fields=name => generated 113 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 398/815] 162.253.55.222 () {36 vars in 997 bytes} [Wed Jul 29 21:06:34 2026] DELETE /v2.0/ports/b798d4f5-a68b-4a75-9b41-3223bd14e52e => generated 0 bytes in 756 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-29 21:06:35.062 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-3470990a-7ef6-4576-bb73-80519e7dfc3f'] response: {'server_uuid': '24a9bbbc-1973-4168-9846-558de392035d', 'name': 'network-vif-deleted', 'tag': 'b798d4f5-a68b-4a75-9b41-3223bd14e52e', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 418/816] 10.0.0.147 () {34 vars in 990 bytes} [Wed Jul 29 21:06:35 2026] GET /v2.0/ports?device_id=24a9bbbc-1973-4168-9846-558de392035d => 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: 399/817] 10.0.0.147 () {34 vars in 990 bytes} [Wed Jul 29 21:06:35 2026] GET /v2.0/ports?device_id=dbd606f7-9ea6-49c9-a5b9-ea3f7de5fdda => 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: 419/818] 162.253.55.222 () {34 vars in 986 bytes} [Wed Jul 29 21:06:35 2026] GET /v2.0/networks?id=2728fd3a-b509-41dc-a6dd-92aa13934bd7 => generated 679 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 400/819] 162.253.55.222 () {34 vars in 1050 bytes} [Wed Jul 29 21:06:35 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=5977f680bee8495188c7b40bc7adbad1 => generated 180 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 420/820] 10.0.0.147 () {34 vars in 990 bytes} [Wed Jul 29 21:06:35 2026] GET /v2.0/ports?device_id=157384db-36bf-4666-bb20-37be85bc7e2e => generated 975 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 421/821] 10.0.0.147 () {34 vars in 1040 bytes} [Wed Jul 29 21:06:35 2026] GET /v2.0/security-groups?id=ed3d6f29-f8eb-4278-b89f-28b4cb426604&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: 422/822] 10.0.0.147 () {34 vars in 990 bytes} [Wed Jul 29 21:06:36 2026] GET /v2.0/ports?device_id=24a9bbbc-1973-4168-9846-558de392035d => generated 12 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 401/823] 162.253.55.222 () {38 vars in 955 bytes} [Wed Jul 29 21:06:35 2026] POST /v2.0/ports => generated 958 bytes in 591 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: 402/824] 10.0.0.147 () {34 vars in 990 bytes} [Wed Jul 29 21:06:36 2026] GET /v2.0/ports?device_id=dbd606f7-9ea6-49c9-a5b9-ea3f7de5fdda => generated 973 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 403/825] 10.0.0.147 () {34 vars in 1040 bytes} [Wed Jul 29 21:06:36 2026] GET /v2.0/security-groups?id=f321d3fb-c562-4478-aab0-0770929bf1f1&fields=id&fields=name => generated 113 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 423/826] 162.253.55.222 () {38 vars in 1028 bytes} [Wed Jul 29 21:06:36 2026] PUT /v2.0/ports/2c5c5064-913f-412d-935e-bf9783ad9f7b => generated 1239 bytes in 542 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-29 21:06:37.139 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-37d89ecf-e743-4068-a76f-55d1a299ff2c'] response: {'name': 'network-changed', 'server_uuid': 'dbd606f7-9ea6-49c9-a5b9-ea3f7de5fdda', 'tag': '2c5c5064-913f-412d-935e-bf9783ad9f7b', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 404/827] 10.0.0.147 () {34 vars in 990 bytes} [Wed Jul 29 21:06:37 2026] GET /v2.0/ports?device_id=157384db-36bf-4666-bb20-37be85bc7e2e => generated 975 bytes in 85 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: 424/828] 10.0.0.147 () {34 vars in 1040 bytes} [Wed Jul 29 21:06:37 2026] GET /v2.0/security-groups?id=ed3d6f29-f8eb-4278-b89f-28b4cb426604&fields=id&fields=name => generated 113 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 405/829] 10.0.0.147 () {34 vars in 990 bytes} [Wed Jul 29 21:06:37 2026] GET /v2.0/ports?device_id=157384db-36bf-4666-bb20-37be85bc7e2e => generated 975 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 406/830] 10.0.0.147 () {34 vars in 990 bytes} [Wed Jul 29 21:06:37 2026] GET /v2.0/ports?device_id=24a9bbbc-1973-4168-9846-558de392035d => 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: 407/831] 162.253.55.222 () {34 vars in 1080 bytes} [Wed Jul 29 21:06:37 2026] GET /v2.0/ports?tenant_id=5977f680bee8495188c7b40bc7adbad1&device_id=dbd606f7-9ea6-49c9-a5b9-ea3f7de5fdda => generated 1242 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-29 21:06:37.735 7 INFO neutron.db.l3_db [None req-a4984722-120e-41f6-9e4f-e8cf8ef06b21 b1a927ece7a94f61b3c5259df8d376e6 007fbc476fea4336a0960eb92de7d830 - - default default] Floating IP 24170a9c-7bb5-466a-adeb-54fb40aabc6b associated. External IP: 10.96.250.220, port: 20dbde00-9869-44ed-89be-bcec1c2ba5ab. [pid: 8|app: 0|req: 408/832] 162.253.55.222 () {34 vars in 1018 bytes} [Wed Jul 29 21:06:37 2026] GET /v2.0/networks?tenant_id=5977f680bee8495188c7b40bc7adbad1&shared=False => generated 775 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 409/833] 162.253.55.222 () {34 vars in 930 bytes} [Wed Jul 29 21:06:37 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 425/834] 10.0.0.76 () {34 vars in 748 bytes} [Wed Jul 29 21:06:37 2026] PUT /v2.0/floatingips/24170a9c-7bb5-466a-adeb-54fb40aabc6b => generated 856 bytes in 703 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 410/835] 10.0.0.147 () {34 vars in 990 bytes} [Wed Jul 29 21:06:38 2026] GET /v2.0/ports?device_id=dbd606f7-9ea6-49c9-a5b9-ea3f7de5fdda => generated 973 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 426/836] 10.0.0.147 () {34 vars in 1040 bytes} [Wed Jul 29 21:06:38 2026] GET /v2.0/security-groups?id=f321d3fb-c562-4478-aab0-0770929bf1f1&fields=id&fields=name => generated 113 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 411/837] 10.0.0.147 () {34 vars in 990 bytes} [Wed Jul 29 21:06:38 2026] GET /v2.0/ports?device_id=157384db-36bf-4666-bb20-37be85bc7e2e => generated 975 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 427/838] 10.0.0.147 () {34 vars in 1040 bytes} [Wed Jul 29 21:06:38 2026] GET /v2.0/security-groups?id=ed3d6f29-f8eb-4278-b89f-28b4cb426604&fields=id&fields=name => generated 113 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 412/839] 10.0.0.147 () {34 vars in 990 bytes} [Wed Jul 29 21:06:38 2026] GET /v2.0/ports?device_id=157384db-36bf-4666-bb20-37be85bc7e2e => generated 975 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 428/840] 10.0.0.147 () {34 vars in 1040 bytes} [Wed Jul 29 21:06:38 2026] GET /v2.0/security-groups?id=ed3d6f29-f8eb-4278-b89f-28b4cb426604&fields=id&fields=name => generated 113 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 429/841] 162.253.55.222 () {34 vars in 1080 bytes} [Wed Jul 29 21:06:38 2026] GET /v2.0/ports?tenant_id=5977f680bee8495188c7b40bc7adbad1&device_id=dbd606f7-9ea6-49c9-a5b9-ea3f7de5fdda => generated 1242 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 413/842] 10.0.0.76 () {32 vars in 739 bytes} [Wed Jul 29 21:06:38 2026] DELETE /v2.0/security-groups/75ab2cf0-fc8d-407e-aaf1-b4c7feb00b14 => generated 0 bytes in 170 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 430/843] 162.253.55.222 () {34 vars in 1060 bytes} [Wed Jul 29 21:06:38 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.12&port_id=2c5c5064-913f-412d-935e-bf9783ad9f7b => generated 19 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-29 21:06:38.916 8 INFO neutron.api.v2.resource [None req-0f2773ce-636e-42ea-ad59-2a20af57a67b 9f6a77cb2c824870b5a16585f695edab f252cd75272442f8a81ed3bab5557746 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 414/844] 10.0.0.76 () {32 vars in 736 bytes} [Wed Jul 29 21:06:38 2026] GET /v2.0/security-groups/75ab2cf0-fc8d-407e-aaf1-b4c7feb00b14 => 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: 431/845] 162.253.55.222 () {34 vars in 984 bytes} [Wed Jul 29 21:06:38 2026] GET /v2.0/subnets?id=54117d8f-39e7-4aee-b1d1-eedb975169de => generated 697 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 432/846] 162.253.55.222 () {34 vars in 1052 bytes} [Wed Jul 29 21:06:38 2026] GET /v2.0/ports?network_id=2728fd3a-b509-41dc-a6dd-92aa13934bd7&device_owner=network%3Adhcp => generated 1242 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-29 21:06:39.029 8 INFO neutron_taas.services.taas.taas_plugin [None req-39e69810-9056-4b34-9ac8-a48e6c16f4ac 9f6a77cb2c824870b5a16585f695edab f252cd75272442f8a81ed3bab5557746 - - default default] TaaS: Handle Delete Port: f5ac3ec8-df66-4464-875f-6e47ab3eaf1f 2026-07-29 21:06:39.037 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-39e69810-9056-4b34-9ac8-a48e6c16f4ac 9f6a77cb2c824870b5a16585f695edab f252cd75272442f8a81ed3bab5557746 - - default default] Tap Mirror: Handle Delete Port: f5ac3ec8-df66-4464-875f-6e47ab3eaf1f [pid: 7|app: 0|req: 433/847] 162.253.55.222 () {34 vars in 1012 bytes} [Wed Jul 29 21:06:39 2026] GET /v2.0/networks/2728fd3a-b509-41dc-a6dd-92aa13934bd7?fields=segments => generated 14 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 434/848] 162.253.55.222 () {34 vars in 1112 bytes} [Wed Jul 29 21:06:39 2026] GET /v2.0/networks/2728fd3a-b509-41dc-a6dd-92aa13934bd7?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-07-29 21:06:39.190 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-4e3a7d31-0615-46ec-9469-836b946ddd9d'] response: {'name': 'network-changed', 'server_uuid': '157384db-36bf-4666-bb20-37be85bc7e2e', 'tag': '20dbde00-9869-44ed-89be-bcec1c2ba5ab', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 435/849] 10.0.0.147 () {34 vars in 990 bytes} [Wed Jul 29 21:06:39 2026] GET /v2.0/ports?device_id=dbd606f7-9ea6-49c9-a5b9-ea3f7de5fdda => generated 973 bytes in 115 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 436/850] 10.0.0.147 () {34 vars in 1040 bytes} [Wed Jul 29 21:06:39 2026] GET /v2.0/security-groups?id=f321d3fb-c562-4478-aab0-0770929bf1f1&fields=id&fields=name => generated 113 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 439/853] 162.253.55.222 () {34 vars in 1080 bytes} [Wed Jul 29 21:06:39 2026] GET /v2.0/ports?tenant_id=007fbc476fea4336a0960eb92de7d830&device_id=157384db-36bf-4666-bb20-37be85bc7e2e => 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: 440/854] 162.253.55.222 () {34 vars in 986 bytes} [Wed Jul 29 21:06:39 2026] GET /v2.0/networks?id=a43015c1-fbd4-4f9f-8de4-033194cdaeff => generated 764 bytes in 66 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.76 () {32 vars in 731 bytes} [Wed Jul 29 21:06:38 2026] DELETE /v2.0/floatingips/48786d56-897a-4aba-84a9-21108fb829c1 => generated 0 bytes in 905 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 441/856] 162.253.55.222 () {34 vars in 1060 bytes} [Wed Jul 29 21:06:39 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.10&port_id=20dbde00-9869-44ed-89be-bcec1c2ba5ab => generated 861 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 442/857] 10.0.0.147 () {34 vars in 990 bytes} [Wed Jul 29 21:06:39 2026] GET /v2.0/ports?device_id=157384db-36bf-4666-bb20-37be85bc7e2e => generated 975 bytes in 107 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 443/858] 162.253.55.222 () {34 vars in 984 bytes} [Wed Jul 29 21:06:39 2026] GET /v2.0/subnets?id=0d06d99b-c3d7-4927-b97e-6341116850be => generated 686 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 444/859] 10.0.0.147 () {34 vars in 1040 bytes} [Wed Jul 29 21:06:40 2026] GET /v2.0/security-groups?id=ed3d6f29-f8eb-4278-b89f-28b4cb426604&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: 445/860] 162.253.55.222 () {34 vars in 1052 bytes} [Wed Jul 29 21:06:40 2026] GET /v2.0/ports?network_id=a43015c1-fbd4-4f9f-8de4-033194cdaeff&device_owner=network%3Adhcp => generated 1244 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 446/861] 162.253.55.222 () {34 vars in 1012 bytes} [Wed Jul 29 21:06:40 2026] GET /v2.0/networks/a43015c1-fbd4-4f9f-8de4-033194cdaeff?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: 447/862] 162.253.55.222 () {34 vars in 1112 bytes} [Wed Jul 29 21:06:40 2026] GET /v2.0/networks/a43015c1-fbd4-4f9f-8de4-033194cdaeff?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) 2026-07-29 21:06:40.290 8 INFO neutron_taas.services.taas.taas_plugin [None req-25043557-61b5-4464-aace-d551c6bf3cda f92147a9bb754594b3fca89b5bfa188f 3ea8d1a47d2c4b99890a3d48f07525fa - - default default] TaaS: Handle Delete Port: 0e5ad8ac-7c04-4273-ad76-0a5c1ca9dedc 2026-07-29 21:06:40.293 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-25043557-61b5-4464-aace-d551c6bf3cda f92147a9bb754594b3fca89b5bfa188f 3ea8d1a47d2c4b99890a3d48f07525fa - - default default] Tap Mirror: Handle Delete Port: 0e5ad8ac-7c04-4273-ad76-0a5c1ca9dedc [pid: 7|app: 0|req: 448/863] 10.0.0.147 () {34 vars in 990 bytes} [Wed Jul 29 21:06:40 2026] GET /v2.0/ports?device_id=dbd606f7-9ea6-49c9-a5b9-ea3f7de5fdda => generated 973 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 449/864] 10.0.0.147 () {34 vars in 1040 bytes} [Wed Jul 29 21:06:40 2026] GET /v2.0/security-groups?id=f321d3fb-c562-4478-aab0-0770929bf1f1&fields=id&fields=name => generated 113 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 416/865] 10.0.0.76 () {34 vars in 788 bytes} [Wed Jul 29 21:06:39 2026] PUT /v2.0/routers/f00da2d6-6518-4164-b616-fb0bcc36fbc0/remove_router_interface => generated 309 bytes in 1100 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 417/866] 162.253.55.222 () {34 vars in 994 bytes} [Wed Jul 29 21:06:40 2026] GET /v2.0/ports?device_id=157384db-36bf-4666-bb20-37be85bc7e2e => generated 975 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-29 21:06:41.172 8 INFO neutron_taas.services.taas.taas_plugin [req-7b0546bd-7841-4c81-98d2-5b396f762a3d req-9435b333-b96f-4c9d-ba0e-cbd68a2778c2 b1a927ece7a94f61b3c5259df8d376e6 007fbc476fea4336a0960eb92de7d830 - - default default] TaaS: Handle Delete Port: 20dbde00-9869-44ed-89be-bcec1c2ba5ab 2026-07-29 21:06:41.187 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-7b0546bd-7841-4c81-98d2-5b396f762a3d req-9435b333-b96f-4c9d-ba0e-cbd68a2778c2 b1a927ece7a94f61b3c5259df8d376e6 007fbc476fea4336a0960eb92de7d830 - - default default] Tap Mirror: Handle Delete Port: 20dbde00-9869-44ed-89be-bcec1c2ba5ab 2026-07-29 21:06:41.240 7 INFO neutron_taas.services.taas.taas_plugin [None req-a5b3b86d-a961-4756-befe-d3bb71a13653 f92147a9bb754594b3fca89b5bfa188f 3ea8d1a47d2c4b99890a3d48f07525fa - - default default] TaaS: Handle Delete Port: 2399b86b-d2dd-44a0-a1a7-05f763e15fb3 2026-07-29 21:06:41.245 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a5b3b86d-a961-4756-befe-d3bb71a13653 f92147a9bb754594b3fca89b5bfa188f 3ea8d1a47d2c4b99890a3d48f07525fa - - default default] Tap Mirror: Handle Delete Port: 2399b86b-d2dd-44a0-a1a7-05f763e15fb3 2026-07-29 21:06:41.356 8 INFO neutron.db.l3_db [req-7b0546bd-7841-4c81-98d2-5b396f762a3d req-9435b333-b96f-4c9d-ba0e-cbd68a2778c2 b1a927ece7a94f61b3c5259df8d376e6 007fbc476fea4336a0960eb92de7d830 - - default default] Floating IP 24170a9c-7bb5-466a-adeb-54fb40aabc6b disassociated. External IP: 10.96.250.220, port: 20dbde00-9869-44ed-89be-bcec1c2ba5ab. 2026-07-29 21:06:41.598 7 INFO neutron_taas.services.taas.taas_plugin [None req-a5b3b86d-a961-4756-befe-d3bb71a13653 f92147a9bb754594b3fca89b5bfa188f 3ea8d1a47d2c4b99890a3d48f07525fa - - default default] TaaS: Handle Delete Port: 1223d93b-530e-46ad-bd8c-37ac68fb11fe 2026-07-29 21:06:41.601 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a5b3b86d-a961-4756-befe-d3bb71a13653 f92147a9bb754594b3fca89b5bfa188f 3ea8d1a47d2c4b99890a3d48f07525fa - - default default] Tap Mirror: Handle Delete Port: 1223d93b-530e-46ad-bd8c-37ac68fb11fe [pid: 8|app: 0|req: 418/867] 162.253.55.222 () {36 vars in 997 bytes} [Wed Jul 29 21:06:41 2026] DELETE /v2.0/ports/20dbde00-9869-44ed-89be-bcec1c2ba5ab => generated 0 bytes in 789 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 419/868] 10.0.0.147 () {34 vars in 990 bytes} [Wed Jul 29 21:06:41 2026] GET /v2.0/ports?device_id=157384db-36bf-4666-bb20-37be85bc7e2e => generated 12 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-29 21:06:41.890 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-ff2a85e4-11aa-4157-9048-10494a1e27e4'] response: {'server_uuid': '157384db-36bf-4666-bb20-37be85bc7e2e', 'name': 'network-vif-deleted', 'tag': '20dbde00-9869-44ed-89be-bcec1c2ba5ab', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 420/869] 10.0.0.147 () {34 vars in 990 bytes} [Wed Jul 29 21:06:41 2026] GET /v2.0/ports?device_id=dbd606f7-9ea6-49c9-a5b9-ea3f7de5fdda => generated 973 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 421/870] 10.0.0.147 () {34 vars in 1040 bytes} [Wed Jul 29 21:06:41 2026] GET /v2.0/security-groups?id=f321d3fb-c562-4478-aab0-0770929bf1f1&fields=id&fields=name => generated 113 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-29 21:06:42.079 7 INFO neutron.services.segments.plugin [-] Segment b9b11a9e-6639-454b-a746-38ac3caabb46 resource provider aggregate not found 2026-07-29 21:06:42.088 7 INFO neutron.services.segments.plugin [-] Segment b9b11a9e-6639-454b-a746-38ac3caabb46 resource provider aggregate not found 2026-07-29 21:06:42.103 7 INFO neutron.services.segments.plugin [-] Segment b9b11a9e-6639-454b-a746-38ac3caabb46 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b9b11a9e-6639-454b-a746-38ac3caabb46 found for delete ", "request_id": "req-19cad645-2416-42b1-9eaf-f88830275812"}]} 2026-07-29 21:06:42.104 7 INFO neutron.services.segments.plugin [-] Segment b9b11a9e-6639-454b-a746-38ac3caabb46 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b9b11a9e-6639-454b-a746-38ac3caabb46 found for delete ", "request_id": "req-e3978e3f-fcda-42f6-b07b-8a8ebbfaf37a"}]} 2026-07-29 21:06:42.139 7 INFO neutron.db.l3_hamode_db [None req-a5b3b86d-a961-4756-befe-d3bb71a13653 f92147a9bb754594b3fca89b5bfa188f 3ea8d1a47d2c4b99890a3d48f07525fa - - default default] HA network 5f909351-e3ab-4072-b5e7-05c1260b5eb0 was deleted as no HA routers are present in tenant f252cd75272442f8a81ed3bab5557746. [pid: 7|app: 0|req: 450/871] 10.0.0.76 () {32 vars in 723 bytes} [Wed Jul 29 21:06:40 2026] DELETE /v2.0/routers/f00da2d6-6518-4164-b616-fb0bcc36fbc0 => generated 0 bytes in 1204 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 422/872] 10.0.0.76 () {32 vars in 723 bytes} [Wed Jul 29 21:06:42 2026] DELETE /v2.0/subnets/11146054-c5c3-40a5-976f-4a2ed71e62ed => generated 0 bytes in 197 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-29 21:06:42.462 7 INFO neutron_taas.services.taas.taas_plugin [None req-e955f61f-246e-4025-9dd3-f477a58874c4 f92147a9bb754594b3fca89b5bfa188f 3ea8d1a47d2c4b99890a3d48f07525fa - - default default] TaaS: Handle Delete Port: 26de3e9a-e436-479e-a089-faae9e42ccac 2026-07-29 21:06:42.465 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e955f61f-246e-4025-9dd3-f477a58874c4 f92147a9bb754594b3fca89b5bfa188f 3ea8d1a47d2c4b99890a3d48f07525fa - - default default] Tap Mirror: Handle Delete Port: 26de3e9a-e436-479e-a089-faae9e42ccac [pid: 7|app: 0|req: 451/873] 10.0.0.76 () {32 vars in 725 bytes} [Wed Jul 29 21:06:42 2026] DELETE /v2.0/networks/06a9c5f4-81b3-4f90-b097-56f86734332c => generated 0 bytes in 343 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 423/874] 10.0.0.147 () {34 vars in 990 bytes} [Wed Jul 29 21:06:42 2026] GET /v2.0/ports?device_id=157384db-36bf-4666-bb20-37be85bc7e2e => 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: 452/875] 10.0.0.76 () {32 vars in 773 bytes} [Wed Jul 29 21:06:43 2026] GET /v2.0/security-groups?tenant_id=f252cd75272442f8a81ed3bab5557746&name=default => generated 2925 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 453/876] 10.0.0.147 () {34 vars in 990 bytes} [Wed Jul 29 21:06:43 2026] GET /v2.0/ports?device_id=dbd606f7-9ea6-49c9-a5b9-ea3f7de5fdda => generated 973 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 454/877] 10.0.0.147 () {34 vars in 1040 bytes} [Wed Jul 29 21:06:43 2026] GET /v2.0/security-groups?id=f321d3fb-c562-4478-aab0-0770929bf1f1&fields=id&fields=name => generated 113 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 424/878] 10.0.0.76 () {32 vars in 739 bytes} [Wed Jul 29 21:06:43 2026] DELETE /v2.0/security-groups/cf1e77eb-d562-4c54-b664-5accdbc9b584 => generated 0 bytes in 138 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 455/879] 10.0.0.147 () {34 vars in 990 bytes} [Wed Jul 29 21:06:44 2026] GET /v2.0/ports?device_id=157384db-36bf-4666-bb20-37be85bc7e2e => generated 12 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-29 21:06:44.140 7 INFO neutron.services.segments.plugin [-] Segment e8dac2fd-88ed-480d-ab81-29944e1f12d7 resource provider aggregate not found 2026-07-29 21:06:44.145 7 INFO neutron.services.segments.plugin [-] Segment e8dac2fd-88ed-480d-ab81-29944e1f12d7 resource provider aggregate not found 2026-07-29 21:06:44.168 7 INFO neutron.services.segments.plugin [-] Segment e8dac2fd-88ed-480d-ab81-29944e1f12d7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e8dac2fd-88ed-480d-ab81-29944e1f12d7 found for delete ", "request_id": "req-2e467793-e674-40a6-8184-e6b545fd3c48"}]} 2026-07-29 21:06:44.183 7 INFO neutron.services.segments.plugin [-] Segment e8dac2fd-88ed-480d-ab81-29944e1f12d7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e8dac2fd-88ed-480d-ab81-29944e1f12d7 found for delete ", "request_id": "req-825c122b-86e1-42e2-a874-082d60ad34af"}]} [pid: 8|app: 0|req: 425/880] 10.0.0.147 () {34 vars in 990 bytes} [Wed Jul 29 21:06:44 2026] GET /v2.0/ports?device_id=dbd606f7-9ea6-49c9-a5b9-ea3f7de5fdda => generated 973 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 456/881] 10.0.0.147 () {34 vars in 1040 bytes} [Wed Jul 29 21:06:44 2026] GET /v2.0/security-groups?id=f321d3fb-c562-4478-aab0-0770929bf1f1&fields=id&fields=name => generated 113 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 426/882] 10.0.0.136 () {34 vars in 990 bytes} [Wed Jul 29 21:06:44 2026] GET /v2.0/ports?device_id=fe210863-812b-41fd-a557-7fed5373b19c => generated 1244 bytes in 264 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 457/883] 10.0.0.136 () {34 vars in 1040 bytes} [Wed Jul 29 21:06:44 2026] GET /v2.0/security-groups?id=234a1161-7f4c-49fd-aa8d-d22a1bf76f6b&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: 427/884] 10.0.0.147 () {34 vars in 990 bytes} [Wed Jul 29 21:06:45 2026] GET /v2.0/ports?device_id=157384db-36bf-4666-bb20-37be85bc7e2e => 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: 458/885] 10.0.0.147 () {34 vars in 990 bytes} [Wed Jul 29 21:06:45 2026] GET /v2.0/ports?device_id=dbd606f7-9ea6-49c9-a5b9-ea3f7de5fdda => 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: 428/886] 10.0.0.147 () {34 vars in 1040 bytes} [Wed Jul 29 21:06:45 2026] GET /v2.0/security-groups?id=f321d3fb-c562-4478-aab0-0770929bf1f1&fields=id&fields=name => generated 113 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 459/887] 10.0.0.76 () {32 vars in 739 bytes} [Wed Jul 29 21:06:46 2026] DELETE /v2.0/security-groups/ed3d6f29-f8eb-4278-b89f-28b4cb426604 => generated 0 bytes in 150 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-29 21:06:46.588 8 INFO neutron.api.v2.resource [None req-c5e5260b-7f7f-43a4-81d9-2118ee283a80 b1a927ece7a94f61b3c5259df8d376e6 007fbc476fea4336a0960eb92de7d830 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 429/888] 10.0.0.76 () {32 vars in 736 bytes} [Wed Jul 29 21:06:46 2026] GET /v2.0/security-groups/ed3d6f29-f8eb-4278-b89f-28b4cb426604 => 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: 430/889] 10.0.0.147 () {34 vars in 990 bytes} [Wed Jul 29 21:06:46 2026] GET /v2.0/ports?device_id=dbd606f7-9ea6-49c9-a5b9-ea3f7de5fdda => generated 975 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-29 21:06:46.714 7 INFO neutron_taas.services.taas.taas_plugin [None req-23a59c35-7f1d-43ad-832a-f41ce7184774 b1a927ece7a94f61b3c5259df8d376e6 007fbc476fea4336a0960eb92de7d830 - - default default] TaaS: Handle Delete Port: 94c71a33-38eb-4bdd-9fad-cbab4435e049 2026-07-29 21:06:46.719 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-23a59c35-7f1d-43ad-832a-f41ce7184774 b1a927ece7a94f61b3c5259df8d376e6 007fbc476fea4336a0960eb92de7d830 - - default default] Tap Mirror: Handle Delete Port: 94c71a33-38eb-4bdd-9fad-cbab4435e049 [pid: 8|app: 0|req: 431/890] 10.0.0.147 () {34 vars in 1040 bytes} [Wed Jul 29 21:06:46 2026] GET /v2.0/security-groups?id=f321d3fb-c562-4478-aab0-0770929bf1f1&fields=id&fields=name => generated 113 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 460/891] 10.0.0.76 () {32 vars in 731 bytes} [Wed Jul 29 21:06:46 2026] DELETE /v2.0/floatingips/24170a9c-7bb5-466a-adeb-54fb40aabc6b => generated 0 bytes in 416 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-29 21:06:47.487 8 INFO neutron_taas.services.taas.taas_plugin [None req-8bc99658-6df1-4e54-a10b-add1b3289d61 f92147a9bb754594b3fca89b5bfa188f 3ea8d1a47d2c4b99890a3d48f07525fa - - default default] TaaS: Handle Delete Port: d3d7d6bb-0a4f-4324-9b02-e2deace5892b 2026-07-29 21:06:47.490 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8bc99658-6df1-4e54-a10b-add1b3289d61 f92147a9bb754594b3fca89b5bfa188f 3ea8d1a47d2c4b99890a3d48f07525fa - - default default] Tap Mirror: Handle Delete Port: d3d7d6bb-0a4f-4324-9b02-e2deace5892b [pid: 7|app: 0|req: 461/892] 10.0.0.147 () {34 vars in 990 bytes} [Wed Jul 29 21:06:47 2026] GET /v2.0/ports?device_id=dbd606f7-9ea6-49c9-a5b9-ea3f7de5fdda => generated 975 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 462/893] 10.0.0.147 () {34 vars in 1040 bytes} [Wed Jul 29 21:06:47 2026] GET /v2.0/security-groups?id=f321d3fb-c562-4478-aab0-0770929bf1f1&fields=id&fields=name => generated 113 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 432/894] 10.0.0.76 () {34 vars in 788 bytes} [Wed Jul 29 21:06:47 2026] PUT /v2.0/routers/0557cb37-9a93-4771-9b7f-9676d5ae0a85/remove_router_interface => generated 309 bytes in 1157 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 433/895] 10.0.0.147 () {34 vars in 990 bytes} [Wed Jul 29 21:06:48 2026] GET /v2.0/ports?device_id=dbd606f7-9ea6-49c9-a5b9-ea3f7de5fdda => generated 975 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 463/896] 10.0.0.76 () {32 vars in 773 bytes} [Wed Jul 29 21:06:47 2026] GET /v2.0/security-groups?tenant_id=283c8c1e9abd4ca28426efd83e6a5c71&name=default => generated 2925 bytes in 416 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-29 21:06:48.459 8 INFO neutron_taas.services.taas.taas_plugin [None req-168c5d17-eef1-4eb7-88d2-eab03ef5f44e f92147a9bb754594b3fca89b5bfa188f 3ea8d1a47d2c4b99890a3d48f07525fa - - default default] TaaS: Handle Delete Port: fee6ee1a-54bd-4b01-b74c-303f92504c2c 2026-07-29 21:06:48.462 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-168c5d17-eef1-4eb7-88d2-eab03ef5f44e f92147a9bb754594b3fca89b5bfa188f 3ea8d1a47d2c4b99890a3d48f07525fa - - default default] Tap Mirror: Handle Delete Port: fee6ee1a-54bd-4b01-b74c-303f92504c2c 2026-07-29 21:06:48.737 8 INFO neutron_taas.services.taas.taas_plugin [None req-168c5d17-eef1-4eb7-88d2-eab03ef5f44e f92147a9bb754594b3fca89b5bfa188f 3ea8d1a47d2c4b99890a3d48f07525fa - - default default] TaaS: Handle Delete Port: d694a75a-2d4b-4175-9223-c8b7ba6db0c1 2026-07-29 21:06:48.739 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-168c5d17-eef1-4eb7-88d2-eab03ef5f44e f92147a9bb754594b3fca89b5bfa188f 3ea8d1a47d2c4b99890a3d48f07525fa - - default default] Tap Mirror: Handle Delete Port: d694a75a-2d4b-4175-9223-c8b7ba6db0c1 2026-07-29 21:06:48.778 7 INFO neutron.db.l3_db [None req-49911bc3-9702-4ee5-959b-c7aa93562474 95fc77164fd1475d98df0c47a1c2ac78 5977f680bee8495188c7b40bc7adbad1 - - default default] Floating IP 351b7dd2-150c-4e26-858d-4f5be30adcf3 associated. External IP: 10.96.250.206, port: 2c5c5064-913f-412d-935e-bf9783ad9f7b. [pid: 7|app: 0|req: 464/897] 10.0.0.76 () {34 vars in 748 bytes} [Wed Jul 29 21:06:48 2026] PUT /v2.0/floatingips/351b7dd2-150c-4e26-858d-4f5be30adcf3 => generated 856 bytes in 796 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-29 21:06:49.200 8 INFO neutron.services.segments.plugin [-] Segment 0e1f9464-6070-472c-83ef-a526c702ce30 resource provider aggregate not found 2026-07-29 21:06:49.208 8 INFO neutron.services.segments.plugin [-] Segment 0e1f9464-6070-472c-83ef-a526c702ce30 resource provider aggregate not found 2026-07-29 21:06:49.213 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-c3cab5b1-4bdf-4034-aa4d-f33934e2bbf4'] response: {'name': 'network-changed', 'server_uuid': 'dbd606f7-9ea6-49c9-a5b9-ea3f7de5fdda', 'tag': '2c5c5064-913f-412d-935e-bf9783ad9f7b', 'status': 'completed', 'code': 200} 2026-07-29 21:06:49.228 8 INFO neutron.services.segments.plugin [-] Segment 0e1f9464-6070-472c-83ef-a526c702ce30 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0e1f9464-6070-472c-83ef-a526c702ce30 found for delete ", "request_id": "req-4e1b0814-32cc-44c0-929f-704787a2e3fb"}]} 2026-07-29 21:06:49.237 8 INFO neutron.services.segments.plugin [-] Segment 0e1f9464-6070-472c-83ef-a526c702ce30 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0e1f9464-6070-472c-83ef-a526c702ce30 found for delete ", "request_id": "req-b58df275-8680-4ef6-a3b5-b340d7401c36"}]} 2026-07-29 21:06:49.257 8 INFO neutron.db.l3_hamode_db [None req-168c5d17-eef1-4eb7-88d2-eab03ef5f44e f92147a9bb754594b3fca89b5bfa188f 3ea8d1a47d2c4b99890a3d48f07525fa - - default default] HA network cf88f4f3-74c3-4552-85b5-e2fc5329d6fb was deleted as no HA routers are present in tenant 007fbc476fea4336a0960eb92de7d830. [pid: 8|app: 0|req: 434/898] 10.0.0.76 () {32 vars in 723 bytes} [Wed Jul 29 21:06:48 2026] DELETE /v2.0/routers/0557cb37-9a93-4771-9b7f-9676d5ae0a85 => generated 0 bytes in 1019 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 465/899] 10.0.0.76 () {32 vars in 739 bytes} [Wed Jul 29 21:06:49 2026] DELETE /v2.0/security-groups/6fd9dc28-9691-4a6b-859a-354f1873d614 => generated 0 bytes in 147 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 435/900] 10.0.0.147 () {34 vars in 990 bytes} [Wed Jul 29 21:06:49 2026] GET /v2.0/ports?device_id=dbd606f7-9ea6-49c9-a5b9-ea3f7de5fdda => generated 975 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 436/901] 10.0.0.147 () {34 vars in 1040 bytes} [Wed Jul 29 21:06:49 2026] GET /v2.0/security-groups?id=f321d3fb-c562-4478-aab0-0770929bf1f1&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: 466/902] 10.0.0.76 () {32 vars in 723 bytes} [Wed Jul 29 21:06:49 2026] DELETE /v2.0/subnets/0d06d99b-c3d7-4927-b97e-6341116850be => generated 0 bytes in 239 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-29 21:06:49.646 7 INFO neutron_taas.services.taas.taas_plugin [None req-3b3b2c2b-fbc0-434b-b290-c85e838d8735 f92147a9bb754594b3fca89b5bfa188f 3ea8d1a47d2c4b99890a3d48f07525fa - - default default] TaaS: Handle Delete Port: 047a60fa-c2b1-4770-836b-8f6e4e2ed4c4 2026-07-29 21:06:49.649 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3b3b2c2b-fbc0-434b-b290-c85e838d8735 f92147a9bb754594b3fca89b5bfa188f 3ea8d1a47d2c4b99890a3d48f07525fa - - default default] Tap Mirror: Handle Delete Port: 047a60fa-c2b1-4770-836b-8f6e4e2ed4c4 [pid: 8|app: 0|req: 437/903] 10.0.0.76 () {32 vars in 773 bytes} [Wed Jul 29 21:06:49 2026] GET /v2.0/security-groups?tenant_id=54d462e9e2964b6f9b37f41c80df0bc5&name=default => generated 2925 bytes in 183 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 438/904] 10.0.0.76 () {32 vars in 739 bytes} [Wed Jul 29 21:06:49 2026] DELETE /v2.0/security-groups/5c7840c1-cf21-4ce7-a826-2b49176c7b66 => generated 0 bytes in 179 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 439/905] 162.253.55.222 () {34 vars in 1080 bytes} [Wed Jul 29 21:06:49 2026] GET /v2.0/ports?tenant_id=5977f680bee8495188c7b40bc7adbad1&device_id=dbd606f7-9ea6-49c9-a5b9-ea3f7de5fdda => generated 1244 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-29 21:06:49.934 7 INFO neutron.services.segments.plugin [-] Segment 01d13751-df05-409e-9ef9-88e4678aaeac resource provider aggregate not found 2026-07-29 21:06:49.947 7 INFO neutron.services.segments.plugin [-] Segment 01d13751-df05-409e-9ef9-88e4678aaeac resource provider aggregate not found 2026-07-29 21:06:49.951 7 INFO neutron.services.segments.plugin [-] Segment 01d13751-df05-409e-9ef9-88e4678aaeac resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 01d13751-df05-409e-9ef9-88e4678aaeac found for delete ", "request_id": "req-1aece0f7-8538-4fc4-a97e-18cf35142a24"}]} 2026-07-29 21:06:49.968 7 INFO neutron.services.segments.plugin [-] Segment 01d13751-df05-409e-9ef9-88e4678aaeac resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 01d13751-df05-409e-9ef9-88e4678aaeac found for delete ", "request_id": "req-efcab132-ce7e-4f0e-99e7-a3ba0350f4e2"}]} [pid: 8|app: 0|req: 440/906] 10.0.0.147 () {34 vars in 990 bytes} [Wed Jul 29 21:06:49 2026] GET /v2.0/ports?device_id=dbd606f7-9ea6-49c9-a5b9-ea3f7de5fdda => generated 975 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 467/907] 10.0.0.76 () {32 vars in 725 bytes} [Wed Jul 29 21:06:49 2026] DELETE /v2.0/networks/a43015c1-fbd4-4f9f-8de4-033194cdaeff => generated 0 bytes in 460 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 441/908] 162.253.55.222 () {34 vars in 986 bytes} [Wed Jul 29 21:06:49 2026] GET /v2.0/networks?id=2728fd3a-b509-41dc-a6dd-92aa13934bd7 => generated 775 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 468/909] 10.0.0.147 () {34 vars in 1040 bytes} [Wed Jul 29 21:06:50 2026] GET /v2.0/security-groups?id=f321d3fb-c562-4478-aab0-0770929bf1f1&fields=id&fields=name => generated 113 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 442/910] 162.253.55.222 () {34 vars in 1060 bytes} [Wed Jul 29 21:06:50 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.12&port_id=2c5c5064-913f-412d-935e-bf9783ad9f7b => generated 859 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 469/911] 162.253.55.222 () {34 vars in 984 bytes} [Wed Jul 29 21:06:50 2026] GET /v2.0/subnets?id=54117d8f-39e7-4aee-b1d1-eedb975169de => generated 697 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 443/912] 162.253.55.222 () {34 vars in 1052 bytes} [Wed Jul 29 21:06:50 2026] GET /v2.0/ports?network_id=2728fd3a-b509-41dc-a6dd-92aa13934bd7&device_owner=network%3Adhcp => generated 1244 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 470/913] 162.253.55.222 () {34 vars in 1012 bytes} [Wed Jul 29 21:06:50 2026] GET /v2.0/networks/2728fd3a-b509-41dc-a6dd-92aa13934bd7?fields=segments => generated 14 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 444/914] 10.0.0.76 () {32 vars in 773 bytes} [Wed Jul 29 21:06:50 2026] GET /v2.0/security-groups?tenant_id=007fbc476fea4336a0960eb92de7d830&name=default => generated 2925 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 471/915] 162.253.55.222 () {34 vars in 1112 bytes} [Wed Jul 29 21:06:50 2026] GET /v2.0/networks/2728fd3a-b509-41dc-a6dd-92aa13934bd7?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: 445/916] 10.0.0.76 () {32 vars in 739 bytes} [Wed Jul 29 21:06:50 2026] DELETE /v2.0/security-groups/a22c5475-fe0e-445b-8d82-aa321e03c887 => generated 0 bytes in 169 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 472/917] 10.0.0.147 () {34 vars in 990 bytes} [Wed Jul 29 21:06:51 2026] GET /v2.0/ports?device_id=dbd606f7-9ea6-49c9-a5b9-ea3f7de5fdda => generated 975 bytes in 102 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 446/918] 10.0.0.147 () {34 vars in 1040 bytes} [Wed Jul 29 21:06:51 2026] GET /v2.0/security-groups?id=f321d3fb-c562-4478-aab0-0770929bf1f1&fields=id&fields=name => generated 113 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 473/919] 162.253.55.222 () {34 vars in 994 bytes} [Wed Jul 29 21:06:52 2026] GET /v2.0/ports?device_id=dbd606f7-9ea6-49c9-a5b9-ea3f7de5fdda => generated 975 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-29 21:06:52.271 8 INFO neutron_taas.services.taas.taas_plugin [req-28904753-a88d-4297-97b2-da99aa76e1d9 req-f2148059-b2a3-4023-95a6-6f4af9609059 95fc77164fd1475d98df0c47a1c2ac78 5977f680bee8495188c7b40bc7adbad1 - - default default] TaaS: Handle Delete Port: 2c5c5064-913f-412d-935e-bf9783ad9f7b 2026-07-29 21:06:52.275 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-28904753-a88d-4297-97b2-da99aa76e1d9 req-f2148059-b2a3-4023-95a6-6f4af9609059 95fc77164fd1475d98df0c47a1c2ac78 5977f680bee8495188c7b40bc7adbad1 - - default default] Tap Mirror: Handle Delete Port: 2c5c5064-913f-412d-935e-bf9783ad9f7b [pid: 7|app: 0|req: 474/920] 10.0.0.147 () {34 vars in 990 bytes} [Wed Jul 29 21:06:52 2026] GET /v2.0/ports?device_id=dbd606f7-9ea6-49c9-a5b9-ea3f7de5fdda => generated 975 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-29 21:06:52.391 8 INFO neutron.db.l3_db [req-28904753-a88d-4297-97b2-da99aa76e1d9 req-f2148059-b2a3-4023-95a6-6f4af9609059 95fc77164fd1475d98df0c47a1c2ac78 5977f680bee8495188c7b40bc7adbad1 - - default default] Floating IP 351b7dd2-150c-4e26-858d-4f5be30adcf3 disassociated. External IP: 10.96.250.206, port: 2c5c5064-913f-412d-935e-bf9783ad9f7b. [pid: 7|app: 0|req: 475/921] 10.0.0.147 () {34 vars in 1040 bytes} [Wed Jul 29 21:06:52 2026] GET /v2.0/security-groups?id=f321d3fb-c562-4478-aab0-0770929bf1f1&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: 447/922] 162.253.55.222 () {36 vars in 997 bytes} [Wed Jul 29 21:06:52 2026] DELETE /v2.0/ports/2c5c5064-913f-412d-935e-bf9783ad9f7b => generated 0 bytes in 642 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-29 21:06:52.806 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-ff09100e-fc52-4ab2-91a6-017abf2e21a2'] response: {'server_uuid': 'dbd606f7-9ea6-49c9-a5b9-ea3f7de5fdda', 'name': 'network-vif-deleted', 'tag': '2c5c5064-913f-412d-935e-bf9783ad9f7b', 'status': 'completed', 'code': 200} 2026-07-29 21:06:53.171 7 INFO neutron.db.segments_db [None req-536ab191-7dba-46a1-b789-bc73068aad35 f92147a9bb754594b3fca89b5bfa188f 3ea8d1a47d2c4b99890a3d48f07525fa - - default default] Added segment 9d2437f5-ecfd-4633-8721-b14499484ff4 of type vxlan for network 70b3a22d-f382-4648-be65-6bf7b1a47d06 [pid: 7|app: 0|req: 476/923] 10.0.0.76 () {34 vars in 670 bytes} [Wed Jul 29 21:06:52 2026] POST /v2.0/networks => generated 724 bytes in 555 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 477/924] 10.0.0.147 () {34 vars in 990 bytes} [Wed Jul 29 21:06:53 2026] GET /v2.0/ports?device_id=dbd606f7-9ea6-49c9-a5b9-ea3f7de5fdda => 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: 448/925] 10.0.0.76 () {34 vars in 668 bytes} [Wed Jul 29 21:06:53 2026] POST /v2.0/subnets => generated 690 bytes in 396 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-29 21:06:53.876 7 INFO neutron.db.segments_db [None req-4927ee71-de05-49ad-926d-1ca8a92db8e5 f92147a9bb754594b3fca89b5bfa188f 3ea8d1a47d2c4b99890a3d48f07525fa - - default default] Added segment 9e9307ff-ff5d-433a-9538-056b8e832395 of type vxlan for network 0a914916-d17c-4138-b702-e39f9bb96444 2026-07-29 21:06:54.284 7 INFO neutron.db.l3_hamode_db [None req-4927ee71-de05-49ad-926d-1ca8a92db8e5 f92147a9bb754594b3fca89b5bfa188f af5ffb67558e4c50a9fbcfd1042210b9 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 451/928] 10.0.0.147 () {34 vars in 990 bytes} [Wed Jul 29 21:06:54 2026] GET /v2.0/ports?device_id=dbd606f7-9ea6-49c9-a5b9-ea3f7de5fdda => generated 12 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-29 21:06:55.397 7 INFO neutron.db.l3_hamode_db [None req-4927ee71-de05-49ad-926d-1ca8a92db8e5 f92147a9bb754594b3fca89b5bfa188f 3ea8d1a47d2c4b99890a3d48f07525fa - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 452/929] 10.0.0.76 () {32 vars in 773 bytes} [Wed Jul 29 21:06:55 2026] GET /v2.0/security-groups?tenant_id=519cdd2de03a40cca63525be384abab1&name=default => generated 2925 bytes in 372 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 453/930] 10.0.0.76 () {32 vars in 739 bytes} [Wed Jul 29 21:06:55 2026] DELETE /v2.0/security-groups/136f9d37-78b4-4dc6-9a1c-03f1c1ddb1e0 => generated 0 bytes in 163 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 454/931] 10.0.0.147 () {34 vars in 990 bytes} [Wed Jul 29 21:06:55 2026] GET /v2.0/ports?device_id=dbd606f7-9ea6-49c9-a5b9-ea3f7de5fdda => 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: 455/932] 10.0.0.76 () {32 vars in 773 bytes} [Wed Jul 29 21:06:55 2026] GET /v2.0/security-groups?tenant_id=3c233f1f93ed4b76b16634f9f96b0e18&name=default => generated 2925 bytes in 167 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 456/933] 10.0.0.76 () {32 vars in 739 bytes} [Wed Jul 29 21:06:56 2026] DELETE /v2.0/security-groups/c059ed8f-693f-4fb4-97e2-80494906b27a => generated 0 bytes in 174 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 478/934] 10.0.0.76 () {34 vars in 668 bytes} [Wed Jul 29 21:06:53 2026] POST /v2.0/routers => generated 730 bytes in 2901 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 479/935] 10.0.0.147 () {34 vars in 990 bytes} [Wed Jul 29 21:06:56 2026] GET /v2.0/ports?device_id=dbd606f7-9ea6-49c9-a5b9-ea3f7de5fdda => 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: 457/936] 10.0.0.76 () {34 vars in 782 bytes} [Wed Jul 29 21:06:56 2026] PUT /v2.0/routers/ad1f176c-37c1-484d-858b-b549bc6b57ef/add_router_interface => generated 309 bytes in 1319 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 480/937] 10.0.0.76 () {32 vars in 739 bytes} [Wed Jul 29 21:06:58 2026] DELETE /v2.0/security-groups/f321d3fb-c562-4478-aab0-0770929bf1f1 => generated 0 bytes in 138 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-29 21:06:58.181 8 INFO neutron.api.v2.resource [None req-29ce9e86-2c85-4921-8890-09981deda985 95fc77164fd1475d98df0c47a1c2ac78 5977f680bee8495188c7b40bc7adbad1 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 458/938] 10.0.0.76 () {32 vars in 736 bytes} [Wed Jul 29 21:06:58 2026] GET /v2.0/security-groups/f321d3fb-c562-4478-aab0-0770929bf1f1 => generated 146 bytes in 22 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-29 21:06:58.308 7 INFO neutron_taas.services.taas.taas_plugin [None req-18c80264-741e-4ee1-aa57-3fb80f5b2865 95fc77164fd1475d98df0c47a1c2ac78 5977f680bee8495188c7b40bc7adbad1 - - default default] TaaS: Handle Delete Port: 3a9f55f6-30b7-44db-9838-c33ce8c87f2d 2026-07-29 21:06:58.311 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-18c80264-741e-4ee1-aa57-3fb80f5b2865 95fc77164fd1475d98df0c47a1c2ac78 5977f680bee8495188c7b40bc7adbad1 - - default default] Tap Mirror: Handle Delete Port: 3a9f55f6-30b7-44db-9838-c33ce8c87f2d [pid: 7|app: 0|req: 481/939] 10.0.0.76 () {32 vars in 731 bytes} [Wed Jul 29 21:06:58 2026] DELETE /v2.0/floatingips/351b7dd2-150c-4e26-858d-4f5be30adcf3 => generated 0 bytes in 364 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-29 21:06:58.966 8 INFO neutron_taas.services.taas.taas_plugin [None req-468d9acd-bdae-4e7e-a96a-d91792c8ccdb f92147a9bb754594b3fca89b5bfa188f 3ea8d1a47d2c4b99890a3d48f07525fa - - default default] TaaS: Handle Delete Port: 140eb0d1-8dca-433a-b4d9-dc789461f62c 2026-07-29 21:06:58.972 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-468d9acd-bdae-4e7e-a96a-d91792c8ccdb f92147a9bb754594b3fca89b5bfa188f 3ea8d1a47d2c4b99890a3d48f07525fa - - default default] Tap Mirror: Handle Delete Port: 140eb0d1-8dca-433a-b4d9-dc789461f62c [pid: 7|app: 0|req: 482/940] 10.0.0.76 () {32 vars in 773 bytes} [Wed Jul 29 21:06:58 2026] GET /v2.0/security-groups?tenant_id=cda4abc94c944c81b44ebe94f90e097d&name=default => generated 2925 bytes in 514 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 459/941] 10.0.0.76 () {34 vars in 788 bytes} [Wed Jul 29 21:06:58 2026] PUT /v2.0/routers/b6327aba-0c22-4231-91a0-33687176a852/remove_router_interface => generated 309 bytes in 1155 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 483/942] 10.0.0.76 () {34 vars in 684 bytes} [Wed Jul 29 21:06:59 2026] POST /v2.0/security-groups => generated 1660 bytes in 271 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 460/943] 10.0.0.76 () {32 vars in 739 bytes} [Wed Jul 29 21:06:59 2026] DELETE /v2.0/security-groups/cfe72e50-7b15-485f-8e47-377a72190a92 => generated 0 bytes in 193 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-29 21:07:00.100 7 INFO neutron_taas.services.taas.taas_plugin [None req-595ebe46-17c1-4dd5-8c45-7e7f2781116d f92147a9bb754594b3fca89b5bfa188f 3ea8d1a47d2c4b99890a3d48f07525fa - - default default] TaaS: Handle Delete Port: d9c7eb31-ae75-4b60-9e7d-4d03fc6c26f8 2026-07-29 21:07:00.102 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-595ebe46-17c1-4dd5-8c45-7e7f2781116d f92147a9bb754594b3fca89b5bfa188f 3ea8d1a47d2c4b99890a3d48f07525fa - - default default] Tap Mirror: Handle Delete Port: d9c7eb31-ae75-4b60-9e7d-4d03fc6c26f8 [pid: 8|app: 0|req: 461/944] 10.0.0.76 () {34 vars in 694 bytes} [Wed Jul 29 21:06:59 2026] POST /v2.0/security-group-rules => generated 597 bytes in 259 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 462/945] 10.0.0.76 () {34 vars in 694 bytes} [Wed Jul 29 21:07:00 2026] POST /v2.0/security-group-rules => generated 602 bytes in 237 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-29 21:07:00.467 7 INFO neutron_taas.services.taas.taas_plugin [None req-595ebe46-17c1-4dd5-8c45-7e7f2781116d f92147a9bb754594b3fca89b5bfa188f 3ea8d1a47d2c4b99890a3d48f07525fa - - default default] TaaS: Handle Delete Port: 332f3126-48f0-4195-bc7a-98c465750f5a 2026-07-29 21:07:00.470 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-595ebe46-17c1-4dd5-8c45-7e7f2781116d f92147a9bb754594b3fca89b5bfa188f 3ea8d1a47d2c4b99890a3d48f07525fa - - default default] Tap Mirror: Handle Delete Port: 332f3126-48f0-4195-bc7a-98c465750f5a 2026-07-29 21:07:00.939 7 INFO neutron.services.segments.plugin [-] Segment a3dfa9bb-c8a8-4221-8be8-b9f45b6883dc resource provider aggregate not found 2026-07-29 21:07:00.940 7 INFO neutron.services.segments.plugin [-] Segment a3dfa9bb-c8a8-4221-8be8-b9f45b6883dc resource provider aggregate not found 2026-07-29 21:07:00.960 7 INFO neutron.services.segments.plugin [-] Segment a3dfa9bb-c8a8-4221-8be8-b9f45b6883dc resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a3dfa9bb-c8a8-4221-8be8-b9f45b6883dc found for delete ", "request_id": "req-6a3cf2f0-ce9b-48a6-8338-07b809a8a2c4"}]} 2026-07-29 21:07:00.964 7 INFO neutron.services.segments.plugin [-] Segment a3dfa9bb-c8a8-4221-8be8-b9f45b6883dc resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a3dfa9bb-c8a8-4221-8be8-b9f45b6883dc found for delete ", "request_id": "req-98f918f8-b7d0-4e74-88c8-0eb800063074"}]} 2026-07-29 21:07:01.024 7 INFO neutron.db.l3_hamode_db [None req-595ebe46-17c1-4dd5-8c45-7e7f2781116d f92147a9bb754594b3fca89b5bfa188f 3ea8d1a47d2c4b99890a3d48f07525fa - - default default] HA network e734fa2c-31bf-4367-901e-ddbac18c499d was deleted as no HA routers are present in tenant 5977f680bee8495188c7b40bc7adbad1. [pid: 7|app: 0|req: 484/946] 10.0.0.76 () {32 vars in 723 bytes} [Wed Jul 29 21:06:59 2026] DELETE /v2.0/routers/b6327aba-0c22-4231-91a0-33687176a852 => generated 0 bytes in 1265 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 485/947] 10.0.0.76 () {32 vars in 723 bytes} [Wed Jul 29 21:07:01 2026] DELETE /v2.0/subnets/54117d8f-39e7-4aee-b1d1-eedb975169de => generated 0 bytes in 206 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 463/948] 10.0.0.76 () {34 vars in 675 bytes} [Wed Jul 29 21:07:00 2026] POST /v2.0/floatingips => generated 552 bytes in 863 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-29 21:07:01.380 7 INFO neutron_taas.services.taas.taas_plugin [None req-d9f1c017-a0c3-45a5-90a6-8fd786b4991f f92147a9bb754594b3fca89b5bfa188f 3ea8d1a47d2c4b99890a3d48f07525fa - - default default] TaaS: Handle Delete Port: 596a8945-f062-4176-811c-1a110ca34594 2026-07-29 21:07:01.392 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d9f1c017-a0c3-45a5-90a6-8fd786b4991f f92147a9bb754594b3fca89b5bfa188f 3ea8d1a47d2c4b99890a3d48f07525fa - - default default] Tap Mirror: Handle Delete Port: 596a8945-f062-4176-811c-1a110ca34594 [pid: 8|app: 0|req: 464/949] 10.0.0.147 () {34 vars in 990 bytes} [Wed Jul 29 21:07:01 2026] GET /v2.0/ports?device_id=fe210863-812b-41fd-a557-7fed5373b19c => generated 975 bytes in 112 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 465/950] 10.0.0.147 () {34 vars in 971 bytes} [Wed Jul 29 21:07:01 2026] GET /v2.0/ports/00bc8f09-9555-4bc1-9da4-7aec9a057830 => generated 972 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 486/951] 10.0.0.76 () {32 vars in 725 bytes} [Wed Jul 29 21:07:01 2026] DELETE /v2.0/networks/2728fd3a-b509-41dc-a6dd-92aa13934bd7 => generated 0 bytes in 434 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 466/952] 10.0.0.147 () {34 vars in 1098 bytes} [Wed Jul 29 21:07:01 2026] GET /v2.0/security-groups?name=tempest-securitygroup--634477123&fields=id&tenant_id=af5ffb67558e4c50a9fbcfd1042210b9 => generated 69 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 487/953] 10.0.0.147 () {34 vars in 982 bytes} [Wed Jul 29 21:07:01 2026] GET /v2.0/networks?id=70b3a22d-f382-4648-be65-6bf7b1a47d06 => generated 675 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 467/954] 10.0.0.147 () {34 vars in 965 bytes} [Wed Jul 29 21:07:01 2026] GET /v2.0/quotas/af5ffb67558e4c50a9fbcfd1042210b9 => 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: 488/955] 10.0.0.147 () {34 vars in 1002 bytes} [Wed Jul 29 21:07:01 2026] GET /v2.0/ports?tenant_id=af5ffb67558e4c50a9fbcfd1042210b9&fields=id => generated 103 bytes in 102 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 489/956] 10.0.0.147 () {34 vars in 1008 bytes} [Wed Jul 29 21:07:02 2026] GET /v2.0/networks/70b3a22d-f382-4648-be65-6bf7b1a47d06?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: 490/957] 10.0.0.76 () {32 vars in 773 bytes} [Wed Jul 29 21:07:02 2026] GET /v2.0/security-groups?tenant_id=5977f680bee8495188c7b40bc7adbad1&name=default => generated 2925 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 491/958] 10.0.0.147 () {34 vars in 1108 bytes} [Wed Jul 29 21:07:02 2026] GET /v2.0/networks/70b3a22d-f382-4648-be65-6bf7b1a47d06?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 492/959] 10.0.0.76 () {32 vars in 739 bytes} [Wed Jul 29 21:07:02 2026] DELETE /v2.0/security-groups/8ea1f824-8fcd-4297-bf47-1133451c82f1 => generated 0 bytes in 160 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 493/960] 162.253.55.222 () {34 vars in 1000 bytes} [Wed Jul 29 21:07:02 2026] GET /v2.0/subnets?network_id=f1d76553-6164-4cfa-a651-d8c7b80d0103 => generated 684 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-29 21:07:02.588 8 INFO neutron.db.segments_db [None req-634cee9c-274a-4795-9b5e-53435425ae71 66419c9080d4400d88276b8deb593df4 2eee92be90fc4dd7b2efa0f4f0158503 - - default default] Added segment 152a4880-519b-47e9-95b5-da9630d3b60e of type vxlan for network 2bee4a16-8f71-4262-a2c6-28ee2076627f 2026-07-29 21:07:02.661 8 INFO neutron.db.segments_db [None req-634cee9c-274a-4795-9b5e-53435425ae71 66419c9080d4400d88276b8deb593df4 2eee92be90fc4dd7b2efa0f4f0158503 - - default default] Added segment 61c5a6b5-af6d-4fc4-af73-c60c099adccc of type vxlan for network f6815e38-5b52-45bc-be70-36661d642954 [pid: 7|app: 0|req: 494/961] 162.253.55.222 () {34 vars in 1146 bytes} [Wed Jul 29 21:07:02 2026] GET /v2.0/ports?device_id=fe210863-812b-41fd-a557-7fed5373b19c&device_owner=compute%3Anova&network_id=f1d76553-6164-4cfa-a651-d8c7b80d0103 => generated 975 bytes in 507 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 495/962] 10.0.0.147 () {34 vars in 990 bytes} [Wed Jul 29 21:07:02 2026] GET /v2.0/ports?device_id=eb8ff5b0-b4e1-4a30-95df-536909cb2eea => 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: 468/963] 10.0.0.76 () {34 vars in 669 bytes} [Wed Jul 29 21:07:01 2026] POST /v2.0/networks => generated 1208 bytes in 927 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-07-29 21:07:02.983 7 INFO neutron.services.segments.plugin [-] Segment d7aea34e-81f6-47eb-b799-2a50e6cd50fa resource provider aggregate not found 2026-07-29 21:07:02.988 7 INFO neutron.services.segments.plugin [-] Segment d7aea34e-81f6-47eb-b799-2a50e6cd50fa resource provider aggregate not found 2026-07-29 21:07:02.999 7 INFO neutron.services.segments.plugin [-] Segment d7aea34e-81f6-47eb-b799-2a50e6cd50fa resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d7aea34e-81f6-47eb-b799-2a50e6cd50fa found for delete ", "request_id": "req-283ba53b-b62a-4fc0-882a-1ee3888de920"}]} 2026-07-29 21:07:03.001 7 INFO neutron.services.segments.plugin [-] Segment d7aea34e-81f6-47eb-b799-2a50e6cd50fa resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d7aea34e-81f6-47eb-b799-2a50e6cd50fa found for delete ", "request_id": "req-d1e4a3d4-284e-43af-9b07-bb5283456591"}]} [pid: 8|app: 0|req: 469/964] 10.0.0.76 () {32 vars in 648 bytes} [Wed Jul 29 21:07:02 2026] GET /v2.0/networks => generated 1845 bytes in 93 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-29 21:07:03.182 8 INFO neutron.services.segments.plugin [-] Segment 152a4880-519b-47e9-95b5-da9630d3b60e resource provider aggregate not found 2026-07-29 21:07:03.187 8 INFO neutron.services.segments.plugin [-] Segment 152a4880-519b-47e9-95b5-da9630d3b60e resource provider aggregate not found 2026-07-29 21:07:03.202 8 INFO neutron.services.segments.plugin [-] Segment 152a4880-519b-47e9-95b5-da9630d3b60e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 152a4880-519b-47e9-95b5-da9630d3b60e found for delete ", "request_id": "req-7ab66f30-4d51-448e-8bbc-edb7f06ce599"}]} 2026-07-29 21:07:03.210 8 INFO neutron.services.segments.plugin [-] Segment 152a4880-519b-47e9-95b5-da9630d3b60e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 152a4880-519b-47e9-95b5-da9630d3b60e found for delete ", "request_id": "req-ce8db819-5bfc-44b6-a5c6-c591fb902e53"}]} [pid: 8|app: 0|req: 470/965] 10.0.0.76 () {32 vars in 725 bytes} [Wed Jul 29 21:07:03 2026] DELETE /v2.0/networks/2bee4a16-8f71-4262-a2c6-28ee2076627f => 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: 471/966] 10.0.0.76 () {32 vars in 725 bytes} [Wed Jul 29 21:07:03 2026] DELETE /v2.0/networks/f6815e38-5b52-45bc-be70-36661d642954 => generated 0 bytes in 191 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 472/967] 10.0.0.76 () {32 vars in 648 bytes} [Wed Jul 29 21:07:03 2026] GET /v2.0/networks => generated 651 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-29 21:07:03.597 8 INFO neutron.db.segments_db [None req-9fc54d90-c780-40d3-aaed-eafeb6ee6b67 66419c9080d4400d88276b8deb593df4 2eee92be90fc4dd7b2efa0f4f0158503 - - default default] Added segment bd48ef72-4c5e-49a8-90c1-deffe8ffa0c0 of type vxlan for network 92bfbd91-cc4c-4b6a-98bb-df8d0d3727ca [pid: 7|app: 0|req: 496/968] 162.253.55.222 () {38 vars in 1028 bytes} [Wed Jul 29 21:07:02 2026] PUT /v2.0/ports/00bc8f09-9555-4bc1-9da4-7aec9a057830 => generated 1149 bytes in 727 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-29 21:07:03.667 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-026fec72-3606-430d-9dd5-04203b08a13f'] response: {'name': 'network-changed', 'server_uuid': 'fe210863-812b-41fd-a557-7fed5373b19c', 'tag': '00bc8f09-9555-4bc1-9da4-7aec9a057830', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 473/969] 10.0.0.76 () {34 vars in 669 bytes} [Wed Jul 29 21:07:03 2026] POST /v2.0/networks => generated 634 bytes in 274 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-07-29 21:07:03.990 7 INFO neutron.db.segments_db [None req-11d42c8e-45e0-4823-a9c3-adc7f9a26288 66419c9080d4400d88276b8deb593df4 2eee92be90fc4dd7b2efa0f4f0158503 - - default default] Added segment c1bf8679-9612-4bd3-9d4a-7c9c62841038 of type vxlan for network 0af8cd4f-7eac-40f1-a098-0d2cf0d09226 [pid: 8|app: 0|req: 474/970] 10.0.0.147 () {34 vars in 990 bytes} [Wed Jul 29 21:07:03 2026] GET /v2.0/ports?device_id=eb8ff5b0-b4e1-4a30-95df-536909cb2eea => 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: 497/971] 10.0.0.76 () {34 vars in 669 bytes} [Wed Jul 29 21:07:03 2026] POST /v2.0/networks => generated 634 bytes in 397 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 475/972] 162.253.55.222 () {34 vars in 1080 bytes} [Wed Jul 29 21:07:04 2026] GET /v2.0/ports?tenant_id=5c1b95be6bca4cb5a6a59382dce6bc50&device_id=fe210863-812b-41fd-a557-7fed5373b19c => generated 1421 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 476/973] 162.253.55.222 () {34 vars in 986 bytes} [Wed Jul 29 21:07:04 2026] GET /v2.0/networks?id=f1d76553-6164-4cfa-a651-d8c7b80d0103 => generated 780 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 477/974] 162.253.55.222 () {34 vars in 1060 bytes} [Wed Jul 29 21:07:04 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.12&port_id=00bc8f09-9555-4bc1-9da4-7aec9a057830 => generated 861 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 478/975] 162.253.55.222 () {34 vars in 1058 bytes} [Wed Jul 29 21:07:04 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.6&port_id=00bc8f09-9555-4bc1-9da4-7aec9a057830 => 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: 479/976] 162.253.55.222 () {34 vars in 984 bytes} [Wed Jul 29 21:07:04 2026] GET /v2.0/subnets?id=304ccfa8-2e6f-4282-98ac-f62abc0be24e => generated 702 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 480/977] 162.253.55.222 () {34 vars in 1052 bytes} [Wed Jul 29 21:07:04 2026] GET /v2.0/ports?network_id=f1d76553-6164-4cfa-a651-d8c7b80d0103&device_owner=network%3Adhcp => generated 1244 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 481/978] 162.253.55.222 () {34 vars in 1012 bytes} [Wed Jul 29 21:07:04 2026] GET /v2.0/networks/f1d76553-6164-4cfa-a651-d8c7b80d0103?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: 482/979] 162.253.55.222 () {34 vars in 1112 bytes} [Wed Jul 29 21:07:04 2026] GET /v2.0/networks/f1d76553-6164-4cfa-a651-d8c7b80d0103?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: 498/980] 10.0.0.76 () {34 vars in 664 bytes} [Wed Jul 29 21:07:04 2026] POST /v2.0/ports => generated 1504 bytes in 906 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: 483/981] 10.0.0.147 () {34 vars in 990 bytes} [Wed Jul 29 21:07:05 2026] GET /v2.0/ports?device_id=eb8ff5b0-b4e1-4a30-95df-536909cb2eea => 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: 499/982] 10.0.0.76 () {32 vars in 642 bytes} [Wed Jul 29 21:07:05 2026] GET /v2.0/ports => generated 1504 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-29 21:07:05.234 8 INFO neutron.services.segments.plugin [-] Segment 61c5a6b5-af6d-4fc4-af73-c60c099adccc resource provider aggregate not found 2026-07-29 21:07:05.234 8 INFO neutron.services.segments.plugin [-] Segment 61c5a6b5-af6d-4fc4-af73-c60c099adccc resource provider aggregate not found [pid: 7|app: 0|req: 500/983] 10.0.0.147 () {34 vars in 990 bytes} [Wed Jul 29 21:07:05 2026] GET /v2.0/ports?device_id=fe210863-812b-41fd-a557-7fed5373b19c => generated 1152 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-29 21:07:05.257 8 INFO neutron.services.segments.plugin [-] Segment 61c5a6b5-af6d-4fc4-af73-c60c099adccc resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 61c5a6b5-af6d-4fc4-af73-c60c099adccc found for delete ", "request_id": "req-f1eac57c-2674-4910-87b4-b4a9ea895cea"}]} 2026-07-29 21:07:05.263 8 INFO neutron.services.segments.plugin [-] Segment 61c5a6b5-af6d-4fc4-af73-c60c099adccc resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 61c5a6b5-af6d-4fc4-af73-c60c099adccc found for delete ", "request_id": "req-83a924d0-afed-4999-ae83-8000888cc3bb"}]} [pid: 7|app: 0|req: 501/984] 10.0.0.147 () {34 vars in 1040 bytes} [Wed Jul 29 21:07:05 2026] GET /v2.0/security-groups?id=234a1161-7f4c-49fd-aa8d-d22a1bf76f6b&fields=id&fields=name => generated 112 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-29 21:07:05.354 8 INFO neutron_taas.services.taas.taas_plugin [None req-28adb0fe-7580-4bfd-9279-a25c53f853d0 66419c9080d4400d88276b8deb593df4 2eee92be90fc4dd7b2efa0f4f0158503 - - default default] TaaS: Handle Delete Port: 46b09f8c-347b-4f5b-a786-2f5b32161fbd 2026-07-29 21:07:05.357 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-28adb0fe-7580-4bfd-9279-a25c53f853d0 66419c9080d4400d88276b8deb593df4 2eee92be90fc4dd7b2efa0f4f0158503 - - default default] Tap Mirror: Handle Delete Port: 46b09f8c-347b-4f5b-a786-2f5b32161fbd [pid: 8|app: 0|req: 484/985] 10.0.0.76 () {32 vars in 719 bytes} [Wed Jul 29 21:07:05 2026] DELETE /v2.0/ports/46b09f8c-347b-4f5b-a786-2f5b32161fbd => generated 0 bytes in 292 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 485/986] 162.253.55.222 () {34 vars in 1080 bytes} [Wed Jul 29 21:07:05 2026] GET /v2.0/ports?tenant_id=5c1b95be6bca4cb5a6a59382dce6bc50&device_id=fe210863-812b-41fd-a557-7fed5373b19c => generated 1421 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-29 21:07:05.611 7 INFO neutron_taas.services.taas.taas_plugin [None req-af330ff4-0dad-43be-b719-0feb00919d5e 66419c9080d4400d88276b8deb593df4 2eee92be90fc4dd7b2efa0f4f0158503 - - default default] TaaS: Handle Delete Port: 37f9648a-7adb-48be-b498-dac4206fb5d9 2026-07-29 21:07:05.616 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-af330ff4-0dad-43be-b719-0feb00919d5e 66419c9080d4400d88276b8deb593df4 2eee92be90fc4dd7b2efa0f4f0158503 - - default default] Tap Mirror: Handle Delete Port: 37f9648a-7adb-48be-b498-dac4206fb5d9 [pid: 8|app: 0|req: 486/987] 162.253.55.222 () {34 vars in 986 bytes} [Wed Jul 29 21:07:05 2026] GET /v2.0/networks?id=f1d76553-6164-4cfa-a651-d8c7b80d0103 => generated 780 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 487/988] 162.253.55.222 () {34 vars in 1060 bytes} [Wed Jul 29 21:07:05 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.12&port_id=00bc8f09-9555-4bc1-9da4-7aec9a057830 => generated 861 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 488/989] 162.253.55.222 () {34 vars in 1058 bytes} [Wed Jul 29 21:07:05 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.6&port_id=00bc8f09-9555-4bc1-9da4-7aec9a057830 => generated 19 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 502/990] 10.0.0.76 () {32 vars in 719 bytes} [Wed Jul 29 21:07:05 2026] DELETE /v2.0/ports/37f9648a-7adb-48be-b498-dac4206fb5d9 => generated 0 bytes in 262 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 503/991] 10.0.0.76 () {32 vars in 642 bytes} [Wed Jul 29 21:07:05 2026] GET /v2.0/ports => 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: 489/992] 162.253.55.222 () {34 vars in 984 bytes} [Wed Jul 29 21:07:05 2026] GET /v2.0/subnets?id=304ccfa8-2e6f-4282-98ac-f62abc0be24e => generated 702 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 504/993] 162.253.55.222 () {34 vars in 1052 bytes} [Wed Jul 29 21:07:05 2026] GET /v2.0/ports?network_id=f1d76553-6164-4cfa-a651-d8c7b80d0103&device_owner=network%3Adhcp => generated 1244 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-29 21:07:05.892 8 INFO neutron.db.segments_db [None req-e1e97729-1dd3-4f9f-b023-51e1f599e455 66419c9080d4400d88276b8deb593df4 2eee92be90fc4dd7b2efa0f4f0158503 - - default default] Added segment ed751bd4-b853-47d3-806c-a2bf213b4e2d of type vxlan for network e41abeed-08fd-4ddf-9f6a-4b1ca5c3905c [pid: 7|app: 0|req: 505/994] 162.253.55.222 () {34 vars in 1012 bytes} [Wed Jul 29 21:07:05 2026] GET /v2.0/networks/f1d76553-6164-4cfa-a651-d8c7b80d0103?fields=segments => generated 14 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 506/995] 162.253.55.222 () {34 vars in 1112 bytes} [Wed Jul 29 21:07:05 2026] GET /v2.0/networks/f1d76553-6164-4cfa-a651-d8c7b80d0103?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: 490/996] 10.0.0.76 () {34 vars in 669 bytes} [Wed Jul 29 21:07:05 2026] POST /v2.0/networks => generated 635 bytes in 294 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-29 21:07:06.189 7 INFO neutron.db.segments_db [None req-979bed4d-ad7d-4d2f-9a33-2abd4b0c8c02 66419c9080d4400d88276b8deb593df4 2eee92be90fc4dd7b2efa0f4f0158503 - - default default] Added segment d36ecc97-9a77-453b-ba14-b8792021f838 of type vxlan for network 8afebaf5-e3c0-4b4e-9a13-74820295728e [pid: 8|app: 0|req: 491/997] 10.0.0.147 () {34 vars in 990 bytes} [Wed Jul 29 21:07:06 2026] GET /v2.0/ports?device_id=eb8ff5b0-b4e1-4a30-95df-536909cb2eea => 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: 507/998] 10.0.0.76 () {34 vars in 669 bytes} [Wed Jul 29 21:07:06 2026] POST /v2.0/networks => generated 635 bytes in 286 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 492/999] 162.253.55.222 () {34 vars in 1118 bytes} [Wed Jul 29 21:07:06 2026] GET /v2.0/ports?device_id=fe210863-812b-41fd-a557-7fed5373b19c&device_owner=compute%3Anova&fixed_ips=ip_address%3D10.100.0.6 => generated 1152 bytes in 126 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 508/1000] 162.253.55.222 () {38 vars in 1028 bytes} [Wed Jul 29 21:07:06 2026] PUT /v2.0/ports/00bc8f09-9555-4bc1-9da4-7aec9a057830 => generated 972 bytes in 428 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-07-29 21:07:07.072 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-4518a7ae-f8d7-46c4-a669-5ae6d3c8d97f'] response: {'name': 'network-changed', 'server_uuid': 'fe210863-812b-41fd-a557-7fed5373b19c', 'tag': '00bc8f09-9555-4bc1-9da4-7aec9a057830', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 509/1001] 162.253.55.222 () {34 vars in 986 bytes} [Wed Jul 29 21:07:07 2026] GET /v2.0/networks?id=70b3a22d-f382-4648-be65-6bf7b1a47d06 => generated 675 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 510/1002] 162.253.55.222 () {34 vars in 1050 bytes} [Wed Jul 29 21:07:07 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=af5ffb67558e4c50a9fbcfd1042210b9 => generated 180 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 493/1003] 10.0.0.76 () {34 vars in 668 bytes} [Wed Jul 29 21:07:06 2026] POST /v2.0/subnets => generated 1323 bytes in 734 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 511/1004] 162.253.55.222 () {38 vars in 955 bytes} [Wed Jul 29 21:07:07 2026] POST /v2.0/ports => generated 958 bytes in 551 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: 494/1005] 10.0.0.147 () {34 vars in 990 bytes} [Wed Jul 29 21:07:07 2026] GET /v2.0/ports?device_id=eb8ff5b0-b4e1-4a30-95df-536909cb2eea => generated 961 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 512/1006] 162.253.55.222 () {34 vars in 1080 bytes} [Wed Jul 29 21:07:07 2026] GET /v2.0/ports?tenant_id=5c1b95be6bca4cb5a6a59382dce6bc50&device_id=fe210863-812b-41fd-a557-7fed5373b19c => generated 1244 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 495/1007] 10.0.0.76 () {32 vars in 646 bytes} [Wed Jul 29 21:07:07 2026] GET /v2.0/subnets => generated 1959 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 496/1008] 10.0.0.147 () {34 vars in 1040 bytes} [Wed Jul 29 21:07:07 2026] GET /v2.0/security-groups?id=3cdf1552-658b-4fb3-b840-0b26f0d064ba&fields=id&fields=name => generated 113 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 497/1009] 162.253.55.222 () {34 vars in 986 bytes} [Wed Jul 29 21:07:07 2026] GET /v2.0/networks?id=f1d76553-6164-4cfa-a651-d8c7b80d0103 => generated 780 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 498/1010] 10.0.0.76 () {32 vars in 723 bytes} [Wed Jul 29 21:07:07 2026] DELETE /v2.0/subnets/f69626a3-fd91-463d-9f7b-673c5cb2fc2a => generated 0 bytes in 198 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 499/1011] 162.253.55.222 () {34 vars in 1060 bytes} [Wed Jul 29 21:07:08 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.12&port_id=00bc8f09-9555-4bc1-9da4-7aec9a057830 => generated 861 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 500/1012] 10.0.0.76 () {32 vars in 723 bytes} [Wed Jul 29 21:07:08 2026] DELETE /v2.0/subnets/8f6ac3c2-c70a-47e7-80ca-d7a4ba93eb51 => 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: 501/1013] 162.253.55.222 () {34 vars in 984 bytes} [Wed Jul 29 21:07:08 2026] GET /v2.0/subnets?id=304ccfa8-2e6f-4282-98ac-f62abc0be24e => generated 702 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 513/1014] 162.253.55.222 () {38 vars in 1028 bytes} [Wed Jul 29 21:07:07 2026] PUT /v2.0/ports/03f25c06-604e-410b-9a0d-69924c8c7e3f => generated 1239 bytes in 616 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: 502/1015] 10.0.0.76 () {32 vars in 646 bytes} [Wed Jul 29 21:07:08 2026] GET /v2.0/subnets => generated 649 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 514/1016] 162.253.55.222 () {34 vars in 1052 bytes} [Wed Jul 29 21:07:08 2026] GET /v2.0/ports?network_id=f1d76553-6164-4cfa-a651-d8c7b80d0103&device_owner=network%3Adhcp => generated 1244 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 515/1017] 162.253.55.222 () {34 vars in 1012 bytes} [Wed Jul 29 21:07:08 2026] GET /v2.0/networks/f1d76553-6164-4cfa-a651-d8c7b80d0103?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: 516/1018] 162.253.55.222 () {34 vars in 1112 bytes} [Wed Jul 29 21:07:08 2026] GET /v2.0/networks/f1d76553-6164-4cfa-a651-d8c7b80d0103?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) 2026-07-29 21:07:08.505 8 INFO neutron.services.segments.plugin [-] Segment d36ecc97-9a77-453b-ba14-b8792021f838 resource provider aggregate not found 2026-07-29 21:07:08.511 8 INFO neutron.services.segments.plugin [-] Segment d36ecc97-9a77-453b-ba14-b8792021f838 resource provider aggregate not found 2026-07-29 21:07:08.522 8 INFO neutron.services.segments.plugin [-] Segment d36ecc97-9a77-453b-ba14-b8792021f838 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d36ecc97-9a77-453b-ba14-b8792021f838 found for delete ", "request_id": "req-7d879686-249f-40e2-afe9-6de285920078"}]} 2026-07-29 21:07:08.528 8 INFO neutron.services.segments.plugin [-] Segment d36ecc97-9a77-453b-ba14-b8792021f838 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d36ecc97-9a77-453b-ba14-b8792021f838 found for delete ", "request_id": "req-607ec4c4-3990-46e7-b9f3-04cd8748912e"}]} [pid: 8|app: 0|req: 503/1019] 10.0.0.76 () {32 vars in 725 bytes} [Wed Jul 29 21:07:08 2026] DELETE /v2.0/networks/8afebaf5-e3c0-4b4e-9a13-74820295728e => generated 0 bytes in 209 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-29 21:07:08.732 7 INFO neutron.services.segments.plugin [-] Segment ed751bd4-b853-47d3-806c-a2bf213b4e2d resource provider aggregate not found 2026-07-29 21:07:08.741 7 INFO neutron.services.segments.plugin [-] Segment ed751bd4-b853-47d3-806c-a2bf213b4e2d resource provider aggregate not found 2026-07-29 21:07:08.757 7 INFO neutron.services.segments.plugin [-] Segment ed751bd4-b853-47d3-806c-a2bf213b4e2d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ed751bd4-b853-47d3-806c-a2bf213b4e2d found for delete ", "request_id": "req-f19f7d8b-dd76-4611-864c-eab8c6955a10"}]} 2026-07-29 21:07:08.759 7 INFO neutron.services.segments.plugin [-] Segment ed751bd4-b853-47d3-806c-a2bf213b4e2d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ed751bd4-b853-47d3-806c-a2bf213b4e2d found for delete ", "request_id": "req-8fcc6e29-ac0e-4fae-bff0-56212d633538"}]} [pid: 7|app: 0|req: 517/1020] 10.0.0.76 () {32 vars in 725 bytes} [Wed Jul 29 21:07:08 2026] DELETE /v2.0/networks/e41abeed-08fd-4ddf-9f6a-4b1ca5c3905c => generated 0 bytes in 214 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 518/1021] 10.0.0.147 () {34 vars in 990 bytes} [Wed Jul 29 21:07:08 2026] GET /v2.0/ports?device_id=eb8ff5b0-b4e1-4a30-95df-536909cb2eea => generated 973 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 519/1022] 10.0.0.147 () {34 vars in 1040 bytes} [Wed Jul 29 21:07:08 2026] GET /v2.0/security-groups?id=3cdf1552-658b-4fb3-b840-0b26f0d064ba&fields=id&fields=name => generated 113 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 504/1023] 10.0.0.76 () {32 vars in 725 bytes} [Wed Jul 29 21:07:08 2026] DELETE /v2.0/networks/0af8cd4f-7eac-40f1-a098-0d2cf0d09226 => generated 0 bytes in 195 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-29 21:07:09.122 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-e03f7bf7-c842-4f40-ba69-c271342c2164'] response: {'name': 'network-changed', 'server_uuid': 'eb8ff5b0-b4e1-4a30-95df-536909cb2eea', 'tag': '03f25c06-604e-410b-9a0d-69924c8c7e3f', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 520/1024] 10.0.0.76 () {32 vars in 725 bytes} [Wed Jul 29 21:07:09 2026] DELETE /v2.0/networks/92bfbd91-cc4c-4b6a-98bb-df8d0d3727ca => generated 0 bytes in 189 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 521/1025] 162.253.55.222 () {34 vars in 1080 bytes} [Wed Jul 29 21:07:09 2026] GET /v2.0/ports?tenant_id=af5ffb67558e4c50a9fbcfd1042210b9&device_id=eb8ff5b0-b4e1-4a30-95df-536909cb2eea => generated 1242 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 522/1026] 162.253.55.222 () {34 vars in 1060 bytes} [Wed Jul 29 21:07:09 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.12&port_id=03f25c06-604e-410b-9a0d-69924c8c7e3f => generated 19 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 525/1029] 162.253.55.222 () {34 vars in 984 bytes} [Wed Jul 29 21:07:09 2026] GET /v2.0/subnets?id=8e8abe48-4ab9-4e4a-a3b0-cd9cfe7e91fb => generated 693 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 526/1030] 162.253.55.222 () {34 vars in 1052 bytes} [Wed Jul 29 21:07:09 2026] GET /v2.0/ports?network_id=70b3a22d-f382-4648-be65-6bf7b1a47d06&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: 527/1031] 162.253.55.222 () {34 vars in 1080 bytes} [Wed Jul 29 21:07:09 2026] GET /v2.0/ports?tenant_id=5c1b95be6bca4cb5a6a59382dce6bc50&device_id=fe210863-812b-41fd-a557-7fed5373b19c => generated 1244 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 528/1032] 162.253.55.222 () {34 vars in 1012 bytes} [Wed Jul 29 21:07:09 2026] GET /v2.0/networks/70b3a22d-f382-4648-be65-6bf7b1a47d06?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: 529/1033] 162.253.55.222 () {34 vars in 986 bytes} [Wed Jul 29 21:07:09 2026] GET /v2.0/networks?id=f1d76553-6164-4cfa-a651-d8c7b80d0103 => generated 780 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 530/1034] 162.253.55.222 () {34 vars in 1112 bytes} [Wed Jul 29 21:07:09 2026] GET /v2.0/networks/70b3a22d-f382-4648-be65-6bf7b1a47d06?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: 531/1035] 162.253.55.222 () {34 vars in 1060 bytes} [Wed Jul 29 21:07:09 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.12&port_id=00bc8f09-9555-4bc1-9da4-7aec9a057830 => generated 861 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 505/1036] 10.0.0.76 () {32 vars in 773 bytes} [Wed Jul 29 21:07:09 2026] GET /v2.0/security-groups?tenant_id=baecbe14300c42cf8e8f64a8d167c117&name=default => generated 2925 bytes in 400 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 506/1037] 162.253.55.222 () {34 vars in 984 bytes} [Wed Jul 29 21:07:09 2026] GET /v2.0/subnets?id=304ccfa8-2e6f-4282-98ac-f62abc0be24e => generated 702 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 507/1038] 162.253.55.222 () {34 vars in 1052 bytes} [Wed Jul 29 21:07:09 2026] GET /v2.0/ports?network_id=f1d76553-6164-4cfa-a651-d8c7b80d0103&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: 508/1039] 162.253.55.222 () {34 vars in 1012 bytes} [Wed Jul 29 21:07:09 2026] GET /v2.0/networks/f1d76553-6164-4cfa-a651-d8c7b80d0103?fields=segments => generated 14 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 532/1040] 10.0.0.76 () {32 vars in 739 bytes} [Wed Jul 29 21:07:09 2026] DELETE /v2.0/security-groups/6a1f7cbe-b832-4217-8f89-94d3e117ba9b => generated 0 bytes in 266 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 533/1041] 162.253.55.222 () {34 vars in 1112 bytes} [Wed Jul 29 21:07:10 2026] GET /v2.0/networks/f1d76553-6164-4cfa-a651-d8c7b80d0103?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: 534/1042] 10.0.0.147 () {34 vars in 990 bytes} [Wed Jul 29 21:07:10 2026] GET /v2.0/ports?device_id=eb8ff5b0-b4e1-4a30-95df-536909cb2eea => 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: 509/1043] 10.0.0.76 () {32 vars in 773 bytes} [Wed Jul 29 21:07:09 2026] GET /v2.0/security-groups?tenant_id=2eee92be90fc4dd7b2efa0f4f0158503&name=default => generated 2925 bytes in 215 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 510/1044] 10.0.0.147 () {34 vars in 1040 bytes} [Wed Jul 29 21:07:10 2026] GET /v2.0/security-groups?id=3cdf1552-658b-4fb3-b840-0b26f0d064ba&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: 535/1045] 10.0.0.147 () {34 vars in 990 bytes} [Wed Jul 29 21:07:10 2026] GET /v2.0/ports?device_id=fe210863-812b-41fd-a557-7fed5373b19c => generated 975 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 511/1046] 10.0.0.76 () {32 vars in 739 bytes} [Wed Jul 29 21:07:10 2026] DELETE /v2.0/security-groups/ef82e0e3-e965-4dcd-8069-606861949896 => generated 0 bytes in 169 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 512/1047] 10.0.0.147 () {34 vars in 1040 bytes} [Wed Jul 29 21:07:10 2026] GET /v2.0/security-groups?id=234a1161-7f4c-49fd-aa8d-d22a1bf76f6b&fields=id&fields=name => generated 112 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 536/1048] 10.0.0.76 () {32 vars in 773 bytes} [Wed Jul 29 21:07:10 2026] GET /v2.0/security-groups?tenant_id=a477ded44f1d4e2e83c940feb9aaf110&name=default => generated 2925 bytes in 200 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 513/1049] 10.0.0.76 () {32 vars in 739 bytes} [Wed Jul 29 21:07:10 2026] DELETE /v2.0/security-groups/01dc818f-7910-4d3c-b055-54556202d2c5 => generated 0 bytes in 160 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-29 21:07:10.562 8 INFO neutron.services.segments.plugin [-] Segment c1bf8679-9612-4bd3-9d4a-7c9c62841038 resource provider aggregate not found 2026-07-29 21:07:10.567 8 INFO neutron.services.segments.plugin [-] Segment c1bf8679-9612-4bd3-9d4a-7c9c62841038 resource provider aggregate not found 2026-07-29 21:07:10.593 8 INFO neutron.services.segments.plugin [-] Segment c1bf8679-9612-4bd3-9d4a-7c9c62841038 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c1bf8679-9612-4bd3-9d4a-7c9c62841038 found for delete ", "request_id": "req-ac93af8f-a6be-49d5-882a-e6f294f0e6ac"}]} 2026-07-29 21:07:10.596 8 INFO neutron.services.segments.plugin [-] Segment c1bf8679-9612-4bd3-9d4a-7c9c62841038 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c1bf8679-9612-4bd3-9d4a-7c9c62841038 found for delete ", "request_id": "req-60e70558-b150-4428-84f0-d2b06d0ff0db"}]} [pid: 7|app: 0|req: 537/1050] 162.253.55.222 () {34 vars in 1080 bytes} [Wed Jul 29 21:07:10 2026] GET /v2.0/ports?tenant_id=af5ffb67558e4c50a9fbcfd1042210b9&device_id=eb8ff5b0-b4e1-4a30-95df-536909cb2eea => generated 1242 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-29 21:07:10.796 7 INFO neutron.services.segments.plugin [-] Segment bd48ef72-4c5e-49a8-90c1-deffe8ffa0c0 resource provider aggregate not found 2026-07-29 21:07:10.801 7 INFO neutron.services.segments.plugin [-] Segment bd48ef72-4c5e-49a8-90c1-deffe8ffa0c0 resource provider aggregate not found 2026-07-29 21:07:10.814 7 INFO neutron.services.segments.plugin [-] Segment bd48ef72-4c5e-49a8-90c1-deffe8ffa0c0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bd48ef72-4c5e-49a8-90c1-deffe8ffa0c0 found for delete ", "request_id": "req-7cb906de-8a0e-4906-93f5-2c4233196b29"}]} [pid: 8|app: 0|req: 514/1051] 162.253.55.222 () {34 vars in 986 bytes} [Wed Jul 29 21:07:10 2026] GET /v2.0/networks?id=70b3a22d-f382-4648-be65-6bf7b1a47d06 => generated 771 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-29 21:07:10.828 7 INFO neutron.services.segments.plugin [-] Segment bd48ef72-4c5e-49a8-90c1-deffe8ffa0c0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bd48ef72-4c5e-49a8-90c1-deffe8ffa0c0 found for delete ", "request_id": "req-e20bb930-c18e-42ae-80f5-689d8ed053aa"}]} [pid: 7|app: 0|req: 538/1052] 162.253.55.222 () {34 vars in 1060 bytes} [Wed Jul 29 21:07:10 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.12&port_id=03f25c06-604e-410b-9a0d-69924c8c7e3f => 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: 515/1053] 162.253.55.222 () {34 vars in 984 bytes} [Wed Jul 29 21:07:10 2026] GET /v2.0/subnets?id=8e8abe48-4ab9-4e4a-a3b0-cd9cfe7e91fb => generated 693 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 539/1054] 162.253.55.222 () {34 vars in 1052 bytes} [Wed Jul 29 21:07:10 2026] GET /v2.0/ports?network_id=70b3a22d-f382-4648-be65-6bf7b1a47d06&device_owner=network%3Adhcp => generated 1244 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 516/1055] 162.253.55.222 () {34 vars in 1012 bytes} [Wed Jul 29 21:07:10 2026] GET /v2.0/networks/70b3a22d-f382-4648-be65-6bf7b1a47d06?fields=segments => generated 14 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 540/1056] 162.253.55.222 () {34 vars in 1112 bytes} [Wed Jul 29 21:07:11 2026] GET /v2.0/networks/70b3a22d-f382-4648-be65-6bf7b1a47d06?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: 517/1057] 10.0.0.147 () {34 vars in 990 bytes} [Wed Jul 29 21:07:11 2026] GET /v2.0/ports?device_id=eb8ff5b0-b4e1-4a30-95df-536909cb2eea => generated 973 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 541/1058] 10.0.0.147 () {34 vars in 1040 bytes} [Wed Jul 29 21:07:11 2026] GET /v2.0/security-groups?id=3cdf1552-658b-4fb3-b840-0b26f0d064ba&fields=id&fields=name => generated 113 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 518/1059] 10.0.0.147 () {34 vars in 990 bytes} [Wed Jul 29 21:07:11 2026] GET /v2.0/ports?device_id=fe210863-812b-41fd-a557-7fed5373b19c => generated 975 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 542/1060] 10.0.0.147 () {34 vars in 1040 bytes} [Wed Jul 29 21:07:11 2026] GET /v2.0/security-groups?id=234a1161-7f4c-49fd-aa8d-d22a1bf76f6b&fields=id&fields=name => generated 112 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 519/1061] 162.253.55.222 () {34 vars in 994 bytes} [Wed Jul 29 21:07:12 2026] GET /v2.0/ports?device_id=fe210863-812b-41fd-a557-7fed5373b19c => generated 975 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 543/1062] 10.0.0.147 () {34 vars in 990 bytes} [Wed Jul 29 21:07:12 2026] GET /v2.0/ports?device_id=eb8ff5b0-b4e1-4a30-95df-536909cb2eea => generated 975 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 544/1063] 10.0.0.147 () {34 vars in 1040 bytes} [Wed Jul 29 21:07:12 2026] GET /v2.0/security-groups?id=3cdf1552-658b-4fb3-b840-0b26f0d064ba&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-07-29 21:07:12.525 8 INFO neutron_taas.services.taas.taas_plugin [req-355d1799-468a-489a-bd4b-e0cf0e23a94e req-ccf08227-68a6-49fc-8440-bc21598fe794 ee13833f4a334bb8a6068f17cdf57b1b 5c1b95be6bca4cb5a6a59382dce6bc50 - - default default] TaaS: Handle Delete Port: 00bc8f09-9555-4bc1-9da4-7aec9a057830 2026-07-29 21:07:12.539 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-355d1799-468a-489a-bd4b-e0cf0e23a94e req-ccf08227-68a6-49fc-8440-bc21598fe794 ee13833f4a334bb8a6068f17cdf57b1b 5c1b95be6bca4cb5a6a59382dce6bc50 - - default default] Tap Mirror: Handle Delete Port: 00bc8f09-9555-4bc1-9da4-7aec9a057830 2026-07-29 21:07:12.676 8 INFO neutron.db.l3_db [req-355d1799-468a-489a-bd4b-e0cf0e23a94e req-ccf08227-68a6-49fc-8440-bc21598fe794 ee13833f4a334bb8a6068f17cdf57b1b 5c1b95be6bca4cb5a6a59382dce6bc50 - - default default] Floating IP 5b4f5161-3f38-40b3-a64e-2cfeb06e1e15 disassociated. External IP: 10.96.250.204, port: 00bc8f09-9555-4bc1-9da4-7aec9a057830. 2026-07-29 21:07:13.036 7 INFO neutron.db.segments_db [None req-24b85e33-4c42-451e-8bcb-9581bbfcce7a 975386b95da44bcca80ea2407aac3867 58de94678a34408b8d29e11d7f7ba7ec - - default default] Added segment a0bb6fe3-7c3f-4d57-b26e-cb7049a2f344 of type vxlan for network 5477739e-c4a8-4643-a8af-222bc92d0a2b 2026-07-29 21:07:13.112 7 INFO neutron.db.segments_db [None req-24b85e33-4c42-451e-8bcb-9581bbfcce7a 975386b95da44bcca80ea2407aac3867 58de94678a34408b8d29e11d7f7ba7ec - - default default] Added segment 3da41f3f-1170-4137-948e-f2ac35dafe9a of type vxlan for network 65108d28-6b47-4ef9-a032-7a61855fd412 [pid: 8|app: 0|req: 520/1064] 162.253.55.222 () {36 vars in 997 bytes} [Wed Jul 29 21:07:12 2026] DELETE /v2.0/ports/00bc8f09-9555-4bc1-9da4-7aec9a057830 => generated 0 bytes in 700 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 521/1065] 10.0.0.147 () {34 vars in 990 bytes} [Wed Jul 29 21:07:13 2026] GET /v2.0/ports?device_id=fe210863-812b-41fd-a557-7fed5373b19c => generated 12 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-29 21:07:13.173 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-0e56de4c-416b-48dd-aaa3-745876646d4e'] response: {'server_uuid': 'fe210863-812b-41fd-a557-7fed5373b19c', 'name': 'network-vif-deleted', 'tag': '00bc8f09-9555-4bc1-9da4-7aec9a057830', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 545/1066] 10.0.0.76 () {34 vars in 669 bytes} [Wed Jul 29 21:07:12 2026] POST /v2.0/networks => generated 1205 bytes in 817 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 522/1067] 10.0.0.76 () {32 vars in 648 bytes} [Wed Jul 29 21:07:13 2026] GET /v2.0/networks => generated 1842 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-29 21:07:13.581 7 INFO neutron.services.segments.plugin [-] Segment a0bb6fe3-7c3f-4d57-b26e-cb7049a2f344 resource provider aggregate not found 2026-07-29 21:07:13.597 7 INFO neutron.services.segments.plugin [-] Segment a0bb6fe3-7c3f-4d57-b26e-cb7049a2f344 resource provider aggregate not found 2026-07-29 21:07:13.613 7 INFO neutron.services.segments.plugin [-] Segment a0bb6fe3-7c3f-4d57-b26e-cb7049a2f344 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a0bb6fe3-7c3f-4d57-b26e-cb7049a2f344 found for delete ", "request_id": "req-edcbccc8-530c-4b36-8201-8d1dc581fcff"}]} 2026-07-29 21:07:13.631 7 INFO neutron.services.segments.plugin [-] Segment a0bb6fe3-7c3f-4d57-b26e-cb7049a2f344 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a0bb6fe3-7c3f-4d57-b26e-cb7049a2f344 found for delete ", "request_id": "req-b2c9089f-a3ec-4f4e-86ea-97a38606b1ba"}]} [pid: 7|app: 0|req: 546/1068] 10.0.0.76 () {32 vars in 725 bytes} [Wed Jul 29 21:07:13 2026] DELETE /v2.0/networks/5477739e-c4a8-4643-a8af-222bc92d0a2b => generated 0 bytes in 229 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 523/1069] 10.0.0.147 () {34 vars in 990 bytes} [Wed Jul 29 21:07:13 2026] GET /v2.0/ports?device_id=eb8ff5b0-b4e1-4a30-95df-536909cb2eea => generated 975 bytes in 104 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 524/1070] 10.0.0.147 () {34 vars in 1040 bytes} [Wed Jul 29 21:07:13 2026] GET /v2.0/security-groups?id=3cdf1552-658b-4fb3-b840-0b26f0d064ba&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: 547/1071] 10.0.0.76 () {32 vars in 725 bytes} [Wed Jul 29 21:07:13 2026] DELETE /v2.0/networks/65108d28-6b47-4ef9-a032-7a61855fd412 => generated 0 bytes in 190 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 525/1072] 10.0.0.76 () {32 vars in 648 bytes} [Wed Jul 29 21:07:13 2026] GET /v2.0/networks => generated 651 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-29 21:07:14.043 7 INFO neutron.db.segments_db [None req-dbaef6b6-ca88-4d42-b4dd-91bef222ff9a 975386b95da44bcca80ea2407aac3867 58de94678a34408b8d29e11d7f7ba7ec - - default default] Added segment fb8c0dce-4afd-4a3d-8b61-aa766127fb27 of type vxlan for network eece7599-770c-40d9-b4ca-62b9144da6c3 [pid: 7|app: 0|req: 548/1073] 10.0.0.76 () {34 vars in 669 bytes} [Wed Jul 29 21:07:13 2026] POST /v2.0/networks => generated 631 bytes in 299 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 549/1074] 10.0.0.147 () {34 vars in 990 bytes} [Wed Jul 29 21:07:14 2026] GET /v2.0/ports?device_id=fe210863-812b-41fd-a557-7fed5373b19c => generated 12 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-29 21:07:14.330 8 INFO neutron.db.segments_db [None req-10aee080-6c85-47b9-80b5-e8b6a2bfee6c 975386b95da44bcca80ea2407aac3867 58de94678a34408b8d29e11d7f7ba7ec - - default default] Added segment b2b5b34f-636a-4ef3-9ff2-56dcb9a94aec of type vxlan for network 6b0259ea-2568-4064-8c4c-82bb807e2a61 [pid: 8|app: 0|req: 526/1075] 10.0.0.76 () {34 vars in 669 bytes} [Wed Jul 29 21:07:14 2026] POST /v2.0/networks => generated 629 bytes in 236 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 527/1076] 10.0.0.147 () {34 vars in 990 bytes} [Wed Jul 29 21:07:14 2026] GET /v2.0/ports?device_id=eb8ff5b0-b4e1-4a30-95df-536909cb2eea => generated 975 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 528/1077] 10.0.0.147 () {34 vars in 1040 bytes} [Wed Jul 29 21:07:14 2026] GET /v2.0/security-groups?id=3cdf1552-658b-4fb3-b840-0b26f0d064ba&fields=id&fields=name => generated 113 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 529/1078] 10.0.0.147 () {34 vars in 990 bytes} [Wed Jul 29 21:07:15 2026] GET /v2.0/ports?device_id=eb8ff5b0-b4e1-4a30-95df-536909cb2eea => generated 975 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 550/1079] 10.0.0.76 () {34 vars in 664 bytes} [Wed Jul 29 21:07:14 2026] POST /v2.0/ports => generated 1506 bytes in 1025 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: 551/1080] 10.0.0.147 () {34 vars in 990 bytes} [Wed Jul 29 21:07:15 2026] GET /v2.0/ports?device_id=fe210863-812b-41fd-a557-7fed5373b19c => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-29 21:07:15.550 8 INFO neutron.db.l3_db [None req-a27ddc8a-e2e6-48a7-9774-8ea9df0ae916 72b436c1726647f79db9418a44be1bc8 af5ffb67558e4c50a9fbcfd1042210b9 - - default default] Floating IP 5c204eb8-0427-41f4-8569-15d859ac3ecb associated. External IP: 10.96.250.205, port: 03f25c06-604e-410b-9a0d-69924c8c7e3f. [pid: 7|app: 0|req: 552/1081] 10.0.0.76 () {32 vars in 642 bytes} [Wed Jul 29 21:07:15 2026] GET /v2.0/ports => generated 1506 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-29 21:07:15.659 7 INFO neutron.services.segments.plugin [-] Segment 3da41f3f-1170-4137-948e-f2ac35dafe9a resource provider aggregate not found 2026-07-29 21:07:15.666 7 INFO neutron.services.segments.plugin [-] Segment 3da41f3f-1170-4137-948e-f2ac35dafe9a resource provider aggregate not found 2026-07-29 21:07:15.693 7 INFO neutron.services.segments.plugin [-] Segment 3da41f3f-1170-4137-948e-f2ac35dafe9a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3da41f3f-1170-4137-948e-f2ac35dafe9a found for delete ", "request_id": "req-96e4bef2-39ce-458a-a481-4dbf7cd5a8cc"}]} 2026-07-29 21:07:15.695 7 INFO neutron.services.segments.plugin [-] Segment 3da41f3f-1170-4137-948e-f2ac35dafe9a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3da41f3f-1170-4137-948e-f2ac35dafe9a found for delete ", "request_id": "req-d95890b0-2d69-4416-8786-1b6e129c0829"}]} 2026-07-29 21:07:15.718 7 INFO neutron_taas.services.taas.taas_plugin [None req-38e3fba0-850b-428f-a8c5-51ee5f4534bc 975386b95da44bcca80ea2407aac3867 58de94678a34408b8d29e11d7f7ba7ec - - default default] TaaS: Handle Delete Port: dc78e3a4-5a51-47e9-beb4-1bf34af9aa46 2026-07-29 21:07:15.721 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-38e3fba0-850b-428f-a8c5-51ee5f4534bc 975386b95da44bcca80ea2407aac3867 58de94678a34408b8d29e11d7f7ba7ec - - default default] Tap Mirror: Handle Delete Port: dc78e3a4-5a51-47e9-beb4-1bf34af9aa46 [pid: 8|app: 0|req: 530/1082] 10.0.0.76 () {34 vars in 748 bytes} [Wed Jul 29 21:07:15 2026] PUT /v2.0/floatingips/5c204eb8-0427-41f4-8569-15d859ac3ecb => generated 856 bytes in 818 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 553/1083] 10.0.0.76 () {32 vars in 719 bytes} [Wed Jul 29 21:07:15 2026] DELETE /v2.0/ports/dc78e3a4-5a51-47e9-beb4-1bf34af9aa46 => generated 0 bytes in 317 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-29 21:07:15.938 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-ef1dd8e9-2abf-4371-84d3-7fec8b8237b3'] response: {'name': 'network-changed', 'server_uuid': 'eb8ff5b0-b4e1-4a30-95df-536909cb2eea', 'tag': '03f25c06-604e-410b-9a0d-69924c8c7e3f', 'status': 'completed', 'code': 200} 2026-07-29 21:07:16.045 8 INFO neutron_taas.services.taas.taas_plugin [None req-724e4a1d-2171-4f95-920a-5ecbe914bb98 975386b95da44bcca80ea2407aac3867 58de94678a34408b8d29e11d7f7ba7ec - - default default] TaaS: Handle Delete Port: b5ca1bef-277d-4642-8a13-44bba14a8a59 2026-07-29 21:07:16.049 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-724e4a1d-2171-4f95-920a-5ecbe914bb98 975386b95da44bcca80ea2407aac3867 58de94678a34408b8d29e11d7f7ba7ec - - default default] Tap Mirror: Handle Delete Port: b5ca1bef-277d-4642-8a13-44bba14a8a59 [pid: 8|app: 0|req: 531/1084] 10.0.0.76 () {32 vars in 719 bytes} [Wed Jul 29 21:07:15 2026] DELETE /v2.0/ports/b5ca1bef-277d-4642-8a13-44bba14a8a59 => generated 0 bytes in 258 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 554/1085] 10.0.0.76 () {32 vars in 642 bytes} [Wed Jul 29 21:07:16 2026] GET /v2.0/ports => generated 12 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-29 21:07:16.318 8 INFO neutron.db.segments_db [None req-a4988302-5b30-422f-a81d-b0272c8d9609 975386b95da44bcca80ea2407aac3867 58de94678a34408b8d29e11d7f7ba7ec - - default default] Added segment 00632c36-c691-4909-b96a-0d4dba3dd8fd of type vxlan for network f8666859-c9fd-4b34-8636-99164456dda9 [pid: 8|app: 0|req: 532/1086] 10.0.0.76 () {34 vars in 669 bytes} [Wed Jul 29 21:07:16 2026] POST /v2.0/networks => generated 631 bytes in 283 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 555/1087] 162.253.55.222 () {34 vars in 1080 bytes} [Wed Jul 29 21:07:16 2026] GET /v2.0/ports?tenant_id=af5ffb67558e4c50a9fbcfd1042210b9&device_id=eb8ff5b0-b4e1-4a30-95df-536909cb2eea => generated 1244 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 556/1088] 162.253.55.222 () {34 vars in 986 bytes} [Wed Jul 29 21:07:16 2026] GET /v2.0/networks?id=70b3a22d-f382-4648-be65-6bf7b1a47d06 => generated 771 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-29 21:07:16.619 8 INFO neutron.db.segments_db [None req-fbd47d35-3aed-4beb-90f3-f8da41b68e02 975386b95da44bcca80ea2407aac3867 58de94678a34408b8d29e11d7f7ba7ec - - default default] Added segment a95a8afb-c880-4942-a524-aed261773f67 of type vxlan for network d618f857-417b-4a4b-a950-5ba18112f542 [pid: 7|app: 0|req: 557/1089] 162.253.55.222 () {34 vars in 1060 bytes} [Wed Jul 29 21:07:16 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.12&port_id=03f25c06-604e-410b-9a0d-69924c8c7e3f => generated 859 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 558/1090] 162.253.55.222 () {34 vars in 984 bytes} [Wed Jul 29 21:07:16 2026] GET /v2.0/subnets?id=8e8abe48-4ab9-4e4a-a3b0-cd9cfe7e91fb => generated 693 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 533/1091] 10.0.0.76 () {34 vars in 669 bytes} [Wed Jul 29 21:07:16 2026] POST /v2.0/networks => generated 631 bytes in 308 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 534/1092] 162.253.55.222 () {34 vars in 1052 bytes} [Wed Jul 29 21:07:16 2026] GET /v2.0/ports?network_id=70b3a22d-f382-4648-be65-6bf7b1a47d06&device_owner=network%3Adhcp => generated 1244 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 559/1093] 10.0.0.76 () {32 vars in 739 bytes} [Wed Jul 29 21:07:16 2026] DELETE /v2.0/security-groups/234a1161-7f4c-49fd-aa8d-d22a1bf76f6b => generated 0 bytes in 169 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 560/1094] 162.253.55.222 () {34 vars in 1012 bytes} [Wed Jul 29 21:07:16 2026] GET /v2.0/networks/70b3a22d-f382-4648-be65-6bf7b1a47d06?fields=segments => generated 14 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-29 21:07:16.939 7 INFO neutron.api.v2.resource [None req-4efd6112-93b0-43f8-98ef-a34613c235dc ee13833f4a334bb8a6068f17cdf57b1b 5c1b95be6bca4cb5a6a59382dce6bc50 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 561/1095] 10.0.0.76 () {32 vars in 736 bytes} [Wed Jul 29 21:07:16 2026] GET /v2.0/security-groups/234a1161-7f4c-49fd-aa8d-d22a1bf76f6b => 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: 562/1096] 162.253.55.222 () {34 vars in 1112 bytes} [Wed Jul 29 21:07:16 2026] GET /v2.0/networks/70b3a22d-f382-4648-be65-6bf7b1a47d06?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-07-29 21:07:17.155 7 INFO neutron_taas.services.taas.taas_plugin [None req-2787b22f-eb03-4a9a-bf0a-9d4d3b310a7d ee13833f4a334bb8a6068f17cdf57b1b 5c1b95be6bca4cb5a6a59382dce6bc50 - - default default] TaaS: Handle Delete Port: 9c3a1476-c3a4-4545-9cc9-f47965965778 2026-07-29 21:07:17.158 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2787b22f-eb03-4a9a-bf0a-9d4d3b310a7d ee13833f4a334bb8a6068f17cdf57b1b 5c1b95be6bca4cb5a6a59382dce6bc50 - - default default] Tap Mirror: Handle Delete Port: 9c3a1476-c3a4-4545-9cc9-f47965965778 [pid: 7|app: 0|req: 563/1097] 10.0.0.76 () {32 vars in 731 bytes} [Wed Jul 29 21:07:17 2026] DELETE /v2.0/floatingips/5b4f5161-3f38-40b3-a64e-2cfeb06e1e15 => generated 0 bytes in 381 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 535/1098] 10.0.0.76 () {34 vars in 668 bytes} [Wed Jul 29 21:07:16 2026] POST /v2.0/subnets => generated 1274 bytes in 828 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-07-29 21:07:17.933 7 INFO neutron_taas.services.taas.taas_plugin [None req-478907bd-4777-46de-b195-090e5e804812 f92147a9bb754594b3fca89b5bfa188f 3ea8d1a47d2c4b99890a3d48f07525fa - - default default] TaaS: Handle Delete Port: 5fa7e99c-c6cd-4480-afb5-2d6e03678d7c 2026-07-29 21:07:17.936 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-478907bd-4777-46de-b195-090e5e804812 f92147a9bb754594b3fca89b5bfa188f 3ea8d1a47d2c4b99890a3d48f07525fa - - default default] Tap Mirror: Handle Delete Port: 5fa7e99c-c6cd-4480-afb5-2d6e03678d7c [pid: 8|app: 0|req: 536/1099] 10.0.0.76 () {32 vars in 773 bytes} [Wed Jul 29 21:07:17 2026] GET /v2.0/security-groups?tenant_id=78f87036707c43ceb59ef04884837dc9&name=default => generated 2925 bytes in 573 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 537/1100] 10.0.0.76 () {32 vars in 646 bytes} [Wed Jul 29 21:07:18 2026] GET /v2.0/subnets => generated 1910 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 538/1101] 10.0.0.76 () {32 vars in 739 bytes} [Wed Jul 29 21:07:18 2026] DELETE /v2.0/security-groups/d08cfd9d-e0e7-417e-97f0-a9cc35970e61 => 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: 539/1102] 10.0.0.76 () {32 vars in 723 bytes} [Wed Jul 29 21:07:18 2026] DELETE /v2.0/subnets/d23f3d76-b6b5-4cfc-9bea-562ba22a7770 => 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: 564/1103] 10.0.0.76 () {34 vars in 788 bytes} [Wed Jul 29 21:07:17 2026] PUT /v2.0/routers/b04828f9-e7a5-4d31-bc3d-1d6fff0e48cc/remove_router_interface => generated 309 bytes in 1147 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 540/1104] 10.0.0.76 () {32 vars in 773 bytes} [Wed Jul 29 21:07:18 2026] GET /v2.0/security-groups?tenant_id=d98a7cbd7c56414396add17e753ab660&name=default => generated 2925 bytes in 161 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 565/1105] 10.0.0.76 () {32 vars in 723 bytes} [Wed Jul 29 21:07:18 2026] DELETE /v2.0/subnets/3224e8ab-223c-499a-b4a1-ae9311f98c6f => generated 0 bytes in 181 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-29 21:07:18.953 8 INFO neutron_taas.services.taas.taas_plugin [None req-85a5f0f3-569b-4267-9490-b0ba90a1b6a0 f92147a9bb754594b3fca89b5bfa188f 3ea8d1a47d2c4b99890a3d48f07525fa - - default default] TaaS: Handle Delete Port: 7cc048f4-50a6-4506-a999-cc714d65515b 2026-07-29 21:07:18.955 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-85a5f0f3-569b-4267-9490-b0ba90a1b6a0 f92147a9bb754594b3fca89b5bfa188f 3ea8d1a47d2c4b99890a3d48f07525fa - - default default] Tap Mirror: Handle Delete Port: 7cc048f4-50a6-4506-a999-cc714d65515b [pid: 7|app: 0|req: 566/1106] 10.0.0.76 () {32 vars in 739 bytes} [Wed Jul 29 21:07:18 2026] DELETE /v2.0/security-groups/58c077f2-dc93-4602-8ace-121267151fbf => generated 0 bytes in 194 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 567/1107] 10.0.0.76 () {32 vars in 646 bytes} [Wed Jul 29 21:07:18 2026] GET /v2.0/subnets => generated 649 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-29 21:07:19.173 7 INFO neutron.services.segments.plugin [-] Segment a95a8afb-c880-4942-a524-aed261773f67 resource provider aggregate not found 2026-07-29 21:07:19.177 7 INFO neutron.services.segments.plugin [-] Segment a95a8afb-c880-4942-a524-aed261773f67 resource provider aggregate not found 2026-07-29 21:07:19.195 7 INFO neutron.services.segments.plugin [-] Segment a95a8afb-c880-4942-a524-aed261773f67 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a95a8afb-c880-4942-a524-aed261773f67 found for delete ", "request_id": "req-1e036f90-be16-452b-aa39-498382379d43"}]} 2026-07-29 21:07:19.205 7 INFO neutron.services.segments.plugin [-] Segment a95a8afb-c880-4942-a524-aed261773f67 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a95a8afb-c880-4942-a524-aed261773f67 found for delete ", "request_id": "req-577bdb76-b6c1-4c7c-8d46-23e4885f7d9e"}]} [pid: 7|app: 0|req: 568/1108] 10.0.0.76 () {32 vars in 725 bytes} [Wed Jul 29 21:07:19 2026] DELETE /v2.0/networks/d618f857-417b-4a4b-a950-5ba18112f542 => generated 0 bytes in 191 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-29 21:07:19.291 8 INFO neutron_taas.services.taas.taas_plugin [None req-85a5f0f3-569b-4267-9490-b0ba90a1b6a0 f92147a9bb754594b3fca89b5bfa188f 3ea8d1a47d2c4b99890a3d48f07525fa - - default default] TaaS: Handle Delete Port: 31ddaa59-6e6f-455f-8e0f-d6ef28184ca1 2026-07-29 21:07:19.293 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-85a5f0f3-569b-4267-9490-b0ba90a1b6a0 f92147a9bb754594b3fca89b5bfa188f 3ea8d1a47d2c4b99890a3d48f07525fa - - default default] Tap Mirror: Handle Delete Port: 31ddaa59-6e6f-455f-8e0f-d6ef28184ca1 [pid: 7|app: 0|req: 569/1109] 10.0.0.76 () {32 vars in 725 bytes} [Wed Jul 29 21:07:19 2026] DELETE /v2.0/networks/f8666859-c9fd-4b34-8636-99164456dda9 => 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: 570/1110] 10.0.0.76 () {32 vars in 725 bytes} [Wed Jul 29 21:07:19 2026] DELETE /v2.0/networks/6b0259ea-2568-4064-8c4c-82bb807e2a61 => generated 0 bytes in 162 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 571/1111] 10.0.0.76 () {32 vars in 725 bytes} [Wed Jul 29 21:07:19 2026] DELETE /v2.0/networks/eece7599-770c-40d9-b4ca-62b9144da6c3 => generated 0 bytes in 154 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-29 21:07:19.816 8 INFO neutron.services.segments.plugin [-] Segment 83595c03-7478-4d85-bdde-f07b350a416c resource provider aggregate not found 2026-07-29 21:07:19.817 8 INFO neutron.services.segments.plugin [-] Segment 83595c03-7478-4d85-bdde-f07b350a416c resource provider aggregate not found 2026-07-29 21:07:19.843 8 INFO neutron.services.segments.plugin [-] Segment 83595c03-7478-4d85-bdde-f07b350a416c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 83595c03-7478-4d85-bdde-f07b350a416c found for delete ", "request_id": "req-109ec7a3-daaf-4e15-bc49-5db88683e2ad"}]} 2026-07-29 21:07:19.848 8 INFO neutron.services.segments.plugin [-] Segment 83595c03-7478-4d85-bdde-f07b350a416c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 83595c03-7478-4d85-bdde-f07b350a416c found for delete ", "request_id": "req-948ad771-9e3f-4300-bd53-870e09bd6b01"}]} 2026-07-29 21:07:19.937 8 INFO neutron.db.l3_hamode_db [None req-85a5f0f3-569b-4267-9490-b0ba90a1b6a0 f92147a9bb754594b3fca89b5bfa188f 3ea8d1a47d2c4b99890a3d48f07525fa - - default default] HA network aabe9c9c-7dd4-4f2f-9601-f7279ed6c2c6 was deleted as no HA routers are present in tenant 5c1b95be6bca4cb5a6a59382dce6bc50. [pid: 8|app: 0|req: 541/1112] 10.0.0.76 () {32 vars in 723 bytes} [Wed Jul 29 21:07:18 2026] DELETE /v2.0/routers/b04828f9-e7a5-4d31-bc3d-1d6fff0e48cc => generated 0 bytes in 1217 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 572/1113] 10.0.0.76 () {32 vars in 723 bytes} [Wed Jul 29 21:07:19 2026] DELETE /v2.0/subnets/304ccfa8-2e6f-4282-98ac-f62abc0be24e => generated 0 bytes in 182 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-29 21:07:20.275 8 INFO neutron_taas.services.taas.taas_plugin [None req-de1b6dc9-099a-491a-a77a-2504148f431c f92147a9bb754594b3fca89b5bfa188f 3ea8d1a47d2c4b99890a3d48f07525fa - - default default] TaaS: Handle Delete Port: 3500fb1d-96ac-4745-b256-f4ff514238fe 2026-07-29 21:07:20.280 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-de1b6dc9-099a-491a-a77a-2504148f431c f92147a9bb754594b3fca89b5bfa188f 3ea8d1a47d2c4b99890a3d48f07525fa - - default default] Tap Mirror: Handle Delete Port: 3500fb1d-96ac-4745-b256-f4ff514238fe [pid: 8|app: 0|req: 542/1114] 10.0.0.76 () {32 vars in 725 bytes} [Wed Jul 29 21:07:20 2026] DELETE /v2.0/networks/f1d76553-6164-4cfa-a651-d8c7b80d0103 => generated 0 bytes in 410 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 573/1115] 10.0.0.76 () {32 vars in 773 bytes} [Wed Jul 29 21:07:20 2026] GET /v2.0/security-groups?tenant_id=58de94678a34408b8d29e11d7f7ba7ec&name=default => generated 2925 bytes in 206 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 543/1116] 10.0.0.76 () {32 vars in 739 bytes} [Wed Jul 29 21:07:20 2026] DELETE /v2.0/security-groups/604f6437-2e17-411e-bd3c-0243c0cd648e => generated 0 bytes in 152 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 574/1117] 10.0.0.76 () {32 vars in 773 bytes} [Wed Jul 29 21:07:20 2026] GET /v2.0/security-groups?tenant_id=5c1b95be6bca4cb5a6a59382dce6bc50&name=default => generated 2921 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 544/1118] 10.0.0.76 () {32 vars in 739 bytes} [Wed Jul 29 21:07:20 2026] DELETE /v2.0/security-groups/122172a9-b28b-4d5a-ac99-41c80408cf7a => generated 0 bytes in 158 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-29 21:07:21.219 7 INFO neutron.services.segments.plugin [-] Segment 00632c36-c691-4909-b96a-0d4dba3dd8fd resource provider aggregate not found 2026-07-29 21:07:21.231 7 INFO neutron.services.segments.plugin [-] Segment 00632c36-c691-4909-b96a-0d4dba3dd8fd resource provider aggregate not found 2026-07-29 21:07:21.237 7 INFO neutron.services.segments.plugin [-] Segment 00632c36-c691-4909-b96a-0d4dba3dd8fd resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 00632c36-c691-4909-b96a-0d4dba3dd8fd found for delete ", "request_id": "req-9871bd4d-0027-4342-8cf1-690e9b3a6b1f"}]} 2026-07-29 21:07:21.251 7 INFO neutron.services.segments.plugin [-] Segment b2b5b34f-636a-4ef3-9ff2-56dcb9a94aec resource provider aggregate not found 2026-07-29 21:07:21.251 7 INFO neutron.services.segments.plugin [-] Segment 00632c36-c691-4909-b96a-0d4dba3dd8fd resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 00632c36-c691-4909-b96a-0d4dba3dd8fd found for delete ", "request_id": "req-94f3f025-a804-4f66-b540-13a1fac36c09"}]} 2026-07-29 21:07:21.266 7 INFO neutron.services.segments.plugin [-] Segment b2b5b34f-636a-4ef3-9ff2-56dcb9a94aec resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b2b5b34f-636a-4ef3-9ff2-56dcb9a94aec found for delete ", "request_id": "req-90a4541e-6e61-4e52-94de-7b7390fb625c"}]} 2026-07-29 21:07:21.271 7 INFO neutron.services.segments.plugin [-] Segment b2b5b34f-636a-4ef3-9ff2-56dcb9a94aec resource provider aggregate not found 2026-07-29 21:07:21.287 7 INFO neutron.services.segments.plugin [-] Segment fb8c0dce-4afd-4a3d-8b61-aa766127fb27 resource provider aggregate not found 2026-07-29 21:07:21.292 7 INFO neutron.services.segments.plugin [-] Segment b2b5b34f-636a-4ef3-9ff2-56dcb9a94aec resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b2b5b34f-636a-4ef3-9ff2-56dcb9a94aec found for delete ", "request_id": "req-c321ac10-145b-4869-be1a-f0c23d41aceb"}]} 2026-07-29 21:07:21.304 7 INFO neutron.services.segments.plugin [-] Segment fb8c0dce-4afd-4a3d-8b61-aa766127fb27 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fb8c0dce-4afd-4a3d-8b61-aa766127fb27 found for delete ", "request_id": "req-c4bf377a-600e-4805-9a66-03a0ce571e38"}]} 2026-07-29 21:07:21.311 7 INFO neutron.services.segments.plugin [-] Segment fb8c0dce-4afd-4a3d-8b61-aa766127fb27 resource provider aggregate not found 2026-07-29 21:07:21.334 7 INFO neutron.services.segments.plugin [-] Segment fb8c0dce-4afd-4a3d-8b61-aa766127fb27 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fb8c0dce-4afd-4a3d-8b61-aa766127fb27 found for delete ", "request_id": "req-47032fa8-17e4-4f9d-aadf-a17fe9673b4c"}]} 2026-07-29 21:07:21.873 8 INFO neutron.services.segments.plugin [-] Segment 1617e0b9-0d25-445c-9dc6-5adaa1d8f7b4 resource provider aggregate not found 2026-07-29 21:07:21.877 8 INFO neutron.services.segments.plugin [-] Segment 1617e0b9-0d25-445c-9dc6-5adaa1d8f7b4 resource provider aggregate not found 2026-07-29 21:07:21.897 8 INFO neutron.services.segments.plugin [-] Segment 1617e0b9-0d25-445c-9dc6-5adaa1d8f7b4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1617e0b9-0d25-445c-9dc6-5adaa1d8f7b4 found for delete ", "request_id": "req-ca10e15e-68f4-4499-b8a8-eae563078052"}]} 2026-07-29 21:07:21.898 8 INFO neutron.services.segments.plugin [-] Segment 1617e0b9-0d25-445c-9dc6-5adaa1d8f7b4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1617e0b9-0d25-445c-9dc6-5adaa1d8f7b4 found for delete ", "request_id": "req-a5366194-11ed-4125-bb7e-40ebe36b189d"}]} 2026-07-29 21:07:23.258 7 INFO neutron.db.segments_db [None req-a688e3df-5c6f-4253-b0f7-5e209054a023 f92147a9bb754594b3fca89b5bfa188f 3ea8d1a47d2c4b99890a3d48f07525fa - - default default] Added segment 91460625-70ed-4925-8fd2-7192ccab88a0 of type vxlan for network 4161eca0-b1f2-490f-add2-348b75aede38 2026-07-29 21:07:23.284 8 INFO neutron.db.segments_db [None req-89a4cf32-ddf9-49ab-8b39-79ab288ce659 b2f48ad61f364b939a277d69dc9ad6be dd65837a62294d67883054c140f8f740 - - default default] Added segment 66ddd851-1654-4b3a-9427-f8000e286b43 of type vxlan for network 8edf810d-f76a-4adf-a0a8-85fbe7558b86 [pid: 7|app: 0|req: 575/1119] 10.0.0.76 () {34 vars in 670 bytes} [Wed Jul 29 21:07:22 2026] POST /v2.0/networks => generated 727 bytes in 514 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 545/1120] 10.0.0.76 () {34 vars in 669 bytes} [Wed Jul 29 21:07:22 2026] POST /v2.0/networks => generated 626 bytes in 535 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 576/1121] 10.0.0.76 () {34 vars in 668 bytes} [Wed Jul 29 21:07:23 2026] POST /v2.0/subnets => generated 693 bytes in 355 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-29 21:07:23.959 7 INFO neutron.db.segments_db [None req-b9001696-d48e-4e26-abd1-abada700e399 f92147a9bb754594b3fca89b5bfa188f 3ea8d1a47d2c4b99890a3d48f07525fa - - default default] Added segment e107033f-ccc0-4342-b541-65e58d69c29d of type vxlan for network 8803f9cb-959a-4f28-a717-cc3ae1db9dac [pid: 8|app: 0|req: 546/1122] 10.0.0.76 () {34 vars in 664 bytes} [Wed Jul 29 21:07:23 2026] POST /v2.0/ports => generated 775 bytes in 524 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-07-29 21:07:24.123 8 INFO neutron.db.segments_db [None req-44d9bdcb-7cc1-4606-8458-a8e329221f06 b2f48ad61f364b939a277d69dc9ad6be dd65837a62294d67883054c140f8f740 - - default default] Added segment 6d2dec93-6a82-4991-a599-9cc5d8929a6a of type vxlan for network 31180c90-777b-48db-a17c-cee04766d903 [pid: 8|app: 0|req: 547/1123] 10.0.0.76 () {34 vars in 669 bytes} [Wed Jul 29 21:07:24 2026] POST /v2.0/networks => generated 612 bytes in 262 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-29 21:07:24.358 7 INFO neutron.db.l3_hamode_db [None req-b9001696-d48e-4e26-abd1-abada700e399 f92147a9bb754594b3fca89b5bfa188f c6316c6c79634bdfbfb1bfe3598b6ff0 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 548/1124] 10.0.0.76 () {34 vars in 668 bytes} [Wed Jul 29 21:07:24 2026] POST /v2.0/subnets => generated 626 bytes in 435 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 551/1127] 10.0.0.76 () {34 vars in 664 bytes} [Wed Jul 29 21:07:24 2026] POST /v2.0/ports => generated 949 bytes in 545 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-07-29 21:07:25.378 7 INFO neutron.db.l3_hamode_db [None req-b9001696-d48e-4e26-abd1-abada700e399 f92147a9bb754594b3fca89b5bfa188f 3ea8d1a47d2c4b99890a3d48f07525fa - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-29 21:07:25.395 8 INFO neutron_taas.services.taas.taas_plugin [None req-672a745b-93f2-4c5d-985f-553e64894f65 b2f48ad61f364b939a277d69dc9ad6be dd65837a62294d67883054c140f8f740 - - default default] TaaS: Handle Delete Port: 5d9068dc-ce1a-4fac-b54c-0e5b6abf952e 2026-07-29 21:07:25.398 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-672a745b-93f2-4c5d-985f-553e64894f65 b2f48ad61f364b939a277d69dc9ad6be dd65837a62294d67883054c140f8f740 - - default default] Tap Mirror: Handle Delete Port: 5d9068dc-ce1a-4fac-b54c-0e5b6abf952e [pid: 8|app: 0|req: 552/1128] 10.0.0.76 () {32 vars in 719 bytes} [Wed Jul 29 21:07:25 2026] DELETE /v2.0/ports/5d9068dc-ce1a-4fac-b54c-0e5b6abf952e => generated 0 bytes in 297 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-29 21:07:25.601 8 INFO neutron.pecan_wsgi.hooks.translation [None req-8d15e3fd-a56d-49e8-b84f-a1d7a46c0e1b b2f48ad61f364b939a277d69dc9ad6be dd65837a62294d67883054c140f8f740 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 553/1129] 10.0.0.76 () {32 vars in 719 bytes} [Wed Jul 29 21:07:25 2026] DELETE /v2.0/ports/5d9068dc-ce1a-4fac-b54c-0e5b6abf952e => generated 132 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-29 21:07:25.623 8 INFO neutron.pecan_wsgi.hooks.translation [None req-d896e0e3-d530-4120-8866-a62acf508c0b b2f48ad61f364b939a277d69dc9ad6be dd65837a62294d67883054c140f8f740 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 554/1130] 10.0.0.76 () {32 vars in 716 bytes} [Wed Jul 29 21:07:25 2026] GET /v2.0/ports/5d9068dc-ce1a-4fac-b54c-0e5b6abf952e => generated 132 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 555/1131] 10.0.0.76 () {32 vars in 723 bytes} [Wed Jul 29 21:07:25 2026] DELETE /v2.0/subnets/71243048-8182-44aa-8ed6-4f20703b295c => generated 0 bytes in 163 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-29 21:07:25.921 8 INFO neutron.services.segments.plugin [-] Segment 6d2dec93-6a82-4991-a599-9cc5d8929a6a resource provider aggregate not found 2026-07-29 21:07:25.928 8 INFO neutron.services.segments.plugin [-] Segment 6d2dec93-6a82-4991-a599-9cc5d8929a6a resource provider aggregate not found 2026-07-29 21:07:25.947 8 INFO neutron.services.segments.plugin [-] Segment 6d2dec93-6a82-4991-a599-9cc5d8929a6a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6d2dec93-6a82-4991-a599-9cc5d8929a6a found for delete ", "request_id": "req-c680afe1-28ec-4aae-9b68-0f5688cb44db"}]} 2026-07-29 21:07:25.952 8 INFO neutron.services.segments.plugin [-] Segment 6d2dec93-6a82-4991-a599-9cc5d8929a6a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6d2dec93-6a82-4991-a599-9cc5d8929a6a found for delete ", "request_id": "req-41685a2e-2235-4b95-a625-3dd263dd894a"}]} [pid: 8|app: 0|req: 556/1132] 10.0.0.76 () {32 vars in 725 bytes} [Wed Jul 29 21:07:25 2026] DELETE /v2.0/networks/31180c90-777b-48db-a17c-cee04766d903 => generated 0 bytes in 179 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 557/1133] 10.0.0.136 () {34 vars in 990 bytes} [Wed Jul 29 21:07:25 2026] GET /v2.0/ports?device_id=eb8ff5b0-b4e1-4a30-95df-536909cb2eea => generated 1244 bytes in 463 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-29 21:07:26.517 8 INFO neutron.db.segments_db [None req-0c936350-534c-449d-8736-942c56eb2c47 b2f48ad61f364b939a277d69dc9ad6be dd65837a62294d67883054c140f8f740 - - default default] Added segment ce4d6d45-a50d-46e1-be94-be3f6d8509d0 of type vxlan for network 1a84e7a7-e19c-43d3-bda9-0aff2495f54b [pid: 7|app: 0|req: 577/1134] 10.0.0.76 () {34 vars in 668 bytes} [Wed Jul 29 21:07:23 2026] POST /v2.0/routers => generated 733 bytes in 2870 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 558/1135] 10.0.0.76 () {34 vars in 669 bytes} [Wed Jul 29 21:07:26 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) [pid: 7|app: 0|req: 578/1136] 10.0.0.136 () {34 vars in 1040 bytes} [Wed Jul 29 21:07:26 2026] GET /v2.0/security-groups?id=3cdf1552-658b-4fb3-b840-0b26f0d064ba&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: 579/1137] 10.0.0.76 () {34 vars in 668 bytes} [Wed Jul 29 21:07:26 2026] POST /v2.0/subnets => generated 626 bytes in 431 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 580/1138] 10.0.0.76 () {34 vars in 664 bytes} [Wed Jul 29 21:07:27 2026] POST /v2.0/ports => generated 911 bytes in 467 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-29 21:07:27.735 7 INFO neutron_taas.services.taas.taas_plugin [None req-7988c3ae-d5c5-46d3-9695-5ac110ae5bb0 b2f48ad61f364b939a277d69dc9ad6be dd65837a62294d67883054c140f8f740 - - default default] TaaS: Handle Delete Port: c3fe79e8-689b-4ec9-86ad-ea459180ecae 2026-07-29 21:07:27.739 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7988c3ae-d5c5-46d3-9695-5ac110ae5bb0 b2f48ad61f364b939a277d69dc9ad6be dd65837a62294d67883054c140f8f740 - - default default] Tap Mirror: Handle Delete Port: c3fe79e8-689b-4ec9-86ad-ea459180ecae [pid: 7|app: 0|req: 581/1139] 10.0.0.76 () {32 vars in 719 bytes} [Wed Jul 29 21:07:27 2026] DELETE /v2.0/ports/c3fe79e8-689b-4ec9-86ad-ea459180ecae => generated 0 bytes in 444 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 559/1140] 10.0.0.76 () {34 vars in 782 bytes} [Wed Jul 29 21:07:26 2026] PUT /v2.0/routers/ec836d86-948d-446e-83cc-5e4db8a94aae/add_router_interface => generated 309 bytes in 1378 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-29 21:07:28.090 7 INFO neutron.pecan_wsgi.hooks.translation [None req-06bed4fd-e9d1-4b99-975b-08dabab4b9c4 b2f48ad61f364b939a277d69dc9ad6be dd65837a62294d67883054c140f8f740 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 582/1141] 10.0.0.76 () {32 vars in 716 bytes} [Wed Jul 29 21:07:28 2026] GET /v2.0/ports/c3fe79e8-689b-4ec9-86ad-ea459180ecae => generated 132 bytes in 23 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 560/1142] 10.0.0.76 () {32 vars in 723 bytes} [Wed Jul 29 21:07:28 2026] DELETE /v2.0/subnets/f235920b-773f-475e-b4ff-185f3f1699eb => generated 0 bytes in 183 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-29 21:07:28.433 7 INFO neutron.services.segments.plugin [-] Segment ce4d6d45-a50d-46e1-be94-be3f6d8509d0 resource provider aggregate not found 2026-07-29 21:07:28.436 7 INFO neutron.services.segments.plugin [-] Segment ce4d6d45-a50d-46e1-be94-be3f6d8509d0 resource provider aggregate not found 2026-07-29 21:07:28.449 7 INFO neutron.services.segments.plugin [-] Segment ce4d6d45-a50d-46e1-be94-be3f6d8509d0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ce4d6d45-a50d-46e1-be94-be3f6d8509d0 found for delete ", "request_id": "req-23d46f3a-b1e2-4c5f-904a-44952269ebe5"}]} 2026-07-29 21:07:28.453 7 INFO neutron.services.segments.plugin [-] Segment ce4d6d45-a50d-46e1-be94-be3f6d8509d0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ce4d6d45-a50d-46e1-be94-be3f6d8509d0 found for delete ", "request_id": "req-a920ab15-f352-4bf9-be3d-a93ff7b8a91b"}]} [pid: 7|app: 0|req: 583/1143] 10.0.0.76 () {32 vars in 725 bytes} [Wed Jul 29 21:07:28 2026] DELETE /v2.0/networks/1a84e7a7-e19c-43d3-bda9-0aff2495f54b => generated 0 bytes in 213 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 561/1144] 10.0.0.76 () {32 vars in 773 bytes} [Wed Jul 29 21:07:28 2026] GET /v2.0/security-groups?tenant_id=494e41ea9c944fc9972364e231508346&name=default => generated 2925 bytes in 389 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 584/1145] 10.0.0.76 () {34 vars in 664 bytes} [Wed Jul 29 21:07:28 2026] POST /v2.0/ports => generated 775 bytes in 434 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 562/1146] 10.0.0.76 () {32 vars in 739 bytes} [Wed Jul 29 21:07:28 2026] DELETE /v2.0/security-groups/43a5e6be-2024-46f5-b0e9-5ceac67acc0a => generated 0 bytes in 202 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 585/1147] 10.0.0.76 () {34 vars in 736 bytes} [Wed Jul 29 21:07:28 2026] PUT /v2.0/ports/70f7a855-f0f6-4dc8-90a5-46cd345f5df2 => generated 752 bytes in 212 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 563/1148] 10.0.0.147 () {34 vars in 982 bytes} [Wed Jul 29 21:07:29 2026] GET /v2.0/networks?id=4161eca0-b1f2-490f-add2-348b75aede38 => generated 678 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-29 21:07:29.325 8 INFO neutron_taas.services.taas.taas_plugin [None req-82ebfdb7-74c0-43a6-8b80-30ffd33904a5 b2f48ad61f364b939a277d69dc9ad6be dd65837a62294d67883054c140f8f740 - - default default] TaaS: Handle Delete Port: 70f7a855-f0f6-4dc8-90a5-46cd345f5df2 2026-07-29 21:07:29.329 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-82ebfdb7-74c0-43a6-8b80-30ffd33904a5 b2f48ad61f364b939a277d69dc9ad6be dd65837a62294d67883054c140f8f740 - - default default] Tap Mirror: Handle Delete Port: 70f7a855-f0f6-4dc8-90a5-46cd345f5df2 [pid: 7|app: 0|req: 586/1149] 10.0.0.76 () {32 vars in 773 bytes} [Wed Jul 29 21:07:29 2026] GET /v2.0/security-groups?tenant_id=bd014356aa254bb8a891296e2294bf9e&name=default => generated 2925 bytes in 163 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 587/1150] 10.0.0.147 () {34 vars in 965 bytes} [Wed Jul 29 21:07:29 2026] GET /v2.0/quotas/c6316c6c79634bdfbfb1bfe3598b6ff0 => 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: 564/1151] 10.0.0.76 () {32 vars in 719 bytes} [Wed Jul 29 21:07:29 2026] DELETE /v2.0/ports/70f7a855-f0f6-4dc8-90a5-46cd345f5df2 => 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: 588/1152] 10.0.0.76 () {32 vars in 739 bytes} [Wed Jul 29 21:07:29 2026] DELETE /v2.0/security-groups/42510d8e-6a73-4cbf-82cb-da508aa81a2f => generated 0 bytes in 146 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 589/1153] 10.0.0.76 () {32 vars in 642 bytes} [Wed Jul 29 21:07:29 2026] GET /v2.0/ports => generated 778 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 565/1154] 10.0.0.147 () {34 vars in 1002 bytes} [Wed Jul 29 21:07:29 2026] GET /v2.0/ports?tenant_id=c6316c6c79634bdfbfb1bfe3598b6ff0&fields=id => generated 103 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-29 21:07:29.560 7 INFO neutron.pecan_wsgi.hooks.translation [None req-0f66a407-669f-4406-b4f4-70b7f4783191 b2f48ad61f364b939a277d69dc9ad6be dd65837a62294d67883054c140f8f740 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 590/1155] 10.0.0.76 () {32 vars in 716 bytes} [Wed Jul 29 21:07:29 2026] GET /v2.0/ports/70f7a855-f0f6-4dc8-90a5-46cd345f5df2 => generated 132 bytes in 27 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 566/1156] 10.0.0.147 () {34 vars in 1008 bytes} [Wed Jul 29 21:07:29 2026] GET /v2.0/networks/4161eca0-b1f2-490f-add2-348b75aede38?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: 591/1157] 10.0.0.76 () {32 vars in 642 bytes} [Wed Jul 29 21:07:29 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: 8|app: 0|req: 567/1158] 10.0.0.147 () {34 vars in 1108 bytes} [Wed Jul 29 21:07:29 2026] GET /v2.0/networks/4161eca0-b1f2-490f-add2-348b75aede38?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 592/1159] 10.0.0.76 () {32 vars in 716 bytes} [Wed Jul 29 21:07:29 2026] GET /v2.0/ports/4ecb179e-3c1d-4f53-bb20-7b29f27c4e59 => generated 775 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-29 21:07:29.698 8 INFO neutron.pecan_wsgi.hooks.translation [None req-533ad9b0-3c03-44af-a98f-579605b601de b2f48ad61f364b939a277d69dc9ad6be dd65837a62294d67883054c140f8f740 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 568/1160] 10.0.0.76 () {32 vars in 719 bytes} [Wed Jul 29 21:07:29 2026] DELETE /v2.0/ports/c3fe79e8-689b-4ec9-86ad-ea459180ecae => generated 132 bytes in 28 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-29 21:07:29.723 7 INFO neutron.pecan_wsgi.hooks.translation [None req-3f01ff8b-a182-4f61-93e2-adab0f7a0b76 b2f48ad61f364b939a277d69dc9ad6be dd65837a62294d67883054c140f8f740 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 593/1161] 10.0.0.76 () {32 vars in 723 bytes} [Wed Jul 29 21:07:29 2026] DELETE /v2.0/subnets/f235920b-773f-475e-b4ff-185f3f1699eb => generated 136 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-29 21:07:29.748 8 INFO neutron.pecan_wsgi.hooks.translation [None req-0e744a44-6d83-48f0-9e38-85a016400038 b2f48ad61f364b939a277d69dc9ad6be dd65837a62294d67883054c140f8f740 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 569/1162] 10.0.0.76 () {32 vars in 723 bytes} [Wed Jul 29 21:07:29 2026] DELETE /v2.0/subnets/71243048-8182-44aa-8ed6-4f20703b295c => generated 136 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-29 21:07:29.846 7 INFO neutron_taas.services.taas.taas_plugin [None req-64a2a933-65f0-49b7-aaae-7ecb472e4f17 b2f48ad61f364b939a277d69dc9ad6be dd65837a62294d67883054c140f8f740 - - default default] TaaS: Handle Delete Port: 4ecb179e-3c1d-4f53-bb20-7b29f27c4e59 2026-07-29 21:07:29.849 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-64a2a933-65f0-49b7-aaae-7ecb472e4f17 b2f48ad61f364b939a277d69dc9ad6be dd65837a62294d67883054c140f8f740 - - default default] Tap Mirror: Handle Delete Port: 4ecb179e-3c1d-4f53-bb20-7b29f27c4e59 [pid: 7|app: 0|req: 594/1163] 10.0.0.76 () {32 vars in 719 bytes} [Wed Jul 29 21:07:29 2026] DELETE /v2.0/ports/4ecb179e-3c1d-4f53-bb20-7b29f27c4e59 => 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: 570/1164] 10.0.0.147 () {34 vars in 990 bytes} [Wed Jul 29 21:07:29 2026] GET /v2.0/ports?device_id=88cf019e-b631-4d76-a7a3-5e3a93940b3a => 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: 595/1165] 10.0.0.76 () {32 vars in 725 bytes} [Wed Jul 29 21:07:30 2026] DELETE /v2.0/networks/8edf810d-f76a-4adf-a0a8-85fbe7558b86 => generated 0 bytes in 158 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-29 21:07:30.469 7 INFO neutron.services.segments.plugin [-] Segment 66ddd851-1654-4b3a-9427-f8000e286b43 resource provider aggregate not found 2026-07-29 21:07:30.477 7 INFO neutron.services.segments.plugin [-] Segment 66ddd851-1654-4b3a-9427-f8000e286b43 resource provider aggregate not found 2026-07-29 21:07:30.482 7 INFO neutron.services.segments.plugin [-] Segment 66ddd851-1654-4b3a-9427-f8000e286b43 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 66ddd851-1654-4b3a-9427-f8000e286b43 found for delete ", "request_id": "req-65aa3932-4ccf-4fdd-a6f3-a5a615adc910"}]} 2026-07-29 21:07:30.499 7 INFO neutron.services.segments.plugin [-] Segment 66ddd851-1654-4b3a-9427-f8000e286b43 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 66ddd851-1654-4b3a-9427-f8000e286b43 found for delete ", "request_id": "req-9cd73f77-818d-45eb-ba29-54102a45e8e1"}]} [pid: 8|app: 0|req: 571/1166] 10.0.0.76 () {32 vars in 773 bytes} [Wed Jul 29 21:07:30 2026] GET /v2.0/security-groups?tenant_id=dd65837a62294d67883054c140f8f740&name=default => generated 2925 bytes in 326 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 572/1167] 10.0.0.147 () {34 vars in 990 bytes} [Wed Jul 29 21:07:31 2026] GET /v2.0/ports?device_id=88cf019e-b631-4d76-a7a3-5e3a93940b3a => 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: 596/1168] 10.0.0.76 () {32 vars in 739 bytes} [Wed Jul 29 21:07:31 2026] DELETE /v2.0/security-groups/7f036e87-a702-4d76-9095-bbed9a305baf => generated 0 bytes in 146 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 573/1169] 10.0.0.147 () {34 vars in 990 bytes} [Wed Jul 29 21:07:32 2026] GET /v2.0/ports?device_id=88cf019e-b631-4d76-a7a3-5e3a93940b3a => 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: 597/1170] 10.0.0.147 () {34 vars in 990 bytes} [Wed Jul 29 21:07:33 2026] GET /v2.0/ports?device_id=88cf019e-b631-4d76-a7a3-5e3a93940b3a => 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: 574/1171] 10.0.0.76 () {32 vars in 622 bytes} [Wed Jul 29 21:07:33 2026] GET / => generated 151 bytes in 3 msecs (HTTP/1.1 200) 3 headers in 91 bytes (1 switches on core 0) [pid: 7|app: 0|req: 598/1172] 10.0.0.76 () {32 vars in 632 bytes} [Wed Jul 29 21:07:33 2026] GET /v2.0/ => generated 632 bytes in 106 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 599/1173] 10.0.0.147 () {34 vars in 990 bytes} [Wed Jul 29 21:07:34 2026] GET /v2.0/ports?device_id=88cf019e-b631-4d76-a7a3-5e3a93940b3a => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 575/1174] 10.0.0.76 () {32 vars in 773 bytes} [Wed Jul 29 21:07:34 2026] GET /v2.0/security-groups?tenant_id=882e3ed8518f49b1bf809292a2b69139&name=default => generated 2925 bytes in 272 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 576/1175] 162.253.55.222 () {34 vars in 986 bytes} [Wed Jul 29 21:07:34 2026] GET /v2.0/networks?id=4161eca0-b1f2-490f-add2-348b75aede38 => generated 678 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 600/1176] 10.0.0.76 () {32 vars in 739 bytes} [Wed Jul 29 21:07:34 2026] DELETE /v2.0/security-groups/1ca248e0-bf90-433d-ae34-306f88fc9e47 => generated 0 bytes in 144 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 577/1177] 162.253.55.222 () {38 vars in 955 bytes} [Wed Jul 29 21:07:34 2026] POST /v2.0/ports => generated 958 bytes in 633 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: 578/1178] 10.0.0.147 () {34 vars in 990 bytes} [Wed Jul 29 21:07:35 2026] GET /v2.0/ports?device_id=88cf019e-b631-4d76-a7a3-5e3a93940b3a => generated 973 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 579/1179] 10.0.0.147 () {34 vars in 1040 bytes} [Wed Jul 29 21:07:35 2026] GET /v2.0/security-groups?id=9b38e67a-69d9-46bb-936d-cc33d1845a2c&fields=id&fields=name => generated 88 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 601/1180] 162.253.55.222 () {38 vars in 1028 bytes} [Wed Jul 29 21:07:35 2026] PUT /v2.0/ports/397496be-314f-4461-bfca-97b1e912f391 => generated 1239 bytes in 540 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-29 21:07:35.855 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-48158e47-f2e5-4ac0-aa18-0982caae1bb9'] response: {'name': 'network-changed', 'server_uuid': '88cf019e-b631-4d76-a7a3-5e3a93940b3a', 'tag': '397496be-314f-4461-bfca-97b1e912f391', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 580/1181] 162.253.55.222 () {34 vars in 1080 bytes} [Wed Jul 29 21:07:36 2026] GET /v2.0/ports?tenant_id=c6316c6c79634bdfbfb1bfe3598b6ff0&device_id=88cf019e-b631-4d76-a7a3-5e3a93940b3a => generated 1242 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 602/1182] 162.253.55.222 () {34 vars in 1018 bytes} [Wed Jul 29 21:07:36 2026] GET /v2.0/networks?tenant_id=c6316c6c79634bdfbfb1bfe3598b6ff0&shared=False => generated 774 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 581/1183] 162.253.55.222 () {34 vars in 930 bytes} [Wed Jul 29 21:07:36 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 603/1184] 10.0.0.147 () {34 vars in 990 bytes} [Wed Jul 29 21:07:36 2026] GET /v2.0/ports?device_id=88cf019e-b631-4d76-a7a3-5e3a93940b3a => generated 973 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 582/1185] 10.0.0.147 () {34 vars in 1040 bytes} [Wed Jul 29 21:07:36 2026] GET /v2.0/security-groups?id=9b38e67a-69d9-46bb-936d-cc33d1845a2c&fields=id&fields=name => generated 88 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 583/1186] 162.253.55.222 () {34 vars in 1080 bytes} [Wed Jul 29 21:07:37 2026] GET /v2.0/ports?tenant_id=c6316c6c79634bdfbfb1bfe3598b6ff0&device_id=88cf019e-b631-4d76-a7a3-5e3a93940b3a => generated 1242 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-29 21:07:37.693 7 INFO neutron.db.segments_db [None req-a7ee72d8-e03c-4462-815d-f392f650fe0e f92147a9bb754594b3fca89b5bfa188f 3ea8d1a47d2c4b99890a3d48f07525fa - - default default] Added segment c187c7ee-7dcf-457c-a135-d594f1a4f0a0 of type vxlan for network ae662c82-d51d-4a2e-9f13-7e2d60840363 [pid: 7|app: 0|req: 604/1187] 10.0.0.76 () {34 vars in 670 bytes} [Wed Jul 29 21:07:37 2026] POST /v2.0/networks => generated 720 bytes in 710 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 584/1188] 162.253.55.222 () {34 vars in 1060 bytes} [Wed Jul 29 21:07:37 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.13&port_id=397496be-314f-4461-bfca-97b1e912f391 => generated 19 bytes in 556 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 605/1189] 10.0.0.76 () {32 vars in 773 bytes} [Wed Jul 29 21:07:37 2026] GET /v2.0/security-groups?tenant_id=2955ad6640c7407bbff30d135de73cca&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: 606/1190] 10.0.0.147 () {34 vars in 990 bytes} [Wed Jul 29 21:07:38 2026] GET /v2.0/ports?device_id=eb8ff5b0-b4e1-4a30-95df-536909cb2eea => generated 975 bytes in 98 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 607/1191] 10.0.0.147 () {34 vars in 990 bytes} [Wed Jul 29 21:07:38 2026] GET /v2.0/ports?device_id=88cf019e-b631-4d76-a7a3-5e3a93940b3a => generated 973 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 608/1192] 162.253.55.222 () {34 vars in 984 bytes} [Wed Jul 29 21:07:38 2026] GET /v2.0/subnets?id=7a0c0068-5b28-411f-89dc-dafe09a73ee4 => generated 696 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 609/1193] 10.0.0.76 () {32 vars in 739 bytes} [Wed Jul 29 21:07:38 2026] DELETE /v2.0/security-groups/00547a7d-30d7-4d8a-894f-a50ab3ceb79e => generated 0 bytes in 135 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 585/1194] 10.0.0.76 () {34 vars in 668 bytes} [Wed Jul 29 21:07:38 2026] POST /v2.0/subnets => generated 687 bytes in 349 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 610/1195] 10.0.0.147 () {34 vars in 1040 bytes} [Wed Jul 29 21:07:38 2026] GET /v2.0/security-groups?id=3cdf1552-658b-4fb3-b840-0b26f0d064ba&fields=id&fields=name => generated 113 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 586/1196] 10.0.0.147 () {34 vars in 1040 bytes} [Wed Jul 29 21:07:38 2026] GET /v2.0/security-groups?id=9b38e67a-69d9-46bb-936d-cc33d1845a2c&fields=id&fields=name => generated 88 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 611/1197] 162.253.55.222 () {34 vars in 1052 bytes} [Wed Jul 29 21:07:38 2026] GET /v2.0/ports?network_id=4161eca0-b1f2-490f-add2-348b75aede38&device_owner=network%3Adhcp => generated 1244 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-29 21:07:38.636 8 INFO neutron.db.segments_db [None req-1496a93f-8fab-4c31-bd1f-6dd58bca22dd f92147a9bb754594b3fca89b5bfa188f 3ea8d1a47d2c4b99890a3d48f07525fa - - default default] Added segment 4a1ff14b-b44a-4720-a068-9c346f2034b4 of type vxlan for network 71d87722-047c-4af2-b502-b5a5e9007a78 [pid: 7|app: 0|req: 612/1198] 162.253.55.222 () {34 vars in 1012 bytes} [Wed Jul 29 21:07:38 2026] GET /v2.0/networks/4161eca0-b1f2-490f-add2-348b75aede38?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: 613/1199] 10.0.0.147 () {34 vars in 990 bytes} [Wed Jul 29 21:07:38 2026] GET /v2.0/ports?device_id=eb8ff5b0-b4e1-4a30-95df-536909cb2eea => generated 975 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 614/1200] 162.253.55.222 () {34 vars in 1112 bytes} [Wed Jul 29 21:07:38 2026] GET /v2.0/networks/4161eca0-b1f2-490f-add2-348b75aede38?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: 615/1201] 10.0.0.76 () {32 vars in 773 bytes} [Wed Jul 29 21:07:38 2026] GET /v2.0/security-groups?tenant_id=6f271b850426445ab57317a2cadacc01&name=default => generated 2925 bytes in 199 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 616/1202] 10.0.0.147 () {34 vars in 1040 bytes} [Wed Jul 29 21:07:38 2026] GET /v2.0/security-groups?id=3cdf1552-658b-4fb3-b840-0b26f0d064ba&fields=id&fields=name => generated 113 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-29 21:07:39.017 8 INFO neutron.db.l3_hamode_db [None req-1496a93f-8fab-4c31-bd1f-6dd58bca22dd f92147a9bb754594b3fca89b5bfa188f d9005635594942aab2ba43f72c62c73b - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 617/1203] 10.0.0.76 () {32 vars in 739 bytes} [Wed Jul 29 21:07:38 2026] DELETE /v2.0/security-groups/6975270e-3a19-453a-99a9-b501cd9bcc3f => generated 0 bytes in 161 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 620/1206] 10.0.0.147 () {34 vars in 990 bytes} [Wed Jul 29 21:07:39 2026] GET /v2.0/ports?device_id=eb8ff5b0-b4e1-4a30-95df-536909cb2eea => generated 975 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 621/1207] 10.0.0.147 () {34 vars in 1040 bytes} [Wed Jul 29 21:07:39 2026] GET /v2.0/security-groups?id=3cdf1552-658b-4fb3-b840-0b26f0d064ba&fields=id&fields=name => generated 113 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 622/1208] 10.0.0.147 () {34 vars in 990 bytes} [Wed Jul 29 21:07:39 2026] GET /v2.0/ports?device_id=88cf019e-b631-4d76-a7a3-5e3a93940b3a => generated 973 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 623/1209] 10.0.0.147 () {34 vars in 1040 bytes} [Wed Jul 29 21:07:39 2026] GET /v2.0/security-groups?id=9b38e67a-69d9-46bb-936d-cc33d1845a2c&fields=id&fields=name => generated 88 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-29 21:07:40.046 8 INFO neutron.db.l3_hamode_db [None req-1496a93f-8fab-4c31-bd1f-6dd58bca22dd f92147a9bb754594b3fca89b5bfa188f 3ea8d1a47d2c4b99890a3d48f07525fa - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 624/1210] 10.0.0.147 () {34 vars in 990 bytes} [Wed Jul 29 21:07:40 2026] GET /v2.0/ports?device_id=eb8ff5b0-b4e1-4a30-95df-536909cb2eea => generated 975 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 625/1211] 10.0.0.147 () {34 vars in 1040 bytes} [Wed Jul 29 21:07:40 2026] GET /v2.0/security-groups?id=3cdf1552-658b-4fb3-b840-0b26f0d064ba&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: 626/1212] 10.0.0.147 () {34 vars in 990 bytes} [Wed Jul 29 21:07:40 2026] GET /v2.0/ports?device_id=88cf019e-b631-4d76-a7a3-5e3a93940b3a => generated 973 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 627/1213] 10.0.0.147 () {34 vars in 1040 bytes} [Wed Jul 29 21:07:40 2026] GET /v2.0/security-groups?id=9b38e67a-69d9-46bb-936d-cc33d1845a2c&fields=id&fields=name => generated 88 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 628/1214] 162.253.55.222 () {34 vars in 1080 bytes} [Wed Jul 29 21:07:40 2026] GET /v2.0/ports?tenant_id=af5ffb67558e4c50a9fbcfd1042210b9&device_id=eb8ff5b0-b4e1-4a30-95df-536909cb2eea => 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: 629/1215] 162.253.55.222 () {34 vars in 986 bytes} [Wed Jul 29 21:07:40 2026] GET /v2.0/networks?id=70b3a22d-f382-4648-be65-6bf7b1a47d06 => generated 771 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 630/1216] 162.253.55.222 () {34 vars in 1060 bytes} [Wed Jul 29 21:07:41 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.12&port_id=03f25c06-604e-410b-9a0d-69924c8c7e3f => generated 861 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 631/1217] 162.253.55.222 () {34 vars in 984 bytes} [Wed Jul 29 21:07:41 2026] GET /v2.0/subnets?id=8e8abe48-4ab9-4e4a-a3b0-cd9cfe7e91fb => generated 693 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 632/1218] 162.253.55.222 () {34 vars in 1052 bytes} [Wed Jul 29 21:07:41 2026] GET /v2.0/ports?network_id=70b3a22d-f382-4648-be65-6bf7b1a47d06&device_owner=network%3Adhcp => generated 1244 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 633/1219] 162.253.55.222 () {34 vars in 1012 bytes} [Wed Jul 29 21:07:41 2026] GET /v2.0/networks/70b3a22d-f382-4648-be65-6bf7b1a47d06?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: 634/1220] 162.253.55.222 () {34 vars in 1112 bytes} [Wed Jul 29 21:07:41 2026] GET /v2.0/networks/70b3a22d-f382-4648-be65-6bf7b1a47d06?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: 587/1221] 10.0.0.76 () {34 vars in 668 bytes} [Wed Jul 29 21:07:38 2026] POST /v2.0/routers => generated 727 bytes in 2798 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 588/1222] 10.0.0.147 () {34 vars in 990 bytes} [Wed Jul 29 21:07:41 2026] GET /v2.0/ports?device_id=eb8ff5b0-b4e1-4a30-95df-536909cb2eea => generated 975 bytes in 96 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 589/1223] 10.0.0.147 () {34 vars in 1040 bytes} [Wed Jul 29 21:07:41 2026] GET /v2.0/security-groups?id=3cdf1552-658b-4fb3-b840-0b26f0d064ba&fields=id&fields=name => generated 113 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 590/1224] 10.0.0.147 () {34 vars in 990 bytes} [Wed Jul 29 21:07:42 2026] GET /v2.0/ports?device_id=88cf019e-b631-4d76-a7a3-5e3a93940b3a => generated 973 bytes in 106 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 591/1225] 10.0.0.147 () {34 vars in 1040 bytes} [Wed Jul 29 21:07:42 2026] GET /v2.0/security-groups?id=9b38e67a-69d9-46bb-936d-cc33d1845a2c&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: 635/1226] 10.0.0.76 () {34 vars in 782 bytes} [Wed Jul 29 21:07:41 2026] PUT /v2.0/routers/923d2a61-d44c-4257-acc3-59406972cabf/add_router_interface => generated 309 bytes in 1490 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 592/1227] 10.0.0.147 () {34 vars in 990 bytes} [Wed Jul 29 21:07:42 2026] GET /v2.0/ports?device_id=eb8ff5b0-b4e1-4a30-95df-536909cb2eea => 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: 636/1228] 10.0.0.147 () {34 vars in 1040 bytes} [Wed Jul 29 21:07:43 2026] GET /v2.0/security-groups?id=3cdf1552-658b-4fb3-b840-0b26f0d064ba&fields=id&fields=name => generated 113 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 593/1229] 10.0.0.147 () {34 vars in 990 bytes} [Wed Jul 29 21:07:43 2026] GET /v2.0/ports?device_id=88cf019e-b631-4d76-a7a3-5e3a93940b3a => generated 975 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 637/1230] 10.0.0.147 () {34 vars in 1040 bytes} [Wed Jul 29 21:07:43 2026] GET /v2.0/security-groups?id=9b38e67a-69d9-46bb-936d-cc33d1845a2c&fields=id&fields=name => generated 88 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 638/1231] 10.0.0.147 () {34 vars in 990 bytes} [Wed Jul 29 21:07:44 2026] GET /v2.0/ports?device_id=eb8ff5b0-b4e1-4a30-95df-536909cb2eea => generated 975 bytes in 155 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 594/1232] 10.0.0.76 () {32 vars in 773 bytes} [Wed Jul 29 21:07:44 2026] GET /v2.0/security-groups?tenant_id=5951e1ccb22a41eca422b37ddbed78ad&name=default => generated 2925 bytes in 345 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 639/1233] 10.0.0.147 () {34 vars in 1040 bytes} [Wed Jul 29 21:07:44 2026] GET /v2.0/security-groups?id=3cdf1552-658b-4fb3-b840-0b26f0d064ba&fields=id&fields=name => generated 113 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 595/1234] 10.0.0.76 () {32 vars in 739 bytes} [Wed Jul 29 21:07:44 2026] DELETE /v2.0/security-groups/133ed7fa-1ee8-45aa-92bd-ab3feb59b9db => generated 0 bytes in 177 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 640/1235] 10.0.0.147 () {34 vars in 990 bytes} [Wed Jul 29 21:07:44 2026] GET /v2.0/ports?device_id=88cf019e-b631-4d76-a7a3-5e3a93940b3a => generated 975 bytes in 99 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 596/1236] 10.0.0.147 () {34 vars in 1040 bytes} [Wed Jul 29 21:07:44 2026] GET /v2.0/security-groups?id=9b38e67a-69d9-46bb-936d-cc33d1845a2c&fields=id&fields=name => generated 88 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 641/1237] 10.0.0.76 () {32 vars in 773 bytes} [Wed Jul 29 21:07:44 2026] GET /v2.0/security-groups?tenant_id=fa2b69ca9ca54bcca18d5e6114de0ae4&name=default => generated 2925 bytes in 183 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 597/1238] 10.0.0.76 () {32 vars in 739 bytes} [Wed Jul 29 21:07:44 2026] DELETE /v2.0/security-groups/6de0cd25-0826-4cc1-8ebb-0a7046fdfd7f => generated 0 bytes in 161 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 642/1239] 10.0.0.147 () {34 vars in 990 bytes} [Wed Jul 29 21:07:45 2026] GET /v2.0/ports?device_id=eb8ff5b0-b4e1-4a30-95df-536909cb2eea => generated 975 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 598/1240] 10.0.0.147 () {34 vars in 1040 bytes} [Wed Jul 29 21:07:45 2026] GET /v2.0/security-groups?id=3cdf1552-658b-4fb3-b840-0b26f0d064ba&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: 643/1241] 10.0.0.147 () {34 vars in 990 bytes} [Wed Jul 29 21:07:45 2026] GET /v2.0/ports?device_id=88cf019e-b631-4d76-a7a3-5e3a93940b3a => generated 975 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 644/1242] 10.0.0.147 () {34 vars in 1040 bytes} [Wed Jul 29 21:07:45 2026] GET /v2.0/security-groups?id=9b38e67a-69d9-46bb-936d-cc33d1845a2c&fields=id&fields=name => generated 88 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 599/1243] 10.0.0.147 () {34 vars in 982 bytes} [Wed Jul 29 21:07:45 2026] GET /v2.0/networks?id=ae662c82-d51d-4a2e-9f13-7e2d60840363 => generated 672 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 645/1244] 10.0.0.147 () {34 vars in 965 bytes} [Wed Jul 29 21:07:45 2026] GET /v2.0/quotas/d9005635594942aab2ba43f72c62c73b => generated 292 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 600/1245] 10.0.0.147 () {34 vars in 1002 bytes} [Wed Jul 29 21:07:45 2026] GET /v2.0/ports?tenant_id=d9005635594942aab2ba43f72c62c73b&fields=id => generated 103 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 646/1246] 10.0.0.147 () {34 vars in 1008 bytes} [Wed Jul 29 21:07:45 2026] GET /v2.0/networks/ae662c82-d51d-4a2e-9f13-7e2d60840363?fields=segments => generated 14 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 601/1247] 10.0.0.147 () {34 vars in 1108 bytes} [Wed Jul 29 21:07:46 2026] GET /v2.0/networks/ae662c82-d51d-4a2e-9f13-7e2d60840363?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: 647/1248] 10.0.0.147 () {34 vars in 990 bytes} [Wed Jul 29 21:07:46 2026] GET /v2.0/ports?device_id=6995ed40-9186-4361-a1c4-a2675da8200b => generated 12 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 602/1249] 10.0.0.147 () {34 vars in 990 bytes} [Wed Jul 29 21:07:46 2026] GET /v2.0/ports?device_id=88cf019e-b631-4d76-a7a3-5e3a93940b3a => generated 975 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 648/1250] 10.0.0.147 () {34 vars in 1040 bytes} [Wed Jul 29 21:07:46 2026] GET /v2.0/security-groups?id=9b38e67a-69d9-46bb-936d-cc33d1845a2c&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: 603/1251] 10.0.0.147 () {34 vars in 990 bytes} [Wed Jul 29 21:07:46 2026] GET /v2.0/ports?device_id=eb8ff5b0-b4e1-4a30-95df-536909cb2eea => 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: 649/1252] 10.0.0.147 () {34 vars in 1040 bytes} [Wed Jul 29 21:07:46 2026] GET /v2.0/security-groups?id=3cdf1552-658b-4fb3-b840-0b26f0d064ba&fields=id&fields=name => generated 113 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 604/1253] 10.0.0.147 () {34 vars in 990 bytes} [Wed Jul 29 21:07:47 2026] GET /v2.0/ports?device_id=6995ed40-9186-4361-a1c4-a2675da8200b => 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: 650/1254] 10.0.0.147 () {34 vars in 990 bytes} [Wed Jul 29 21:07:47 2026] GET /v2.0/ports?device_id=88cf019e-b631-4d76-a7a3-5e3a93940b3a => generated 975 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 605/1255] 10.0.0.147 () {34 vars in 1040 bytes} [Wed Jul 29 21:07:47 2026] GET /v2.0/security-groups?id=9b38e67a-69d9-46bb-936d-cc33d1845a2c&fields=id&fields=name => generated 88 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 651/1256] 10.0.0.147 () {34 vars in 990 bytes} [Wed Jul 29 21:07:47 2026] GET /v2.0/ports?device_id=eb8ff5b0-b4e1-4a30-95df-536909cb2eea => generated 973 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 606/1257] 10.0.0.147 () {34 vars in 1040 bytes} [Wed Jul 29 21:07:47 2026] GET /v2.0/security-groups?id=3cdf1552-658b-4fb3-b840-0b26f0d064ba&fields=id&fields=name => generated 113 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 607/1258] 10.0.0.147 () {34 vars in 990 bytes} [Wed Jul 29 21:07:48 2026] GET /v2.0/ports?device_id=6995ed40-9186-4361-a1c4-a2675da8200b => 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: 608/1259] 10.0.0.147 () {34 vars in 990 bytes} [Wed Jul 29 21:07:48 2026] GET /v2.0/ports?device_id=88cf019e-b631-4d76-a7a3-5e3a93940b3a => generated 975 bytes in 106 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 609/1260] 162.253.55.222 () {34 vars in 994 bytes} [Wed Jul 29 21:07:48 2026] GET /v2.0/ports?device_id=88cf019e-b631-4d76-a7a3-5e3a93940b3a => generated 975 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 652/1261] 10.0.0.76 () {32 vars in 773 bytes} [Wed Jul 29 21:07:48 2026] GET /v2.0/security-groups?tenant_id=d80ff0f520fa4b9a90c4ce190d013cb7&name=default => generated 2925 bytes in 399 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 610/1262] 10.0.0.147 () {34 vars in 1040 bytes} [Wed Jul 29 21:07:48 2026] GET /v2.0/security-groups?id=9b38e67a-69d9-46bb-936d-cc33d1845a2c&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: 611/1263] 10.0.0.76 () {32 vars in 739 bytes} [Wed Jul 29 21:07:48 2026] DELETE /v2.0/security-groups/c91d9e54-e0f7-4b26-9737-11e9e0d70cb8 => generated 0 bytes in 169 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-29 21:07:49.041 7 INFO neutron_taas.services.taas.taas_plugin [req-a1e09685-bd1d-4485-b26a-d3365935abf8 req-c29baf2b-8815-4be0-8ad6-1c307befc697 d297f50d3efd4a828d31e2f75debd0aa c6316c6c79634bdfbfb1bfe3598b6ff0 - - default default] TaaS: Handle Delete Port: 397496be-314f-4461-bfca-97b1e912f391 2026-07-29 21:07:49.047 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-a1e09685-bd1d-4485-b26a-d3365935abf8 req-c29baf2b-8815-4be0-8ad6-1c307befc697 d297f50d3efd4a828d31e2f75debd0aa c6316c6c79634bdfbfb1bfe3598b6ff0 - - default default] Tap Mirror: Handle Delete Port: 397496be-314f-4461-bfca-97b1e912f391 [pid: 8|app: 0|req: 612/1264] 10.0.0.147 () {34 vars in 990 bytes} [Wed Jul 29 21:07:49 2026] GET /v2.0/ports?device_id=eb8ff5b0-b4e1-4a30-95df-536909cb2eea => generated 975 bytes in 148 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 613/1265] 10.0.0.147 () {34 vars in 1040 bytes} [Wed Jul 29 21:07:49 2026] GET /v2.0/security-groups?id=3cdf1552-658b-4fb3-b840-0b26f0d064ba&fields=id&fields=name => generated 113 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 653/1266] 162.253.55.222 () {36 vars in 997 bytes} [Wed Jul 29 21:07:48 2026] DELETE /v2.0/ports/397496be-314f-4461-bfca-97b1e912f391 => generated 0 bytes in 456 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-29 21:07:49.359 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-39210285-805a-489d-9ff2-9db0f731c1a7'] response: {'server_uuid': '88cf019e-b631-4d76-a7a3-5e3a93940b3a', 'name': 'network-vif-deleted', 'tag': '397496be-314f-4461-bfca-97b1e912f391', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 614/1267] 10.0.0.147 () {34 vars in 990 bytes} [Wed Jul 29 21:07:49 2026] GET /v2.0/ports?device_id=6995ed40-9186-4361-a1c4-a2675da8200b => 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: 654/1268] 10.0.0.147 () {34 vars in 990 bytes} [Wed Jul 29 21:07:49 2026] GET /v2.0/ports?device_id=88cf019e-b631-4d76-a7a3-5e3a93940b3a => generated 12 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 615/1269] 10.0.0.147 () {34 vars in 990 bytes} [Wed Jul 29 21:07:50 2026] GET /v2.0/ports?device_id=eb8ff5b0-b4e1-4a30-95df-536909cb2eea => generated 975 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 655/1270] 10.0.0.147 () {34 vars in 1040 bytes} [Wed Jul 29 21:07:50 2026] GET /v2.0/security-groups?id=3cdf1552-658b-4fb3-b840-0b26f0d064ba&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: 616/1271] 10.0.0.147 () {34 vars in 990 bytes} [Wed Jul 29 21:07:50 2026] GET /v2.0/ports?device_id=6995ed40-9186-4361-a1c4-a2675da8200b => generated 12 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 656/1272] 162.253.55.222 () {34 vars in 986 bytes} [Wed Jul 29 21:07:50 2026] GET /v2.0/networks?id=ae662c82-d51d-4a2e-9f13-7e2d60840363 => generated 672 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 657/1273] 10.0.0.147 () {34 vars in 990 bytes} [Wed Jul 29 21:07:51 2026] GET /v2.0/ports?device_id=88cf019e-b631-4d76-a7a3-5e3a93940b3a => 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: 658/1274] 10.0.0.76 () {32 vars in 652 bytes} [Wed Jul 29 21:07:51 2026] GET /v2.0/extensions => generated 21537 bytes in 103 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 659/1275] 10.0.0.76 () {32 vars in 680 bytes} [Wed Jul 29 21:07:51 2026] GET /v2.0/extensions/address-group => generated 159 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 660/1276] 10.0.0.76 () {32 vars in 680 bytes} [Wed Jul 29 21:07:51 2026] GET /v2.0/extensions/address-scope => generated 163 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 617/1277] 162.253.55.222 () {38 vars in 955 bytes} [Wed Jul 29 21:07:51 2026] POST /v2.0/ports => generated 958 bytes in 549 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 661/1278] 10.0.0.76 () {32 vars in 728 bytes} [Wed Jul 29 21:07:51 2026] GET /v2.0/extensions/router-admin-state-down-before-update => generated 312 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 662/1279] 10.0.0.76 () {32 vars in 664 bytes} [Wed Jul 29 21:07:51 2026] GET /v2.0/extensions/agent => generated 153 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 663/1280] 10.0.0.76 () {32 vars in 698 bytes} [Wed Jul 29 21:07: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: 664/1281] 10.0.0.76 () {32 vars in 696 bytes} [Wed Jul 29 21:07:51 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 665/1282] 10.0.0.76 () {32 vars in 700 bytes} [Wed Jul 29 21:07:51 2026] GET /v2.0/extensions/auto-allocated-topology => generated 200 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 666/1283] 10.0.0.76 () {32 vars in 688 bytes} [Wed Jul 29 21:07:51 2026] GET /v2.0/extensions/availability_zone => generated 178 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 667/1284] 10.0.0.76 () {32 vars in 702 bytes} [Wed Jul 29 21:07:51 2026] GET /v2.0/extensions/availability_zone_filter => generated 220 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 668/1285] 10.0.0.76 () {32 vars in 692 bytes} [Wed Jul 29 21:07:51 2026] GET /v2.0/extensions/default-subnetpools => generated 211 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 669/1286] 10.0.0.76 () {32 vars in 694 bytes} [Wed Jul 29 21:07:51 2026] GET /v2.0/extensions/dhcp_agent_scheduler => generated 187 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 670/1287] 10.0.0.76 () {32 vars in 684 bytes} [Wed Jul 29 21:07:51 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: 671/1288] 10.0.0.76 () {32 vars in 686 bytes} [Wed Jul 29 21:07:51 2026] GET /v2.0/extensions/dns-domain-ports => generated 205 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 672/1289] 10.0.0.76 () {32 vars in 660 bytes} [Wed Jul 29 21:07:51 2026] GET /v2.0/extensions/dvr => generated 193 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 673/1290] 10.0.0.76 () {32 vars in 698 bytes} [Wed Jul 29 21:07:51 2026] GET /v2.0/extensions/empty-string-filtering => generated 219 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 674/1291] 10.0.0.76 () {32 vars in 678 bytes} [Wed Jul 29 21:07:51 2026] GET /v2.0/extensions/external-net => generated 200 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 675/1292] 10.0.0.76 () {32 vars in 682 bytes} [Wed Jul 29 21:07:51 2026] GET /v2.0/extensions/extra_dhcp_opt => generated 304 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 676/1293] 10.0.0.76 () {32 vars in 674 bytes} [Wed Jul 29 21:07:51 2026] GET /v2.0/extensions/extraroute => generated 181 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 677/1294] 10.0.0.76 () {32 vars in 688 bytes} [Wed Jul 29 21:07:51 2026] GET /v2.0/extensions/extraroute-atomic => generated 250 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 678/1295] 10.0.0.76 () {32 vars in 722 bytes} [Wed Jul 29 21:07:51 2026] GET /v2.0/extensions/floating-ip-port-forwarding-detail => generated 271 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 679/1296] 10.0.0.76 () {32 vars in 686 bytes} [Wed Jul 29 21:07:51 2026] GET /v2.0/extensions/fip-port-details => generated 212 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 680/1297] 10.0.0.76 () {32 vars in 668 bytes} [Wed Jul 29 21:07:51 2026] GET /v2.0/extensions/flavors => generated 193 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 681/1298] 10.0.0.76 () {32 vars in 686 bytes} [Wed Jul 29 21:07:51 2026] GET /v2.0/extensions/floatingip-pools => generated 188 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 682/1299] 10.0.0.76 () {32 vars in 680 bytes} [Wed Jul 29 21:07:51 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: 683/1300] 10.0.0.76 () {32 vars in 698 bytes} [Wed Jul 29 21:07:51 2026] GET /v2.0/extensions/ip-substring-filtering => generated 222 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 684/1301] 10.0.0.76 () {32 vars in 678 bytes} [Wed Jul 29 21:07:51 2026] GET /v2.0/extensions/l2_adjacency => generated 178 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 685/1302] 10.0.0.76 () {32 vars in 666 bytes} [Wed Jul 29 21:07:51 2026] GET /v2.0/extensions/router => generated 256 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 686/1303] 10.0.0.76 () {32 vars in 676 bytes} [Wed Jul 29 21:07:51 2026] GET /v2.0/extensions/ext-gw-mode => generated 268 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 687/1304] 10.0.0.76 () {32 vars in 664 bytes} [Wed Jul 29 21:07:51 2026] GET /v2.0/extensions/l3-ha => generated 166 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 688/1305] 10.0.0.147 () {34 vars in 990 bytes} [Wed Jul 29 21:07:51 2026] GET /v2.0/ports?device_id=6995ed40-9186-4361-a1c4-a2675da8200b => generated 973 bytes in 100 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 689/1306] 10.0.0.76 () {32 vars in 674 bytes} [Wed Jul 29 21:07:51 2026] GET /v2.0/extensions/l3-flavors => generated 172 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 690/1307] 10.0.0.147 () {34 vars in 1040 bytes} [Wed Jul 29 21:07:51 2026] GET /v2.0/security-groups?id=d979df53-b8e3-4dfd-b95d-3b6735631f97&fields=id&fields=name => generated 88 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 691/1308] 10.0.0.76 () {32 vars in 712 bytes} [Wed Jul 29 21:07:51 2026] GET /v2.0/extensions/l3-port-ip-change-not-allowed => generated 245 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 692/1309] 10.0.0.76 () {32 vars in 690 bytes} [Wed Jul 29 21:07:51 2026] GET /v2.0/extensions/l3_agent_scheduler => generated 180 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 693/1310] 10.0.0.76 () {32 vars in 682 bytes} [Wed Jul 29 21:07:51 2026] GET /v2.0/extensions/multi-provider => generated 212 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 694/1311] 10.0.0.76 () {32 vars in 668 bytes} [Wed Jul 29 21:07:51 2026] GET /v2.0/extensions/net-mtu => generated 176 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 695/1312] 10.0.0.76 () {32 vars in 686 bytes} [Wed Jul 29 21:07:52 2026] GET /v2.0/extensions/net-mtu-writable => generated 207 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 696/1313] 10.0.0.76 () {32 vars in 704 bytes} [Wed Jul 29 21:07:52 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: 7|app: 0|req: 697/1314] 10.0.0.76 () {32 vars in 674 bytes} [Wed Jul 29 21:07:52 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: 7|app: 0|req: 698/1315] 10.0.0.76 () {32 vars in 700 bytes} [Wed Jul 29 21:07:52 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: 7|app: 0|req: 699/1316] 10.0.0.76 () {32 vars in 674 bytes} [Wed Jul 29 21:07:52 2026] GET /v2.0/extensions/pagination => generated 192 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 700/1317] 10.0.0.76 () {32 vars in 692 bytes} [Wed Jul 29 21:07:52 2026] GET /v2.0/extensions/port-device-profile => generated 189 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 701/1318] 10.0.0.76 () {32 vars in 688 bytes} [Wed Jul 29 21:07:52 2026] GET /v2.0/extensions/port-mac-override => generated 251 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 702/1319] 10.0.0.76 () {32 vars in 708 bytes} [Wed Jul 29 21:07:52 2026] GET /v2.0/extensions/port-mac-address-regenerate => generated 209 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 703/1320] 10.0.0.76 () {32 vars in 704 bytes} [Wed Jul 29 21:07:52 2026] GET /v2.0/extensions/port-numa-affinity-policy => generated 198 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 704/1321] 10.0.0.76 () {32 vars in 718 bytes} [Wed Jul 29 21:07:52 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: 7|app: 0|req: 705/1322] 10.0.0.76 () {32 vars in 696 bytes} [Wed Jul 29 21:07:52 2026] GET /v2.0/extensions/port-resource-request => generated 185 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 706/1323] 10.0.0.76 () {32 vars in 710 bytes} [Wed Jul 29 21:07:52 2026] GET /v2.0/extensions/port-resource-request-groups => generated 271 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 707/1324] 10.0.0.76 () {32 vars in 668 bytes} [Wed Jul 29 21:07:52 2026] GET /v2.0/extensions/binding => generated 193 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 708/1325] 10.0.0.76 () {32 vars in 686 bytes} [Wed Jul 29 21:07:52 2026] GET /v2.0/extensions/binding-extended => generated 212 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 709/1326] 10.0.0.76 () {32 vars in 680 bytes} [Wed Jul 29 21:07:52 2026] GET /v2.0/extensions/port-security => generated 160 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 710/1327] 10.0.0.76 () {32 vars in 674 bytes} [Wed Jul 29 21:07:52 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: 711/1328] 10.0.0.76 () {32 vars in 670 bytes} [Wed Jul 29 21:07:52 2026] GET /v2.0/extensions/provider => generated 191 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 712/1329] 10.0.0.76 () {32 vars in 660 bytes} [Wed Jul 29 21:07:52 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: 713/1330] 10.0.0.76 () {32 vars in 698 bytes} [Wed Jul 29 21:07:52 2026] GET /v2.0/extensions/qos-bw-limit-direction => generated 258 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 618/1331] 162.253.55.222 () {38 vars in 1028 bytes} [Wed Jul 29 21:07:51 2026] PUT /v2.0/ports/b2c0bf7e-7ca2-44cf-97a4-809bb88605ef => generated 1239 bytes in 597 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 714/1332] 10.0.0.76 () {32 vars in 698 bytes} [Wed Jul 29 21:07:52 2026] GET /v2.0/extensions/qos-bw-minimum-ingress => generated 251 bytes in 2 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: 619/1333] 10.0.0.76 () {32 vars in 676 bytes} [Wed Jul 29 21:07:52 2026] GET /v2.0/extensions/qos-default => generated 183 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 715/1334] 10.0.0.76 () {32 vars in 668 bytes} [Wed Jul 29 21:07:52 2026] GET /v2.0/extensions/qos-fip => 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: 716/1335] 10.0.0.76 () {32 vars in 682 bytes} [Wed Jul 29 21:07:52 2026] GET /v2.0/extensions/qos-gateway-ip => generated 197 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 717/1336] 10.0.0.76 () {32 vars in 700 bytes} [Wed Jul 29 21:07:52 2026] GET /v2.0/extensions/qos-port-network-policy => generated 209 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 718/1337] 10.0.0.76 () {32 vars in 684 bytes} [Wed Jul 29 21:07:52 2026] GET /v2.0/extensions/qos-pps-minimum => generated 203 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-29 21:07:52.263 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-63bcba6f-9840-4dfc-b0c0-434d9e03b9c9'] response: {'name': 'network-changed', 'server_uuid': '6995ed40-9186-4361-a1c4-a2675da8200b', 'tag': 'b2c0bf7e-7ca2-44cf-97a4-809bb88605ef', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 719/1338] 10.0.0.76 () {32 vars in 706 bytes} [Wed Jul 29 21:07:52 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: 620/1339] 10.0.0.147 () {34 vars in 990 bytes} [Wed Jul 29 21:07:52 2026] GET /v2.0/ports?device_id=88cf019e-b631-4d76-a7a3-5e3a93940b3a => 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: 720/1340] 10.0.0.76 () {32 vars in 668 bytes} [Wed Jul 29 21:07:52 2026] GET /v2.0/extensions/qos-pps => generated 195 bytes in 2 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 621/1341] 10.0.0.76 () {32 vars in 696 bytes} [Wed Jul 29 21:07:52 2026] GET /v2.0/extensions/qos-rule-type-details => generated 229 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 721/1342] 10.0.0.76 () {32 vars in 694 bytes} [Wed Jul 29 21:07:52 2026] GET /v2.0/extensions/qos-rule-type-filter => generated 373 bytes in 2 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 622/1343] 10.0.0.76 () {32 vars in 684 bytes} [Wed Jul 29 21:07:52 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: 722/1344] 10.0.0.76 () {32 vars in 688 bytes} [Wed Jul 29 21:07:52 2026] GET /v2.0/extensions/quota-check-limit => generated 226 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 623/1345] 10.0.0.76 () {32 vars in 704 bytes} [Wed Jul 29 21:07:52 2026] GET /v2.0/extensions/quota-check-limit-default => generated 268 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 723/1346] 10.0.0.76 () {32 vars in 666 bytes} [Wed Jul 29 21:07:52 2026] GET /v2.0/extensions/quotas => generated 192 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 624/1347] 10.0.0.76 () {32 vars in 680 bytes} [Wed Jul 29 21:07:52 2026] GET /v2.0/extensions/quota_details => generated 213 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 724/1348] 10.0.0.76 () {32 vars in 680 bytes} [Wed Jul 29 21:07:52 2026] GET /v2.0/extensions/rbac-policies => generated 223 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 625/1349] 10.0.0.76 () {32 vars in 690 bytes} [Wed Jul 29 21:07:52 2026] GET /v2.0/extensions/rbac-address-group => generated 198 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 725/1350] 10.0.0.76 () {32 vars in 690 bytes} [Wed Jul 29 21:07:52 2026] GET /v2.0/extensions/rbac-address-scope => generated 190 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 626/1351] 10.0.0.76 () {32 vars in 694 bytes} [Wed Jul 29 21:07:52 2026] GET /v2.0/extensions/rbac-security-groups => generated 210 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 726/1352] 10.0.0.76 () {32 vars in 684 bytes} [Wed Jul 29 21:07:52 2026] GET /v2.0/extensions/rbac-subnetpool => generated 181 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 627/1353] 10.0.0.76 () {32 vars in 688 bytes} [Wed Jul 29 21:07:52 2026] GET /v2.0/extensions/revision-if-match => generated 247 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 727/1354] 10.0.0.76 () {32 vars in 700 bytes} [Wed Jul 29 21:07:52 2026] GET /v2.0/extensions/standard-attr-revisions => generated 229 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 628/1355] 10.0.0.76 () {32 vars in 702 bytes} [Wed Jul 29 21:07:52 2026] GET /v2.0/extensions/router_availability_zone => generated 197 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 728/1356] 10.0.0.76 () {32 vars in 712 bytes} [Wed Jul 29 21:07:52 2026] GET /v2.0/extensions/security-groups-default-rules => generated 262 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 629/1357] 10.0.0.76 () {32 vars in 716 bytes} [Wed Jul 29 21:07:52 2026] GET /v2.0/extensions/security-groups-normalized-cidr => generated 251 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 729/1358] 10.0.0.76 () {32 vars in 714 bytes} [Wed Jul 29 21:07:52 2026] GET /v2.0/extensions/port-security-groups-filtering => generated 228 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 630/1359] 10.0.0.76 () {32 vars in 726 bytes} [Wed Jul 29 21:07:52 2026] GET /v2.0/extensions/security-groups-remote-address-group => generated 254 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 730/1360] 10.0.0.76 () {32 vars in 740 bytes} [Wed Jul 29 21:07:52 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: 631/1361] 10.0.0.76 () {32 vars in 718 bytes} [Wed Jul 29 21:07:52 2026] GET /v2.0/extensions/security-groups-shared-filtering => generated 241 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 731/1362] 10.0.0.76 () {32 vars in 682 bytes} [Wed Jul 29 21:07:52 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: 632/1363] 10.0.0.76 () {32 vars in 668 bytes} [Wed Jul 29 21:07:52 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: 7|app: 0|req: 732/1364] 10.0.0.76 () {32 vars in 718 bytes} [Wed Jul 29 21:07:52 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: 633/1365] 10.0.0.76 () {32 vars in 678 bytes} [Wed Jul 29 21:07:52 2026] GET /v2.0/extensions/service-type => generated 221 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 733/1366] 10.0.0.76 () {32 vars in 668 bytes} [Wed Jul 29 21:07:52 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: 634/1367] 10.0.0.76 () {32 vars in 696 bytes} [Wed Jul 29 21:07:52 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: 7|app: 0|req: 734/1368] 10.0.0.76 () {32 vars in 704 bytes} [Wed Jul 29 21:07:52 2026] GET /v2.0/extensions/standard-attr-description => generated 214 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 635/1369] 10.0.0.76 () {32 vars in 700 bytes} [Wed Jul 29 21:07:52 2026] GET /v2.0/extensions/stateful-security-group => generated 208 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 735/1370] 10.0.0.76 () {32 vars in 700 bytes} [Wed Jul 29 21:07:52 2026] GET /v2.0/extensions/subnet-external-network => generated 224 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 636/1371] 10.0.0.76 () {32 vars in 682 bytes} [Wed Jul 29 21:07:52 2026] GET /v2.0/extensions/subnet_onboard => generated 197 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 736/1372] 10.0.0.76 () {32 vars in 704 bytes} [Wed Jul 29 21:07:52 2026] GET /v2.0/extensions/subnet-segmentid-writable => generated 227 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 637/1373] 10.0.0.76 () {32 vars in 694 bytes} [Wed Jul 29 21:07:52 2026] GET /v2.0/extensions/subnet-service-types => generated 206 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 737/1374] 10.0.0.76 () {32 vars in 688 bytes} [Wed Jul 29 21:07:52 2026] GET /v2.0/extensions/subnet_allocation => generated 194 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 638/1375] 10.0.0.76 () {32 vars in 696 bytes} [Wed Jul 29 21:07:52 2026] GET /v2.0/extensions/subnetpool-prefix-ops => generated 224 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 738/1376] 10.0.0.76 () {32 vars in 678 bytes} [Wed Jul 29 21:07:52 2026] GET /v2.0/extensions/tag-creation => generated 190 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 639/1377] 10.0.0.76 () {32 vars in 688 bytes} [Wed Jul 29 21:07:52 2026] GET /v2.0/extensions/standard-attr-tag => generated 343 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 739/1378] 10.0.0.76 () {32 vars in 700 bytes} [Wed Jul 29 21:07:52 2026] GET /v2.0/extensions/standard-attr-timestamp => generated 255 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 640/1379] 10.0.0.76 () {32 vars in 664 bytes} [Wed Jul 29 21:07:52 2026] GET /v2.0/extensions/trunk => generated 164 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 740/1380] 10.0.0.76 () {32 vars in 680 bytes} [Wed Jul 29 21:07:52 2026] GET /v2.0/extensions/trunk-details => generated 168 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 641/1381] 10.0.0.76 () {32 vars in 676 bytes} [Wed Jul 29 21:07:52 2026] GET /v2.0/extensions/vpn-aes-ctr => generated 195 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 741/1382] 10.0.0.76 () {32 vars in 692 bytes} [Wed Jul 29 21:07:52 2026] GET /v2.0/extensions/vpn-endpoint-groups => generated 177 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 642/1383] 10.0.0.76 () {32 vars in 676 bytes} [Wed Jul 29 21:07:52 2026] GET /v2.0/extensions/vpn-flavors => generated 182 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 742/1384] 10.0.0.76 () {32 vars in 666 bytes} [Wed Jul 29 21:07:52 2026] GET /v2.0/extensions/vpnaas => generated 154 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 643/1385] 10.0.0.76 () {32 vars in 662 bytes} [Wed Jul 29 21:07:52 2026] GET /v2.0/extensions/taas => generated 175 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 743/1386] 10.0.0.76 () {32 vars in 674 bytes} [Wed Jul 29 21:07:52 2026] GET /v2.0/extensions/tap-mirror => 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: 644/1387] 10.0.0.76 () {32 vars in 686 bytes} [Wed Jul 29 21:07:52 2026] GET /v2.0/extensions/taas-vlan-filter => generated 226 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 744/1388] 162.253.55.222 () {34 vars in 1080 bytes} [Wed Jul 29 21:07:52 2026] GET /v2.0/ports?tenant_id=d9005635594942aab2ba43f72c62c73b&device_id=6995ed40-9186-4361-a1c4-a2675da8200b => generated 1242 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 645/1389] 162.253.55.222 () {34 vars in 1018 bytes} [Wed Jul 29 21:07:52 2026] GET /v2.0/networks?tenant_id=d9005635594942aab2ba43f72c62c73b&shared=False => generated 767 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 745/1390] 162.253.55.222 () {34 vars in 930 bytes} [Wed Jul 29 21:07:52 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 646/1391] 10.0.0.147 () {34 vars in 990 bytes} [Wed Jul 29 21:07:53 2026] GET /v2.0/ports?device_id=6995ed40-9186-4361-a1c4-a2675da8200b => generated 973 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 746/1392] 10.0.0.147 () {34 vars in 1040 bytes} [Wed Jul 29 21:07:53 2026] GET /v2.0/security-groups?id=d979df53-b8e3-4dfd-b95d-3b6735631f97&fields=id&fields=name => generated 88 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 747/1393] 10.0.0.76 () {32 vars in 773 bytes} [Wed Jul 29 21:07:53 2026] GET /v2.0/security-groups?tenant_id=a21ab1e210a74d9f90426258cdfd04f5&name=default => generated 2925 bytes in 243 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-29 21:07:53.699 8 INFO neutron_taas.services.taas.taas_plugin [None req-06fb215b-f0e7-4df2-bfdb-7caed4f8bb5a f92147a9bb754594b3fca89b5bfa188f 3ea8d1a47d2c4b99890a3d48f07525fa - - default default] TaaS: Handle Delete Port: 20e0972a-f981-4cbb-8c11-16c548f99a3e 2026-07-29 21:07:53.703 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-06fb215b-f0e7-4df2-bfdb-7caed4f8bb5a f92147a9bb754594b3fca89b5bfa188f 3ea8d1a47d2c4b99890a3d48f07525fa - - default default] Tap Mirror: Handle Delete Port: 20e0972a-f981-4cbb-8c11-16c548f99a3e [pid: 7|app: 0|req: 748/1394] 10.0.0.76 () {32 vars in 739 bytes} [Wed Jul 29 21:07:53 2026] DELETE /v2.0/security-groups/2a36da83-1fae-4fb2-b720-18d467111bbe => generated 0 bytes in 140 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 749/1395] 162.253.55.222 () {34 vars in 1080 bytes} [Wed Jul 29 21:07:53 2026] GET /v2.0/ports?tenant_id=d9005635594942aab2ba43f72c62c73b&device_id=6995ed40-9186-4361-a1c4-a2675da8200b => generated 1242 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 750/1396] 162.253.55.222 () {34 vars in 1060 bytes} [Wed Jul 29 21:07:54 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.11&port_id=b2c0bf7e-7ca2-44cf-97a4-809bb88605ef => generated 19 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 751/1397] 162.253.55.222 () {34 vars in 984 bytes} [Wed Jul 29 21:07:54 2026] GET /v2.0/subnets?id=da89b7b5-25e9-489f-8e35-0d9613a8a27f => generated 690 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 752/1398] 162.253.55.222 () {34 vars in 1052 bytes} [Wed Jul 29 21:07:54 2026] GET /v2.0/ports?network_id=ae662c82-d51d-4a2e-9f13-7e2d60840363&device_owner=network%3Adhcp => generated 1244 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 753/1399] 162.253.55.222 () {34 vars in 1012 bytes} [Wed Jul 29 21:07:54 2026] GET /v2.0/networks/ae662c82-d51d-4a2e-9f13-7e2d60840363?fields=segments => generated 14 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 754/1400] 162.253.55.222 () {34 vars in 1112 bytes} [Wed Jul 29 21:07:54 2026] GET /v2.0/networks/ae662c82-d51d-4a2e-9f13-7e2d60840363?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: 755/1401] 10.0.0.147 () {34 vars in 990 bytes} [Wed Jul 29 21:07:54 2026] GET /v2.0/ports?device_id=6995ed40-9186-4361-a1c4-a2675da8200b => generated 973 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 756/1402] 10.0.0.147 () {34 vars in 1040 bytes} [Wed Jul 29 21:07:54 2026] GET /v2.0/security-groups?id=d979df53-b8e3-4dfd-b95d-3b6735631f97&fields=id&fields=name => generated 88 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 647/1403] 10.0.0.76 () {34 vars in 788 bytes} [Wed Jul 29 21:07:53 2026] PUT /v2.0/routers/ec836d86-948d-446e-83cc-5e4db8a94aae/remove_router_interface => generated 309 bytes in 1086 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-29 21:07:54.657 7 INFO neutron_taas.services.taas.taas_plugin [None req-57e339b2-33f2-4f57-a4a9-5b0a9a48b985 f92147a9bb754594b3fca89b5bfa188f 3ea8d1a47d2c4b99890a3d48f07525fa - - default default] TaaS: Handle Delete Port: 1c8b048a-0972-49f0-b8df-5fa25c5e5dbd 2026-07-29 21:07:54.661 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-57e339b2-33f2-4f57-a4a9-5b0a9a48b985 f92147a9bb754594b3fca89b5bfa188f 3ea8d1a47d2c4b99890a3d48f07525fa - - default default] Tap Mirror: Handle Delete Port: 1c8b048a-0972-49f0-b8df-5fa25c5e5dbd 2026-07-29 21:07:55.003 7 INFO neutron_taas.services.taas.taas_plugin [None req-57e339b2-33f2-4f57-a4a9-5b0a9a48b985 f92147a9bb754594b3fca89b5bfa188f 3ea8d1a47d2c4b99890a3d48f07525fa - - default default] TaaS: Handle Delete Port: 23849919-abf2-49aa-834b-a8b8dbfaf552 2026-07-29 21:07:55.005 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-57e339b2-33f2-4f57-a4a9-5b0a9a48b985 f92147a9bb754594b3fca89b5bfa188f 3ea8d1a47d2c4b99890a3d48f07525fa - - default default] Tap Mirror: Handle Delete Port: 23849919-abf2-49aa-834b-a8b8dbfaf552 [pid: 8|app: 0|req: 650/1406] 10.0.0.147 () {34 vars in 990 bytes} [Wed Jul 29 21:07:55 2026] GET /v2.0/ports?device_id=6995ed40-9186-4361-a1c4-a2675da8200b => generated 973 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-29 21:07:55.504 7 INFO neutron.services.segments.plugin [-] Segment e107033f-ccc0-4342-b541-65e58d69c29d resource provider aggregate not found [pid: 8|app: 0|req: 651/1407] 10.0.0.147 () {34 vars in 1040 bytes} [Wed Jul 29 21:07:55 2026] GET /v2.0/security-groups?id=d979df53-b8e3-4dfd-b95d-3b6735631f97&fields=id&fields=name => generated 88 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-29 21:07:55.514 7 INFO neutron.services.segments.plugin [-] Segment e107033f-ccc0-4342-b541-65e58d69c29d resource provider aggregate not found 2026-07-29 21:07:55.520 7 INFO neutron.services.segments.plugin [-] Segment e107033f-ccc0-4342-b541-65e58d69c29d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e107033f-ccc0-4342-b541-65e58d69c29d found for delete ", "request_id": "req-e20891f6-b2e9-43d1-b9d3-3616cc504124"}]} 2026-07-29 21:07:55.531 7 INFO neutron.services.segments.plugin [-] Segment e107033f-ccc0-4342-b541-65e58d69c29d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e107033f-ccc0-4342-b541-65e58d69c29d found for delete ", "request_id": "req-6e770cb3-df06-4ced-bcfa-609c3b5131df"}]} 2026-07-29 21:07:55.568 7 INFO neutron.db.l3_hamode_db [None req-57e339b2-33f2-4f57-a4a9-5b0a9a48b985 f92147a9bb754594b3fca89b5bfa188f 3ea8d1a47d2c4b99890a3d48f07525fa - - default default] HA network 8803f9cb-959a-4f28-a717-cc3ae1db9dac was deleted as no HA routers are present in tenant c6316c6c79634bdfbfb1bfe3598b6ff0. [pid: 7|app: 0|req: 757/1408] 10.0.0.76 () {32 vars in 723 bytes} [Wed Jul 29 21:07:54 2026] DELETE /v2.0/routers/ec836d86-948d-446e-83cc-5e4db8a94aae => generated 0 bytes in 1157 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 652/1409] 10.0.0.76 () {32 vars in 723 bytes} [Wed Jul 29 21:07:55 2026] DELETE /v2.0/subnets/7a0c0068-5b28-411f-89dc-dafe09a73ee4 => generated 0 bytes in 205 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-29 21:07:55.891 8 INFO neutron_taas.services.taas.taas_plugin [None req-3ed6ee55-7f25-4e9a-ab7b-0bfbc79a8755 f92147a9bb754594b3fca89b5bfa188f 3ea8d1a47d2c4b99890a3d48f07525fa - - default default] TaaS: Handle Delete Port: 7ba67ed3-c5f2-4755-b790-d175c6c9349e 2026-07-29 21:07:55.897 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3ed6ee55-7f25-4e9a-ab7b-0bfbc79a8755 f92147a9bb754594b3fca89b5bfa188f 3ea8d1a47d2c4b99890a3d48f07525fa - - default default] Tap Mirror: Handle Delete Port: 7ba67ed3-c5f2-4755-b790-d175c6c9349e 2026-07-29 21:07:56.122 8 INFO neutron.services.segments.plugin [-] Segment 91460625-70ed-4925-8fd2-7192ccab88a0 resource provider aggregate not found 2026-07-29 21:07:56.141 8 INFO neutron.services.segments.plugin [-] Segment 91460625-70ed-4925-8fd2-7192ccab88a0 resource provider aggregate not found 2026-07-29 21:07:56.148 8 INFO neutron.services.segments.plugin [-] Segment 91460625-70ed-4925-8fd2-7192ccab88a0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 91460625-70ed-4925-8fd2-7192ccab88a0 found for delete ", "request_id": "req-ef28b342-35e0-4280-a229-73cb1c427639"}]} [pid: 7|app: 0|req: 758/1410] 10.0.0.76 () {34 vars in 676 bytes} [Wed Jul 29 21:07:55 2026] POST /v2.0/subnetpools => generated 549 bytes in 359 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-29 21:07:56.159 8 INFO neutron.services.segments.plugin [-] Segment 91460625-70ed-4925-8fd2-7192ccab88a0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 91460625-70ed-4925-8fd2-7192ccab88a0 found for delete ", "request_id": "req-0a6c5783-27fc-465e-8377-d0e0365305b0"}]} [pid: 7|app: 0|req: 759/1411] 10.0.0.76 () {32 vars in 728 bytes} [Wed Jul 29 21:07:56 2026] GET /v2.0/subnetpools/a6b1ca16-8d73-4922-9991-e5cc59f02f98 => generated 549 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 653/1412] 10.0.0.76 () {32 vars in 725 bytes} [Wed Jul 29 21:07:55 2026] DELETE /v2.0/networks/4161eca0-b1f2-490f-add2-348b75aede38 => generated 0 bytes in 403 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 760/1413] 10.0.0.76 () {34 vars in 748 bytes} [Wed Jul 29 21:07:56 2026] PUT /v2.0/subnetpools/a6b1ca16-8d73-4922-9991-e5cc59f02f98 => generated 500 bytes in 117 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 654/1414] 10.0.0.76 () {32 vars in 731 bytes} [Wed Jul 29 21:07:56 2026] DELETE /v2.0/subnetpools/a6b1ca16-8d73-4922-9991-e5cc59f02f98 => generated 0 bytes in 97 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-29 21:07:56.422 7 INFO neutron.api.v2.resource [None req-faffaa75-8a56-4f12-a42e-054f84fcb0d4 41d6504a1b2149c38620d2058a580d0d e2c8bd93d142420695b85523c413e2ef - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 761/1415] 10.0.0.76 () {32 vars in 728 bytes} [Wed Jul 29 21:07:56 2026] GET /v2.0/subnetpools/a6b1ca16-8d73-4922-9991-e5cc59f02f98 => generated 145 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-29 21:07:56.440 8 INFO neutron.api.v2.resource [None req-ba95a01d-ab57-4ce8-a303-51b0d878cc0f 41d6504a1b2149c38620d2058a580d0d e2c8bd93d142420695b85523c413e2ef - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 655/1416] 10.0.0.76 () {32 vars in 731 bytes} [Wed Jul 29 21:07:56 2026] DELETE /v2.0/subnetpools/a6b1ca16-8d73-4922-9991-e5cc59f02f98 => generated 145 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 762/1417] 10.0.0.76 () {32 vars in 773 bytes} [Wed Jul 29 21:07:56 2026] GET /v2.0/security-groups?tenant_id=c6316c6c79634bdfbfb1bfe3598b6ff0&name=default => generated 2925 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 656/1418] 10.0.0.76 () {32 vars in 739 bytes} [Wed Jul 29 21:07:56 2026] DELETE /v2.0/security-groups/9b38e67a-69d9-46bb-936d-cc33d1845a2c => generated 0 bytes in 131 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 763/1419] 10.0.0.147 () {34 vars in 990 bytes} [Wed Jul 29 21:07:56 2026] GET /v2.0/ports?device_id=6995ed40-9186-4361-a1c4-a2675da8200b => generated 973 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 657/1420] 10.0.0.147 () {34 vars in 1040 bytes} [Wed Jul 29 21:07:56 2026] GET /v2.0/security-groups?id=d979df53-b8e3-4dfd-b95d-3b6735631f97&fields=id&fields=name => generated 88 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 764/1421] 10.0.0.76 () {32 vars in 773 bytes} [Wed Jul 29 21:07:57 2026] GET /v2.0/security-groups?tenant_id=e2c8bd93d142420695b85523c413e2ef&name=default => generated 2925 bytes in 304 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 658/1422] 10.0.0.76 () {32 vars in 739 bytes} [Wed Jul 29 21:07:57 2026] DELETE /v2.0/security-groups/ad57bd3f-846f-41d4-8199-191cd4a4c7dd => generated 0 bytes in 153 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 765/1423] 10.0.0.147 () {34 vars in 990 bytes} [Wed Jul 29 21:07:57 2026] GET /v2.0/ports?device_id=6995ed40-9186-4361-a1c4-a2675da8200b => generated 973 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 659/1424] 10.0.0.147 () {34 vars in 1040 bytes} [Wed Jul 29 21:07:57 2026] GET /v2.0/security-groups?id=d979df53-b8e3-4dfd-b95d-3b6735631f97&fields=id&fields=name => generated 88 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 766/1425] 10.0.0.147 () {34 vars in 990 bytes} [Wed Jul 29 21:07:58 2026] GET /v2.0/ports?device_id=6995ed40-9186-4361-a1c4-a2675da8200b => generated 975 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 660/1426] 10.0.0.147 () {34 vars in 1040 bytes} [Wed Jul 29 21:07:59 2026] GET /v2.0/security-groups?id=d979df53-b8e3-4dfd-b95d-3b6735631f97&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: 767/1427] 10.0.0.147 () {34 vars in 990 bytes} [Wed Jul 29 21:08:00 2026] GET /v2.0/ports?device_id=6995ed40-9186-4361-a1c4-a2675da8200b => generated 975 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 661/1428] 10.0.0.147 () {34 vars in 1040 bytes} [Wed Jul 29 21:08:00 2026] GET /v2.0/security-groups?id=d979df53-b8e3-4dfd-b95d-3b6735631f97&fields=id&fields=name => generated 88 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 768/1429] 10.0.0.147 () {34 vars in 990 bytes} [Wed Jul 29 21:08:01 2026] GET /v2.0/ports?device_id=6995ed40-9186-4361-a1c4-a2675da8200b => generated 975 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 662/1430] 10.0.0.147 () {34 vars in 1040 bytes} [Wed Jul 29 21:08:01 2026] GET /v2.0/security-groups?id=d979df53-b8e3-4dfd-b95d-3b6735631f97&fields=id&fields=name => generated 88 bytes in 112 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 769/1431] 10.0.0.136 () {34 vars in 990 bytes} [Wed Jul 29 21:08:02 2026] GET /v2.0/ports?device_id=eb8ff5b0-b4e1-4a30-95df-536909cb2eea => generated 1244 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 663/1432] 10.0.0.136 () {34 vars in 1040 bytes} [Wed Jul 29 21:08:02 2026] GET /v2.0/security-groups?id=3cdf1552-658b-4fb3-b840-0b26f0d064ba&fields=id&fields=name => generated 113 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 770/1433] 10.0.0.147 () {34 vars in 990 bytes} [Wed Jul 29 21:08:03 2026] GET /v2.0/ports?device_id=6995ed40-9186-4361-a1c4-a2675da8200b => generated 975 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 664/1434] 10.0.0.147 () {34 vars in 1040 bytes} [Wed Jul 29 21:08:03 2026] GET /v2.0/security-groups?id=d979df53-b8e3-4dfd-b95d-3b6735631f97&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: 771/1435] 10.0.0.76 () {32 vars in 773 bytes} [Wed Jul 29 21:08:03 2026] GET /v2.0/security-groups?tenant_id=2d7ccefb21a84404bf9fcd780fec6516&name=default => generated 2925 bytes in 376 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 665/1436] 10.0.0.76 () {32 vars in 739 bytes} [Wed Jul 29 21:08:03 2026] DELETE /v2.0/security-groups/d1126b8c-5d94-45ce-8d8b-4da76c3d1f12 => generated 0 bytes in 142 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 772/1437] 162.253.55.222 () {34 vars in 994 bytes} [Wed Jul 29 21:08:04 2026] GET /v2.0/ports?device_id=6995ed40-9186-4361-a1c4-a2675da8200b => generated 975 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-29 21:08:04.330 7 INFO neutron_taas.services.taas.taas_plugin [req-895a30e8-60dc-41f9-b620-6e35cf346cdf req-8d64b63c-6322-4fa8-bbec-6e876f10e0ee a310f9202ca44a92b2249443fdbd4e1c d9005635594942aab2ba43f72c62c73b - - default default] TaaS: Handle Delete Port: b2c0bf7e-7ca2-44cf-97a4-809bb88605ef 2026-07-29 21:08:04.333 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-895a30e8-60dc-41f9-b620-6e35cf346cdf req-8d64b63c-6322-4fa8-bbec-6e876f10e0ee a310f9202ca44a92b2249443fdbd4e1c d9005635594942aab2ba43f72c62c73b - - default default] Tap Mirror: Handle Delete Port: b2c0bf7e-7ca2-44cf-97a4-809bb88605ef [pid: 8|app: 0|req: 666/1438] 10.0.0.76 () {32 vars in 773 bytes} [Wed Jul 29 21:08:04 2026] GET /v2.0/security-groups?tenant_id=364cacd4ba8e4dce9785096c95e79945&name=default => generated 2925 bytes in 163 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 667/1439] 10.0.0.147 () {34 vars in 990 bytes} [Wed Jul 29 21:08:04 2026] GET /v2.0/ports?device_id=6995ed40-9186-4361-a1c4-a2675da8200b => generated 975 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 773/1440] 162.253.55.222 () {36 vars in 997 bytes} [Wed Jul 29 21:08:04 2026] DELETE /v2.0/ports/b2c0bf7e-7ca2-44cf-97a4-809bb88605ef => generated 0 bytes in 326 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-29 21:08:04.596 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-5b232d30-2b79-4bd4-89bd-2ded0bea9a03'] response: {'server_uuid': '6995ed40-9186-4361-a1c4-a2675da8200b', 'name': 'network-vif-deleted', 'tag': 'b2c0bf7e-7ca2-44cf-97a4-809bb88605ef', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 774/1441] 10.0.0.76 () {32 vars in 739 bytes} [Wed Jul 29 21:08:04 2026] DELETE /v2.0/security-groups/5d2fa487-e090-4a9f-992a-0fa0aea21e3c => generated 0 bytes in 154 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 775/1442] 10.0.0.147 () {34 vars in 1040 bytes} [Wed Jul 29 21:08:04 2026] GET /v2.0/security-groups?id=d979df53-b8e3-4dfd-b95d-3b6735631f97&fields=id&fields=name => generated 88 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 668/1443] 10.0.0.76 () {32 vars in 773 bytes} [Wed Jul 29 21:08:04 2026] GET /v2.0/security-groups?tenant_id=50892e5a03044453b60a2f815ccfb498&name=default => generated 2925 bytes in 414 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 776/1444] 10.0.0.76 () {32 vars in 739 bytes} [Wed Jul 29 21:08:04 2026] DELETE /v2.0/security-groups/bd2bf4b3-666b-4e48-a530-e5df05a3996b => generated 0 bytes in 143 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 669/1445] 10.0.0.76 () {32 vars in 773 bytes} [Wed Jul 29 21:08:05 2026] GET /v2.0/security-groups?tenant_id=c1650fda345b46a299caec28e6f3a1ea&name=default => generated 2925 bytes in 182 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 777/1446] 10.0.0.76 () {32 vars in 739 bytes} [Wed Jul 29 21:08:05 2026] DELETE /v2.0/security-groups/ffc26bdf-5a53-47b3-8dec-2226e8e6d08f => 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: 670/1447] 10.0.0.147 () {34 vars in 990 bytes} [Wed Jul 29 21:08:05 2026] GET /v2.0/ports?device_id=6995ed40-9186-4361-a1c4-a2675da8200b => 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: 778/1448] 10.0.0.147 () {34 vars in 990 bytes} [Wed Jul 29 21:08:06 2026] GET /v2.0/ports?device_id=6995ed40-9186-4361-a1c4-a2675da8200b => 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: 671/1449] 10.0.0.76 () {32 vars in 773 bytes} [Wed Jul 29 21:08:08 2026] GET /v2.0/security-groups?tenant_id=c750fd340f5c40d7865d264d2172325f&name=default => generated 2925 bytes in 525 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 779/1450] 10.0.0.76 () {32 vars in 773 bytes} [Wed Jul 29 21:08:08 2026] GET /v2.0/security-groups?tenant_id=aea3b66d8d654acf93a71045b20aefb4&name=default => generated 2925 bytes in 274 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 672/1451] 10.0.0.76 () {32 vars in 739 bytes} [Wed Jul 29 21:08:08 2026] DELETE /v2.0/security-groups/4c018cc4-914e-40b3-8e14-434d4fcdfba8 => generated 0 bytes in 144 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 780/1452] 10.0.0.76 () {32 vars in 739 bytes} [Wed Jul 29 21:08:08 2026] DELETE /v2.0/security-groups/f83ef598-6c54-447e-88d2-914048a8a001 => generated 0 bytes in 139 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-29 21:08:09.712 8 INFO neutron_taas.services.taas.taas_plugin [None req-96b4d4ba-8ecf-446c-bf12-ccfcf2b27897 f92147a9bb754594b3fca89b5bfa188f 3ea8d1a47d2c4b99890a3d48f07525fa - - default default] TaaS: Handle Delete Port: 04345670-f2f8-49c9-b13d-60f9e470599e 2026-07-29 21:08:09.715 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-96b4d4ba-8ecf-446c-bf12-ccfcf2b27897 f92147a9bb754594b3fca89b5bfa188f 3ea8d1a47d2c4b99890a3d48f07525fa - - default default] Tap Mirror: Handle Delete Port: 04345670-f2f8-49c9-b13d-60f9e470599e [pid: 8|app: 0|req: 673/1455] 10.0.0.76 () {34 vars in 788 bytes} [Wed Jul 29 21:08:09 2026] PUT /v2.0/routers/923d2a61-d44c-4257-acc3-59406972cabf/remove_router_interface => generated 309 bytes in 1143 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-29 21:08:10.735 7 INFO neutron_taas.services.taas.taas_plugin [None req-9743e28f-8be7-4438-824f-a615f2b0554a f92147a9bb754594b3fca89b5bfa188f 3ea8d1a47d2c4b99890a3d48f07525fa - - default default] TaaS: Handle Delete Port: 058c86fd-5b89-46c3-939b-8d63753eb7af 2026-07-29 21:08:10.738 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9743e28f-8be7-4438-824f-a615f2b0554a f92147a9bb754594b3fca89b5bfa188f 3ea8d1a47d2c4b99890a3d48f07525fa - - default default] Tap Mirror: Handle Delete Port: 058c86fd-5b89-46c3-939b-8d63753eb7af 2026-07-29 21:08:11.138 7 INFO neutron_taas.services.taas.taas_plugin [None req-9743e28f-8be7-4438-824f-a615f2b0554a f92147a9bb754594b3fca89b5bfa188f 3ea8d1a47d2c4b99890a3d48f07525fa - - default default] TaaS: Handle Delete Port: ab463f7e-be18-4665-a67e-eb570c09c62c 2026-07-29 21:08:11.142 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9743e28f-8be7-4438-824f-a615f2b0554a f92147a9bb754594b3fca89b5bfa188f 3ea8d1a47d2c4b99890a3d48f07525fa - - default default] Tap Mirror: Handle Delete Port: ab463f7e-be18-4665-a67e-eb570c09c62c 2026-07-29 21:08:11.526 8 INFO neutron.db.segments_db [None req-02d14c3f-e1fc-47d6-8a8e-a5de2f511e4d f92147a9bb754594b3fca89b5bfa188f 3ea8d1a47d2c4b99890a3d48f07525fa - - default default] Added segment df88a29f-45f3-48ec-9c7d-1395efbbfa07 of type vxlan for network a42e06ab-686d-47b2-81f0-bdd0240c60ae 2026-07-29 21:08:11.587 7 INFO neutron.services.segments.plugin [-] Segment 4a1ff14b-b44a-4720-a068-9c346f2034b4 resource provider aggregate not found 2026-07-29 21:08:11.598 7 INFO neutron.services.segments.plugin [-] Segment 4a1ff14b-b44a-4720-a068-9c346f2034b4 resource provider aggregate not found 2026-07-29 21:08:11.609 7 INFO neutron.services.segments.plugin [-] Segment 4a1ff14b-b44a-4720-a068-9c346f2034b4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4a1ff14b-b44a-4720-a068-9c346f2034b4 found for delete ", "request_id": "req-64e8e760-58c7-4aa8-8bd0-5ee32745dfd5"}]} 2026-07-29 21:08:11.622 7 INFO neutron.services.segments.plugin [-] Segment 4a1ff14b-b44a-4720-a068-9c346f2034b4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4a1ff14b-b44a-4720-a068-9c346f2034b4 found for delete ", "request_id": "req-ef58489e-1c28-4d5e-b798-d4123bc0d325"}]} 2026-07-29 21:08:11.652 7 INFO neutron.db.l3_hamode_db [None req-9743e28f-8be7-4438-824f-a615f2b0554a f92147a9bb754594b3fca89b5bfa188f 3ea8d1a47d2c4b99890a3d48f07525fa - - default default] HA network 71d87722-047c-4af2-b502-b5a5e9007a78 was deleted as no HA routers are present in tenant d9005635594942aab2ba43f72c62c73b. [pid: 7|app: 0|req: 783/1456] 10.0.0.76 () {32 vars in 723 bytes} [Wed Jul 29 21:08:10 2026] DELETE /v2.0/routers/923d2a61-d44c-4257-acc3-59406972cabf => generated 0 bytes in 1223 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 674/1457] 10.0.0.76 () {34 vars in 670 bytes} [Wed Jul 29 21:08:10 2026] POST /v2.0/networks => generated 722 bytes in 727 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 675/1458] 10.0.0.76 () {32 vars in 723 bytes} [Wed Jul 29 21:08:11 2026] DELETE /v2.0/subnets/da89b7b5-25e9-489f-8e35-0d9613a8a27f => generated 0 bytes in 196 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-29 21:08:11.974 7 INFO neutron.db.segments_db [None req-f4ad7727-c9fb-47fa-8d72-2233cd9c253f d42ca0046c8945f7a17176d417cd70dd 1f986d7bc9034fc8921258070d6b40b8 - - default default] Added segment f7568071-9437-4019-88c0-c65e3e483018 of type vxlan for network 31562866-776a-4c44-88b4-eeaeca7f42b6 [pid: 7|app: 0|req: 784/1459] 10.0.0.76 () {34 vars in 669 bytes} [Wed Jul 29 21:08:11 2026] POST /v2.0/networks => generated 630 bytes in 484 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-29 21:08:12.277 7 INFO neutron_taas.services.taas.taas_plugin [None req-e7e49bc5-7ccb-4d1f-b553-fa1b4c133314 f92147a9bb754594b3fca89b5bfa188f 3ea8d1a47d2c4b99890a3d48f07525fa - - default default] TaaS: Handle Delete Port: f066f43b-29c1-4efa-891f-51206c853ea6 2026-07-29 21:08:12.280 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e7e49bc5-7ccb-4d1f-b553-fa1b4c133314 f92147a9bb754594b3fca89b5bfa188f 3ea8d1a47d2c4b99890a3d48f07525fa - - default default] Tap Mirror: Handle Delete Port: f066f43b-29c1-4efa-891f-51206c853ea6 [pid: 8|app: 0|req: 676/1460] 10.0.0.76 () {34 vars in 668 bytes} [Wed Jul 29 21:08:11 2026] POST /v2.0/subnets => generated 688 bytes in 408 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 677/1461] 10.0.0.147 () {34 vars in 990 bytes} [Wed Jul 29 21:08:12 2026] GET /v2.0/ports?device_id=eb8ff5b0-b4e1-4a30-95df-536909cb2eea => generated 975 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 785/1462] 10.0.0.76 () {32 vars in 725 bytes} [Wed Jul 29 21:08:12 2026] DELETE /v2.0/networks/ae662c82-d51d-4a2e-9f13-7e2d60840363 => generated 0 bytes in 382 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-29 21:08:12.612 7 INFO neutron.db.segments_db [None req-70d76c86-423c-4e3c-9dd3-5aa01697d478 f92147a9bb754594b3fca89b5bfa188f 3ea8d1a47d2c4b99890a3d48f07525fa - - default default] Added segment 065933d0-d8a5-485e-9724-576a8a3e3aec of type vxlan for network 375cd991-9775-48f1-acde-18c78860b8be [pid: 8|app: 0|req: 678/1463] 10.0.0.76 () {34 vars in 668 bytes} [Wed Jul 29 21:08:12 2026] POST /v2.0/subnets => generated 627 bytes in 428 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 679/1464] 10.0.0.147 () {34 vars in 1040 bytes} [Wed Jul 29 21:08:12 2026] GET /v2.0/security-groups?id=3cdf1552-658b-4fb3-b840-0b26f0d064ba&fields=id&fields=name => generated 113 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 680/1465] 10.0.0.76 () {32 vars in 773 bytes} [Wed Jul 29 21:08:12 2026] GET /v2.0/security-groups?tenant_id=d9005635594942aab2ba43f72c62c73b&name=default => generated 2925 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-29 21:08:12.997 8 INFO neutron.db.segments_db [None req-afff3bff-48e7-4fb6-8125-6c2a4508c155 d42ca0046c8945f7a17176d417cd70dd 1f986d7bc9034fc8921258070d6b40b8 - - default default] Added segment ba0a562e-a421-4c73-9a4c-4a3312d060ec of type vxlan for network 85f280bc-725a-49dd-a3c5-2f489e77def9 2026-07-29 21:08:13.040 7 INFO neutron.db.l3_hamode_db [None req-70d76c86-423c-4e3c-9dd3-5aa01697d478 f92147a9bb754594b3fca89b5bfa188f 1dce249c0cde4de3b06c4914d42b86a7 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-29 21:08:13.446 8 INFO neutron.db.l3_hamode_db [None req-afff3bff-48e7-4fb6-8125-6c2a4508c155 d42ca0046c8945f7a17176d417cd70dd 1f986d7bc9034fc8921258070d6b40b8 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-29 21:08:13.975 7 INFO neutron.services.segments.plugin [-] Segment c187c7ee-7dcf-457c-a135-d594f1a4f0a0 resource provider aggregate not found 2026-07-29 21:08:13.992 7 INFO neutron.services.segments.plugin [-] Segment c187c7ee-7dcf-457c-a135-d594f1a4f0a0 resource provider aggregate not found 2026-07-29 21:08:14.019 7 INFO neutron.services.segments.plugin [-] Segment c187c7ee-7dcf-457c-a135-d594f1a4f0a0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c187c7ee-7dcf-457c-a135-d594f1a4f0a0 found for delete ", "request_id": "req-d3206c38-2bd9-40c8-8980-2d9faa7bbf1a"}]} 2026-07-29 21:08:14.023 7 INFO neutron.services.segments.plugin [-] Segment c187c7ee-7dcf-457c-a135-d594f1a4f0a0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c187c7ee-7dcf-457c-a135-d594f1a4f0a0 found for delete ", "request_id": "req-288e42a8-6869-41a5-bb60-53e53e7eee7d"}]} 2026-07-29 21:08:14.713 7 INFO neutron.db.l3_hamode_db [None req-70d76c86-423c-4e3c-9dd3-5aa01697d478 f92147a9bb754594b3fca89b5bfa188f 3ea8d1a47d2c4b99890a3d48f07525fa - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-29 21:08:14.722 8 INFO neutron.db.l3_hamode_db [None req-afff3bff-48e7-4fb6-8125-6c2a4508c155 d42ca0046c8945f7a17176d417cd70dd 1f986d7bc9034fc8921258070d6b40b8 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 786/1466] 10.0.0.76 () {34 vars in 668 bytes} [Wed Jul 29 21:08:12 2026] POST /v2.0/routers => generated 728 bytes in 3465 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 681/1467] 10.0.0.76 () {34 vars in 668 bytes} [Wed Jul 29 21:08:12 2026] POST /v2.0/routers => generated 693 bytes in 3139 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 682/1468] 10.0.0.147 () {34 vars in 990 bytes} [Wed Jul 29 21:08:16 2026] GET /v2.0/ports?device_id=eb8ff5b0-b4e1-4a30-95df-536909cb2eea => generated 975 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 683/1469] 162.253.55.222 () {34 vars in 994 bytes} [Wed Jul 29 21:08:16 2026] GET /v2.0/ports?device_id=eb8ff5b0-b4e1-4a30-95df-536909cb2eea => generated 975 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 787/1470] 10.0.0.76 () {32 vars in 739 bytes} [Wed Jul 29 21:08:15 2026] DELETE /v2.0/security-groups/d979df53-b8e3-4dfd-b95d-3b6735631f97 => generated 0 bytes in 141 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 684/1471] 10.0.0.76 () {34 vars in 782 bytes} [Wed Jul 29 21:08:16 2026] PUT /v2.0/routers/bb6c3e98-602f-4af6-986c-53a0c261eaf0/add_router_interface => generated 309 bytes in 1488 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 685/1472] 10.0.0.147 () {34 vars in 1040 bytes} [Wed Jul 29 21:08:17 2026] GET /v2.0/security-groups?id=3cdf1552-658b-4fb3-b840-0b26f0d064ba&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-07-29 21:08:17.752 8 INFO neutron_taas.services.taas.taas_plugin [req-863e6efb-127a-4906-9aa9-3b27124031c9 req-952431fb-0ce7-41bd-a3f1-8cc1be9fbb59 72b436c1726647f79db9418a44be1bc8 af5ffb67558e4c50a9fbcfd1042210b9 - - default default] TaaS: Handle Delete Port: 03f25c06-604e-410b-9a0d-69924c8c7e3f 2026-07-29 21:08:17.755 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-863e6efb-127a-4906-9aa9-3b27124031c9 req-952431fb-0ce7-41bd-a3f1-8cc1be9fbb59 72b436c1726647f79db9418a44be1bc8 af5ffb67558e4c50a9fbcfd1042210b9 - - default default] Tap Mirror: Handle Delete Port: 03f25c06-604e-410b-9a0d-69924c8c7e3f 2026-07-29 21:08:17.906 8 INFO neutron.db.l3_db [req-863e6efb-127a-4906-9aa9-3b27124031c9 req-952431fb-0ce7-41bd-a3f1-8cc1be9fbb59 72b436c1726647f79db9418a44be1bc8 af5ffb67558e4c50a9fbcfd1042210b9 - - default default] Floating IP 5c204eb8-0427-41f4-8569-15d859ac3ecb disassociated. External IP: 10.96.250.205, port: 03f25c06-604e-410b-9a0d-69924c8c7e3f. [pid: 7|app: 0|req: 788/1473] 10.0.0.76 () {34 vars in 782 bytes} [Wed Jul 29 21:08:16 2026] PUT /v2.0/routers/9f51078e-5054-4eea-9174-1874ec74e612/add_router_interface => generated 309 bytes in 1788 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 686/1474] 162.253.55.222 () {36 vars in 997 bytes} [Wed Jul 29 21:08:17 2026] DELETE /v2.0/ports/03f25c06-604e-410b-9a0d-69924c8c7e3f => generated 0 bytes in 855 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 789/1475] 10.0.0.76 () {34 vars in 664 bytes} [Wed Jul 29 21:08:17 2026] POST /v2.0/ports => generated 954 bytes in 538 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-29 21:08:18.500 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-cea1dea8-8063-41b7-8731-4dd35dc55076'] response: {'server_uuid': 'eb8ff5b0-b4e1-4a30-95df-536909cb2eea', 'name': 'network-vif-deleted', 'tag': '03f25c06-604e-410b-9a0d-69924c8c7e3f', '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: 790/1476] 10.0.0.147 () {34 vars in 990 bytes} [Wed Jul 29 21:08:18 2026] GET /v2.0/ports?device_id=eb8ff5b0-b4e1-4a30-95df-536909cb2eea => generated 12 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 687/1477] 10.0.0.76 () {34 vars in 664 bytes} [Wed Jul 29 21:08:18 2026] POST /v2.0/ports => generated 955 bytes in 628 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-07-29 21:08:19.303 7 INFO neutron.db.segments_db [None req-96e9a783-0ad9-4dc5-ac84-1912ad466718 f92147a9bb754594b3fca89b5bfa188f 3ea8d1a47d2c4b99890a3d48f07525fa - - default default] Added segment 0d03f85e-0034-4103-8d46-fee641311023 of type vxlan for network ef43f382-53c6-49de-aa7c-38120a347255 [pid: 7|app: 0|req: 791/1478] 10.0.0.76 () {34 vars in 670 bytes} [Wed Jul 29 21:08:18 2026] POST /v2.0/networks => generated 721 bytes in 482 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 792/1479] 10.0.0.76 () {34 vars in 668 bytes} [Wed Jul 29 21:08:19 2026] POST /v2.0/subnets => generated 687 bytes in 345 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-29 21:08:19.920 7 INFO neutron.db.segments_db [None req-d48e05c7-041e-4ab6-885e-a943431253b9 f92147a9bb754594b3fca89b5bfa188f 3ea8d1a47d2c4b99890a3d48f07525fa - - default default] Added segment 034e8239-6115-4962-a16f-45ac1ff70105 of type vxlan for network 495d3c37-e236-4c3f-9c14-4d2d5efdc82a 2026-07-29 21:08:20.288 8 INFO neutron.db.l3_db [None req-11b91cee-f9ad-4457-8c06-d377d5409536 d42ca0046c8945f7a17176d417cd70dd 1f986d7bc9034fc8921258070d6b40b8 - - default default] Floating IP 276a77fc-7348-4d28-968f-6f4b694006dc associated. External IP: 10.96.250.217, port: d4ccda37-ebbc-4eba-8964-bf0800b28533. 2026-07-29 21:08:20.335 7 INFO neutron.db.l3_hamode_db [None req-d48e05c7-041e-4ab6-885e-a943431253b9 f92147a9bb754594b3fca89b5bfa188f cc773df053804a83a376e28c3c7fce0f - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 688/1480] 10.0.0.76 () {34 vars in 676 bytes} [Wed Jul 29 21:08:19 2026] POST /v2.0/floatingips => generated 842 bytes in 1574 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 689/1481] 10.0.0.147 () {34 vars in 990 bytes} [Wed Jul 29 21:08:20 2026] GET /v2.0/ports?device_id=eb8ff5b0-b4e1-4a30-95df-536909cb2eea => generated 12 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-29 21:08:20.887 8 INFO neutron.db.l3_db [None req-629c9973-7c1c-49b6-b829-a539fad0382a d42ca0046c8945f7a17176d417cd70dd 1f986d7bc9034fc8921258070d6b40b8 - - default default] Floating IP 276a77fc-7348-4d28-968f-6f4b694006dc disassociated. External IP: 10.96.250.217, port: d4ccda37-ebbc-4eba-8964-bf0800b28533. [pid: 8|app: 0|req: 690/1482] 10.0.0.76 () {34 vars in 748 bytes} [Wed Jul 29 21:08:20 2026] PUT /v2.0/floatingips/276a77fc-7348-4d28-968f-6f4b694006dc => generated 552 bytes in 531 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-29 21:08:21.374 8 INFO neutron_taas.services.taas.taas_plugin [None req-d5dcfe69-8ae7-4efd-8837-00d36f38e0b2 d42ca0046c8945f7a17176d417cd70dd 1f986d7bc9034fc8921258070d6b40b8 - - default default] TaaS: Handle Delete Port: 9c7a6715-df4c-4fe1-9e75-15dfcbf7e15d 2026-07-29 21:08:21.379 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d5dcfe69-8ae7-4efd-8837-00d36f38e0b2 d42ca0046c8945f7a17176d417cd70dd 1f986d7bc9034fc8921258070d6b40b8 - - default default] Tap Mirror: Handle Delete Port: 9c7a6715-df4c-4fe1-9e75-15dfcbf7e15d 2026-07-29 21:08:21.529 7 INFO neutron.db.l3_hamode_db [None req-d48e05c7-041e-4ab6-885e-a943431253b9 f92147a9bb754594b3fca89b5bfa188f 3ea8d1a47d2c4b99890a3d48f07525fa - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 691/1483] 10.0.0.76 () {32 vars in 731 bytes} [Wed Jul 29 21:08:21 2026] DELETE /v2.0/floatingips/276a77fc-7348-4d28-968f-6f4b694006dc => generated 0 bytes in 323 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-29 21:08:22.630 8 INFO neutron.db.l3_db [None req-3aa7d0c4-38eb-42c7-b199-b0bfd34e873c d42ca0046c8945f7a17176d417cd70dd 1f986d7bc9034fc8921258070d6b40b8 - - default default] Floating IP 1280d893-2aa1-409c-8e29-87d0fd4884dd associated. External IP: 10.96.250.207, port: 9412bbd9-2c7f-4c66-aab7-c95a4a66e23a. [pid: 7|app: 0|req: 793/1484] 10.0.0.76 () {34 vars in 668 bytes} [Wed Jul 29 21:08:19 2026] POST /v2.0/routers => generated 727 bytes in 2908 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 794/1485] 10.0.0.76 () {32 vars in 739 bytes} [Wed Jul 29 21:08:22 2026] DELETE /v2.0/security-groups/3cdf1552-658b-4fb3-b840-0b26f0d064ba => generated 0 bytes in 150 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 692/1486] 10.0.0.76 () {34 vars in 676 bytes} [Wed Jul 29 21:08:21 2026] POST /v2.0/floatingips => generated 841 bytes in 1388 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-29 21:08:22.997 8 INFO neutron.api.v2.resource [None req-f4d1f079-cf7e-49e6-a94f-bf5809845597 72b436c1726647f79db9418a44be1bc8 af5ffb67558e4c50a9fbcfd1042210b9 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 693/1487] 10.0.0.76 () {32 vars in 736 bytes} [Wed Jul 29 21:08:22 2026] GET /v2.0/security-groups/3cdf1552-658b-4fb3-b840-0b26f0d064ba => generated 146 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 694/1488] 10.0.0.76 () {32 vars in 728 bytes} [Wed Jul 29 21:08:22 2026] GET /v2.0/floatingips/1280d893-2aa1-409c-8e29-87d0fd4884dd => generated 841 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-29 21:08:23.172 8 INFO neutron_taas.services.taas.taas_plugin [None req-d0859263-b5fb-48f8-9162-013d27710527 72b436c1726647f79db9418a44be1bc8 af5ffb67558e4c50a9fbcfd1042210b9 - - default default] TaaS: Handle Delete Port: 8f543192-646f-4e49-9d86-7a08c1184d76 2026-07-29 21:08:23.175 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d0859263-b5fb-48f8-9162-013d27710527 72b436c1726647f79db9418a44be1bc8 af5ffb67558e4c50a9fbcfd1042210b9 - - default default] Tap Mirror: Handle Delete Port: 8f543192-646f-4e49-9d86-7a08c1184d76 [pid: 8|app: 0|req: 695/1489] 10.0.0.76 () {32 vars in 731 bytes} [Wed Jul 29 21:08:23 2026] DELETE /v2.0/floatingips/5c204eb8-0427-41f4-8569-15d859ac3ecb => generated 0 bytes in 341 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 696/1490] 10.0.0.76 () {32 vars in 654 bytes} [Wed Jul 29 21:08:23 2026] GET /v2.0/floatingips => generated 844 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-29 21:08:23.874 8 INFO neutron_taas.services.taas.taas_plugin [None req-1db07618-2d7e-4988-95b5-88250ebee786 f92147a9bb754594b3fca89b5bfa188f 3ea8d1a47d2c4b99890a3d48f07525fa - - default default] TaaS: Handle Delete Port: 5c671e3f-7e02-49ec-839d-ca96c8753471 2026-07-29 21:08:23.881 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1db07618-2d7e-4988-95b5-88250ebee786 f92147a9bb754594b3fca89b5bfa188f 3ea8d1a47d2c4b99890a3d48f07525fa - - default default] Tap Mirror: Handle Delete Port: 5c671e3f-7e02-49ec-839d-ca96c8753471 [pid: 7|app: 0|req: 795/1491] 10.0.0.76 () {34 vars in 782 bytes} [Wed Jul 29 21:08:22 2026] PUT /v2.0/routers/e63fe085-4f58-4206-b76f-2121f006875c/add_router_interface => generated 309 bytes in 1554 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 697/1492] 10.0.0.76 () {34 vars in 788 bytes} [Wed Jul 29 21:08:23 2026] PUT /v2.0/routers/ad1f176c-37c1-484d-858b-b549bc6b57ef/remove_router_interface => generated 309 bytes in 1166 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-29 21:08:24.790 7 INFO neutron.db.l3_db [None req-7132c263-d524-42d1-ab7f-2437e1b5e010 d42ca0046c8945f7a17176d417cd70dd 1f986d7bc9034fc8921258070d6b40b8 - - default default] Floating IP 1280d893-2aa1-409c-8e29-87d0fd4884dd associated. External IP: 10.96.250.207, port: 9412bbd9-2c7f-4c66-aab7-c95a4a66e23a. 2026-07-29 21:08:24.896 8 INFO neutron_taas.services.taas.taas_plugin [None req-eb7930a0-bfb8-4a75-9c39-d5e6fba42d50 f92147a9bb754594b3fca89b5bfa188f 3ea8d1a47d2c4b99890a3d48f07525fa - - default default] TaaS: Handle Delete Port: e14560e1-e540-4179-abbd-2ee5f08821b5 2026-07-29 21:08:24.898 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-eb7930a0-bfb8-4a75-9c39-d5e6fba42d50 f92147a9bb754594b3fca89b5bfa188f 3ea8d1a47d2c4b99890a3d48f07525fa - - default default] Tap Mirror: Handle Delete Port: e14560e1-e540-4179-abbd-2ee5f08821b5 2026-07-29 21:08:25.268 8 INFO neutron_taas.services.taas.taas_plugin [None req-eb7930a0-bfb8-4a75-9c39-d5e6fba42d50 f92147a9bb754594b3fca89b5bfa188f 3ea8d1a47d2c4b99890a3d48f07525fa - - default default] TaaS: Handle Delete Port: 1ac82566-4aba-4634-817a-b409d7684f40 2026-07-29 21:08:25.272 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-eb7930a0-bfb8-4a75-9c39-d5e6fba42d50 f92147a9bb754594b3fca89b5bfa188f 3ea8d1a47d2c4b99890a3d48f07525fa - - default default] Tap Mirror: Handle Delete Port: 1ac82566-4aba-4634-817a-b409d7684f40 [pid: 7|app: 0|req: 796/1495] 10.0.0.76 () {34 vars in 748 bytes} [Wed Jul 29 21:08:24 2026] PUT /v2.0/floatingips/1280d893-2aa1-409c-8e29-87d0fd4884dd => generated 842 bytes in 1044 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 797/1496] 10.0.0.76 () {34 vars in 684 bytes} [Wed Jul 29 21:08:25 2026] POST /v2.0/security-groups => generated 1675 bytes in 214 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-07-29 21:08:25.852 7 INFO neutron.db.l3_db [None req-52c90e7c-48cd-47bd-a5b7-a3ac9d850a96 d42ca0046c8945f7a17176d417cd70dd 1f986d7bc9034fc8921258070d6b40b8 - - default default] Floating IP 1280d893-2aa1-409c-8e29-87d0fd4884dd disassociated. External IP: 10.96.250.207, port: d4ccda37-ebbc-4eba-8964-bf0800b28533. [pid: 7|app: 0|req: 798/1497] 10.0.0.76 () {34 vars in 748 bytes} [Wed Jul 29 21:08:25 2026] PUT /v2.0/floatingips/1280d893-2aa1-409c-8e29-87d0fd4884dd => generated 552 bytes in 610 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-29 21:08:26.308 8 INFO neutron.services.segments.plugin [-] Segment 9e9307ff-ff5d-433a-9538-056b8e832395 resource provider aggregate not found 2026-07-29 21:08:26.338 8 INFO neutron.services.segments.plugin [-] Segment 9e9307ff-ff5d-433a-9538-056b8e832395 resource provider aggregate not found 2026-07-29 21:08:26.362 8 INFO neutron.services.segments.plugin [-] Segment 9e9307ff-ff5d-433a-9538-056b8e832395 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9e9307ff-ff5d-433a-9538-056b8e832395 found for delete ", "request_id": "req-bb92c343-f1b1-445a-862f-5276e79db139"}]} 2026-07-29 21:08:26.380 8 INFO neutron.services.segments.plugin [-] Segment 9e9307ff-ff5d-433a-9538-056b8e832395 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9e9307ff-ff5d-433a-9538-056b8e832395 found for delete ", "request_id": "req-dbf8ab77-1ca3-4d15-8e56-9219bc0168cd"}]} 2026-07-29 21:08:26.430 8 INFO neutron.db.l3_hamode_db [None req-eb7930a0-bfb8-4a75-9c39-d5e6fba42d50 f92147a9bb754594b3fca89b5bfa188f 3ea8d1a47d2c4b99890a3d48f07525fa - - default default] HA network 0a914916-d17c-4138-b702-e39f9bb96444 was deleted as no HA routers are present in tenant af5ffb67558e4c50a9fbcfd1042210b9. [pid: 8|app: 0|req: 700/1498] 10.0.0.76 () {32 vars in 723 bytes} [Wed Jul 29 21:08:24 2026] DELETE /v2.0/routers/ad1f176c-37c1-484d-858b-b549bc6b57ef => generated 0 bytes in 1816 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 799/1499] 10.0.0.76 () {34 vars in 694 bytes} [Wed Jul 29 21:08:26 2026] POST /v2.0/security-group-rules => generated 597 bytes in 261 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-29 21:08:26.565 8 INFO neutron_taas.services.taas.taas_plugin [None req-80dc5cf5-717b-46db-8487-8e9877e8865a d42ca0046c8945f7a17176d417cd70dd 1f986d7bc9034fc8921258070d6b40b8 - - default default] TaaS: Handle Delete Port: 4ca85dc8-8a9e-4a2f-8881-c3bb164de286 2026-07-29 21:08:26.569 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-80dc5cf5-717b-46db-8487-8e9877e8865a d42ca0046c8945f7a17176d417cd70dd 1f986d7bc9034fc8921258070d6b40b8 - - default default] Tap Mirror: Handle Delete Port: 4ca85dc8-8a9e-4a2f-8881-c3bb164de286 [pid: 8|app: 0|req: 701/1500] 10.0.0.76 () {32 vars in 731 bytes} [Wed Jul 29 21:08:26 2026] DELETE /v2.0/floatingips/1280d893-2aa1-409c-8e29-87d0fd4884dd => generated 0 bytes in 322 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 800/1501] 10.0.0.76 () {32 vars in 723 bytes} [Wed Jul 29 21:08:26 2026] DELETE /v2.0/subnets/8e8abe48-4ab9-4e4a-a3b0-cd9cfe7e91fb => generated 0 bytes in 237 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-29 21:08:26.798 7 INFO neutron.api.v2.resource [None req-e9066700-9893-4bb1-a217-11774c8abefc d42ca0046c8945f7a17176d417cd70dd 1f986d7bc9034fc8921258070d6b40b8 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 801/1502] 10.0.0.76 () {32 vars in 731 bytes} [Wed Jul 29 21:08:26 2026] DELETE /v2.0/floatingips/1280d893-2aa1-409c-8e29-87d0fd4884dd => generated 144 bytes in 22 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-29 21:08:26.945 7 INFO neutron_taas.services.taas.taas_plugin [None req-702a075d-d1d6-4b83-84fd-ad5ce3982013 f92147a9bb754594b3fca89b5bfa188f 3ea8d1a47d2c4b99890a3d48f07525fa - - default default] TaaS: Handle Delete Port: 76dc34a0-fddd-4daf-bfe4-5c0b5298ab4f 2026-07-29 21:08:26.948 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-702a075d-d1d6-4b83-84fd-ad5ce3982013 f92147a9bb754594b3fca89b5bfa188f 3ea8d1a47d2c4b99890a3d48f07525fa - - default default] Tap Mirror: Handle Delete Port: 76dc34a0-fddd-4daf-bfe4-5c0b5298ab4f [pid: 8|app: 0|req: 702/1503] 10.0.0.76 () {34 vars in 694 bytes} [Wed Jul 29 21:08:26 2026] POST /v2.0/security-group-rules => generated 596 bytes in 270 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-29 21:08:27.199 7 INFO neutron.services.segments.plugin [-] Segment 9d2437f5-ecfd-4633-8721-b14499484ff4 resource provider aggregate not found 2026-07-29 21:08:27.207 7 INFO neutron.services.segments.plugin [-] Segment 9d2437f5-ecfd-4633-8721-b14499484ff4 resource provider aggregate not found 2026-07-29 21:08:27.217 7 INFO neutron.services.segments.plugin [-] Segment 9d2437f5-ecfd-4633-8721-b14499484ff4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9d2437f5-ecfd-4633-8721-b14499484ff4 found for delete ", "request_id": "req-7f055ddd-b919-4c04-b976-c187bcbc253f"}]} 2026-07-29 21:08:27.225 7 INFO neutron.services.segments.plugin [-] Segment 9d2437f5-ecfd-4633-8721-b14499484ff4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9d2437f5-ecfd-4633-8721-b14499484ff4 found for delete ", "request_id": "req-cae89ffa-c487-46da-ad14-073848b0c3c8"}]} 2026-07-29 21:08:27.242 8 INFO neutron_taas.services.taas.taas_plugin [None req-85d31207-b588-4634-a278-5f383146fd6e d42ca0046c8945f7a17176d417cd70dd 1f986d7bc9034fc8921258070d6b40b8 - - default default] TaaS: Handle Delete Port: d4ccda37-ebbc-4eba-8964-bf0800b28533 [pid: 7|app: 0|req: 802/1504] 10.0.0.76 () {32 vars in 725 bytes} [Wed Jul 29 21:08:26 2026] DELETE /v2.0/networks/70b3a22d-f382-4648-be65-6bf7b1a47d06 => generated 0 bytes in 443 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-29 21:08:27.248 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-85d31207-b588-4634-a278-5f383146fd6e d42ca0046c8945f7a17176d417cd70dd 1f986d7bc9034fc8921258070d6b40b8 - - default default] Tap Mirror: Handle Delete Port: d4ccda37-ebbc-4eba-8964-bf0800b28533 [pid: 8|app: 0|req: 703/1505] 10.0.0.76 () {32 vars in 719 bytes} [Wed Jul 29 21:08:27 2026] DELETE /v2.0/ports/d4ccda37-ebbc-4eba-8964-bf0800b28533 => generated 0 bytes in 402 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 803/1506] 10.0.0.76 () {34 vars in 694 bytes} [Wed Jul 29 21:08:27 2026] POST /v2.0/security-group-rules => generated 602 bytes in 212 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-29 21:08:27.545 8 INFO neutron_taas.services.taas.taas_plugin [None req-d066e092-b77d-40fe-ba36-f5e3397074b4 d42ca0046c8945f7a17176d417cd70dd 1f986d7bc9034fc8921258070d6b40b8 - - default default] TaaS: Handle Delete Port: 9412bbd9-2c7f-4c66-aab7-c95a4a66e23a 2026-07-29 21:08:27.549 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d066e092-b77d-40fe-ba36-f5e3397074b4 d42ca0046c8945f7a17176d417cd70dd 1f986d7bc9034fc8921258070d6b40b8 - - default default] Tap Mirror: Handle Delete Port: 9412bbd9-2c7f-4c66-aab7-c95a4a66e23a [pid: 7|app: 0|req: 804/1507] 10.0.0.76 () {34 vars in 694 bytes} [Wed Jul 29 21:08:27 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: 805/1508] 10.0.0.76 () {32 vars in 773 bytes} [Wed Jul 29 21:08:27 2026] GET /v2.0/security-groups?tenant_id=af5ffb67558e4c50a9fbcfd1042210b9&name=default => generated 2925 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 704/1509] 10.0.0.76 () {32 vars in 719 bytes} [Wed Jul 29 21:08:27 2026] DELETE /v2.0/ports/9412bbd9-2c7f-4c66-aab7-c95a4a66e23a => generated 0 bytes in 316 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-29 21:08:27.805 7 INFO neutron.db.securitygroups_db [None req-b488b3c2-e6a1-4391-ba1f-45f37dc4a933 5ce889d08b1c4966a6e8840c2e7e9539 1dce249c0cde4de3b06c4914d42b86a7 - - default default] Project 1dce249c0cde4de3b06c4914d42b86a7 added a security group rule with legacy IPv6 ICMP protocol name icmp, ipv6-icmp should be used instead. It was automatically converted. [pid: 7|app: 0|req: 806/1510] 10.0.0.76 () {34 vars in 694 bytes} [Wed Jul 29 21:08:27 2026] POST /v2.0/security-group-rules => generated 607 bytes in 259 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 705/1511] 10.0.0.76 () {32 vars in 739 bytes} [Wed Jul 29 21:08:27 2026] DELETE /v2.0/security-groups/b6972065-4f92-4700-a4dc-8a73d6d6c413 => generated 0 bytes in 236 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 807/1512] 10.0.0.76 () {32 vars in 735 bytes} [Wed Jul 29 21:08:27 2026] GET /v2.0/ports?device_id=9f51078e-5054-4eea-9174-1874ec74e612 => generated 958 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-29 21:08:28.074 8 INFO neutron.db.securitygroups_db [None req-20ebf0a6-ff94-4c13-abfd-d58535a395e0 5ce889d08b1c4966a6e8840c2e7e9539 1dce249c0cde4de3b06c4914d42b86a7 - - default default] Project 1dce249c0cde4de3b06c4914d42b86a7 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: 706/1513] 10.0.0.76 () {34 vars in 694 bytes} [Wed Jul 29 21:08:28 2026] POST /v2.0/security-group-rules => generated 606 bytes in 222 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 808/1514] 10.0.0.76 () {32 vars in 773 bytes} [Wed Jul 29 21:08:28 2026] GET /v2.0/security-groups?tenant_id=74e596723fd641b08646cf7f77bee46d&name=default => generated 2925 bytes in 500 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-29 21:08:28.622 8 INFO neutron_taas.services.taas.taas_plugin [None req-88df7b61-55fd-43b7-828c-40463ecfe0b7 d42ca0046c8945f7a17176d417cd70dd 1f986d7bc9034fc8921258070d6b40b8 - - default default] TaaS: Handle Delete Port: 5124d282-e352-4bf7-a89d-e2ff444a5c1a 2026-07-29 21:08:28.625 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-88df7b61-55fd-43b7-828c-40463ecfe0b7 d42ca0046c8945f7a17176d417cd70dd 1f986d7bc9034fc8921258070d6b40b8 - - default default] Tap Mirror: Handle Delete Port: 5124d282-e352-4bf7-a89d-e2ff444a5c1a [pid: 7|app: 0|req: 809/1515] 10.0.0.76 () {32 vars in 739 bytes} [Wed Jul 29 21:08:28 2026] DELETE /v2.0/security-groups/0fec492e-3778-44b5-b89f-41944dab4854 => generated 0 bytes in 134 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 810/1516] 10.0.0.76 () {34 vars in 684 bytes} [Wed Jul 29 21:08:28 2026] POST /v2.0/security-groups => generated 1661 bytes in 230 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 707/1517] 10.0.0.76 () {34 vars in 788 bytes} [Wed Jul 29 21:08:28 2026] PUT /v2.0/routers/9f51078e-5054-4eea-9174-1874ec74e612/remove_router_interface => generated 309 bytes in 1073 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 811/1518] 10.0.0.76 () {34 vars in 694 bytes} [Wed Jul 29 21:08:29 2026] POST /v2.0/security-group-rules => generated 597 bytes in 244 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-29 21:08:29.626 8 INFO neutron_taas.services.taas.taas_plugin [None req-cf800709-381e-4f7a-85ea-a1d510a08444 d42ca0046c8945f7a17176d417cd70dd 1f986d7bc9034fc8921258070d6b40b8 - - default default] TaaS: Handle Delete Port: 3d6f23a7-22fb-4ffa-9932-9b937d17bcc8 2026-07-29 21:08:29.629 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-cf800709-381e-4f7a-85ea-a1d510a08444 d42ca0046c8945f7a17176d417cd70dd 1f986d7bc9034fc8921258070d6b40b8 - - default default] Tap Mirror: Handle Delete Port: 3d6f23a7-22fb-4ffa-9932-9b937d17bcc8 [pid: 7|app: 0|req: 812/1519] 10.0.0.76 () {34 vars in 694 bytes} [Wed Jul 29 21:08:29 2026] POST /v2.0/security-group-rules => generated 602 bytes in 237 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-29 21:08:30.053 8 INFO neutron_taas.services.taas.taas_plugin [None req-cf800709-381e-4f7a-85ea-a1d510a08444 d42ca0046c8945f7a17176d417cd70dd 1f986d7bc9034fc8921258070d6b40b8 - - default default] TaaS: Handle Delete Port: e514d2ea-c419-4f01-8d4a-ca7fdece0925 2026-07-29 21:08:30.056 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-cf800709-381e-4f7a-85ea-a1d510a08444 d42ca0046c8945f7a17176d417cd70dd 1f986d7bc9034fc8921258070d6b40b8 - - default default] Tap Mirror: Handle Delete Port: e514d2ea-c419-4f01-8d4a-ca7fdece0925 2026-07-29 21:08:30.560 8 INFO neutron.services.segments.plugin [-] Segment ba0a562e-a421-4c73-9a4c-4a3312d060ec resource provider aggregate not found 2026-07-29 21:08:30.563 8 INFO neutron.services.segments.plugin [-] Segment ba0a562e-a421-4c73-9a4c-4a3312d060ec resource provider aggregate not found 2026-07-29 21:08:30.590 8 INFO neutron.services.segments.plugin [-] Segment ba0a562e-a421-4c73-9a4c-4a3312d060ec resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ba0a562e-a421-4c73-9a4c-4a3312d060ec found for delete ", "request_id": "req-ede046da-9cac-4327-8f83-25f6a9d5e8ca"}]} 2026-07-29 21:08:30.598 8 INFO neutron.services.segments.plugin [-] Segment ba0a562e-a421-4c73-9a4c-4a3312d060ec resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ba0a562e-a421-4c73-9a4c-4a3312d060ec found for delete ", "request_id": "req-285f9b40-74b7-46f8-9855-cfbeb7173883"}]} 2026-07-29 21:08:30.612 8 INFO neutron.db.l3_hamode_db [None req-cf800709-381e-4f7a-85ea-a1d510a08444 d42ca0046c8945f7a17176d417cd70dd 1f986d7bc9034fc8921258070d6b40b8 - - default default] HA network 85f280bc-725a-49dd-a3c5-2f489e77def9 was deleted as no HA routers are present in tenant 1f986d7bc9034fc8921258070d6b40b8. [pid: 8|app: 0|req: 708/1520] 10.0.0.76 () {32 vars in 723 bytes} [Wed Jul 29 21:08:29 2026] DELETE /v2.0/routers/9f51078e-5054-4eea-9174-1874ec74e612 => generated 0 bytes in 1309 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 813/1521] 10.0.0.76 () {34 vars in 675 bytes} [Wed Jul 29 21:08:29 2026] POST /v2.0/floatingips => generated 552 bytes in 1031 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 709/1522] 10.0.0.76 () {32 vars in 723 bytes} [Wed Jul 29 21:08:30 2026] DELETE /v2.0/subnets/1c4f4bc0-e5de-49b4-8dbb-f7b2ae17960b => 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: 710/1523] 10.0.0.147 () {34 vars in 1100 bytes} [Wed Jul 29 21:08:30 2026] GET /v2.0/security-groups?name=tempest-securitygroup--1854497246&fields=id&tenant_id=1dce249c0cde4de3b06c4914d42b86a7 => 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: 711/1524] 10.0.0.147 () {34 vars in 1100 bytes} [Wed Jul 29 21:08:30 2026] GET /v2.0/security-groups?name=tempest-secgroup-smoke-2019477576&fields=id&tenant_id=1dce249c0cde4de3b06c4914d42b86a7 => generated 69 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-29 21:08:30.917 7 INFO neutron.services.segments.plugin [-] Segment f7568071-9437-4019-88c0-c65e3e483018 resource provider aggregate not found 2026-07-29 21:08:30.922 7 INFO neutron.services.segments.plugin [-] Segment f7568071-9437-4019-88c0-c65e3e483018 resource provider aggregate not found 2026-07-29 21:08:30.944 7 INFO neutron.services.segments.plugin [-] Segment f7568071-9437-4019-88c0-c65e3e483018 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f7568071-9437-4019-88c0-c65e3e483018 found for delete ", "request_id": "req-da1f2577-76bb-4908-ab18-0a24909ed678"}]} 2026-07-29 21:08:30.945 7 INFO neutron.services.segments.plugin [-] Segment f7568071-9437-4019-88c0-c65e3e483018 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f7568071-9437-4019-88c0-c65e3e483018 found for delete ", "request_id": "req-7f5e62dc-b49b-4ad0-ada2-6dddb0bab8db"}]} [pid: 8|app: 0|req: 712/1525] 10.0.0.147 () {34 vars in 982 bytes} [Wed Jul 29 21:08:30 2026] GET /v2.0/networks?id=a42e06ab-686d-47b2-81f0-bdd0240c60ae => generated 673 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 713/1526] 10.0.0.147 () {34 vars in 965 bytes} [Wed Jul 29 21:08:30 2026] GET /v2.0/quotas/1dce249c0cde4de3b06c4914d42b86a7 => 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: 814/1527] 10.0.0.76 () {32 vars in 725 bytes} [Wed Jul 29 21:08:30 2026] DELETE /v2.0/networks/31562866-776a-4c44-88b4-eeaeca7f42b6 => generated 0 bytes in 238 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 714/1528] 10.0.0.147 () {34 vars in 1002 bytes} [Wed Jul 29 21:08:30 2026] GET /v2.0/ports?tenant_id=1dce249c0cde4de3b06c4914d42b86a7&fields=id => generated 103 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 815/1529] 10.0.0.147 () {34 vars in 1008 bytes} [Wed Jul 29 21:08:31 2026] GET /v2.0/networks/a42e06ab-686d-47b2-81f0-bdd0240c60ae?fields=segments => generated 14 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 715/1530] 10.0.0.147 () {34 vars in 1108 bytes} [Wed Jul 29 21:08:31 2026] GET /v2.0/networks/a42e06ab-686d-47b2-81f0-bdd0240c60ae?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: 816/1531] 10.0.0.147 () {34 vars in 990 bytes} [Wed Jul 29 21:08:31 2026] GET /v2.0/ports?device_id=49fe9fc7-9a59-4b40-9623-91a7a4505ef5 => 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: 817/1532] 10.0.0.76 () {32 vars in 773 bytes} [Wed Jul 29 21:08:31 2026] GET /v2.0/security-groups?tenant_id=1f986d7bc9034fc8921258070d6b40b8&name=default => generated 2925 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 716/1533] 10.0.0.76 () {32 vars in 773 bytes} [Wed Jul 29 21:08:31 2026] GET /v2.0/security-groups?tenant_id=afe0c5c61808402a88952fb203ba8477&name=default => generated 2925 bytes in 443 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 818/1534] 10.0.0.76 () {32 vars in 739 bytes} [Wed Jul 29 21:08:31 2026] DELETE /v2.0/security-groups/5448b031-b7ad-4e92-937e-b84d0a3a8801 => generated 0 bytes in 237 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 717/1535] 10.0.0.76 () {32 vars in 739 bytes} [Wed Jul 29 21:08:31 2026] DELETE /v2.0/security-groups/5b9cf96d-385e-4460-bc62-45427d4cd4ac => generated 0 bytes in 126 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 819/1536] 10.0.0.147 () {34 vars in 990 bytes} [Wed Jul 29 21:08:32 2026] GET /v2.0/ports?device_id=49fe9fc7-9a59-4b40-9623-91a7a4505ef5 => 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: 820/1537] 10.0.0.147 () {34 vars in 990 bytes} [Wed Jul 29 21:08:33 2026] GET /v2.0/ports?device_id=49fe9fc7-9a59-4b40-9623-91a7a4505ef5 => 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: 718/1538] 10.0.0.76 () {34 vars in 677 bytes} [Wed Jul 29 21:08:33 2026] POST /v2.0/qos/policies => generated 359 bytes in 324 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 821/1539] 10.0.0.76 () {34 vars in 677 bytes} [Wed Jul 29 21:08:33 2026] POST /v2.0/qos/policies => generated 359 bytes in 101 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 719/1540] 10.0.0.76 () {34 vars in 677 bytes} [Wed Jul 29 21:08:34 2026] POST /v2.0/qos/policies => generated 359 bytes in 76 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 720/1541] 10.0.0.76 () {34 vars in 677 bytes} [Wed Jul 29 21:08:34 2026] POST /v2.0/qos/policies => generated 359 bytes in 73 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 721/1542] 10.0.0.76 () {34 vars in 677 bytes} [Wed Jul 29 21:08:34 2026] POST /v2.0/qos/policies => generated 359 bytes in 72 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 722/1543] 10.0.0.76 () {34 vars in 752 bytes} [Wed Jul 29 21:08:34 2026] PUT /v2.0/policies/a8ab8bd0-e8f4-490c-9207-0c05ad977283/tags => generated 17 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-29 21:08:34.481 7 INFO neutron.db.segments_db [None req-a64294d6-d33f-4a90-8a60-5888267bd97c bde003cd671042ddad6c8afce2c43313 46bb8092045c46ab94f89a7fb52580bc - - default default] Added segment 4721d15e-4dd1-4f92-bced-69e83e024c9d of type vxlan for network 4c42cd67-dd3b-4f73-9d8b-1d89b2cd26c8 [pid: 8|app: 0|req: 723/1544] 10.0.0.76 () {34 vars in 752 bytes} [Wed Jul 29 21:08:34 2026] PUT /v2.0/policies/4af678b0-8995-42f9-a9d7-52caf618d9d1/tags => generated 25 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 724/1545] 10.0.0.76 () {34 vars in 752 bytes} [Wed Jul 29 21:08:34 2026] PUT /v2.0/policies/3ff4610f-a846-4423-880c-e1626ee0b524/tags => generated 34 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 725/1546] 10.0.0.76 () {34 vars in 752 bytes} [Wed Jul 29 21:08:34 2026] PUT /v2.0/policies/7339e817-d21b-4dce-a1de-c9c6b5a003ac/tags => generated 19 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 822/1547] 10.0.0.76 () {34 vars in 669 bytes} [Wed Jul 29 21:08:34 2026] POST /v2.0/networks => generated 628 bytes in 504 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 726/1548] 10.0.0.147 () {34 vars in 990 bytes} [Wed Jul 29 21:08:34 2026] GET /v2.0/ports?device_id=49fe9fc7-9a59-4b40-9623-91a7a4505ef5 => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 823/1549] 10.0.0.76 () {32 vars in 673 bytes} [Wed Jul 29 21:08:35 2026] GET /v2.0/qos/policies?tags=red => generated 1101 bytes in 295 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 824/1550] 10.0.0.76 () {32 vars in 687 bytes} [Wed Jul 29 21:08:35 2026] GET /v2.0/qos/policies?tags=red%2Cblue => generated 747 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 825/1551] 10.0.0.76 () {32 vars in 683 bytes} [Wed Jul 29 21:08:35 2026] GET /v2.0/qos/policies?tags-any=blue => generated 747 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 826/1552] 10.0.0.76 () {32 vars in 695 bytes} [Wed Jul 29 21:08:35 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: 8|app: 0|req: 727/1553] 10.0.0.76 () {34 vars in 668 bytes} [Wed Jul 29 21:08:35 2026] POST /v2.0/subnets => generated 673 bytes in 457 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 827/1554] 10.0.0.76 () {32 vars in 681 bytes} [Wed Jul 29 21:08:35 2026] GET /v2.0/qos/policies?not-tags=red => generated 719 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 828/1555] 10.0.0.76 () {32 vars in 695 bytes} [Wed Jul 29 21:08:35 2026] GET /v2.0/qos/policies?not-tags=red%2Cblue => generated 1073 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-29 21:08:35.750 8 INFO neutron.db.segments_db [None req-b61861d9-06d6-4273-97aa-534be75f1b98 bde003cd671042ddad6c8afce2c43313 46bb8092045c46ab94f89a7fb52580bc - - default default] Added segment bf3e6655-f75e-4798-8cff-ac4cd0c3fe61 of type vxlan for network f48859b5-bd01-41f9-a064-69248b48b9d3 [pid: 7|app: 0|req: 829/1556] 10.0.0.76 () {32 vars in 691 bytes} [Wed Jul 29 21:08:35 2026] GET /v2.0/qos/policies?not-tags-any=blue => generated 1073 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 830/1557] 10.0.0.147 () {34 vars in 990 bytes} [Wed Jul 29 21:08:35 2026] GET /v2.0/ports?device_id=49fe9fc7-9a59-4b40-9623-91a7a4505ef5 => 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: 831/1558] 10.0.0.76 () {32 vars in 703 bytes} [Wed Jul 29 21:08:35 2026] GET /v2.0/qos/policies?not-tags-any=red%2Cblue => generated 719 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 728/1559] 10.0.0.76 () {34 vars in 669 bytes} [Wed Jul 29 21:08:35 2026] POST /v2.0/networks => generated 628 bytes in 316 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 832/1560] 10.0.0.76 () {32 vars in 733 bytes} [Wed Jul 29 21:08:35 2026] DELETE /v2.0/qos/policies/a8ab8bd0-e8f4-490c-9207-0c05ad977283 => 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: 833/1561] 162.253.55.222 () {34 vars in 986 bytes} [Wed Jul 29 21:08:35 2026] GET /v2.0/networks?id=a42e06ab-686d-47b2-81f0-bdd0240c60ae => generated 673 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 834/1562] 10.0.0.76 () {32 vars in 733 bytes} [Wed Jul 29 21:08:36 2026] DELETE /v2.0/qos/policies/4af678b0-8995-42f9-a9d7-52caf618d9d1 => 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: 729/1563] 10.0.0.76 () {34 vars in 742 bytes} [Wed Jul 29 21:08:35 2026] PUT /v2.0/networks/f48859b5-bd01-41f9-a064-69248b48b9d3 => generated 592 bytes in 201 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 835/1564] 162.253.55.222 () {34 vars in 1050 bytes} [Wed Jul 29 21:08:36 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=1dce249c0cde4de3b06c4914d42b86a7 => generated 274 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 730/1565] 10.0.0.76 () {32 vars in 733 bytes} [Wed Jul 29 21:08:36 2026] DELETE /v2.0/qos/policies/3ff4610f-a846-4423-880c-e1626ee0b524 => 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: 836/1566] 10.0.0.76 () {34 vars in 668 bytes} [Wed Jul 29 21:08:36 2026] POST /v2.0/subnets => generated 646 bytes in 450 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 837/1567] 10.0.0.76 () {32 vars in 733 bytes} [Wed Jul 29 21:08:36 2026] DELETE /v2.0/qos/policies/7339e817-d21b-4dce-a1de-c9c6b5a003ac => 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: 731/1568] 162.253.55.222 () {38 vars in 955 bytes} [Wed Jul 29 21:08:36 2026] POST /v2.0/ports => generated 993 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: 732/1569] 10.0.0.76 () {32 vars in 733 bytes} [Wed Jul 29 21:08:36 2026] DELETE /v2.0/qos/policies/aeb565b5-48d2-4782-b1cc-62cbce365f88 => 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: 838/1570] 10.0.0.76 () {34 vars in 740 bytes} [Wed Jul 29 21:08:36 2026] PUT /v2.0/subnets/49fe88f7-0491-4a3c-ac7e-0ca53d9a8bcd => generated 656 bytes in 170 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 839/1571] 10.0.0.147 () {34 vars in 990 bytes} [Wed Jul 29 21:08:36 2026] GET /v2.0/ports?device_id=49fe9fc7-9a59-4b40-9623-91a7a4505ef5 => generated 996 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-29 21:08:37.257 7 INFO neutron.services.segments.plugin [-] Segment bf3e6655-f75e-4798-8cff-ac4cd0c3fe61 resource provider aggregate not found 2026-07-29 21:08:37.258 7 INFO neutron.services.segments.plugin [-] Segment bf3e6655-f75e-4798-8cff-ac4cd0c3fe61 resource provider aggregate not found 2026-07-29 21:08:37.279 7 INFO neutron.services.segments.plugin [-] Segment bf3e6655-f75e-4798-8cff-ac4cd0c3fe61 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bf3e6655-f75e-4798-8cff-ac4cd0c3fe61 found for delete ", "request_id": "req-14e62eea-dcc5-4f4a-8cc8-99ceed482439"}]} 2026-07-29 21:08:37.286 7 INFO neutron.services.segments.plugin [-] Segment bf3e6655-f75e-4798-8cff-ac4cd0c3fe61 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bf3e6655-f75e-4798-8cff-ac4cd0c3fe61 found for delete ", "request_id": "req-c6369a6f-54f9-416e-96d7-49ebf177b4dc"}]} [pid: 8|app: 0|req: 733/1572] 162.253.55.222 () {38 vars in 1028 bytes} [Wed Jul 29 21:08:36 2026] PUT /v2.0/ports/6f81afb9-ac69-4b05-a547-5c273342b2b2 => generated 1274 bytes in 486 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: 840/1573] 10.0.0.76 () {32 vars in 725 bytes} [Wed Jul 29 21:08:37 2026] DELETE /v2.0/networks/f48859b5-bd01-41f9-a064-69248b48b9d3 => generated 0 bytes in 352 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-29 21:08:37.375 7 INFO neutron.pecan_wsgi.hooks.translation [None req-2b9d55cc-137e-4f67-bc48-c9699bbd3891 bde003cd671042ddad6c8afce2c43313 46bb8092045c46ab94f89a7fb52580bc - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 841/1574] 10.0.0.76 () {32 vars in 725 bytes} [Wed Jul 29 21:08:37 2026] DELETE /v2.0/networks/f48859b5-bd01-41f9-a064-69248b48b9d3 => 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: 734/1575] 10.0.0.147 () {34 vars in 1120 bytes} [Wed Jul 29 21:08:37 2026] GET /v2.0/security-groups?id=77ab7071-58a2-43c3-b95d-e873775d9dc0&id=47a1859a-9e37-4867-a3f6-f1c97c3f7e1a&fields=id&fields=name => generated 207 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-29 21:08:37.382 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-bb57f035-93c1-4b5b-afb4-4efae492e012'] response: {'name': 'network-changed', 'server_uuid': '49fe9fc7-9a59-4b40-9623-91a7a4505ef5', 'tag': '6f81afb9-ac69-4b05-a547-5c273342b2b2', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 842/1576] 10.0.0.76 () {32 vars in 693 bytes} [Wed Jul 29 21:08:37 2026] GET /v2.0/networks?router%3Aexternal=True => generated 651 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 843/1577] 10.0.0.76 () {32 vars in 741 bytes} [Wed Jul 29 21:08:37 2026] GET /v2.0/subnets?network_id=bb7bfea3-6365-441c-b690-ae3b69156416 => generated 649 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 844/1578] 10.0.0.76 () {32 vars in 652 bytes} [Wed Jul 29 21:08:37 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: 845/1579] 10.0.0.76 () {32 vars in 648 bytes} [Wed Jul 29 21:08:37 2026] GET /v2.0/networks => generated 1312 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 846/1580] 10.0.0.76 () {32 vars in 646 bytes} [Wed Jul 29 21:08:37 2026] GET /v2.0/subnets => generated 1312 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 847/1581] 10.0.0.76 () {32 vars in 722 bytes} [Wed Jul 29 21:08:37 2026] GET /v2.0/networks/4c42cd67-dd3b-4f73-9d8b-1d89b2cd26c8 => generated 672 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 735/1582] 10.0.0.76 () {32 vars in 773 bytes} [Wed Jul 29 21:08:37 2026] GET /v2.0/security-groups?tenant_id=7820bd3e75674d83b036662406d63054&name=default => generated 2925 bytes in 308 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 848/1583] 10.0.0.76 () {32 vars in 720 bytes} [Wed Jul 29 21:08:37 2026] GET /v2.0/subnets/534ee0a2-8b9a-441a-a8c8-241758c52c6f => generated 673 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-29 21:08:37.740 7 INFO neutron.pecan_wsgi.hooks.translation [None req-05a5fb71-203b-40b7-801b-6eb74cb33c07 bde003cd671042ddad6c8afce2c43313 46bb8092045c46ab94f89a7fb52580bc - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 849/1584] 10.0.0.76 () {32 vars in 723 bytes} [Wed Jul 29 21:08:37 2026] DELETE /v2.0/subnets/49fe88f7-0491-4a3c-ac7e-0ca53d9a8bcd => generated 136 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-29 21:08:37.756 7 INFO neutron.pecan_wsgi.hooks.translation [None req-d90d7555-a346-493b-bd38-1cfc60fe7517 bde003cd671042ddad6c8afce2c43313 46bb8092045c46ab94f89a7fb52580bc - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 850/1585] 10.0.0.76 () {32 vars in 725 bytes} [Wed Jul 29 21:08:37 2026] DELETE /v2.0/networks/f48859b5-bd01-41f9-a064-69248b48b9d3 => generated 138 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 736/1586] 10.0.0.76 () {32 vars in 739 bytes} [Wed Jul 29 21:08:37 2026] DELETE /v2.0/security-groups/ab6b3ee7-21b6-41f5-bc20-d2ac3bc759bd => generated 0 bytes in 123 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 737/1587] 162.253.55.222 () {34 vars in 1080 bytes} [Wed Jul 29 21:08:37 2026] GET /v2.0/ports?tenant_id=1dce249c0cde4de3b06c4914d42b86a7&device_id=49fe9fc7-9a59-4b40-9623-91a7a4505ef5 => generated 1277 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 851/1588] 10.0.0.76 () {32 vars in 723 bytes} [Wed Jul 29 21:08:37 2026] DELETE /v2.0/subnets/534ee0a2-8b9a-441a-a8c8-241758c52c6f => 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: 738/1589] 162.253.55.222 () {34 vars in 1018 bytes} [Wed Jul 29 21:08:37 2026] GET /v2.0/networks?tenant_id=1dce249c0cde4de3b06c4914d42b86a7&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: 739/1590] 162.253.55.222 () {34 vars in 930 bytes} [Wed Jul 29 21:08:37 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 852/1591] 10.0.0.76 () {32 vars in 725 bytes} [Wed Jul 29 21:08:37 2026] DELETE /v2.0/networks/4c42cd67-dd3b-4f73-9d8b-1d89b2cd26c8 => generated 0 bytes in 172 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 740/1592] 10.0.0.76 () {32 vars in 773 bytes} [Wed Jul 29 21:08:38 2026] GET /v2.0/security-groups?tenant_id=bc45d4e1da9840b3854ad63be0103643&name=default => generated 2925 bytes in 191 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 853/1593] 10.0.0.76 () {32 vars in 773 bytes} [Wed Jul 29 21:08:38 2026] GET /v2.0/security-groups?tenant_id=59a1855855784a669b4b6f98387c47ff&name=default => generated 2925 bytes in 302 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 741/1594] 10.0.0.76 () {32 vars in 739 bytes} [Wed Jul 29 21:08:38 2026] DELETE /v2.0/security-groups/ed50d586-2804-4885-9d92-ffd6b025fd61 => generated 0 bytes in 154 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 742/1595] 10.0.0.147 () {34 vars in 990 bytes} [Wed Jul 29 21:08:38 2026] GET /v2.0/ports?device_id=49fe9fc7-9a59-4b40-9623-91a7a4505ef5 => generated 1008 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 743/1596] 10.0.0.147 () {34 vars in 1120 bytes} [Wed Jul 29 21:08:38 2026] GET /v2.0/security-groups?id=77ab7071-58a2-43c3-b95d-e873775d9dc0&id=47a1859a-9e37-4867-a3f6-f1c97c3f7e1a&fields=id&fields=name => generated 207 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 854/1597] 10.0.0.76 () {32 vars in 739 bytes} [Wed Jul 29 21:08:38 2026] DELETE /v2.0/security-groups/c1d6e9b5-7b16-4f95-8a8f-299b96b47223 => generated 0 bytes in 156 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 855/1598] 10.0.0.76 () {32 vars in 773 bytes} [Wed Jul 29 21:08:38 2026] GET /v2.0/security-groups?tenant_id=1ebe67b87bd147b08a70a148dd6e1094&name=default => generated 2925 bytes in 167 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 744/1599] 10.0.0.76 () {32 vars in 773 bytes} [Wed Jul 29 21:08:38 2026] GET /v2.0/security-groups?tenant_id=46bb8092045c46ab94f89a7fb52580bc&name=default => generated 2925 bytes in 288 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 856/1600] 10.0.0.76 () {32 vars in 739 bytes} [Wed Jul 29 21:08:38 2026] DELETE /v2.0/security-groups/59cf0a50-c846-4275-b6c7-5baf4911d37e => generated 0 bytes in 136 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 857/1601] 162.253.55.222 () {34 vars in 1080 bytes} [Wed Jul 29 21:08:39 2026] GET /v2.0/ports?tenant_id=1dce249c0cde4de3b06c4914d42b86a7&device_id=49fe9fc7-9a59-4b40-9623-91a7a4505ef5 => generated 1277 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 858/1602] 162.253.55.222 () {34 vars in 1058 bytes} [Wed Jul 29 21:08:39 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.7&port_id=6f81afb9-ac69-4b05-a547-5c273342b2b2 => generated 19 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 745/1603] 10.0.0.76 () {32 vars in 739 bytes} [Wed Jul 29 21:08:39 2026] DELETE /v2.0/security-groups/ff5a696a-618e-4144-af84-52d6a37a1688 => generated 0 bytes in 185 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 859/1604] 162.253.55.222 () {34 vars in 984 bytes} [Wed Jul 29 21:08:39 2026] GET /v2.0/subnets?id=fc004c2c-db95-40fd-b796-125cc4a7bd46 => generated 691 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 746/1605] 162.253.55.222 () {34 vars in 1052 bytes} [Wed Jul 29 21:08:39 2026] GET /v2.0/ports?network_id=a42e06ab-686d-47b2-81f0-bdd0240c60ae&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-07-29 21:08:39.299 7 INFO neutron.services.segments.plugin [-] Segment 4721d15e-4dd1-4f92-bced-69e83e024c9d resource provider aggregate not found 2026-07-29 21:08:39.311 7 INFO neutron.services.segments.plugin [-] Segment 4721d15e-4dd1-4f92-bced-69e83e024c9d resource provider aggregate not found 2026-07-29 21:08:39.316 7 INFO neutron.services.segments.plugin [-] Segment 4721d15e-4dd1-4f92-bced-69e83e024c9d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4721d15e-4dd1-4f92-bced-69e83e024c9d found for delete ", "request_id": "req-e34a3342-8ef1-4c96-b8d3-4d171c99e018"}]} 2026-07-29 21:08:39.331 7 INFO neutron.services.segments.plugin [-] Segment 4721d15e-4dd1-4f92-bced-69e83e024c9d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4721d15e-4dd1-4f92-bced-69e83e024c9d found for delete ", "request_id": "req-80b76b94-d9ef-421c-8e76-dc2c554a62e5"}]} [pid: 8|app: 0|req: 747/1606] 162.253.55.222 () {34 vars in 1012 bytes} [Wed Jul 29 21:08:39 2026] GET /v2.0/networks/a42e06ab-686d-47b2-81f0-bdd0240c60ae?fields=segments => generated 14 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 748/1607] 162.253.55.222 () {34 vars in 1112 bytes} [Wed Jul 29 21:08:39 2026] GET /v2.0/networks/a42e06ab-686d-47b2-81f0-bdd0240c60ae?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 860/1610] 10.0.0.76 () {32 vars in 773 bytes} [Wed Jul 29 21:08:39 2026] GET /v2.0/security-groups?tenant_id=ce584501d5564b9b814e3acadc91cbc1&name=default => generated 2925 bytes in 236 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 751/1611] 10.0.0.76 () {32 vars in 739 bytes} [Wed Jul 29 21:08:39 2026] DELETE /v2.0/security-groups/0426db17-9c4e-4723-be42-ecd93aeeb303 => generated 0 bytes in 179 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 861/1612] 10.0.0.147 () {34 vars in 990 bytes} [Wed Jul 29 21:08:39 2026] GET /v2.0/ports?device_id=49fe9fc7-9a59-4b40-9623-91a7a4505ef5 => generated 1008 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 752/1613] 10.0.0.147 () {34 vars in 1120 bytes} [Wed Jul 29 21:08:39 2026] GET /v2.0/security-groups?id=77ab7071-58a2-43c3-b95d-e873775d9dc0&id=47a1859a-9e37-4867-a3f6-f1c97c3f7e1a&fields=id&fields=name => generated 207 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 862/1614] 10.0.0.147 () {34 vars in 990 bytes} [Wed Jul 29 21:08:40 2026] GET /v2.0/ports?device_id=49fe9fc7-9a59-4b40-9623-91a7a4505ef5 => generated 1008 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 753/1615] 10.0.0.147 () {34 vars in 1120 bytes} [Wed Jul 29 21:08:40 2026] GET /v2.0/security-groups?id=77ab7071-58a2-43c3-b95d-e873775d9dc0&id=47a1859a-9e37-4867-a3f6-f1c97c3f7e1a&fields=id&fields=name => generated 207 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-29 21:08:41.875 7 INFO neutron.db.segments_db [None req-8fa1c86d-308c-4b0c-9f26-c1e78f2535bd 6e00549156c34c2d87c99adedc2768db 3ba4545139bd4d42be2edfeaea3ab508 - - default default] Added segment d8ed0dba-a06d-470e-b285-669666f398c5 of type vxlan for network f51409bd-baf7-4fa0-9147-91ba5da3dcb4 [pid: 7|app: 0|req: 863/1616] 10.0.0.76 () {34 vars in 669 bytes} [Wed Jul 29 21:08:41 2026] POST /v2.0/networks => generated 625 bytes in 586 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 754/1617] 10.0.0.147 () {34 vars in 990 bytes} [Wed Jul 29 21:08:41 2026] GET /v2.0/ports?device_id=49fe9fc7-9a59-4b40-9623-91a7a4505ef5 => generated 1008 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 755/1618] 10.0.0.147 () {34 vars in 1120 bytes} [Wed Jul 29 21:08:42 2026] GET /v2.0/security-groups?id=77ab7071-58a2-43c3-b95d-e873775d9dc0&id=47a1859a-9e37-4867-a3f6-f1c97c3f7e1a&fields=id&fields=name => generated 207 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 864/1619] 10.0.0.76 () {34 vars in 668 bytes} [Wed Jul 29 21:08:42 2026] POST /v2.0/subnets => generated 641 bytes in 478 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-29 21:08:42.656 8 INFO neutron.db.segments_db [None req-8e79dc7f-4a11-4626-bdf7-e3eaf31c515e 6e00549156c34c2d87c99adedc2768db 3ba4545139bd4d42be2edfeaea3ab508 - - default default] Added segment 51d402f1-786b-4258-a389-1393d5274d07 of type vxlan for network f28ce978-c692-4ccc-90e0-c81507014b53 [pid: 7|app: 0|req: 865/1620] 162.253.55.222 () {34 vars in 994 bytes} [Wed Jul 29 21:08:42 2026] GET /v2.0/ports?device_id=49fe9fc7-9a59-4b40-9623-91a7a4505ef5 => generated 1277 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 866/1621] 162.253.55.222 () {34 vars in 1124 bytes} [Wed Jul 29 21:08:42 2026] GET /v2.0/security-groups?id=77ab7071-58a2-43c3-b95d-e873775d9dc0&id=47a1859a-9e37-4867-a3f6-f1c97c3f7e1a&fields=id&fields=name => generated 207 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 756/1622] 10.0.0.76 () {34 vars in 669 bytes} [Wed Jul 29 21:08:42 2026] POST /v2.0/networks => generated 625 bytes in 382 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 867/1623] 10.0.0.76 () {34 vars in 742 bytes} [Wed Jul 29 21:08:42 2026] PUT /v2.0/networks/f28ce978-c692-4ccc-90e0-c81507014b53 => generated 592 bytes in 204 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 868/1624] 10.0.0.147 () {34 vars in 990 bytes} [Wed Jul 29 21:08:43 2026] GET /v2.0/ports?device_id=49fe9fc7-9a59-4b40-9623-91a7a4505ef5 => generated 1008 bytes in 105 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 869/1625] 10.0.0.147 () {34 vars in 1120 bytes} [Wed Jul 29 21:08:43 2026] GET /v2.0/security-groups?id=77ab7071-58a2-43c3-b95d-e873775d9dc0&id=47a1859a-9e37-4867-a3f6-f1c97c3f7e1a&fields=id&fields=name => generated 207 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 757/1626] 10.0.0.76 () {34 vars in 668 bytes} [Wed Jul 29 21:08:43 2026] POST /v2.0/subnets => generated 626 bytes in 436 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 870/1627] 10.0.0.76 () {34 vars in 740 bytes} [Wed Jul 29 21:08:43 2026] PUT /v2.0/subnets/2daa1c92-45cb-4a8a-a448-3d2b0b77d89d => generated 636 bytes in 184 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-29 21:08:44.144 8 INFO neutron.services.segments.plugin [-] Segment 51d402f1-786b-4258-a389-1393d5274d07 resource provider aggregate not found 2026-07-29 21:08:44.150 8 INFO neutron.services.segments.plugin [-] Segment 51d402f1-786b-4258-a389-1393d5274d07 resource provider aggregate not found 2026-07-29 21:08:44.171 8 INFO neutron.services.segments.plugin [-] Segment 51d402f1-786b-4258-a389-1393d5274d07 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 51d402f1-786b-4258-a389-1393d5274d07 found for delete ", "request_id": "req-bc15a2bc-bb09-41c3-9c3a-71c50eb1bba6"}]} 2026-07-29 21:08:44.176 8 INFO neutron.services.segments.plugin [-] Segment 51d402f1-786b-4258-a389-1393d5274d07 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 51d402f1-786b-4258-a389-1393d5274d07 found for delete ", "request_id": "req-17c18318-9ce1-4e33-bf70-77470b1fe940"}]} [pid: 8|app: 0|req: 758/1628] 10.0.0.76 () {32 vars in 725 bytes} [Wed Jul 29 21:08:43 2026] DELETE /v2.0/networks/f28ce978-c692-4ccc-90e0-c81507014b53 => generated 0 bytes in 434 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-29 21:08:44.245 7 INFO neutron.pecan_wsgi.hooks.translation [None req-4c1aeca5-fa7c-47d6-98e1-5ce49a91a8c8 6e00549156c34c2d87c99adedc2768db 3ba4545139bd4d42be2edfeaea3ab508 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 871/1629] 10.0.0.76 () {32 vars in 725 bytes} [Wed Jul 29 21:08:44 2026] DELETE /v2.0/networks/f28ce978-c692-4ccc-90e0-c81507014b53 => 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: 759/1630] 10.0.0.76 () {32 vars in 693 bytes} [Wed Jul 29 21:08:44 2026] GET /v2.0/networks?router%3Aexternal=True => generated 651 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 872/1631] 10.0.0.76 () {32 vars in 741 bytes} [Wed Jul 29 21:08:44 2026] GET /v2.0/subnets?network_id=bb7bfea3-6365-441c-b690-ae3b69156416 => generated 649 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 760/1632] 10.0.0.76 () {32 vars in 652 bytes} [Wed Jul 29 21:08:44 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: 873/1633] 10.0.0.76 () {32 vars in 648 bytes} [Wed Jul 29 21:08:44 2026] GET /v2.0/networks => generated 1309 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 761/1634] 10.0.0.147 () {34 vars in 990 bytes} [Wed Jul 29 21:08:44 2026] GET /v2.0/ports?device_id=49fe9fc7-9a59-4b40-9623-91a7a4505ef5 => generated 1010 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 874/1635] 10.0.0.76 () {32 vars in 646 bytes} [Wed Jul 29 21:08:44 2026] GET /v2.0/subnets => generated 1280 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 762/1636] 10.0.0.147 () {34 vars in 1120 bytes} [Wed Jul 29 21:08:44 2026] GET /v2.0/security-groups?id=77ab7071-58a2-43c3-b95d-e873775d9dc0&id=47a1859a-9e37-4867-a3f6-f1c97c3f7e1a&fields=id&fields=name => generated 207 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 875/1637] 10.0.0.76 () {32 vars in 722 bytes} [Wed Jul 29 21:08:44 2026] GET /v2.0/networks/f51409bd-baf7-4fa0-9147-91ba5da3dcb4 => generated 669 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 876/1638] 10.0.0.76 () {32 vars in 720 bytes} [Wed Jul 29 21:08:44 2026] GET /v2.0/subnets/032343ff-bf7b-42ac-ae09-e446c83c3e25 => generated 641 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-29 21:08:44.706 7 INFO neutron.pecan_wsgi.hooks.translation [None req-9403eb06-fa2a-4dd4-8877-6019748b07b5 6e00549156c34c2d87c99adedc2768db 3ba4545139bd4d42be2edfeaea3ab508 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 877/1639] 10.0.0.76 () {32 vars in 723 bytes} [Wed Jul 29 21:08:44 2026] DELETE /v2.0/subnets/2daa1c92-45cb-4a8a-a448-3d2b0b77d89d => 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: 763/1640] 10.0.0.76 () {32 vars in 773 bytes} [Wed Jul 29 21:08:44 2026] GET /v2.0/security-groups?tenant_id=e57d9e74e4374a35bc36be6ea8922013&name=default => generated 2925 bytes in 299 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-29 21:08:44.870 7 INFO neutron.db.segments_db [None req-7e8c9253-9558-4065-985d-1ffc11d2164e 92ca4d042d52473aae28f3db1f377b50 0d569b4cb0f14c41b84355559a3894e6 - - default default] Added segment 7e47565f-0753-4418-a2ff-cf3621769a6d of type vxlan for network c964ac62-66f8-407e-945b-d301d4340eed 2026-07-29 21:08:44.880 8 INFO neutron.pecan_wsgi.hooks.translation [None req-500d51ad-d226-4a7c-898d-dfe32f6d305b 6e00549156c34c2d87c99adedc2768db 3ba4545139bd4d42be2edfeaea3ab508 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 764/1641] 10.0.0.76 () {32 vars in 725 bytes} [Wed Jul 29 21:08:44 2026] DELETE /v2.0/networks/f28ce978-c692-4ccc-90e0-c81507014b53 => generated 138 bytes in 30 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 765/1642] 10.0.0.76 () {32 vars in 739 bytes} [Wed Jul 29 21:08:44 2026] DELETE /v2.0/security-groups/5d52d158-03c6-4c5f-afac-b4e1b3679fee => generated 0 bytes in 252 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 766/1643] 10.0.0.76 () {32 vars in 723 bytes} [Wed Jul 29 21:08:45 2026] DELETE /v2.0/subnets/032343ff-bf7b-42ac-ae09-e446c83c3e25 => generated 0 bytes in 330 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-29 21:08:45.494 7 INFO neutron.db.l3_hamode_db [None req-7e8c9253-9558-4065-985d-1ffc11d2164e 92ca4d042d52473aae28f3db1f377b50 0d569b4cb0f14c41b84355559a3894e6 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-29 21:08:45.589 8 INFO neutron_taas.services.taas.taas_plugin [None req-d6cbc882-9902-485d-b346-68f2fc3cce24 6e00549156c34c2d87c99adedc2768db 3ba4545139bd4d42be2edfeaea3ab508 - - default default] TaaS: Handle Delete Port: 3450071d-013e-4a25-a230-a2fd72e23316 2026-07-29 21:08:45.591 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d6cbc882-9902-485d-b346-68f2fc3cce24 6e00549156c34c2d87c99adedc2768db 3ba4545139bd4d42be2edfeaea3ab508 - - default default] Tap Mirror: Handle Delete Port: 3450071d-013e-4a25-a230-a2fd72e23316 2026-07-29 21:08:45.692 7 INFO neutron.db.l3_hamode_db [None req-7e8c9253-9558-4065-985d-1ffc11d2164e 92ca4d042d52473aae28f3db1f377b50 0d569b4cb0f14c41b84355559a3894e6 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 767/1644] 10.0.0.76 () {32 vars in 725 bytes} [Wed Jul 29 21:08:45 2026] DELETE /v2.0/networks/f51409bd-baf7-4fa0-9147-91ba5da3dcb4 => generated 0 bytes in 571 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 768/1645] 10.0.0.147 () {34 vars in 990 bytes} [Wed Jul 29 21:08:46 2026] GET /v2.0/ports?device_id=49fe9fc7-9a59-4b40-9623-91a7a4505ef5 => 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: 769/1646] 10.0.0.147 () {34 vars in 1120 bytes} [Wed Jul 29 21:08:46 2026] GET /v2.0/security-groups?id=77ab7071-58a2-43c3-b95d-e873775d9dc0&id=47a1859a-9e37-4867-a3f6-f1c97c3f7e1a&fields=id&fields=name => generated 207 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-29 21:08:46.204 8 INFO neutron.services.segments.plugin [-] Segment d8ed0dba-a06d-470e-b285-669666f398c5 resource provider aggregate not found 2026-07-29 21:08:46.213 8 INFO neutron.services.segments.plugin [-] Segment d8ed0dba-a06d-470e-b285-669666f398c5 resource provider aggregate not found 2026-07-29 21:08:46.238 8 INFO neutron.services.segments.plugin [-] Segment d8ed0dba-a06d-470e-b285-669666f398c5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d8ed0dba-a06d-470e-b285-669666f398c5 found for delete ", "request_id": "req-be5979b0-d1c4-4f18-9f1e-c73395b5687a"}]} 2026-07-29 21:08:46.240 8 INFO neutron.services.segments.plugin [-] Segment d8ed0dba-a06d-470e-b285-669666f398c5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d8ed0dba-a06d-470e-b285-669666f398c5 found for delete ", "request_id": "req-0a32a731-5708-49ff-8b6d-d09cf7989761"}]} [pid: 8|app: 0|req: 770/1647] 10.0.0.147 () {34 vars in 990 bytes} [Wed Jul 29 21:08:46 2026] GET /v2.0/ports?device_id=49fe9fc7-9a59-4b40-9623-91a7a4505ef5 => generated 1010 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 878/1648] 10.0.0.76 () {34 vars in 667 bytes} [Wed Jul 29 21:08:44 2026] POST /v2.0/routers => generated 474 bytes in 1991 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-29 21:08:46.703 8 INFO neutron.db.l3_db [None req-07646170-be3d-49e1-a4f8-5172fed0da3c 5ce889d08b1c4966a6e8840c2e7e9539 1dce249c0cde4de3b06c4914d42b86a7 - - default default] Floating IP d5816738-d12e-45ff-8093-ef5479ce35f2 associated. External IP: 10.96.250.208, port: 6f81afb9-ac69-4b05-a547-5c273342b2b2. [pid: 7|app: 0|req: 879/1649] 10.0.0.76 () {32 vars in 773 bytes} [Wed Jul 29 21:08:46 2026] GET /v2.0/security-groups?tenant_id=3ba4545139bd4d42be2edfeaea3ab508&name=default => generated 2925 bytes in 131 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-29 21:08:46.948 7 INFO neutron.db.l3_hamode_db [None req-f1c0d7a8-94f5-4bff-b0aa-7d4e69510a8b 92ca4d042d52473aae28f3db1f377b50 0d569b4cb0f14c41b84355559a3894e6 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 771/1650] 10.0.0.76 () {34 vars in 748 bytes} [Wed Jul 29 21:08:46 2026] PUT /v2.0/floatingips/d5816738-d12e-45ff-8093-ef5479ce35f2 => generated 855 bytes in 728 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-29 21:08:47.120 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-18e0e1d4-e900-4483-a41c-159903c6c4fe'] response: {'name': 'network-changed', 'server_uuid': '49fe9fc7-9a59-4b40-9623-91a7a4505ef5', 'tag': '6f81afb9-ac69-4b05-a547-5c273342b2b2', 'status': 'completed', 'code': 200} 2026-07-29 21:08:47.139 7 INFO neutron.db.l3_hamode_db [None req-f1c0d7a8-94f5-4bff-b0aa-7d4e69510a8b 92ca4d042d52473aae28f3db1f377b50 0d569b4cb0f14c41b84355559a3894e6 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 772/1651] 10.0.0.76 () {32 vars in 739 bytes} [Wed Jul 29 21:08:47 2026] DELETE /v2.0/security-groups/9cfb1b1d-1c4e-42b0-a57d-5afb51096b6b => generated 0 bytes in 155 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-29 21:08:47.690 8 INFO neutron.db.segments_db [None req-5bdc34a3-4831-428d-b1f2-02fb5c5c3bc4 ec1bcd4f12354132aaa97c0b2b38f6de b2a847b216c246c6bad3124a06023af3 - - default default] Added segment 4eda5002-0747-41ba-b54c-b5ba3436fc6a of type vxlan for network b83edb9f-738d-4475-82f6-55227d8942cd [pid: 8|app: 0|req: 773/1652] 10.0.0.76 () {34 vars in 669 bytes} [Wed Jul 29 21:08:47 2026] POST /v2.0/networks => generated 629 bytes in 634 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 774/1653] 162.253.55.222 () {34 vars in 1080 bytes} [Wed Jul 29 21:08:47 2026] GET /v2.0/ports?tenant_id=1dce249c0cde4de3b06c4914d42b86a7&device_id=49fe9fc7-9a59-4b40-9623-91a7a4505ef5 => generated 1279 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 880/1654] 10.0.0.76 () {34 vars in 667 bytes} [Wed Jul 29 21:08:46 2026] POST /v2.0/routers => generated 474 bytes in 1446 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 881/1655] 162.253.55.222 () {34 vars in 986 bytes} [Wed Jul 29 21:08:48 2026] GET /v2.0/networks?id=a42e06ab-686d-47b2-81f0-bdd0240c60ae => generated 769 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-29 21:08:48.406 7 INFO neutron.db.l3_hamode_db [None req-72f64c67-9bff-4819-b225-c7097e25684c 92ca4d042d52473aae28f3db1f377b50 0d569b4cb0f14c41b84355559a3894e6 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 775/1656] 10.0.0.76 () {34 vars in 664 bytes} [Wed Jul 29 21:08:47 2026] POST /v2.0/ports => generated 778 bytes in 573 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: 776/1657] 162.253.55.222 () {34 vars in 1058 bytes} [Wed Jul 29 21:08:48 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.7&port_id=6f81afb9-ac69-4b05-a547-5c273342b2b2 => generated 860 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-29 21:08:48.560 7 INFO neutron.db.l3_hamode_db [None req-72f64c67-9bff-4819-b225-c7097e25684c 92ca4d042d52473aae28f3db1f377b50 0d569b4cb0f14c41b84355559a3894e6 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-29 21:08:48.629 8 INFO neutron.db.segments_db [None req-b9622d7f-e1bf-4527-9a83-5099ba942832 ec1bcd4f12354132aaa97c0b2b38f6de b2a847b216c246c6bad3124a06023af3 - - default default] Added segment d1ad3747-3835-4cb7-b4d3-ce7b02a3a283 of type vxlan for network 36d5f4f4-223c-4514-9a29-39910f55b933 [pid: 8|app: 0|req: 777/1658] 10.0.0.76 () {34 vars in 669 bytes} [Wed Jul 29 21:08:48 2026] POST /v2.0/networks => generated 616 bytes in 308 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 778/1659] 162.253.55.222 () {34 vars in 984 bytes} [Wed Jul 29 21:08:48 2026] GET /v2.0/subnets?id=fc004c2c-db95-40fd-b796-125cc4a7bd46 => generated 691 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 779/1660] 10.0.0.76 () {34 vars in 668 bytes} [Wed Jul 29 21:08:48 2026] POST /v2.0/subnets => generated 646 bytes in 601 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 780/1661] 162.253.55.222 () {34 vars in 1052 bytes} [Wed Jul 29 21:08:49 2026] GET /v2.0/ports?network_id=a42e06ab-686d-47b2-81f0-bdd0240c60ae&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: 882/1662] 10.0.0.76 () {34 vars in 667 bytes} [Wed Jul 29 21:08:48 2026] POST /v2.0/routers => generated 474 bytes in 1288 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-29 21:08:50.042 8 INFO neutron.db.segments_db [None req-481fa64f-5de5-4a99-8269-c890c5ac650c 7bb4da84e03b4d3c887949c09834735d 3a95ab145410451197df673d4c146d08 - - default default] Added segment 7ed3f6cf-e0a1-4563-9a6b-f3ec8479f893 of type vxlan for network f6978d41-4c0c-4e7b-bfb0-5a0365daa56a [pid: 7|app: 0|req: 883/1663] 10.0.0.76 () {34 vars in 664 bytes} [Wed Jul 29 21:08:49 2026] POST /v2.0/ports => generated 966 bytes in 557 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: 781/1664] 10.0.0.76 () {34 vars in 669 bytes} [Wed Jul 29 21:08:49 2026] POST /v2.0/networks => generated 615 bytes in 685 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 884/1665] 162.253.55.222 () {34 vars in 1012 bytes} [Wed Jul 29 21:08:50 2026] GET /v2.0/networks/a42e06ab-686d-47b2-81f0-bdd0240c60ae?fields=segments => generated 14 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-29 21:08:50.306 8 INFO neutron.db.l3_hamode_db [None req-880e4d97-12ca-413f-963f-f1086cda7236 92ca4d042d52473aae28f3db1f377b50 0d569b4cb0f14c41b84355559a3894e6 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-29 21:08:50.366 7 INFO neutron_taas.services.taas.taas_plugin [None req-98b7b46a-1fce-4586-a67e-bd26fc758608 ec1bcd4f12354132aaa97c0b2b38f6de b2a847b216c246c6bad3124a06023af3 - - default default] TaaS: Handle Delete Port: 2c459c6b-8a65-413f-9ac5-260e84273391 2026-07-29 21:08:50.370 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-98b7b46a-1fce-4586-a67e-bd26fc758608 ec1bcd4f12354132aaa97c0b2b38f6de b2a847b216c246c6bad3124a06023af3 - - default default] Tap Mirror: Handle Delete Port: 2c459c6b-8a65-413f-9ac5-260e84273391 2026-07-29 21:08:50.453 8 INFO neutron.db.l3_hamode_db [None req-880e4d97-12ca-413f-963f-f1086cda7236 92ca4d042d52473aae28f3db1f377b50 0d569b4cb0f14c41b84355559a3894e6 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 885/1666] 10.0.0.76 () {32 vars in 719 bytes} [Wed Jul 29 21:08:50 2026] DELETE /v2.0/ports/2c459c6b-8a65-413f-9ac5-260e84273391 => generated 0 bytes in 341 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-29 21:08:50.650 7 INFO neutron.db.segments_db [None req-29475f8e-c39e-48e1-abf7-58c3cd19b213 7bb4da84e03b4d3c887949c09834735d 3a95ab145410451197df673d4c146d08 - - default default] Added segment c83febd0-c21a-4b44-a6d1-5429fabdfcb6 of type vxlan for network 95e24fbc-dac3-455d-a02c-e615af935935 [pid: 7|app: 0|req: 886/1667] 10.0.0.76 () {34 vars in 669 bytes} [Wed Jul 29 21:08:50 2026] POST /v2.0/networks => generated 615 bytes in 299 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 887/1668] 162.253.55.222 () {34 vars in 1112 bytes} [Wed Jul 29 21:08:50 2026] GET /v2.0/networks/a42e06ab-686d-47b2-81f0-bdd0240c60ae?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-29 21:08:50.937 7 INFO neutron.pecan_wsgi.hooks.translation [None req-96897607-c1ca-46fb-8b68-b6c631ad9e23 ec1bcd4f12354132aaa97c0b2b38f6de b2a847b216c246c6bad3124a06023af3 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 888/1669] 10.0.0.76 () {32 vars in 719 bytes} [Wed Jul 29 21:08:50 2026] DELETE /v2.0/ports/2c459c6b-8a65-413f-9ac5-260e84273391 => generated 132 bytes in 22 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 889/1670] 10.0.0.76 () {34 vars in 668 bytes} [Wed Jul 29 21:08:50 2026] POST /v2.0/subnets => generated 646 bytes in 445 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-29 21:08:51.407 7 INFO neutron.pecan_wsgi.hooks.translation [None req-3badcfa1-7d74-43d9-8546-a31319dc1cbc ec1bcd4f12354132aaa97c0b2b38f6de b2a847b216c246c6bad3124a06023af3 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 890/1671] 10.0.0.76 () {32 vars in 716 bytes} [Wed Jul 29 21:08:51 2026] GET /v2.0/ports/2c459c6b-8a65-413f-9ac5-260e84273391 => generated 132 bytes in 27 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 782/1672] 10.0.0.76 () {34 vars in 667 bytes} [Wed Jul 29 21:08:50 2026] POST /v2.0/routers => generated 474 bytes in 1344 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 783/1673] 10.0.0.76 () {32 vars in 723 bytes} [Wed Jul 29 21:08:51 2026] DELETE /v2.0/subnets/8f09f3ea-02f3-4ab6-a384-d1f4dc1c50cf => generated 0 bytes in 243 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 891/1674] 10.0.0.76 () {34 vars in 668 bytes} [Wed Jul 29 21:08:51 2026] POST /v2.0/subnets => generated 655 bytes in 441 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-29 21:08:51.916 8 INFO neutron.db.l3_hamode_db [None req-11003fa3-60bb-4292-b533-8d258383b7f1 92ca4d042d52473aae28f3db1f377b50 0d569b4cb0f14c41b84355559a3894e6 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-29 21:08:51.964 7 INFO neutron_taas.services.taas.taas_plugin [None req-aafbd933-097c-4320-abb2-71198729f6ec ec1bcd4f12354132aaa97c0b2b38f6de b2a847b216c246c6bad3124a06023af3 - - default default] TaaS: Handle Delete Port: 1af14f09-27eb-4914-bd2b-8112f4888a0c 2026-07-29 21:08:51.967 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-aafbd933-097c-4320-abb2-71198729f6ec ec1bcd4f12354132aaa97c0b2b38f6de b2a847b216c246c6bad3124a06023af3 - - default default] Tap Mirror: Handle Delete Port: 1af14f09-27eb-4914-bd2b-8112f4888a0c 2026-07-29 21:08:52.091 8 INFO neutron.db.l3_hamode_db [None req-11003fa3-60bb-4292-b533-8d258383b7f1 92ca4d042d52473aae28f3db1f377b50 0d569b4cb0f14c41b84355559a3894e6 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-29 21:08:52.251 7 INFO neutron.services.segments.plugin [-] Segment d1ad3747-3835-4cb7-b4d3-ce7b02a3a283 resource provider aggregate not found 2026-07-29 21:08:52.256 7 INFO neutron.services.segments.plugin [-] Segment d1ad3747-3835-4cb7-b4d3-ce7b02a3a283 resource provider aggregate not found 2026-07-29 21:08:52.275 7 INFO neutron.services.segments.plugin [-] Segment d1ad3747-3835-4cb7-b4d3-ce7b02a3a283 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d1ad3747-3835-4cb7-b4d3-ce7b02a3a283 found for delete ", "request_id": "req-8fd8d6de-51c8-487f-88e7-c8c2bfc0fa52"}]} 2026-07-29 21:08:52.282 7 INFO neutron.services.segments.plugin [-] Segment d1ad3747-3835-4cb7-b4d3-ce7b02a3a283 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d1ad3747-3835-4cb7-b4d3-ce7b02a3a283 found for delete ", "request_id": "req-0df348de-5f7c-4acb-a976-2689b0343a86"}]} [pid: 7|app: 0|req: 892/1675] 10.0.0.76 () {32 vars in 725 bytes} [Wed Jul 29 21:08:51 2026] DELETE /v2.0/networks/36d5f4f4-223c-4514-9a29-39910f55b933 => generated 0 bytes in 471 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-29 21:08:52.416 7 INFO neutron.db.segments_db [None req-54e52b20-9b72-413c-bf15-f9bf8a9ec10a 7bb4da84e03b4d3c887949c09834735d 3a95ab145410451197df673d4c146d08 - - default default] Added segment 1c40b247-db38-489b-adf6-37dc4fbf4ea7 of type vxlan for network 4e01574a-45df-4cd7-bcf4-7eca527e5cf8 2026-07-29 21:08:52.840 7 INFO neutron.db.l3_hamode_db [None req-54e52b20-9b72-413c-bf15-f9bf8a9ec10a 7bb4da84e03b4d3c887949c09834735d 3a95ab145410451197df673d4c146d08 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 784/1676] 10.0.0.76 () {34 vars in 667 bytes} [Wed Jul 29 21:08:51 2026] POST /v2.0/routers => generated 474 bytes in 1230 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-29 21:08:53.043 7 INFO neutron.db.l3_hamode_db [None req-54e52b20-9b72-413c-bf15-f9bf8a9ec10a 7bb4da84e03b4d3c887949c09834735d 3a95ab145410451197df673d4c146d08 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-29 21:08:53.175 8 INFO neutron.db.segments_db [None req-3f56205c-b327-4c82-bee8-0e57979b5124 ec1bcd4f12354132aaa97c0b2b38f6de b2a847b216c246c6bad3124a06023af3 - - default default] Added segment 6ca15711-3987-424d-8e8c-9b7403e38976 of type vxlan for network 9331b976-0cac-4f0b-aff7-c2e9d4f3004e [pid: 8|app: 0|req: 785/1677] 10.0.0.76 () {34 vars in 669 bytes} [Wed Jul 29 21:08:53 2026] POST /v2.0/networks => generated 617 bytes in 307 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 786/1678] 10.0.0.76 () {34 vars in 750 bytes} [Wed Jul 29 21:08:53 2026] PUT /v2.0/routers/35355377-7302-4312-ad46-208093a45f7f/tags => generated 17 bytes in 185 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 787/1679] 10.0.0.76 () {34 vars in 668 bytes} [Wed Jul 29 21:08:53 2026] POST /v2.0/subnets => generated 646 bytes in 474 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 788/1680] 10.0.0.76 () {34 vars in 750 bytes} [Wed Jul 29 21:08:54 2026] PUT /v2.0/routers/5e8dc942-5cb5-4e77-923c-23ed1065b62e/tags => generated 25 bytes in 130 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 893/1681] 10.0.0.76 () {34 vars in 668 bytes} [Wed Jul 29 21:08:52 2026] POST /v2.0/routers => generated 509 bytes in 2145 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 789/1682] 10.0.0.76 () {34 vars in 664 bytes} [Wed Jul 29 21:08:54 2026] POST /v2.0/ports => generated 927 bytes in 490 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 894/1685] 10.0.0.76 () {34 vars in 750 bytes} [Wed Jul 29 21:08:54 2026] PUT /v2.0/routers/74fa1d76-b3b9-4f08-859d-fd1340021d1a/tags => generated 34 bytes in 198 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-29 21:08:54.780 7 INFO neutron_taas.services.taas.taas_plugin [None req-f4715ef2-11de-452f-8057-7fab3dc5b33e ec1bcd4f12354132aaa97c0b2b38f6de b2a847b216c246c6bad3124a06023af3 - - default default] TaaS: Handle Delete Port: 978904f3-7e88-486d-b344-04201f799302 2026-07-29 21:08:54.782 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f4715ef2-11de-452f-8057-7fab3dc5b33e ec1bcd4f12354132aaa97c0b2b38f6de b2a847b216c246c6bad3124a06023af3 - - default default] Tap Mirror: Handle Delete Port: 978904f3-7e88-486d-b344-04201f799302 [pid: 7|app: 0|req: 895/1686] 10.0.0.76 () {32 vars in 719 bytes} [Wed Jul 29 21:08:54 2026] DELETE /v2.0/ports/978904f3-7e88-486d-b344-04201f799302 => generated 0 bytes in 260 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 896/1687] 10.0.0.76 () {34 vars in 750 bytes} [Wed Jul 29 21:08:54 2026] PUT /v2.0/routers/11528417-06ff-4524-a31a-3bd58d83ee7d/tags => generated 19 bytes in 181 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-29 21:08:55.137 7 INFO neutron.pecan_wsgi.hooks.translation [None req-94d93f0c-c161-4d4a-aee5-5b4be4f28837 ec1bcd4f12354132aaa97c0b2b38f6de b2a847b216c246c6bad3124a06023af3 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 897/1688] 10.0.0.76 () {32 vars in 716 bytes} [Wed Jul 29 21:08:55 2026] GET /v2.0/ports/978904f3-7e88-486d-b344-04201f799302 => generated 132 bytes in 27 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 898/1689] 10.0.0.76 () {32 vars in 663 bytes} [Wed Jul 29 21:08:55 2026] GET /v2.0/routers?tags=red => generated 1463 bytes in 111 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 899/1690] 10.0.0.76 () {32 vars in 723 bytes} [Wed Jul 29 21:08:55 2026] DELETE /v2.0/subnets/e5775d2f-8370-422c-ba08-c0726ce14fd3 => generated 0 bytes in 158 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 900/1691] 10.0.0.76 () {32 vars in 677 bytes} [Wed Jul 29 21:08:55 2026] GET /v2.0/routers?tags=red%2Cblue => generated 988 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-29 21:08:55.609 7 INFO neutron.services.segments.plugin [-] Segment 6ca15711-3987-424d-8e8c-9b7403e38976 resource provider aggregate not found 2026-07-29 21:08:55.619 7 INFO neutron.services.segments.plugin [-] Segment 6ca15711-3987-424d-8e8c-9b7403e38976 resource provider aggregate not found 2026-07-29 21:08:55.631 7 INFO neutron.services.segments.plugin [-] Segment 6ca15711-3987-424d-8e8c-9b7403e38976 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6ca15711-3987-424d-8e8c-9b7403e38976 found for delete ", "request_id": "req-ce3cd3ba-4200-446a-bb0c-49bc13068fd4"}]} 2026-07-29 21:08:55.636 7 INFO neutron.services.segments.plugin [-] Segment 6ca15711-3987-424d-8e8c-9b7403e38976 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6ca15711-3987-424d-8e8c-9b7403e38976 found for delete ", "request_id": "req-a376bf21-c196-4b0c-b5ea-2fd7dc11edfa"}]} [pid: 7|app: 0|req: 901/1692] 10.0.0.76 () {32 vars in 725 bytes} [Wed Jul 29 21:08:55 2026] DELETE /v2.0/networks/9331b976-0cac-4f0b-aff7-c2e9d4f3004e => generated 0 bytes in 194 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 902/1693] 10.0.0.76 () {32 vars in 673 bytes} [Wed Jul 29 21:08:55 2026] GET /v2.0/routers?tags-any=blue => generated 988 bytes in 94 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 792/1694] 10.0.0.76 () {34 vars in 782 bytes} [Wed Jul 29 21:08:54 2026] PUT /v2.0/routers/7c77c24e-bef7-4d1f-8113-7fada0c8b990/add_router_interface => generated 309 bytes in 1346 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 793/1695] 10.0.0.76 () {32 vars in 685 bytes} [Wed Jul 29 21:08:55 2026] GET /v2.0/routers?tags-any=red%2Cblue => generated 1463 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 794/1696] 10.0.0.76 () {32 vars in 716 bytes} [Wed Jul 29 21:08:56 2026] GET /v2.0/ports/72284a8a-a2b9-47d9-a4fd-3b1e2208347a => generated 959 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 795/1697] 10.0.0.76 () {32 vars in 671 bytes} [Wed Jul 29 21:08:56 2026] GET /v2.0/routers?not-tags=red => generated 960 bytes in 101 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 903/1698] 10.0.0.76 () {34 vars in 664 bytes} [Wed Jul 29 21:08:55 2026] POST /v2.0/ports => generated 779 bytes in 521 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: 904/1699] 10.0.0.147 () {34 vars in 990 bytes} [Wed Jul 29 21:08:56 2026] GET /v2.0/ports?device_id=49fe9fc7-9a59-4b40-9623-91a7a4505ef5 => generated 1010 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 905/1700] 10.0.0.76 () {32 vars in 685 bytes} [Wed Jul 29 21:08:56 2026] GET /v2.0/routers?not-tags=red%2Cblue => generated 1435 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 906/1701] 10.0.0.76 () {34 vars in 736 bytes} [Wed Jul 29 21:08:56 2026] PUT /v2.0/ports/8983bfd9-c1b5-471d-bf70-6e16aa40544c => generated 752 bytes in 232 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: 907/1702] 10.0.0.147 () {34 vars in 1120 bytes} [Wed Jul 29 21:08:56 2026] GET /v2.0/security-groups?id=77ab7071-58a2-43c3-b95d-e873775d9dc0&id=47a1859a-9e37-4867-a3f6-f1c97c3f7e1a&fields=id&fields=name => generated 207 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 908/1703] 10.0.0.76 () {32 vars in 681 bytes} [Wed Jul 29 21:08:56 2026] GET /v2.0/routers?not-tags-any=blue => generated 1435 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-29 21:08:56.891 7 INFO neutron_taas.services.taas.taas_plugin [None req-b95f9bf5-a109-40d3-a13a-8c3ba7093da7 ec1bcd4f12354132aaa97c0b2b38f6de b2a847b216c246c6bad3124a06023af3 - - default default] TaaS: Handle Delete Port: 8983bfd9-c1b5-471d-bf70-6e16aa40544c 2026-07-29 21:08:56.894 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b95f9bf5-a109-40d3-a13a-8c3ba7093da7 ec1bcd4f12354132aaa97c0b2b38f6de b2a847b216c246c6bad3124a06023af3 - - default default] Tap Mirror: Handle Delete Port: 8983bfd9-c1b5-471d-bf70-6e16aa40544c [pid: 7|app: 0|req: 909/1704] 10.0.0.76 () {32 vars in 719 bytes} [Wed Jul 29 21:08:56 2026] DELETE /v2.0/ports/8983bfd9-c1b5-471d-bf70-6e16aa40544c => generated 0 bytes in 238 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 910/1705] 10.0.0.76 () {32 vars in 735 bytes} [Wed Jul 29 21:08:57 2026] GET /v2.0/ports?device_id=49fe9fc7-9a59-4b40-9623-91a7a4505ef5 => generated 1279 bytes in 188 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 911/1706] 10.0.0.76 () {32 vars in 693 bytes} [Wed Jul 29 21:08:57 2026] GET /v2.0/routers?not-tags-any=red%2Cblue => generated 960 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 912/1707] 10.0.0.76 () {32 vars in 642 bytes} [Wed Jul 29 21:08:57 2026] GET /v2.0/ports => generated 781 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 913/1708] 10.0.0.76 () {32 vars in 857 bytes} [Wed Jul 29 21:08:57 2026] GET /v2.0/floatingips?floating_network_id=bb7bfea3-6365-441c-b690-ae3b69156416&port_id=6f81afb9-ac69-4b05-a547-5c273342b2b2 => generated 860 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 914/1709] 10.0.0.76 () {32 vars in 720 bytes} [Wed Jul 29 21:08:57 2026] GET /v2.0/routers/35355377-7302-4312-ad46-208093a45f7f => generated 485 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-29 21:08:57.467 7 INFO neutron.pecan_wsgi.hooks.translation [None req-a4ab4f2f-2996-471c-9d1b-f6526ab0f36b ec1bcd4f12354132aaa97c0b2b38f6de b2a847b216c246c6bad3124a06023af3 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 915/1710] 10.0.0.76 () {32 vars in 716 bytes} [Wed Jul 29 21:08:57 2026] GET /v2.0/ports/8983bfd9-c1b5-471d-bf70-6e16aa40544c => generated 132 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 796/1711] 10.0.0.76 () {34 vars in 782 bytes} [Wed Jul 29 21:08:56 2026] PUT /v2.0/routers/7c77c24e-bef7-4d1f-8113-7fada0c8b990/add_router_interface => generated 309 bytes in 1304 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 797/1712] 10.0.0.76 () {32 vars in 642 bytes} [Wed Jul 29 21:08:57 2026] GET /v2.0/ports => generated 781 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 798/1713] 10.0.0.76 () {32 vars in 716 bytes} [Wed Jul 29 21:08:57 2026] GET /v2.0/ports/f9f843ff-f1d7-4f6e-b1f9-2ff2b7ad1a4e => generated 967 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 799/1714] 10.0.0.76 () {32 vars in 716 bytes} [Wed Jul 29 21:08:57 2026] GET /v2.0/ports/3dfa49ce-b936-47a2-9a18-ce7daea4c911 => generated 778 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 916/1715] 10.0.0.76 () {34 vars in 741 bytes} [Wed Jul 29 21:08:57 2026] PUT /v2.0/routers/35355377-7302-4312-ad46-208093a45f7f => generated 485 bytes in 562 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-29 21:08:58.045 8 INFO neutron_taas.services.taas.taas_plugin [None req-2e22d897-d3d8-43b0-b402-c1bf68325aa7 7bb4da84e03b4d3c887949c09834735d 3a95ab145410451197df673d4c146d08 - - default default] TaaS: Handle Delete Port: f9f843ff-f1d7-4f6e-b1f9-2ff2b7ad1a4e 2026-07-29 21:08:58.048 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2e22d897-d3d8-43b0-b402-c1bf68325aa7 7bb4da84e03b4d3c887949c09834735d 3a95ab145410451197df673d4c146d08 - - default default] Tap Mirror: Handle Delete Port: f9f843ff-f1d7-4f6e-b1f9-2ff2b7ad1a4e 2026-07-29 21:08:58.049 7 INFO neutron.pecan_wsgi.hooks.translation [None req-79a97d8b-ca1f-4f08-bedd-cbcae713820b ec1bcd4f12354132aaa97c0b2b38f6de b2a847b216c246c6bad3124a06023af3 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 917/1716] 10.0.0.76 () {32 vars in 719 bytes} [Wed Jul 29 21:08:58 2026] DELETE /v2.0/ports/978904f3-7e88-486d-b344-04201f799302 => generated 132 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 918/1717] 10.0.0.76 () {32 vars in 735 bytes} [Wed Jul 29 21:08:58 2026] GET /v2.0/ports?device_id=35355377-7302-4312-ad46-208093a45f7f => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-29 21:08:58.087 7 INFO neutron.pecan_wsgi.hooks.translation [None req-65373ded-4738-4cc7-abf8-77901a8ea5f7 ec1bcd4f12354132aaa97c0b2b38f6de b2a847b216c246c6bad3124a06023af3 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 919/1718] 10.0.0.76 () {32 vars in 723 bytes} [Wed Jul 29 21:08:58 2026] DELETE /v2.0/subnets/e5775d2f-8370-422c-ba08-c0726ce14fd3 => generated 136 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-29 21:08:58.285 7 INFO neutron_taas.services.taas.taas_plugin [None req-e6fed10b-fdea-49b1-9f0c-0bb28eacc11a 92ca4d042d52473aae28f3db1f377b50 0d569b4cb0f14c41b84355559a3894e6 - - default default] TaaS: Handle Delete Port: ad0b869f-024c-4280-8d21-77905910a146 2026-07-29 21:08:58.289 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e6fed10b-fdea-49b1-9f0c-0bb28eacc11a 92ca4d042d52473aae28f3db1f377b50 0d569b4cb0f14c41b84355559a3894e6 - - default default] Tap Mirror: Handle Delete Port: ad0b869f-024c-4280-8d21-77905910a146 [pid: 8|app: 0|req: 800/1719] 10.0.0.76 () {34 vars in 788 bytes} [Wed Jul 29 21:08:57 2026] PUT /v2.0/routers/7c77c24e-bef7-4d1f-8113-7fada0c8b990/remove_router_interface => generated 309 bytes in 762 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 920/1720] 10.0.0.76 () {32 vars in 723 bytes} [Wed Jul 29 21:08:58 2026] DELETE /v2.0/routers/35355377-7302-4312-ad46-208093a45f7f => generated 0 bytes in 411 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-29 21:08:58.512 8 INFO neutron.pecan_wsgi.hooks.translation [None req-54379ccb-d882-43e8-b37f-5c5b997032e5 ec1bcd4f12354132aaa97c0b2b38f6de b2a847b216c246c6bad3124a06023af3 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 801/1721] 10.0.0.76 () {32 vars in 723 bytes} [Wed Jul 29 21:08:58 2026] DELETE /v2.0/subnets/8f09f3ea-02f3-4ab6-a384-d1f4dc1c50cf => generated 136 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 921/1722] 10.0.0.136 () {34 vars in 990 bytes} [Wed Jul 29 21:08:58 2026] GET /v2.0/ports?device_id=49fe9fc7-9a59-4b40-9623-91a7a4505ef5 => generated 1279 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 922/1723] 10.0.0.76 () {32 vars in 720 bytes} [Wed Jul 29 21:08:58 2026] GET /v2.0/routers/5e8dc942-5cb5-4e77-923c-23ed1065b62e => generated 493 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-29 21:08:58.708 7 INFO neutron_taas.services.taas.taas_plugin [None req-0b6bdbe5-6ad7-4e2f-97de-fe5c588bd4f2 ec1bcd4f12354132aaa97c0b2b38f6de b2a847b216c246c6bad3124a06023af3 - - default default] TaaS: Handle Delete Port: 3dfa49ce-b936-47a2-9a18-ce7daea4c911 2026-07-29 21:08:58.712 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0b6bdbe5-6ad7-4e2f-97de-fe5c588bd4f2 ec1bcd4f12354132aaa97c0b2b38f6de b2a847b216c246c6bad3124a06023af3 - - default default] Tap Mirror: Handle Delete Port: 3dfa49ce-b936-47a2-9a18-ce7daea4c911 [pid: 7|app: 0|req: 923/1724] 10.0.0.76 () {32 vars in 719 bytes} [Wed Jul 29 21:08:58 2026] DELETE /v2.0/ports/3dfa49ce-b936-47a2-9a18-ce7daea4c911 => generated 0 bytes in 224 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 924/1725] 10.0.0.136 () {34 vars in 1120 bytes} [Wed Jul 29 21:08:58 2026] GET /v2.0/security-groups?id=47a1859a-9e37-4867-a3f6-f1c97c3f7e1a&id=77ab7071-58a2-43c3-b95d-e873775d9dc0&fields=id&fields=name => generated 207 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-29 21:08:58.901 8 INFO neutron_taas.services.taas.taas_plugin [None req-8a88e7a9-0ad5-4235-a086-82f51acba532 7bb4da84e03b4d3c887949c09834735d 3a95ab145410451197df673d4c146d08 - - default default] TaaS: Handle Delete Port: 72284a8a-a2b9-47d9-a4fd-3b1e2208347a 2026-07-29 21:08:58.905 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8a88e7a9-0ad5-4235-a086-82f51acba532 7bb4da84e03b4d3c887949c09834735d 3a95ab145410451197df673d4c146d08 - - default default] Tap Mirror: Handle Delete Port: 72284a8a-a2b9-47d9-a4fd-3b1e2208347a [pid: 8|app: 0|req: 802/1726] 10.0.0.76 () {34 vars in 788 bytes} [Wed Jul 29 21:08:58 2026] PUT /v2.0/routers/7c77c24e-bef7-4d1f-8113-7fada0c8b990/remove_router_interface => generated 309 bytes in 817 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-29 21:08:59.446 8 INFO neutron.services.segments.plugin [-] Segment 4eda5002-0747-41ba-b54c-b5ba3436fc6a resource provider aggregate not found 2026-07-29 21:08:59.453 8 INFO neutron.services.segments.plugin [-] Segment 4eda5002-0747-41ba-b54c-b5ba3436fc6a resource provider aggregate not found [pid: 7|app: 0|req: 925/1727] 10.0.0.76 () {34 vars in 741 bytes} [Wed Jul 29 21:08:58 2026] PUT /v2.0/routers/5e8dc942-5cb5-4e77-923c-23ed1065b62e => generated 493 bytes in 606 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-29 21:08:59.477 8 INFO neutron.services.segments.plugin [-] Segment 4eda5002-0747-41ba-b54c-b5ba3436fc6a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4eda5002-0747-41ba-b54c-b5ba3436fc6a found for delete ", "request_id": "req-0024b846-5c89-42bb-928a-5bde4d1ef70e"}]} 2026-07-29 21:08:59.480 8 INFO neutron.services.segments.plugin [-] Segment 4eda5002-0747-41ba-b54c-b5ba3436fc6a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4eda5002-0747-41ba-b54c-b5ba3436fc6a found for delete ", "request_id": "req-36742ad0-1857-4711-895a-f45120712f38"}]} [pid: 7|app: 0|req: 926/1728] 10.0.0.76 () {32 vars in 735 bytes} [Wed Jul 29 21:08:59 2026] GET /v2.0/ports?device_id=7c77c24e-bef7-4d1f-8113-7fada0c8b990 => 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: 927/1729] 10.0.0.76 () {32 vars in 735 bytes} [Wed Jul 29 21:08:59 2026] GET /v2.0/ports?device_id=5e8dc942-5cb5-4e77-923c-23ed1065b62e => generated 12 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 803/1730] 10.0.0.76 () {32 vars in 725 bytes} [Wed Jul 29 21:08:59 2026] DELETE /v2.0/networks/b83edb9f-738d-4475-82f6-55227d8942cd => generated 0 bytes in 190 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-29 21:08:59.705 7 INFO neutron_taas.services.taas.taas_plugin [None req-591f2d93-f585-488b-8331-44a8f7b4eff0 7bb4da84e03b4d3c887949c09834735d 3a95ab145410451197df673d4c146d08 - - default default] TaaS: Handle Delete Port: efeff6e4-d95e-45ed-a8e3-f3294c4347d3 2026-07-29 21:08:59.706 8 INFO neutron_taas.services.taas.taas_plugin [None req-8147d776-bf07-4e19-acbd-63b21ee6e9e5 92ca4d042d52473aae28f3db1f377b50 0d569b4cb0f14c41b84355559a3894e6 - - default default] TaaS: Handle Delete Port: e4a96912-679c-419f-becd-2e50a9721aea 2026-07-29 21:08:59.709 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8147d776-bf07-4e19-acbd-63b21ee6e9e5 92ca4d042d52473aae28f3db1f377b50 0d569b4cb0f14c41b84355559a3894e6 - - default default] Tap Mirror: Handle Delete Port: e4a96912-679c-419f-becd-2e50a9721aea 2026-07-29 21:08:59.710 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-591f2d93-f585-488b-8331-44a8f7b4eff0 7bb4da84e03b4d3c887949c09834735d 3a95ab145410451197df673d4c146d08 - - default default] Tap Mirror: Handle Delete Port: efeff6e4-d95e-45ed-a8e3-f3294c4347d3 [pid: 8|app: 0|req: 804/1731] 10.0.0.76 () {32 vars in 723 bytes} [Wed Jul 29 21:08:59 2026] DELETE /v2.0/routers/5e8dc942-5cb5-4e77-923c-23ed1065b62e => generated 0 bytes in 492 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-29 21:09:00.264 7 INFO neutron.services.segments.plugin [-] Segment 1c40b247-db38-489b-adf6-37dc4fbf4ea7 resource provider aggregate not found 2026-07-29 21:09:00.269 7 INFO neutron.services.segments.plugin [-] Segment 1c40b247-db38-489b-adf6-37dc4fbf4ea7 resource provider aggregate not found 2026-07-29 21:09:00.287 7 INFO neutron.services.segments.plugin [-] Segment 1c40b247-db38-489b-adf6-37dc4fbf4ea7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1c40b247-db38-489b-adf6-37dc4fbf4ea7 found for delete ", "request_id": "req-bb8cf4c8-c547-4408-a129-3d95fc26469d"}]} 2026-07-29 21:09:00.288 7 INFO neutron.services.segments.plugin [-] Segment 1c40b247-db38-489b-adf6-37dc4fbf4ea7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1c40b247-db38-489b-adf6-37dc4fbf4ea7 found for delete ", "request_id": "req-f86ab261-8d69-4823-a7c7-03f1c1b77753"}]} 2026-07-29 21:09:00.318 7 INFO neutron.db.l3_hamode_db [None req-591f2d93-f585-488b-8331-44a8f7b4eff0 7bb4da84e03b4d3c887949c09834735d 3a95ab145410451197df673d4c146d08 - - default default] HA network 4e01574a-45df-4cd7-bcf4-7eca527e5cf8 was deleted as no HA routers are present in tenant 3a95ab145410451197df673d4c146d08. [pid: 7|app: 0|req: 928/1732] 10.0.0.76 () {32 vars in 723 bytes} [Wed Jul 29 21:08:59 2026] DELETE /v2.0/routers/7c77c24e-bef7-4d1f-8113-7fada0c8b990 => generated 0 bytes in 821 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 929/1733] 10.0.0.76 () {32 vars in 773 bytes} [Wed Jul 29 21:09:00 2026] GET /v2.0/security-groups?tenant_id=b2a847b216c246c6bad3124a06023af3&name=default => generated 2925 bytes in 158 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 805/1734] 10.0.0.76 () {32 vars in 720 bytes} [Wed Jul 29 21:09:00 2026] GET /v2.0/routers/74fa1d76-b3b9-4f08-859d-fd1340021d1a => generated 502 bytes in 651 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 930/1735] 10.0.0.76 () {32 vars in 723 bytes} [Wed Jul 29 21:09:00 2026] DELETE /v2.0/subnets/c7a96ad2-8eea-4a6b-8a86-d913cceb077c => generated 0 bytes in 257 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 806/1736] 10.0.0.76 () {32 vars in 739 bytes} [Wed Jul 29 21:09:00 2026] DELETE /v2.0/security-groups/271e6652-bcb1-42c9-904e-5da903eeb9b1 => generated 0 bytes in 125 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 807/1737] 10.0.0.76 () {32 vars in 723 bytes} [Wed Jul 29 21:09:00 2026] DELETE /v2.0/subnets/2584fe3c-52fa-4688-b62b-372afc1612ec => generated 0 bytes in 222 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-29 21:09:01.165 8 INFO neutron_taas.services.taas.taas_plugin [None req-6ed58fde-5d3c-4bab-90f3-90f0d954dd9e 7bb4da84e03b4d3c887949c09834735d 3a95ab145410451197df673d4c146d08 - - default default] TaaS: Handle Delete Port: 27b00ce3-1a13-4697-b334-678f6f4a58e0 2026-07-29 21:09:01.170 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6ed58fde-5d3c-4bab-90f3-90f0d954dd9e 7bb4da84e03b4d3c887949c09834735d 3a95ab145410451197df673d4c146d08 - - default default] Tap Mirror: Handle Delete Port: 27b00ce3-1a13-4697-b334-678f6f4a58e0 [pid: 7|app: 0|req: 931/1738] 10.0.0.76 () {34 vars in 741 bytes} [Wed Jul 29 21:09:00 2026] PUT /v2.0/routers/74fa1d76-b3b9-4f08-859d-fd1340021d1a => generated 502 bytes in 646 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 932/1739] 10.0.0.76 () {32 vars in 735 bytes} [Wed Jul 29 21:09:01 2026] GET /v2.0/ports?device_id=74fa1d76-b3b9-4f08-859d-fd1340021d1a => 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: 808/1740] 10.0.0.76 () {32 vars in 725 bytes} [Wed Jul 29 21:09:01 2026] DELETE /v2.0/networks/95e24fbc-dac3-455d-a02c-e615af935935 => generated 0 bytes in 450 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-29 21:09:01.507 8 INFO neutron.services.segments.plugin [-] Segment c83febd0-c21a-4b44-a6d1-5429fabdfcb6 resource provider aggregate not found 2026-07-29 21:09:01.515 8 INFO neutron.services.segments.plugin [-] Segment c83febd0-c21a-4b44-a6d1-5429fabdfcb6 resource provider aggregate not found 2026-07-29 21:09:01.523 8 INFO neutron.services.segments.plugin [-] Segment c83febd0-c21a-4b44-a6d1-5429fabdfcb6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c83febd0-c21a-4b44-a6d1-5429fabdfcb6 found for delete ", "request_id": "req-adef68ff-dc78-466b-a42b-dfd59993ecc7"}]} 2026-07-29 21:09:01.535 8 INFO neutron.services.segments.plugin [-] Segment c83febd0-c21a-4b44-a6d1-5429fabdfcb6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c83febd0-c21a-4b44-a6d1-5429fabdfcb6 found for delete ", "request_id": "req-d6b56508-fdc1-4098-bf0b-97cb54862c92"}]} 2026-07-29 21:09:01.603 8 INFO neutron_taas.services.taas.taas_plugin [None req-9f99ca23-7402-4ad7-b553-51dfe856602b 7bb4da84e03b4d3c887949c09834735d 3a95ab145410451197df673d4c146d08 - - default default] TaaS: Handle Delete Port: e3ea2c37-99e7-4485-adbb-15d2eed8cccf 2026-07-29 21:09:01.606 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9f99ca23-7402-4ad7-b553-51dfe856602b 7bb4da84e03b4d3c887949c09834735d 3a95ab145410451197df673d4c146d08 - - default default] Tap Mirror: Handle Delete Port: e3ea2c37-99e7-4485-adbb-15d2eed8cccf 2026-07-29 21:09:01.619 7 INFO neutron_taas.services.taas.taas_plugin [None req-3b577df6-506c-4b74-800c-96022946da7b 92ca4d042d52473aae28f3db1f377b50 0d569b4cb0f14c41b84355559a3894e6 - - default default] TaaS: Handle Delete Port: b9a2ea33-e64f-41d1-b8c4-eb24f2ec7811 2026-07-29 21:09:01.622 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3b577df6-506c-4b74-800c-96022946da7b 92ca4d042d52473aae28f3db1f377b50 0d569b4cb0f14c41b84355559a3894e6 - - default default] Tap Mirror: Handle Delete Port: b9a2ea33-e64f-41d1-b8c4-eb24f2ec7811 [pid: 7|app: 0|req: 933/1741] 10.0.0.76 () {32 vars in 723 bytes} [Wed Jul 29 21:09:01 2026] DELETE /v2.0/routers/74fa1d76-b3b9-4f08-859d-fd1340021d1a => generated 0 bytes in 431 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 809/1742] 10.0.0.76 () {32 vars in 725 bytes} [Wed Jul 29 21:09:01 2026] DELETE /v2.0/networks/f6978d41-4c0c-4e7b-bfb0-5a0365daa56a => generated 0 bytes in 452 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 934/1743] 10.0.0.147 () {34 vars in 990 bytes} [Wed Jul 29 21:09:01 2026] GET /v2.0/ports?device_id=49fe9fc7-9a59-4b40-9623-91a7a4505ef5 => generated 1010 bytes in 101 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 810/1744] 10.0.0.76 () {32 vars in 720 bytes} [Wed Jul 29 21:09:01 2026] GET /v2.0/routers/11528417-06ff-4524-a31a-3bd58d83ee7d => generated 487 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 811/1745] 10.0.0.147 () {34 vars in 1120 bytes} [Wed Jul 29 21:09:01 2026] GET /v2.0/security-groups?id=77ab7071-58a2-43c3-b95d-e873775d9dc0&id=47a1859a-9e37-4867-a3f6-f1c97c3f7e1a&fields=id&fields=name => generated 207 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-29 21:09:02.043 7 INFO neutron.db.segments_db [None req-2af91769-2164-44c3-83bf-8c46279a474b 7bb4da84e03b4d3c887949c09834735d 3a95ab145410451197df673d4c146d08 - - default default] Added segment 82f752d4-8adb-4143-b44c-0ec52ba91ce9 of type vxlan for network 95c7feba-bea8-4791-b1b9-304ee35c157f [pid: 7|app: 0|req: 935/1746] 10.0.0.76 () {34 vars in 669 bytes} [Wed Jul 29 21:09:01 2026] POST /v2.0/networks => generated 614 bytes in 251 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 936/1747] 10.0.0.76 () {34 vars in 668 bytes} [Wed Jul 29 21:09:02 2026] POST /v2.0/subnets => generated 646 bytes in 386 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 812/1748] 10.0.0.76 () {34 vars in 741 bytes} [Wed Jul 29 21:09:02 2026] PUT /v2.0/routers/11528417-06ff-4524-a31a-3bd58d83ee7d => generated 487 bytes in 618 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 813/1749] 10.0.0.76 () {32 vars in 735 bytes} [Wed Jul 29 21:09:02 2026] GET /v2.0/ports?device_id=11528417-06ff-4524-a31a-3bd58d83ee7d => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-29 21:09:02.689 7 INFO neutron.db.segments_db [None req-d9c3da9d-99e3-4792-a6ae-a8fa85e71358 7bb4da84e03b4d3c887949c09834735d 3a95ab145410451197df673d4c146d08 - - default default] Added segment 59df88ce-b14a-444b-89fe-7f983e276a57 of type vxlan for network 642e0321-cc1f-41e9-81ba-c9c2dfe63c17 2026-07-29 21:09:02.871 8 INFO neutron_taas.services.taas.taas_plugin [None req-33856358-fc83-4836-b82a-413e976195a9 92ca4d042d52473aae28f3db1f377b50 0d569b4cb0f14c41b84355559a3894e6 - - default default] TaaS: Handle Delete Port: a3e0bb29-8e69-46db-a38a-221d38d030bc 2026-07-29 21:09:02.875 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-33856358-fc83-4836-b82a-413e976195a9 92ca4d042d52473aae28f3db1f377b50 0d569b4cb0f14c41b84355559a3894e6 - - default default] Tap Mirror: Handle Delete Port: a3e0bb29-8e69-46db-a38a-221d38d030bc 2026-07-29 21:09:03.067 7 INFO neutron.db.l3_hamode_db [None req-d9c3da9d-99e3-4792-a6ae-a8fa85e71358 7bb4da84e03b4d3c887949c09834735d 3a95ab145410451197df673d4c146d08 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 814/1750] 10.0.0.76 () {32 vars in 723 bytes} [Wed Jul 29 21:09:02 2026] DELETE /v2.0/routers/11528417-06ff-4524-a31a-3bd58d83ee7d => generated 0 bytes in 419 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-29 21:09:03.215 7 INFO neutron.db.l3_hamode_db [None req-d9c3da9d-99e3-4792-a6ae-a8fa85e71358 7bb4da84e03b4d3c887949c09834735d 3a95ab145410451197df673d4c146d08 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-29 21:09:03.524 8 INFO neutron.db.segments_db [None req-32be7d3e-6279-4f94-a5d0-7126af70ae6a d9def39ec6414147bcb2e1194be7ea75 c08d9e19626a4dcd9a3f89485d6cc810 - - default default] Added segment 71124e58-f44c-4cca-8618-9a3e4e7a5b71 of type vxlan for network 0e56e145-8feb-4a82-aa82-44477b04aeb9 2026-07-29 21:09:03.569 8 INFO neutron.services.segments.plugin [-] Segment 7ed3f6cf-e0a1-4563-9a6b-f3ec8479f893 resource provider aggregate not found 2026-07-29 21:09:03.576 8 INFO neutron.services.segments.plugin [-] Segment 7ed3f6cf-e0a1-4563-9a6b-f3ec8479f893 resource provider aggregate not found 2026-07-29 21:09:03.593 8 INFO neutron.services.segments.plugin [-] Segment 7ed3f6cf-e0a1-4563-9a6b-f3ec8479f893 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7ed3f6cf-e0a1-4563-9a6b-f3ec8479f893 found for delete ", "request_id": "req-48b697a0-b379-4a43-b0f9-3f949fdc27a5"}]} 2026-07-29 21:09:03.597 8 INFO neutron.services.segments.plugin [-] Segment 7ed3f6cf-e0a1-4563-9a6b-f3ec8479f893 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7ed3f6cf-e0a1-4563-9a6b-f3ec8479f893 found for delete ", "request_id": "req-cd641d71-05c7-4571-9b36-c506afb833f7"}]} [pid: 8|app: 0|req: 815/1751] 10.0.0.76 () {34 vars in 669 bytes} [Wed Jul 29 21:09:03 2026] POST /v2.0/networks => generated 611 bytes in 632 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 816/1752] 10.0.0.76 () {32 vars in 720 bytes} [Wed Jul 29 21:09:03 2026] GET /v2.0/routers/1883dac0-2970-497c-b285-dddd0ae02342 => generated 480 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 817/1753] 10.0.0.147 () {34 vars in 990 bytes} [Wed Jul 29 21:09:03 2026] GET /v2.0/ports?device_id=49fe9fc7-9a59-4b40-9623-91a7a4505ef5 => generated 1010 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-29 21:09:03.998 8 INFO neutron.db.segments_db [None req-82ba837f-878c-4dc9-af8b-af8935b8c9bd d9def39ec6414147bcb2e1194be7ea75 c08d9e19626a4dcd9a3f89485d6cc810 - - default default] Added segment b7bb0405-e4d8-4fda-ba28-6df662431ec9 of type vxlan for network 7845c78a-983b-449e-aaad-610c0e02f5fb [pid: 7|app: 0|req: 937/1754] 10.0.0.76 () {34 vars in 668 bytes} [Wed Jul 29 21:09:02 2026] POST /v2.0/routers => generated 511 bytes in 1482 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 818/1755] 10.0.0.76 () {34 vars in 669 bytes} [Wed Jul 29 21:09:03 2026] POST /v2.0/networks => generated 610 bytes in 261 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 819/1756] 10.0.0.147 () {34 vars in 1120 bytes} [Wed Jul 29 21:09:04 2026] GET /v2.0/security-groups?id=77ab7071-58a2-43c3-b95d-e873775d9dc0&id=47a1859a-9e37-4867-a3f6-f1c97c3f7e1a&fields=id&fields=name => generated 207 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 820/1757] 162.253.55.222 () {34 vars in 994 bytes} [Wed Jul 29 21:09:04 2026] GET /v2.0/ports?device_id=49fe9fc7-9a59-4b40-9623-91a7a4505ef5 => generated 1010 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 821/1758] 10.0.0.76 () {34 vars in 664 bytes} [Wed Jul 29 21:09:04 2026] POST /v2.0/ports => generated 964 bytes in 393 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: 938/1759] 10.0.0.76 () {34 vars in 741 bytes} [Wed Jul 29 21:09:04 2026] PUT /v2.0/routers/1883dac0-2970-497c-b285-dddd0ae02342 => generated 480 bytes in 574 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-29 21:09:04.774 7 INFO neutron_taas.services.taas.taas_plugin [req-cbc038b7-c325-4486-bfba-f87819f354a7 req-9c6e6797-c8ec-4180-8b9c-81107cfa078a 5ce889d08b1c4966a6e8840c2e7e9539 1dce249c0cde4de3b06c4914d42b86a7 - - default default] TaaS: Handle Delete Port: 6f81afb9-ac69-4b05-a547-5c273342b2b2 2026-07-29 21:09:04.778 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-cbc038b7-c325-4486-bfba-f87819f354a7 req-9c6e6797-c8ec-4180-8b9c-81107cfa078a 5ce889d08b1c4966a6e8840c2e7e9539 1dce249c0cde4de3b06c4914d42b86a7 - - default default] Tap Mirror: Handle Delete Port: 6f81afb9-ac69-4b05-a547-5c273342b2b2 2026-07-29 21:09:04.983 7 INFO neutron.db.l3_db [req-cbc038b7-c325-4486-bfba-f87819f354a7 req-9c6e6797-c8ec-4180-8b9c-81107cfa078a 5ce889d08b1c4966a6e8840c2e7e9539 1dce249c0cde4de3b06c4914d42b86a7 - - default default] Floating IP d5816738-d12e-45ff-8093-ef5479ce35f2 disassociated. External IP: 10.96.250.208, port: 6f81afb9-ac69-4b05-a547-5c273342b2b2. [pid: 8|app: 0|req: 822/1760] 10.0.0.76 () {34 vars in 668 bytes} [Wed Jul 29 21:09:04 2026] POST /v2.0/subnets => generated 626 bytes in 419 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 939/1761] 162.253.55.222 () {36 vars in 997 bytes} [Wed Jul 29 21:09:04 2026] DELETE /v2.0/ports/6f81afb9-ac69-4b05-a547-5c273342b2b2 => generated 0 bytes in 744 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 940/1762] 10.0.0.76 () {32 vars in 735 bytes} [Wed Jul 29 21:09:05 2026] GET /v2.0/ports?device_id=1883dac0-2970-497c-b285-dddd0ae02342 => generated 12 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-29 21:09:05.467 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-43bd0eaf-ff8e-47a9-8a4b-f01301221b1e'] response: {'server_uuid': '49fe9fc7-9a59-4b40-9623-91a7a4505ef5', 'name': 'network-vif-deleted', 'tag': '6f81afb9-ac69-4b05-a547-5c273342b2b2', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 941/1763] 10.0.0.76 () {34 vars in 668 bytes} [Wed Jul 29 21:09:05 2026] POST /v2.0/subnets => generated 626 bytes in 490 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 942/1764] 10.0.0.147 () {34 vars in 990 bytes} [Wed Jul 29 21:09:05 2026] GET /v2.0/ports?device_id=49fe9fc7-9a59-4b40-9623-91a7a4505ef5 => generated 12 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-29 21:09:06.133 7 INFO neutron_taas.services.taas.taas_plugin [None req-c6047f1c-4383-4e54-9ec4-57653b73a2d8 92ca4d042d52473aae28f3db1f377b50 0d569b4cb0f14c41b84355559a3894e6 - - default default] TaaS: Handle Delete Port: 8c297e93-c34f-4a87-a5f5-af58339841be 2026-07-29 21:09:06.137 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c6047f1c-4383-4e54-9ec4-57653b73a2d8 92ca4d042d52473aae28f3db1f377b50 0d569b4cb0f14c41b84355559a3894e6 - - default default] Tap Mirror: Handle Delete Port: 8c297e93-c34f-4a87-a5f5-af58339841be [pid: 8|app: 0|req: 823/1765] 10.0.0.76 () {34 vars in 782 bytes} [Wed Jul 29 21:09:05 2026] PUT /v2.0/routers/4517e257-bd59-4e6f-b55f-c186775767de/add_router_interface => generated 309 bytes in 1190 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-07-29 21:09:06.325 8 INFO neutron.db.segments_db [None req-1d23371e-1fc6-4259-9ea6-c8dcc89c3db6 d9def39ec6414147bcb2e1194be7ea75 c08d9e19626a4dcd9a3f89485d6cc810 - - default default] Added segment 365c20a1-c3ea-4b91-8e06-dfe392bbd963 of type vxlan for network dc3a36a2-72ab-46a1-a106-a5d927003b9d 2026-07-29 21:09:06.603 7 INFO neutron.services.segments.plugin [-] Segment 7e47565f-0753-4418-a2ff-cf3621769a6d resource provider aggregate not found 2026-07-29 21:09:06.611 7 INFO neutron.services.segments.plugin [-] Segment 7e47565f-0753-4418-a2ff-cf3621769a6d resource provider aggregate not found 2026-07-29 21:09:06.622 7 INFO neutron.services.segments.plugin [-] Segment 7e47565f-0753-4418-a2ff-cf3621769a6d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7e47565f-0753-4418-a2ff-cf3621769a6d found for delete ", "request_id": "req-8f085778-74ba-4ba0-9ff3-d5d903f456c5"}]} 2026-07-29 21:09:06.635 7 INFO neutron.services.segments.plugin [-] Segment 7e47565f-0753-4418-a2ff-cf3621769a6d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7e47565f-0753-4418-a2ff-cf3621769a6d found for delete ", "request_id": "req-3acc5be7-1f3b-4064-bf9f-9da5940f9c1a"}]} 2026-07-29 21:09:06.667 7 INFO neutron.db.l3_hamode_db [None req-c6047f1c-4383-4e54-9ec4-57653b73a2d8 92ca4d042d52473aae28f3db1f377b50 0d569b4cb0f14c41b84355559a3894e6 - - default default] HA network c964ac62-66f8-407e-945b-d301d4340eed was deleted as no HA routers are present in tenant 0d569b4cb0f14c41b84355559a3894e6. [pid: 7|app: 0|req: 943/1766] 10.0.0.76 () {32 vars in 723 bytes} [Wed Jul 29 21:09:05 2026] DELETE /v2.0/routers/1883dac0-2970-497c-b285-dddd0ae02342 => generated 0 bytes in 721 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 944/1767] 10.0.0.76 () {32 vars in 716 bytes} [Wed Jul 29 21:09:06 2026] GET /v2.0/ports/8474a680-d31c-4065-b95a-0782914da8c4 => generated 1038 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-29 21:09:06.745 8 INFO neutron.db.l3_hamode_db [None req-1d23371e-1fc6-4259-9ea6-c8dcc89c3db6 d9def39ec6414147bcb2e1194be7ea75 c08d9e19626a4dcd9a3f89485d6cc810 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-29 21:09:06.936 8 INFO neutron.db.l3_hamode_db [None req-1d23371e-1fc6-4259-9ea6-c8dcc89c3db6 d9def39ec6414147bcb2e1194be7ea75 c08d9e19626a4dcd9a3f89485d6cc810 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-29 21:09:07.147 7 INFO neutron_taas.services.taas.taas_plugin [None req-f025609d-0104-4119-aa50-be9cdd93386f 7bb4da84e03b4d3c887949c09834735d 3a95ab145410451197df673d4c146d08 - - default default] TaaS: Handle Delete Port: 8474a680-d31c-4065-b95a-0782914da8c4 2026-07-29 21:09:07.156 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f025609d-0104-4119-aa50-be9cdd93386f 7bb4da84e03b4d3c887949c09834735d 3a95ab145410451197df673d4c146d08 - - default default] Tap Mirror: Handle Delete Port: 8474a680-d31c-4065-b95a-0782914da8c4 [pid: 7|app: 0|req: 945/1768] 10.0.0.76 () {34 vars in 788 bytes} [Wed Jul 29 21:09:06 2026] PUT /v2.0/routers/4517e257-bd59-4e6f-b55f-c186775767de/remove_router_interface => generated 309 bytes in 882 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: 946/1769] 10.0.0.147 () {34 vars in 990 bytes} [Wed Jul 29 21:09:07 2026] GET /v2.0/ports?device_id=49fe9fc7-9a59-4b40-9623-91a7a4505ef5 => generated 12 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-29 21:09:07.728 7 INFO neutron.api.v2.resource [None req-810081c9-9b5c-437c-86fc-25dfdd52e6f5 7bb4da84e03b4d3c887949c09834735d 3a95ab145410451197df673d4c146d08 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 7|app: 0|req: 947/1770] 10.0.0.76 () {34 vars in 788 bytes} [Wed Jul 29 21:09:07 2026] PUT /v2.0/routers/4517e257-bd59-4e6f-b55f-c186775767de/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: 948/1771] 10.0.0.76 () {32 vars in 735 bytes} [Wed Jul 29 21:09:07 2026] GET /v2.0/ports?device_id=4517e257-bd59-4e6f-b55f-c186775767de => 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: 824/1772] 10.0.0.76 () {34 vars in 668 bytes} [Wed Jul 29 21:09:06 2026] POST /v2.0/routers => generated 507 bytes in 1568 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-29 21:09:07.912 7 INFO neutron_taas.services.taas.taas_plugin [None req-2d51d828-1036-49f0-9280-7a126cf236ed 7bb4da84e03b4d3c887949c09834735d 3a95ab145410451197df673d4c146d08 - - default default] TaaS: Handle Delete Port: eff87e7e-b0ad-48cc-a08a-3412a7cc7e08 2026-07-29 21:09:07.915 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2d51d828-1036-49f0-9280-7a126cf236ed 7bb4da84e03b4d3c887949c09834735d 3a95ab145410451197df673d4c146d08 - - default default] Tap Mirror: Handle Delete Port: eff87e7e-b0ad-48cc-a08a-3412a7cc7e08 2026-07-29 21:09:09.015 7 INFO neutron.services.segments.plugin [-] Segment 59df88ce-b14a-444b-89fe-7f983e276a57 resource provider aggregate not found 2026-07-29 21:09:09.021 7 INFO neutron.services.segments.plugin [-] Segment 59df88ce-b14a-444b-89fe-7f983e276a57 resource provider aggregate not found [pid: 8|app: 0|req: 825/1773] 10.0.0.76 () {34 vars in 782 bytes} [Wed Jul 29 21:09:07 2026] PUT /v2.0/routers/c59effef-6d37-45ea-9e2a-82854a8c0bd3/add_router_interface => generated 309 bytes in 1235 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-29 21:09:09.037 7 INFO neutron.services.segments.plugin [-] Segment 59df88ce-b14a-444b-89fe-7f983e276a57 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 59df88ce-b14a-444b-89fe-7f983e276a57 found for delete ", "request_id": "req-7288cc7a-0ed1-4f8d-ac01-aeb5d3c03b3c"}]} 2026-07-29 21:09:09.039 7 INFO neutron.services.segments.plugin [-] Segment 59df88ce-b14a-444b-89fe-7f983e276a57 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 59df88ce-b14a-444b-89fe-7f983e276a57 found for delete ", "request_id": "req-f65008e7-27df-4a5b-a12f-fe128e1724db"}]} 2026-07-29 21:09:09.081 7 INFO neutron.db.l3_hamode_db [None req-2d51d828-1036-49f0-9280-7a126cf236ed 7bb4da84e03b4d3c887949c09834735d 3a95ab145410451197df673d4c146d08 - - default default] HA network 642e0321-cc1f-41e9-81ba-c9c2dfe63c17 was deleted as no HA routers are present in tenant 3a95ab145410451197df673d4c146d08. [pid: 7|app: 0|req: 949/1774] 10.0.0.76 () {32 vars in 723 bytes} [Wed Jul 29 21:09:07 2026] DELETE /v2.0/routers/4517e257-bd59-4e6f-b55f-c186775767de => generated 0 bytes in 1326 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 950/1775] 10.0.0.147 () {34 vars in 990 bytes} [Wed Jul 29 21:09:09 2026] GET /v2.0/ports?device_id=49fe9fc7-9a59-4b40-9623-91a7a4505ef5 => 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: 951/1776] 10.0.0.76 () {32 vars in 716 bytes} [Wed Jul 29 21:09:09 2026] GET /v2.0/ports/4df5ecfe-e243-4eb4-a69a-43497a21d9f1 => generated 955 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 952/1777] 10.0.0.76 () {32 vars in 723 bytes} [Wed Jul 29 21:09:09 2026] DELETE /v2.0/subnets/4df55d60-d2d0-467d-8356-dc2641b4b9b2 => generated 0 bytes in 219 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 826/1778] 10.0.0.76 () {32 vars in 773 bytes} [Wed Jul 29 21:09:09 2026] GET /v2.0/security-groups?tenant_id=5df3faf3dc41451c8e067a1d80d48b72&name=default => generated 2925 bytes in 369 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-29 21:09:09.526 8 INFO neutron.services.segments.plugin [-] Segment 82f752d4-8adb-4143-b44c-0ec52ba91ce9 resource provider aggregate not found 2026-07-29 21:09:09.535 8 INFO neutron.services.segments.plugin [-] Segment 82f752d4-8adb-4143-b44c-0ec52ba91ce9 resource provider aggregate not found 2026-07-29 21:09:09.556 8 INFO neutron.services.segments.plugin [-] Segment 82f752d4-8adb-4143-b44c-0ec52ba91ce9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 82f752d4-8adb-4143-b44c-0ec52ba91ce9 found for delete ", "request_id": "req-27d6ddcd-ab2a-4f7d-871d-b1a236b1d468"}]} 2026-07-29 21:09:09.568 8 INFO neutron.services.segments.plugin [-] Segment 82f752d4-8adb-4143-b44c-0ec52ba91ce9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 82f752d4-8adb-4143-b44c-0ec52ba91ce9 found for delete ", "request_id": "req-2ccab864-ad78-4578-80b9-42357c99f29f"}]} [pid: 8|app: 0|req: 827/1779] 10.0.0.76 () {32 vars in 725 bytes} [Wed Jul 29 21:09:09 2026] DELETE /v2.0/networks/95c7feba-bea8-4791-b1b9-304ee35c157f => generated 0 bytes in 176 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 828/1780] 10.0.0.76 () {32 vars in 739 bytes} [Wed Jul 29 21:09:09 2026] DELETE /v2.0/security-groups/19496c96-f5b6-4f0a-a4a3-e569e13679c8 => generated 0 bytes in 141 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-29 21:09:09.857 8 INFO neutron.db.segments_db [None req-40971a2b-17d6-4406-97f8-fc534bbf4c67 7bb4da84e03b4d3c887949c09834735d 3a95ab145410451197df673d4c146d08 - - default default] Added segment a49f93ff-06fb-4b5d-bbf2-0f83470fd7d5 of type vxlan for network 52b43d4e-2f68-4937-8c59-3629bdd31950 [pid: 8|app: 0|req: 831/1783] 10.0.0.76 () {34 vars in 669 bytes} [Wed Jul 29 21:09:09 2026] POST /v2.0/networks => generated 615 bytes in 301 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 832/1784] 10.0.0.76 () {32 vars in 773 bytes} [Wed Jul 29 21:09:10 2026] GET /v2.0/security-groups?tenant_id=0d569b4cb0f14c41b84355559a3894e6&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: 833/1785] 10.0.0.76 () {34 vars in 668 bytes} [Wed Jul 29 21:09:10 2026] POST /v2.0/subnets => generated 646 bytes in 447 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 834/1786] 10.0.0.76 () {32 vars in 739 bytes} [Wed Jul 29 21:09:10 2026] DELETE /v2.0/security-groups/7871198d-99d3-41ab-a861-e32e4ed8d0a2 => generated 0 bytes in 136 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 953/1787] 10.0.0.76 () {34 vars in 782 bytes} [Wed Jul 29 21:09:09 2026] PUT /v2.0/routers/c59effef-6d37-45ea-9e2a-82854a8c0bd3/add_router_interface => generated 309 bytes in 1424 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-29 21:09:10.892 7 INFO neutron.db.segments_db [None req-013bf113-569f-46ff-aca6-5187a4524cab 7bb4da84e03b4d3c887949c09834735d 3a95ab145410451197df673d4c146d08 - - default default] Added segment 6c6e0b5c-6add-4e6d-ae79-6d1633e9a167 of type vxlan for network a7675d57-497b-4145-a50f-423227f31d8c [pid: 8|app: 0|req: 835/1788] 10.0.0.76 () {32 vars in 739 bytes} [Wed Jul 29 21:09:10 2026] DELETE /v2.0/security-groups/47a1859a-9e37-4867-a3f6-f1c97c3f7e1a => generated 0 bytes in 204 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 836/1789] 10.0.0.76 () {32 vars in 716 bytes} [Wed Jul 29 21:09:11 2026] GET /v2.0/ports/b1247ee4-4897-4453-a292-284ab062027d => generated 955 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-29 21:09:11.095 8 INFO neutron.api.v2.resource [None req-13a35a25-6840-4186-93e9-c7b89fcd5508 5ce889d08b1c4966a6e8840c2e7e9539 1dce249c0cde4de3b06c4914d42b86a7 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 837/1790] 10.0.0.76 () {32 vars in 736 bytes} [Wed Jul 29 21:09:11 2026] GET /v2.0/security-groups/47a1859a-9e37-4867-a3f6-f1c97c3f7e1a => generated 146 bytes in 9 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 838/1791] 10.0.0.76 () {32 vars in 773 bytes} [Wed Jul 29 21:09:11 2026] GET /v2.0/security-groups?tenant_id=8787f7ed06a44e01b27f3cf97c24d037&name=default => generated 2925 bytes in 172 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-29 21:09:11.323 7 INFO neutron.db.l3_hamode_db [None req-013bf113-569f-46ff-aca6-5187a4524cab 7bb4da84e03b4d3c887949c09834735d 3a95ab145410451197df673d4c146d08 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-29 21:09:11.474 7 INFO neutron.db.l3_hamode_db [None req-013bf113-569f-46ff-aca6-5187a4524cab 7bb4da84e03b4d3c887949c09834735d 3a95ab145410451197df673d4c146d08 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-29 21:09:11.607 8 INFO neutron_taas.services.taas.taas_plugin [None req-ca82e8c3-6875-4c17-ac02-c9123a8c4fa2 d9def39ec6414147bcb2e1194be7ea75 c08d9e19626a4dcd9a3f89485d6cc810 - - default default] TaaS: Handle Delete Port: b1247ee4-4897-4453-a292-284ab062027d 2026-07-29 21:09:11.610 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ca82e8c3-6875-4c17-ac02-c9123a8c4fa2 d9def39ec6414147bcb2e1194be7ea75 c08d9e19626a4dcd9a3f89485d6cc810 - - default default] Tap Mirror: Handle Delete Port: b1247ee4-4897-4453-a292-284ab062027d [pid: 8|app: 0|req: 839/1792] 10.0.0.76 () {34 vars in 788 bytes} [Wed Jul 29 21:09:11 2026] PUT /v2.0/routers/c59effef-6d37-45ea-9e2a-82854a8c0bd3/remove_router_interface => generated 309 bytes in 856 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-29 21:09:12.255 8 INFO neutron_taas.services.taas.taas_plugin [None req-2ad7fc5e-caab-4ba6-b882-177ba1a0b631 5ce889d08b1c4966a6e8840c2e7e9539 1dce249c0cde4de3b06c4914d42b86a7 - - default default] TaaS: Handle Delete Port: abf24aff-ac45-4865-8c70-d7133ffe379f 2026-07-29 21:09:12.259 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2ad7fc5e-caab-4ba6-b882-177ba1a0b631 5ce889d08b1c4966a6e8840c2e7e9539 1dce249c0cde4de3b06c4914d42b86a7 - - default default] Tap Mirror: Handle Delete Port: abf24aff-ac45-4865-8c70-d7133ffe379f [pid: 7|app: 0|req: 954/1793] 10.0.0.76 () {34 vars in 668 bytes} [Wed Jul 29 21:09:10 2026] POST /v2.0/routers => generated 511 bytes in 1491 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 955/1794] 10.0.0.76 () {32 vars in 739 bytes} [Wed Jul 29 21:09:12 2026] DELETE /v2.0/security-groups/c25fc5d9-d1c0-4b7b-84f7-efad3c3c876c => generated 0 bytes in 148 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 840/1795] 10.0.0.76 () {32 vars in 731 bytes} [Wed Jul 29 21:09:12 2026] DELETE /v2.0/floatingips/d5816738-d12e-45ff-8093-ef5479ce35f2 => generated 0 bytes in 369 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-29 21:09:12.791 7 INFO neutron_taas.services.taas.taas_plugin [None req-6673307d-a3a0-438d-9cac-88432b687a8f d9def39ec6414147bcb2e1194be7ea75 c08d9e19626a4dcd9a3f89485d6cc810 - - default default] TaaS: Handle Delete Port: 4df5ecfe-e243-4eb4-a69a-43497a21d9f1 2026-07-29 21:09:12.795 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6673307d-a3a0-438d-9cac-88432b687a8f d9def39ec6414147bcb2e1194be7ea75 c08d9e19626a4dcd9a3f89485d6cc810 - - default default] Tap Mirror: Handle Delete Port: 4df5ecfe-e243-4eb4-a69a-43497a21d9f1 [pid: 7|app: 0|req: 956/1796] 10.0.0.76 () {34 vars in 788 bytes} [Wed Jul 29 21:09:12 2026] PUT /v2.0/routers/c59effef-6d37-45ea-9e2a-82854a8c0bd3/remove_router_interface => generated 309 bytes in 865 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 957/1797] 10.0.0.76 () {32 vars in 739 bytes} [Wed Jul 29 21:09:13 2026] DELETE /v2.0/security-groups/77ab7071-58a2-43c3-b95d-e873775d9dc0 => generated 0 bytes in 158 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 958/1798] 10.0.0.76 () {32 vars in 735 bytes} [Wed Jul 29 21:09:13 2026] GET /v2.0/ports?device_id=c59effef-6d37-45ea-9e2a-82854a8c0bd3 => generated 12 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-29 21:09:13.672 7 INFO neutron_taas.services.taas.taas_plugin [None req-96a088de-a72b-4ace-95d7-979b96e3e16d d9def39ec6414147bcb2e1194be7ea75 c08d9e19626a4dcd9a3f89485d6cc810 - - default default] TaaS: Handle Delete Port: 8afaec3c-f513-40c3-a8a4-8ed564ade5bd 2026-07-29 21:09:13.674 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-96a088de-a72b-4ace-95d7-979b96e3e16d d9def39ec6414147bcb2e1194be7ea75 c08d9e19626a4dcd9a3f89485d6cc810 - - default default] Tap Mirror: Handle Delete Port: 8afaec3c-f513-40c3-a8a4-8ed564ade5bd [pid: 8|app: 0|req: 841/1799] 10.0.0.76 () {34 vars in 782 bytes} [Wed Jul 29 21:09:12 2026] PUT /v2.0/routers/68dc379c-b04a-4cf6-ae83-555151624789/add_router_interface => generated 309 bytes in 1211 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-29 21:09:14.160 7 INFO neutron.services.segments.plugin [-] Segment 365c20a1-c3ea-4b91-8e06-dfe392bbd963 resource provider aggregate not found 2026-07-29 21:09:14.180 7 INFO neutron.services.segments.plugin [-] Segment 365c20a1-c3ea-4b91-8e06-dfe392bbd963 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 365c20a1-c3ea-4b91-8e06-dfe392bbd963 found for delete ", "request_id": "req-38dd0b5f-f5cf-41f0-b101-a763212ad344"}]} 2026-07-29 21:09:14.181 7 INFO neutron.services.segments.plugin [-] Segment 365c20a1-c3ea-4b91-8e06-dfe392bbd963 resource provider aggregate not found 2026-07-29 21:09:14.197 7 INFO neutron.services.segments.plugin [-] Segment 365c20a1-c3ea-4b91-8e06-dfe392bbd963 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 365c20a1-c3ea-4b91-8e06-dfe392bbd963 found for delete ", "request_id": "req-f0123f80-7591-4057-8d5f-268b2b2187ef"}]} 2026-07-29 21:09:14.221 8 INFO neutron_taas.services.taas.taas_plugin [None req-40be4000-5679-4a2e-8c38-ae7f788d66af f92147a9bb754594b3fca89b5bfa188f 3ea8d1a47d2c4b99890a3d48f07525fa - - default default] TaaS: Handle Delete Port: 1c323d8e-9a33-4fc5-9525-52cc88429f1a 2026-07-29 21:09:14.223 7 INFO neutron.db.l3_hamode_db [None req-96a088de-a72b-4ace-95d7-979b96e3e16d d9def39ec6414147bcb2e1194be7ea75 c08d9e19626a4dcd9a3f89485d6cc810 - - default default] HA network dc3a36a2-72ab-46a1-a106-a5d927003b9d was deleted as no HA routers are present in tenant c08d9e19626a4dcd9a3f89485d6cc810. 2026-07-29 21:09:14.225 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-40be4000-5679-4a2e-8c38-ae7f788d66af f92147a9bb754594b3fca89b5bfa188f 3ea8d1a47d2c4b99890a3d48f07525fa - - default default] Tap Mirror: Handle Delete Port: 1c323d8e-9a33-4fc5-9525-52cc88429f1a [pid: 7|app: 0|req: 959/1800] 10.0.0.76 () {32 vars in 723 bytes} [Wed Jul 29 21:09:13 2026] DELETE /v2.0/routers/c59effef-6d37-45ea-9e2a-82854a8c0bd3 => generated 0 bytes in 736 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 960/1801] 10.0.0.76 () {32 vars in 716 bytes} [Wed Jul 29 21:09:14 2026] GET /v2.0/ports/9a62eefe-2790-4f84-9294-ff9dfe8763cf => generated 959 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 961/1802] 10.0.0.76 () {32 vars in 723 bytes} [Wed Jul 29 21:09:14 2026] DELETE /v2.0/subnets/3314a3dd-7882-4e85-9dd4-f1fd632d24b5 => generated 0 bytes in 159 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-29 21:09:14.805 7 INFO neutron_taas.services.taas.taas_plugin [None req-8ab9e141-350c-4c89-8255-5a2177fece9e 7bb4da84e03b4d3c887949c09834735d 3a95ab145410451197df673d4c146d08 - - default default] TaaS: Handle Delete Port: 9a62eefe-2790-4f84-9294-ff9dfe8763cf 2026-07-29 21:09:14.808 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8ab9e141-350c-4c89-8255-5a2177fece9e 7bb4da84e03b4d3c887949c09834735d 3a95ab145410451197df673d4c146d08 - - default default] Tap Mirror: Handle Delete Port: 9a62eefe-2790-4f84-9294-ff9dfe8763cf [pid: 8|app: 0|req: 842/1803] 10.0.0.76 () {34 vars in 788 bytes} [Wed Jul 29 21:09:13 2026] PUT /v2.0/routers/bb6c3e98-602f-4af6-986c-53a0c261eaf0/remove_router_interface => generated 309 bytes in 1109 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 843/1804] 10.0.0.76 () {32 vars in 723 bytes} [Wed Jul 29 21:09:14 2026] DELETE /v2.0/subnets/3bc8df5d-bd3d-49fe-8a76-3d7ce865f81e => generated 0 bytes in 246 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-29 21:09:15.376 8 INFO neutron_taas.services.taas.taas_plugin [None req-25342d81-ffa6-4319-b36b-c191107d85a5 f92147a9bb754594b3fca89b5bfa188f 3ea8d1a47d2c4b99890a3d48f07525fa - - default default] TaaS: Handle Delete Port: 7cdc12a1-4452-4984-9764-3a876392b3d4 2026-07-29 21:09:15.379 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-25342d81-ffa6-4319-b36b-c191107d85a5 f92147a9bb754594b3fca89b5bfa188f 3ea8d1a47d2c4b99890a3d48f07525fa - - default default] Tap Mirror: Handle Delete Port: 7cdc12a1-4452-4984-9764-3a876392b3d4 [pid: 7|app: 0|req: 962/1805] 10.0.0.76 () {34 vars in 788 bytes} [Wed Jul 29 21:09:14 2026] PUT /v2.0/routers/68dc379c-b04a-4cf6-ae83-555151624789/remove_router_interface => generated 309 bytes in 1009 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 963/1806] 10.0.0.76 () {32 vars in 725 bytes} [Wed Jul 29 21:09:15 2026] DELETE /v2.0/networks/7845c78a-983b-449e-aaad-610c0e02f5fb => generated 0 bytes in 238 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 964/1807] 10.0.0.76 () {32 vars in 735 bytes} [Wed Jul 29 21:09:15 2026] GET /v2.0/ports?device_id=68dc379c-b04a-4cf6-ae83-555151624789 => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-29 21:09:15.770 8 INFO neutron_taas.services.taas.taas_plugin [None req-25342d81-ffa6-4319-b36b-c191107d85a5 f92147a9bb754594b3fca89b5bfa188f 3ea8d1a47d2c4b99890a3d48f07525fa - - default default] TaaS: Handle Delete Port: 7737ed6a-be5f-4536-b31c-f368cc916e6e 2026-07-29 21:09:15.773 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-25342d81-ffa6-4319-b36b-c191107d85a5 f92147a9bb754594b3fca89b5bfa188f 3ea8d1a47d2c4b99890a3d48f07525fa - - default default] Tap Mirror: Handle Delete Port: 7737ed6a-be5f-4536-b31c-f368cc916e6e 2026-07-29 21:09:15.830 7 INFO neutron_taas.services.taas.taas_plugin [None req-6199d7d9-608c-4446-98d9-d240a874ef42 d9def39ec6414147bcb2e1194be7ea75 c08d9e19626a4dcd9a3f89485d6cc810 - - default default] TaaS: Handle Delete Port: a2174761-7750-4038-916a-b6e0028dbe54 2026-07-29 21:09:15.839 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6199d7d9-608c-4446-98d9-d240a874ef42 d9def39ec6414147bcb2e1194be7ea75 c08d9e19626a4dcd9a3f89485d6cc810 - - default default] Tap Mirror: Handle Delete Port: a2174761-7750-4038-916a-b6e0028dbe54 2026-07-29 21:09:16.205 7 INFO neutron.services.segments.plugin [-] Segment b7bb0405-e4d8-4fda-ba28-6df662431ec9 resource provider aggregate not found 2026-07-29 21:09:16.224 7 INFO neutron.services.segments.plugin [-] Segment b7bb0405-e4d8-4fda-ba28-6df662431ec9 resource provider aggregate not found 2026-07-29 21:09:16.232 7 INFO neutron.services.segments.plugin [-] Segment b7bb0405-e4d8-4fda-ba28-6df662431ec9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b7bb0405-e4d8-4fda-ba28-6df662431ec9 found for delete ", "request_id": "req-b30d16f2-675a-4425-ae60-c727498d56ee"}]} 2026-07-29 21:09:16.259 7 INFO neutron.services.segments.plugin [-] Segment b7bb0405-e4d8-4fda-ba28-6df662431ec9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b7bb0405-e4d8-4fda-ba28-6df662431ec9 found for delete ", "request_id": "req-a6ae8547-7bcd-4c3f-8d0f-7565dfaab153"}]} [pid: 7|app: 0|req: 965/1808] 10.0.0.76 () {32 vars in 725 bytes} [Wed Jul 29 21:09:15 2026] DELETE /v2.0/networks/0e56e145-8feb-4a82-aa82-44477b04aeb9 => generated 0 bytes in 619 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-29 21:09:16.391 8 INFO neutron.services.segments.plugin [-] Segment 065933d0-d8a5-485e-9724-576a8a3e3aec resource provider aggregate not found 2026-07-29 21:09:16.395 8 INFO neutron.services.segments.plugin [-] Segment 065933d0-d8a5-485e-9724-576a8a3e3aec resource provider aggregate not found 2026-07-29 21:09:16.413 8 INFO neutron.services.segments.plugin [-] Segment 065933d0-d8a5-485e-9724-576a8a3e3aec resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 065933d0-d8a5-485e-9724-576a8a3e3aec found for delete ", "request_id": "req-0bc97f73-a5c1-4388-a655-93923788fea7"}]} 2026-07-29 21:09:16.419 8 INFO neutron.services.segments.plugin [-] Segment 065933d0-d8a5-485e-9724-576a8a3e3aec resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 065933d0-d8a5-485e-9724-576a8a3e3aec found for delete ", "request_id": "req-94104eb6-7239-4560-af20-e7734050d6fb"}]} 2026-07-29 21:09:16.465 8 INFO neutron.db.l3_hamode_db [None req-25342d81-ffa6-4319-b36b-c191107d85a5 f92147a9bb754594b3fca89b5bfa188f 3ea8d1a47d2c4b99890a3d48f07525fa - - default default] HA network 375cd991-9775-48f1-acde-18c78860b8be was deleted as no HA routers are present in tenant 1dce249c0cde4de3b06c4914d42b86a7. [pid: 8|app: 0|req: 844/1809] 10.0.0.76 () {32 vars in 723 bytes} [Wed Jul 29 21:09:15 2026] DELETE /v2.0/routers/bb6c3e98-602f-4af6-986c-53a0c261eaf0 => generated 0 bytes in 1411 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-29 21:09:16.542 7 INFO neutron_taas.services.taas.taas_plugin [None req-b1696948-3a1c-4b60-8d63-9b14b06d3bfb 7bb4da84e03b4d3c887949c09834735d 3a95ab145410451197df673d4c146d08 - - default default] TaaS: Handle Delete Port: 45a2fe14-787a-45eb-9bd9-86d0f9208984 2026-07-29 21:09:16.545 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b1696948-3a1c-4b60-8d63-9b14b06d3bfb 7bb4da84e03b4d3c887949c09834735d 3a95ab145410451197df673d4c146d08 - - default default] Tap Mirror: Handle Delete Port: 45a2fe14-787a-45eb-9bd9-86d0f9208984 2026-07-29 21:09:16.554 8 INFO neutron.db.segments_db [None req-8c3f3f91-577d-4117-80bc-1904f13a315c d9def39ec6414147bcb2e1194be7ea75 c08d9e19626a4dcd9a3f89485d6cc810 - - default default] Added segment 73796cb5-84ce-495d-9e22-2dd95f3849e9 of type vxlan for network 94da8b25-2daf-4053-bd0f-f4fbda3788b0 [pid: 8|app: 0|req: 845/1810] 10.0.0.76 () {34 vars in 669 bytes} [Wed Jul 29 21:09:16 2026] POST /v2.0/networks => generated 610 bytes in 224 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 846/1811] 10.0.0.76 () {32 vars in 723 bytes} [Wed Jul 29 21:09:16 2026] DELETE /v2.0/subnets/fc004c2c-db95-40fd-b796-125cc4a7bd46 => generated 0 bytes in 164 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-29 21:09:17.015 7 INFO neutron.db.l3_hamode_db [None req-b1696948-3a1c-4b60-8d63-9b14b06d3bfb 7bb4da84e03b4d3c887949c09834735d 3a95ab145410451197df673d4c146d08 - - default default] HA network a7675d57-497b-4145-a50f-423227f31d8c was deleted as no HA routers are present in tenant 3a95ab145410451197df673d4c146d08. [pid: 7|app: 0|req: 966/1812] 10.0.0.76 () {32 vars in 723 bytes} [Wed Jul 29 21:09:16 2026] DELETE /v2.0/routers/68dc379c-b04a-4cf6-ae83-555151624789 => generated 0 bytes in 671 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-29 21:09:17.134 7 INFO neutron_taas.services.taas.taas_plugin [None req-d70336f1-b45b-4be4-860e-54063828abda f92147a9bb754594b3fca89b5bfa188f 3ea8d1a47d2c4b99890a3d48f07525fa - - default default] TaaS: Handle Delete Port: 221c35f8-ddce-4a27-ba32-72f4a47754b2 2026-07-29 21:09:17.137 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d70336f1-b45b-4be4-860e-54063828abda f92147a9bb754594b3fca89b5bfa188f 3ea8d1a47d2c4b99890a3d48f07525fa - - default default] Tap Mirror: Handle Delete Port: 221c35f8-ddce-4a27-ba32-72f4a47754b2 [pid: 8|app: 0|req: 847/1813] 10.0.0.76 () {34 vars in 668 bytes} [Wed Jul 29 21:09:16 2026] POST /v2.0/subnets => generated 626 bytes in 480 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 967/1814] 10.0.0.76 () {32 vars in 725 bytes} [Wed Jul 29 21:09:17 2026] DELETE /v2.0/networks/a42e06ab-686d-47b2-81f0-bdd0240c60ae => generated 0 bytes in 399 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-29 21:09:17.498 7 INFO neutron.db.segments_db [None req-ab6e1e08-6bc8-469a-80c0-a2a72b469137 d9def39ec6414147bcb2e1194be7ea75 c08d9e19626a4dcd9a3f89485d6cc810 - - default default] Added segment 48ca7635-c5e0-4a54-a274-09fee8ab12cd of type vxlan for network f4e0e816-14ea-4d88-a705-c95ac40cccf9 [pid: 8|app: 0|req: 848/1815] 10.0.0.76 () {32 vars in 723 bytes} [Wed Jul 29 21:09:17 2026] DELETE /v2.0/subnets/5065692d-d153-44e3-af3a-b4b640e61065 => generated 0 bytes in 205 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-29 21:09:17.855 8 INFO neutron_taas.services.taas.taas_plugin [None req-f2f19700-9bf7-4b40-bd9b-47f7f2b1247f f92147a9bb754594b3fca89b5bfa188f 3ea8d1a47d2c4b99890a3d48f07525fa - - default default] TaaS: Handle Delete Port: 0fe73d68-4716-4dcc-8cc6-8421c0318266 2026-07-29 21:09:17.858 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f2f19700-9bf7-4b40-bd9b-47f7f2b1247f f92147a9bb754594b3fca89b5bfa188f 3ea8d1a47d2c4b99890a3d48f07525fa - - default default] Tap Mirror: Handle Delete Port: 0fe73d68-4716-4dcc-8cc6-8421c0318266 2026-07-29 21:09:17.896 7 INFO neutron.db.l3_hamode_db [None req-ab6e1e08-6bc8-469a-80c0-a2a72b469137 d9def39ec6414147bcb2e1194be7ea75 c08d9e19626a4dcd9a3f89485d6cc810 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-29 21:09:18.127 7 INFO neutron.db.l3_hamode_db [None req-ab6e1e08-6bc8-469a-80c0-a2a72b469137 d9def39ec6414147bcb2e1194be7ea75 c08d9e19626a4dcd9a3f89485d6cc810 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-29 21:09:18.278 7 INFO neutron.services.segments.plugin [-] Segment 71124e58-f44c-4cca-8618-9a3e4e7a5b71 resource provider aggregate not found 2026-07-29 21:09:18.295 7 INFO neutron.services.segments.plugin [-] Segment 71124e58-f44c-4cca-8618-9a3e4e7a5b71 resource provider aggregate not found 2026-07-29 21:09:18.316 7 INFO neutron.services.segments.plugin [-] Segment 71124e58-f44c-4cca-8618-9a3e4e7a5b71 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 71124e58-f44c-4cca-8618-9a3e4e7a5b71 found for delete ", "request_id": "req-10a9c382-9448-4c78-ba37-a4a21a5eba7a"}]} 2026-07-29 21:09:18.336 7 INFO neutron.services.segments.plugin [-] Segment 6c6e0b5c-6add-4e6d-ae79-6d1633e9a167 resource provider aggregate not found 2026-07-29 21:09:18.348 7 INFO neutron.services.segments.plugin [-] Segment 71124e58-f44c-4cca-8618-9a3e4e7a5b71 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 71124e58-f44c-4cca-8618-9a3e4e7a5b71 found for delete ", "request_id": "req-3c4a5cce-842d-4de6-a3c9-bd05fd5825fc"}]} 2026-07-29 21:09:18.359 7 INFO neutron.services.segments.plugin [-] Segment 6c6e0b5c-6add-4e6d-ae79-6d1633e9a167 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6c6e0b5c-6add-4e6d-ae79-6d1633e9a167 found for delete ", "request_id": "req-d8c9e854-5d87-4037-a4ea-163684ed9aa4"}]} 2026-07-29 21:09:18.365 7 INFO neutron.services.segments.plugin [-] Segment 6c6e0b5c-6add-4e6d-ae79-6d1633e9a167 resource provider aggregate not found 2026-07-29 21:09:18.382 7 INFO neutron.services.segments.plugin [-] Segment df88a29f-45f3-48ec-9c7d-1395efbbfa07 resource provider aggregate not found 2026-07-29 21:09:18.387 7 INFO neutron.services.segments.plugin [-] Segment 6c6e0b5c-6add-4e6d-ae79-6d1633e9a167 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6c6e0b5c-6add-4e6d-ae79-6d1633e9a167 found for delete ", "request_id": "req-3484b70f-79d7-43ca-937a-475012ed9d21"}]} 2026-07-29 21:09:18.410 7 INFO neutron.services.segments.plugin [-] Segment df88a29f-45f3-48ec-9c7d-1395efbbfa07 resource provider aggregate not found 2026-07-29 21:09:18.417 7 INFO neutron.services.segments.plugin [-] Segment df88a29f-45f3-48ec-9c7d-1395efbbfa07 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid df88a29f-45f3-48ec-9c7d-1395efbbfa07 found for delete ", "request_id": "req-143191c8-8daa-4198-818c-b35183fea892"}]} 2026-07-29 21:09:18.433 7 INFO neutron.services.segments.plugin [-] Segment df88a29f-45f3-48ec-9c7d-1395efbbfa07 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid df88a29f-45f3-48ec-9c7d-1395efbbfa07 found for delete ", "request_id": "req-3f31c369-112a-4f66-a733-5aed332e65c3"}]} [pid: 8|app: 0|req: 849/1816] 10.0.0.76 () {34 vars in 788 bytes} [Wed Jul 29 21:09:17 2026] PUT /v2.0/routers/e63fe085-4f58-4206-b76f-2121f006875c/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: 968/1817] 10.0.0.76 () {34 vars in 668 bytes} [Wed Jul 29 21:09:17 2026] POST /v2.0/routers => generated 506 bytes in 1649 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-29 21:09:19.189 8 INFO neutron.db.segments_db [None req-5ad5abb4-f14c-42c3-8e7a-5a268f4ad119 ee6b3d8cb24440a9aa15cc6392d313a3 e9ddd197a51843cb8d805233447ab7b9 - - default default] Added segment 6d624b50-8be4-45dd-b293-99cc9d0c95eb of type vxlan for network 39ef5cac-b633-49ec-b285-39ae3e8c3882 2026-07-29 21:09:19.217 7 INFO neutron_taas.services.taas.taas_plugin [None req-4565ef41-ed39-4928-ae37-c54f5d77c298 7bb4da84e03b4d3c887949c09834735d 3a95ab145410451197df673d4c146d08 - - default default] TaaS: Handle Delete Port: b6946783-5db8-4edb-a786-36bcf290d1b7 2026-07-29 21:09:19.222 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4565ef41-ed39-4928-ae37-c54f5d77c298 7bb4da84e03b4d3c887949c09834735d 3a95ab145410451197df673d4c146d08 - - default default] Tap Mirror: Handle Delete Port: b6946783-5db8-4edb-a786-36bcf290d1b7 [pid: 8|app: 0|req: 850/1818] 10.0.0.76 () {34 vars in 669 bytes} [Wed Jul 29 21:09:18 2026] POST /v2.0/networks => generated 612 bytes in 779 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 969/1819] 10.0.0.76 () {32 vars in 725 bytes} [Wed Jul 29 21:09:19 2026] DELETE /v2.0/networks/52b43d4e-2f68-4937-8c59-3629bdd31950 => generated 0 bytes in 409 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-29 21:09:19.626 8 INFO neutron_taas.services.taas.taas_plugin [None req-d54a8123-30c4-40ce-b2b5-946062f62586 f92147a9bb754594b3fca89b5bfa188f 3ea8d1a47d2c4b99890a3d48f07525fa - - default default] TaaS: Handle Delete Port: b42cdd53-ab70-4747-967c-f7dccf8a49b2 2026-07-29 21:09:19.629 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d54a8123-30c4-40ce-b2b5-946062f62586 f92147a9bb754594b3fca89b5bfa188f 3ea8d1a47d2c4b99890a3d48f07525fa - - default default] Tap Mirror: Handle Delete Port: b42cdd53-ab70-4747-967c-f7dccf8a49b2 2026-07-29 21:09:20.059 8 INFO neutron_taas.services.taas.taas_plugin [None req-d54a8123-30c4-40ce-b2b5-946062f62586 f92147a9bb754594b3fca89b5bfa188f 3ea8d1a47d2c4b99890a3d48f07525fa - - default default] TaaS: Handle Delete Port: 9ab23a0e-7193-4498-87f6-2af038a8faa1 2026-07-29 21:09:20.062 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d54a8123-30c4-40ce-b2b5-946062f62586 f92147a9bb754594b3fca89b5bfa188f 3ea8d1a47d2c4b99890a3d48f07525fa - - default default] Tap Mirror: Handle Delete Port: 9ab23a0e-7193-4498-87f6-2af038a8faa1 [pid: 7|app: 0|req: 970/1820] 10.0.0.76 () {34 vars in 664 bytes} [Wed Jul 29 21:09:19 2026] POST /v2.0/ports => generated 946 bytes in 696 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-07-29 21:09:20.455 7 INFO neutron.services.segments.plugin [-] Segment a49f93ff-06fb-4b5d-bbf2-0f83470fd7d5 resource provider aggregate not found 2026-07-29 21:09:20.459 7 INFO neutron.services.segments.plugin [-] Segment a49f93ff-06fb-4b5d-bbf2-0f83470fd7d5 resource provider aggregate not found 2026-07-29 21:09:20.467 8 INFO neutron.services.segments.plugin [-] Segment 034e8239-6115-4962-a16f-45ac1ff70105 resource provider aggregate not found 2026-07-29 21:09:20.474 7 INFO neutron.services.segments.plugin [-] Segment a49f93ff-06fb-4b5d-bbf2-0f83470fd7d5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a49f93ff-06fb-4b5d-bbf2-0f83470fd7d5 found for delete ", "request_id": "req-37164ae6-ff13-44d0-9284-e171edb32ca9"}]} 2026-07-29 21:09:20.473 8 INFO neutron.services.segments.plugin [-] Segment 034e8239-6115-4962-a16f-45ac1ff70105 resource provider aggregate not found 2026-07-29 21:09:20.489 7 INFO neutron.services.segments.plugin [-] Segment a49f93ff-06fb-4b5d-bbf2-0f83470fd7d5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a49f93ff-06fb-4b5d-bbf2-0f83470fd7d5 found for delete ", "request_id": "req-fe9d233b-daca-4a37-a6c2-7048f488ed9f"}]} 2026-07-29 21:09:20.490 8 INFO neutron.services.segments.plugin [-] Segment 034e8239-6115-4962-a16f-45ac1ff70105 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 034e8239-6115-4962-a16f-45ac1ff70105 found for delete ", "request_id": "req-4cc5d098-272f-44c1-a75e-2a3061e1dc3f"}]} 2026-07-29 21:09:20.509 8 INFO neutron.services.segments.plugin [-] Segment 034e8239-6115-4962-a16f-45ac1ff70105 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 034e8239-6115-4962-a16f-45ac1ff70105 found for delete ", "request_id": "req-7c217bd8-8875-4f81-b43b-d8589b67cf40"}]} 2026-07-29 21:09:20.523 8 INFO neutron.db.l3_hamode_db [None req-d54a8123-30c4-40ce-b2b5-946062f62586 f92147a9bb754594b3fca89b5bfa188f 3ea8d1a47d2c4b99890a3d48f07525fa - - default default] HA network 495d3c37-e236-4c3f-9c14-4d2d5efdc82a was deleted as no HA routers are present in tenant cc773df053804a83a376e28c3c7fce0f. [pid: 8|app: 0|req: 851/1821] 10.0.0.76 () {32 vars in 723 bytes} [Wed Jul 29 21:09:19 2026] DELETE /v2.0/routers/e63fe085-4f58-4206-b76f-2121f006875c => generated 0 bytes in 1177 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-29 21:09:20.659 8 INFO neutron.db.segments_db [None req-ce6a2cf3-459d-45cb-8f24-de99ae84c8b5 7bb4da84e03b4d3c887949c09834735d 3a95ab145410451197df673d4c146d08 - - default default] Added segment 691a1e3b-e046-46ed-9f20-a0fa3f42fe70 of type vxlan for network 0690e01c-0089-439d-a05f-6f74435ab459 [pid: 7|app: 0|req: 971/1822] 10.0.0.76 () {34 vars in 663 bytes} [Wed Jul 29 21:09:20 2026] POST /v2.0/ports => generated 743 bytes in 561 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-07-29 21:09:21.046 8 INFO neutron.db.l3_hamode_db [None req-ce6a2cf3-459d-45cb-8f24-de99ae84c8b5 7bb4da84e03b4d3c887949c09834735d 3a95ab145410451197df673d4c146d08 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-29 21:09:21.883 8 INFO neutron.db.l3_hamode_db [None req-ce6a2cf3-459d-45cb-8f24-de99ae84c8b5 7bb4da84e03b4d3c887949c09834735d 3a95ab145410451197df673d4c146d08 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 972/1823] 10.0.0.76 () {34 vars in 782 bytes} [Wed Jul 29 21:09:20 2026] PUT /v2.0/routers/3c9cf0e1-5857-4dc6-b0cb-edc1470673b2/add_router_interface => generated 309 bytes in 1259 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: 973/1824] 10.0.0.76 () {32 vars in 723 bytes} [Wed Jul 29 21:09:22 2026] DELETE /v2.0/subnets/20edb3f4-626b-4c38-b72d-78bd68a19309 => 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: 974/1825] 10.0.0.76 () {34 vars in 665 bytes} [Wed Jul 29 21:09:22 2026] POST /v2.0/trunks => generated 407 bytes in 290 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 975/1826] 10.0.0.76 () {32 vars in 716 bytes} [Wed Jul 29 21:09:22 2026] GET /v2.0/ports/ed724452-ee49-40c6-ae72-46e4695600d7 => generated 1020 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-29 21:09:22.589 7 INFO neutron_taas.services.taas.taas_plugin [None req-d0ac81ba-0b8e-439d-a308-5080f869baa4 f92147a9bb754594b3fca89b5bfa188f 3ea8d1a47d2c4b99890a3d48f07525fa - - default default] TaaS: Handle Delete Port: e608ded3-3c75-4633-9e53-3eedcea131a6 2026-07-29 21:09:22.596 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d0ac81ba-0b8e-439d-a308-5080f869baa4 f92147a9bb754594b3fca89b5bfa188f 3ea8d1a47d2c4b99890a3d48f07525fa - - default default] Tap Mirror: Handle Delete Port: e608ded3-3c75-4633-9e53-3eedcea131a6 2026-07-29 21:09:22.796 7 INFO neutron.services.segments.plugin [-] Segment 0d03f85e-0034-4103-8d46-fee641311023 resource provider aggregate not found 2026-07-29 21:09:22.800 7 INFO neutron.services.segments.plugin [-] Segment 0d03f85e-0034-4103-8d46-fee641311023 resource provider aggregate not found 2026-07-29 21:09:22.811 7 INFO neutron.services.segments.plugin [-] Segment 0d03f85e-0034-4103-8d46-fee641311023 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0d03f85e-0034-4103-8d46-fee641311023 found for delete ", "request_id": "req-da8638f3-bf5b-49bc-8761-7ee3d7df04fa"}]} 2026-07-29 21:09:22.820 7 INFO neutron.services.segments.plugin [-] Segment 0d03f85e-0034-4103-8d46-fee641311023 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0d03f85e-0034-4103-8d46-fee641311023 found for delete ", "request_id": "req-2c565056-bfed-45d9-9549-3b228c2af186"}]} [pid: 7|app: 0|req: 976/1827] 10.0.0.76 () {32 vars in 725 bytes} [Wed Jul 29 21:09:22 2026] DELETE /v2.0/networks/ef43f382-53c6-49de-aa7c-38120a347255 => generated 0 bytes in 330 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-29 21:09:22.926 7 INFO neutron.db.segments_db [None req-b50270b6-4cbf-41c2-9758-c8c07a322f85 ee6b3d8cb24440a9aa15cc6392d313a3 e9ddd197a51843cb8d805233447ab7b9 - - default default] Added segment 734c5a85-2a91-488f-ace7-5c0f1850182b of type vxlan for network 4e35e30a-6b11-4188-b6a2-6fbf89192c5b [pid: 8|app: 0|req: 852/1828] 10.0.0.76 () {34 vars in 668 bytes} [Wed Jul 29 21:09:20 2026] POST /v2.0/routers => generated 692 bytes in 2454 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 977/1829] 10.0.0.76 () {34 vars in 669 bytes} [Wed Jul 29 21:09:22 2026] POST /v2.0/networks => generated 612 bytes in 254 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 978/1830] 10.0.0.76 () {32 vars in 720 bytes} [Wed Jul 29 21:09:23 2026] GET /v2.0/routers/893ebd43-3255-4fe6-9966-e1801cc72683 => generated 698 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-29 21:09:23.374 8 INFO neutron_taas.services.taas.taas_plugin [None req-70af08d1-b767-402c-8ff7-2ff65a3d0f0c d9def39ec6414147bcb2e1194be7ea75 c08d9e19626a4dcd9a3f89485d6cc810 - - default default] TaaS: Handle Delete Port: ed724452-ee49-40c6-ae72-46e4695600d7 2026-07-29 21:09:23.376 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-70af08d1-b767-402c-8ff7-2ff65a3d0f0c d9def39ec6414147bcb2e1194be7ea75 c08d9e19626a4dcd9a3f89485d6cc810 - - default default] Tap Mirror: Handle Delete Port: ed724452-ee49-40c6-ae72-46e4695600d7 [pid: 7|app: 0|req: 979/1831] 10.0.0.76 () {34 vars in 663 bytes} [Wed Jul 29 21:09:23 2026] POST /v2.0/ports => generated 743 bytes in 466 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: 980/1832] 10.0.0.76 () {32 vars in 646 bytes} [Wed Jul 29 21:09:23 2026] GET /v2.0/routers => generated 701 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 981/1833] 10.0.0.76 () {32 vars in 773 bytes} [Wed Jul 29 21:09:23 2026] GET /v2.0/security-groups?tenant_id=1dce249c0cde4de3b06c4914d42b86a7&name=default => generated 2925 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 853/1834] 10.0.0.76 () {34 vars in 788 bytes} [Wed Jul 29 21:09:22 2026] PUT /v2.0/routers/3c9cf0e1-5857-4dc6-b0cb-edc1470673b2/remove_router_interface => generated 309 bytes in 925 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: 982/1835] 10.0.0.76 () {34 vars in 665 bytes} [Wed Jul 29 21:09:23 2026] POST /v2.0/trunks => generated 407 bytes in 301 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 983/1836] 10.0.0.76 () {32 vars in 739 bytes} [Wed Jul 29 21:09:24 2026] DELETE /v2.0/security-groups/aa9067e4-12bd-400d-8b54-f3c158658ead => generated 0 bytes in 122 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-29 21:09:24.316 7 INFO neutron.api.v2.resource [None req-1c407b91-f823-481a-a354-a4e1211d7d04 d9def39ec6414147bcb2e1194be7ea75 c08d9e19626a4dcd9a3f89485d6cc810 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 7|app: 0|req: 984/1837] 10.0.0.76 () {34 vars in 788 bytes} [Wed Jul 29 21:09:24 2026] PUT /v2.0/routers/3c9cf0e1-5857-4dc6-b0cb-edc1470673b2/remove_router_interface => generated 197 bytes in 150 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-29 21:09:24.402 7 INFO neutron.db.segments_db [None req-aa2b963d-5e28-46ae-b71b-21c0ae83fa18 ee6b3d8cb24440a9aa15cc6392d313a3 e9ddd197a51843cb8d805233447ab7b9 - - default default] Added segment 4b02c76f-21df-4525-9414-29068e6a5654 of type vxlan for network a82a1f26-81aa-402b-9c52-d52d3d30c947 [pid: 7|app: 0|req: 985/1838] 10.0.0.76 () {34 vars in 669 bytes} [Wed Jul 29 21:09:24 2026] POST /v2.0/networks => generated 613 bytes in 215 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 986/1839] 10.0.0.76 () {32 vars in 735 bytes} [Wed Jul 29 21:09:24 2026] GET /v2.0/ports?device_id=3c9cf0e1-5857-4dc6-b0cb-edc1470673b2 => 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: 987/1840] 10.0.0.76 () {32 vars in 773 bytes} [Wed Jul 29 21:09:24 2026] GET /v2.0/security-groups?tenant_id=cc773df053804a83a376e28c3c7fce0f&name=default => generated 2925 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 854/1843] 10.0.0.76 () {34 vars in 740 bytes} [Wed Jul 29 21:09:23 2026] PUT /v2.0/routers/893ebd43-3255-4fe6-9966-e1801cc72683 => generated 705 bytes in 1065 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 990/1844] 10.0.0.76 () {34 vars in 663 bytes} [Wed Jul 29 21:09:24 2026] POST /v2.0/ports => generated 743 bytes in 526 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-07-29 21:09:25.145 8 INFO neutron_taas.services.taas.taas_plugin [None req-2effc316-3b04-461e-9aa4-a45ea087124e d9def39ec6414147bcb2e1194be7ea75 c08d9e19626a4dcd9a3f89485d6cc810 - - default default] TaaS: Handle Delete Port: fef9699e-b292-4267-b4bb-5c037754fa91 2026-07-29 21:09:25.148 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2effc316-3b04-461e-9aa4-a45ea087124e d9def39ec6414147bcb2e1194be7ea75 c08d9e19626a4dcd9a3f89485d6cc810 - - default default] Tap Mirror: Handle Delete Port: fef9699e-b292-4267-b4bb-5c037754fa91 [pid: 7|app: 0|req: 991/1845] 10.0.0.76 () {32 vars in 739 bytes} [Wed Jul 29 21:09:25 2026] DELETE /v2.0/security-groups/b004e9c5-268f-4b5c-a29e-7486c00889d0 => generated 0 bytes in 159 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 992/1846] 10.0.0.76 () {32 vars in 720 bytes} [Wed Jul 29 21:09:25 2026] GET /v2.0/routers/893ebd43-3255-4fe6-9966-e1801cc72683 => generated 705 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-29 21:09:25.607 8 INFO neutron.services.segments.plugin [-] Segment 48ca7635-c5e0-4a54-a274-09fee8ab12cd resource provider aggregate not found 2026-07-29 21:09:25.614 8 INFO neutron.services.segments.plugin [-] Segment 48ca7635-c5e0-4a54-a274-09fee8ab12cd resource provider aggregate not found 2026-07-29 21:09:25.630 8 INFO neutron.services.segments.plugin [-] Segment 48ca7635-c5e0-4a54-a274-09fee8ab12cd resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 48ca7635-c5e0-4a54-a274-09fee8ab12cd found for delete ", "request_id": "req-6a2bdc66-aaa7-4cf4-8290-999ed397d428"}]} [pid: 7|app: 0|req: 993/1847] 10.0.0.76 () {34 vars in 665 bytes} [Wed Jul 29 21:09:25 2026] POST /v2.0/trunks => generated 407 bytes in 274 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-29 21:09:25.633 8 INFO neutron.services.segments.plugin [-] Segment 48ca7635-c5e0-4a54-a274-09fee8ab12cd resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 48ca7635-c5e0-4a54-a274-09fee8ab12cd found for delete ", "request_id": "req-baeaa193-72d9-49a4-aeab-0d85b16f52e9"}]} [pid: 7|app: 0|req: 994/1848] 10.0.0.76 () {32 vars in 735 bytes} [Wed Jul 29 21:09:25 2026] GET /v2.0/ports?device_id=893ebd43-3255-4fe6-9966-e1801cc72683 => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-29 21:09:25.653 8 INFO neutron.db.l3_hamode_db [None req-2effc316-3b04-461e-9aa4-a45ea087124e d9def39ec6414147bcb2e1194be7ea75 c08d9e19626a4dcd9a3f89485d6cc810 - - default default] HA network f4e0e816-14ea-4d88-a705-c95ac40cccf9 was deleted as no HA routers are present in tenant c08d9e19626a4dcd9a3f89485d6cc810. [pid: 8|app: 0|req: 855/1849] 10.0.0.76 () {32 vars in 723 bytes} [Wed Jul 29 21:09:24 2026] DELETE /v2.0/routers/3c9cf0e1-5857-4dc6-b0cb-edc1470673b2 => generated 0 bytes in 682 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-29 21:09:25.723 7 INFO neutron.db.segments_db [None req-c65eb5bf-942b-41bd-bf9e-fb0d0f411071 ee6b3d8cb24440a9aa15cc6392d313a3 e9ddd197a51843cb8d805233447ab7b9 - - default default] Added segment 6381f953-877c-4123-b313-5cf96348d59d of type vxlan for network 658d40f5-84ce-4faf-8826-ee26babcc2a8 [pid: 7|app: 0|req: 995/1850] 10.0.0.76 () {34 vars in 669 bytes} [Wed Jul 29 21:09:25 2026] POST /v2.0/networks => generated 612 bytes in 215 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-29 21:09:25.914 8 INFO neutron_taas.services.taas.taas_plugin [None req-ea61c7b3-98bb-4416-9816-0b07ef26bcdb 7bb4da84e03b4d3c887949c09834735d 3a95ab145410451197df673d4c146d08 - - default default] TaaS: Handle Delete Port: aaff4255-cdf6-415a-b454-829c0c31bd72 2026-07-29 21:09:25.918 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ea61c7b3-98bb-4416-9816-0b07ef26bcdb 7bb4da84e03b4d3c887949c09834735d 3a95ab145410451197df673d4c146d08 - - default default] Tap Mirror: Handle Delete Port: aaff4255-cdf6-415a-b454-829c0c31bd72 [pid: 7|app: 0|req: 996/1851] 10.0.0.76 () {32 vars in 723 bytes} [Wed Jul 29 21:09:25 2026] DELETE /v2.0/subnets/245a528d-391a-492a-9004-e0d7616be867 => generated 0 bytes in 215 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-29 21:09:26.238 8 INFO neutron_taas.services.taas.taas_plugin [None req-ea61c7b3-98bb-4416-9816-0b07ef26bcdb 7bb4da84e03b4d3c887949c09834735d 3a95ab145410451197df673d4c146d08 - - default default] TaaS: Handle Delete Port: e8712fe3-1e55-482d-a9e9-81149dd5c531 2026-07-29 21:09:26.242 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ea61c7b3-98bb-4416-9816-0b07ef26bcdb 7bb4da84e03b4d3c887949c09834735d 3a95ab145410451197df673d4c146d08 - - default default] Tap Mirror: Handle Delete Port: e8712fe3-1e55-482d-a9e9-81149dd5c531 [pid: 7|app: 0|req: 997/1852] 10.0.0.76 () {34 vars in 663 bytes} [Wed Jul 29 21:09:26 2026] POST /v2.0/ports => generated 743 bytes in 565 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-07-29 21:09:26.735 7 INFO neutron_taas.services.taas.taas_plugin [None req-e5fb72b5-b722-4118-a90c-f65fab8931aa d9def39ec6414147bcb2e1194be7ea75 c08d9e19626a4dcd9a3f89485d6cc810 - - default default] TaaS: Handle Delete Port: 583fa5d4-d503-4393-9648-d1ac2f5139aa 2026-07-29 21:09:26.738 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e5fb72b5-b722-4118-a90c-f65fab8931aa d9def39ec6414147bcb2e1194be7ea75 c08d9e19626a4dcd9a3f89485d6cc810 - - default default] Tap Mirror: Handle Delete Port: 583fa5d4-d503-4393-9648-d1ac2f5139aa 2026-07-29 21:09:26.758 8 INFO neutron.db.l3_hamode_db [None req-ea61c7b3-98bb-4416-9816-0b07ef26bcdb 7bb4da84e03b4d3c887949c09834735d 3a95ab145410451197df673d4c146d08 - - default default] HA network 0690e01c-0089-439d-a05f-6f74435ab459 was deleted as no HA routers are present in tenant 3a95ab145410451197df673d4c146d08. [pid: 8|app: 0|req: 856/1853] 10.0.0.76 () {32 vars in 723 bytes} [Wed Jul 29 21:09:25 2026] DELETE /v2.0/routers/893ebd43-3255-4fe6-9966-e1801cc72683 => generated 0 bytes in 1108 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-29 21:09:26.969 7 INFO neutron.services.segments.plugin [-] Segment 73796cb5-84ce-495d-9e22-2dd95f3849e9 resource provider aggregate not found 2026-07-29 21:09:26.976 7 INFO neutron.services.segments.plugin [-] Segment 73796cb5-84ce-495d-9e22-2dd95f3849e9 resource provider aggregate not found 2026-07-29 21:09:26.994 7 INFO neutron.services.segments.plugin [-] Segment 73796cb5-84ce-495d-9e22-2dd95f3849e9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 73796cb5-84ce-495d-9e22-2dd95f3849e9 found for delete ", "request_id": "req-94b68985-200a-4360-bee9-c9ea3f75d625"}]} 2026-07-29 21:09:26.999 7 INFO neutron.services.segments.plugin [-] Segment 73796cb5-84ce-495d-9e22-2dd95f3849e9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 73796cb5-84ce-495d-9e22-2dd95f3849e9 found for delete ", "request_id": "req-0aa327d8-1c25-48d9-8e39-0370eb33258c"}]} [pid: 7|app: 0|req: 998/1854] 10.0.0.76 () {32 vars in 725 bytes} [Wed Jul 29 21:09:26 2026] DELETE /v2.0/networks/94da8b25-2daf-4053-bd0f-f4fbda3788b0 => generated 0 bytes in 371 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 999/1855] 10.0.0.76 () {32 vars in 735 bytes} [Wed Jul 29 21:09:27 2026] GET /v2.0/ports?device_id=893ebd43-3255-4fe6-9966-e1801cc72683 => generated 12 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 857/1856] 10.0.0.76 () {34 vars in 665 bytes} [Wed Jul 29 21:09:26 2026] POST /v2.0/trunks => generated 407 bytes in 347 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-29 21:09:27.116 7 INFO neutron.db.segments_db [None req-285d2048-6af5-42ae-90f3-eebc167d7de3 d9def39ec6414147bcb2e1194be7ea75 c08d9e19626a4dcd9a3f89485d6cc810 - - default default] Added segment 6fce7bdc-7444-4189-a24b-951be758988c of type vxlan for network 66d590e8-ba34-4aa8-a97a-5ffd66efadf5 2026-07-29 21:09:27.137 8 INFO neutron.api.v2.resource [None req-6cef67d8-d393-4b36-8ff7-f50dba90eedc 7bb4da84e03b4d3c887949c09834735d 3a95ab145410451197df673d4c146d08 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 858/1857] 10.0.0.76 () {32 vars in 723 bytes} [Wed Jul 29 21:09:27 2026] DELETE /v2.0/routers/893ebd43-3255-4fe6-9966-e1801cc72683 => generated 135 bytes in 22 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-29 21:09:27.234 8 INFO neutron.db.segments_db [None req-aeef8067-defd-493b-8686-b624f18b8bed ee6b3d8cb24440a9aa15cc6392d313a3 e9ddd197a51843cb8d805233447ab7b9 - - default default] Added segment bff4e3e4-7107-4efd-aacf-adb3159db8b7 of type vxlan for network 941f951c-f225-477b-afab-f3309bccb3d1 [pid: 7|app: 0|req: 1000/1858] 10.0.0.76 () {34 vars in 669 bytes} [Wed Jul 29 21:09:27 2026] POST /v2.0/networks => generated 610 bytes in 259 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1001/1859] 10.0.0.76 () {32 vars in 735 bytes} [Wed Jul 29 21:09:27 2026] GET /v2.0/ports?device_id=68dc379c-b04a-4cf6-ae83-555151624789 => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 859/1860] 10.0.0.76 () {34 vars in 669 bytes} [Wed Jul 29 21:09:27 2026] POST /v2.0/networks => generated 613 bytes in 254 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-29 21:09:27.437 8 INFO neutron.api.v2.resource [None req-e482ff57-5cd9-462f-af08-0a7a41f5f502 7bb4da84e03b4d3c887949c09834735d 3a95ab145410451197df673d4c146d08 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 860/1861] 10.0.0.76 () {32 vars in 723 bytes} [Wed Jul 29 21:09:27 2026] DELETE /v2.0/routers/68dc379c-b04a-4cf6-ae83-555151624789 => generated 135 bytes in 44 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-29 21:09:27.658 8 INFO neutron.services.segments.plugin [-] Segment 691a1e3b-e046-46ed-9f20-a0fa3f42fe70 resource provider aggregate not found 2026-07-29 21:09:27.666 8 INFO neutron.services.segments.plugin [-] Segment 691a1e3b-e046-46ed-9f20-a0fa3f42fe70 resource provider aggregate not found 2026-07-29 21:09:27.703 8 INFO neutron.services.segments.plugin [-] Segment 691a1e3b-e046-46ed-9f20-a0fa3f42fe70 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 691a1e3b-e046-46ed-9f20-a0fa3f42fe70 found for delete ", "request_id": "req-9fa4cfdd-f5bd-4718-8c22-e15b9aaf0e96"}]} 2026-07-29 21:09:27.704 8 INFO neutron.services.segments.plugin [-] Segment 691a1e3b-e046-46ed-9f20-a0fa3f42fe70 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 691a1e3b-e046-46ed-9f20-a0fa3f42fe70 found for delete ", "request_id": "req-11ccf870-83fe-48ed-b234-837c3c7ea47f"}]} [pid: 7|app: 0|req: 1002/1862] 10.0.0.76 () {34 vars in 668 bytes} [Wed Jul 29 21:09:27 2026] POST /v2.0/subnets => generated 626 bytes in 455 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-29 21:09:27.782 7 INFO neutron.pecan_wsgi.hooks.translation [None req-824bedc9-a851-437d-9af8-43033741d9d2 7bb4da84e03b4d3c887949c09834735d 3a95ab145410451197df673d4c146d08 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1003/1863] 10.0.0.76 () {32 vars in 723 bytes} [Wed Jul 29 21:09:27 2026] DELETE /v2.0/subnets/5065692d-d153-44e3-af3a-b4b640e61065 => generated 136 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-29 21:09:27.911 7 INFO neutron.db.segments_db [None req-1ded09de-500c-4829-93c4-c18c8ffa6c73 d9def39ec6414147bcb2e1194be7ea75 c08d9e19626a4dcd9a3f89485d6cc810 - - default default] Added segment 7bd50806-6f49-4f98-9582-591090ebd9a5 of type vxlan for network ecc63cb8-4155-421d-9d36-f1d617b3efc8 [pid: 8|app: 0|req: 861/1864] 10.0.0.76 () {34 vars in 663 bytes} [Wed Jul 29 21:09:27 2026] POST /v2.0/ports => generated 743 bytes in 543 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: 862/1865] 10.0.0.76 () {32 vars in 735 bytes} [Wed Jul 29 21:09:27 2026] GET /v2.0/ports?device_id=4517e257-bd59-4e6f-b55f-c186775767de => 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: 863/1866] 10.0.0.76 () {34 vars in 665 bytes} [Wed Jul 29 21:09:28 2026] POST /v2.0/trunks => generated 407 bytes in 297 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-29 21:09:28.329 8 INFO neutron.api.v2.resource [None req-d148a007-a262-4352-85b3-636128c411d7 7bb4da84e03b4d3c887949c09834735d 3a95ab145410451197df673d4c146d08 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 864/1867] 10.0.0.76 () {32 vars in 723 bytes} [Wed Jul 29 21:09:28 2026] DELETE /v2.0/routers/4517e257-bd59-4e6f-b55f-c186775767de => generated 135 bytes in 24 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-29 21:09:28.350 7 INFO neutron.db.l3_hamode_db [None req-1ded09de-500c-4829-93c4-c18c8ffa6c73 d9def39ec6414147bcb2e1194be7ea75 c08d9e19626a4dcd9a3f89485d6cc810 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 865/1868] 10.0.0.76 () {34 vars in 748 bytes} [Wed Jul 29 21:09:28 2026] PUT /v2.0/trunks/cb123c44-f4f3-45f5-bfcd-777e1d5e48db/tags => generated 17 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-29 21:09:28.415 8 INFO neutron.pecan_wsgi.hooks.translation [None req-7db80a7b-90e7-40e3-a3af-60c143fe3c3a 7bb4da84e03b4d3c887949c09834735d 3a95ab145410451197df673d4c146d08 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 866/1869] 10.0.0.76 () {32 vars in 723 bytes} [Wed Jul 29 21:09:28 2026] DELETE /v2.0/subnets/4df55d60-d2d0-467d-8356-dc2641b4b9b2 => 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: 867/1870] 10.0.0.76 () {34 vars in 748 bytes} [Wed Jul 29 21:09:28 2026] PUT /v2.0/trunks/08a63a4d-ab0d-4e80-89d6-53b49888268e/tags => generated 25 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 868/1871] 10.0.0.76 () {32 vars in 735 bytes} [Wed Jul 29 21:09:28 2026] GET /v2.0/ports?device_id=7c77c24e-bef7-4d1f-8113-7fada0c8b990 => generated 12 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-29 21:09:28.536 7 INFO neutron.db.l3_hamode_db [None req-1ded09de-500c-4829-93c4-c18c8ffa6c73 d9def39ec6414147bcb2e1194be7ea75 c08d9e19626a4dcd9a3f89485d6cc810 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 869/1872] 10.0.0.76 () {34 vars in 748 bytes} [Wed Jul 29 21:09:28 2026] PUT /v2.0/trunks/42a2fef1-2312-425e-90ae-450185861b41/tags => generated 34 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-29 21:09:28.616 8 INFO neutron.api.v2.resource [None req-b4ed7e8e-869f-4e30-9e53-509ef7476250 7bb4da84e03b4d3c887949c09834735d 3a95ab145410451197df673d4c146d08 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 870/1873] 10.0.0.76 () {32 vars in 723 bytes} [Wed Jul 29 21:09:28 2026] DELETE /v2.0/routers/7c77c24e-bef7-4d1f-8113-7fada0c8b990 => generated 135 bytes in 23 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 871/1874] 10.0.0.76 () {34 vars in 748 bytes} [Wed Jul 29 21:09:28 2026] PUT /v2.0/trunks/3cefbd0e-973a-4d2e-9f88-a458805c428f/tags => generated 19 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-29 21:09:28.686 8 INFO neutron.pecan_wsgi.hooks.translation [None req-5d01736a-cd8e-4604-9196-0caef577b24b 7bb4da84e03b4d3c887949c09834735d 3a95ab145410451197df673d4c146d08 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 872/1875] 10.0.0.76 () {32 vars in 723 bytes} [Wed Jul 29 21:09:28 2026] DELETE /v2.0/subnets/c7a96ad2-8eea-4a6b-8a86-d913cceb077c => generated 136 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 873/1876] 10.0.0.76 () {32 vars in 661 bytes} [Wed Jul 29 21:09:28 2026] GET /v2.0/trunks?tags=red => generated 1246 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-29 21:09:28.721 8 INFO neutron.pecan_wsgi.hooks.translation [None req-e541b450-a91e-4afa-a0d2-9ca1feb402c4 7bb4da84e03b4d3c887949c09834735d 3a95ab145410451197df673d4c146d08 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 874/1877] 10.0.0.76 () {32 vars in 723 bytes} [Wed Jul 29 21:09:28 2026] DELETE /v2.0/subnets/2584fe3c-52fa-4688-b62b-372afc1612ec => 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: 875/1878] 10.0.0.76 () {32 vars in 675 bytes} [Wed Jul 29 21:09:28 2026] GET /v2.0/trunks?tags=red%2Cblue => generated 843 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 876/1879] 10.0.0.76 () {32 vars in 671 bytes} [Wed Jul 29 21:09:28 2026] GET /v2.0/trunks?tags-any=blue => generated 843 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 877/1880] 10.0.0.76 () {32 vars in 683 bytes} [Wed Jul 29 21:09:28 2026] GET /v2.0/trunks?tags-any=red%2Cblue => generated 1246 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 878/1881] 10.0.0.76 () {32 vars in 669 bytes} [Wed Jul 29 21:09:28 2026] GET /v2.0/trunks?not-tags=red => generated 815 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 879/1882] 10.0.0.76 () {32 vars in 683 bytes} [Wed Jul 29 21:09:28 2026] GET /v2.0/trunks?not-tags=red%2Cblue => generated 1218 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 880/1883] 10.0.0.76 () {32 vars in 679 bytes} [Wed Jul 29 21:09:28 2026] GET /v2.0/trunks?not-tags-any=blue => generated 1218 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 881/1884] 10.0.0.76 () {32 vars in 691 bytes} [Wed Jul 29 21:09:28 2026] GET /v2.0/trunks?not-tags-any=red%2Cblue => generated 815 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 882/1885] 10.0.0.76 () {32 vars in 718 bytes} [Wed Jul 29 21:09:28 2026] GET /v2.0/trunks/cb123c44-f4f3-45f5-bfcd-777e1d5e48db => generated 412 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 883/1886] 10.0.0.76 () {32 vars in 716 bytes} [Wed Jul 29 21:09:28 2026] GET /v2.0/ports/b45c924b-2a68-4c6b-9184-7214a79a3ae9 => generated 826 bytes in 97 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 884/1887] 10.0.0.76 () {32 vars in 721 bytes} [Wed Jul 29 21:09:29 2026] DELETE /v2.0/trunks/cb123c44-f4f3-45f5-bfcd-777e1d5e48db => 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: 885/1888] 10.0.0.76 () {32 vars in 718 bytes} [Wed Jul 29 21:09:29 2026] GET /v2.0/trunks/08a63a4d-ab0d-4e80-89d6-53b49888268e => generated 420 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 886/1889] 10.0.0.76 () {32 vars in 716 bytes} [Wed Jul 29 21:09:29 2026] GET /v2.0/ports/058e3f97-645d-4900-b97a-754425900695 => generated 826 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 887/1890] 10.0.0.76 () {32 vars in 721 bytes} [Wed Jul 29 21:09:29 2026] DELETE /v2.0/trunks/08a63a4d-ab0d-4e80-89d6-53b49888268e => 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: 888/1891] 10.0.0.76 () {32 vars in 718 bytes} [Wed Jul 29 21:09:29 2026] GET /v2.0/trunks/42a2fef1-2312-425e-90ae-450185861b41 => generated 429 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1004/1892] 10.0.0.76 () {34 vars in 668 bytes} [Wed Jul 29 21:09:27 2026] POST /v2.0/routers => generated 505 bytes in 1641 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1005/1893] 10.0.0.76 () {32 vars in 716 bytes} [Wed Jul 29 21:09:29 2026] GET /v2.0/ports/fda8646a-46b5-4ffb-b0d8-4c97353a2404 => generated 826 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 889/1894] 10.0.0.76 () {32 vars in 773 bytes} [Wed Jul 29 21:09:29 2026] GET /v2.0/security-groups?tenant_id=3a95ab145410451197df673d4c146d08&name=default => generated 2925 bytes in 227 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 890/1895] 10.0.0.76 () {32 vars in 721 bytes} [Wed Jul 29 21:09:29 2026] DELETE /v2.0/trunks/42a2fef1-2312-425e-90ae-450185861b41 => 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: 891/1896] 10.0.0.76 () {32 vars in 739 bytes} [Wed Jul 29 21:09:29 2026] DELETE /v2.0/security-groups/9cf8388d-0f79-4936-ac2b-93cb2dbf2bc0 => generated 0 bytes in 177 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 892/1897] 10.0.0.76 () {32 vars in 718 bytes} [Wed Jul 29 21:09:29 2026] GET /v2.0/trunks/3cefbd0e-973a-4d2e-9f88-a458805c428f => generated 414 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 893/1898] 10.0.0.76 () {32 vars in 716 bytes} [Wed Jul 29 21:09:29 2026] GET /v2.0/ports/7abcfaa6-be47-43c9-834e-a869e6ce6568 => generated 826 bytes in 109 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 894/1899] 10.0.0.76 () {32 vars in 721 bytes} [Wed Jul 29 21:09:30 2026] DELETE /v2.0/trunks/3cefbd0e-973a-4d2e-9f88-a458805c428f => generated 0 bytes in 123 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 895/1900] 10.0.0.76 () {32 vars in 718 bytes} [Wed Jul 29 21:09:30 2026] GET /v2.0/trunks/94175664-8d28-42bd-b018-1f1f465e3dcf => generated 407 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 896/1901] 10.0.0.76 () {32 vars in 716 bytes} [Wed Jul 29 21:09:30 2026] GET /v2.0/ports/02d2ae3d-cd6e-44ae-960e-db0c440a337f => generated 826 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 897/1902] 10.0.0.76 () {32 vars in 721 bytes} [Wed Jul 29 21:09:30 2026] DELETE /v2.0/trunks/94175664-8d28-42bd-b018-1f1f465e3dcf => generated 0 bytes in 107 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-29 21:09:30.521 8 INFO neutron_taas.services.taas.taas_plugin [None req-5d7a759d-ab8c-4470-808f-f0bcf43bc122 ee6b3d8cb24440a9aa15cc6392d313a3 e9ddd197a51843cb8d805233447ab7b9 - - default default] TaaS: Handle Delete Port: b45c924b-2a68-4c6b-9184-7214a79a3ae9 2026-07-29 21:09:30.524 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5d7a759d-ab8c-4470-808f-f0bcf43bc122 ee6b3d8cb24440a9aa15cc6392d313a3 e9ddd197a51843cb8d805233447ab7b9 - - default default] Tap Mirror: Handle Delete Port: b45c924b-2a68-4c6b-9184-7214a79a3ae9 [pid: 8|app: 0|req: 898/1903] 10.0.0.76 () {32 vars in 719 bytes} [Wed Jul 29 21:09:30 2026] DELETE /v2.0/ports/b45c924b-2a68-4c6b-9184-7214a79a3ae9 => generated 0 bytes in 273 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1006/1904] 10.0.0.76 () {34 vars in 782 bytes} [Wed Jul 29 21:09:29 2026] PUT /v2.0/routers/e905ecbe-1f8f-4e23-8143-0917db765187/add_router_interface => generated 309 bytes in 1363 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-29 21:09:31.009 7 INFO neutron_taas.services.taas.taas_plugin [None req-edc87e3d-d61e-44df-a96a-a77bdde9aaa4 ee6b3d8cb24440a9aa15cc6392d313a3 e9ddd197a51843cb8d805233447ab7b9 - - default default] TaaS: Handle Delete Port: 058e3f97-645d-4900-b97a-754425900695 2026-07-29 21:09:31.013 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-edc87e3d-d61e-44df-a96a-a77bdde9aaa4 ee6b3d8cb24440a9aa15cc6392d313a3 e9ddd197a51843cb8d805233447ab7b9 - - default default] Tap Mirror: Handle Delete Port: 058e3f97-645d-4900-b97a-754425900695 [pid: 7|app: 0|req: 1007/1905] 10.0.0.76 () {32 vars in 719 bytes} [Wed Jul 29 21:09:30 2026] DELETE /v2.0/ports/058e3f97-645d-4900-b97a-754425900695 => generated 0 bytes in 287 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1008/1906] 10.0.0.76 () {32 vars in 716 bytes} [Wed Jul 29 21:09:31 2026] GET /v2.0/ports/b2f72ea1-67fc-42a1-88cb-94c831291319 => generated 955 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-29 21:09:31.301 7 INFO neutron_taas.services.taas.taas_plugin [None req-3d197c00-fa44-4313-a928-644262f074f9 ee6b3d8cb24440a9aa15cc6392d313a3 e9ddd197a51843cb8d805233447ab7b9 - - default default] TaaS: Handle Delete Port: fda8646a-46b5-4ffb-b0d8-4c97353a2404 2026-07-29 21:09:31.304 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3d197c00-fa44-4313-a928-644262f074f9 ee6b3d8cb24440a9aa15cc6392d313a3 e9ddd197a51843cb8d805233447ab7b9 - - default default] Tap Mirror: Handle Delete Port: fda8646a-46b5-4ffb-b0d8-4c97353a2404 [pid: 7|app: 0|req: 1009/1907] 10.0.0.76 () {32 vars in 719 bytes} [Wed Jul 29 21:09:31 2026] DELETE /v2.0/ports/fda8646a-46b5-4ffb-b0d8-4c97353a2404 => generated 0 bytes in 260 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 899/1908] 10.0.0.76 () {34 vars in 675 bytes} [Wed Jul 29 21:09:30 2026] POST /v2.0/floatingips => generated 552 bytes in 836 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-29 21:09:31.569 8 INFO neutron_taas.services.taas.taas_plugin [None req-6f018e91-bebc-4c92-abe3-b3509db2fe0f ee6b3d8cb24440a9aa15cc6392d313a3 e9ddd197a51843cb8d805233447ab7b9 - - default default] TaaS: Handle Delete Port: 7abcfaa6-be47-43c9-834e-a869e6ce6568 2026-07-29 21:09:31.572 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6f018e91-bebc-4c92-abe3-b3509db2fe0f ee6b3d8cb24440a9aa15cc6392d313a3 e9ddd197a51843cb8d805233447ab7b9 - - default default] Tap Mirror: Handle Delete Port: 7abcfaa6-be47-43c9-834e-a869e6ce6568 [pid: 8|app: 0|req: 900/1909] 10.0.0.76 () {32 vars in 719 bytes} [Wed Jul 29 21:09:31 2026] DELETE /v2.0/ports/7abcfaa6-be47-43c9-834e-a869e6ce6568 => generated 0 bytes in 203 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-29 21:09:31.762 7 INFO neutron_taas.services.taas.taas_plugin [None req-b3c7c6e9-d5f7-4f76-ae9f-1cb651531ef7 d9def39ec6414147bcb2e1194be7ea75 c08d9e19626a4dcd9a3f89485d6cc810 - - default default] TaaS: Handle Delete Port: b2f72ea1-67fc-42a1-88cb-94c831291319 2026-07-29 21:09:31.764 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b3c7c6e9-d5f7-4f76-ae9f-1cb651531ef7 d9def39ec6414147bcb2e1194be7ea75 c08d9e19626a4dcd9a3f89485d6cc810 - - default default] Tap Mirror: Handle Delete Port: b2f72ea1-67fc-42a1-88cb-94c831291319 [pid: 7|app: 0|req: 1010/1910] 10.0.0.76 () {34 vars in 788 bytes} [Wed Jul 29 21:09:31 2026] PUT /v2.0/routers/e905ecbe-1f8f-4e23-8143-0917db765187/remove_router_interface => generated 309 bytes in 848 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-29 21:09:32.413 7 INFO neutron_taas.services.taas.taas_plugin [None req-be9b7b80-5a50-468f-bc5e-8ba9cf94c5cb ee6b3d8cb24440a9aa15cc6392d313a3 e9ddd197a51843cb8d805233447ab7b9 - - default default] TaaS: Handle Delete Port: 02d2ae3d-cd6e-44ae-960e-db0c440a337f 2026-07-29 21:09:32.419 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-be9b7b80-5a50-468f-bc5e-8ba9cf94c5cb ee6b3d8cb24440a9aa15cc6392d313a3 e9ddd197a51843cb8d805233447ab7b9 - - default default] Tap Mirror: Handle Delete Port: 02d2ae3d-cd6e-44ae-960e-db0c440a337f [pid: 8|app: 0|req: 901/1911] 10.0.0.76 () {34 vars in 675 bytes} [Wed Jul 29 21:09:31 2026] POST /v2.0/floatingips => generated 552 bytes in 745 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1011/1912] 10.0.0.76 () {32 vars in 719 bytes} [Wed Jul 29 21:09:32 2026] DELETE /v2.0/ports/02d2ae3d-cd6e-44ae-960e-db0c440a337f => generated 0 bytes in 245 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1012/1913] 10.0.0.76 () {32 vars in 735 bytes} [Wed Jul 29 21:09:32 2026] GET /v2.0/ports?device_id=e905ecbe-1f8f-4e23-8143-0917db765187 => generated 12 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 902/1914] 10.0.0.76 () {34 vars in 683 bytes} [Wed Jul 29 21:09:32 2026] POST /v2.0/security-groups => generated 1625 bytes in 545 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-07-29 21:09:33.093 8 INFO neutron.services.segments.plugin [-] Segment 6d624b50-8be4-45dd-b293-99cc9d0c95eb resource provider aggregate not found 2026-07-29 21:09:33.098 8 INFO neutron.services.segments.plugin [-] Segment 6d624b50-8be4-45dd-b293-99cc9d0c95eb resource provider aggregate not found 2026-07-29 21:09:33.112 8 INFO neutron.services.segments.plugin [-] Segment 6d624b50-8be4-45dd-b293-99cc9d0c95eb resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6d624b50-8be4-45dd-b293-99cc9d0c95eb found for delete ", "request_id": "req-017753e5-723f-4c0f-9d3f-baf7c8da81a3"}]} 2026-07-29 21:09:33.113 8 INFO neutron.services.segments.plugin [-] Segment 6d624b50-8be4-45dd-b293-99cc9d0c95eb resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6d624b50-8be4-45dd-b293-99cc9d0c95eb found for delete ", "request_id": "req-f991c850-ffef-4015-bc7b-791f52a60030"}]} [pid: 8|app: 0|req: 903/1915] 10.0.0.76 () {32 vars in 725 bytes} [Wed Jul 29 21:09:32 2026] DELETE /v2.0/networks/39ef5cac-b633-49ec-b285-39ae3e8c3882 => 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: 1013/1916] 10.0.0.76 () {34 vars in 675 bytes} [Wed Jul 29 21:09:32 2026] POST /v2.0/floatingips => generated 552 bytes in 801 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-29 21:09:33.377 8 INFO neutron_taas.services.taas.taas_plugin [None req-e341c2d9-377e-42f3-9b9a-971c757afc6a d9def39ec6414147bcb2e1194be7ea75 c08d9e19626a4dcd9a3f89485d6cc810 - - default default] TaaS: Handle Delete Port: 383c1d86-c8c3-4229-b40f-8198af05da25 2026-07-29 21:09:33.379 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e341c2d9-377e-42f3-9b9a-971c757afc6a d9def39ec6414147bcb2e1194be7ea75 c08d9e19626a4dcd9a3f89485d6cc810 - - default default] Tap Mirror: Handle Delete Port: 383c1d86-c8c3-4229-b40f-8198af05da25 [pid: 7|app: 0|req: 1014/1917] 10.0.0.76 () {32 vars in 662 bytes} [Wed Jul 29 21:09:33 2026] GET /v2.0/security-groups => generated 4530 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-29 21:09:33.490 7 INFO neutron.services.segments.plugin [-] Segment 734c5a85-2a91-488f-ace7-5c0f1850182b resource provider aggregate not found 2026-07-29 21:09:33.495 7 INFO neutron.services.segments.plugin [-] Segment 734c5a85-2a91-488f-ace7-5c0f1850182b resource provider aggregate not found 2026-07-29 21:09:33.509 7 INFO neutron.services.segments.plugin [-] Segment 734c5a85-2a91-488f-ace7-5c0f1850182b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 734c5a85-2a91-488f-ace7-5c0f1850182b found for delete ", "request_id": "req-f7d60095-2dbd-4045-a35a-bfab596ea4d9"}]} 2026-07-29 21:09:33.514 7 INFO neutron.services.segments.plugin [-] Segment 734c5a85-2a91-488f-ace7-5c0f1850182b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 734c5a85-2a91-488f-ace7-5c0f1850182b found for delete ", "request_id": "req-944beac7-10aa-4d24-b46a-92a548f0a411"}]} [pid: 7|app: 0|req: 1015/1918] 10.0.0.76 () {32 vars in 725 bytes} [Wed Jul 29 21:09:33 2026] DELETE /v2.0/networks/4e35e30a-6b11-4188-b6a2-6fbf89192c5b => generated 0 bytes in 164 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-29 21:09:33.864 8 INFO neutron.db.l3_hamode_db [None req-e341c2d9-377e-42f3-9b9a-971c757afc6a d9def39ec6414147bcb2e1194be7ea75 c08d9e19626a4dcd9a3f89485d6cc810 - - default default] HA network ecc63cb8-4155-421d-9d36-f1d617b3efc8 was deleted as no HA routers are present in tenant c08d9e19626a4dcd9a3f89485d6cc810. [pid: 8|app: 0|req: 904/1919] 10.0.0.76 () {32 vars in 723 bytes} [Wed Jul 29 21:09:33 2026] DELETE /v2.0/routers/e905ecbe-1f8f-4e23-8143-0917db765187 => generated 0 bytes in 716 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 905/1920] 10.0.0.76 () {34 vars in 757 bytes} [Wed Jul 29 21:09:33 2026] PUT /v2.0/security-groups/b961e7b8-853b-40c2-889a-13aae5caa070 => generated 1663 bytes in 158 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 906/1921] 10.0.0.76 () {32 vars in 725 bytes} [Wed Jul 29 21:09:34 2026] DELETE /v2.0/networks/a82a1f26-81aa-402b-9c52-d52d3d30c947 => generated 0 bytes in 224 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1016/1922] 10.0.0.76 () {34 vars in 675 bytes} [Wed Jul 29 21:09:33 2026] POST /v2.0/floatingips => generated 552 bytes in 774 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1017/1923] 10.0.0.76 () {32 vars in 736 bytes} [Wed Jul 29 21:09:34 2026] GET /v2.0/security-groups/b961e7b8-853b-40c2-889a-13aae5caa070 => generated 1663 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 907/1924] 10.0.0.76 () {32 vars in 723 bytes} [Wed Jul 29 21:09:34 2026] DELETE /v2.0/subnets/cf8666c3-75b0-4f82-be2a-a98ab058ab36 => generated 0 bytes in 214 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1018/1925] 10.0.0.76 () {32 vars in 725 bytes} [Wed Jul 29 21:09:34 2026] DELETE /v2.0/networks/658d40f5-84ce-4faf-8826-ee26babcc2a8 => generated 0 bytes in 160 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1019/1926] 10.0.0.76 () {32 vars in 739 bytes} [Wed Jul 29 21:09:34 2026] DELETE /v2.0/security-groups/b961e7b8-853b-40c2-889a-13aae5caa070 => generated 0 bytes in 110 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-29 21:09:34.716 7 INFO neutron_taas.services.taas.taas_plugin [None req-50a72bad-a509-46f0-af1d-3494b0d29d45 d9def39ec6414147bcb2e1194be7ea75 c08d9e19626a4dcd9a3f89485d6cc810 - - default default] TaaS: Handle Delete Port: 05ad3125-b0e1-4c61-ad25-40b163a58517 2026-07-29 21:09:34.718 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-50a72bad-a509-46f0-af1d-3494b0d29d45 d9def39ec6414147bcb2e1194be7ea75 c08d9e19626a4dcd9a3f89485d6cc810 - - default default] Tap Mirror: Handle Delete Port: 05ad3125-b0e1-4c61-ad25-40b163a58517 [pid: 7|app: 0|req: 1020/1927] 10.0.0.76 () {32 vars in 725 bytes} [Wed Jul 29 21:09:34 2026] DELETE /v2.0/networks/66d590e8-ba34-4aa8-a97a-5ffd66efadf5 => generated 0 bytes in 431 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-29 21:09:35.145 8 INFO neutron.services.segments.plugin [-] Segment 7bd50806-6f49-4f98-9582-591090ebd9a5 resource provider aggregate not found 2026-07-29 21:09:35.153 8 INFO neutron.services.segments.plugin [-] Segment 7bd50806-6f49-4f98-9582-591090ebd9a5 resource provider aggregate not found 2026-07-29 21:09:35.175 8 INFO neutron.services.segments.plugin [-] Segment 7bd50806-6f49-4f98-9582-591090ebd9a5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7bd50806-6f49-4f98-9582-591090ebd9a5 found for delete ", "request_id": "req-f904b1ff-bc0a-4ca2-9541-9aab5bcfcbd7"}]} 2026-07-29 21:09:35.175 8 INFO neutron.services.segments.plugin [-] Segment 7bd50806-6f49-4f98-9582-591090ebd9a5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7bd50806-6f49-4f98-9582-591090ebd9a5 found for delete ", "request_id": "req-824c492a-1999-4a60-900c-dac433d9f034"}]} 2026-07-29 21:09:35.202 8 INFO neutron.services.segments.plugin [-] Segment 4b02c76f-21df-4525-9414-29068e6a5654 resource provider aggregate not found 2026-07-29 21:09:35.210 8 INFO neutron.services.segments.plugin [-] Segment 4b02c76f-21df-4525-9414-29068e6a5654 resource provider aggregate not found 2026-07-29 21:09:35.219 8 INFO neutron.services.segments.plugin [-] Segment 4b02c76f-21df-4525-9414-29068e6a5654 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4b02c76f-21df-4525-9414-29068e6a5654 found for delete ", "request_id": "req-222d8d74-a6f7-4526-ad4f-e9a842a6a540"}]} [pid: 7|app: 0|req: 1021/1928] 10.0.0.76 () {32 vars in 725 bytes} [Wed Jul 29 21:09:35 2026] DELETE /v2.0/networks/941f951c-f225-477b-afab-f3309bccb3d1 => generated 0 bytes in 172 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-29 21:09:35.228 8 INFO neutron.services.segments.plugin [-] Segment 4b02c76f-21df-4525-9414-29068e6a5654 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4b02c76f-21df-4525-9414-29068e6a5654 found for delete ", "request_id": "req-9dfef183-76e4-4ba3-8d92-2aa9b9c2f381"}]} [pid: 7|app: 0|req: 1022/1929] 10.0.0.76 () {32 vars in 662 bytes} [Wed Jul 29 21:09:35 2026] GET /v2.0/security-groups => generated 2925 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 908/1930] 10.0.0.76 () {34 vars in 675 bytes} [Wed Jul 29 21:09:34 2026] POST /v2.0/floatingips => generated 552 bytes in 878 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-29 21:09:35.361 7 INFO neutron.db.segments_db [None req-282df9da-da6b-4112-9f91-64a008d07aff d9def39ec6414147bcb2e1194be7ea75 c08d9e19626a4dcd9a3f89485d6cc810 - - default default] Added segment 72691779-1e5a-49b4-9a59-836742121451 of type vxlan for network c2895c2a-1761-43ce-ae58-17677a6ee94c 2026-07-29 21:09:35.364 8 INFO neutron.api.v2.resource [None req-29fd7024-4095-45c1-8b4c-b7fc73e28cac db38ff72742f451db9804d319780aa52 f9165cad58e548288c440b66343777b1 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 909/1931] 10.0.0.76 () {32 vars in 739 bytes} [Wed Jul 29 21:09:35 2026] DELETE /v2.0/security-groups/b961e7b8-853b-40c2-889a-13aae5caa070 => generated 146 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 910/1932] 10.0.0.76 () {34 vars in 758 bytes} [Wed Jul 29 21:09:35 2026] PUT /v2.0/floatingips/f6bd6979-2d66-40d1-a167-db5c0bc743f0/tags => generated 17 bytes in 135 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-29 21:09:35.538 7 INFO neutron.services.segments.plugin [-] Segment 6381f953-877c-4123-b313-5cf96348d59d resource provider aggregate not found 2026-07-29 21:09:35.543 7 INFO neutron.services.segments.plugin [-] Segment 6381f953-877c-4123-b313-5cf96348d59d resource provider aggregate not found 2026-07-29 21:09:35.557 7 INFO neutron.services.segments.plugin [-] Segment 6381f953-877c-4123-b313-5cf96348d59d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6381f953-877c-4123-b313-5cf96348d59d found for delete ", "request_id": "req-9228c205-7fa0-4d48-bd68-0415be3d6a45"}]} 2026-07-29 21:09:35.562 7 INFO neutron.services.segments.plugin [-] Segment 6381f953-877c-4123-b313-5cf96348d59d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6381f953-877c-4123-b313-5cf96348d59d found for delete ", "request_id": "req-b324622f-4fe7-48b7-8d69-4f41202f7ee9"}]} 2026-07-29 21:09:35.576 7 INFO neutron.services.segments.plugin [-] Segment 6fce7bdc-7444-4189-a24b-951be758988c resource provider aggregate not found 2026-07-29 21:09:35.589 7 INFO neutron.services.segments.plugin [-] Segment 6fce7bdc-7444-4189-a24b-951be758988c resource provider aggregate not found 2026-07-29 21:09:35.592 7 INFO neutron.services.segments.plugin [-] Segment 6fce7bdc-7444-4189-a24b-951be758988c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6fce7bdc-7444-4189-a24b-951be758988c found for delete ", "request_id": "req-63b562d4-8fdc-40d0-9c8a-59f115b90afe"}]} 2026-07-29 21:09:35.609 7 INFO neutron.services.segments.plugin [-] Segment 6fce7bdc-7444-4189-a24b-951be758988c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6fce7bdc-7444-4189-a24b-951be758988c found for delete ", "request_id": "req-ec54546c-a8b7-4b87-ac92-e0484c420b98"}]} 2026-07-29 21:09:35.615 7 INFO neutron.services.segments.plugin [-] Segment bff4e3e4-7107-4efd-aacf-adb3159db8b7 resource provider aggregate not found 2026-07-29 21:09:35.632 7 INFO neutron.services.segments.plugin [-] Segment bff4e3e4-7107-4efd-aacf-adb3159db8b7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bff4e3e4-7107-4efd-aacf-adb3159db8b7 found for delete ", "request_id": "req-2695671f-5c43-4bdb-88da-af5987bea394"}]} 2026-07-29 21:09:35.641 7 INFO neutron.services.segments.plugin [-] Segment bff4e3e4-7107-4efd-aacf-adb3159db8b7 resource provider aggregate not found 2026-07-29 21:09:35.652 7 INFO neutron.services.segments.plugin [-] Segment bff4e3e4-7107-4efd-aacf-adb3159db8b7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bff4e3e4-7107-4efd-aacf-adb3159db8b7 found for delete ", "request_id": "req-b45d1cfc-6841-4526-be12-b990ef11ef3d"}]} [pid: 8|app: 0|req: 911/1933] 10.0.0.76 () {34 vars in 683 bytes} [Wed Jul 29 21:09:35 2026] POST /v2.0/security-groups => generated 1625 bytes in 239 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 912/1934] 10.0.0.76 () {34 vars in 758 bytes} [Wed Jul 29 21:09:35 2026] PUT /v2.0/floatingips/7ed8e677-36aa-4e82-8baa-e9bbadf43fff/tags => generated 25 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-29 21:09:35.847 7 INFO neutron.db.l3_hamode_db [None req-282df9da-da6b-4112-9f91-64a008d07aff d9def39ec6414147bcb2e1194be7ea75 c08d9e19626a4dcd9a3f89485d6cc810 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 913/1935] 10.0.0.76 () {34 vars in 694 bytes} [Wed Jul 29 21:09:35 2026] POST /v2.0/security-group-rules => generated 601 bytes in 240 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 914/1936] 10.0.0.76 () {34 vars in 758 bytes} [Wed Jul 29 21:09:36 2026] PUT /v2.0/floatingips/c73280a6-8174-4929-af51-bcb4c54318b4/tags => generated 34 bytes in 102 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 915/1937] 10.0.0.76 () {32 vars in 746 bytes} [Wed Jul 29 21:09:36 2026] GET /v2.0/security-group-rules/aeba82cd-8480-422f-ad75-fc3007b5fb78 => generated 601 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 916/1938] 10.0.0.76 () {34 vars in 758 bytes} [Wed Jul 29 21:09:36 2026] PUT /v2.0/floatingips/34d3bd4c-a098-4f7e-9a79-c00d3a7ce947/tags => generated 19 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 917/1939] 10.0.0.76 () {32 vars in 672 bytes} [Wed Jul 29 21:09:36 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 918/1940] 10.0.0.76 () {32 vars in 671 bytes} [Wed Jul 29 21:09:36 2026] GET /v2.0/floatingips?tags=red => generated 1671 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 919/1941] 10.0.0.76 () {32 vars in 749 bytes} [Wed Jul 29 21:09:36 2026] DELETE /v2.0/security-group-rules/aeba82cd-8480-422f-ad75-fc3007b5fb78 => generated 0 bytes in 95 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 920/1942] 10.0.0.76 () {32 vars in 685 bytes} [Wed Jul 29 21:09:36 2026] GET /v2.0/floatingips?tags=red%2Cblue => generated 1128 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 921/1943] 10.0.0.76 () {32 vars in 672 bytes} [Wed Jul 29 21:09:36 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-29 21:09:36.826 7 INFO neutron.db.l3_hamode_db [None req-282df9da-da6b-4112-9f91-64a008d07aff d9def39ec6414147bcb2e1194be7ea75 c08d9e19626a4dcd9a3f89485d6cc810 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 922/1944] 10.0.0.76 () {32 vars in 773 bytes} [Wed Jul 29 21:09:36 2026] GET /v2.0/security-groups?tenant_id=192f192763cf4c968714bba807e19d6c&name=default => generated 2925 bytes in 451 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 923/1945] 10.0.0.76 () {32 vars in 681 bytes} [Wed Jul 29 21:09:37 2026] GET /v2.0/floatingips?tags-any=blue => generated 1128 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 924/1946] 10.0.0.76 () {34 vars in 694 bytes} [Wed Jul 29 21:09:37 2026] POST /v2.0/security-group-rules => generated 601 bytes in 230 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 925/1947] 10.0.0.76 () {32 vars in 739 bytes} [Wed Jul 29 21:09:37 2026] DELETE /v2.0/security-groups/b244b242-11e2-4f37-9ed0-ce198b3affc9 => generated 0 bytes in 145 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 926/1948] 10.0.0.76 () {32 vars in 693 bytes} [Wed Jul 29 21:09:37 2026] GET /v2.0/floatingips?tags-any=red%2Cblue => generated 1671 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 927/1949] 10.0.0.76 () {32 vars in 746 bytes} [Wed Jul 29 21:09:37 2026] GET /v2.0/security-group-rules/cdf07df8-4786-4e42-83be-83a98f437e4b => generated 601 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 928/1950] 10.0.0.76 () {32 vars in 679 bytes} [Wed Jul 29 21:09:37 2026] GET /v2.0/floatingips?not-tags=red => generated 1100 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 929/1951] 10.0.0.76 () {32 vars in 672 bytes} [Wed Jul 29 21:09:37 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 930/1952] 10.0.0.76 () {32 vars in 693 bytes} [Wed Jul 29 21:09:37 2026] GET /v2.0/floatingips?not-tags=red%2Cblue => generated 1643 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 931/1953] 10.0.0.76 () {32 vars in 749 bytes} [Wed Jul 29 21:09:37 2026] DELETE /v2.0/security-group-rules/cdf07df8-4786-4e42-83be-83a98f437e4b => generated 0 bytes in 96 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 932/1954] 10.0.0.76 () {32 vars in 773 bytes} [Wed Jul 29 21:09:37 2026] GET /v2.0/security-groups?tenant_id=e9ddd197a51843cb8d805233447ab7b9&name=default => generated 2925 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 933/1955] 10.0.0.76 () {32 vars in 689 bytes} [Wed Jul 29 21:09:37 2026] GET /v2.0/floatingips?not-tags-any=blue => generated 1643 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 934/1956] 10.0.0.76 () {32 vars in 672 bytes} [Wed Jul 29 21:09:37 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 112 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1023/1957] 10.0.0.76 () {34 vars in 668 bytes} [Wed Jul 29 21:09:35 2026] POST /v2.0/routers => generated 688 bytes in 2882 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 935/1958] 10.0.0.76 () {32 vars in 739 bytes} [Wed Jul 29 21:09:38 2026] DELETE /v2.0/security-groups/d6138352-7836-4554-b222-c95cb1ccc753 => generated 0 bytes in 154 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1024/1959] 10.0.0.76 () {32 vars in 701 bytes} [Wed Jul 29 21:09:38 2026] GET /v2.0/floatingips?not-tags-any=red%2Cblue => generated 1100 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 936/1960] 10.0.0.76 () {34 vars in 694 bytes} [Wed Jul 29 21:09:38 2026] POST /v2.0/security-group-rules => generated 602 bytes in 204 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-29 21:09:38.521 8 INFO neutron_taas.services.taas.taas_plugin [None req-3161e0a0-1dc5-4e73-a565-261c8226db56 488da586e5f94c039b75109c7fb41833 d7c8e6fb924041869037bf949bd95991 - - default default] TaaS: Handle Delete Port: 7483af47-9828-4ff9-ab2d-90dd7c7d8bce 2026-07-29 21:09:38.524 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3161e0a0-1dc5-4e73-a565-261c8226db56 488da586e5f94c039b75109c7fb41833 d7c8e6fb924041869037bf949bd95991 - - default default] Tap Mirror: Handle Delete Port: 7483af47-9828-4ff9-ab2d-90dd7c7d8bce [pid: 8|app: 0|req: 937/1961] 10.0.0.76 () {32 vars in 731 bytes} [Wed Jul 29 21:09:38 2026] DELETE /v2.0/floatingips/f6bd6979-2d66-40d1-a167-db5c0bc743f0 => generated 0 bytes in 324 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 938/1962] 10.0.0.76 () {32 vars in 746 bytes} [Wed Jul 29 21:09:38 2026] GET /v2.0/security-group-rules/b241a030-1a98-408a-b477-0ac96379782b => 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: 1025/1963] 10.0.0.76 () {32 vars in 720 bytes} [Wed Jul 29 21:09:38 2026] GET /v2.0/routers/01242255-685d-476d-b474-306623de7d07 => generated 694 bytes in 596 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-29 21:09:38.911 7 INFO neutron_taas.services.taas.taas_plugin [None req-4a870612-cb95-4ea5-9ee8-a4f91c6430f9 488da586e5f94c039b75109c7fb41833 d7c8e6fb924041869037bf949bd95991 - - default default] TaaS: Handle Delete Port: 1992bc44-eca5-4008-bded-5603db7385bb 2026-07-29 21:09:38.916 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4a870612-cb95-4ea5-9ee8-a4f91c6430f9 488da586e5f94c039b75109c7fb41833 d7c8e6fb924041869037bf949bd95991 - - default default] Tap Mirror: Handle Delete Port: 1992bc44-eca5-4008-bded-5603db7385bb [pid: 8|app: 0|req: 939/1964] 10.0.0.76 () {32 vars in 773 bytes} [Wed Jul 29 21:09:38 2026] GET /v2.0/security-groups?tenant_id=83745298168742bf945b84a92646f840&name=default => generated 2925 bytes in 191 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 940/1965] 10.0.0.76 () {32 vars in 672 bytes} [Wed Jul 29 21:09:38 2026] GET /v2.0/security-group-rules => generated 4139 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 941/1966] 10.0.0.76 () {32 vars in 646 bytes} [Wed Jul 29 21:09:38 2026] GET /v2.0/routers => generated 697 bytes in 92 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1026/1967] 10.0.0.76 () {32 vars in 731 bytes} [Wed Jul 29 21:09:38 2026] DELETE /v2.0/floatingips/7ed8e677-36aa-4e82-8baa-e9bbadf43fff => generated 0 bytes in 300 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1027/1968] 10.0.0.76 () {32 vars in 749 bytes} [Wed Jul 29 21:09:39 2026] DELETE /v2.0/security-group-rules/b241a030-1a98-408a-b477-0ac96379782b => 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: 942/1969] 10.0.0.76 () {32 vars in 739 bytes} [Wed Jul 29 21:09:39 2026] DELETE /v2.0/security-groups/1cce1bb6-f34c-44aa-98f1-a0e7515a65a5 => generated 0 bytes in 166 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-29 21:09:39.429 8 INFO neutron_taas.services.taas.taas_plugin [None req-a8678a48-4c22-47cd-8dc7-c79825a92bc7 488da586e5f94c039b75109c7fb41833 d7c8e6fb924041869037bf949bd95991 - - default default] TaaS: Handle Delete Port: adde5a84-6769-42d1-9e86-882bf8724552 2026-07-29 21:09:39.433 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a8678a48-4c22-47cd-8dc7-c79825a92bc7 488da586e5f94c039b75109c7fb41833 d7c8e6fb924041869037bf949bd95991 - - default default] Tap Mirror: Handle Delete Port: adde5a84-6769-42d1-9e86-882bf8724552 [pid: 8|app: 0|req: 943/1970] 10.0.0.76 () {32 vars in 731 bytes} [Wed Jul 29 21:09:39 2026] DELETE /v2.0/floatingips/c73280a6-8174-4929-af51-bcb4c54318b4 => generated 0 bytes in 371 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 944/1971] 10.0.0.76 () {32 vars in 672 bytes} [Wed Jul 29 21:09:39 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1028/1974] 10.0.0.76 () {34 vars in 740 bytes} [Wed Jul 29 21:09:39 2026] PUT /v2.0/routers/01242255-685d-476d-b474-306623de7d07 => generated 701 bytes in 465 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-29 21:09:39.787 8 INFO neutron_taas.services.taas.taas_plugin [None req-6c3fefac-900e-440c-acb5-fc53b6034c23 488da586e5f94c039b75109c7fb41833 d7c8e6fb924041869037bf949bd95991 - - default default] TaaS: Handle Delete Port: bee5bc0d-16e2-4511-aa2c-e9a1a72206ba 2026-07-29 21:09:39.793 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6c3fefac-900e-440c-acb5-fc53b6034c23 488da586e5f94c039b75109c7fb41833 d7c8e6fb924041869037bf949bd95991 - - default default] Tap Mirror: Handle Delete Port: bee5bc0d-16e2-4511-aa2c-e9a1a72206ba [pid: 7|app: 0|req: 1029/1975] 10.0.0.76 () {32 vars in 739 bytes} [Wed Jul 29 21:09:39 2026] DELETE /v2.0/security-groups/cfd4776b-d6a3-4cb3-beff-a43317eeb30f => generated 0 bytes in 154 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1030/1976] 10.0.0.76 () {32 vars in 720 bytes} [Wed Jul 29 21:09:39 2026] GET /v2.0/routers/01242255-685d-476d-b474-306623de7d07 => generated 701 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1031/1977] 10.0.0.76 () {32 vars in 662 bytes} [Wed Jul 29 21:09:39 2026] GET /v2.0/security-groups => generated 2925 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1032/1978] 10.0.0.76 () {32 vars in 735 bytes} [Wed Jul 29 21:09:39 2026] GET /v2.0/ports?device_id=01242255-685d-476d-b474-306623de7d07 => 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: 1033/1979] 10.0.0.76 () {32 vars in 662 bytes} [Wed Jul 29 21:09:39 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: 8|app: 0|req: 947/1980] 10.0.0.76 () {32 vars in 731 bytes} [Wed Jul 29 21:09:39 2026] DELETE /v2.0/floatingips/34d3bd4c-a098-4f7e-9a79-c00d3a7ce947 => generated 0 bytes in 387 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-29 21:09:40.228 8 INFO neutron_taas.services.taas.taas_plugin [None req-d3d86c59-430a-46d5-b632-33ddc19d2d36 488da586e5f94c039b75109c7fb41833 d7c8e6fb924041869037bf949bd95991 - - default default] TaaS: Handle Delete Port: 0d0bec8a-9991-440b-b3bb-bd970bea2321 2026-07-29 21:09:40.235 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d3d86c59-430a-46d5-b632-33ddc19d2d36 488da586e5f94c039b75109c7fb41833 d7c8e6fb924041869037bf949bd95991 - - default default] Tap Mirror: Handle Delete Port: 0d0bec8a-9991-440b-b3bb-bd970bea2321 2026-07-29 21:09:40.321 7 INFO neutron_taas.services.taas.taas_plugin [None req-cfa750db-25fd-4f8c-b6c8-206bea3028e6 d9def39ec6414147bcb2e1194be7ea75 c08d9e19626a4dcd9a3f89485d6cc810 - - default default] TaaS: Handle Delete Port: 49c46063-0a47-4e18-872b-a0ea229df136 2026-07-29 21:09:40.325 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-cfa750db-25fd-4f8c-b6c8-206bea3028e6 d9def39ec6414147bcb2e1194be7ea75 c08d9e19626a4dcd9a3f89485d6cc810 - - default default] Tap Mirror: Handle Delete Port: 49c46063-0a47-4e18-872b-a0ea229df136 [pid: 8|app: 0|req: 948/1981] 10.0.0.76 () {32 vars in 731 bytes} [Wed Jul 29 21:09:40 2026] DELETE /v2.0/floatingips/e8e910f9-1d87-4cf4-b1e9-9d403e08024a => generated 0 bytes in 383 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-29 21:09:40.655 7 INFO neutron_taas.services.taas.taas_plugin [None req-cfa750db-25fd-4f8c-b6c8-206bea3028e6 d9def39ec6414147bcb2e1194be7ea75 c08d9e19626a4dcd9a3f89485d6cc810 - - default default] TaaS: Handle Delete Port: a8bef73b-3207-4424-8f62-efe8c565b992 2026-07-29 21:09:40.659 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-cfa750db-25fd-4f8c-b6c8-206bea3028e6 d9def39ec6414147bcb2e1194be7ea75 c08d9e19626a4dcd9a3f89485d6cc810 - - default default] Tap Mirror: Handle Delete Port: a8bef73b-3207-4424-8f62-efe8c565b992 [pid: 8|app: 0|req: 949/1982] 10.0.0.76 () {32 vars in 773 bytes} [Wed Jul 29 21:09:40 2026] GET /v2.0/security-groups?tenant_id=f9165cad58e548288c440b66343777b1&name=default => generated 2925 bytes in 218 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 950/1983] 10.0.0.76 () {32 vars in 739 bytes} [Wed Jul 29 21:09:40 2026] DELETE /v2.0/security-groups/ad9ee2b1-5d9b-443c-826e-7b243e965047 => generated 0 bytes in 151 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-29 21:09:41.136 7 INFO neutron.services.segments.plugin [-] Segment 72691779-1e5a-49b4-9a59-836742121451 resource provider aggregate not found 2026-07-29 21:09:41.142 7 INFO neutron.services.segments.plugin [-] Segment 72691779-1e5a-49b4-9a59-836742121451 resource provider aggregate not found 2026-07-29 21:09:41.164 7 INFO neutron.services.segments.plugin [-] Segment 72691779-1e5a-49b4-9a59-836742121451 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 72691779-1e5a-49b4-9a59-836742121451 found for delete ", "request_id": "req-da9f61c5-5362-48e4-8c6f-dc54fc76b7db"}]} 2026-07-29 21:09:41.168 7 INFO neutron.services.segments.plugin [-] Segment 72691779-1e5a-49b4-9a59-836742121451 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 72691779-1e5a-49b4-9a59-836742121451 found for delete ", "request_id": "req-5c9e93b7-03f8-4848-bba5-7c29b62cb691"}]} 2026-07-29 21:09:41.227 7 INFO neutron.db.l3_hamode_db [None req-cfa750db-25fd-4f8c-b6c8-206bea3028e6 d9def39ec6414147bcb2e1194be7ea75 c08d9e19626a4dcd9a3f89485d6cc810 - - default default] HA network c2895c2a-1761-43ce-ae58-17677a6ee94c was deleted as no HA routers are present in tenant c08d9e19626a4dcd9a3f89485d6cc810. [pid: 7|app: 0|req: 1034/1984] 10.0.0.76 () {32 vars in 723 bytes} [Wed Jul 29 21:09:40 2026] DELETE /v2.0/routers/01242255-685d-476d-b474-306623de7d07 => generated 0 bytes in 1215 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 951/1985] 10.0.0.76 () {32 vars in 735 bytes} [Wed Jul 29 21:09:41 2026] GET /v2.0/ports?device_id=01242255-685d-476d-b474-306623de7d07 => generated 12 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-29 21:09:41.319 7 INFO neutron.api.v2.resource [None req-bf1636b4-d442-489f-ade7-626b0f4e39d4 d9def39ec6414147bcb2e1194be7ea75 c08d9e19626a4dcd9a3f89485d6cc810 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1035/1986] 10.0.0.76 () {32 vars in 723 bytes} [Wed Jul 29 21:09:41 2026] DELETE /v2.0/routers/01242255-685d-476d-b474-306623de7d07 => generated 135 bytes in 26 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 952/1987] 10.0.0.76 () {32 vars in 735 bytes} [Wed Jul 29 21:09:41 2026] GET /v2.0/ports?device_id=e905ecbe-1f8f-4e23-8143-0917db765187 => generated 12 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-29 21:09:41.395 7 INFO neutron.api.v2.resource [None req-c6bb5619-97d8-4485-9864-d999de28b96a d9def39ec6414147bcb2e1194be7ea75 c08d9e19626a4dcd9a3f89485d6cc810 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1036/1988] 10.0.0.76 () {32 vars in 723 bytes} [Wed Jul 29 21:09:41 2026] DELETE /v2.0/routers/e905ecbe-1f8f-4e23-8143-0917db765187 => generated 135 bytes in 26 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-29 21:09:41.418 8 INFO neutron.pecan_wsgi.hooks.translation [None req-0f24c591-7478-467a-bc1d-1ef8a2333bbe d9def39ec6414147bcb2e1194be7ea75 c08d9e19626a4dcd9a3f89485d6cc810 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 953/1989] 10.0.0.76 () {32 vars in 723 bytes} [Wed Jul 29 21:09:41 2026] DELETE /v2.0/subnets/cf8666c3-75b0-4f82-be2a-a98ab058ab36 => generated 136 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1037/1990] 10.0.0.76 () {32 vars in 735 bytes} [Wed Jul 29 21:09:41 2026] GET /v2.0/ports?device_id=3c9cf0e1-5857-4dc6-b0cb-edc1470673b2 => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-29 21:09:41.468 8 INFO neutron.api.v2.resource [None req-60c52e1f-5d55-4384-81ca-337a5860e407 d9def39ec6414147bcb2e1194be7ea75 c08d9e19626a4dcd9a3f89485d6cc810 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 954/1991] 10.0.0.76 () {32 vars in 723 bytes} [Wed Jul 29 21:09:41 2026] DELETE /v2.0/routers/3c9cf0e1-5857-4dc6-b0cb-edc1470673b2 => generated 135 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-29 21:09:41.487 7 INFO neutron.pecan_wsgi.hooks.translation [None req-600f4eaf-dd7e-4d7a-818e-6579c592ba29 d9def39ec6414147bcb2e1194be7ea75 c08d9e19626a4dcd9a3f89485d6cc810 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1038/1992] 10.0.0.76 () {32 vars in 723 bytes} [Wed Jul 29 21:09:41 2026] DELETE /v2.0/subnets/245a528d-391a-492a-9004-e0d7616be867 => 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: 955/1993] 10.0.0.76 () {32 vars in 735 bytes} [Wed Jul 29 21:09:41 2026] GET /v2.0/ports?device_id=c59effef-6d37-45ea-9e2a-82854a8c0bd3 => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-29 21:09:41.533 7 INFO neutron.api.v2.resource [None req-dfddb596-43e6-4810-8256-2e7f2472f347 d9def39ec6414147bcb2e1194be7ea75 c08d9e19626a4dcd9a3f89485d6cc810 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1039/1994] 10.0.0.76 () {32 vars in 723 bytes} [Wed Jul 29 21:09:41 2026] DELETE /v2.0/routers/c59effef-6d37-45ea-9e2a-82854a8c0bd3 => generated 135 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-29 21:09:41.551 8 INFO neutron.pecan_wsgi.hooks.translation [None req-1151ca0d-c5a0-4ca2-b4d5-299a3e06f051 d9def39ec6414147bcb2e1194be7ea75 c08d9e19626a4dcd9a3f89485d6cc810 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 956/1995] 10.0.0.76 () {32 vars in 723 bytes} [Wed Jul 29 21:09:41 2026] DELETE /v2.0/subnets/3314a3dd-7882-4e85-9dd4-f1fd632d24b5 => generated 136 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-29 21:09:41.575 7 INFO neutron.pecan_wsgi.hooks.translation [None req-721cf4d4-e1c7-4e00-92d7-cc70b1f0e814 d9def39ec6414147bcb2e1194be7ea75 c08d9e19626a4dcd9a3f89485d6cc810 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1040/1996] 10.0.0.76 () {32 vars in 723 bytes} [Wed Jul 29 21:09:41 2026] DELETE /v2.0/subnets/3bc8df5d-bd3d-49fe-8a76-3d7ce865f81e => 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: 957/1997] 10.0.0.76 () {32 vars in 773 bytes} [Wed Jul 29 21:09:41 2026] GET /v2.0/security-groups?tenant_id=65708c061cd14bf8b928c51da69282ce&name=default => generated 2925 bytes in 393 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1041/1998] 10.0.0.76 () {32 vars in 739 bytes} [Wed Jul 29 21:09:42 2026] DELETE /v2.0/security-groups/8fd109be-7f8d-4d5d-8291-63ed89de2ab0 => generated 0 bytes in 147 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 958/1999] 10.0.0.76 () {32 vars in 773 bytes} [Wed Jul 29 21:09:42 2026] GET /v2.0/security-groups?tenant_id=c08d9e19626a4dcd9a3f89485d6cc810&name=default => generated 2925 bytes in 134 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1042/2000] 10.0.0.76 () {32 vars in 739 bytes} [Wed Jul 29 21:09:42 2026] DELETE /v2.0/security-groups/60b8d4d3-e0f1-4bf1-870a-67bcbda485f6 => generated 0 bytes in 147 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 959/2001] 10.0.0.76 () {32 vars in 773 bytes} [Wed Jul 29 21:09:42 2026] GET /v2.0/security-groups?tenant_id=ac31416fe17f4787ae5f8508806fbc4f&name=default => generated 2925 bytes in 178 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1043/2002] 10.0.0.76 () {32 vars in 739 bytes} [Wed Jul 29 21:09:42 2026] DELETE /v2.0/security-groups/128c3688-2825-4ac8-9318-000199ee0302 => 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: 960/2003] 10.0.0.76 () {32 vars in 773 bytes} [Wed Jul 29 21:09:43 2026] GET /v2.0/security-groups?tenant_id=d7c8e6fb924041869037bf949bd95991&name=default => generated 2925 bytes in 161 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1044/2004] 10.0.0.76 () {32 vars in 739 bytes} [Wed Jul 29 21:09:43 2026] DELETE /v2.0/security-groups/f50839cc-c58a-4277-93a4-3d816f13acb9 => generated 0 bytes in 129 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 961/2005] 10.0.0.76 () {34 vars in 675 bytes} [Wed Jul 29 21:09:43 2026] POST /v2.0/floatingips => generated 552 bytes in 1065 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1045/2006] 10.0.0.76 () {34 vars in 758 bytes} [Wed Jul 29 21:09:44 2026] PUT /v2.0/floatingips/839a3ac7-0ffd-43c7-ae96-b62cab505a08/tags => generated 25 bytes in 139 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 962/2007] 10.0.0.76 () {32 vars in 738 bytes} [Wed Jul 29 21:09:44 2026] GET /v2.0/floatingips/839a3ac7-0ffd-43c7-ae96-b62cab505a08/tags => generated 25 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1046/2008] 10.0.0.76 () {34 vars in 769 bytes} [Wed Jul 29 21:09:44 2026] PUT /v2.0/floatingips/839a3ac7-0ffd-43c7-ae96-b62cab505a08/tags/green => 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: 963/2009] 10.0.0.76 () {32 vars in 738 bytes} [Wed Jul 29 21:09:44 2026] GET /v2.0/floatingips/839a3ac7-0ffd-43c7-ae96-b62cab505a08/tags => generated 34 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1047/2010] 10.0.0.76 () {34 vars in 765 bytes} [Wed Jul 29 21:09:44 2026] PUT /v2.0/floatingips/839a3ac7-0ffd-43c7-ae96-b62cab505a08/tags/red => generated 4 bytes in 88 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1048/2011] 10.0.0.76 () {32 vars in 738 bytes} [Wed Jul 29 21:09:44 2026] GET /v2.0/floatingips/839a3ac7-0ffd-43c7-ae96-b62cab505a08/tags => generated 34 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1049/2012] 10.0.0.76 () {34 vars in 787 bytes} [Wed Jul 29 21:09:45 2026] PUT /v2.0/floatingips/839a3ac7-0ffd-43c7-ae96-b62cab505a08/tags/black.or.white => generated 4 bytes in 115 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1050/2013] 10.0.0.76 () {32 vars in 738 bytes} [Wed Jul 29 21:09:45 2026] GET /v2.0/floatingips/839a3ac7-0ffd-43c7-ae96-b62cab505a08/tags => generated 52 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1051/2014] 10.0.0.76 () {34 vars in 758 bytes} [Wed Jul 29 21:09:45 2026] PUT /v2.0/floatingips/839a3ac7-0ffd-43c7-ae96-b62cab505a08/tags => generated 37 bytes in 135 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1052/2015] 10.0.0.76 () {32 vars in 738 bytes} [Wed Jul 29 21:09:45 2026] GET /v2.0/floatingips/839a3ac7-0ffd-43c7-ae96-b62cab505a08/tags => generated 37 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1053/2016] 10.0.0.76 () {32 vars in 746 bytes} [Wed Jul 29 21:09:45 2026] GET /v2.0/floatingips/839a3ac7-0ffd-43c7-ae96-b62cab505a08/tags/red => generated 0 bytes in 35 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-29 21:09:45.521 7 INFO neutron.api.v2.resource [None req-fc684d71-dc5a-4865-b3f0-f0c7589d9e33 72510e86a74e41069de0ea484454216d 732c93de026748a6896c8be600e49436 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1054/2017] 10.0.0.76 () {32 vars in 750 bytes} [Wed Jul 29 21:09:45 2026] GET /v2.0/floatingips/839a3ac7-0ffd-43c7-ae96-b62cab505a08/tags/green => generated 99 bytes in 39 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1055/2018] 10.0.0.76 () {32 vars in 749 bytes} [Wed Jul 29 21:09:45 2026] DELETE /v2.0/floatingips/839a3ac7-0ffd-43c7-ae96-b62cab505a08/tags/red => generated 0 bytes in 83 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 964/2019] 10.0.0.76 () {34 vars in 683 bytes} [Wed Jul 29 21:09:44 2026] POST /v2.0/security-groups => generated 1625 bytes in 726 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1056/2020] 10.0.0.76 () {32 vars in 738 bytes} [Wed Jul 29 21:09:45 2026] GET /v2.0/floatingips/839a3ac7-0ffd-43c7-ae96-b62cab505a08/tags => generated 30 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-29 21:09:45.707 7 INFO neutron.api.v2.resource [None req-8d334639-2f8f-442b-82cc-c591b1d18846 72510e86a74e41069de0ea484454216d 732c93de026748a6896c8be600e49436 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1057/2021] 10.0.0.76 () {32 vars in 753 bytes} [Wed Jul 29 21:09:45 2026] DELETE /v2.0/floatingips/839a3ac7-0ffd-43c7-ae96-b62cab505a08/tags/green => generated 99 bytes in 44 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 965/2022] 10.0.0.76 () {32 vars in 662 bytes} [Wed Jul 29 21:09:45 2026] GET /v2.0/security-groups => generated 4530 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1058/2023] 10.0.0.76 () {32 vars in 741 bytes} [Wed Jul 29 21:09:45 2026] DELETE /v2.0/floatingips/839a3ac7-0ffd-43c7-ae96-b62cab505a08/tags => 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: 1059/2024] 10.0.0.76 () {32 vars in 738 bytes} [Wed Jul 29 21:09:45 2026] GET /v2.0/floatingips/839a3ac7-0ffd-43c7-ae96-b62cab505a08/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: 966/2025] 10.0.0.76 () {34 vars in 757 bytes} [Wed Jul 29 21:09:45 2026] PUT /v2.0/security-groups/643e09f6-09b0-4b3c-85ac-6ea6e4bfeca3 => generated 1663 bytes in 138 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 967/2026] 10.0.0.76 () {32 vars in 736 bytes} [Wed Jul 29 21:09:45 2026] GET /v2.0/security-groups/643e09f6-09b0-4b3c-85ac-6ea6e4bfeca3 => generated 1663 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-29 21:09:45.926 7 INFO neutron_taas.services.taas.taas_plugin [None req-5a771579-b97a-4c4a-8c28-082de4a8e192 72510e86a74e41069de0ea484454216d 732c93de026748a6896c8be600e49436 - - default default] TaaS: Handle Delete Port: 499e03b5-4219-4041-a307-31901e9d7eb6 2026-07-29 21:09:45.929 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5a771579-b97a-4c4a-8c28-082de4a8e192 72510e86a74e41069de0ea484454216d 732c93de026748a6896c8be600e49436 - - default default] Tap Mirror: Handle Delete Port: 499e03b5-4219-4041-a307-31901e9d7eb6 [pid: 8|app: 0|req: 968/2027] 10.0.0.76 () {32 vars in 739 bytes} [Wed Jul 29 21:09:45 2026] DELETE /v2.0/security-groups/643e09f6-09b0-4b3c-85ac-6ea6e4bfeca3 => generated 0 bytes in 153 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 969/2028] 10.0.0.76 () {32 vars in 662 bytes} [Wed Jul 29 21:09:46 2026] GET /v2.0/security-groups => generated 2925 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-29 21:09:46.106 8 INFO neutron.api.v2.resource [None req-866b4674-e3cf-464b-a144-658cd81fd167 6df274504b5446c89bdd5c13b255625d 5a21a986dbae4753a0a999bce1b8c802 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 970/2029] 10.0.0.76 () {32 vars in 739 bytes} [Wed Jul 29 21:09:46 2026] DELETE /v2.0/security-groups/643e09f6-09b0-4b3c-85ac-6ea6e4bfeca3 => generated 146 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1060/2030] 10.0.0.76 () {32 vars in 731 bytes} [Wed Jul 29 21:09:45 2026] DELETE /v2.0/floatingips/839a3ac7-0ffd-43c7-ae96-b62cab505a08 => generated 0 bytes in 272 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 971/2031] 10.0.0.76 () {34 vars in 683 bytes} [Wed Jul 29 21:09:46 2026] POST /v2.0/security-groups => generated 1624 bytes in 308 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1061/2032] 10.0.0.76 () {34 vars in 694 bytes} [Wed Jul 29 21:09:46 2026] POST /v2.0/security-group-rules => generated 601 bytes in 228 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 972/2033] 10.0.0.76 () {32 vars in 746 bytes} [Wed Jul 29 21:09:46 2026] GET /v2.0/security-group-rules/9c6c440f-6b23-4cf9-8894-5e9a1c3117d3 => generated 601 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1062/2034] 10.0.0.76 () {32 vars in 672 bytes} [Wed Jul 29 21:09:46 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 973/2035] 10.0.0.76 () {32 vars in 749 bytes} [Wed Jul 29 21:09:46 2026] DELETE /v2.0/security-group-rules/9c6c440f-6b23-4cf9-8894-5e9a1c3117d3 => 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: 1063/2036] 10.0.0.76 () {32 vars in 672 bytes} [Wed Jul 29 21:09:46 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 974/2037] 10.0.0.76 () {34 vars in 694 bytes} [Wed Jul 29 21:09:46 2026] POST /v2.0/security-group-rules => generated 601 bytes in 264 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 975/2038] 10.0.0.76 () {32 vars in 746 bytes} [Wed Jul 29 21:09:47 2026] GET /v2.0/security-group-rules/0d9e2198-6ed2-45df-a876-7af7ab48abc0 => generated 601 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 976/2039] 10.0.0.76 () {32 vars in 672 bytes} [Wed Jul 29 21:09:47 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1064/2040] 10.0.0.76 () {32 vars in 773 bytes} [Wed Jul 29 21:09:47 2026] GET /v2.0/security-groups?tenant_id=732c93de026748a6896c8be600e49436&name=default => generated 2925 bytes in 289 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 977/2041] 10.0.0.76 () {32 vars in 749 bytes} [Wed Jul 29 21:09:47 2026] DELETE /v2.0/security-group-rules/0d9e2198-6ed2-45df-a876-7af7ab48abc0 => 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: 978/2042] 10.0.0.76 () {32 vars in 672 bytes} [Wed Jul 29 21:09:47 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1065/2043] 10.0.0.76 () {32 vars in 739 bytes} [Wed Jul 29 21:09:47 2026] DELETE /v2.0/security-groups/fbbcba4b-acea-4638-9004-b3b6a7ab5f6f => generated 0 bytes in 121 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-29 21:09:47.579 8 INFO neutron.db.securitygroups_db [None req-bf7276c7-0417-44e5-b737-0223784e5c6b 6df274504b5446c89bdd5c13b255625d 5a21a986dbae4753a0a999bce1b8c802 - - default default] Project 5a21a986dbae4753a0a999bce1b8c802 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: 979/2044] 10.0.0.76 () {34 vars in 694 bytes} [Wed Jul 29 21:09:47 2026] POST /v2.0/security-group-rules => generated 607 bytes in 221 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1066/2045] 10.0.0.76 () {32 vars in 746 bytes} [Wed Jul 29 21:09:47 2026] GET /v2.0/security-group-rules/426fa3c0-44ac-433f-8cdd-6f3fe2282134 => generated 607 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 980/2046] 10.0.0.76 () {32 vars in 672 bytes} [Wed Jul 29 21:09:47 2026] GET /v2.0/security-group-rules => generated 4144 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1067/2047] 10.0.0.76 () {32 vars in 749 bytes} [Wed Jul 29 21:09:47 2026] DELETE /v2.0/security-group-rules/426fa3c0-44ac-433f-8cdd-6f3fe2282134 => 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: 1068/2048] 10.0.0.76 () {32 vars in 672 bytes} [Wed Jul 29 21:09:47 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 109 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 981/2049] 10.0.0.76 () {32 vars in 773 bytes} [Wed Jul 29 21:09:47 2026] GET /v2.0/security-groups?tenant_id=2e025ab406d849d8a8f94c4b1cd135ac&name=default => generated 2925 bytes in 245 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1069/2050] 10.0.0.76 () {32 vars in 739 bytes} [Wed Jul 29 21:09:48 2026] DELETE /v2.0/security-groups/7aaf97de-f6dd-4a3b-b766-64c6481f6948 => 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: 1070/2051] 10.0.0.76 () {32 vars in 739 bytes} [Wed Jul 29 21:09:48 2026] DELETE /v2.0/security-groups/2c9e08bd-0372-4282-b9c2-e965b2cb410b => generated 0 bytes in 184 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1071/2052] 10.0.0.76 () {32 vars in 662 bytes} [Wed Jul 29 21:09:48 2026] GET /v2.0/security-groups => generated 2925 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1072/2053] 10.0.0.76 () {32 vars in 662 bytes} [Wed Jul 29 21:09:48 2026] GET /v2.0/security-groups => generated 2925 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 982/2054] 10.0.0.76 () {32 vars in 773 bytes} [Wed Jul 29 21:09:48 2026] GET /v2.0/security-groups?tenant_id=6df32cb62dd2427c99587fbebcd01ce7&name=default => generated 2925 bytes in 417 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1073/2055] 10.0.0.76 () {32 vars in 739 bytes} [Wed Jul 29 21:09:48 2026] DELETE /v2.0/security-groups/1e64da36-52ac-414e-bcbc-27f867a1475d => generated 0 bytes in 173 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 983/2056] 10.0.0.76 () {32 vars in 773 bytes} [Wed Jul 29 21:09:49 2026] GET /v2.0/security-groups?tenant_id=92d0697339be4cfeb67e728722581fb3&name=default => generated 2925 bytes in 167 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 984/2057] 10.0.0.76 () {32 vars in 773 bytes} [Wed Jul 29 21:09:49 2026] GET /v2.0/security-groups?tenant_id=5a21a986dbae4753a0a999bce1b8c802&name=default => generated 2925 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 985/2058] 10.0.0.76 () {32 vars in 739 bytes} [Wed Jul 29 21:09:49 2026] DELETE /v2.0/security-groups/85379d47-936b-4179-8280-f8741c912616 => generated 0 bytes in 172 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-29 21:09:49.556 7 INFO neutron.db.segments_db [None req-10034a07-cd6a-4e9d-96de-e83a1d3f0420 aa8545cd34364aa397cf5b62bec86a0e 40edf5717d8f4ebd98a8d1a8296919c5 - - default default] Added segment 03b158b5-f9ab-4736-949b-9230029e82c5 of type vxlan for network c46f3603-7b03-4ab8-8924-442ed1475424 [pid: 8|app: 0|req: 986/2059] 10.0.0.76 () {32 vars in 739 bytes} [Wed Jul 29 21:09:49 2026] DELETE /v2.0/security-groups/e31f9feb-80a9-46a4-9a53-76c36c7eb831 => generated 0 bytes in 138 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1074/2060] 10.0.0.76 () {34 vars in 669 bytes} [Wed Jul 29 21:09:49 2026] POST /v2.0/networks => generated 613 bytes in 603 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-29 21:09:49.892 8 INFO neutron.db.segments_db [None req-3d009988-fd7f-4e6e-8345-db35304b5d94 aa8545cd34364aa397cf5b62bec86a0e 40edf5717d8f4ebd98a8d1a8296919c5 - - default default] Added segment 24bfe473-ac11-4c84-a896-3cd2ed26c990 of type vxlan for network 5ee4fa0d-3963-460f-9285-ace39d960ac7 [pid: 8|app: 0|req: 987/2061] 10.0.0.76 () {34 vars in 669 bytes} [Wed Jul 29 21:09:49 2026] POST /v2.0/networks => generated 612 bytes in 336 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-29 21:09:50.190 7 INFO neutron.db.segments_db [None req-37e3561d-6837-45bd-bf76-dc577d266a92 aa8545cd34364aa397cf5b62bec86a0e 40edf5717d8f4ebd98a8d1a8296919c5 - - default default] Added segment 6dd601a7-583c-4f63-b65d-e3acb6d06548 of type vxlan for network 99146328-b98f-46d8-9be2-9e344f8697b6 [pid: 7|app: 0|req: 1075/2062] 10.0.0.76 () {34 vars in 669 bytes} [Wed Jul 29 21:09:50 2026] POST /v2.0/networks => generated 613 bytes in 289 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-29 21:09:50.499 8 INFO neutron.db.segments_db [None req-f195e122-8c9e-4876-b6bb-ee6d9a89aae8 aa8545cd34364aa397cf5b62bec86a0e 40edf5717d8f4ebd98a8d1a8296919c5 - - default default] Added segment c71f7cf5-c756-4b92-a820-a7f6df222175 of type vxlan for network 22b0e004-1c00-4810-a8f8-14dd974ad696 [pid: 8|app: 0|req: 988/2063] 10.0.0.76 () {34 vars in 669 bytes} [Wed Jul 29 21:09:50 2026] POST /v2.0/networks => generated 612 bytes in 282 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-29 21:09:50.790 7 INFO neutron.db.segments_db [None req-869e5204-ad6c-48fd-825f-f27ddc43790e aa8545cd34364aa397cf5b62bec86a0e 40edf5717d8f4ebd98a8d1a8296919c5 - - default default] Added segment 05b84021-6dc7-4391-a815-e79d7404f1b1 of type vxlan for network 92ecb50c-dd6b-49a0-b75c-ba283c2990c8 [pid: 7|app: 0|req: 1076/2064] 10.0.0.76 () {34 vars in 669 bytes} [Wed Jul 29 21:09:50 2026] POST /v2.0/networks => generated 612 bytes in 311 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 989/2065] 10.0.0.76 () {34 vars in 752 bytes} [Wed Jul 29 21:09:50 2026] PUT /v2.0/networks/c46f3603-7b03-4ab8-8924-442ed1475424/tags => generated 17 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1077/2066] 10.0.0.76 () {34 vars in 752 bytes} [Wed Jul 29 21:09:51 2026] PUT /v2.0/networks/5ee4fa0d-3963-460f-9285-ace39d960ac7/tags => generated 25 bytes in 108 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 990/2067] 10.0.0.76 () {34 vars in 752 bytes} [Wed Jul 29 21:09:51 2026] PUT /v2.0/networks/99146328-b98f-46d8-9be2-9e344f8697b6/tags => generated 34 bytes in 109 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1078/2068] 10.0.0.76 () {34 vars in 752 bytes} [Wed Jul 29 21:09:51 2026] PUT /v2.0/networks/22b0e004-1c00-4810-a8f8-14dd974ad696/tags => generated 19 bytes in 111 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 991/2069] 10.0.0.76 () {32 vars in 665 bytes} [Wed Jul 29 21:09:51 2026] GET /v2.0/networks?tags=red => generated 1856 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1079/2070] 10.0.0.76 () {32 vars in 679 bytes} [Wed Jul 29 21:09:51 2026] GET /v2.0/networks?tags=red%2Cblue => generated 1249 bytes in 104 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 992/2071] 10.0.0.76 () {32 vars in 675 bytes} [Wed Jul 29 21:09:51 2026] GET /v2.0/networks?tags-any=blue => generated 1249 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1080/2072] 10.0.0.76 () {32 vars in 687 bytes} [Wed Jul 29 21:09:51 2026] GET /v2.0/networks?tags-any=red%2Cblue => generated 1856 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 993/2073] 10.0.0.76 () {32 vars in 673 bytes} [Wed Jul 29 21:09:51 2026] GET /v2.0/networks?not-tags=red => generated 1860 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1081/2074] 10.0.0.76 () {32 vars in 687 bytes} [Wed Jul 29 21:09:51 2026] GET /v2.0/networks?not-tags=red%2Cblue => generated 2467 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 994/2075] 10.0.0.76 () {32 vars in 683 bytes} [Wed Jul 29 21:09:51 2026] GET /v2.0/networks?not-tags-any=blue => generated 2467 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1082/2076] 10.0.0.76 () {32 vars in 695 bytes} [Wed Jul 29 21:09:51 2026] GET /v2.0/networks?not-tags-any=red%2Cblue => generated 1860 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-29 21:09:52.234 8 INFO neutron.services.segments.plugin [-] Segment 03b158b5-f9ab-4736-949b-9230029e82c5 resource provider aggregate not found 2026-07-29 21:09:52.237 8 INFO neutron.services.segments.plugin [-] Segment 03b158b5-f9ab-4736-949b-9230029e82c5 resource provider aggregate not found 2026-07-29 21:09:52.256 8 INFO neutron.services.segments.plugin [-] Segment 03b158b5-f9ab-4736-949b-9230029e82c5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 03b158b5-f9ab-4736-949b-9230029e82c5 found for delete ", "request_id": "req-ed7b98b4-6f23-4e59-a83d-4075d44cb5aa"}]} 2026-07-29 21:09:52.260 8 INFO neutron.services.segments.plugin [-] Segment 03b158b5-f9ab-4736-949b-9230029e82c5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 03b158b5-f9ab-4736-949b-9230029e82c5 found for delete ", "request_id": "req-52c9d7f6-5e29-4b31-bc79-063a6298e7f9"}]} [pid: 8|app: 0|req: 995/2077] 10.0.0.76 () {32 vars in 725 bytes} [Wed Jul 29 21:09:52 2026] DELETE /v2.0/networks/c46f3603-7b03-4ab8-8924-442ed1475424 => generated 0 bytes in 236 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-29 21:09:52.438 7 INFO neutron.services.segments.plugin [-] Segment 24bfe473-ac11-4c84-a896-3cd2ed26c990 resource provider aggregate not found 2026-07-29 21:09:52.441 7 INFO neutron.services.segments.plugin [-] Segment 24bfe473-ac11-4c84-a896-3cd2ed26c990 resource provider aggregate not found 2026-07-29 21:09:52.457 7 INFO neutron.services.segments.plugin [-] Segment 24bfe473-ac11-4c84-a896-3cd2ed26c990 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 24bfe473-ac11-4c84-a896-3cd2ed26c990 found for delete ", "request_id": "req-77f0b102-2083-4a2d-8cff-e97a8bdd6ce3"}]} 2026-07-29 21:09:52.460 7 INFO neutron.services.segments.plugin [-] Segment 24bfe473-ac11-4c84-a896-3cd2ed26c990 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 24bfe473-ac11-4c84-a896-3cd2ed26c990 found for delete ", "request_id": "req-24cd653e-b378-490d-aeeb-8eabd50c0187"}]} [pid: 7|app: 0|req: 1083/2078] 10.0.0.76 () {32 vars in 725 bytes} [Wed Jul 29 21:09:52 2026] DELETE /v2.0/networks/5ee4fa0d-3963-460f-9285-ace39d960ac7 => generated 0 bytes in 211 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 996/2079] 10.0.0.76 () {32 vars in 725 bytes} [Wed Jul 29 21:09:52 2026] DELETE /v2.0/networks/99146328-b98f-46d8-9be2-9e344f8697b6 => generated 0 bytes in 173 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1084/2080] 10.0.0.76 () {32 vars in 725 bytes} [Wed Jul 29 21:09:52 2026] DELETE /v2.0/networks/22b0e004-1c00-4810-a8f8-14dd974ad696 => generated 0 bytes in 194 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-29 21:09:52.938 8 INFO neutron.db.segments_db [None req-efe3dfc3-8be4-4b1f-ae02-ae1ded0d4248 b5787eafb06043109ecece9ad60ab2b7 eaa56db40a8a4592bd4f32f31b1ce991 - - default default] Added segment c7ac4fa2-9982-41cb-90a4-200d56d2bb48 of type vxlan for network 8a03f2f5-bff0-4f9a-9d63-8dbe11d3391c [pid: 7|app: 0|req: 1085/2081] 10.0.0.76 () {32 vars in 725 bytes} [Wed Jul 29 21:09:52 2026] DELETE /v2.0/networks/92ecb50c-dd6b-49a0-b75c-ba283c2990c8 => generated 0 bytes in 189 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-29 21:09:53.424 8 INFO neutron.db.l3_hamode_db [None req-efe3dfc3-8be4-4b1f-ae02-ae1ded0d4248 b5787eafb06043109ecece9ad60ab2b7 eaa56db40a8a4592bd4f32f31b1ce991 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-29 21:09:53.610 8 INFO neutron.db.l3_hamode_db [None req-efe3dfc3-8be4-4b1f-ae02-ae1ded0d4248 b5787eafb06043109ecece9ad60ab2b7 eaa56db40a8a4592bd4f32f31b1ce991 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-29 21:09:54.287 8 INFO neutron.services.segments.plugin [-] Segment 6dd601a7-583c-4f63-b65d-e3acb6d06548 resource provider aggregate not found 2026-07-29 21:09:54.303 8 INFO neutron.services.segments.plugin [-] Segment 6dd601a7-583c-4f63-b65d-e3acb6d06548 resource provider aggregate not found 2026-07-29 21:09:54.314 8 INFO neutron.services.segments.plugin [-] Segment 6dd601a7-583c-4f63-b65d-e3acb6d06548 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6dd601a7-583c-4f63-b65d-e3acb6d06548 found for delete ", "request_id": "req-ccd93d9f-775f-4567-883c-8172174b15f5"}]} 2026-07-29 21:09:54.346 8 INFO neutron.services.segments.plugin [-] Segment 6dd601a7-583c-4f63-b65d-e3acb6d06548 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6dd601a7-583c-4f63-b65d-e3acb6d06548 found for delete ", "request_id": "req-0fe6ef40-c81f-4d40-849f-1ef1bfd8c60c"}]} 2026-07-29 21:09:54.484 7 INFO neutron.services.segments.plugin [-] Segment c71f7cf5-c756-4b92-a820-a7f6df222175 resource provider aggregate not found 2026-07-29 21:09:54.491 7 INFO neutron.services.segments.plugin [-] Segment c71f7cf5-c756-4b92-a820-a7f6df222175 resource provider aggregate not found 2026-07-29 21:09:54.504 7 INFO neutron.services.segments.plugin [-] Segment c71f7cf5-c756-4b92-a820-a7f6df222175 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c71f7cf5-c756-4b92-a820-a7f6df222175 found for delete ", "request_id": "req-ef662f0f-66bb-412e-b725-5d2914dd9da0"}]} 2026-07-29 21:09:54.513 7 INFO neutron.services.segments.plugin [-] Segment c71f7cf5-c756-4b92-a820-a7f6df222175 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c71f7cf5-c756-4b92-a820-a7f6df222175 found for delete ", "request_id": "req-016038ca-0a92-4df7-8202-71ee15ce8919"}]} 2026-07-29 21:09:54.524 7 INFO neutron.services.segments.plugin [-] Segment 05b84021-6dc7-4391-a815-e79d7404f1b1 resource provider aggregate not found 2026-07-29 21:09:54.541 7 INFO neutron.services.segments.plugin [-] Segment 05b84021-6dc7-4391-a815-e79d7404f1b1 resource provider aggregate not found 2026-07-29 21:09:54.550 7 INFO neutron.services.segments.plugin [-] Segment 05b84021-6dc7-4391-a815-e79d7404f1b1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 05b84021-6dc7-4391-a815-e79d7404f1b1 found for delete ", "request_id": "req-cfebc10f-dd9f-4b5e-9943-5bb3c4999346"}]} 2026-07-29 21:09:54.561 7 INFO neutron.services.segments.plugin [-] Segment 05b84021-6dc7-4391-a815-e79d7404f1b1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 05b84021-6dc7-4391-a815-e79d7404f1b1 found for delete ", "request_id": "req-78edbc71-699a-459a-930f-25b1b4c5e639"}]} [pid: 7|app: 0|req: 1086/2082] 10.0.0.76 () {32 vars in 773 bytes} [Wed Jul 29 21:09:54 2026] GET /v2.0/security-groups?tenant_id=d2364539d7c84e42b2ae71a4054b32b2&name=default => generated 2925 bytes in 494 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 997/2085] 10.0.0.76 () {34 vars in 667 bytes} [Wed Jul 29 21:09:52 2026] POST /v2.0/routers => generated 474 bytes in 2127 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 998/2086] 10.0.0.76 () {34 vars in 750 bytes} [Wed Jul 29 21:09:54 2026] PUT /v2.0/routers/6360c324-8f3b-40af-948a-3272a12267d7/tags => generated 25 bytes in 149 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1089/2087] 10.0.0.76 () {32 vars in 773 bytes} [Wed Jul 29 21:09:54 2026] GET /v2.0/security-groups?tenant_id=af43a936a1cf4904ac078ccad4e5d34f&name=default => generated 2925 bytes in 257 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 999/2088] 10.0.0.76 () {32 vars in 739 bytes} [Wed Jul 29 21:09:55 2026] DELETE /v2.0/security-groups/375cb665-0738-4eab-a9ab-3dcf4c431879 => generated 0 bytes in 157 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1090/2089] 10.0.0.76 () {32 vars in 730 bytes} [Wed Jul 29 21:09:55 2026] GET /v2.0/routers/6360c324-8f3b-40af-948a-3272a12267d7/tags => generated 25 bytes in 120 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1000/2090] 10.0.0.76 () {32 vars in 739 bytes} [Wed Jul 29 21:09:55 2026] DELETE /v2.0/security-groups/41bf5301-9feb-49c6-b091-8f570dd39e09 => generated 0 bytes in 140 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1091/2091] 10.0.0.76 () {34 vars in 761 bytes} [Wed Jul 29 21:09:55 2026] PUT /v2.0/routers/6360c324-8f3b-40af-948a-3272a12267d7/tags/green => generated 4 bytes in 188 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1092/2092] 10.0.0.76 () {32 vars in 730 bytes} [Wed Jul 29 21:09:55 2026] GET /v2.0/routers/6360c324-8f3b-40af-948a-3272a12267d7/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: 1001/2093] 10.0.0.76 () {32 vars in 773 bytes} [Wed Jul 29 21:09:55 2026] GET /v2.0/security-groups?tenant_id=c65b5a6d2faf4b9a9dc2ec02111efe78&name=default => generated 2925 bytes in 289 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1093/2094] 10.0.0.76 () {34 vars in 757 bytes} [Wed Jul 29 21:09:55 2026] PUT /v2.0/routers/6360c324-8f3b-40af-948a-3272a12267d7/tags/red => generated 4 bytes in 151 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1002/2095] 10.0.0.76 () {32 vars in 739 bytes} [Wed Jul 29 21:09:55 2026] DELETE /v2.0/security-groups/d5452fcb-2866-43ab-b077-95c9721fd75f => generated 0 bytes in 151 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1094/2096] 10.0.0.76 () {32 vars in 730 bytes} [Wed Jul 29 21:09:55 2026] GET /v2.0/routers/6360c324-8f3b-40af-948a-3272a12267d7/tags => generated 34 bytes in 140 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1003/2097] 10.0.0.76 () {34 vars in 779 bytes} [Wed Jul 29 21:09:55 2026] PUT /v2.0/routers/6360c324-8f3b-40af-948a-3272a12267d7/tags/black.or.white => generated 4 bytes in 187 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1095/2098] 10.0.0.76 () {32 vars in 773 bytes} [Wed Jul 29 21:09:56 2026] GET /v2.0/security-groups?tenant_id=40edf5717d8f4ebd98a8d1a8296919c5&name=default => generated 2925 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1004/2099] 10.0.0.76 () {32 vars in 730 bytes} [Wed Jul 29 21:09:56 2026] GET /v2.0/routers/6360c324-8f3b-40af-948a-3272a12267d7/tags => generated 52 bytes in 105 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1096/2100] 10.0.0.76 () {32 vars in 739 bytes} [Wed Jul 29 21:09:56 2026] DELETE /v2.0/security-groups/6d295b46-e8ed-4d40-93c8-895ef29ab53d => generated 0 bytes in 158 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1005/2101] 10.0.0.76 () {34 vars in 750 bytes} [Wed Jul 29 21:09:56 2026] PUT /v2.0/routers/6360c324-8f3b-40af-948a-3272a12267d7/tags => generated 37 bytes in 154 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1097/2102] 10.0.0.76 () {32 vars in 730 bytes} [Wed Jul 29 21:09:56 2026] GET /v2.0/routers/6360c324-8f3b-40af-948a-3272a12267d7/tags => generated 37 bytes in 100 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1006/2103] 10.0.0.76 () {32 vars in 738 bytes} [Wed Jul 29 21:09:56 2026] GET /v2.0/routers/6360c324-8f3b-40af-948a-3272a12267d7/tags/red => generated 0 bytes in 105 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-29 21:09:56.662 7 INFO neutron.api.v2.resource [None req-3740d477-2969-4810-b02e-b944fc68376e b5787eafb06043109ecece9ad60ab2b7 eaa56db40a8a4592bd4f32f31b1ce991 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1098/2104] 10.0.0.76 () {32 vars in 742 bytes} [Wed Jul 29 21:09:56 2026] GET /v2.0/routers/6360c324-8f3b-40af-948a-3272a12267d7/tags/green => generated 99 bytes in 90 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1007/2105] 10.0.0.76 () {32 vars in 741 bytes} [Wed Jul 29 21:09:56 2026] DELETE /v2.0/routers/6360c324-8f3b-40af-948a-3272a12267d7/tags/red => generated 0 bytes in 152 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1099/2106] 10.0.0.76 () {32 vars in 730 bytes} [Wed Jul 29 21:09:56 2026] GET /v2.0/routers/6360c324-8f3b-40af-948a-3272a12267d7/tags => generated 30 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-29 21:09:57.026 8 INFO neutron.api.v2.resource [None req-6d202c90-346c-4dcc-9e09-48cf2d005e51 b5787eafb06043109ecece9ad60ab2b7 eaa56db40a8a4592bd4f32f31b1ce991 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1008/2107] 10.0.0.76 () {32 vars in 745 bytes} [Wed Jul 29 21:09:56 2026] DELETE /v2.0/routers/6360c324-8f3b-40af-948a-3272a12267d7/tags/green => generated 99 bytes in 102 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1100/2108] 10.0.0.76 () {32 vars in 733 bytes} [Wed Jul 29 21:09:57 2026] DELETE /v2.0/routers/6360c324-8f3b-40af-948a-3272a12267d7/tags => generated 0 bytes in 181 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1009/2109] 10.0.0.76 () {32 vars in 730 bytes} [Wed Jul 29 21:09:57 2026] GET /v2.0/routers/6360c324-8f3b-40af-948a-3272a12267d7/tags => generated 12 bytes in 117 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1101/2110] 10.0.0.76 () {32 vars in 720 bytes} [Wed Jul 29 21:09:57 2026] GET /v2.0/routers/6360c324-8f3b-40af-948a-3272a12267d7 => generated 480 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1010/2111] 10.0.0.76 () {34 vars in 741 bytes} [Wed Jul 29 21:09:57 2026] PUT /v2.0/routers/6360c324-8f3b-40af-948a-3272a12267d7 => generated 480 bytes in 1170 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1102/2112] 10.0.0.76 () {32 vars in 735 bytes} [Wed Jul 29 21:09:58 2026] GET /v2.0/ports?device_id=6360c324-8f3b-40af-948a-3272a12267d7 => generated 12 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-29 21:09:58.780 8 INFO neutron_taas.services.taas.taas_plugin [None req-6cb6e5a9-5cf9-4da9-83f2-db23c3667bd7 b5787eafb06043109ecece9ad60ab2b7 eaa56db40a8a4592bd4f32f31b1ce991 - - default default] TaaS: Handle Delete Port: ae8508dc-c67f-433d-b066-3e9992ccc696 2026-07-29 21:09:58.782 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6cb6e5a9-5cf9-4da9-83f2-db23c3667bd7 b5787eafb06043109ecece9ad60ab2b7 eaa56db40a8a4592bd4f32f31b1ce991 - - default default] Tap Mirror: Handle Delete Port: ae8508dc-c67f-433d-b066-3e9992ccc696 2026-07-29 21:09:59.271 8 INFO neutron.services.segments.plugin [-] Segment c7ac4fa2-9982-41cb-90a4-200d56d2bb48 resource provider aggregate not found 2026-07-29 21:09:59.282 8 INFO neutron.services.segments.plugin [-] Segment c7ac4fa2-9982-41cb-90a4-200d56d2bb48 resource provider aggregate not found 2026-07-29 21:09:59.291 8 INFO neutron.services.segments.plugin [-] Segment c7ac4fa2-9982-41cb-90a4-200d56d2bb48 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c7ac4fa2-9982-41cb-90a4-200d56d2bb48 found for delete ", "request_id": "req-d6d5eb78-d3f0-4e60-b22f-4e0e2fc46200"}]} 2026-07-29 21:09:59.302 8 INFO neutron.services.segments.plugin [-] Segment c7ac4fa2-9982-41cb-90a4-200d56d2bb48 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c7ac4fa2-9982-41cb-90a4-200d56d2bb48 found for delete ", "request_id": "req-ca07c2c0-91cd-4148-ab43-f1b1b89ed747"}]} 2026-07-29 21:09:59.342 8 INFO neutron.db.l3_hamode_db [None req-6cb6e5a9-5cf9-4da9-83f2-db23c3667bd7 b5787eafb06043109ecece9ad60ab2b7 eaa56db40a8a4592bd4f32f31b1ce991 - - default default] HA network 8a03f2f5-bff0-4f9a-9d63-8dbe11d3391c was deleted as no HA routers are present in tenant eaa56db40a8a4592bd4f32f31b1ce991. [pid: 8|app: 0|req: 1011/2113] 10.0.0.76 () {32 vars in 723 bytes} [Wed Jul 29 21:09:58 2026] DELETE /v2.0/routers/6360c324-8f3b-40af-948a-3272a12267d7 => generated 0 bytes in 728 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1103/2114] 10.0.0.76 () {32 vars in 773 bytes} [Wed Jul 29 21:09:59 2026] GET /v2.0/security-groups?tenant_id=878b391c5966458996521a387576b4c1&name=default => generated 2925 bytes in 409 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1012/2115] 10.0.0.76 () {32 vars in 739 bytes} [Wed Jul 29 21:09:59 2026] DELETE /v2.0/security-groups/0fc1b55a-8ca4-4d2c-a2fb-366d5447c964 => generated 0 bytes in 183 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1104/2116] 10.0.0.76 () {32 vars in 773 bytes} [Wed Jul 29 21:10:00 2026] GET /v2.0/security-groups?tenant_id=eaa56db40a8a4592bd4f32f31b1ce991&name=default => generated 2925 bytes in 539 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1013/2117] 10.0.0.76 () {32 vars in 739 bytes} [Wed Jul 29 21:10:00 2026] DELETE /v2.0/security-groups/c58a88a2-4575-4136-a470-76a6280d2ca2 => generated 0 bytes in 218 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1105/2118] 10.0.0.76 () {32 vars in 773 bytes} [Wed Jul 29 21:10:01 2026] GET /v2.0/security-groups?tenant_id=6ce9f05d07c14c1fa9fc8f865df75c7d&name=default => generated 2925 bytes in 180 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1014/2119] 10.0.0.76 () {32 vars in 739 bytes} [Wed Jul 29 21:10:01 2026] DELETE /v2.0/security-groups/9ab25d4f-d55d-4f7e-b59c-4b4ee39f5f6e => generated 0 bytes in 172 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1106/2120] 10.0.0.76 () {34 vars in 683 bytes} [Wed Jul 29 21:10:01 2026] POST /v2.0/security-groups => generated 1601 bytes in 705 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1015/2121] 10.0.0.76 () {34 vars in 683 bytes} [Wed Jul 29 21:10:02 2026] POST /v2.0/security-groups => generated 1601 bytes in 235 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1107/2122] 10.0.0.76 () {34 vars in 683 bytes} [Wed Jul 29 21:10:02 2026] POST /v2.0/security-groups => generated 1601 bytes in 297 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1016/2123] 10.0.0.76 () {32 vars in 773 bytes} [Wed Jul 29 21:10:02 2026] GET /v2.0/security-groups?tenant_id=7e3806c5043d4821ac875fbc3ae22a43&name=default => generated 2925 bytes in 400 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1017/2124] 10.0.0.76 () {32 vars in 739 bytes} [Wed Jul 29 21:10:03 2026] DELETE /v2.0/security-groups/1c5c1a6a-8702-4b99-88a7-e57d9b5fdfb2 => generated 0 bytes in 120 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1108/2125] 10.0.0.76 () {34 vars in 683 bytes} [Wed Jul 29 21:10:03 2026] POST /v2.0/security-groups => generated 1601 bytes in 291 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1018/2126] 10.0.0.76 () {34 vars in 683 bytes} [Wed Jul 29 21:10:03 2026] POST /v2.0/security-groups => generated 1601 bytes in 226 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1109/2127] 10.0.0.76 () {34 vars in 766 bytes} [Wed Jul 29 21:10:03 2026] PUT /v2.0/security-groups/4931831d-1d89-47d9-b6fe-97e2bec51232/tags => generated 17 bytes in 109 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1019/2128] 10.0.0.76 () {34 vars in 766 bytes} [Wed Jul 29 21:10:03 2026] PUT /v2.0/security-groups/14c10c9c-0b82-45dc-801b-f2604eb4d367/tags => generated 25 bytes in 98 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1110/2129] 10.0.0.76 () {34 vars in 766 bytes} [Wed Jul 29 21:10:03 2026] PUT /v2.0/security-groups/c2b4c8c7-6c53-4c41-9fac-3a2039ec4081/tags => generated 34 bytes in 108 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1020/2130] 10.0.0.76 () {34 vars in 766 bytes} [Wed Jul 29 21:10:03 2026] PUT /v2.0/security-groups/86662488-e426-4125-ac05-fe3a299f884a/tags => generated 19 bytes in 99 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1111/2131] 10.0.0.76 () {32 vars in 679 bytes} [Wed Jul 29 21:10:04 2026] GET /v2.0/security-groups?tags=red => generated 4804 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1021/2132] 10.0.0.76 () {32 vars in 693 bytes} [Wed Jul 29 21:10:04 2026] GET /v2.0/security-groups?tags=red%2Cblue => generated 3218 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1112/2133] 10.0.0.76 () {32 vars in 689 bytes} [Wed Jul 29 21:10:04 2026] GET /v2.0/security-groups?tags-any=blue => generated 3218 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1022/2134] 10.0.0.76 () {32 vars in 701 bytes} [Wed Jul 29 21:10:04 2026] GET /v2.0/security-groups?tags-any=red%2Cblue => generated 4804 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1113/2135] 10.0.0.76 () {32 vars in 687 bytes} [Wed Jul 29 21:10:04 2026] GET /v2.0/security-groups?not-tags=red => generated 6094 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1023/2136] 10.0.0.76 () {32 vars in 701 bytes} [Wed Jul 29 21:10:04 2026] GET /v2.0/security-groups?not-tags=red%2Cblue => generated 7680 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1114/2137] 10.0.0.76 () {32 vars in 697 bytes} [Wed Jul 29 21:10:04 2026] GET /v2.0/security-groups?not-tags-any=blue => generated 7680 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1024/2138] 10.0.0.76 () {32 vars in 709 bytes} [Wed Jul 29 21:10:04 2026] GET /v2.0/security-groups?not-tags-any=red%2Cblue => generated 6094 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1115/2139] 10.0.0.76 () {32 vars in 739 bytes} [Wed Jul 29 21:10:04 2026] DELETE /v2.0/security-groups/4931831d-1d89-47d9-b6fe-97e2bec51232 => generated 0 bytes in 153 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1025/2140] 10.0.0.76 () {32 vars in 739 bytes} [Wed Jul 29 21:10:04 2026] DELETE /v2.0/security-groups/14c10c9c-0b82-45dc-801b-f2604eb4d367 => generated 0 bytes in 141 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1116/2141] 10.0.0.76 () {32 vars in 739 bytes} [Wed Jul 29 21:10:04 2026] DELETE /v2.0/security-groups/c2b4c8c7-6c53-4c41-9fac-3a2039ec4081 => generated 0 bytes in 185 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1026/2142] 10.0.0.76 () {32 vars in 739 bytes} [Wed Jul 29 21:10:05 2026] DELETE /v2.0/security-groups/86662488-e426-4125-ac05-fe3a299f884a => generated 0 bytes in 129 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1117/2143] 10.0.0.76 () {32 vars in 739 bytes} [Wed Jul 29 21:10:05 2026] DELETE /v2.0/security-groups/583cef96-f815-4ae9-9a47-32116ba42d45 => generated 0 bytes in 160 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1027/2144] 10.0.0.76 () {34 vars in 675 bytes} [Wed Jul 29 21:10:05 2026] POST /v2.0/subnetpools => generated 516 bytes in 322 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1028/2145] 10.0.0.76 () {34 vars in 758 bytes} [Wed Jul 29 21:10:06 2026] PUT /v2.0/subnetpools/3f056845-1f30-4622-b2d2-797be99bd89a/tags => generated 25 bytes in 111 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1029/2146] 10.0.0.76 () {32 vars in 738 bytes} [Wed Jul 29 21:10:06 2026] GET /v2.0/subnetpools/3f056845-1f30-4622-b2d2-797be99bd89a/tags => generated 25 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1030/2147] 10.0.0.76 () {34 vars in 769 bytes} [Wed Jul 29 21:10:06 2026] PUT /v2.0/subnetpools/3f056845-1f30-4622-b2d2-797be99bd89a/tags/green => generated 4 bytes in 114 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1118/2148] 10.0.0.76 () {32 vars in 773 bytes} [Wed Jul 29 21:10:06 2026] GET /v2.0/security-groups?tenant_id=7781f845e7b740b3b304065b6b1a5aad&name=default => generated 2925 bytes in 337 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1031/2149] 10.0.0.76 () {32 vars in 738 bytes} [Wed Jul 29 21:10:06 2026] GET /v2.0/subnetpools/3f056845-1f30-4622-b2d2-797be99bd89a/tags => generated 34 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1032/2150] 10.0.0.76 () {34 vars in 765 bytes} [Wed Jul 29 21:10:06 2026] PUT /v2.0/subnetpools/3f056845-1f30-4622-b2d2-797be99bd89a/tags/red => generated 4 bytes in 33 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1033/2151] 10.0.0.76 () {32 vars in 738 bytes} [Wed Jul 29 21:10:06 2026] GET /v2.0/subnetpools/3f056845-1f30-4622-b2d2-797be99bd89a/tags => generated 34 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1119/2152] 10.0.0.76 () {32 vars in 739 bytes} [Wed Jul 29 21:10:06 2026] DELETE /v2.0/security-groups/27e7c198-0bef-4420-acf5-2218a6054bad => generated 0 bytes in 132 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1034/2153] 10.0.0.76 () {34 vars in 787 bytes} [Wed Jul 29 21:10:06 2026] PUT /v2.0/subnetpools/3f056845-1f30-4622-b2d2-797be99bd89a/tags/black.or.white => generated 4 bytes in 85 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1120/2154] 10.0.0.76 () {32 vars in 738 bytes} [Wed Jul 29 21:10:06 2026] GET /v2.0/subnetpools/3f056845-1f30-4622-b2d2-797be99bd89a/tags => generated 52 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1035/2155] 10.0.0.76 () {34 vars in 758 bytes} [Wed Jul 29 21:10:06 2026] PUT /v2.0/subnetpools/3f056845-1f30-4622-b2d2-797be99bd89a/tags => generated 37 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1121/2156] 10.0.0.76 () {32 vars in 738 bytes} [Wed Jul 29 21:10:06 2026] GET /v2.0/subnetpools/3f056845-1f30-4622-b2d2-797be99bd89a/tags => generated 37 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1122/2157] 10.0.0.76 () {32 vars in 746 bytes} [Wed Jul 29 21:10:06 2026] GET /v2.0/subnetpools/3f056845-1f30-4622-b2d2-797be99bd89a/tags/red => generated 0 bytes in 36 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-29 21:10:06.794 7 INFO neutron.api.v2.resource [None req-3619807e-a91a-420e-90e3-7be7ede236cf 7902455e74454f0188b0ea6806616135 5ef1949d3a3c4f37bf2a98ac7af13b7a - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1123/2158] 10.0.0.76 () {32 vars in 750 bytes} [Wed Jul 29 21:10:06 2026] GET /v2.0/subnetpools/3f056845-1f30-4622-b2d2-797be99bd89a/tags/green => generated 99 bytes in 32 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1124/2159] 10.0.0.76 () {32 vars in 749 bytes} [Wed Jul 29 21:10:06 2026] DELETE /v2.0/subnetpools/3f056845-1f30-4622-b2d2-797be99bd89a/tags/red => generated 0 bytes in 75 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1036/2160] 10.0.0.76 () {32 vars in 773 bytes} [Wed Jul 29 21:10:06 2026] GET /v2.0/security-groups?tenant_id=22742ca16550439db8ed5161bde091b5&name=default => generated 2925 bytes in 182 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1125/2161] 10.0.0.76 () {32 vars in 738 bytes} [Wed Jul 29 21:10:06 2026] GET /v2.0/subnetpools/3f056845-1f30-4622-b2d2-797be99bd89a/tags => generated 30 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-29 21:10:06.967 7 INFO neutron.api.v2.resource [None req-3315c56e-e5d9-4164-84b3-f7fa01d5d850 7902455e74454f0188b0ea6806616135 5ef1949d3a3c4f37bf2a98ac7af13b7a - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1126/2162] 10.0.0.76 () {32 vars in 753 bytes} [Wed Jul 29 21:10:06 2026] DELETE /v2.0/subnetpools/3f056845-1f30-4622-b2d2-797be99bd89a/tags/green => generated 99 bytes in 40 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1037/2163] 10.0.0.76 () {32 vars in 739 bytes} [Wed Jul 29 21:10:06 2026] DELETE /v2.0/security-groups/fc767288-64ac-4a61-ba7b-61f78f65c032 => 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: 1127/2164] 10.0.0.76 () {32 vars in 741 bytes} [Wed Jul 29 21:10:06 2026] DELETE /v2.0/subnetpools/3f056845-1f30-4622-b2d2-797be99bd89a/tags => generated 0 bytes in 86 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1038/2165] 10.0.0.76 () {32 vars in 738 bytes} [Wed Jul 29 21:10:07 2026] GET /v2.0/subnetpools/3f056845-1f30-4622-b2d2-797be99bd89a/tags => generated 12 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1128/2166] 10.0.0.76 () {32 vars in 731 bytes} [Wed Jul 29 21:10:07 2026] DELETE /v2.0/subnetpools/3f056845-1f30-4622-b2d2-797be99bd89a => 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: 1039/2167] 10.0.0.76 () {32 vars in 773 bytes} [Wed Jul 29 21:10:07 2026] GET /v2.0/security-groups?tenant_id=a20469e22fcb4fcda8d8e66990fa14a2&name=default => generated 2925 bytes in 149 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1129/2168] 10.0.0.76 () {32 vars in 739 bytes} [Wed Jul 29 21:10:07 2026] DELETE /v2.0/security-groups/b1f08b7f-c0aa-40b1-8cf3-9b5c09a94091 => generated 0 bytes in 152 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1040/2169] 10.0.0.76 () {32 vars in 773 bytes} [Wed Jul 29 21:10:07 2026] GET /v2.0/security-groups?tenant_id=0115af22a93c4522aada9b87b08a73a2&name=default => generated 2925 bytes in 334 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1041/2170] 10.0.0.76 () {32 vars in 739 bytes} [Wed Jul 29 21:10:08 2026] DELETE /v2.0/security-groups/850369ad-d1d8-4ed1-bf05-74d533d65dcd => 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: 1130/2171] 10.0.0.76 () {32 vars in 773 bytes} [Wed Jul 29 21:10:08 2026] GET /v2.0/security-groups?tenant_id=250fa21c45734e3da54e7316ad13afec&name=default => generated 2925 bytes in 372 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1042/2172] 10.0.0.76 () {32 vars in 739 bytes} [Wed Jul 29 21:10:08 2026] DELETE /v2.0/security-groups/3bcb4419-13d7-4318-b320-ca70378f1277 => generated 0 bytes in 128 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-29 21:10:08.947 7 INFO neutron.db.segments_db [None req-9d687e8e-7d97-4e44-a2b7-909f0010d7a4 4ba9737ef44549ff9f54051bee2a51af da9235cdc4604e2bbd105dd2da2985ac - - default default] Added segment 6865b29d-6c86-4ba4-b836-53af161d6ce3 of type vxlan for network 366cf06a-b147-4bc4-8ebc-0afa314852c3 [pid: 8|app: 0|req: 1043/2173] 10.0.0.76 () {32 vars in 773 bytes} [Wed Jul 29 21:10:08 2026] GET /v2.0/security-groups?tenant_id=5ef1949d3a3c4f37bf2a98ac7af13b7a&name=default => generated 2925 bytes in 223 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1131/2174] 10.0.0.76 () {34 vars in 669 bytes} [Wed Jul 29 21:10:08 2026] POST /v2.0/networks => generated 612 bytes in 604 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1044/2175] 10.0.0.76 () {32 vars in 739 bytes} [Wed Jul 29 21:10:09 2026] DELETE /v2.0/security-groups/d1a920c4-346d-4bbc-992e-632b4366ccaa => generated 0 bytes in 140 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1132/2178] 10.0.0.76 () {34 vars in 668 bytes} [Wed Jul 29 21:10:09 2026] POST /v2.0/subnets => generated 626 bytes in 498 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-29 21:10:09.702 8 INFO neutron.db.segments_db [None req-9bc52ada-ffd5-4ca4-8909-5e9f290fea3c 4ba9737ef44549ff9f54051bee2a51af da9235cdc4604e2bbd105dd2da2985ac - - default default] Added segment 6dd4b219-3298-4e9f-81da-8c598de5843f of type vxlan for network de6fd78d-4c0c-48d7-89d9-5c9d78a7a670 [pid: 8|app: 0|req: 1047/2179] 10.0.0.76 () {34 vars in 669 bytes} [Wed Jul 29 21:10:09 2026] POST /v2.0/networks => generated 613 bytes in 293 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1133/2180] 10.0.0.76 () {34 vars in 668 bytes} [Wed Jul 29 21:10:09 2026] POST /v2.0/subnets => generated 629 bytes in 509 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-29 21:10:10.528 8 INFO neutron.db.segments_db [None req-7a2b4949-5562-44bb-918a-05045f3459cd 4ba9737ef44549ff9f54051bee2a51af da9235cdc4604e2bbd105dd2da2985ac - - default default] Added segment a59f884a-9398-43f4-88f9-da13de8127b3 of type vxlan for network 706172ee-8f37-4a23-9b77-f9c53ba902ba [pid: 8|app: 0|req: 1048/2181] 10.0.0.76 () {34 vars in 669 bytes} [Wed Jul 29 21:10:10 2026] POST /v2.0/networks => generated 612 bytes in 287 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1134/2182] 10.0.0.36 () {32 vars in 800 bytes} [Wed Jul 29 21:10:10 2026] GET /v2.0/extensions => generated 21537 bytes in 240 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1135/2183] 10.0.0.36 () {30 vars in 723 bytes} [Wed Jul 29 21:10:10 2026] GET /v2.0/quotas/281b00ce73e7405a85d0f7b9cf956253/details => generated 847 bytes in 123 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1049/2184] 10.0.0.76 () {34 vars in 668 bytes} [Wed Jul 29 21:10:10 2026] POST /v2.0/subnets => generated 629 bytes in 573 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-29 21:10:11.408 7 INFO neutron.db.segments_db [None req-f817bc35-da12-4fe8-913f-97a6599ab46b 4ba9737ef44549ff9f54051bee2a51af da9235cdc4604e2bbd105dd2da2985ac - - default default] Added segment 7001b10d-76fe-43ff-a82b-703f20147059 of type vxlan for network 28c03eb0-0cae-432c-98a0-ed1a03abc16d [pid: 7|app: 0|req: 1136/2185] 10.0.0.76 () {34 vars in 669 bytes} [Wed Jul 29 21:10:11 2026] POST /v2.0/networks => generated 612 bytes in 248 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1050/2186] 10.0.0.76 () {34 vars in 668 bytes} [Wed Jul 29 21:10:11 2026] POST /v2.0/subnets => generated 629 bytes in 440 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-29 21:10:12.111 7 INFO neutron.db.segments_db [None req-efadd39b-7aca-4238-bd14-ed49a025cb80 4ba9737ef44549ff9f54051bee2a51af da9235cdc4604e2bbd105dd2da2985ac - - default default] Added segment abfa64f2-e4b6-41fc-b212-efdacb246d9b of type vxlan for network ef9a3e73-9f99-4730-8aa4-2d8912979c16 [pid: 7|app: 0|req: 1137/2187] 10.0.0.76 () {34 vars in 669 bytes} [Wed Jul 29 21:10:11 2026] POST /v2.0/networks => generated 613 bytes in 296 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1051/2188] 10.0.0.76 () {34 vars in 668 bytes} [Wed Jul 29 21:10:12 2026] POST /v2.0/subnets => generated 629 bytes in 424 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1138/2189] 10.0.0.76 () {34 vars in 750 bytes} [Wed Jul 29 21:10:12 2026] PUT /v2.0/subnets/54eadbec-59cd-4e23-8e75-9b12b5e48c12/tags => generated 17 bytes in 93 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1052/2190] 10.0.0.76 () {34 vars in 750 bytes} [Wed Jul 29 21:10:12 2026] PUT /v2.0/subnets/923c2d96-a72a-4ee0-aecd-4820b2b11d3b/tags => generated 25 bytes in 123 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1139/2191] 10.0.0.76 () {34 vars in 750 bytes} [Wed Jul 29 21:10:12 2026] PUT /v2.0/subnets/bd7a6272-0082-440f-8232-5f334061951a/tags => generated 34 bytes in 117 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1053/2192] 10.0.0.76 () {34 vars in 750 bytes} [Wed Jul 29 21:10:13 2026] PUT /v2.0/subnets/3acafdcc-6674-4376-a259-f0fe98aafa1c/tags => generated 19 bytes in 108 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1140/2193] 10.0.0.76 () {32 vars in 663 bytes} [Wed Jul 29 21:10:13 2026] GET /v2.0/subnets?tags=red => generated 1904 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1054/2194] 10.0.0.76 () {32 vars in 677 bytes} [Wed Jul 29 21:10:13 2026] GET /v2.0/subnets?tags=red%2Cblue => generated 1283 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1141/2195] 10.0.0.76 () {32 vars in 673 bytes} [Wed Jul 29 21:10:13 2026] GET /v2.0/subnets?tags-any=blue => generated 1283 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1055/2196] 10.0.0.76 () {32 vars in 685 bytes} [Wed Jul 29 21:10:13 2026] GET /v2.0/subnets?tags-any=red%2Cblue => generated 1904 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1142/2197] 10.0.0.76 () {32 vars in 671 bytes} [Wed Jul 29 21:10:13 2026] GET /v2.0/subnets?not-tags=red => generated 1894 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1056/2198] 10.0.0.76 () {32 vars in 685 bytes} [Wed Jul 29 21:10:13 2026] GET /v2.0/subnets?not-tags=red%2Cblue => generated 2515 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1057/2199] 10.0.0.76 () {32 vars in 681 bytes} [Wed Jul 29 21:10:13 2026] GET /v2.0/subnets?not-tags-any=blue => generated 2515 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1058/2200] 10.0.0.76 () {32 vars in 693 bytes} [Wed Jul 29 21:10:13 2026] GET /v2.0/subnets?not-tags-any=red%2Cblue => generated 1894 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1059/2201] 10.0.0.76 () {32 vars in 723 bytes} [Wed Jul 29 21:10:13 2026] DELETE /v2.0/subnets/54eadbec-59cd-4e23-8e75-9b12b5e48c12 => generated 0 bytes in 183 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1143/2202] 10.0.0.76 () {34 vars in 675 bytes} [Wed Jul 29 21:10:13 2026] POST /v2.0/subnetpools => generated 516 bytes in 367 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1144/2203] 10.0.0.76 () {34 vars in 675 bytes} [Wed Jul 29 21:10:13 2026] POST /v2.0/subnetpools => generated 516 bytes in 260 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1060/2204] 10.0.0.76 () {32 vars in 723 bytes} [Wed Jul 29 21:10:13 2026] DELETE /v2.0/subnets/923c2d96-a72a-4ee0-aecd-4820b2b11d3b => generated 0 bytes in 391 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1145/2205] 10.0.0.76 () {34 vars in 675 bytes} [Wed Jul 29 21:10:14 2026] POST /v2.0/subnetpools => generated 516 bytes in 166 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1061/2206] 10.0.0.76 () {32 vars in 723 bytes} [Wed Jul 29 21:10:14 2026] DELETE /v2.0/subnets/bd7a6272-0082-440f-8232-5f334061951a => 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: 1146/2207] 10.0.0.76 () {34 vars in 675 bytes} [Wed Jul 29 21:10:14 2026] POST /v2.0/subnetpools => generated 516 bytes in 165 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1062/2208] 10.0.0.76 () {32 vars in 723 bytes} [Wed Jul 29 21:10:14 2026] DELETE /v2.0/subnets/3acafdcc-6674-4376-a259-f0fe98aafa1c => generated 0 bytes in 143 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1063/2209] 10.0.0.36 () {32 vars in 800 bytes} [Wed Jul 29 21:10:14 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: 1147/2210] 10.0.0.76 () {34 vars in 675 bytes} [Wed Jul 29 21:10:14 2026] POST /v2.0/subnetpools => generated 516 bytes in 147 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1148/2211] 10.0.0.76 () {34 vars in 758 bytes} [Wed Jul 29 21:10:14 2026] PUT /v2.0/subnetpools/f7ad94e3-e889-4f20-8fa1-5492ce899a64/tags => generated 17 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1064/2212] 10.0.0.76 () {32 vars in 723 bytes} [Wed Jul 29 21:10:14 2026] DELETE /v2.0/subnets/59929ec7-76d9-4986-b252-423cc0beb3a4 => generated 0 bytes in 163 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1149/2213] 10.0.0.76 () {34 vars in 758 bytes} [Wed Jul 29 21:10:14 2026] PUT /v2.0/subnetpools/09e0c10d-7f0d-4f91-a384-e5928002608f/tags => generated 25 bytes in 112 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1065/2214] 10.0.0.36 () {30 vars in 723 bytes} [Wed Jul 29 21:10:14 2026] GET /v2.0/quotas/281b00ce73e7405a85d0f7b9cf956253/details => generated 847 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1066/2215] 10.0.0.76 () {34 vars in 758 bytes} [Wed Jul 29 21:10:14 2026] PUT /v2.0/subnetpools/bf77c551-0f8f-4bef-84df-88ad9a25d877/tags => generated 34 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-29 21:10:14.932 7 INFO neutron_taas.services.taas.taas_plugin [None req-3dd3181f-ea9d-4d7d-bc0a-58838f2e7ab7 4ba9737ef44549ff9f54051bee2a51af da9235cdc4604e2bbd105dd2da2985ac - - default default] TaaS: Handle Delete Port: 6c2d0f82-5161-4a6a-8ec4-6ec17e0029f3 2026-07-29 21:10:14.938 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3dd3181f-ea9d-4d7d-bc0a-58838f2e7ab7 4ba9737ef44549ff9f54051bee2a51af da9235cdc4604e2bbd105dd2da2985ac - - default default] Tap Mirror: Handle Delete Port: 6c2d0f82-5161-4a6a-8ec4-6ec17e0029f3 [pid: 8|app: 0|req: 1067/2216] 10.0.0.76 () {34 vars in 758 bytes} [Wed Jul 29 21:10:14 2026] PUT /v2.0/subnetpools/974eef78-46f0-47a2-a34a-b31eb599a885/tags => generated 19 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1068/2217] 10.0.0.76 () {32 vars in 671 bytes} [Wed Jul 29 21:10:14 2026] GET /v2.0/subnetpools?tags=red => generated 1563 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1069/2218] 10.0.0.76 () {32 vars in 685 bytes} [Wed Jul 29 21:10:15 2026] GET /v2.0/subnetpools?tags=red%2Cblue => generated 1056 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1070/2219] 10.0.0.76 () {32 vars in 681 bytes} [Wed Jul 29 21:10:15 2026] GET /v2.0/subnetpools?tags-any=blue => generated 1056 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1071/2220] 10.0.0.76 () {32 vars in 693 bytes} [Wed Jul 29 21:10:15 2026] GET /v2.0/subnetpools?tags-any=red%2Cblue => generated 1563 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-29 21:10:15.165 7 INFO neutron.services.segments.plugin [-] Segment 6865b29d-6c86-4ba4-b836-53af161d6ce3 resource provider aggregate not found [pid: 8|app: 0|req: 1072/2221] 10.0.0.76 () {32 vars in 679 bytes} [Wed Jul 29 21:10:15 2026] GET /v2.0/subnetpools?not-tags=red => generated 1028 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-29 21:10:15.170 7 INFO neutron.services.segments.plugin [-] Segment 6865b29d-6c86-4ba4-b836-53af161d6ce3 resource provider aggregate not found 2026-07-29 21:10:15.203 7 INFO neutron.services.segments.plugin [-] Segment 6865b29d-6c86-4ba4-b836-53af161d6ce3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6865b29d-6c86-4ba4-b836-53af161d6ce3 found for delete ", "request_id": "req-28511d27-8f4c-4c95-a469-893c942b5234"}]} 2026-07-29 21:10:15.208 7 INFO neutron.services.segments.plugin [-] Segment 6865b29d-6c86-4ba4-b836-53af161d6ce3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6865b29d-6c86-4ba4-b836-53af161d6ce3 found for delete ", "request_id": "req-6eb68ab0-f38b-4a34-afc7-a64b4758cf64"}]} [pid: 8|app: 0|req: 1073/2222] 10.0.0.76 () {32 vars in 693 bytes} [Wed Jul 29 21:10:15 2026] GET /v2.0/subnetpools?not-tags=red%2Cblue => generated 1535 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1074/2223] 10.0.0.76 () {32 vars in 689 bytes} [Wed Jul 29 21:10:15 2026] GET /v2.0/subnetpools?not-tags-any=blue => generated 1535 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1150/2224] 10.0.0.76 () {32 vars in 725 bytes} [Wed Jul 29 21:10:14 2026] DELETE /v2.0/networks/366cf06a-b147-4bc4-8ebc-0afa314852c3 => generated 0 bytes in 463 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1075/2225] 10.0.0.76 () {32 vars in 701 bytes} [Wed Jul 29 21:10:15 2026] GET /v2.0/subnetpools?not-tags-any=red%2Cblue => generated 1028 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1076/2226] 10.0.0.76 () {32 vars in 731 bytes} [Wed Jul 29 21:10:15 2026] DELETE /v2.0/subnetpools/f7ad94e3-e889-4f20-8fa1-5492ce899a64 => generated 0 bytes in 90 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-29 21:10:15.425 7 INFO neutron_taas.services.taas.taas_plugin [None req-f54751e8-bc01-4869-83fd-43ccc02d106b 4ba9737ef44549ff9f54051bee2a51af da9235cdc4604e2bbd105dd2da2985ac - - default default] TaaS: Handle Delete Port: 78c498c4-7ced-4f2e-8ddb-b93f95224000 2026-07-29 21:10:15.427 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f54751e8-bc01-4869-83fd-43ccc02d106b 4ba9737ef44549ff9f54051bee2a51af da9235cdc4604e2bbd105dd2da2985ac - - default default] Tap Mirror: Handle Delete Port: 78c498c4-7ced-4f2e-8ddb-b93f95224000 [pid: 8|app: 0|req: 1077/2227] 10.0.0.76 () {32 vars in 731 bytes} [Wed Jul 29 21:10:15 2026] DELETE /v2.0/subnetpools/09e0c10d-7f0d-4f91-a384-e5928002608f => 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: 1078/2228] 10.0.0.76 () {32 vars in 731 bytes} [Wed Jul 29 21:10:15 2026] DELETE /v2.0/subnetpools/bf77c551-0f8f-4bef-84df-88ad9a25d877 => generated 0 bytes in 69 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1079/2229] 10.0.0.76 () {32 vars in 731 bytes} [Wed Jul 29 21:10:15 2026] DELETE /v2.0/subnetpools/974eef78-46f0-47a2-a34a-b31eb599a885 => 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: 1151/2230] 10.0.0.76 () {32 vars in 725 bytes} [Wed Jul 29 21:10:15 2026] DELETE /v2.0/networks/de6fd78d-4c0c-48d7-89d9-5c9d78a7a670 => generated 0 bytes in 411 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1080/2231] 10.0.0.76 () {32 vars in 731 bytes} [Wed Jul 29 21:10:15 2026] DELETE /v2.0/subnetpools/84f1b949-171e-4a3e-96b2-b76a880be915 => generated 0 bytes in 84 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1152/2232] 10.0.0.76 () {32 vars in 725 bytes} [Wed Jul 29 21:10:15 2026] DELETE /v2.0/networks/706172ee-8f37-4a23-9b77-f9c53ba902ba => generated 0 bytes in 170 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-29 21:10:16.056 8 INFO neutron.services.segments.plugin [-] Segment 7001b10d-76fe-43ff-a82b-703f20147059 resource provider aggregate not found 2026-07-29 21:10:16.060 8 INFO neutron.services.segments.plugin [-] Segment 7001b10d-76fe-43ff-a82b-703f20147059 resource provider aggregate not found 2026-07-29 21:10:16.079 8 INFO neutron.services.segments.plugin [-] Segment 7001b10d-76fe-43ff-a82b-703f20147059 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7001b10d-76fe-43ff-a82b-703f20147059 found for delete ", "request_id": "req-90c53e57-1692-4a46-94f9-16d6effc223d"}]} 2026-07-29 21:10:16.081 8 INFO neutron.services.segments.plugin [-] Segment 7001b10d-76fe-43ff-a82b-703f20147059 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7001b10d-76fe-43ff-a82b-703f20147059 found for delete ", "request_id": "req-c91f44af-90d0-4d60-8737-e026d2f10e1b"}]} [pid: 8|app: 0|req: 1081/2233] 10.0.0.76 () {32 vars in 725 bytes} [Wed Jul 29 21:10:15 2026] DELETE /v2.0/networks/28c03eb0-0cae-432c-98a0-ed1a03abc16d => generated 0 bytes in 235 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1153/2234] 10.0.0.76 () {32 vars in 725 bytes} [Wed Jul 29 21:10:16 2026] DELETE /v2.0/networks/ef9a3e73-9f99-4730-8aa4-2d8912979c16 => generated 0 bytes in 174 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-29 21:10:17.232 7 INFO neutron.services.segments.plugin [-] Segment 6dd4b219-3298-4e9f-81da-8c598de5843f resource provider aggregate not found 2026-07-29 21:10:17.237 7 INFO neutron.services.segments.plugin [-] Segment 6dd4b219-3298-4e9f-81da-8c598de5843f resource provider aggregate not found 2026-07-29 21:10:17.255 7 INFO neutron.services.segments.plugin [-] Segment 6dd4b219-3298-4e9f-81da-8c598de5843f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6dd4b219-3298-4e9f-81da-8c598de5843f found for delete ", "request_id": "req-7d85d6fa-6ff0-46e9-84c0-11847d2beae9"}]} 2026-07-29 21:10:17.263 7 INFO neutron.services.segments.plugin [-] Segment 6dd4b219-3298-4e9f-81da-8c598de5843f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6dd4b219-3298-4e9f-81da-8c598de5843f found for delete ", "request_id": "req-4b2c1e67-412e-4ecd-bebd-939329629c35"}]} 2026-07-29 21:10:17.272 7 INFO neutron.services.segments.plugin [-] Segment a59f884a-9398-43f4-88f9-da13de8127b3 resource provider aggregate not found 2026-07-29 21:10:17.288 7 INFO neutron.services.segments.plugin [-] Segment a59f884a-9398-43f4-88f9-da13de8127b3 resource provider aggregate not found 2026-07-29 21:10:17.292 7 INFO neutron.services.segments.plugin [-] Segment a59f884a-9398-43f4-88f9-da13de8127b3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a59f884a-9398-43f4-88f9-da13de8127b3 found for delete ", "request_id": "req-8b9ad187-353d-40cb-ae38-2c0474ff6b96"}]} 2026-07-29 21:10:17.305 7 INFO neutron.services.segments.plugin [-] Segment abfa64f2-e4b6-41fc-b212-efdacb246d9b resource provider aggregate not found 2026-07-29 21:10:17.309 7 INFO neutron.services.segments.plugin [-] Segment a59f884a-9398-43f4-88f9-da13de8127b3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a59f884a-9398-43f4-88f9-da13de8127b3 found for delete ", "request_id": "req-68e7e2c6-a052-4440-9b1d-dc0f79a137b7"}]} 2026-07-29 21:10:17.322 7 INFO neutron.services.segments.plugin [-] Segment abfa64f2-e4b6-41fc-b212-efdacb246d9b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid abfa64f2-e4b6-41fc-b212-efdacb246d9b found for delete ", "request_id": "req-3954d62e-6dda-42d5-b7eb-d728db114992"}]} 2026-07-29 21:10:17.325 7 INFO neutron.services.segments.plugin [-] Segment abfa64f2-e4b6-41fc-b212-efdacb246d9b resource provider aggregate not found 2026-07-29 21:10:17.348 7 INFO neutron.services.segments.plugin [-] Segment abfa64f2-e4b6-41fc-b212-efdacb246d9b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid abfa64f2-e4b6-41fc-b212-efdacb246d9b found for delete ", "request_id": "req-229b1ff7-b323-4d38-9787-6e110916d1d1"}]} [pid: 8|app: 0|req: 1082/2235] 10.0.0.76 () {32 vars in 773 bytes} [Wed Jul 29 21:10:16 2026] GET /v2.0/security-groups?tenant_id=40bfe071ef00497b8e6f5a622c6bb650&name=default => generated 2925 bytes in 448 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1154/2236] 10.0.0.76 () {32 vars in 739 bytes} [Wed Jul 29 21:10:17 2026] DELETE /v2.0/security-groups/904a5941-e915-453d-809e-ceae509d278b => generated 0 bytes in 149 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1083/2237] 10.0.0.76 () {32 vars in 773 bytes} [Wed Jul 29 21:10:17 2026] GET /v2.0/security-groups?tenant_id=da9235cdc4604e2bbd105dd2da2985ac&name=default => generated 2925 bytes in 143 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1155/2238] 10.0.0.76 () {32 vars in 739 bytes} [Wed Jul 29 21:10:17 2026] DELETE /v2.0/security-groups/5ab36150-7b6a-4db0-a458-a0e1a07c45f3 => 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: 1084/2239] 10.0.0.76 () {32 vars in 773 bytes} [Wed Jul 29 21:10:17 2026] GET /v2.0/security-groups?tenant_id=414d2df578b4477d8b097759d9843016&name=default => generated 2925 bytes in 203 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1156/2240] 10.0.0.76 () {32 vars in 739 bytes} [Wed Jul 29 21:10:17 2026] DELETE /v2.0/security-groups/40e05802-2ff5-45f5-81ac-fde094eed751 => generated 0 bytes in 129 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1085/2241] 10.0.0.76 () {32 vars in 773 bytes} [Wed Jul 29 21:10:18 2026] GET /v2.0/security-groups?tenant_id=17686db8d36a466b960768d1ced35af7&name=default => generated 2925 bytes in 180 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1157/2242] 10.0.0.76 () {32 vars in 739 bytes} [Wed Jul 29 21:10:18 2026] DELETE /v2.0/security-groups/29fe23a7-a86b-4d10-956b-b70e8db529ee => generated 0 bytes in 149 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1158/2243] 10.0.0.76 () {32 vars in 773 bytes} [Wed Jul 29 21:10:18 2026] GET /v2.0/security-groups?tenant_id=a6eb7573ed3748e38a6f44f159b4eacd&name=default => generated 2925 bytes in 211 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1086/2244] 10.0.0.76 () {32 vars in 773 bytes} [Wed Jul 29 21:10:18 2026] GET /v2.0/security-groups?tenant_id=281b00ce73e7405a85d0f7b9cf956253&name=default => generated 2925 bytes in 410 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1159/2245] 10.0.0.76 () {32 vars in 739 bytes} [Wed Jul 29 21:10:18 2026] DELETE /v2.0/security-groups/fa66a683-fd9b-4433-9992-502410098ab5 => generated 0 bytes in 128 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1087/2246] 10.0.0.76 () {32 vars in 773 bytes} [Wed Jul 29 21:10:18 2026] GET /v2.0/security-groups?tenant_id=20cc4d84fb6b481dafe574973c5cc8e4&name=default => generated 2925 bytes in 150 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1160/2247] 10.0.0.76 () {32 vars in 739 bytes} [Wed Jul 29 21:10:18 2026] DELETE /v2.0/security-groups/570cc4ae-b3cb-436f-aaeb-d21c06eb30dc => generated 0 bytes in 158 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1088/2248] 10.0.0.76 () {32 vars in 739 bytes} [Wed Jul 29 21:10:18 2026] DELETE /v2.0/security-groups/323c291e-b8e8-4a05-b277-19f58711b3d1 => generated 0 bytes in 204 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-29 21:10:22.705 8 INFO neutron.db.segments_db [None req-8eb6b237-6dbe-455f-8c9f-a1607be33566 5494fde467574c8b99e117ca9e171d92 0064ffd916344b9cb8aba665135f76c9 - - default default] Added segment d46043b9-cd9d-4550-ba9c-fad7242d035e of type vxlan for network ec05ba30-6881-42b6-aa0d-61f22b8cd958 2026-07-29 21:10:22.729 7 INFO neutron.db.segments_db [None req-9f84fffb-6ddd-435d-be6b-d861cbbba905 4ea098d587c84f8e94b47afde427dac2 2933cdb491884748a7578e65c162964a - - default default] Added segment a52604ea-f700-4a28-bc29-f13320555ebc of type vxlan for network 3aef32ca-5038-4fff-97ac-e76de2fd9dfe [pid: 8|app: 0|req: 1089/2249] 10.0.0.76 () {34 vars in 669 bytes} [Wed Jul 29 21:10:22 2026] POST /v2.0/networks => generated 612 bytes in 426 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1161/2250] 10.0.0.76 () {34 vars in 670 bytes} [Wed Jul 29 21:10:22 2026] POST /v2.0/networks => generated 614 bytes in 543 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1090/2251] 10.0.0.76 () {34 vars in 677 bytes} [Wed Jul 29 21:10:22 2026] POST /v2.0/qos/policies => generated 359 bytes in 172 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-29 21:10:23.106 8 INFO neutron.db.segments_db [None req-e00c112e-a91b-465d-9c91-7bf93761bd47 4ea098d587c84f8e94b47afde427dac2 2933cdb491884748a7578e65c162964a - - default default] Added segment 00a654b2-1b6b-4b9d-a03d-04a8082e932d of type vxlan for network f6552856-ebad-496a-a7e6-d9a74931c891 [pid: 7|app: 0|req: 1162/2252] 10.0.0.76 () {34 vars in 663 bytes} [Wed Jul 29 21:10:22 2026] POST /v2.0/ports => generated 743 bytes in 566 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-07-29 21:10:23.504 8 INFO neutron.db.l3_hamode_db [None req-e00c112e-a91b-465d-9c91-7bf93761bd47 4ea098d587c84f8e94b47afde427dac2 2933cdb491884748a7578e65c162964a - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1163/2253] 10.0.0.76 () {34 vars in 752 bytes} [Wed Jul 29 21:10:23 2026] PUT /v2.0/policies/f6675852-b94a-4852-ade2-89c3349c4a1a/tags => generated 25 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1164/2254] 10.0.0.76 () {34 vars in 746 bytes} [Wed Jul 29 21:10:23 2026] PUT /v2.0/ports/2cd298f7-e1f3-483a-bd94-b4307de38a53/tags => generated 25 bytes in 116 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: 1165/2255] 10.0.0.76 () {32 vars in 732 bytes} [Wed Jul 29 21:10:23 2026] GET /v2.0/policies/f6675852-b94a-4852-ade2-89c3349c4a1a/tags => generated 25 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1166/2256] 10.0.0.76 () {32 vars in 726 bytes} [Wed Jul 29 21:10:23 2026] GET /v2.0/ports/2cd298f7-e1f3-483a-bd94-b4307de38a53/tags => generated 25 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1167/2257] 10.0.0.76 () {34 vars in 763 bytes} [Wed Jul 29 21:10:23 2026] PUT /v2.0/policies/f6675852-b94a-4852-ade2-89c3349c4a1a/tags/green => generated 4 bytes in 82 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1168/2258] 10.0.0.76 () {34 vars in 757 bytes} [Wed Jul 29 21:10:23 2026] PUT /v2.0/ports/2cd298f7-e1f3-483a-bd94-b4307de38a53/tags/green => generated 4 bytes in 141 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1169/2259] 10.0.0.76 () {32 vars in 732 bytes} [Wed Jul 29 21:10:23 2026] GET /v2.0/policies/f6675852-b94a-4852-ade2-89c3349c4a1a/tags => generated 34 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1170/2260] 10.0.0.76 () {32 vars in 726 bytes} [Wed Jul 29 21:10:24 2026] GET /v2.0/ports/2cd298f7-e1f3-483a-bd94-b4307de38a53/tags => generated 34 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, ' [pid: 7|app: 0|req: 1171/2261] 10.0.0.76 () {34 vars in 759 bytes} [Wed Jul 29 21:10:24 2026] PUT /v2.0/policies/f6675852-b94a-4852-ade2-89c3349c4a1a/tags/red => 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: 1172/2262] 10.0.0.76 () {34 vars in 753 bytes} [Wed Jul 29 21:10:24 2026] PUT /v2.0/ports/2cd298f7-e1f3-483a-bd94-b4307de38a53/tags/red => generated 4 bytes in 70 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1173/2263] 10.0.0.76 () {32 vars in 732 bytes} [Wed Jul 29 21:10:24 2026] GET /v2.0/policies/f6675852-b94a-4852-ade2-89c3349c4a1a/tags => generated 34 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1174/2264] 10.0.0.76 () {32 vars in 726 bytes} [Wed Jul 29 21:10:24 2026] GET /v2.0/ports/2cd298f7-e1f3-483a-bd94-b4307de38a53/tags => generated 34 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1175/2265] 10.0.0.76 () {34 vars in 781 bytes} [Wed Jul 29 21:10:24 2026] PUT /v2.0/policies/f6675852-b94a-4852-ade2-89c3349c4a1a/tags/black.or.white => generated 4 bytes in 84 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) 2026-07-29 21:10:24.365 8 INFO neutron.db.l3_hamode_db [None req-e00c112e-a91b-465d-9c91-7bf93761bd47 4ea098d587c84f8e94b47afde427dac2 2933cdb491884748a7578e65c162964a - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1176/2266] 10.0.0.76 () {34 vars in 775 bytes} [Wed Jul 29 21:10:24 2026] PUT /v2.0/ports/2cd298f7-e1f3-483a-bd94-b4307de38a53/tags/black.or.white => generated 4 bytes in 112 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1177/2267] 10.0.0.76 () {32 vars in 732 bytes} [Wed Jul 29 21:10:24 2026] GET /v2.0/policies/f6675852-b94a-4852-ade2-89c3349c4a1a/tags => generated 52 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1180/2270] 10.0.0.76 () {32 vars in 726 bytes} [Wed Jul 29 21:10:24 2026] GET /v2.0/ports/2cd298f7-e1f3-483a-bd94-b4307de38a53/tags => generated 52 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1181/2271] 10.0.0.76 () {34 vars in 752 bytes} [Wed Jul 29 21:10:24 2026] PUT /v2.0/policies/f6675852-b94a-4852-ade2-89c3349c4a1a/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: 1182/2272] 10.0.0.76 () {34 vars in 746 bytes} [Wed Jul 29 21:10:24 2026] PUT /v2.0/ports/2cd298f7-e1f3-483a-bd94-b4307de38a53/tags => generated 37 bytes in 106 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: 1183/2273] 10.0.0.76 () {32 vars in 732 bytes} [Wed Jul 29 21:10:24 2026] GET /v2.0/policies/f6675852-b94a-4852-ade2-89c3349c4a1a/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: 1184/2274] 10.0.0.76 () {32 vars in 726 bytes} [Wed Jul 29 21:10:24 2026] GET /v2.0/ports/2cd298f7-e1f3-483a-bd94-b4307de38a53/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: 1185/2275] 10.0.0.76 () {32 vars in 740 bytes} [Wed Jul 29 21:10:24 2026] GET /v2.0/policies/f6675852-b94a-4852-ade2-89c3349c4a1a/tags/red => generated 0 bytes in 40 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1186/2276] 10.0.0.76 () {32 vars in 734 bytes} [Wed Jul 29 21:10:24 2026] GET /v2.0/ports/2cd298f7-e1f3-483a-bd94-b4307de38a53/tags/red => generated 0 bytes in 68 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-07-29 21:10:24.977 7 INFO neutron.api.v2.resource [None req-9272dd5c-e5fd-4f05-9d93-5ecc0b2b9d03 b0654daacc5b42509a15467255e4ee40 f8495fb0d5224867b829d90beaddbec6 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1187/2277] 10.0.0.76 () {32 vars in 744 bytes} [Wed Jul 29 21:10:24 2026] GET /v2.0/policies/f6675852-b94a-4852-ade2-89c3349c4a1a/tags/green => generated 99 bytes in 43 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) 2026-07-29 21:10:25.042 7 INFO neutron.api.v2.resource [None req-c8c43c61-45a6-49b7-a7a8-0a7ec3472be6 5494fde467574c8b99e117ca9e171d92 0064ffd916344b9cb8aba665135f76c9 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1188/2278] 10.0.0.76 () {32 vars in 738 bytes} [Wed Jul 29 21:10:24 2026] GET /v2.0/ports/2cd298f7-e1f3-483a-bd94-b4307de38a53/tags/green => generated 99 bytes in 64 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: 1189/2279] 10.0.0.76 () {32 vars in 743 bytes} [Wed Jul 29 21:10:25 2026] DELETE /v2.0/policies/f6675852-b94a-4852-ade2-89c3349c4a1a/tags/red => 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: 1190/2280] 10.0.0.76 () {32 vars in 737 bytes} [Wed Jul 29 21:10:25 2026] DELETE /v2.0/ports/2cd298f7-e1f3-483a-bd94-b4307de38a53/tags/red => generated 0 bytes in 111 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: 1191/2281] 10.0.0.76 () {32 vars in 732 bytes} [Wed Jul 29 21:10:25 2026] GET /v2.0/policies/f6675852-b94a-4852-ade2-89c3349c4a1a/tags => generated 30 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1192/2282] 10.0.0.76 () {32 vars in 726 bytes} [Wed Jul 29 21:10:25 2026] GET /v2.0/ports/2cd298f7-e1f3-483a-bd94-b4307de38a53/tags => generated 30 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-07-29 21:10:25.383 7 INFO neutron.api.v2.resource [None req-a48f050c-5ecc-460f-be70-657c6a3adcd8 b0654daacc5b42509a15467255e4ee40 f8495fb0d5224867b829d90beaddbec6 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1193/2283] 10.0.0.76 () {32 vars in 747 bytes} [Wed Jul 29 21:10:25 2026] DELETE /v2.0/policies/f6675852-b94a-4852-ade2-89c3349c4a1a/tags/green => generated 99 bytes in 33 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) 2026-07-29 21:10:25.445 7 INFO neutron.api.v2.resource [None req-73388fc4-89dc-4e3a-a431-dd50dcffeb44 5494fde467574c8b99e117ca9e171d92 0064ffd916344b9cb8aba665135f76c9 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1194/2284] 10.0.0.76 () {32 vars in 741 bytes} [Wed Jul 29 21:10:25 2026] DELETE /v2.0/ports/2cd298f7-e1f3-483a-bd94-b4307de38a53/tags/green => generated 99 bytes in 62 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1195/2285] 10.0.0.76 () {32 vars in 735 bytes} [Wed Jul 29 21:10:25 2026] DELETE /v2.0/policies/f6675852-b94a-4852-ade2-89c3349c4a1a/tags => generated 0 bytes in 72 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1091/2286] 10.0.0.76 () {34 vars in 668 bytes} [Wed Jul 29 21:10:23 2026] POST /v2.0/routers => generated 694 bytes in 2550 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1196/2287] 10.0.0.76 () {32 vars in 729 bytes} [Wed Jul 29 21:10:25 2026] DELETE /v2.0/ports/2cd298f7-e1f3-483a-bd94-b4307de38a53/tags => 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: 1092/2288] 10.0.0.76 () {32 vars in 732 bytes} [Wed Jul 29 21:10:25 2026] GET /v2.0/policies/f6675852-b94a-4852-ade2-89c3349c4a1a/tags => generated 12 bytes in 32 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: 1197/2289] 10.0.0.76 () {32 vars in 775 bytes} [Wed Jul 29 21:10:25 2026] GET /v2.0/subnets?project_id=2933cdb491884748a7578e65c162964a&cidr=10.100.0.0%2F28 => generated 14 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1093/2290] 10.0.0.76 () {32 vars in 726 bytes} [Wed Jul 29 21:10:25 2026] GET /v2.0/ports/2cd298f7-e1f3-483a-bd94-b4307de38a53/tags => generated 12 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1094/2291] 10.0.0.76 () {32 vars in 693 bytes} [Wed Jul 29 21:10:25 2026] GET /v2.0/networks?router%3Aexternal=True => generated 753 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1198/2292] 10.0.0.76 () {32 vars in 733 bytes} [Wed Jul 29 21:10:25 2026] DELETE /v2.0/qos/policies/f6675852-b94a-4852-ade2-89c3349c4a1a => generated 0 bytes in 88 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1199/2293] 10.0.0.76 () {32 vars in 783 bytes} [Wed Jul 29 21:10:25 2026] GET /v2.0/subnets?network_id=bb7bfea3-6365-441c-b690-ae3b69156416&cidr=10.100.0.0%2F28 => generated 14 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-29 21:10:25.897 8 INFO neutron_taas.services.taas.taas_plugin [None req-d56e1538-f606-436e-bccc-41847f654379 5494fde467574c8b99e117ca9e171d92 0064ffd916344b9cb8aba665135f76c9 - - default default] TaaS: Handle Delete Port: 2cd298f7-e1f3-483a-bd94-b4307de38a53 2026-07-29 21:10:25.901 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d56e1538-f606-436e-bccc-41847f654379 5494fde467574c8b99e117ca9e171d92 0064ffd916344b9cb8aba665135f76c9 - - default default] Tap Mirror: Handle Delete Port: 2cd298f7-e1f3-483a-bd94-b4307de38a53 [pid: 8|app: 0|req: 1095/2294] 10.0.0.76 () {32 vars in 719 bytes} [Wed Jul 29 21:10:25 2026] DELETE /v2.0/ports/2cd298f7-e1f3-483a-bd94-b4307de38a53 => generated 0 bytes in 287 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-29 21:10:26.180 8 INFO neutron.services.segments.plugin [-] Segment d46043b9-cd9d-4550-ba9c-fad7242d035e resource provider aggregate not found 2026-07-29 21:10:26.186 8 INFO neutron.services.segments.plugin [-] Segment d46043b9-cd9d-4550-ba9c-fad7242d035e resource provider aggregate not found 2026-07-29 21:10:26.201 8 INFO neutron.services.segments.plugin [-] Segment d46043b9-cd9d-4550-ba9c-fad7242d035e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d46043b9-cd9d-4550-ba9c-fad7242d035e found for delete ", "request_id": "req-f96e762b-9fb4-4192-900a-764725b407b1"}]} 2026-07-29 21:10:26.207 8 INFO neutron.services.segments.plugin [-] Segment d46043b9-cd9d-4550-ba9c-fad7242d035e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d46043b9-cd9d-4550-ba9c-fad7242d035e found for delete ", "request_id": "req-c7d7ac99-a407-4285-adae-2bd328fd48d8"}]} [pid: 8|app: 0|req: 1096/2295] 10.0.0.76 () {32 vars in 725 bytes} [Wed Jul 29 21:10:26 2026] DELETE /v2.0/networks/ec05ba30-6881-42b6-aa0d-61f22b8cd958 => 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: 1200/2296] 10.0.0.76 () {34 vars in 668 bytes} [Wed Jul 29 21:10:25 2026] POST /v2.0/subnets => generated 657 bytes in 470 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1201/2297] 10.0.0.76 () {32 vars in 773 bytes} [Wed Jul 29 21:10:26 2026] GET /v2.0/security-groups?tenant_id=f8495fb0d5224867b829d90beaddbec6&name=default => generated 2929 bytes in 433 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1202/2298] 10.0.0.76 () {32 vars in 773 bytes} [Wed Jul 29 21:10:27 2026] GET /v2.0/security-groups?tenant_id=0064ffd916344b9cb8aba665135f76c9&name=default => generated 2925 bytes in 106 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1203/2299] 10.0.0.76 () {32 vars in 739 bytes} [Wed Jul 29 21:10:27 2026] DELETE /v2.0/security-groups/f25697d6-e2c2-48a1-ba22-dbc0210fbe4c => 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: 1204/2300] 10.0.0.76 () {32 vars in 739 bytes} [Wed Jul 29 21:10:27 2026] DELETE /v2.0/security-groups/f0886918-7487-40cc-8826-2b2b3f4a5cb3 => generated 0 bytes in 139 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1205/2301] 10.0.0.76 () {32 vars in 773 bytes} [Wed Jul 29 21:10:27 2026] GET /v2.0/security-groups?tenant_id=d891d26667a14ceaa116452a3d5a828e&name=default => generated 2929 bytes in 190 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1097/2302] 10.0.0.76 () {34 vars in 782 bytes} [Wed Jul 29 21:10:26 2026] PUT /v2.0/routers/d331e3f5-d638-4101-b442-e7f6273b0142/add_router_interface => generated 309 bytes in 1611 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1206/2303] 10.0.0.76 () {32 vars in 773 bytes} [Wed Jul 29 21:10:27 2026] GET /v2.0/security-groups?tenant_id=f2a02ddcadeb4e32a852f4d3c084ae4d&name=default => generated 2929 bytes in 214 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1098/2304] 10.0.0.76 () {32 vars in 739 bytes} [Wed Jul 29 21:10:27 2026] DELETE /v2.0/security-groups/37fbddd7-7565-4a1a-8261-7f8bb8e2d58e => generated 0 bytes in 160 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1207/2305] 10.0.0.76 () {32 vars in 648 bytes} [Wed Jul 29 21:10:27 2026] GET /v2.0/networks => generated 3606 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1208/2306] 10.0.0.76 () {32 vars in 646 bytes} [Wed Jul 29 21:10:28 2026] GET /v2.0/subnets => generated 2595 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1099/2307] 10.0.0.76 () {32 vars in 739 bytes} [Wed Jul 29 21:10:28 2026] DELETE /v2.0/security-groups/3b886df3-0df2-417a-9289-0285d6e9d7db => generated 0 bytes in 168 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1209/2308] 10.0.0.76 () {32 vars in 646 bytes} [Wed Jul 29 21:10:28 2026] GET /v2.0/routers => generated 737 bytes in 130 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1100/2309] 10.0.0.76 () {34 vars in 684 bytes} [Wed Jul 29 21:10:28 2026] POST /v2.0/security-groups => generated 1675 bytes in 310 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1210/2310] 10.0.0.76 () {34 vars in 694 bytes} [Wed Jul 29 21:10:28 2026] POST /v2.0/security-group-rules => generated 597 bytes in 277 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1101/2311] 10.0.0.76 () {34 vars in 694 bytes} [Wed Jul 29 21:10:28 2026] POST /v2.0/security-group-rules => generated 596 bytes in 224 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1211/2312] 10.0.0.76 () {34 vars in 694 bytes} [Wed Jul 29 21:10:29 2026] POST /v2.0/security-group-rules => generated 602 bytes in 217 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1102/2313] 10.0.0.76 () {34 vars in 694 bytes} [Wed Jul 29 21:10:29 2026] POST /v2.0/security-group-rules => generated 601 bytes in 198 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-29 21:10:29.709 7 INFO neutron.db.securitygroups_db [None req-87011aaf-8d79-4085-bed5-28dd3a7b0b70 4ea098d587c84f8e94b47afde427dac2 2933cdb491884748a7578e65c162964a - - default default] Project 2933cdb491884748a7578e65c162964a added a security group rule with legacy IPv6 ICMP protocol name icmp, ipv6-icmp should be used instead. It was automatically converted. [pid: 7|app: 0|req: 1212/2314] 10.0.0.76 () {34 vars in 694 bytes} [Wed Jul 29 21:10:29 2026] POST /v2.0/security-group-rules => generated 607 bytes in 213 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-29 21:10:29.992 8 INFO neutron.db.securitygroups_db [None req-cd0a498e-d93f-4cf5-bedc-e166bf725db2 4ea098d587c84f8e94b47afde427dac2 2933cdb491884748a7578e65c162964a - - default default] Project 2933cdb491884748a7578e65c162964a 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: 1103/2315] 10.0.0.76 () {34 vars in 694 bytes} [Wed Jul 29 21:10:29 2026] POST /v2.0/security-group-rules => generated 606 bytes in 337 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1213/2316] 10.0.0.76 () {32 vars in 648 bytes} [Wed Jul 29 21:10:30 2026] GET /v2.0/networks => generated 1298 bytes in 192 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1104/2317] 10.0.0.147 () {34 vars in 1098 bytes} [Wed Jul 29 21:10:30 2026] GET /v2.0/security-groups?name=tempest-secgroup-smoke-751845279&fields=id&tenant_id=2933cdb491884748a7578e65c162964a => generated 69 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1214/2318] 10.0.0.147 () {34 vars in 982 bytes} [Wed Jul 29 21:10:30 2026] GET /v2.0/networks?id=3aef32ca-5038-4fff-97ac-e76de2fd9dfe => generated 661 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1105/2319] 10.0.0.147 () {34 vars in 965 bytes} [Wed Jul 29 21:10:31 2026] GET /v2.0/quotas/2933cdb491884748a7578e65c162964a => 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: 1215/2320] 10.0.0.147 () {34 vars in 1002 bytes} [Wed Jul 29 21:10:31 2026] GET /v2.0/ports?tenant_id=2933cdb491884748a7578e65c162964a&fields=id => generated 103 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1106/2321] 10.0.0.147 () {34 vars in 1008 bytes} [Wed Jul 29 21:10:31 2026] GET /v2.0/networks/3aef32ca-5038-4fff-97ac-e76de2fd9dfe?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: 1216/2322] 10.0.0.147 () {34 vars in 1108 bytes} [Wed Jul 29 21:10:31 2026] GET /v2.0/networks/3aef32ca-5038-4fff-97ac-e76de2fd9dfe?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: 1107/2323] 10.0.0.147 () {34 vars in 990 bytes} [Wed Jul 29 21:10:31 2026] GET /v2.0/ports?device_id=f7c198e9-a168-4ec0-9c80-6a0319f5694f => generated 12 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1108/2324] 10.0.0.147 () {34 vars in 990 bytes} [Wed Jul 29 21:10:32 2026] GET /v2.0/ports?device_id=f7c198e9-a168-4ec0-9c80-6a0319f5694f => generated 12 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1217/2325] 10.0.0.76 () {34 vars in 683 bytes} [Wed Jul 29 21:10:32 2026] POST /v2.0/security-groups => generated 1603 bytes in 536 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1109/2326] 10.0.0.76 () {34 vars in 766 bytes} [Wed Jul 29 21:10:32 2026] PUT /v2.0/security-groups/349f2452-7486-4b69-a83f-04a2b1660730/tags => generated 25 bytes in 96 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1218/2327] 10.0.0.76 () {32 vars in 746 bytes} [Wed Jul 29 21:10:32 2026] GET /v2.0/security-groups/349f2452-7486-4b69-a83f-04a2b1660730/tags => generated 25 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1110/2328] 10.0.0.76 () {34 vars in 777 bytes} [Wed Jul 29 21:10:32 2026] PUT /v2.0/security-groups/349f2452-7486-4b69-a83f-04a2b1660730/tags/green => generated 4 bytes in 104 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1219/2329] 10.0.0.76 () {32 vars in 746 bytes} [Wed Jul 29 21:10:32 2026] GET /v2.0/security-groups/349f2452-7486-4b69-a83f-04a2b1660730/tags => generated 34 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1111/2330] 10.0.0.76 () {34 vars in 773 bytes} [Wed Jul 29 21:10:32 2026] PUT /v2.0/security-groups/349f2452-7486-4b69-a83f-04a2b1660730/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: 1220/2331] 10.0.0.76 () {32 vars in 746 bytes} [Wed Jul 29 21:10:32 2026] GET /v2.0/security-groups/349f2452-7486-4b69-a83f-04a2b1660730/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: 1112/2332] 10.0.0.76 () {34 vars in 795 bytes} [Wed Jul 29 21:10:33 2026] PUT /v2.0/security-groups/349f2452-7486-4b69-a83f-04a2b1660730/tags/black.or.white => generated 4 bytes in 88 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1221/2333] 10.0.0.76 () {32 vars in 746 bytes} [Wed Jul 29 21:10:33 2026] GET /v2.0/security-groups/349f2452-7486-4b69-a83f-04a2b1660730/tags => generated 52 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1113/2334] 10.0.0.76 () {34 vars in 766 bytes} [Wed Jul 29 21:10:33 2026] PUT /v2.0/security-groups/349f2452-7486-4b69-a83f-04a2b1660730/tags => generated 37 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1222/2335] 10.0.0.76 () {32 vars in 746 bytes} [Wed Jul 29 21:10:33 2026] GET /v2.0/security-groups/349f2452-7486-4b69-a83f-04a2b1660730/tags => generated 37 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1114/2336] 10.0.0.76 () {32 vars in 754 bytes} [Wed Jul 29 21:10:33 2026] GET /v2.0/security-groups/349f2452-7486-4b69-a83f-04a2b1660730/tags/red => generated 0 bytes in 31 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-29 21:10:33.398 7 INFO neutron.api.v2.resource [None req-681c8588-7064-473d-b354-cf86cda85a59 81069cf0bf70487c801f05362f211e98 6182e9c535b9466093e427ce8368a199 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1223/2337] 10.0.0.76 () {32 vars in 758 bytes} [Wed Jul 29 21:10:33 2026] GET /v2.0/security-groups/349f2452-7486-4b69-a83f-04a2b1660730/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: 1115/2338] 10.0.0.76 () {32 vars in 757 bytes} [Wed Jul 29 21:10:33 2026] DELETE /v2.0/security-groups/349f2452-7486-4b69-a83f-04a2b1660730/tags/red => 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: 1224/2339] 10.0.0.76 () {32 vars in 746 bytes} [Wed Jul 29 21:10:33 2026] GET /v2.0/security-groups/349f2452-7486-4b69-a83f-04a2b1660730/tags => generated 30 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-29 21:10:33.554 8 INFO neutron.api.v2.resource [None req-46b62fa6-0931-4dba-bfe3-991ec985c6c4 81069cf0bf70487c801f05362f211e98 6182e9c535b9466093e427ce8368a199 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1116/2340] 10.0.0.76 () {32 vars in 761 bytes} [Wed Jul 29 21:10:33 2026] DELETE /v2.0/security-groups/349f2452-7486-4b69-a83f-04a2b1660730/tags/green => generated 99 bytes in 34 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1225/2341] 10.0.0.76 () {32 vars in 749 bytes} [Wed Jul 29 21:10:33 2026] DELETE /v2.0/security-groups/349f2452-7486-4b69-a83f-04a2b1660730/tags => generated 0 bytes in 75 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1117/2342] 10.0.0.76 () {32 vars in 746 bytes} [Wed Jul 29 21:10:33 2026] GET /v2.0/security-groups/349f2452-7486-4b69-a83f-04a2b1660730/tags => 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: 1226/2343] 10.0.0.147 () {34 vars in 990 bytes} [Wed Jul 29 21:10:33 2026] GET /v2.0/ports?device_id=f7c198e9-a168-4ec0-9c80-6a0319f5694f => 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: 1118/2344] 10.0.0.76 () {32 vars in 739 bytes} [Wed Jul 29 21:10:33 2026] DELETE /v2.0/security-groups/349f2452-7486-4b69-a83f-04a2b1660730 => 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: 1119/2345] 10.0.0.147 () {34 vars in 990 bytes} [Wed Jul 29 21:10:34 2026] GET /v2.0/ports?device_id=f7c198e9-a168-4ec0-9c80-6a0319f5694f => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1227/2346] 10.0.0.76 () {32 vars in 773 bytes} [Wed Jul 29 21:10:34 2026] GET /v2.0/security-groups?tenant_id=e09d8a0d0aeb4088b8d27501ed1e45dc&name=default => generated 2929 bytes in 347 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1120/2347] 10.0.0.76 () {32 vars in 739 bytes} [Wed Jul 29 21:10:35 2026] DELETE /v2.0/security-groups/352b5f51-12d0-4749-8d7b-d4bf49810d4b => generated 0 bytes in 191 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1228/2348] 10.0.0.76 () {32 vars in 773 bytes} [Wed Jul 29 21:10:35 2026] GET /v2.0/security-groups?tenant_id=6182e9c535b9466093e427ce8368a199&name=default => generated 2929 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1121/2349] 10.0.0.76 () {32 vars in 739 bytes} [Wed Jul 29 21:10:35 2026] DELETE /v2.0/security-groups/81b84c95-d224-4ee7-b835-777b0750f6d7 => generated 0 bytes in 144 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1229/2350] 10.0.0.147 () {34 vars in 990 bytes} [Wed Jul 29 21:10:35 2026] GET /v2.0/ports?device_id=f7c198e9-a168-4ec0-9c80-6a0319f5694f => 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: 1122/2351] 162.253.55.222 () {34 vars in 986 bytes} [Wed Jul 29 21:10:35 2026] GET /v2.0/networks?id=3aef32ca-5038-4fff-97ac-e76de2fd9dfe => generated 661 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1230/2352] 162.253.55.222 () {34 vars in 1050 bytes} [Wed Jul 29 21:10:35 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=2933cdb491884748a7578e65c162964a => generated 180 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1123/2353] 162.253.55.222 () {38 vars in 955 bytes} [Wed Jul 29 21:10:36 2026] POST /v2.0/ports => generated 954 bytes in 505 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1231/2354] 162.253.55.222 () {38 vars in 1028 bytes} [Wed Jul 29 21:10:36 2026] PUT /v2.0/ports/0e2fdd8c-a7f3-4bad-897f-f731fdcf3754 => generated 1235 bytes in 407 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-07-29 21:10:36.971 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-706572c4-58ce-4206-b32d-c56d2695af55'] response: {'name': 'network-changed', 'server_uuid': 'f7c198e9-a168-4ec0-9c80-6a0319f5694f', 'tag': '0e2fdd8c-a7f3-4bad-897f-f731fdcf3754', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1124/2355] 10.0.0.147 () {34 vars in 990 bytes} [Wed Jul 29 21:10:36 2026] GET /v2.0/ports?device_id=f7c198e9-a168-4ec0-9c80-6a0319f5694f => generated 969 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1232/2356] 10.0.0.147 () {34 vars in 1040 bytes} [Wed Jul 29 21:10:37 2026] GET /v2.0/security-groups?id=fa8c74db-a012-4a26-bc17-da35e701da58&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: 1125/2357] 162.253.55.222 () {34 vars in 1080 bytes} [Wed Jul 29 21:10:37 2026] GET /v2.0/ports?tenant_id=2933cdb491884748a7578e65c162964a&device_id=f7c198e9-a168-4ec0-9c80-6a0319f5694f => generated 1238 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1233/2358] 162.253.55.222 () {34 vars in 1018 bytes} [Wed Jul 29 21:10:37 2026] GET /v2.0/networks?tenant_id=2933cdb491884748a7578e65c162964a&shared=False => generated 756 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1126/2359] 162.253.55.222 () {34 vars in 930 bytes} [Wed Jul 29 21:10:37 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1234/2360] 10.0.0.147 () {34 vars in 990 bytes} [Wed Jul 29 21:10:38 2026] GET /v2.0/ports?device_id=f7c198e9-a168-4ec0-9c80-6a0319f5694f => generated 969 bytes in 91 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1127/2361] 10.0.0.147 () {34 vars in 1040 bytes} [Wed Jul 29 21:10:38 2026] GET /v2.0/security-groups?id=fa8c74db-a012-4a26-bc17-da35e701da58&fields=id&fields=name => generated 113 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1235/2362] 162.253.55.222 () {34 vars in 1080 bytes} [Wed Jul 29 21:10:38 2026] GET /v2.0/ports?tenant_id=2933cdb491884748a7578e65c162964a&device_id=f7c198e9-a168-4ec0-9c80-6a0319f5694f => generated 1238 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1128/2363] 162.253.55.222 () {34 vars in 1058 bytes} [Wed Jul 29 21:10:38 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.7&port_id=0e2fdd8c-a7f3-4bad-897f-f731fdcf3754 => 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: 1236/2364] 162.253.55.222 () {34 vars in 984 bytes} [Wed Jul 29 21:10:38 2026] GET /v2.0/subnets?id=c10e3533-3e5c-456b-a094-7be2c16cefc4 => generated 678 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1129/2365] 162.253.55.222 () {34 vars in 1052 bytes} [Wed Jul 29 21:10:38 2026] GET /v2.0/ports?network_id=3aef32ca-5038-4fff-97ac-e76de2fd9dfe&device_owner=network%3Adhcp => generated 1244 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1237/2366] 162.253.55.222 () {34 vars in 1012 bytes} [Wed Jul 29 21:10:38 2026] GET /v2.0/networks/3aef32ca-5038-4fff-97ac-e76de2fd9dfe?fields=segments => generated 14 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1130/2367] 162.253.55.222 () {34 vars in 1112 bytes} [Wed Jul 29 21:10:38 2026] GET /v2.0/networks/3aef32ca-5038-4fff-97ac-e76de2fd9dfe?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: 1131/2368] 10.0.0.147 () {34 vars in 990 bytes} [Wed Jul 29 21:10:39 2026] GET /v2.0/ports?device_id=f7c198e9-a168-4ec0-9c80-6a0319f5694f => generated 969 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1132/2369] 10.0.0.147 () {34 vars in 1040 bytes} [Wed Jul 29 21:10:39 2026] GET /v2.0/security-groups?id=fa8c74db-a012-4a26-bc17-da35e701da58&fields=id&fields=name => generated 113 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-29 21:10:39.544 7 INFO neutron.db.segments_db [None req-6e56e934-8560-4d42-89ab-f1f0e274e727 400cd043a9d44548afa4dab726211f79 217b410338c340adb836c1ba0529bb4c - - default default] Added segment b36d1d92-8bd9-4af0-990b-71387f0005e1 of type vxlan for network b210c732-7f01-40d5-ba6c-1106917f922b [pid: 7|app: 0|req: 1238/2372] 10.0.0.76 () {34 vars in 669 bytes} [Wed Jul 29 21:10:39 2026] POST /v2.0/networks => generated 613 bytes in 566 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1135/2373] 10.0.0.76 () {34 vars in 668 bytes} [Wed Jul 29 21:10:39 2026] POST /v2.0/subnets => generated 626 bytes in 457 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1239/2374] 10.0.0.76 () {34 vars in 750 bytes} [Wed Jul 29 21:10:40 2026] PUT /v2.0/subnets/8d8e724b-46bf-41c3-a6c8-35aa5df11080/tags => generated 25 bytes in 93 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1136/2375] 10.0.0.76 () {32 vars in 730 bytes} [Wed Jul 29 21:10:40 2026] GET /v2.0/subnets/8d8e724b-46bf-41c3-a6c8-35aa5df11080/tags => generated 25 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1240/2376] 10.0.0.76 () {34 vars in 761 bytes} [Wed Jul 29 21:10:40 2026] PUT /v2.0/subnets/8d8e724b-46bf-41c3-a6c8-35aa5df11080/tags/green => generated 4 bytes in 101 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1137/2377] 10.0.0.76 () {32 vars in 730 bytes} [Wed Jul 29 21:10:40 2026] GET /v2.0/subnets/8d8e724b-46bf-41c3-a6c8-35aa5df11080/tags => generated 34 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1241/2378] 10.0.0.76 () {34 vars in 757 bytes} [Wed Jul 29 21:10:40 2026] PUT /v2.0/subnets/8d8e724b-46bf-41c3-a6c8-35aa5df11080/tags/red => generated 4 bytes in 68 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1138/2379] 10.0.0.147 () {34 vars in 990 bytes} [Wed Jul 29 21:10:40 2026] GET /v2.0/ports?device_id=f7c198e9-a168-4ec0-9c80-6a0319f5694f => generated 969 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1242/2380] 10.0.0.76 () {32 vars in 730 bytes} [Wed Jul 29 21:10:40 2026] GET /v2.0/subnets/8d8e724b-46bf-41c3-a6c8-35aa5df11080/tags => generated 34 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1139/2381] 10.0.0.147 () {34 vars in 1040 bytes} [Wed Jul 29 21:10:40 2026] GET /v2.0/security-groups?id=fa8c74db-a012-4a26-bc17-da35e701da58&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: 1243/2382] 10.0.0.76 () {34 vars in 779 bytes} [Wed Jul 29 21:10:40 2026] PUT /v2.0/subnets/8d8e724b-46bf-41c3-a6c8-35aa5df11080/tags/black.or.white => generated 4 bytes in 104 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1140/2383] 10.0.0.76 () {32 vars in 730 bytes} [Wed Jul 29 21:10:40 2026] GET /v2.0/subnets/8d8e724b-46bf-41c3-a6c8-35aa5df11080/tags => generated 52 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1244/2384] 10.0.0.76 () {34 vars in 750 bytes} [Wed Jul 29 21:10:40 2026] PUT /v2.0/subnets/8d8e724b-46bf-41c3-a6c8-35aa5df11080/tags => generated 37 bytes in 100 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1141/2385] 10.0.0.76 () {32 vars in 730 bytes} [Wed Jul 29 21:10:40 2026] GET /v2.0/subnets/8d8e724b-46bf-41c3-a6c8-35aa5df11080/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: 1245/2386] 10.0.0.76 () {32 vars in 738 bytes} [Wed Jul 29 21:10:40 2026] GET /v2.0/subnets/8d8e724b-46bf-41c3-a6c8-35aa5df11080/tags/red => generated 0 bytes in 41 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-29 21:10:40.987 8 INFO neutron.api.v2.resource [None req-1fa16bae-c585-4ead-9bf4-65a573da8848 400cd043a9d44548afa4dab726211f79 217b410338c340adb836c1ba0529bb4c - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1142/2387] 10.0.0.76 () {32 vars in 742 bytes} [Wed Jul 29 21:10:40 2026] GET /v2.0/subnets/8d8e724b-46bf-41c3-a6c8-35aa5df11080/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: 1246/2388] 10.0.0.76 () {32 vars in 741 bytes} [Wed Jul 29 21:10:40 2026] DELETE /v2.0/subnets/8d8e724b-46bf-41c3-a6c8-35aa5df11080/tags/red => generated 0 bytes in 78 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1143/2389] 10.0.0.76 () {32 vars in 730 bytes} [Wed Jul 29 21:10:41 2026] GET /v2.0/subnets/8d8e724b-46bf-41c3-a6c8-35aa5df11080/tags => generated 30 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-29 21:10:41.183 7 INFO neutron.api.v2.resource [None req-bebb77b5-7332-45dd-bfb8-4951468eb2ce 400cd043a9d44548afa4dab726211f79 217b410338c340adb836c1ba0529bb4c - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1247/2390] 10.0.0.76 () {32 vars in 745 bytes} [Wed Jul 29 21:10:41 2026] DELETE /v2.0/subnets/8d8e724b-46bf-41c3-a6c8-35aa5df11080/tags/green => generated 99 bytes in 60 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1144/2391] 10.0.0.76 () {32 vars in 733 bytes} [Wed Jul 29 21:10:41 2026] DELETE /v2.0/subnets/8d8e724b-46bf-41c3-a6c8-35aa5df11080/tags => 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: 1248/2392] 10.0.0.76 () {32 vars in 730 bytes} [Wed Jul 29 21:10:41 2026] GET /v2.0/subnets/8d8e724b-46bf-41c3-a6c8-35aa5df11080/tags => generated 12 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1145/2393] 10.0.0.76 () {32 vars in 723 bytes} [Wed Jul 29 21:10:41 2026] DELETE /v2.0/subnets/8d8e724b-46bf-41c3-a6c8-35aa5df11080 => generated 0 bytes in 200 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-29 21:10:41.671 7 INFO neutron_taas.services.taas.taas_plugin [None req-c71f17dd-1757-4ceb-a445-a3a3c24d2f46 400cd043a9d44548afa4dab726211f79 217b410338c340adb836c1ba0529bb4c - - default default] TaaS: Handle Delete Port: a892b2ee-0fed-4737-8d9f-850d531e7d04 2026-07-29 21:10:41.674 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c71f17dd-1757-4ceb-a445-a3a3c24d2f46 400cd043a9d44548afa4dab726211f79 217b410338c340adb836c1ba0529bb4c - - default default] Tap Mirror: Handle Delete Port: a892b2ee-0fed-4737-8d9f-850d531e7d04 [pid: 8|app: 0|req: 1146/2394] 10.0.0.147 () {34 vars in 990 bytes} [Wed Jul 29 21:10:41 2026] GET /v2.0/ports?device_id=f7c198e9-a168-4ec0-9c80-6a0319f5694f => generated 969 bytes in 92 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1147/2395] 10.0.0.147 () {34 vars in 1040 bytes} [Wed Jul 29 21:10:41 2026] GET /v2.0/security-groups?id=fa8c74db-a012-4a26-bc17-da35e701da58&fields=id&fields=name => generated 113 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-29 21:10:41.925 7 INFO neutron.services.segments.plugin [-] Segment b36d1d92-8bd9-4af0-990b-71387f0005e1 resource provider aggregate not found 2026-07-29 21:10:41.926 7 INFO neutron.services.segments.plugin [-] Segment b36d1d92-8bd9-4af0-990b-71387f0005e1 resource provider aggregate not found 2026-07-29 21:10:41.952 7 INFO neutron.services.segments.plugin [-] Segment b36d1d92-8bd9-4af0-990b-71387f0005e1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b36d1d92-8bd9-4af0-990b-71387f0005e1 found for delete ", "request_id": "req-658ebc95-f8c2-40f1-86ea-883c84274685"}]} 2026-07-29 21:10:41.952 7 INFO neutron.services.segments.plugin [-] Segment b36d1d92-8bd9-4af0-990b-71387f0005e1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b36d1d92-8bd9-4af0-990b-71387f0005e1 found for delete ", "request_id": "req-74331615-fc79-4ed9-b87a-ef9ae28f919d"}]} [pid: 7|app: 0|req: 1249/2396] 10.0.0.76 () {32 vars in 725 bytes} [Wed Jul 29 21:10:41 2026] DELETE /v2.0/networks/b210c732-7f01-40d5-ba6c-1106917f922b => generated 0 bytes in 493 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1148/2397] 10.0.0.147 () {34 vars in 990 bytes} [Wed Jul 29 21:10:42 2026] GET /v2.0/ports?device_id=f7c198e9-a168-4ec0-9c80-6a0319f5694f => generated 971 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1149/2398] 10.0.0.147 () {34 vars in 1040 bytes} [Wed Jul 29 21:10:42 2026] GET /v2.0/security-groups?id=fa8c74db-a012-4a26-bc17-da35e701da58&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: 1250/2399] 10.0.0.76 () {32 vars in 773 bytes} [Wed Jul 29 21:10:42 2026] GET /v2.0/security-groups?tenant_id=ce9182d8e3b94cb289f773e106e5099b&name=default => generated 2929 bytes in 285 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1150/2400] 10.0.0.76 () {32 vars in 739 bytes} [Wed Jul 29 21:10:43 2026] DELETE /v2.0/security-groups/b195908f-8a7e-4916-90b0-bb8c3dc83d41 => 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: 1251/2401] 10.0.0.76 () {32 vars in 773 bytes} [Wed Jul 29 21:10:43 2026] GET /v2.0/security-groups?tenant_id=217b410338c340adb836c1ba0529bb4c&name=default => generated 2929 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1151/2402] 10.0.0.76 () {32 vars in 739 bytes} [Wed Jul 29 21:10:43 2026] DELETE /v2.0/security-groups/dc5b1da8-7eae-4d7e-8eba-49546f82e857 => 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: 1252/2403] 10.0.0.147 () {34 vars in 990 bytes} [Wed Jul 29 21:10:44 2026] GET /v2.0/ports?device_id=f7c198e9-a168-4ec0-9c80-6a0319f5694f => generated 971 bytes in 101 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1152/2404] 10.0.0.147 () {34 vars in 1040 bytes} [Wed Jul 29 21:10:44 2026] GET /v2.0/security-groups?id=fa8c74db-a012-4a26-bc17-da35e701da58&fields=id&fields=name => generated 113 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1253/2405] 10.0.0.147 () {34 vars in 990 bytes} [Wed Jul 29 21:10:45 2026] GET /v2.0/ports?device_id=f7c198e9-a168-4ec0-9c80-6a0319f5694f => generated 971 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1153/2406] 10.0.0.147 () {34 vars in 1040 bytes} [Wed Jul 29 21:10:45 2026] GET /v2.0/security-groups?id=fa8c74db-a012-4a26-bc17-da35e701da58&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: 1254/2407] 10.0.0.147 () {34 vars in 990 bytes} [Wed Jul 29 21:10:45 2026] GET /v2.0/ports?device_id=f7c198e9-a168-4ec0-9c80-6a0319f5694f => 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: 1154/2408] 10.0.0.147 () {34 vars in 1040 bytes} [Wed Jul 29 21:10:45 2026] GET /v2.0/security-groups?id=fa8c74db-a012-4a26-bc17-da35e701da58&fields=id&fields=name => generated 113 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1255/2409] 10.0.0.76 () {32 vars in 735 bytes} [Wed Jul 29 21:10:45 2026] GET /v2.0/ports?device_id=f7c198e9-a168-4ec0-9c80-6a0319f5694f => generated 1240 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-29 21:10:46.722 8 INFO neutron.db.l3_db [None req-7eef9c03-646c-4cc1-9bf4-4aa3c197e656 4ea098d587c84f8e94b47afde427dac2 2933cdb491884748a7578e65c162964a - - default default] Floating IP 9035e9d8-7055-4929-a994-b4ce7ec39c9a associated. External IP: 10.96.250.209, port: 0e2fdd8c-a7f3-4bad-897f-f731fdcf3754. [pid: 8|app: 0|req: 1155/2410] 10.0.0.76 () {34 vars in 676 bytes} [Wed Jul 29 21:10:45 2026] POST /v2.0/floatingips => generated 855 bytes in 1338 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1256/2411] 10.0.0.76 () {32 vars in 728 bytes} [Wed Jul 29 21:10:47 2026] GET /v2.0/floatingips/9035e9d8-7055-4929-a994-b4ce7ec39c9a => generated 855 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-29 21:10:47.113 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-93163f56-0e6c-46ca-837f-5eb0aa3b2618'] response: {'name': 'network-changed', 'server_uuid': 'f7c198e9-a168-4ec0-9c80-6a0319f5694f', 'tag': '0e2fdd8c-a7f3-4bad-897f-f731fdcf3754', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1156/2412] 162.253.55.222 () {34 vars in 1080 bytes} [Wed Jul 29 21:10:47 2026] GET /v2.0/ports?tenant_id=2933cdb491884748a7578e65c162964a&device_id=f7c198e9-a168-4ec0-9c80-6a0319f5694f => generated 1240 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1257/2413] 162.253.55.222 () {34 vars in 986 bytes} [Wed Jul 29 21:10:47 2026] GET /v2.0/networks?id=3aef32ca-5038-4fff-97ac-e76de2fd9dfe => generated 756 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1157/2414] 162.253.55.222 () {34 vars in 1058 bytes} [Wed Jul 29 21:10:47 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.7&port_id=0e2fdd8c-a7f3-4bad-897f-f731fdcf3754 => generated 858 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1258/2415] 162.253.55.222 () {34 vars in 984 bytes} [Wed Jul 29 21:10:47 2026] GET /v2.0/subnets?id=c10e3533-3e5c-456b-a094-7be2c16cefc4 => generated 678 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1158/2416] 162.253.55.222 () {34 vars in 1052 bytes} [Wed Jul 29 21:10:47 2026] GET /v2.0/ports?network_id=3aef32ca-5038-4fff-97ac-e76de2fd9dfe&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: 1259/2417] 162.253.55.222 () {34 vars in 1012 bytes} [Wed Jul 29 21:10:47 2026] GET /v2.0/networks/3aef32ca-5038-4fff-97ac-e76de2fd9dfe?fields=segments => generated 14 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1159/2418] 162.253.55.222 () {34 vars in 1112 bytes} [Wed Jul 29 21:10:47 2026] GET /v2.0/networks/3aef32ca-5038-4fff-97ac-e76de2fd9dfe?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 120 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1260/2419] 10.0.0.76 () {32 vars in 728 bytes} [Wed Jul 29 21:10:48 2026] GET /v2.0/floatingips/9035e9d8-7055-4929-a994-b4ce7ec39c9a => generated 855 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1160/2420] 10.0.0.76 () {32 vars in 773 bytes} [Wed Jul 29 21:10:48 2026] GET /v2.0/security-groups?tenant_id=aa326031215b46b2a9bcdb11ae6eb9f6&name=default => generated 2929 bytes in 419 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1261/2421] 10.0.0.76 () {32 vars in 739 bytes} [Wed Jul 29 21:10:48 2026] DELETE /v2.0/security-groups/c4bd47a4-8f70-4319-9c6c-a720eb38b61e => generated 0 bytes in 143 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1161/2422] 10.0.0.76 () {32 vars in 773 bytes} [Wed Jul 29 21:10:48 2026] GET /v2.0/security-groups?tenant_id=76f1cb0158b4498fb803e59c8f210db5&name=default => generated 2929 bytes in 178 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1262/2423] 10.0.0.76 () {32 vars in 739 bytes} [Wed Jul 29 21:10:49 2026] DELETE /v2.0/security-groups/09c06cca-8657-49bf-9ec5-9c7c61aa17b4 => generated 0 bytes in 184 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1162/2424] 10.0.0.76 () {32 vars in 728 bytes} [Wed Jul 29 21:10:49 2026] GET /v2.0/floatingips/9035e9d8-7055-4929-a994-b4ce7ec39c9a => generated 857 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1264/2427] 10.0.0.136 () {34 vars in 990 bytes} [Wed Jul 29 21:10:57 2026] GET /v2.0/ports?device_id=f7c198e9-a168-4ec0-9c80-6a0319f5694f => generated 1240 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1164/2428] 10.0.0.136 () {34 vars in 1040 bytes} [Wed Jul 29 21:10:57 2026] GET /v2.0/security-groups?id=fa8c74db-a012-4a26-bc17-da35e701da58&fields=id&fields=name => generated 113 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-29 21:11:00.321 7 INFO neutron.db.segments_db [None req-c2547520-cf14-4031-8541-fe02e387a3ed b846881c49ae4ead88e347565f56e0fd 059631b98d244af1b364b9181b6cf6b6 - - default default] Added segment f88ed630-e646-47e0-91bf-4f9ced314d6f of type vxlan for network f0db309d-0d51-4a51-827f-98b0bbd23d55 [pid: 7|app: 0|req: 1265/2429] 10.0.0.76 () {34 vars in 669 bytes} [Wed Jul 29 21:10:59 2026] POST /v2.0/networks => generated 620 bytes in 662 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1165/2430] 10.0.0.76 () {34 vars in 668 bytes} [Wed Jul 29 21:11:00 2026] POST /v2.0/subnets => generated 658 bytes in 507 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1266/2431] 10.0.0.76 () {32 vars in 721 bytes} [Wed Jul 29 21:11:01 2026] GET /v2.0/subnetpools?name=shared-default-subnetpool-v6 => 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: 1166/2432] 10.0.0.76 () {34 vars in 668 bytes} [Wed Jul 29 21:11:01 2026] POST /v2.0/subnets => generated 732 bytes in 368 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-29 21:11:01.564 7 INFO neutron.db.segments_db [None req-089c906f-a609-4413-83a5-6e3f527cdaf1 b846881c49ae4ead88e347565f56e0fd 059631b98d244af1b364b9181b6cf6b6 - - default default] Added segment e0ced1d2-5928-4e14-9820-a128eda4fd64 of type vxlan for network 2571719c-f675-4d7b-b8d1-de662e360ddf [pid: 7|app: 0|req: 1267/2433] 10.0.0.76 () {34 vars in 669 bytes} [Wed Jul 29 21:11:01 2026] POST /v2.0/networks => generated 619 bytes in 245 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1167/2434] 10.0.0.76 () {34 vars in 668 bytes} [Wed Jul 29 21:11:01 2026] POST /v2.0/subnets => generated 654 bytes in 468 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1268/2435] 10.0.0.76 () {34 vars in 668 bytes} [Wed Jul 29 21:11:02 2026] POST /v2.0/subnets => generated 726 bytes in 384 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-29 21:11:02.680 8 INFO neutron.db.segments_db [None req-1732dc61-fb82-4721-b0c2-5ad60885bf7a b846881c49ae4ead88e347565f56e0fd 059631b98d244af1b364b9181b6cf6b6 - - default default] Added segment 7a0938e4-155d-4268-ab4d-8d61247b7fa0 of type vxlan for network 5be64d6d-d50e-4977-896b-57c2090a9218 [pid: 8|app: 0|req: 1168/2436] 10.0.0.76 () {34 vars in 669 bytes} [Wed Jul 29 21:11:02 2026] POST /v2.0/networks => generated 619 bytes in 235 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1269/2437] 10.0.0.76 () {34 vars in 668 bytes} [Wed Jul 29 21:11:02 2026] POST /v2.0/subnets => generated 656 bytes in 426 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1169/2438] 10.0.0.76 () {34 vars in 668 bytes} [Wed Jul 29 21:11:03 2026] POST /v2.0/subnets => generated 729 bytes in 401 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-29 21:11:03.753 7 INFO neutron.db.segments_db [None req-864b10b9-6efc-43f8-881e-953d7805b187 b846881c49ae4ead88e347565f56e0fd 059631b98d244af1b364b9181b6cf6b6 - - default default] Added segment 762ea66e-7660-467f-a933-6ff732949779 of type vxlan for network 656a4e85-bc75-407f-a460-4f70742f4f42 2026-07-29 21:11:04.167 7 INFO neutron.db.l3_hamode_db [None req-864b10b9-6efc-43f8-881e-953d7805b187 b846881c49ae4ead88e347565f56e0fd 059631b98d244af1b364b9181b6cf6b6 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-29 21:11:05.086 7 INFO neutron.db.l3_hamode_db [None req-864b10b9-6efc-43f8-881e-953d7805b187 b846881c49ae4ead88e347565f56e0fd 059631b98d244af1b364b9181b6cf6b6 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1270/2439] 10.0.0.76 () {34 vars in 668 bytes} [Wed Jul 29 21:11:03 2026] POST /v2.0/routers => generated 685 bytes in 2749 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1271/2440] 10.0.0.76 () {32 vars in 825 bytes} [Wed Jul 29 21:11:06 2026] GET /v2.0/ports?project_id=2933cdb491884748a7578e65c162964a&network_id=3aef32ca-5038-4fff-97ac-e76de2fd9dfe => generated 3691 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1272/2441] 10.0.0.76 () {32 vars in 741 bytes} [Wed Jul 29 21:11:06 2026] GET /v2.0/subnets?network_id=bb7bfea3-6365-441c-b690-ae3b69156416 => generated 667 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-29 21:11:07.219 7 INFO neutron.db.l3_db [None req-0fec404c-c220-4a1a-bbda-48a6d3463082 4ea098d587c84f8e94b47afde427dac2 2933cdb491884748a7578e65c162964a - - default default] Floating IP 9035e9d8-7055-4929-a994-b4ce7ec39c9a disassociated. External IP: 10.96.250.209, port: 0e2fdd8c-a7f3-4bad-897f-f731fdcf3754. [pid: 7|app: 0|req: 1273/2442] 10.0.0.76 () {34 vars in 748 bytes} [Wed Jul 29 21:11:07 2026] PUT /v2.0/floatingips/9035e9d8-7055-4929-a994-b4ce7ec39c9a => generated 554 bytes in 494 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1274/2443] 10.0.0.76 () {32 vars in 728 bytes} [Wed Jul 29 21:11:07 2026] GET /v2.0/floatingips/9035e9d8-7055-4929-a994-b4ce7ec39c9a => generated 554 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-29 21:11:07.602 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-74c3c076-00e6-47b6-9589-a1dce6e5fe74'] response: {'name': 'network-changed', 'server_uuid': 'f7c198e9-a168-4ec0-9c80-6a0319f5694f', 'tag': '0e2fdd8c-a7f3-4bad-897f-f731fdcf3754', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1170/2444] 10.0.0.76 () {34 vars in 782 bytes} [Wed Jul 29 21:11:06 2026] PUT /v2.0/routers/a36ad218-f2f3-409e-b701-09c6d967c566/add_router_interface => generated 309 bytes in 1491 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1171/2445] 162.253.55.222 () {34 vars in 1080 bytes} [Wed Jul 29 21:11:08 2026] GET /v2.0/ports?tenant_id=2933cdb491884748a7578e65c162964a&device_id=f7c198e9-a168-4ec0-9c80-6a0319f5694f => generated 1240 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1172/2446] 162.253.55.222 () {34 vars in 986 bytes} [Wed Jul 29 21:11:08 2026] GET /v2.0/networks?id=3aef32ca-5038-4fff-97ac-e76de2fd9dfe => generated 756 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1173/2447] 162.253.55.222 () {34 vars in 1058 bytes} [Wed Jul 29 21:11:08 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.7&port_id=0e2fdd8c-a7f3-4bad-897f-f731fdcf3754 => 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: 1174/2448] 162.253.55.222 () {34 vars in 984 bytes} [Wed Jul 29 21:11:08 2026] GET /v2.0/subnets?id=c10e3533-3e5c-456b-a094-7be2c16cefc4 => generated 678 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1175/2449] 162.253.55.222 () {34 vars in 1052 bytes} [Wed Jul 29 21:11:08 2026] GET /v2.0/ports?network_id=3aef32ca-5038-4fff-97ac-e76de2fd9dfe&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: 1176/2450] 162.253.55.222 () {34 vars in 1012 bytes} [Wed Jul 29 21:11:08 2026] GET /v2.0/networks/3aef32ca-5038-4fff-97ac-e76de2fd9dfe?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: 1177/2451] 162.253.55.222 () {34 vars in 1112 bytes} [Wed Jul 29 21:11:08 2026] GET /v2.0/networks/3aef32ca-5038-4fff-97ac-e76de2fd9dfe?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: 1178/2452] 10.0.0.76 () {32 vars in 728 bytes} [Wed Jul 29 21:11:08 2026] GET /v2.0/floatingips/9035e9d8-7055-4929-a994-b4ce7ec39c9a => generated 554 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1181/2455] 10.0.0.76 () {32 vars in 728 bytes} [Wed Jul 29 21:11:09 2026] GET /v2.0/floatingips/9035e9d8-7055-4929-a994-b4ce7ec39c9a => generated 552 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1275/2456] 10.0.0.76 () {34 vars in 782 bytes} [Wed Jul 29 21:11:07 2026] PUT /v2.0/routers/a36ad218-f2f3-409e-b701-09c6d967c566/add_router_interface => generated 309 bytes in 2383 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1276/2457] 10.0.0.76 () {34 vars in 684 bytes} [Wed Jul 29 21:11:10 2026] POST /v2.0/security-groups => generated 1677 bytes in 259 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1277/2458] 10.0.0.76 () {34 vars in 694 bytes} [Wed Jul 29 21:11:11 2026] POST /v2.0/security-group-rules => generated 597 bytes in 240 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1278/2459] 10.0.0.76 () {34 vars in 694 bytes} [Wed Jul 29 21:11:11 2026] POST /v2.0/security-group-rules => generated 596 bytes in 292 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1279/2460] 10.0.0.76 () {34 vars in 694 bytes} [Wed Jul 29 21:11:11 2026] POST /v2.0/security-group-rules => generated 602 bytes in 236 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1182/2461] 10.0.0.76 () {34 vars in 782 bytes} [Wed Jul 29 21:11:10 2026] PUT /v2.0/routers/a36ad218-f2f3-409e-b701-09c6d967c566/add_router_interface => generated 309 bytes in 1568 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1280/2462] 10.0.0.76 () {34 vars in 694 bytes} [Wed Jul 29 21:11:11 2026] POST /v2.0/security-group-rules => generated 601 bytes in 293 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-29 21:11:12.196 7 INFO neutron.db.securitygroups_db [None req-32e3abc8-528d-4757-a87f-a8b0a18da297 4ea098d587c84f8e94b47afde427dac2 2933cdb491884748a7578e65c162964a - - default default] Project 2933cdb491884748a7578e65c162964a 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: 1183/2463] 10.0.0.76 () {34 vars in 683 bytes} [Wed Jul 29 21:11:12 2026] POST /v2.0/security-groups => generated 1629 bytes in 319 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1281/2464] 10.0.0.76 () {34 vars in 694 bytes} [Wed Jul 29 21:11:12 2026] POST /v2.0/security-group-rules => generated 607 bytes in 311 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-29 21:11:12.495 7 INFO neutron.db.securitygroups_db [None req-50ff5db2-d9b1-466d-8ab8-9e07be6f2a20 4ea098d587c84f8e94b47afde427dac2 2933cdb491884748a7578e65c162964a - - default default] Project 2933cdb491884748a7578e65c162964a 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: 1184/2465] 10.0.0.76 () {34 vars in 694 bytes} [Wed Jul 29 21:11:12 2026] POST /v2.0/security-group-rules => generated 597 bytes in 219 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1282/2466] 10.0.0.76 () {34 vars in 694 bytes} [Wed Jul 29 21:11:12 2026] POST /v2.0/security-group-rules => generated 606 bytes in 233 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1185/2467] 10.0.0.76 () {34 vars in 694 bytes} [Wed Jul 29 21:11:12 2026] POST /v2.0/security-group-rules => generated 597 bytes in 239 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1283/2468] 10.0.0.76 () {34 vars in 694 bytes} [Wed Jul 29 21:11:12 2026] POST /v2.0/security-group-rules => generated 599 bytes in 289 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1186/2469] 10.0.0.76 () {32 vars in 648 bytes} [Wed Jul 29 21:11:13 2026] GET /v2.0/networks => generated 1298 bytes in 109 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1284/2470] 10.0.0.76 () {34 vars in 694 bytes} [Wed Jul 29 21:11:13 2026] POST /v2.0/security-group-rules => generated 601 bytes in 236 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1285/2471] 10.0.0.147 () {34 vars in 1100 bytes} [Wed Jul 29 21:11:13 2026] GET /v2.0/security-groups?name=tempest-secgroup-smoke-1647243948&fields=id&tenant_id=2933cdb491884748a7578e65c162964a => 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: 1286/2472] 10.0.0.147 () {34 vars in 982 bytes} [Wed Jul 29 21:11:13 2026] GET /v2.0/networks?id=3aef32ca-5038-4fff-97ac-e76de2fd9dfe => generated 661 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1187/2473] 10.0.0.76 () {34 vars in 694 bytes} [Wed Jul 29 21:11:13 2026] POST /v2.0/security-group-rules => generated 601 bytes in 198 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1287/2474] 10.0.0.147 () {34 vars in 965 bytes} [Wed Jul 29 21:11:13 2026] GET /v2.0/quotas/2933cdb491884748a7578e65c162964a => generated 292 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1288/2475] 10.0.0.147 () {34 vars in 1002 bytes} [Wed Jul 29 21:11:13 2026] GET /v2.0/ports?tenant_id=2933cdb491884748a7578e65c162964a&fields=id => generated 149 bytes in 105 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1289/2476] 10.0.0.147 () {34 vars in 1008 bytes} [Wed Jul 29 21:11:13 2026] GET /v2.0/networks/3aef32ca-5038-4fff-97ac-e76de2fd9dfe?fields=segments => generated 14 bytes in 115 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1188/2477] 10.0.0.76 () {34 vars in 694 bytes} [Wed Jul 29 21:11:13 2026] POST /v2.0/security-group-rules => generated 597 bytes in 258 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1290/2478] 10.0.0.147 () {34 vars in 1108 bytes} [Wed Jul 29 21:11:13 2026] GET /v2.0/networks/3aef32ca-5038-4fff-97ac-e76de2fd9dfe?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: 1189/2479] 10.0.0.76 () {34 vars in 694 bytes} [Wed Jul 29 21:11:13 2026] POST /v2.0/security-group-rules => generated 597 bytes in 347 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1190/2480] 10.0.0.147 () {34 vars in 990 bytes} [Wed Jul 29 21:11:14 2026] GET /v2.0/ports?device_id=b02546ad-f069-48e2-be22-4ab790219987 => generated 12 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1291/2481] 10.0.0.76 () {34 vars in 694 bytes} [Wed Jul 29 21:11:14 2026] POST /v2.0/security-group-rules => generated 597 bytes in 236 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1191/2482] 10.0.0.76 () {34 vars in 694 bytes} [Wed Jul 29 21:11:14 2026] POST /v2.0/security-group-rules => generated 599 bytes in 249 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1292/2483] 10.0.0.76 () {34 vars in 694 bytes} [Wed Jul 29 21:11:14 2026] POST /v2.0/security-group-rules => generated 601 bytes in 307 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1192/2484] 10.0.0.76 () {34 vars in 694 bytes} [Wed Jul 29 21:11:15 2026] POST /v2.0/security-group-rules => generated 597 bytes in 264 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1293/2485] 10.0.0.147 () {34 vars in 990 bytes} [Wed Jul 29 21:11:15 2026] GET /v2.0/ports?device_id=b02546ad-f069-48e2-be22-4ab790219987 => 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: 1193/2486] 10.0.0.147 () {34 vars in 1094 bytes} [Wed Jul 29 21:11:15 2026] GET /v2.0/security-groups?name=tempest-lb_member_SG-766355723&fields=id&tenant_id=059631b98d244af1b364b9181b6cf6b6 => generated 69 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1294/2487] 10.0.0.147 () {34 vars in 982 bytes} [Wed Jul 29 21:11:15 2026] GET /v2.0/networks?id=2571719c-f675-4d7b-b8d1-de662e360ddf => generated 705 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1194/2488] 10.0.0.147 () {34 vars in 965 bytes} [Wed Jul 29 21:11:15 2026] GET /v2.0/quotas/059631b98d244af1b364b9181b6cf6b6 => 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: 1295/2489] 10.0.0.147 () {34 vars in 1002 bytes} [Wed Jul 29 21:11:15 2026] GET /v2.0/ports?tenant_id=059631b98d244af1b364b9181b6cf6b6&fields=id => generated 287 bytes in 194 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1195/2490] 10.0.0.147 () {34 vars in 1008 bytes} [Wed Jul 29 21:11:15 2026] GET /v2.0/networks/2571719c-f675-4d7b-b8d1-de662e360ddf?fields=segments => generated 14 bytes in 95 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1296/2491] 10.0.0.147 () {34 vars in 1108 bytes} [Wed Jul 29 21:11:15 2026] GET /v2.0/networks/2571719c-f675-4d7b-b8d1-de662e360ddf?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: 1196/2492] 10.0.0.147 () {34 vars in 990 bytes} [Wed Jul 29 21:11:16 2026] GET /v2.0/ports?device_id=9857d89a-1cf3-4171-bff3-99ae9bc86c05 => generated 12 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1297/2493] 10.0.0.147 () {34 vars in 990 bytes} [Wed Jul 29 21:11:16 2026] GET /v2.0/ports?device_id=b02546ad-f069-48e2-be22-4ab790219987 => generated 12 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1197/2494] 10.0.0.147 () {34 vars in 990 bytes} [Wed Jul 29 21:11:17 2026] GET /v2.0/ports?device_id=b02546ad-f069-48e2-be22-4ab790219987 => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1298/2495] 10.0.0.147 () {34 vars in 990 bytes} [Wed Jul 29 21:11:18 2026] GET /v2.0/ports?device_id=b02546ad-f069-48e2-be22-4ab790219987 => 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: 1198/2496] 162.253.55.222 () {34 vars in 986 bytes} [Wed Jul 29 21:11:18 2026] GET /v2.0/networks?id=3aef32ca-5038-4fff-97ac-e76de2fd9dfe => generated 661 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1299/2497] 162.253.55.222 () {34 vars in 1050 bytes} [Wed Jul 29 21:11:18 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=2933cdb491884748a7578e65c162964a => 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: 1199/2498] 162.253.55.222 () {38 vars in 955 bytes} [Wed Jul 29 21:11:19 2026] POST /v2.0/ports => generated 954 bytes in 504 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: 1200/2499] 10.0.0.147 () {34 vars in 990 bytes} [Wed Jul 29 21:11:19 2026] GET /v2.0/ports?device_id=b02546ad-f069-48e2-be22-4ab790219987 => 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: 1201/2500] 10.0.0.147 () {34 vars in 1040 bytes} [Wed Jul 29 21:11:19 2026] GET /v2.0/security-groups?id=6907c993-427d-4d37-b56d-7ca2d950c21c&fields=id&fields=name => generated 114 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1300/2501] 162.253.55.222 () {38 vars in 1028 bytes} [Wed Jul 29 21:11:19 2026] PUT /v2.0/ports/e2c1ad62-f04c-4f4a-ad19-b0b27ba5363e => generated 1235 bytes in 647 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-29 21:11:20.256 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-2d850c85-b7ce-4764-90df-52f2a151aa1a'] response: {'name': 'network-changed', 'server_uuid': 'b02546ad-f069-48e2-be22-4ab790219987', 'tag': 'e2c1ad62-f04c-4f4a-ad19-b0b27ba5363e', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1202/2502] 162.253.55.222 () {34 vars in 1080 bytes} [Wed Jul 29 21:11:20 2026] GET /v2.0/ports?tenant_id=2933cdb491884748a7578e65c162964a&device_id=b02546ad-f069-48e2-be22-4ab790219987 => generated 1238 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1301/2503] 162.253.55.222 () {34 vars in 1018 bytes} [Wed Jul 29 21:11:20 2026] GET /v2.0/networks?tenant_id=2933cdb491884748a7578e65c162964a&shared=False => generated 756 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1203/2504] 162.253.55.222 () {34 vars in 930 bytes} [Wed Jul 29 21:11:20 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1204/2505] 162.253.55.222 () {34 vars in 986 bytes} [Wed Jul 29 21:11:21 2026] GET /v2.0/networks?id=2571719c-f675-4d7b-b8d1-de662e360ddf => generated 705 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1302/2506] 10.0.0.147 () {34 vars in 990 bytes} [Wed Jul 29 21:11:20 2026] GET /v2.0/ports?device_id=b02546ad-f069-48e2-be22-4ab790219987 => generated 969 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1205/2507] 162.253.55.222 () {34 vars in 1050 bytes} [Wed Jul 29 21:11:21 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=059631b98d244af1b364b9181b6cf6b6 => generated 178 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1303/2508] 10.0.0.147 () {34 vars in 1040 bytes} [Wed Jul 29 21:11:21 2026] GET /v2.0/security-groups?id=6907c993-427d-4d37-b56d-7ca2d950c21c&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: 1304/2509] 10.0.0.147 () {34 vars in 990 bytes} [Wed Jul 29 21:11:21 2026] GET /v2.0/ports?device_id=9857d89a-1cf3-4171-bff3-99ae9bc86c05 => 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: 1206/2510] 162.253.55.222 () {38 vars in 955 bytes} [Wed Jul 29 21:11:21 2026] POST /v2.0/ports => generated 1175 bytes in 583 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: 1207/2511] 162.253.55.222 () {34 vars in 1080 bytes} [Wed Jul 29 21:11:21 2026] GET /v2.0/ports?tenant_id=2933cdb491884748a7578e65c162964a&device_id=b02546ad-f069-48e2-be22-4ab790219987 => generated 1238 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1208/2512] 162.253.55.222 () {34 vars in 1058 bytes} [Wed Jul 29 21:11:21 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.5&port_id=e2c1ad62-f04c-4f4a-ad19-b0b27ba5363e => 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: 1209/2513] 162.253.55.222 () {34 vars in 984 bytes} [Wed Jul 29 21:11:22 2026] GET /v2.0/subnets?id=c10e3533-3e5c-456b-a094-7be2c16cefc4 => generated 678 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1210/2514] 162.253.55.222 () {34 vars in 1052 bytes} [Wed Jul 29 21:11:22 2026] GET /v2.0/ports?network_id=3aef32ca-5038-4fff-97ac-e76de2fd9dfe&device_owner=network%3Adhcp => generated 1244 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1211/2515] 162.253.55.222 () {34 vars in 1012 bytes} [Wed Jul 29 21:11:22 2026] GET /v2.0/networks/3aef32ca-5038-4fff-97ac-e76de2fd9dfe?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: 1212/2516] 162.253.55.222 () {34 vars in 1112 bytes} [Wed Jul 29 21:11:22 2026] GET /v2.0/networks/3aef32ca-5038-4fff-97ac-e76de2fd9dfe?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: 1213/2517] 10.0.0.147 () {34 vars in 990 bytes} [Wed Jul 29 21:11:22 2026] GET /v2.0/ports?device_id=b02546ad-f069-48e2-be22-4ab790219987 => generated 969 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1305/2518] 162.253.55.222 () {38 vars in 1028 bytes} [Wed Jul 29 21:11:21 2026] PUT /v2.0/ports/d771c760-67e9-4201-8561-7036b381cae6 => generated 1456 bytes in 582 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1214/2519] 10.0.0.147 () {34 vars in 1040 bytes} [Wed Jul 29 21:11:22 2026] GET /v2.0/security-groups?id=6907c993-427d-4d37-b56d-7ca2d950c21c&fields=id&fields=name => generated 114 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-29 21:11:22.348 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-b2a0014f-7366-43ac-ae04-e1e01add1e7b'] response: {'name': 'network-changed', 'server_uuid': '9857d89a-1cf3-4171-bff3-99ae9bc86c05', 'tag': 'd771c760-67e9-4201-8561-7036b381cae6', '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: 1306/2520] 162.253.55.222 () {34 vars in 1080 bytes} [Wed Jul 29 21:11:22 2026] GET /v2.0/ports?tenant_id=059631b98d244af1b364b9181b6cf6b6&device_id=9857d89a-1cf3-4171-bff3-99ae9bc86c05 => generated 1459 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1215/2521] 162.253.55.222 () {34 vars in 1018 bytes} [Wed Jul 29 21:11:22 2026] GET /v2.0/networks?tenant_id=059631b98d244af1b364b9181b6cf6b6&shared=False => generated 2376 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1307/2522] 162.253.55.222 () {34 vars in 930 bytes} [Wed Jul 29 21:11:22 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1216/2523] 10.0.0.147 () {34 vars in 990 bytes} [Wed Jul 29 21:11:23 2026] GET /v2.0/ports?device_id=b02546ad-f069-48e2-be22-4ab790219987 => generated 969 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1308/2524] 10.0.0.147 () {34 vars in 1040 bytes} [Wed Jul 29 21:11:23 2026] GET /v2.0/security-groups?id=6907c993-427d-4d37-b56d-7ca2d950c21c&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: 1217/2525] 162.253.55.222 () {34 vars in 1080 bytes} [Wed Jul 29 21:11:24 2026] GET /v2.0/ports?tenant_id=059631b98d244af1b364b9181b6cf6b6&device_id=9857d89a-1cf3-4171-bff3-99ae9bc86c05 => generated 1459 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1309/2526] 162.253.55.222 () {34 vars in 1054 bytes} [Wed Jul 29 21:11:24 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.9&port_id=d771c760-67e9-4201-8561-7036b381cae6 => 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: 1218/2527] 162.253.55.222 () {34 vars in 1104 bytes} [Wed Jul 29 21:11:24 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A2c1&port_id=d771c760-67e9-4201-8561-7036b381cae6 => 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: 1310/2528] 162.253.55.222 () {34 vars in 1064 bytes} [Wed Jul 29 21:11:24 2026] GET /v2.0/subnets?id=cca632af-d479-404c-bc2a-102e575c7dc0&id=606bd2a0-e150-46e1-ac83-e76e1ebd07ac => generated 1409 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1219/2529] 162.253.55.222 () {34 vars in 1052 bytes} [Wed Jul 29 21:11:24 2026] GET /v2.0/ports?network_id=2571719c-f675-4d7b-b8d1-de662e360ddf&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: 1311/2530] 162.253.55.222 () {34 vars in 1052 bytes} [Wed Jul 29 21:11:24 2026] GET /v2.0/ports?network_id=2571719c-f675-4d7b-b8d1-de662e360ddf&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: 8|app: 0|req: 1220/2531] 162.253.55.222 () {34 vars in 1012 bytes} [Wed Jul 29 21:11:24 2026] GET /v2.0/networks/2571719c-f675-4d7b-b8d1-de662e360ddf?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: 1312/2532] 162.253.55.222 () {34 vars in 1112 bytes} [Wed Jul 29 21:11:24 2026] GET /v2.0/networks/2571719c-f675-4d7b-b8d1-de662e360ddf?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: 1314/2535] 10.0.0.147 () {34 vars in 990 bytes} [Wed Jul 29 21:11:24 2026] GET /v2.0/ports?device_id=b02546ad-f069-48e2-be22-4ab790219987 => 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: 1222/2536] 10.0.0.147 () {34 vars in 1040 bytes} [Wed Jul 29 21:11:24 2026] GET /v2.0/security-groups?id=6907c993-427d-4d37-b56d-7ca2d950c21c&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: 1315/2537] 10.0.0.147 () {34 vars in 990 bytes} [Wed Jul 29 21:11:25 2026] GET /v2.0/ports?device_id=b02546ad-f069-48e2-be22-4ab790219987 => generated 971 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1223/2538] 10.0.0.147 () {34 vars in 1040 bytes} [Wed Jul 29 21:11:25 2026] GET /v2.0/security-groups?id=6907c993-427d-4d37-b56d-7ca2d950c21c&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: 1316/2539] 10.0.0.147 () {34 vars in 990 bytes} [Wed Jul 29 21:11:26 2026] GET /v2.0/ports?device_id=9857d89a-1cf3-4171-bff3-99ae9bc86c05 => generated 1190 bytes in 99 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1224/2540] 10.0.0.147 () {34 vars in 1040 bytes} [Wed Jul 29 21:11:26 2026] GET /v2.0/security-groups?id=5b2c9262-1270-437c-9e65-1f5431782e85&fields=id&fields=name => generated 111 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1317/2541] 10.0.0.147 () {34 vars in 990 bytes} [Wed Jul 29 21:11:26 2026] GET /v2.0/ports?device_id=b02546ad-f069-48e2-be22-4ab790219987 => generated 971 bytes in 99 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1225/2542] 10.0.0.147 () {34 vars in 1040 bytes} [Wed Jul 29 21:11:27 2026] GET /v2.0/security-groups?id=6907c993-427d-4d37-b56d-7ca2d950c21c&fields=id&fields=name => generated 114 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1318/2543] 10.0.0.147 () {34 vars in 990 bytes} [Wed Jul 29 21:11:27 2026] GET /v2.0/ports?device_id=b02546ad-f069-48e2-be22-4ab790219987 => 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: 1226/2544] 10.0.0.147 () {34 vars in 1040 bytes} [Wed Jul 29 21:11:27 2026] GET /v2.0/security-groups?id=6907c993-427d-4d37-b56d-7ca2d950c21c&fields=id&fields=name => generated 114 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1319/2545] 10.0.0.76 () {32 vars in 735 bytes} [Wed Jul 29 21:11:27 2026] GET /v2.0/ports?device_id=b02546ad-f069-48e2-be22-4ab790219987 => generated 1240 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-29 21:11:27.790 8 INFO neutron.db.l3_db [None req-1b3a30d8-d3cb-45a1-9049-6c072cceaff0 4ea098d587c84f8e94b47afde427dac2 2933cdb491884748a7578e65c162964a - - default default] Floating IP 9035e9d8-7055-4929-a994-b4ce7ec39c9a associated. External IP: 10.96.250.209, port: e2c1ad62-f04c-4f4a-ad19-b0b27ba5363e. [pid: 8|app: 0|req: 1227/2546] 10.0.0.76 () {34 vars in 748 bytes} [Wed Jul 29 21:11:27 2026] PUT /v2.0/floatingips/9035e9d8-7055-4929-a994-b4ce7ec39c9a => generated 855 bytes in 785 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-29 21:11:28.219 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-59c3c936-70cf-4d70-8a98-8493a8a7c66e'] response: {'name': 'network-changed', 'server_uuid': 'b02546ad-f069-48e2-be22-4ab790219987', 'tag': 'e2c1ad62-f04c-4f4a-ad19-b0b27ba5363e', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1320/2547] 10.0.0.76 () {32 vars in 728 bytes} [Wed Jul 29 21:11:28 2026] GET /v2.0/floatingips/9035e9d8-7055-4929-a994-b4ce7ec39c9a => generated 855 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1228/2548] 162.253.55.222 () {34 vars in 1080 bytes} [Wed Jul 29 21:11:28 2026] GET /v2.0/ports?tenant_id=2933cdb491884748a7578e65c162964a&device_id=b02546ad-f069-48e2-be22-4ab790219987 => generated 1240 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1321/2549] 162.253.55.222 () {34 vars in 986 bytes} [Wed Jul 29 21:11:28 2026] GET /v2.0/networks?id=3aef32ca-5038-4fff-97ac-e76de2fd9dfe => generated 756 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1229/2550] 162.253.55.222 () {34 vars in 1058 bytes} [Wed Jul 29 21:11:28 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.5&port_id=e2c1ad62-f04c-4f4a-ad19-b0b27ba5363e => generated 858 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1322/2551] 162.253.55.222 () {34 vars in 984 bytes} [Wed Jul 29 21:11:28 2026] GET /v2.0/subnets?id=c10e3533-3e5c-456b-a094-7be2c16cefc4 => generated 678 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1230/2552] 162.253.55.222 () {34 vars in 1052 bytes} [Wed Jul 29 21:11:28 2026] GET /v2.0/ports?network_id=3aef32ca-5038-4fff-97ac-e76de2fd9dfe&device_owner=network%3Adhcp => generated 1244 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1323/2553] 162.253.55.222 () {34 vars in 1012 bytes} [Wed Jul 29 21:11:29 2026] GET /v2.0/networks/3aef32ca-5038-4fff-97ac-e76de2fd9dfe?fields=segments => generated 14 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1231/2554] 162.253.55.222 () {34 vars in 1112 bytes} [Wed Jul 29 21:11:29 2026] GET /v2.0/networks/3aef32ca-5038-4fff-97ac-e76de2fd9dfe?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: 1324/2555] 10.0.0.76 () {32 vars in 728 bytes} [Wed Jul 29 21:11:29 2026] GET /v2.0/floatingips/9035e9d8-7055-4929-a994-b4ce7ec39c9a => generated 855 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1232/2556] 10.0.0.76 () {32 vars in 728 bytes} [Wed Jul 29 21:11:30 2026] GET /v2.0/floatingips/9035e9d8-7055-4929-a994-b4ce7ec39c9a => generated 857 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1325/2557] 10.0.0.147 () {34 vars in 990 bytes} [Wed Jul 29 21:11:31 2026] GET /v2.0/ports?device_id=9857d89a-1cf3-4171-bff3-99ae9bc86c05 => generated 1192 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1233/2558] 10.0.0.147 () {34 vars in 1040 bytes} [Wed Jul 29 21:11:31 2026] GET /v2.0/security-groups?id=5b2c9262-1270-437c-9e65-1f5431782e85&fields=id&fields=name => generated 111 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1326/2559] 10.0.0.76 () {32 vars in 817 bytes} [Wed Jul 29 21:11:31 2026] GET /v2.0/ports?network_id=2571719c-f675-4d7b-b8d1-de662e360ddf&mac_address=fa%3A16%3A3e%3A77%3Aab%3Ae7 => generated 1192 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-29 21:11:32.911 8 INFO neutron.db.l3_db [None req-b71f28b9-d3ee-4dbf-8b9e-1d771dfae384 b846881c49ae4ead88e347565f56e0fd 059631b98d244af1b364b9181b6cf6b6 - - default default] Floating IP dacd55be-7fdd-427c-9b56-287d70ec9983 associated. External IP: 10.96.250.218, port: d771c760-67e9-4201-8561-7036b381cae6. [pid: 8|app: 0|req: 1234/2560] 10.0.0.76 () {34 vars in 676 bytes} [Wed Jul 29 21:11:31 2026] POST /v2.0/floatingips => generated 853 bytes in 1417 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-29 21:11:33.404 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-f5e29c85-6ba1-4325-b583-d9894f2bec70'] response: {'name': 'network-changed', 'server_uuid': '9857d89a-1cf3-4171-bff3-99ae9bc86c05', 'tag': 'd771c760-67e9-4201-8561-7036b381cae6', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1327/2561] 10.0.0.147 () {34 vars in 1094 bytes} [Wed Jul 29 21:11:33 2026] GET /v2.0/security-groups?name=tempest-lb_member_SG-766355723&fields=id&tenant_id=059631b98d244af1b364b9181b6cf6b6 => generated 69 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1235/2562] 10.0.0.147 () {34 vars in 982 bytes} [Wed Jul 29 21:11:33 2026] GET /v2.0/networks?id=5be64d6d-d50e-4977-896b-57c2090a9218 => generated 705 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1328/2563] 10.0.0.147 () {34 vars in 965 bytes} [Wed Jul 29 21:11:33 2026] GET /v2.0/quotas/059631b98d244af1b364b9181b6cf6b6 => generated 292 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1236/2564] 10.0.0.147 () {34 vars in 1002 bytes} [Wed Jul 29 21:11:33 2026] GET /v2.0/ports?tenant_id=059631b98d244af1b364b9181b6cf6b6&fields=id => generated 333 bytes in 180 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1329/2565] 10.0.0.147 () {34 vars in 1008 bytes} [Wed Jul 29 21:11:33 2026] GET /v2.0/networks/5be64d6d-d50e-4977-896b-57c2090a9218?fields=segments => generated 14 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1237/2566] 10.0.0.147 () {34 vars in 1108 bytes} [Wed Jul 29 21:11:33 2026] GET /v2.0/networks/5be64d6d-d50e-4977-896b-57c2090a9218?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: 1330/2567] 162.253.55.222 () {34 vars in 1080 bytes} [Wed Jul 29 21:11:33 2026] GET /v2.0/ports?tenant_id=059631b98d244af1b364b9181b6cf6b6&device_id=9857d89a-1cf3-4171-bff3-99ae9bc86c05 => generated 1461 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1238/2568] 162.253.55.222 () {34 vars in 986 bytes} [Wed Jul 29 21:11:33 2026] GET /v2.0/networks?id=2571719c-f675-4d7b-b8d1-de662e360ddf => generated 801 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1331/2569] 162.253.55.222 () {34 vars in 1054 bytes} [Wed Jul 29 21:11:34 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.9&port_id=d771c760-67e9-4201-8561-7036b381cae6 => generated 856 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1239/2570] 162.253.55.222 () {34 vars in 1104 bytes} [Wed Jul 29 21:11:34 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A2c1&port_id=d771c760-67e9-4201-8561-7036b381cae6 => generated 19 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1240/2571] 10.0.0.147 () {34 vars in 990 bytes} [Wed Jul 29 21:11:34 2026] GET /v2.0/ports?device_id=8fa4e10e-efcb-4dc9-802d-61d1ffa4a14b => 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: 1332/2572] 162.253.55.222 () {34 vars in 1064 bytes} [Wed Jul 29 21:11:34 2026] GET /v2.0/subnets?id=cca632af-d479-404c-bc2a-102e575c7dc0&id=606bd2a0-e150-46e1-ac83-e76e1ebd07ac => generated 1409 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1241/2573] 162.253.55.222 () {34 vars in 1052 bytes} [Wed Jul 29 21:11:34 2026] GET /v2.0/ports?network_id=2571719c-f675-4d7b-b8d1-de662e360ddf&device_owner=network%3Adhcp => generated 1457 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1333/2574] 162.253.55.222 () {34 vars in 1052 bytes} [Wed Jul 29 21:11:34 2026] GET /v2.0/ports?network_id=2571719c-f675-4d7b-b8d1-de662e360ddf&device_owner=network%3Adhcp => generated 1457 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1242/2575] 162.253.55.222 () {34 vars in 1012 bytes} [Wed Jul 29 21:11:34 2026] GET /v2.0/networks/2571719c-f675-4d7b-b8d1-de662e360ddf?fields=segments => generated 14 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1334/2576] 162.253.55.222 () {34 vars in 1112 bytes} [Wed Jul 29 21:11:34 2026] GET /v2.0/networks/2571719c-f675-4d7b-b8d1-de662e360ddf?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: 1243/2577] 162.253.55.222 () {34 vars in 986 bytes} [Wed Jul 29 21:11:38 2026] GET /v2.0/networks?id=5be64d6d-d50e-4977-896b-57c2090a9218 => generated 705 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1335/2578] 162.253.55.222 () {34 vars in 1050 bytes} [Wed Jul 29 21:11:38 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=059631b98d244af1b364b9181b6cf6b6 => generated 178 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1244/2579] 162.253.55.222 () {38 vars in 955 bytes} [Wed Jul 29 21:11:38 2026] POST /v2.0/ports => generated 1187 bytes in 625 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1336/2580] 10.0.0.147 () {34 vars in 990 bytes} [Wed Jul 29 21:11:39 2026] GET /v2.0/ports?device_id=8fa4e10e-efcb-4dc9-802d-61d1ffa4a14b => generated 1190 bytes in 92 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: 1337/2581] 10.0.0.147 () {34 vars in 1040 bytes} [Wed Jul 29 21:11:39 2026] GET /v2.0/security-groups?id=5b2c9262-1270-437c-9e65-1f5431782e85&fields=id&fields=name => generated 111 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1340/2584] 10.0.0.136 () {34 vars in 990 bytes} [Wed Jul 29 21:11:39 2026] GET /v2.0/ports?device_id=b02546ad-f069-48e2-be22-4ab790219987 => generated 1240 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1341/2585] 10.0.0.136 () {34 vars in 1040 bytes} [Wed Jul 29 21:11:39 2026] GET /v2.0/security-groups?id=6907c993-427d-4d37-b56d-7ca2d950c21c&fields=id&fields=name => generated 114 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1245/2586] 162.253.55.222 () {38 vars in 1028 bytes} [Wed Jul 29 21:11:39 2026] PUT /v2.0/ports/f403060a-55c3-48b9-bcbf-7190e896ac0b => generated 1468 bytes in 620 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-29 21:11:39.997 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-d8e20895-a18b-4a6c-844a-54bafdafc586'] response: {'name': 'network-changed', 'server_uuid': '8fa4e10e-efcb-4dc9-802d-61d1ffa4a14b', 'tag': 'f403060a-55c3-48b9-bcbf-7190e896ac0b', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1342/2587] 162.253.55.222 () {34 vars in 1080 bytes} [Wed Jul 29 21:11:40 2026] GET /v2.0/ports?tenant_id=059631b98d244af1b364b9181b6cf6b6&device_id=8fa4e10e-efcb-4dc9-802d-61d1ffa4a14b => generated 1471 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, ' [pid: 8|app: 0|req: 1246/2588] 162.253.55.222 () {34 vars in 1018 bytes} [Wed Jul 29 21:11:40 2026] GET /v2.0/networks?tenant_id=059631b98d244af1b364b9181b6cf6b6&shared=False => generated 2376 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1343/2589] 162.253.55.222 () {34 vars in 930 bytes} [Wed Jul 29 21:11:40 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1247/2590] 162.253.55.222 () {34 vars in 1080 bytes} [Wed Jul 29 21:11:41 2026] GET /v2.0/ports?tenant_id=059631b98d244af1b364b9181b6cf6b6&device_id=8fa4e10e-efcb-4dc9-802d-61d1ffa4a14b => generated 1471 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1344/2591] 162.253.55.222 () {34 vars in 1058 bytes} [Wed Jul 29 21:11:41 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.190&port_id=f403060a-55c3-48b9-bcbf-7190e896ac0b => 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: 1248/2592] 162.253.55.222 () {34 vars in 1106 bytes} [Wed Jul 29 21:11:41 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A3b5&port_id=f403060a-55c3-48b9-bcbf-7190e896ac0b => generated 19 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1345/2593] 162.253.55.222 () {34 vars in 1064 bytes} [Wed Jul 29 21:11:41 2026] GET /v2.0/subnets?id=541e970e-c2c8-4e4d-a21b-c3c7508d859e&id=6969cd65-8e38-4aa4-a16c-bb080e283220 => generated 1414 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1249/2594] 162.253.55.222 () {34 vars in 1052 bytes} [Wed Jul 29 21:11:41 2026] GET /v2.0/ports?network_id=5be64d6d-d50e-4977-896b-57c2090a9218&device_owner=network%3Adhcp => generated 1461 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1346/2595] 162.253.55.222 () {34 vars in 1052 bytes} [Wed Jul 29 21:11:41 2026] GET /v2.0/ports?network_id=5be64d6d-d50e-4977-896b-57c2090a9218&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: 1250/2596] 162.253.55.222 () {34 vars in 1012 bytes} [Wed Jul 29 21:11:41 2026] GET /v2.0/networks/5be64d6d-d50e-4977-896b-57c2090a9218?fields=segments => generated 14 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1347/2597] 162.253.55.222 () {34 vars in 1112 bytes} [Wed Jul 29 21:11:41 2026] GET /v2.0/networks/5be64d6d-d50e-4977-896b-57c2090a9218?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1251/2598] 10.0.0.136 () {34 vars in 990 bytes} [Wed Jul 29 21:11:42 2026] GET /v2.0/ports?device_id=9857d89a-1cf3-4171-bff3-99ae9bc86c05 => generated 1461 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1348/2599] 10.0.0.136 () {34 vars in 1040 bytes} [Wed Jul 29 21:11:42 2026] GET /v2.0/security-groups?id=5b2c9262-1270-437c-9e65-1f5431782e85&fields=id&fields=name => generated 111 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1252/2600] 10.0.0.147 () {34 vars in 990 bytes} [Wed Jul 29 21:11:44 2026] GET /v2.0/ports?device_id=8fa4e10e-efcb-4dc9-802d-61d1ffa4a14b => generated 1202 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1349/2601] 10.0.0.147 () {34 vars in 1040 bytes} [Wed Jul 29 21:11:44 2026] GET /v2.0/security-groups?id=5b2c9262-1270-437c-9e65-1f5431782e85&fields=id&fields=name => generated 111 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1253/2602] 10.0.0.147 () {34 vars in 990 bytes} [Wed Jul 29 21:11:49 2026] GET /v2.0/ports?device_id=8fa4e10e-efcb-4dc9-802d-61d1ffa4a14b => generated 1204 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1254/2603] 10.0.0.147 () {34 vars in 1040 bytes} [Wed Jul 29 21:11:49 2026] GET /v2.0/security-groups?id=5b2c9262-1270-437c-9e65-1f5431782e85&fields=id&fields=name => generated 111 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1350/2604] 10.0.0.147 () {34 vars in 990 bytes} [Wed Jul 29 21:11:49 2026] GET /v2.0/ports?device_id=b02546ad-f069-48e2-be22-4ab790219987 => generated 971 bytes in 100 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1255/2605] 10.0.0.147 () {34 vars in 1040 bytes} [Wed Jul 29 21:11:49 2026] GET /v2.0/security-groups?id=6907c993-427d-4d37-b56d-7ca2d950c21c&fields=id&fields=name => generated 114 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1351/2606] 10.0.0.76 () {32 vars in 817 bytes} [Wed Jul 29 21:11:49 2026] GET /v2.0/ports?network_id=5be64d6d-d50e-4977-896b-57c2090a9218&mac_address=fa%3A16%3A3e%3A49%3A08%3Af4 => generated 1204 bytes in 104 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-29 21:11:50.866 8 INFO neutron.db.l3_db [None req-0ff4e2c1-d431-4438-be77-22ac3cac477b b846881c49ae4ead88e347565f56e0fd 059631b98d244af1b364b9181b6cf6b6 - - default default] Floating IP 5e331634-f176-43cf-9769-c131d2adcaf9 associated. External IP: 10.96.250.203, port: f403060a-55c3-48b9-bcbf-7190e896ac0b. [pid: 7|app: 0|req: 1352/2607] 10.0.0.147 () {34 vars in 990 bytes} [Wed Jul 29 21:11:50 2026] GET /v2.0/ports?device_id=b02546ad-f069-48e2-be22-4ab790219987 => generated 971 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1353/2608] 10.0.0.147 () {34 vars in 1040 bytes} [Wed Jul 29 21:11:51 2026] GET /v2.0/security-groups?id=6907c993-427d-4d37-b56d-7ca2d950c21c&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: 1256/2609] 10.0.0.76 () {34 vars in 676 bytes} [Wed Jul 29 21:11:49 2026] POST /v2.0/floatingips => generated 855 bytes in 1391 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-29 21:11:51.368 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-2fb2db5b-5f94-4c94-81a4-d0627b9da39e'] response: {'name': 'network-changed', 'server_uuid': '8fa4e10e-efcb-4dc9-802d-61d1ffa4a14b', 'tag': 'f403060a-55c3-48b9-bcbf-7190e896ac0b', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1354/2610] 162.253.55.222 () {34 vars in 1080 bytes} [Wed Jul 29 21:11:51 2026] GET /v2.0/ports?tenant_id=059631b98d244af1b364b9181b6cf6b6&device_id=8fa4e10e-efcb-4dc9-802d-61d1ffa4a14b => generated 1473 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1257/2611] 162.253.55.222 () {34 vars in 986 bytes} [Wed Jul 29 21:11:51 2026] GET /v2.0/networks?id=5be64d6d-d50e-4977-896b-57c2090a9218 => generated 801 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1355/2612] 162.253.55.222 () {34 vars in 1058 bytes} [Wed Jul 29 21:11:52 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.190&port_id=f403060a-55c3-48b9-bcbf-7190e896ac0b => generated 858 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1258/2613] 162.253.55.222 () {34 vars in 1106 bytes} [Wed Jul 29 21:11:52 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A3b5&port_id=f403060a-55c3-48b9-bcbf-7190e896ac0b => generated 19 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1356/2614] 10.0.0.147 () {34 vars in 990 bytes} [Wed Jul 29 21:11:52 2026] GET /v2.0/ports?device_id=b02546ad-f069-48e2-be22-4ab790219987 => 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: 1259/2615] 162.253.55.222 () {34 vars in 1064 bytes} [Wed Jul 29 21:11:52 2026] GET /v2.0/subnets?id=541e970e-c2c8-4e4d-a21b-c3c7508d859e&id=6969cd65-8e38-4aa4-a16c-bb080e283220 => generated 1414 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1260/2616] 10.0.0.147 () {34 vars in 1040 bytes} [Wed Jul 29 21:11:52 2026] GET /v2.0/security-groups?id=6907c993-427d-4d37-b56d-7ca2d950c21c&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: 1357/2617] 162.253.55.222 () {34 vars in 994 bytes} [Wed Jul 29 21:11:52 2026] GET /v2.0/ports?device_id=b02546ad-f069-48e2-be22-4ab790219987 => generated 971 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1261/2618] 162.253.55.222 () {34 vars in 1052 bytes} [Wed Jul 29 21:11:52 2026] GET /v2.0/ports?network_id=5be64d6d-d50e-4977-896b-57c2090a9218&device_owner=network%3Adhcp => generated 1461 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1262/2619] 162.253.55.222 () {34 vars in 1052 bytes} [Wed Jul 29 21:11:52 2026] GET /v2.0/ports?network_id=5be64d6d-d50e-4977-896b-57c2090a9218&device_owner=network%3Adhcp => generated 1461 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-29 21:11:52.334 7 INFO neutron_taas.services.taas.taas_plugin [req-e17fd39b-97f1-48e1-8744-a37cb080dff2 req-4f958de4-836b-4a85-8316-5b4a3ad09242 4ea098d587c84f8e94b47afde427dac2 2933cdb491884748a7578e65c162964a - - default default] TaaS: Handle Delete Port: e2c1ad62-f04c-4f4a-ad19-b0b27ba5363e 2026-07-29 21:11:52.338 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-e17fd39b-97f1-48e1-8744-a37cb080dff2 req-4f958de4-836b-4a85-8316-5b4a3ad09242 4ea098d587c84f8e94b47afde427dac2 2933cdb491884748a7578e65c162964a - - default default] Tap Mirror: Handle Delete Port: e2c1ad62-f04c-4f4a-ad19-b0b27ba5363e [pid: 8|app: 0|req: 1263/2620] 162.253.55.222 () {34 vars in 1012 bytes} [Wed Jul 29 21:11:52 2026] GET /v2.0/networks/5be64d6d-d50e-4977-896b-57c2090a9218?fields=segments => generated 14 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1264/2621] 162.253.55.222 () {34 vars in 1112 bytes} [Wed Jul 29 21:11:52 2026] GET /v2.0/networks/5be64d6d-d50e-4977-896b-57c2090a9218?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-29 21:11:52.481 7 INFO neutron.db.l3_db [req-e17fd39b-97f1-48e1-8744-a37cb080dff2 req-4f958de4-836b-4a85-8316-5b4a3ad09242 4ea098d587c84f8e94b47afde427dac2 2933cdb491884748a7578e65c162964a - - default default] Floating IP 9035e9d8-7055-4929-a994-b4ce7ec39c9a disassociated. External IP: 10.96.250.209, port: e2c1ad62-f04c-4f4a-ad19-b0b27ba5363e. [pid: 7|app: 0|req: 1358/2622] 162.253.55.222 () {36 vars in 997 bytes} [Wed Jul 29 21:11:52 2026] DELETE /v2.0/ports/e2c1ad62-f04c-4f4a-ad19-b0b27ba5363e => generated 0 bytes in 640 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-29 21:11:52.888 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-deb9dc80-fbe2-4aef-8019-fb63eec28f93'] response: {'server_uuid': 'b02546ad-f069-48e2-be22-4ab790219987', 'name': 'network-vif-deleted', 'tag': 'e2c1ad62-f04c-4f4a-ad19-b0b27ba5363e', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1265/2623] 10.0.0.147 () {34 vars in 990 bytes} [Wed Jul 29 21:11:53 2026] GET /v2.0/ports?device_id=b02546ad-f069-48e2-be22-4ab790219987 => 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: 1359/2624] 10.0.0.147 () {34 vars in 990 bytes} [Wed Jul 29 21:11:54 2026] GET /v2.0/ports?device_id=b02546ad-f069-48e2-be22-4ab790219987 => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1361/2627] 10.0.0.147 () {34 vars in 990 bytes} [Wed Jul 29 21:11:55 2026] GET /v2.0/ports?device_id=b02546ad-f069-48e2-be22-4ab790219987 => generated 12 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1267/2628] 10.0.0.76 () {32 vars in 739 bytes} [Wed Jul 29 21:11:56 2026] DELETE /v2.0/security-groups/6907c993-427d-4d37-b56d-7ca2d950c21c => generated 0 bytes in 177 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-29 21:11:56.953 7 INFO neutron_taas.services.taas.taas_plugin [None req-dacc0033-912e-40bb-97a5-66536fef826e 4ea098d587c84f8e94b47afde427dac2 2933cdb491884748a7578e65c162964a - - default default] TaaS: Handle Delete Port: 68a330b2-f0ea-469d-8fbd-005cd8921b96 2026-07-29 21:11:56.958 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-dacc0033-912e-40bb-97a5-66536fef826e 4ea098d587c84f8e94b47afde427dac2 2933cdb491884748a7578e65c162964a - - default default] Tap Mirror: Handle Delete Port: 68a330b2-f0ea-469d-8fbd-005cd8921b96 [pid: 7|app: 0|req: 1362/2629] 10.0.0.76 () {32 vars in 731 bytes} [Wed Jul 29 21:11:56 2026] DELETE /v2.0/floatingips/9035e9d8-7055-4929-a994-b4ce7ec39c9a => generated 0 bytes in 360 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1268/2630] 10.0.0.147 () {34 vars in 990 bytes} [Wed Jul 29 21:11:57 2026] GET /v2.0/ports?device_id=f7c198e9-a168-4ec0-9c80-6a0319f5694f => generated 971 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1363/2631] 10.0.0.147 () {34 vars in 1040 bytes} [Wed Jul 29 21:11:57 2026] GET /v2.0/security-groups?id=fa8c74db-a012-4a26-bc17-da35e701da58&fields=id&fields=name => generated 113 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1269/2632] 10.0.0.136 () {34 vars in 990 bytes} [Wed Jul 29 21:11:58 2026] GET /v2.0/ports?device_id=8fa4e10e-efcb-4dc9-802d-61d1ffa4a14b => generated 1473 bytes in 138 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1364/2633] 10.0.0.136 () {34 vars in 1040 bytes} [Wed Jul 29 21:11:58 2026] GET /v2.0/security-groups?id=5b2c9262-1270-437c-9e65-1f5431782e85&fields=id&fields=name => generated 111 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1270/2634] 10.0.0.147 () {34 vars in 990 bytes} [Wed Jul 29 21:11:58 2026] GET /v2.0/ports?device_id=f7c198e9-a168-4ec0-9c80-6a0319f5694f => generated 971 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1365/2635] 10.0.0.147 () {34 vars in 1040 bytes} [Wed Jul 29 21:11:58 2026] GET /v2.0/security-groups?id=fa8c74db-a012-4a26-bc17-da35e701da58&fields=id&fields=name => generated 113 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1271/2636] 162.253.55.222 () {34 vars in 994 bytes} [Wed Jul 29 21:11:59 2026] GET /v2.0/ports?device_id=f7c198e9-a168-4ec0-9c80-6a0319f5694f => 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: 1366/2637] 10.0.0.147 () {34 vars in 990 bytes} [Wed Jul 29 21:11:59 2026] GET /v2.0/ports?device_id=f7c198e9-a168-4ec0-9c80-6a0319f5694f => generated 971 bytes in 116 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1367/2638] 10.0.0.147 () {34 vars in 1040 bytes} [Wed Jul 29 21:12:00 2026] GET /v2.0/security-groups?id=fa8c74db-a012-4a26-bc17-da35e701da58&fields=id&fields=name => generated 113 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-29 21:12:00.111 8 INFO neutron_taas.services.taas.taas_plugin [req-a716d30e-21c2-4bfa-be59-fad7b01fc754 req-98e4de83-2e63-4675-84b2-9436c2ba64e7 4ea098d587c84f8e94b47afde427dac2 2933cdb491884748a7578e65c162964a - - default default] TaaS: Handle Delete Port: 0e2fdd8c-a7f3-4bad-897f-f731fdcf3754 2026-07-29 21:12:00.116 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-a716d30e-21c2-4bfa-be59-fad7b01fc754 req-98e4de83-2e63-4675-84b2-9436c2ba64e7 4ea098d587c84f8e94b47afde427dac2 2933cdb491884748a7578e65c162964a - - default default] Tap Mirror: Handle Delete Port: 0e2fdd8c-a7f3-4bad-897f-f731fdcf3754 [pid: 8|app: 0|req: 1272/2639] 162.253.55.222 () {36 vars in 997 bytes} [Wed Jul 29 21:11:59 2026] DELETE /v2.0/ports/0e2fdd8c-a7f3-4bad-897f-f731fdcf3754 => generated 0 bytes in 1058 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-29 21:12:01.067 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-5c7a3d58-91fa-4fdd-993e-e4dc9ea28d05'] response: {'server_uuid': 'f7c198e9-a168-4ec0-9c80-6a0319f5694f', 'name': 'network-vif-deleted', 'tag': '0e2fdd8c-a7f3-4bad-897f-f731fdcf3754', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1368/2640] 10.0.0.147 () {34 vars in 990 bytes} [Wed Jul 29 21:12:01 2026] GET /v2.0/ports?device_id=f7c198e9-a168-4ec0-9c80-6a0319f5694f => 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: 1273/2641] 10.0.0.147 () {34 vars in 990 bytes} [Wed Jul 29 21:12:02 2026] GET /v2.0/ports?device_id=f7c198e9-a168-4ec0-9c80-6a0319f5694f => 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: 1369/2642] 10.0.0.147 () {34 vars in 990 bytes} [Wed Jul 29 21:12:03 2026] GET /v2.0/ports?device_id=f7c198e9-a168-4ec0-9c80-6a0319f5694f => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1274/2643] 10.0.0.76 () {32 vars in 739 bytes} [Wed Jul 29 21:12:04 2026] DELETE /v2.0/security-groups/fa8c74db-a012-4a26-bc17-da35e701da58 => generated 0 bytes in 172 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-29 21:12:05.173 7 INFO neutron_taas.services.taas.taas_plugin [None req-35a084ea-d523-486c-a7e9-a82d74e76de7 4ea098d587c84f8e94b47afde427dac2 2933cdb491884748a7578e65c162964a - - default default] TaaS: Handle Delete Port: 61b3464b-2e26-4732-9a43-13ec0e3f51f9 2026-07-29 21:12:05.176 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-35a084ea-d523-486c-a7e9-a82d74e76de7 4ea098d587c84f8e94b47afde427dac2 2933cdb491884748a7578e65c162964a - - default default] Tap Mirror: Handle Delete Port: 61b3464b-2e26-4732-9a43-13ec0e3f51f9 [pid: 7|app: 0|req: 1370/2644] 10.0.0.76 () {34 vars in 788 bytes} [Wed Jul 29 21:12:04 2026] PUT /v2.0/routers/d331e3f5-d638-4101-b442-e7f6273b0142/remove_router_interface => generated 309 bytes in 1158 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1275/2645] 10.0.0.76 () {32 vars in 723 bytes} [Wed Jul 29 21:12:05 2026] DELETE /v2.0/subnets/c10e3533-3e5c-456b-a094-7be2c16cefc4 => generated 0 bytes in 190 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-29 21:12:06.357 7 INFO neutron_taas.services.taas.taas_plugin [None req-8b6181f1-9fab-4ba1-9ec5-dc778b764c86 4ea098d587c84f8e94b47afde427dac2 2933cdb491884748a7578e65c162964a - - default default] TaaS: Handle Delete Port: 522008d4-b591-4291-9b83-82b531207d10 2026-07-29 21:12:06.360 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8b6181f1-9fab-4ba1-9ec5-dc778b764c86 4ea098d587c84f8e94b47afde427dac2 2933cdb491884748a7578e65c162964a - - default default] Tap Mirror: Handle Delete Port: 522008d4-b591-4291-9b83-82b531207d10 2026-07-29 21:12:06.654 7 INFO neutron_taas.services.taas.taas_plugin [None req-8b6181f1-9fab-4ba1-9ec5-dc778b764c86 4ea098d587c84f8e94b47afde427dac2 2933cdb491884748a7578e65c162964a - - default default] TaaS: Handle Delete Port: 5c512cbc-d5cb-4d83-b70f-f319b79a60bb 2026-07-29 21:12:06.657 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8b6181f1-9fab-4ba1-9ec5-dc778b764c86 4ea098d587c84f8e94b47afde427dac2 2933cdb491884748a7578e65c162964a - - default default] Tap Mirror: Handle Delete Port: 5c512cbc-d5cb-4d83-b70f-f319b79a60bb 2026-07-29 21:12:07.198 7 INFO neutron.services.segments.plugin [-] Segment 00a654b2-1b6b-4b9d-a03d-04a8082e932d resource provider aggregate not found 2026-07-29 21:12:07.202 7 INFO neutron.services.segments.plugin [-] Segment 00a654b2-1b6b-4b9d-a03d-04a8082e932d resource provider aggregate not found 2026-07-29 21:12:07.212 7 ERROR oslo.messaging._drivers.impl_rabbit [None req-8b6181f1-9fab-4ba1-9ec5-dc778b764c86 4ea098d587c84f8e94b47afde427dac2 2933cdb491884748a7578e65c162964a - - default default] Failed to publish message to topic 'dhcp_agent_fanout': Basic.publish: (404) NOT_FOUND - no exchange 'dhcp_agent_fanout' in vhost 'neutron': amqp.exceptions.NotFound: Basic.publish: (404) NOT_FOUND - no exchange 'dhcp_agent_fanout' in vhost 'neutron' 2026-07-29 21:12:07.214 7 ERROR oslo.messaging._drivers.impl_rabbit [None req-8b6181f1-9fab-4ba1-9ec5-dc778b764c86 4ea098d587c84f8e94b47afde427dac2 2933cdb491884748a7578e65c162964a - - default default] Unable to connect to AMQP server on rabbitmq-neutron.openstack.svc.cluster.local:5672 after inf tries: Basic.publish: (404) NOT_FOUND - no exchange 'dhcp_agent_fanout' in vhost 'neutron': amqp.exceptions.NotFound: Basic.publish: (404) NOT_FOUND - no exchange 'dhcp_agent_fanout' in vhost 'neutron' 2026-07-29 21:12:07.215 7 INFO neutron.db.l3_hamode_db [None req-8b6181f1-9fab-4ba1-9ec5-dc778b764c86 4ea098d587c84f8e94b47afde427dac2 2933cdb491884748a7578e65c162964a - - default default] HA network f6552856-ebad-496a-a7e6-d9a74931c891 was deleted as no HA routers are present in tenant 2933cdb491884748a7578e65c162964a. 2026-07-29 21:12:07.228 7 INFO neutron.services.segments.plugin [-] Segment 00a654b2-1b6b-4b9d-a03d-04a8082e932d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 00a654b2-1b6b-4b9d-a03d-04a8082e932d found for delete ", "request_id": "req-8b586354-f32c-4c1d-8648-37d62df095a6"}]} 2026-07-29 21:12:07.231 7 INFO neutron.services.segments.plugin [-] Segment 00a654b2-1b6b-4b9d-a03d-04a8082e932d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 00a654b2-1b6b-4b9d-a03d-04a8082e932d found for delete ", "request_id": "req-802b0ca6-e03a-4b9a-bb14-4e3aed7ab263"}]} [pid: 7|app: 0|req: 1371/2646] 10.0.0.76 () {32 vars in 723 bytes} [Wed Jul 29 21:12:06 2026] DELETE /v2.0/routers/d331e3f5-d638-4101-b442-e7f6273b0142 => generated 0 bytes in 1144 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-29 21:12:07.351 8 INFO neutron_taas.services.taas.taas_plugin [None req-d9a42f21-d04b-41da-9918-5690de9be79e 4ea098d587c84f8e94b47afde427dac2 2933cdb491884748a7578e65c162964a - - default default] TaaS: Handle Delete Port: 20189c5e-b6a5-4966-81ed-797aee776ba0 2026-07-29 21:12:07.355 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d9a42f21-d04b-41da-9918-5690de9be79e 4ea098d587c84f8e94b47afde427dac2 2933cdb491884748a7578e65c162964a - - default default] Tap Mirror: Handle Delete Port: 20189c5e-b6a5-4966-81ed-797aee776ba0 2026-07-29 21:12:07.607 8 INFO neutron.services.segments.plugin [-] Segment a52604ea-f700-4a28-bc29-f13320555ebc resource provider aggregate not found 2026-07-29 21:12:07.611 8 INFO neutron.services.segments.plugin [-] Segment a52604ea-f700-4a28-bc29-f13320555ebc resource provider aggregate not found 2026-07-29 21:12:07.629 8 ERROR oslo.messaging._drivers.impl_rabbit [None req-d9a42f21-d04b-41da-9918-5690de9be79e 4ea098d587c84f8e94b47afde427dac2 2933cdb491884748a7578e65c162964a - - default default] Failed to publish message to topic 'dhcp_agent_fanout': Basic.publish: (404) NOT_FOUND - no exchange 'dhcp_agent_fanout' in vhost 'neutron': amqp.exceptions.NotFound: Basic.publish: (404) NOT_FOUND - no exchange 'dhcp_agent_fanout' in vhost 'neutron' 2026-07-29 21:12:07.629 8 ERROR oslo.messaging._drivers.impl_rabbit [None req-d9a42f21-d04b-41da-9918-5690de9be79e 4ea098d587c84f8e94b47afde427dac2 2933cdb491884748a7578e65c162964a - - default default] Unable to connect to AMQP server on rabbitmq-neutron.openstack.svc.cluster.local:5672 after inf tries: Basic.publish: (404) NOT_FOUND - no exchange 'dhcp_agent_fanout' in vhost 'neutron': amqp.exceptions.NotFound: Basic.publish: (404) NOT_FOUND - no exchange 'dhcp_agent_fanout' in vhost 'neutron' [pid: 8|app: 0|req: 1276/2647] 10.0.0.76 () {32 vars in 725 bytes} [Wed Jul 29 21:12:07 2026] DELETE /v2.0/networks/3aef32ca-5038-4fff-97ac-e76de2fd9dfe => generated 0 bytes in 396 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-29 21:12:07.642 8 INFO neutron.services.segments.plugin [-] Segment a52604ea-f700-4a28-bc29-f13320555ebc resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a52604ea-f700-4a28-bc29-f13320555ebc found for delete ", "request_id": "req-7a14180b-d7ee-4235-ae79-cf2789052926"}]} 2026-07-29 21:12:07.645 8 INFO neutron.services.segments.plugin [-] Segment a52604ea-f700-4a28-bc29-f13320555ebc resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a52604ea-f700-4a28-bc29-f13320555ebc found for delete ", "request_id": "req-15722ff4-7146-4b36-b0a2-6747e5ec9eaa"}]} [pid: 7|app: 0|req: 1372/2648] 10.0.0.76 () {32 vars in 773 bytes} [Wed Jul 29 21:12:08 2026] GET /v2.0/security-groups?tenant_id=2933cdb491884748a7578e65c162964a&name=default => generated 2927 bytes in 118 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1277/2649] 10.0.0.76 () {32 vars in 739 bytes} [Wed Jul 29 21:12:08 2026] DELETE /v2.0/security-groups/38969330-4174-4799-9e46-18530849bcf9 => generated 0 bytes in 141 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1373/2650] 10.0.0.76 () {32 vars in 773 bytes} [Wed Jul 29 21:12:08 2026] GET /v2.0/security-groups?tenant_id=493502187fc94efdad28cc4af3a5ff56&name=default => generated 2929 bytes in 168 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1278/2651] 10.0.0.76 () {32 vars in 739 bytes} [Wed Jul 29 21:12:09 2026] DELETE /v2.0/security-groups/36f6d424-09cc-4f2b-bb35-b18c8b39d5cc => generated 0 bytes in 160 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1375/2654] 10.0.0.76 () {32 vars in 720 bytes} [Wed Jul 29 21:12:13 2026] GET /v2.0/subnets/acee3653-515a-4f4b-9c88-c99fc98559a8 => generated 676 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-29 21:12:14.470 8 INFO neutron.db.segments_db [None req-6b589ed3-9533-40c3-b952-82b71b06803e 2a5e0affa0784fc9b570f9c341664d25 b19c1a458b624ae4832bdcf0c72a87da - - default default] Added segment 46f985ac-175a-44e2-b614-073e1cb88033 of type vxlan for network ff59f718-53cc-4e15-9ae5-d4befc363e70 [pid: 8|app: 0|req: 1280/2655] 10.0.0.76 () {34 vars in 669 bytes} [Wed Jul 29 21:12:14 2026] POST /v2.0/networks => generated 708 bytes in 610 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1281/2656] 10.0.0.248 () {30 vars in 690 bytes} [Wed Jul 29 21:12:14 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1376/2657] 10.0.0.76 () {34 vars in 668 bytes} [Wed Jul 29 21:12:14 2026] POST /v2.0/subnets => generated 644 bytes in 392 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1282/2658] 10.0.0.248 () {30 vars in 692 bytes} [Wed Jul 29 21:12:15 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-29 21:12:15.048 7 WARNING neutron.api.v2.base [None req-beb4a250-649c-430e-ad75-f2db642e3a3c 2a5e0affa0784fc9b570f9c341664d25 b19c1a458b624ae4832bdcf0c72a87da - - 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-07-29 21:12:15.049 7 INFO neutron.api.v2.resource [None req-beb4a250-649c-430e-ad75-f2db642e3a3c 2a5e0affa0784fc9b570f9c341664d25 b19c1a458b624ae4832bdcf0c72a87da - - default default] create failed (client error): Invalid input for target_tenant. Reason: 'None' is not a valid string. [pid: 7|app: 0|req: 1377/2659] 10.0.0.76 () {34 vars in 680 bytes} [Wed Jul 29 21:12:15 2026] POST /v2.0/rbac-policies => generated 143 bytes in 8 msecs (HTTP/1.1 400) 4 headers in 166 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1283/2660] 10.0.0.248 () {30 vars in 668 bytes} [Wed Jul 29 21:12:15 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: 1284/2661] 10.0.0.248 () {30 vars in 704 bytes} [Wed Jul 29 21:12:15 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-29 21:12:15.300 7 INFO neutron.services.segments.plugin [-] Segment 46f985ac-175a-44e2-b614-073e1cb88033 resource provider aggregate not found 2026-07-29 21:12:15.306 7 INFO neutron.services.segments.plugin [-] Segment 46f985ac-175a-44e2-b614-073e1cb88033 resource provider aggregate not found 2026-07-29 21:12:15.323 7 INFO neutron.services.segments.plugin [-] Segment 46f985ac-175a-44e2-b614-073e1cb88033 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 46f985ac-175a-44e2-b614-073e1cb88033 found for delete ", "request_id": "req-edc953da-958e-4581-86bb-e8b137665f95"}]} 2026-07-29 21:12:15.325 7 INFO neutron.services.segments.plugin [-] Segment 46f985ac-175a-44e2-b614-073e1cb88033 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 46f985ac-175a-44e2-b614-073e1cb88033 found for delete ", "request_id": "req-fe8ab9a7-fcfb-4893-b725-d83a4fc7f627"}]} [pid: 7|app: 0|req: 1378/2662] 10.0.0.76 () {32 vars in 725 bytes} [Wed Jul 29 21:12:15 2026] DELETE /v2.0/networks/ff59f718-53cc-4e15-9ae5-d4befc363e70 => generated 0 bytes in 316 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-29 21:12:15.475 8 INFO neutron.db.segments_db [None req-e5151038-161c-44c7-b05c-ba0bbe82fea9 2a5e0affa0784fc9b570f9c341664d25 b19c1a458b624ae4832bdcf0c72a87da - - default default] Added segment bbd7b16f-9c03-46d4-a9be-cc273f159fb5 of type vxlan for network 3307acf7-3d3e-460d-8af8-3d3342d0cb5a [pid: 8|app: 0|req: 1285/2663] 10.0.0.76 () {34 vars in 669 bytes} [Wed Jul 29 21:12:15 2026] POST /v2.0/networks => generated 708 bytes in 264 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1379/2664] 10.0.0.248 () {28 vars in 439 bytes} [Wed Jul 29 21:12:15 2026] GET / => generated 151 bytes in 3 msecs (HTTP/1.1 200) 3 headers in 91 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1380/2665] 10.0.0.248 () {30 vars in 728 bytes} [Wed Jul 29 21:12:15 2026] GET /v2.0/subnets/acee3653-515a-4f4b-9c88-c99fc98559a8 => generated 658 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1381/2666] 10.0.0.248 () {30 vars in 690 bytes} [Wed Jul 29 21:12:15 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: 1382/2667] 10.0.0.248 () {30 vars in 692 bytes} [Wed Jul 29 21:12:15 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: 1383/2668] 10.0.0.248 () {30 vars in 668 bytes} [Wed Jul 29 21:12:15 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: 1384/2669] 10.0.0.248 () {30 vars in 704 bytes} [Wed Jul 29 21:12:15 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: 1385/2670] 10.0.0.248 () {30 vars in 728 bytes} [Wed Jul 29 21:12:15 2026] GET /v2.0/subnets/acee3653-515a-4f4b-9c88-c99fc98559a8 => generated 676 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1286/2671] 10.0.0.76 () {34 vars in 668 bytes} [Wed Jul 29 21:12:15 2026] POST /v2.0/subnets => generated 647 bytes in 407 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-29 21:12:16.076 7 WARNING neutron.api.v2.base [None req-6561d407-4f07-4439-91aa-a776d1dda7f4 2a5e0affa0784fc9b570f9c341664d25 b19c1a458b624ae4832bdcf0c72a87da - - 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-07-29 21:12:16.077 7 INFO neutron.api.v2.resource [None req-6561d407-4f07-4439-91aa-a776d1dda7f4 2a5e0affa0784fc9b570f9c341664d25 b19c1a458b624ae4832bdcf0c72a87da - - default default] create failed (client error): Invalid input for target_tenant. Reason: '1234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234' exceeds maximum length of 255. [pid: 7|app: 0|req: 1386/2672] 10.0.0.76 () {34 vars in 680 bytes} [Wed Jul 29 21:12:16 2026] POST /v2.0/rbac-policies => generated 547 bytes in 15 msecs (HTTP/1.1 400) 4 headers in 166 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1287/2673] 10.0.0.248 () {30 vars in 690 bytes} [Wed Jul 29 21:12:16 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1288/2674] 10.0.0.248 () {30 vars in 692 bytes} [Wed Jul 29 21:12:16 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: 1289/2675] 10.0.0.248 () {30 vars in 668 bytes} [Wed Jul 29 21:12:16 2026] GET /v2.0/extensions/qos => generated 166 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1290/2676] 10.0.0.248 () {30 vars in 704 bytes} [Wed Jul 29 21:12:16 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1291/2677] 10.0.0.248 () {30 vars in 730 bytes} [Wed Jul 29 21:12:16 2026] GET /v2.0/networks/f0db309d-0d51-4a51-827f-98b0bbd23d55 => generated 799 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1292/2678] 10.0.0.248 () {30 vars in 682 bytes} [Wed Jul 29 21:12:16 2026] GET /v2.0/extensions/project-id => generated 204 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1387/2679] 10.0.0.76 () {32 vars in 725 bytes} [Wed Jul 29 21:12:16 2026] DELETE /v2.0/networks/3307acf7-3d3e-460d-8af8-3d3342d0cb5a => generated 0 bytes in 317 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-29 21:12:16.496 7 INFO neutron.db.segments_db [None req-32dc98e4-93b0-4f5c-a27a-ce15fcaaedc4 2a5e0affa0784fc9b570f9c341664d25 b19c1a458b624ae4832bdcf0c72a87da - - default default] Added segment 337febed-b910-46ab-9966-201db882c82d of type vxlan for network f20aa88f-9427-43c5-bb7c-6b5d22b613cf [pid: 7|app: 0|req: 1388/2680] 10.0.0.76 () {34 vars in 669 bytes} [Wed Jul 29 21:12:16 2026] POST /v2.0/networks => generated 706 bytes in 230 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1293/2681] 10.0.0.248 () {34 vars in 704 bytes} [Wed Jul 29 21:12:16 2026] POST /v2.0/ports => generated 1128 bytes in 442 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1389/2682] 10.0.0.76 () {34 vars in 668 bytes} [Wed Jul 29 21:12:16 2026] POST /v2.0/subnets => generated 647 bytes in 389 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-07-29 21:12:17.351 7 INFO neutron.services.segments.plugin [-] Segment bbd7b16f-9c03-46d4-a9be-cc273f159fb5 resource provider aggregate not found 2026-07-29 21:12:17.358 7 INFO neutron.services.segments.plugin [-] Segment bbd7b16f-9c03-46d4-a9be-cc273f159fb5 resource provider aggregate not found 2026-07-29 21:12:17.368 7 INFO neutron.services.segments.plugin [-] Segment bbd7b16f-9c03-46d4-a9be-cc273f159fb5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bbd7b16f-9c03-46d4-a9be-cc273f159fb5 found for delete ", "request_id": "req-8dd42876-0f2a-47b5-9ff4-d1ef41aa2986"}]} 2026-07-29 21:12:17.375 7 INFO neutron.services.segments.plugin [-] Segment bbd7b16f-9c03-46d4-a9be-cc273f159fb5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bbd7b16f-9c03-46d4-a9be-cc273f159fb5 found for delete ", "request_id": "req-45ac4e92-65a6-4040-b60d-e1f3cdf66e19"}]} [pid: 8|app: 0|req: 1294/2683] 10.0.0.76 () {34 vars in 680 bytes} [Wed Jul 29 21:12:17 2026] POST /v2.0/rbac-policies => generated 324 bytes in 385 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1390/2684] 10.0.0.76 () {32 vars in 722 bytes} [Wed Jul 29 21:12:17 2026] GET /v2.0/networks/f20aa88f-9427-43c5-bb7c-6b5d22b613cf => generated 653 bytes in 92 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-29 21:12:18.351 8 INFO neutron.pecan_wsgi.hooks.translation [None req-7408378d-1e6a-4590-a60b-1a5bbb6471ef 02aca8fd30454672a2ef2fb83fd3e15c 1551aaa8a06849a9b20f443fdc987876 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1295/2685] 10.0.0.76 () {32 vars in 722 bytes} [Wed Jul 29 21:12:18 2026] GET /v2.0/networks/f20aa88f-9427-43c5-bb7c-6b5d22b613cf => generated 138 bytes in 54 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1391/2686] 10.0.0.76 () {32 vars in 725 bytes} [Wed Jul 29 21:12:18 2026] DELETE /v2.0/networks/f20aa88f-9427-43c5-bb7c-6b5d22b613cf => generated 0 bytes in 287 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-29 21:12:18.665 8 INFO neutron.pecan_wsgi.hooks.translation [None req-07700541-7953-48cb-afec-dc976430a61e 2a5e0affa0784fc9b570f9c341664d25 b19c1a458b624ae4832bdcf0c72a87da - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1296/2687] 10.0.0.76 () {32 vars in 723 bytes} [Wed Jul 29 21:12:18 2026] DELETE /v2.0/subnets/21fe862e-2a48-4f5f-8e96-f11d9630bcc2 => generated 136 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-29 21:12:18.687 7 INFO neutron.pecan_wsgi.hooks.translation [None req-e6f30bc6-b31d-4907-ab48-a09315c736ca 2a5e0affa0784fc9b570f9c341664d25 b19c1a458b624ae4832bdcf0c72a87da - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1392/2688] 10.0.0.76 () {32 vars in 723 bytes} [Wed Jul 29 21:12:18 2026] DELETE /v2.0/subnets/70ca0dfa-143a-48b6-b62e-1c08895d4439 => generated 136 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-29 21:12:18.709 8 INFO neutron.pecan_wsgi.hooks.translation [None req-da51ecfb-dcfd-4b55-bcd2-972f4b9ab39b 2a5e0affa0784fc9b570f9c341664d25 b19c1a458b624ae4832bdcf0c72a87da - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1297/2689] 10.0.0.76 () {32 vars in 723 bytes} [Wed Jul 29 21:12:18 2026] DELETE /v2.0/subnets/66b4eef3-e0cf-444a-9a20-2c174d9276cc => generated 136 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-29 21:12:19.394 7 INFO neutron.services.segments.plugin [-] Segment 337febed-b910-46ab-9966-201db882c82d resource provider aggregate not found 2026-07-29 21:12:19.399 7 INFO neutron.services.segments.plugin [-] Segment 337febed-b910-46ab-9966-201db882c82d resource provider aggregate not found 2026-07-29 21:12:19.411 7 INFO neutron.services.segments.plugin [-] Segment 337febed-b910-46ab-9966-201db882c82d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 337febed-b910-46ab-9966-201db882c82d found for delete ", "request_id": "req-f5e50c8f-6ab5-4fe3-8924-b07ab6773843"}]} 2026-07-29 21:12:19.415 7 INFO neutron.services.segments.plugin [-] Segment 337febed-b910-46ab-9966-201db882c82d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 337febed-b910-46ab-9966-201db882c82d found for delete ", "request_id": "req-129ee3b3-3fa6-4884-bb59-f692f0bf955e"}]} [pid: 8|app: 0|req: 1298/2690] 162.253.55.222 () {30 vars in 703 bytes} [Wed Jul 29 21:12:19 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 132 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1299/2691] 162.253.55.222 () {30 vars in 705 bytes} [Wed Jul 29 21:12:20 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: 1300/2692] 162.253.55.222 () {30 vars in 681 bytes} [Wed Jul 29 21:12:20 2026] GET /v2.0/extensions/qos => generated 166 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1301/2693] 162.253.55.222 () {30 vars in 717 bytes} [Wed Jul 29 21:12:20 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: 8|app: 0|req: 1302/2694] 162.253.55.222 () {30 vars in 737 bytes} [Wed Jul 29 21:12:20 2026] GET /v2.0/ports/d5fcee95-ae8c-41f1-890f-a78b6631779d => 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: 1393/2695] 10.0.0.76 () {32 vars in 773 bytes} [Wed Jul 29 21:12:19 2026] GET /v2.0/security-groups?tenant_id=dd7888421a234e2985fbd0b6d3bb4aba&name=default => generated 2929 bytes in 314 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1303/2696] 10.0.0.76 () {32 vars in 739 bytes} [Wed Jul 29 21:12:20 2026] DELETE /v2.0/security-groups/2f061665-2bb6-4ade-a640-fc9b7a99be8e => generated 0 bytes in 142 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1394/2697] 10.0.0.76 () {32 vars in 773 bytes} [Wed Jul 29 21:12:20 2026] GET /v2.0/security-groups?tenant_id=b19c1a458b624ae4832bdcf0c72a87da&name=default => generated 2929 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1304/2698] 10.0.0.76 () {32 vars in 739 bytes} [Wed Jul 29 21:12:20 2026] DELETE /v2.0/security-groups/9407bb4a-5ec7-4959-aa58-28b7c5b3a1fb => generated 0 bytes in 168 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1395/2699] 162.253.55.222 () {30 vars in 703 bytes} [Wed Jul 29 21:12:20 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: 1305/2700] 162.253.55.222 () {30 vars in 705 bytes} [Wed Jul 29 21:12:20 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1396/2701] 162.253.55.222 () {30 vars in 681 bytes} [Wed Jul 29 21:12:20 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: 1306/2702] 162.253.55.222 () {30 vars in 717 bytes} [Wed Jul 29 21:12:20 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-29 21:12:20.813 7 INFO neutron.api.v2.resource [None req-84b34594-3527-43f7-92a7-02a470c0ee88 f92147a9bb754594b3fca89b5bfa188f 3ea8d1a47d2c4b99890a3d48f07525fa - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1397/2703] 162.253.55.222 () {30 vars in 763 bytes} [Wed Jul 29 21:12:20 2026] GET /v2.0/security-groups/lb-617b05f1-cab0-49cc-b3f7-8051bb5845b5 => generated 149 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1307/2704] 162.253.55.222 () {30 vars in 785 bytes} [Wed Jul 29 21:12:20 2026] GET /v2.0/security-groups?name=lb-617b05f1-cab0-49cc-b3f7-8051bb5845b5 => generated 23 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1308/2705] 10.0.0.76 () {32 vars in 773 bytes} [Wed Jul 29 21:12:20 2026] GET /v2.0/security-groups?tenant_id=1551aaa8a06849a9b20f443fdc987876&name=default => generated 2929 bytes in 184 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1398/2706] 162.253.55.222 () {34 vars in 736 bytes} [Wed Jul 29 21:12:20 2026] POST /v2.0/security-groups => generated 1638 bytes in 226 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1399/2707] 162.253.55.222 () {30 vars in 815 bytes} [Wed Jul 29 21:12:21 2026] GET /v2.0/security-group-rules?security_group_id=ee72126c-65ea-4769-a946-49357caa744d => generated 1182 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1309/2708] 10.0.0.76 () {32 vars in 739 bytes} [Wed Jul 29 21:12:21 2026] DELETE /v2.0/security-groups/1cdf15a0-0e2c-424c-8340-ebca8815b62d => generated 0 bytes in 139 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1400/2709] 162.253.55.222 () {34 vars in 789 bytes} [Wed Jul 29 21:12:21 2026] PUT /v2.0/ports/d5fcee95-ae8c-41f1-890f-a78b6631779d => generated 1128 bytes in 308 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1310/2710] 162.253.55.222 () {30 vars in 703 bytes} [Wed Jul 29 21:12:21 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1401/2711] 162.253.55.222 () {30 vars in 705 bytes} [Wed Jul 29 21:12:21 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: 1311/2712] 162.253.55.222 () {30 vars in 681 bytes} [Wed Jul 29 21:12:21 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: 1402/2713] 162.253.55.222 () {30 vars in 717 bytes} [Wed Jul 29 21:12:21 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: 1312/2714] 162.253.55.222 () {30 vars in 741 bytes} [Wed Jul 29 21:12:21 2026] GET /v2.0/subnets/acee3653-515a-4f4b-9c88-c99fc98559a8 => generated 676 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-29 21:12:26.446 8 INFO neutron.db.segments_db [None req-8b1fb237-02ab-4130-9265-ece423040a32 0f9ce73524544fcab417b08d385fb1d5 94eabb34ea8844eeab611e0ebab500ff - - default default] Added segment f8a25dec-4a46-4247-9f2e-ef23dbd2401b of type vxlan for network 1c5b329c-5877-494c-8da4-b4355d99a189 [pid: 8|app: 0|req: 1314/2717] 10.0.0.76 () {34 vars in 669 bytes} [Wed Jul 29 21:12:25 2026] POST /v2.0/networks => generated 612 bytes in 647 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1404/2718] 10.0.0.76 () {34 vars in 663 bytes} [Wed Jul 29 21:12:26 2026] POST /v2.0/ports => generated 743 bytes in 539 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-29 21:12:27.266 8 INFO neutron.db.segments_db [None req-044237e5-0f1a-4074-938b-c34b788e23bb 0f9ce73524544fcab417b08d385fb1d5 94eabb34ea8844eeab611e0ebab500ff - - default default] Added segment 2405fda0-1797-409b-a21d-e815f3656f57 of type vxlan for network 7c4c1caa-4436-44ea-9008-5e6b77153111 [pid: 8|app: 0|req: 1315/2719] 10.0.0.76 () {34 vars in 669 bytes} [Wed Jul 29 21:12:27 2026] POST /v2.0/networks => generated 612 bytes in 254 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: 1405/2720] 10.0.0.76 () {34 vars in 663 bytes} [Wed Jul 29 21:12:27 2026] POST /v2.0/ports => generated 743 bytes in 459 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-29 21:12:27.981 8 INFO neutron.db.segments_db [None req-d01243d0-23f4-4bd9-b29b-ae4709111d9d 0f9ce73524544fcab417b08d385fb1d5 94eabb34ea8844eeab611e0ebab500ff - - default default] Added segment bcc38722-9dd9-4de0-9281-e60293ac81d6 of type vxlan for network c74a5482-35a3-4fea-b0b9-5f0884f19325 [pid: 8|app: 0|req: 1316/2721] 10.0.0.76 () {34 vars in 669 bytes} [Wed Jul 29 21:12:27 2026] POST /v2.0/networks => generated 613 bytes in 274 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1406/2722] 10.0.0.76 () {34 vars in 663 bytes} [Wed Jul 29 21:12:28 2026] POST /v2.0/ports => generated 743 bytes in 503 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-29 21:12:28.782 8 INFO neutron.db.segments_db [None req-c2526cbf-6f32-4594-94d2-02a9ced8c904 0f9ce73524544fcab417b08d385fb1d5 94eabb34ea8844eeab611e0ebab500ff - - default default] Added segment 5a0fe252-fb49-429d-8d01-87c5f8e0e09c of type vxlan for network 8ba78be1-8b6f-452c-be2e-2d33a6dcfda7 [pid: 8|app: 0|req: 1317/2723] 10.0.0.76 () {34 vars in 669 bytes} [Wed Jul 29 21:12:28 2026] POST /v2.0/networks => generated 613 bytes in 264 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1407/2724] 10.0.0.76 () {34 vars in 663 bytes} [Wed Jul 29 21:12:28 2026] POST /v2.0/ports => generated 743 bytes in 508 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-29 21:12:29.549 8 INFO neutron.db.segments_db [None req-571b9267-58f7-4239-950d-a80eebc302b7 0f9ce73524544fcab417b08d385fb1d5 94eabb34ea8844eeab611e0ebab500ff - - default default] Added segment 03df2986-7b1b-4a6a-a9d7-12021f60924f of type vxlan for network 786a6f29-0063-42ee-bee2-d2d0a6cf699c [pid: 8|app: 0|req: 1318/2725] 10.0.0.76 () {34 vars in 669 bytes} [Wed Jul 29 21:12:29 2026] POST /v2.0/networks => generated 611 bytes in 249 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: 1319/2726] 10.0.0.147 () {34 vars in 1016 bytes} [Wed Jul 29 21:12:30 2026] GET /v2.0/security-groups?id=5df672d8-9467-49bf-b7c3-673bc69e9d26&fields=id => generated 69 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1320/2727] 10.0.0.147 () {34 vars in 982 bytes} [Wed Jul 29 21:12:30 2026] GET /v2.0/networks?id=89c4e407-7db3-4da2-b2c2-aebfa4ff3f27 => generated 735 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1321/2728] 10.0.0.147 () {34 vars in 965 bytes} [Wed Jul 29 21:12:30 2026] GET /v2.0/quotas/3ea8d1a47d2c4b99890a3d48f07525fa => generated 291 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1322/2729] 10.0.0.147 () {34 vars in 1002 bytes} [Wed Jul 29 21:12:30 2026] GET /v2.0/ports?tenant_id=3ea8d1a47d2c4b99890a3d48f07525fa&fields=id => generated 149 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1408/2730] 10.0.0.76 () {34 vars in 663 bytes} [Wed Jul 29 21:12:29 2026] POST /v2.0/ports => generated 743 bytes in 639 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: 1409/2731] 10.0.0.147 () {34 vars in 1008 bytes} [Wed Jul 29 21:12:30 2026] GET /v2.0/networks/89c4e407-7db3-4da2-b2c2-aebfa4ff3f27?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: 1410/2732] 10.0.0.147 () {34 vars in 1108 bytes} [Wed Jul 29 21:12:30 2026] GET /v2.0/networks/89c4e407-7db3-4da2-b2c2-aebfa4ff3f27?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: 1323/2733] 10.0.0.76 () {34 vars in 746 bytes} [Wed Jul 29 21:12:30 2026] PUT /v2.0/ports/92025ba7-6a23-4f6a-97fd-9c3e7c3be8ee/tags => generated 17 bytes in 120 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1411/2734] 10.0.0.76 () {34 vars in 746 bytes} [Wed Jul 29 21:12:30 2026] PUT /v2.0/ports/97b606a4-18b9-453d-b7a3-e36ce4e30116/tags => generated 25 bytes in 102 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1324/2735] 10.0.0.76 () {34 vars in 746 bytes} [Wed Jul 29 21:12:30 2026] PUT /v2.0/ports/24c531e1-fdaa-4b06-953c-d8b8a7be571d/tags => generated 34 bytes in 102 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1412/2736] 10.0.0.76 () {34 vars in 746 bytes} [Wed Jul 29 21:12:30 2026] PUT /v2.0/ports/eaabe946-06f3-497e-ac6e-d30108ee383b/tags => generated 19 bytes in 142 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: 1325/2737] 10.0.0.76 () {32 vars in 659 bytes} [Wed Jul 29 21:12:30 2026] GET /v2.0/ports?tags=red => generated 2253 bytes in 199 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: 1413/2738] 10.0.0.76 () {32 vars in 673 bytes} [Wed Jul 29 21:12:31 2026] GET /v2.0/ports?tags=red%2Cblue => generated 1513 bytes in 99 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1326/2739] 10.0.0.76 () {32 vars in 669 bytes} [Wed Jul 29 21:12:31 2026] GET /v2.0/ports?tags-any=blue => generated 1513 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1414/2740] 10.0.0.76 () {32 vars in 681 bytes} [Wed Jul 29 21:12:31 2026] GET /v2.0/ports?tags-any=red%2Cblue => generated 2253 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1327/2741] 10.0.0.76 () {32 vars in 667 bytes} [Wed Jul 29 21:12:31 2026] GET /v2.0/ports?not-tags=red => generated 1488 bytes in 151 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1415/2742] 10.0.0.76 () {32 vars in 681 bytes} [Wed Jul 29 21:12:31 2026] GET /v2.0/ports?not-tags=red%2Cblue => generated 2228 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1328/2743] 10.0.0.76 () {32 vars in 677 bytes} [Wed Jul 29 21:12:31 2026] GET /v2.0/ports?not-tags-any=blue => generated 2228 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1416/2744] 10.0.0.76 () {32 vars in 689 bytes} [Wed Jul 29 21:12:31 2026] GET /v2.0/ports?not-tags-any=red%2Cblue => generated 1488 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-29 21:12:31.880 8 INFO neutron_taas.services.taas.taas_plugin [None req-54af6c55-7a7c-4d54-ada5-2de1f4eb1080 0f9ce73524544fcab417b08d385fb1d5 94eabb34ea8844eeab611e0ebab500ff - - default default] TaaS: Handle Delete Port: 92025ba7-6a23-4f6a-97fd-9c3e7c3be8ee 2026-07-29 21:12:31.883 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-54af6c55-7a7c-4d54-ada5-2de1f4eb1080 0f9ce73524544fcab417b08d385fb1d5 94eabb34ea8844eeab611e0ebab500ff - - default default] Tap Mirror: Handle Delete Port: 92025ba7-6a23-4f6a-97fd-9c3e7c3be8ee [pid: 8|app: 0|req: 1329/2745] 10.0.0.76 () {32 vars in 719 bytes} [Wed Jul 29 21:12:31 2026] DELETE /v2.0/ports/92025ba7-6a23-4f6a-97fd-9c3e7c3be8ee => generated 0 bytes in 294 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-29 21:12:32.168 7 INFO neutron_taas.services.taas.taas_plugin [None req-b741c811-edaf-4412-a0bd-27324104498b 0f9ce73524544fcab417b08d385fb1d5 94eabb34ea8844eeab611e0ebab500ff - - default default] TaaS: Handle Delete Port: 97b606a4-18b9-453d-b7a3-e36ce4e30116 2026-07-29 21:12:32.171 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b741c811-edaf-4412-a0bd-27324104498b 0f9ce73524544fcab417b08d385fb1d5 94eabb34ea8844eeab611e0ebab500ff - - default default] Tap Mirror: Handle Delete Port: 97b606a4-18b9-453d-b7a3-e36ce4e30116 [pid: 8|app: 0|req: 1330/2746] 10.0.0.147 () {34 vars in 990 bytes} [Wed Jul 29 21:12:32 2026] GET /v2.0/ports?device_id=f6971cb8-1d00-4a0e-b48f-2c0380b27683 => 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: 1417/2747] 10.0.0.76 () {32 vars in 719 bytes} [Wed Jul 29 21:12:32 2026] DELETE /v2.0/ports/97b606a4-18b9-453d-b7a3-e36ce4e30116 => generated 0 bytes in 221 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-29 21:12:32.388 8 INFO neutron_taas.services.taas.taas_plugin [None req-ac219893-0e86-4fcf-b55a-105290497fb9 0f9ce73524544fcab417b08d385fb1d5 94eabb34ea8844eeab611e0ebab500ff - - default default] TaaS: Handle Delete Port: 24c531e1-fdaa-4b06-953c-d8b8a7be571d [pid: 7|app: 0|req: 1418/2748] 10.0.0.147 () {34 vars in 990 bytes} [Wed Jul 29 21:12:32 2026] GET /v2.0/ports?device_id=f6971cb8-1d00-4a0e-b48f-2c0380b27683 => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-29 21:12:32.391 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ac219893-0e86-4fcf-b55a-105290497fb9 0f9ce73524544fcab417b08d385fb1d5 94eabb34ea8844eeab611e0ebab500ff - - default default] Tap Mirror: Handle Delete Port: 24c531e1-fdaa-4b06-953c-d8b8a7be571d [pid: 8|app: 0|req: 1331/2749] 10.0.0.76 () {32 vars in 719 bytes} [Wed Jul 29 21:12:32 2026] DELETE /v2.0/ports/24c531e1-fdaa-4b06-953c-d8b8a7be571d => generated 0 bytes in 224 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-29 21:12:32.609 7 INFO neutron_taas.services.taas.taas_plugin [None req-44deaef5-0aae-4273-a729-60908ce90310 0f9ce73524544fcab417b08d385fb1d5 94eabb34ea8844eeab611e0ebab500ff - - default default] TaaS: Handle Delete Port: eaabe946-06f3-497e-ac6e-d30108ee383b 2026-07-29 21:12:32.613 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-44deaef5-0aae-4273-a729-60908ce90310 0f9ce73524544fcab417b08d385fb1d5 94eabb34ea8844eeab611e0ebab500ff - - default default] Tap Mirror: Handle Delete Port: eaabe946-06f3-497e-ac6e-d30108ee383b [pid: 7|app: 0|req: 1419/2750] 10.0.0.76 () {32 vars in 719 bytes} [Wed Jul 29 21:12:32 2026] DELETE /v2.0/ports/eaabe946-06f3-497e-ac6e-d30108ee383b => generated 0 bytes in 202 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-29 21:12:32.819 8 INFO neutron_taas.services.taas.taas_plugin [None req-e2185628-dd7f-42b5-860b-e9a8e12e87e4 0f9ce73524544fcab417b08d385fb1d5 94eabb34ea8844eeab611e0ebab500ff - - default default] TaaS: Handle Delete Port: 8c554c6f-14ef-4a3e-b68a-6d90bea8efe8 2026-07-29 21:12:32.822 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e2185628-dd7f-42b5-860b-e9a8e12e87e4 0f9ce73524544fcab417b08d385fb1d5 94eabb34ea8844eeab611e0ebab500ff - - default default] Tap Mirror: Handle Delete Port: 8c554c6f-14ef-4a3e-b68a-6d90bea8efe8 [pid: 8|app: 0|req: 1332/2751] 10.0.0.76 () {32 vars in 719 bytes} [Wed Jul 29 21:12:32 2026] DELETE /v2.0/ports/8c554c6f-14ef-4a3e-b68a-6d90bea8efe8 => generated 0 bytes in 199 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-29 21:12:33.064 7 INFO neutron.services.segments.plugin [-] Segment f8a25dec-4a46-4247-9f2e-ef23dbd2401b resource provider aggregate not found 2026-07-29 21:12:33.070 7 INFO neutron.services.segments.plugin [-] Segment f8a25dec-4a46-4247-9f2e-ef23dbd2401b resource provider aggregate not found 2026-07-29 21:12:33.086 7 INFO neutron.services.segments.plugin [-] Segment f8a25dec-4a46-4247-9f2e-ef23dbd2401b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f8a25dec-4a46-4247-9f2e-ef23dbd2401b found for delete ", "request_id": "req-30a6a1dc-122c-43fb-9228-04f53a8da5f3"}]} 2026-07-29 21:12:33.091 7 INFO neutron.services.segments.plugin [-] Segment f8a25dec-4a46-4247-9f2e-ef23dbd2401b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f8a25dec-4a46-4247-9f2e-ef23dbd2401b found for delete ", "request_id": "req-0582a89f-1d8b-46f9-89e5-85e5ec605e10"}]} [pid: 7|app: 0|req: 1420/2752] 10.0.0.76 () {32 vars in 725 bytes} [Wed Jul 29 21:12:32 2026] DELETE /v2.0/networks/1c5b329c-5877-494c-8da4-b4355d99a189 => generated 0 bytes in 198 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-29 21:12:33.276 8 INFO neutron.services.segments.plugin [-] Segment 2405fda0-1797-409b-a21d-e815f3656f57 resource provider aggregate not found 2026-07-29 21:12:33.284 8 INFO neutron.services.segments.plugin [-] Segment 2405fda0-1797-409b-a21d-e815f3656f57 resource provider aggregate not found 2026-07-29 21:12:33.294 8 INFO neutron.services.segments.plugin [-] Segment 2405fda0-1797-409b-a21d-e815f3656f57 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2405fda0-1797-409b-a21d-e815f3656f57 found for delete ", "request_id": "req-974138d8-23ff-493f-a728-3fb92ab9ca7b"}]} 2026-07-29 21:12:33.301 8 INFO neutron.services.segments.plugin [-] Segment 2405fda0-1797-409b-a21d-e815f3656f57 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2405fda0-1797-409b-a21d-e815f3656f57 found for delete ", "request_id": "req-5f672504-55e4-4fcf-95ee-db2934493ade"}]} [pid: 8|app: 0|req: 1333/2753] 10.0.0.76 () {32 vars in 725 bytes} [Wed Jul 29 21:12:33 2026] DELETE /v2.0/networks/7c4c1caa-4436-44ea-9008-5e6b77153111 => generated 0 bytes in 221 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1421/2754] 10.0.0.76 () {32 vars in 725 bytes} [Wed Jul 29 21:12:33 2026] DELETE /v2.0/networks/c74a5482-35a3-4fea-b0b9-5f0884f19325 => generated 0 bytes in 155 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1334/2755] 10.0.0.76 () {32 vars in 725 bytes} [Wed Jul 29 21:12:33 2026] DELETE /v2.0/networks/8ba78be1-8b6f-452c-be2e-2d33a6dcfda7 => generated 0 bytes in 166 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1422/2756] 10.0.0.76 () {32 vars in 725 bytes} [Wed Jul 29 21:12:33 2026] DELETE /v2.0/networks/786a6f29-0063-42ee-bee2-d2d0a6cf699c => generated 0 bytes in 155 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-29 21:12:35.113 7 INFO neutron.services.segments.plugin [-] Segment bcc38722-9dd9-4de0-9281-e60293ac81d6 resource provider aggregate not found 2026-07-29 21:12:35.119 7 INFO neutron.services.segments.plugin [-] Segment bcc38722-9dd9-4de0-9281-e60293ac81d6 resource provider aggregate not found 2026-07-29 21:12:35.144 7 INFO neutron.services.segments.plugin [-] Segment bcc38722-9dd9-4de0-9281-e60293ac81d6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bcc38722-9dd9-4de0-9281-e60293ac81d6 found for delete ", "request_id": "req-a2a1904b-0120-404f-9105-a45fca2ecf65"}]} 2026-07-29 21:12:35.157 7 INFO neutron.services.segments.plugin [-] Segment bcc38722-9dd9-4de0-9281-e60293ac81d6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bcc38722-9dd9-4de0-9281-e60293ac81d6 found for delete ", "request_id": "req-0fa52be1-0b7d-44b9-b249-bca6f5a3fa5b"}]} 2026-07-29 21:12:35.165 7 INFO neutron.services.segments.plugin [-] Segment 03df2986-7b1b-4a6a-a9d7-12021f60924f resource provider aggregate not found 2026-07-29 21:12:35.172 7 INFO neutron.services.segments.plugin [-] Segment 03df2986-7b1b-4a6a-a9d7-12021f60924f resource provider aggregate not found 2026-07-29 21:12:35.184 7 INFO neutron.services.segments.plugin [-] Segment 03df2986-7b1b-4a6a-a9d7-12021f60924f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 03df2986-7b1b-4a6a-a9d7-12021f60924f found for delete ", "request_id": "req-84861dc7-9e51-4aea-a813-8c96d31cddec"}]} 2026-07-29 21:12:35.187 7 INFO neutron.services.segments.plugin [-] Segment 03df2986-7b1b-4a6a-a9d7-12021f60924f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 03df2986-7b1b-4a6a-a9d7-12021f60924f found for delete ", "request_id": "req-fc9c37b3-389f-444a-a51b-a910189e94cd"}]} 2026-07-29 21:12:35.331 8 INFO neutron.services.segments.plugin [-] Segment 5a0fe252-fb49-429d-8d01-87c5f8e0e09c resource provider aggregate not found 2026-07-29 21:12:35.347 8 INFO neutron.services.segments.plugin [-] Segment 5a0fe252-fb49-429d-8d01-87c5f8e0e09c resource provider aggregate not found 2026-07-29 21:12:35.351 8 INFO neutron.services.segments.plugin [-] Segment 5a0fe252-fb49-429d-8d01-87c5f8e0e09c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5a0fe252-fb49-429d-8d01-87c5f8e0e09c found for delete ", "request_id": "req-948019c2-2a2f-4cdd-ae6e-2397a98e79f8"}]} 2026-07-29 21:12:35.361 8 INFO neutron.services.segments.plugin [-] Segment 5a0fe252-fb49-429d-8d01-87c5f8e0e09c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5a0fe252-fb49-429d-8d01-87c5f8e0e09c found for delete ", "request_id": "req-04613504-a1be-4928-855c-77d317584aa5"}]} [pid: 8|app: 0|req: 1335/2757] 10.0.0.76 () {32 vars in 773 bytes} [Wed Jul 29 21:12:34 2026] GET /v2.0/security-groups?tenant_id=96e9ab464c134f4caca1e1270bab6fc4&name=default => generated 2929 bytes in 447 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1336/2758] 162.253.55.222 () {34 vars in 986 bytes} [Wed Jul 29 21:12:35 2026] GET /v2.0/networks?id=89c4e407-7db3-4da2-b2c2-aebfa4ff3f27 => generated 735 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1423/2759] 10.0.0.76 () {32 vars in 739 bytes} [Wed Jul 29 21:12:35 2026] DELETE /v2.0/security-groups/1c0acb04-d97a-42d1-908e-821b0f86facc => generated 0 bytes in 155 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1337/2760] 162.253.55.222 () {34 vars in 1050 bytes} [Wed Jul 29 21:12:35 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=3ea8d1a47d2c4b99890a3d48f07525fa => generated 343 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1338/2761] 10.0.0.76 () {32 vars in 773 bytes} [Wed Jul 29 21:12:35 2026] GET /v2.0/security-groups?tenant_id=94eabb34ea8844eeab611e0ebab500ff&name=default => generated 2929 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1424/2762] 162.253.55.222 () {38 vars in 955 bytes} [Wed Jul 29 21:12:35 2026] POST /v2.0/ports => generated 1082 bytes in 400 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: 1339/2763] 10.0.0.76 () {32 vars in 739 bytes} [Wed Jul 29 21:12:35 2026] DELETE /v2.0/security-groups/1e26ea86-36cc-460d-bb33-90c17cfd27a0 => generated 0 bytes in 253 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1340/2764] 10.0.0.76 () {32 vars in 773 bytes} [Wed Jul 29 21:12:36 2026] GET /v2.0/security-groups?tenant_id=c39bc556ec6e492791e4a2487ec7bf7d&name=default => generated 2929 bytes in 175 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1425/2765] 162.253.55.222 () {38 vars in 1028 bytes} [Wed Jul 29 21:12:36 2026] PUT /v2.0/ports/c5def875-b7b7-4e2e-9a9c-31404427dd85 => generated 1243 bytes in 573 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-29 21:12:36.672 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-bbbdcd48-a97e-40ff-81e1-669919bdccd1'] response: {'name': 'network-changed', 'server_uuid': 'f6971cb8-1d00-4a0e-b48f-2c0380b27683', 'tag': 'c5def875-b7b7-4e2e-9a9c-31404427dd85', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1341/2766] 10.0.0.76 () {32 vars in 739 bytes} [Wed Jul 29 21:12:36 2026] DELETE /v2.0/security-groups/04bbcdf8-a3cf-41c2-8178-778f7fc0738d => generated 0 bytes in 135 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: 1426/2767] 10.0.0.147 () {34 vars in 990 bytes} [Wed Jul 29 21:12:37 2026] GET /v2.0/ports?device_id=f6971cb8-1d00-4a0e-b48f-2c0380b27683 => generated 1246 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1342/2768] 10.0.0.147 () {34 vars in 1040 bytes} [Wed Jul 29 21:12:37 2026] GET /v2.0/security-groups?id=5df672d8-9467-49bf-b7c3-673bc69e9d26&fields=id&fields=name => generated 96 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1427/2769] 162.253.55.222 () {34 vars in 1080 bytes} [Wed Jul 29 21:12:37 2026] GET /v2.0/ports?tenant_id=3ea8d1a47d2c4b99890a3d48f07525fa&device_id=f6971cb8-1d00-4a0e-b48f-2c0380b27683 => generated 1246 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1343/2770] 162.253.55.222 () {34 vars in 1018 bytes} [Wed Jul 29 21:12:37 2026] GET /v2.0/networks?tenant_id=3ea8d1a47d2c4b99890a3d48f07525fa&shared=False => generated 735 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1428/2771] 162.253.55.222 () {34 vars in 930 bytes} [Wed Jul 29 21:12:37 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1344/2772] 10.0.0.147 () {34 vars in 990 bytes} [Wed Jul 29 21:12:37 2026] GET /v2.0/ports?device_id=f6971cb8-1d00-4a0e-b48f-2c0380b27683 => generated 1246 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1429/2773] 162.253.55.222 () {34 vars in 1080 bytes} [Wed Jul 29 21:12:38 2026] GET /v2.0/ports?tenant_id=3ea8d1a47d2c4b99890a3d48f07525fa&device_id=f6971cb8-1d00-4a0e-b48f-2c0380b27683 => 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: 1345/2774] 162.253.55.222 () {34 vars in 1062 bytes} [Wed Jul 29 21:12:38 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.3.190&port_id=c5def875-b7b7-4e2e-9a9c-31404427dd85 => 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: 1430/2775] 162.253.55.222 () {34 vars in 984 bytes} [Wed Jul 29 21:12:38 2026] GET /v2.0/subnets?id=ddee9a47-fca0-4a66-833b-7959fce42297 => generated 654 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1346/2776] 162.253.55.222 () {34 vars in 1052 bytes} [Wed Jul 29 21:12:38 2026] GET /v2.0/ports?network_id=89c4e407-7db3-4da2-b2c2-aebfa4ff3f27&device_owner=network%3Adhcp => generated 1244 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1431/2777] 162.253.55.222 () {34 vars in 1012 bytes} [Wed Jul 29 21:12:38 2026] GET /v2.0/networks/89c4e407-7db3-4da2-b2c2-aebfa4ff3f27?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: 1347/2778] 162.253.55.222 () {34 vars in 1112 bytes} [Wed Jul 29 21:12:38 2026] GET /v2.0/networks/89c4e407-7db3-4da2-b2c2-aebfa4ff3f27?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) 2026-07-29 21:12:41.279 8 INFO neutron.db.segments_db [None req-09f20595-9d00-4e1c-8dd0-ea056f519585 be56a64fe50a45f0ada5999385ae3cb3 3b07221160e1447e92f247a79a856cfb - - default default] Added segment 2c8b66a9-9529-4ee0-b522-f6d2c36d6ed6 of type vxlan for network 72eae50d-e7af-49ee-a4dc-10a271b6bc98 [pid: 8|app: 0|req: 1349/2781] 10.0.0.76 () {34 vars in 669 bytes} [Wed Jul 29 21:12:40 2026] POST /v2.0/networks => generated 612 bytes in 730 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1433/2782] 10.0.0.76 () {34 vars in 752 bytes} [Wed Jul 29 21:12:41 2026] PUT /v2.0/networks/72eae50d-e7af-49ee-a4dc-10a271b6bc98/tags => generated 25 bytes in 102 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1350/2783] 10.0.0.76 () {32 vars in 732 bytes} [Wed Jul 29 21:12:41 2026] GET /v2.0/networks/72eae50d-e7af-49ee-a4dc-10a271b6bc98/tags => generated 25 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1434/2784] 10.0.0.76 () {34 vars in 763 bytes} [Wed Jul 29 21:12:41 2026] PUT /v2.0/networks/72eae50d-e7af-49ee-a4dc-10a271b6bc98/tags/green => generated 4 bytes in 133 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1351/2785] 10.0.0.76 () {32 vars in 732 bytes} [Wed Jul 29 21:12:41 2026] GET /v2.0/networks/72eae50d-e7af-49ee-a4dc-10a271b6bc98/tags => generated 34 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1435/2786] 10.0.0.76 () {34 vars in 759 bytes} [Wed Jul 29 21:12:41 2026] PUT /v2.0/networks/72eae50d-e7af-49ee-a4dc-10a271b6bc98/tags/red => generated 4 bytes in 56 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1352/2787] 10.0.0.76 () {32 vars in 732 bytes} [Wed Jul 29 21:12:41 2026] GET /v2.0/networks/72eae50d-e7af-49ee-a4dc-10a271b6bc98/tags => generated 34 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1436/2788] 10.0.0.76 () {34 vars in 781 bytes} [Wed Jul 29 21:12:41 2026] PUT /v2.0/networks/72eae50d-e7af-49ee-a4dc-10a271b6bc98/tags/black.or.white => generated 4 bytes in 127 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1353/2789] 10.0.0.76 () {32 vars in 732 bytes} [Wed Jul 29 21:12:42 2026] GET /v2.0/networks/72eae50d-e7af-49ee-a4dc-10a271b6bc98/tags => generated 52 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1354/2790] 10.0.0.147 () {34 vars in 990 bytes} [Wed Jul 29 21:12:42 2026] GET /v2.0/ports?device_id=f6971cb8-1d00-4a0e-b48f-2c0380b27683 => generated 1248 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1437/2791] 10.0.0.76 () {34 vars in 752 bytes} [Wed Jul 29 21:12:42 2026] PUT /v2.0/networks/72eae50d-e7af-49ee-a4dc-10a271b6bc98/tags => generated 37 bytes in 111 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1355/2792] 10.0.0.147 () {34 vars in 1040 bytes} [Wed Jul 29 21:12:42 2026] GET /v2.0/security-groups?id=5df672d8-9467-49bf-b7c3-673bc69e9d26&fields=id&fields=name => generated 96 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1438/2793] 10.0.0.76 () {32 vars in 732 bytes} [Wed Jul 29 21:12:42 2026] GET /v2.0/networks/72eae50d-e7af-49ee-a4dc-10a271b6bc98/tags => generated 37 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1356/2794] 10.0.0.76 () {32 vars in 740 bytes} [Wed Jul 29 21:12:42 2026] GET /v2.0/networks/72eae50d-e7af-49ee-a4dc-10a271b6bc98/tags/red => 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: 1439/2795] 10.0.0.147 () {34 vars in 990 bytes} [Wed Jul 29 21:12:42 2026] GET /v2.0/ports?device_id=f6971cb8-1d00-4a0e-b48f-2c0380b27683 => generated 1248 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-29 21:12:42.413 8 INFO neutron.api.v2.resource [None req-f2a38a49-24f2-4425-8619-db849bc9f6c1 be56a64fe50a45f0ada5999385ae3cb3 3b07221160e1447e92f247a79a856cfb - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1357/2796] 10.0.0.76 () {32 vars in 744 bytes} [Wed Jul 29 21:12:42 2026] GET /v2.0/networks/72eae50d-e7af-49ee-a4dc-10a271b6bc98/tags/green => generated 99 bytes in 39 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1440/2797] 10.0.0.76 () {32 vars in 743 bytes} [Wed Jul 29 21:12:42 2026] DELETE /v2.0/networks/72eae50d-e7af-49ee-a4dc-10a271b6bc98/tags/red => generated 0 bytes in 83 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1358/2798] 10.0.0.76 () {32 vars in 732 bytes} [Wed Jul 29 21:12:42 2026] GET /v2.0/networks/72eae50d-e7af-49ee-a4dc-10a271b6bc98/tags => generated 30 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1359/2799] 162.253.55.222 () {34 vars in 994 bytes} [Wed Jul 29 21:12:42 2026] GET /v2.0/ports?device_id=f6971cb8-1d00-4a0e-b48f-2c0380b27683 => generated 1248 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-29 21:12:42.608 7 INFO neutron.api.v2.resource [None req-b7f28f37-d276-47c4-acf8-1a3052f7cd45 be56a64fe50a45f0ada5999385ae3cb3 3b07221160e1447e92f247a79a856cfb - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1441/2800] 10.0.0.76 () {32 vars in 747 bytes} [Wed Jul 29 21:12:42 2026] DELETE /v2.0/networks/72eae50d-e7af-49ee-a4dc-10a271b6bc98/tags/green => generated 99 bytes in 41 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1360/2801] 162.253.55.222 () {34 vars in 1044 bytes} [Wed Jul 29 21:12:42 2026] GET /v2.0/security-groups?id=5df672d8-9467-49bf-b7c3-673bc69e9d26&fields=id&fields=name => generated 96 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1442/2802] 10.0.0.76 () {32 vars in 735 bytes} [Wed Jul 29 21:12:42 2026] DELETE /v2.0/networks/72eae50d-e7af-49ee-a4dc-10a271b6bc98/tags => generated 0 bytes in 96 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1361/2803] 10.0.0.76 () {32 vars in 732 bytes} [Wed Jul 29 21:12:42 2026] GET /v2.0/networks/72eae50d-e7af-49ee-a4dc-10a271b6bc98/tags => generated 12 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-29 21:12:42.896 7 INFO neutron.services.segments.plugin [-] Segment 2c8b66a9-9529-4ee0-b522-f6d2c36d6ed6 resource provider aggregate not found 2026-07-29 21:12:42.903 7 INFO neutron.services.segments.plugin [-] Segment 2c8b66a9-9529-4ee0-b522-f6d2c36d6ed6 resource provider aggregate not found 2026-07-29 21:12:42.911 7 INFO neutron.services.segments.plugin [-] Segment 2c8b66a9-9529-4ee0-b522-f6d2c36d6ed6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2c8b66a9-9529-4ee0-b522-f6d2c36d6ed6 found for delete ", "request_id": "req-0c6853f0-9cb0-46e8-916d-3c5c327a40fa"}]} 2026-07-29 21:12:42.931 7 INFO neutron.services.segments.plugin [-] Segment 2c8b66a9-9529-4ee0-b522-f6d2c36d6ed6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2c8b66a9-9529-4ee0-b522-f6d2c36d6ed6 found for delete ", "request_id": "req-4acd2eaa-4f2c-4f95-ad57-62ca0e725569"}]} [pid: 7|app: 0|req: 1443/2804] 10.0.0.76 () {32 vars in 725 bytes} [Wed Jul 29 21:12:42 2026] DELETE /v2.0/networks/72eae50d-e7af-49ee-a4dc-10a271b6bc98 => generated 0 bytes in 192 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1362/2805] 10.0.0.76 () {32 vars in 773 bytes} [Wed Jul 29 21:12:43 2026] GET /v2.0/security-groups?tenant_id=fe605c6aafef40c38f613e1c07df50a5&name=default => generated 2929 bytes in 311 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1444/2806] 10.0.0.76 () {32 vars in 739 bytes} [Wed Jul 29 21:12:44 2026] DELETE /v2.0/security-groups/1844cceb-e550-444a-9df2-9236f7003387 => generated 0 bytes in 145 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1363/2807] 10.0.0.76 () {32 vars in 773 bytes} [Wed Jul 29 21:12:44 2026] GET /v2.0/security-groups?tenant_id=3b07221160e1447e92f247a79a856cfb&name=default => generated 2929 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1445/2808] 10.0.0.76 () {32 vars in 739 bytes} [Wed Jul 29 21:12:44 2026] DELETE /v2.0/security-groups/a484e688-43a6-44a5-a2cc-4856cf0bd5db => generated 0 bytes in 159 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1364/2809] 10.0.0.147 () {34 vars in 990 bytes} [Wed Jul 29 21:12:46 2026] GET /v2.0/ports?device_id=f6971cb8-1d00-4a0e-b48f-2c0380b27683 => 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: 1446/2810] 10.0.0.147 () {34 vars in 1040 bytes} [Wed Jul 29 21:12:46 2026] GET /v2.0/security-groups?id=5df672d8-9467-49bf-b7c3-673bc69e9d26&fields=id&fields=name => generated 96 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1365/2811] 10.0.0.147 () {34 vars in 990 bytes} [Wed Jul 29 21:12:47 2026] GET /v2.0/ports?device_id=f6971cb8-1d00-4a0e-b48f-2c0380b27683 => generated 1248 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-29 21:12:49.191 7 INFO neutron.db.segments_db [None req-24a691ec-ac80-44e0-9d41-f22e8f569674 50834cd5c1f545e887ffe8975a6d18f0 7ff2603773d24ef797aea10325c190e5 - - default default] Added segment 1ffa354f-b132-474b-b8fd-df2b73e33309 of type vxlan for network f32f25ae-e329-4f16-8225-204991fed8aa [pid: 7|app: 0|req: 1447/2812] 10.0.0.76 () {34 vars in 669 bytes} [Wed Jul 29 21:12:48 2026] POST /v2.0/networks => generated 612 bytes in 642 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1366/2813] 10.0.0.76 () {34 vars in 663 bytes} [Wed Jul 29 21:12:49 2026] POST /v2.0/ports => generated 743 bytes in 583 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1448/2814] 10.0.0.76 () {34 vars in 665 bytes} [Wed Jul 29 21:12:49 2026] POST /v2.0/trunks => generated 407 bytes in 301 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: 1367/2815] 10.0.0.76 () {34 vars in 748 bytes} [Wed Jul 29 21:12:50 2026] PUT /v2.0/trunks/42f25c6e-95a1-4c0f-ae22-18c221511f98/tags => generated 25 bytes in 117 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1449/2816] 10.0.0.76 () {32 vars in 728 bytes} [Wed Jul 29 21:12:50 2026] GET /v2.0/trunks/42f25c6e-95a1-4c0f-ae22-18c221511f98/tags => generated 25 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1368/2817] 10.0.0.76 () {34 vars in 759 bytes} [Wed Jul 29 21:12:50 2026] PUT /v2.0/trunks/42f25c6e-95a1-4c0f-ae22-18c221511f98/tags/green => generated 4 bytes in 79 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1450/2818] 10.0.0.76 () {32 vars in 728 bytes} [Wed Jul 29 21:12:50 2026] GET /v2.0/trunks/42f25c6e-95a1-4c0f-ae22-18c221511f98/tags => generated 34 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1369/2819] 10.0.0.76 () {34 vars in 755 bytes} [Wed Jul 29 21:12:50 2026] PUT /v2.0/trunks/42f25c6e-95a1-4c0f-ae22-18c221511f98/tags/red => generated 4 bytes in 28 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1451/2820] 10.0.0.76 () {32 vars in 728 bytes} [Wed Jul 29 21:12:50 2026] GET /v2.0/trunks/42f25c6e-95a1-4c0f-ae22-18c221511f98/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: 1370/2821] 10.0.0.76 () {34 vars in 777 bytes} [Wed Jul 29 21:12:50 2026] PUT /v2.0/trunks/42f25c6e-95a1-4c0f-ae22-18c221511f98/tags/black.or.white => generated 4 bytes in 79 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1452/2822] 10.0.0.76 () {32 vars in 728 bytes} [Wed Jul 29 21:12:50 2026] GET /v2.0/trunks/42f25c6e-95a1-4c0f-ae22-18c221511f98/tags => generated 52 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1371/2823] 10.0.0.76 () {34 vars in 748 bytes} [Wed Jul 29 21:12:50 2026] PUT /v2.0/trunks/42f25c6e-95a1-4c0f-ae22-18c221511f98/tags => generated 37 bytes in 95 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1453/2824] 10.0.0.76 () {32 vars in 728 bytes} [Wed Jul 29 21:12:50 2026] GET /v2.0/trunks/42f25c6e-95a1-4c0f-ae22-18c221511f98/tags => generated 37 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1372/2825] 10.0.0.76 () {32 vars in 736 bytes} [Wed Jul 29 21:12:50 2026] GET /v2.0/trunks/42f25c6e-95a1-4c0f-ae22-18c221511f98/tags/red => generated 0 bytes in 19 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-29 21:12:50.905 7 INFO neutron.api.v2.resource [None req-56f3e00b-7a57-424b-811a-3092899f122d 50834cd5c1f545e887ffe8975a6d18f0 7ff2603773d24ef797aea10325c190e5 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1454/2826] 10.0.0.76 () {32 vars in 740 bytes} [Wed Jul 29 21:12:50 2026] GET /v2.0/trunks/42f25c6e-95a1-4c0f-ae22-18c221511f98/tags/green => generated 99 bytes in 27 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1373/2827] 10.0.0.76 () {32 vars in 739 bytes} [Wed Jul 29 21:12:50 2026] DELETE /v2.0/trunks/42f25c6e-95a1-4c0f-ae22-18c221511f98/tags/red => 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: 1455/2828] 10.0.0.76 () {32 vars in 728 bytes} [Wed Jul 29 21:12:51 2026] GET /v2.0/trunks/42f25c6e-95a1-4c0f-ae22-18c221511f98/tags => generated 30 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-29 21:12:51.096 8 INFO neutron.api.v2.resource [None req-08692256-c75c-4f7a-8e8a-c1e557077b9a 50834cd5c1f545e887ffe8975a6d18f0 7ff2603773d24ef797aea10325c190e5 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1374/2829] 10.0.0.76 () {32 vars in 743 bytes} [Wed Jul 29 21:12:51 2026] DELETE /v2.0/trunks/42f25c6e-95a1-4c0f-ae22-18c221511f98/tags/green => generated 99 bytes in 28 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1456/2830] 10.0.0.76 () {32 vars in 731 bytes} [Wed Jul 29 21:12:51 2026] DELETE /v2.0/trunks/42f25c6e-95a1-4c0f-ae22-18c221511f98/tags => generated 0 bytes in 76 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1375/2831] 10.0.0.76 () {32 vars in 728 bytes} [Wed Jul 29 21:12:51 2026] GET /v2.0/trunks/42f25c6e-95a1-4c0f-ae22-18c221511f98/tags => generated 12 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1457/2832] 10.0.0.76 () {32 vars in 718 bytes} [Wed Jul 29 21:12:51 2026] GET /v2.0/trunks/42f25c6e-95a1-4c0f-ae22-18c221511f98 => generated 407 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1376/2833] 10.0.0.76 () {32 vars in 716 bytes} [Wed Jul 29 21:12:51 2026] GET /v2.0/ports/861bac5a-fc38-4c55-a276-50a849f2a6f3 => generated 826 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1458/2834] 10.0.0.76 () {32 vars in 721 bytes} [Wed Jul 29 21:12:51 2026] DELETE /v2.0/trunks/42f25c6e-95a1-4c0f-ae22-18c221511f98 => generated 0 bytes in 133 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-29 21:12:51.563 8 INFO neutron_taas.services.taas.taas_plugin [None req-d763522e-3981-4305-9105-bddd2744a37b 50834cd5c1f545e887ffe8975a6d18f0 7ff2603773d24ef797aea10325c190e5 - - default default] TaaS: Handle Delete Port: 861bac5a-fc38-4c55-a276-50a849f2a6f3 2026-07-29 21:12:51.567 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d763522e-3981-4305-9105-bddd2744a37b 50834cd5c1f545e887ffe8975a6d18f0 7ff2603773d24ef797aea10325c190e5 - - default default] Tap Mirror: Handle Delete Port: 861bac5a-fc38-4c55-a276-50a849f2a6f3 [pid: 8|app: 0|req: 1377/2835] 10.0.0.76 () {32 vars in 719 bytes} [Wed Jul 29 21:12:51 2026] DELETE /v2.0/ports/861bac5a-fc38-4c55-a276-50a849f2a6f3 => generated 0 bytes in 278 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-29 21:12:51.877 7 INFO neutron.services.segments.plugin [-] Segment 1ffa354f-b132-474b-b8fd-df2b73e33309 resource provider aggregate not found 2026-07-29 21:12:51.883 7 INFO neutron.services.segments.plugin [-] Segment 1ffa354f-b132-474b-b8fd-df2b73e33309 resource provider aggregate not found 2026-07-29 21:12:51.898 7 INFO neutron.services.segments.plugin [-] Segment 1ffa354f-b132-474b-b8fd-df2b73e33309 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1ffa354f-b132-474b-b8fd-df2b73e33309 found for delete ", "request_id": "req-c19fe3f8-2155-4e28-9a78-fc2a2c3dda22"}]} 2026-07-29 21:12:51.912 7 INFO neutron.services.segments.plugin [-] Segment 1ffa354f-b132-474b-b8fd-df2b73e33309 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1ffa354f-b132-474b-b8fd-df2b73e33309 found for delete ", "request_id": "req-68132bff-4af8-4910-bb70-f51da298ea7b"}]} [pid: 7|app: 0|req: 1459/2836] 10.0.0.76 () {32 vars in 725 bytes} [Wed Jul 29 21:12:51 2026] DELETE /v2.0/networks/f32f25ae-e329-4f16-8225-204991fed8aa => 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: 1378/2837] 10.0.0.76 () {32 vars in 773 bytes} [Wed Jul 29 21:12:53 2026] GET /v2.0/security-groups?tenant_id=ba6689a12d73475881ccf87a70db79d9&name=default => generated 2929 bytes in 284 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1460/2838] 10.0.0.76 () {32 vars in 739 bytes} [Wed Jul 29 21:12:53 2026] DELETE /v2.0/security-groups/c1e17f77-0cb7-4803-a690-44f689f3fcee => generated 0 bytes in 123 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1379/2839] 10.0.0.76 () {32 vars in 773 bytes} [Wed Jul 29 21:12:53 2026] GET /v2.0/security-groups?tenant_id=7ff2603773d24ef797aea10325c190e5&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: 1461/2840] 10.0.0.76 () {32 vars in 739 bytes} [Wed Jul 29 21:12:53 2026] DELETE /v2.0/security-groups/2ab6d56c-e5ef-4bea-bea6-cb27053d10fb => generated 0 bytes in 143 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-29 21:12:58.088 7 INFO neutron.db.segments_db [None req-1ea874c4-a012-413e-b3b2-fa087494e4f9 6d79236f5f154f3fa32faeb9a03f45f0 662acc7d9f6e4a238ead0ade7f32f987 - - default default] Added segment 13b5ddae-727a-46ca-8187-a16f06651389 of type vxlan for network 93611f5e-7822-42a4-a0b2-9603f2fd94af [pid: 7|app: 0|req: 1463/2843] 10.0.0.76 () {34 vars in 669 bytes} [Wed Jul 29 21:12:57 2026] POST /v2.0/networks => generated 612 bytes in 637 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-29 21:12:58.362 8 INFO neutron.db.segments_db [None req-405fed83-af21-49cf-ae12-6d20b6600a70 6d79236f5f154f3fa32faeb9a03f45f0 662acc7d9f6e4a238ead0ade7f32f987 - - default default] Added segment 75e71e87-8b14-455f-b2e8-9710ab0ffcb0 of type vxlan for network 89dc674e-ed36-48f7-b41e-2ac3b0a95160 [pid: 8|app: 0|req: 1381/2844] 10.0.0.76 () {34 vars in 669 bytes} [Wed Jul 29 21:12:58 2026] POST /v2.0/networks => generated 613 bytes in 268 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1464/2845] 10.0.0.76 () {34 vars in 752 bytes} [Wed Jul 29 21:12:58 2026] PUT /v2.0/networks/93611f5e-7822-42a4-a0b2-9603f2fd94af/tags => generated 25 bytes in 97 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1382/2846] 10.0.0.76 () {32 vars in 732 bytes} [Wed Jul 29 21:12:58 2026] GET /v2.0/networks/93611f5e-7822-42a4-a0b2-9603f2fd94af/tags => generated 25 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1465/2847] 10.0.0.76 () {34 vars in 752 bytes} [Wed Jul 29 21:12:58 2026] PUT /v2.0/networks/89dc674e-ed36-48f7-b41e-2ac3b0a95160/tags => generated 17 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1383/2848] 10.0.0.76 () {32 vars in 732 bytes} [Wed Jul 29 21:12:58 2026] GET /v2.0/networks/89dc674e-ed36-48f7-b41e-2ac3b0a95160/tags => generated 17 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1466/2849] 10.0.0.76 () {34 vars in 752 bytes} [Wed Jul 29 21:12:58 2026] PUT /v2.0/networks/89dc674e-ed36-48f7-b41e-2ac3b0a95160/tags => generated 12 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1384/2850] 10.0.0.76 () {32 vars in 732 bytes} [Wed Jul 29 21:12:58 2026] GET /v2.0/networks/89dc674e-ed36-48f7-b41e-2ac3b0a95160/tags => generated 12 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1467/2851] 10.0.0.76 () {32 vars in 732 bytes} [Wed Jul 29 21:12:58 2026] GET /v2.0/networks/93611f5e-7822-42a4-a0b2-9603f2fd94af/tags => generated 25 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-29 21:12:59.160 8 INFO neutron.services.segments.plugin [-] Segment 13b5ddae-727a-46ca-8187-a16f06651389 resource provider aggregate not found 2026-07-29 21:12:59.175 8 INFO neutron.services.segments.plugin [-] Segment 13b5ddae-727a-46ca-8187-a16f06651389 resource provider aggregate not found 2026-07-29 21:12:59.184 8 INFO neutron.services.segments.plugin [-] Segment 13b5ddae-727a-46ca-8187-a16f06651389 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 13b5ddae-727a-46ca-8187-a16f06651389 found for delete ", "request_id": "req-a859fa35-6610-47db-bfbc-657bdcf54079"}]} 2026-07-29 21:12:59.192 8 INFO neutron.services.segments.plugin [-] Segment 13b5ddae-727a-46ca-8187-a16f06651389 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 13b5ddae-727a-46ca-8187-a16f06651389 found for delete ", "request_id": "req-ab62de98-7b3c-41f4-8f94-e5b03996b718"}]} [pid: 8|app: 0|req: 1385/2852] 10.0.0.76 () {32 vars in 725 bytes} [Wed Jul 29 21:12:59 2026] DELETE /v2.0/networks/93611f5e-7822-42a4-a0b2-9603f2fd94af => generated 0 bytes in 190 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-29 21:12:59.376 7 INFO neutron.services.segments.plugin [-] Segment 75e71e87-8b14-455f-b2e8-9710ab0ffcb0 resource provider aggregate not found 2026-07-29 21:12:59.398 7 INFO neutron.services.segments.plugin [-] Segment 75e71e87-8b14-455f-b2e8-9710ab0ffcb0 resource provider aggregate not found 2026-07-29 21:12:59.408 7 INFO neutron.services.segments.plugin [-] Segment 75e71e87-8b14-455f-b2e8-9710ab0ffcb0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 75e71e87-8b14-455f-b2e8-9710ab0ffcb0 found for delete ", "request_id": "req-0a153602-047a-4d4c-8b0a-840cc89ccee1"}]} 2026-07-29 21:12:59.412 7 INFO neutron.services.segments.plugin [-] Segment 75e71e87-8b14-455f-b2e8-9710ab0ffcb0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 75e71e87-8b14-455f-b2e8-9710ab0ffcb0 found for delete ", "request_id": "req-0cecbf23-c86d-4942-97b1-56b2d95d33cb"}]} [pid: 7|app: 0|req: 1468/2853] 10.0.0.76 () {32 vars in 725 bytes} [Wed Jul 29 21:12:59 2026] DELETE /v2.0/networks/89dc674e-ed36-48f7-b41e-2ac3b0a95160 => 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: 1386/2854] 10.0.0.76 () {32 vars in 773 bytes} [Wed Jul 29 21:13:00 2026] GET /v2.0/security-groups?tenant_id=9e645a234c8743a981e7210d9eba22ae&name=default => generated 2929 bytes in 290 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1469/2855] 10.0.0.76 () {32 vars in 739 bytes} [Wed Jul 29 21:13:00 2026] DELETE /v2.0/security-groups/c7c9aa87-4849-4ba6-a0a7-03115e0c6775 => 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: 1387/2856] 10.0.0.76 () {32 vars in 773 bytes} [Wed Jul 29 21:13:01 2026] GET /v2.0/security-groups?tenant_id=662acc7d9f6e4a238ead0ade7f32f987&name=default => generated 2929 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1470/2857] 10.0.0.76 () {32 vars in 739 bytes} [Wed Jul 29 21:13:01 2026] DELETE /v2.0/security-groups/1cab3b4a-9963-4519-85f4-a87d1555bdaf => generated 0 bytes in 162 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1473/2862] 162.253.55.222 () {30 vars in 703 bytes} [Wed Jul 29 21:13:31 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1390/2863] 162.253.55.222 () {30 vars in 705 bytes} [Wed Jul 29 21:13:31 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: 1474/2864] 162.253.55.222 () {30 vars in 681 bytes} [Wed Jul 29 21:13:31 2026] GET /v2.0/extensions/qos => generated 166 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1391/2865] 162.253.55.222 () {30 vars in 717 bytes} [Wed Jul 29 21:13:31 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: 1475/2866] 162.253.55.222 () {30 vars in 741 bytes} [Wed Jul 29 21:13:31 2026] GET /v2.0/subnets/acee3653-515a-4f4b-9c88-c99fc98559a8 => generated 676 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1392/2867] 162.253.55.222 () {30 vars in 769 bytes} [Wed Jul 29 21:13:31 2026] GET /v2.0/ports?device_id=f6971cb8-1d00-4a0e-b48f-2c0380b27683 => generated 1248 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1476/2868] 162.253.55.222 () {34 vars in 717 bytes} [Wed Jul 29 21:13:31 2026] POST /v2.0/ports => generated 1059 bytes in 443 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1393/2869] 10.0.0.147 () {34 vars in 971 bytes} [Wed Jul 29 21:13:32 2026] GET /v2.0/ports/515dd6b8-ccbd-454d-b290-d7a3c98b358a => generated 1059 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1477/2870] 10.0.0.147 () {34 vars in 907 bytes} [Wed Jul 29 21:13:32 2026] GET /v2.0/extensions => generated 21537 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1394/2871] 162.253.55.222 () {34 vars in 1262 bytes} [Wed Jul 29 21:13:33 2026] GET /v2.0/ports/515dd6b8-ccbd-454d-b290-d7a3c98b358a?fields=binding%3Avnic_type&fields=binding%3Aprofile&fields=network_id&fields=resource_request&fields=numa_affinity_policy&fields=device_profile => generated 136 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1478/2872] 162.253.55.222 () {34 vars in 1012 bytes} [Wed Jul 29 21:13:33 2026] GET /v2.0/networks/f0db309d-0d51-4a51-827f-98b0bbd23d55?fields=segments => generated 14 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1395/2873] 162.253.55.222 () {34 vars in 1112 bytes} [Wed Jul 29 21:13:33 2026] GET /v2.0/networks/f0db309d-0d51-4a51-827f-98b0bbd23d55?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1479/2874] 162.253.55.222 () {34 vars in 975 bytes} [Wed Jul 29 21:13:34 2026] GET /v2.0/ports/515dd6b8-ccbd-454d-b290-d7a3c98b358a => generated 1059 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1396/2875] 162.253.55.222 () {34 vars in 986 bytes} [Wed Jul 29 21:13:34 2026] GET /v2.0/networks?id=f0db309d-0d51-4a51-827f-98b0bbd23d55 => generated 802 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1480/2876] 162.253.55.222 () {38 vars in 1028 bytes} [Wed Jul 29 21:13:34 2026] PUT /v2.0/ports/515dd6b8-ccbd-454d-b290-d7a3c98b358a => generated 1249 bytes in 528 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-29 21:13:34.919 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-67cca54f-5aae-4158-9f8e-85708ff1e541'] response: {'name': 'network-changed', 'server_uuid': 'f6971cb8-1d00-4a0e-b48f-2c0380b27683', 'tag': '515dd6b8-ccbd-454d-b290-d7a3c98b358a', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1397/2877] 162.253.55.222 () {34 vars in 1080 bytes} [Wed Jul 29 21:13:35 2026] GET /v2.0/ports?tenant_id=3ea8d1a47d2c4b99890a3d48f07525fa&device_id=f6971cb8-1d00-4a0e-b48f-2c0380b27683 => generated 2489 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1481/2878] 162.253.55.222 () {34 vars in 986 bytes} [Wed Jul 29 21:13:35 2026] GET /v2.0/networks?id=f0db309d-0d51-4a51-827f-98b0bbd23d55 => generated 802 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1398/2879] 162.253.55.222 () {34 vars in 1058 bytes} [Wed Jul 29 21:13:35 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.100&port_id=515dd6b8-ccbd-454d-b290-d7a3c98b358a => 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: 1482/2880] 162.253.55.222 () {34 vars in 984 bytes} [Wed Jul 29 21:13:35 2026] GET /v2.0/subnets?id=acee3653-515a-4f4b-9c88-c99fc98559a8 => generated 679 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1399/2881] 162.253.55.222 () {34 vars in 1052 bytes} [Wed Jul 29 21:13:35 2026] GET /v2.0/ports?network_id=f0db309d-0d51-4a51-827f-98b0bbd23d55&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: 1483/2882] 162.253.55.222 () {34 vars in 1012 bytes} [Wed Jul 29 21:13:35 2026] GET /v2.0/networks/f0db309d-0d51-4a51-827f-98b0bbd23d55?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: 1400/2883] 162.253.55.222 () {34 vars in 1112 bytes} [Wed Jul 29 21:13:35 2026] GET /v2.0/networks/f0db309d-0d51-4a51-827f-98b0bbd23d55?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: 1484/2884] 162.253.55.222 () {34 vars in 1080 bytes} [Wed Jul 29 21:13:36 2026] GET /v2.0/ports?tenant_id=3ea8d1a47d2c4b99890a3d48f07525fa&device_id=f6971cb8-1d00-4a0e-b48f-2c0380b27683 => generated 2489 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1401/2885] 162.253.55.222 () {34 vars in 1062 bytes} [Wed Jul 29 21:13:36 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.3.190&port_id=c5def875-b7b7-4e2e-9a9c-31404427dd85 => generated 19 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1485/2886] 162.253.55.222 () {34 vars in 984 bytes} [Wed Jul 29 21:13:36 2026] GET /v2.0/subnets?id=ddee9a47-fca0-4a66-833b-7959fce42297 => generated 654 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1402/2887] 162.253.55.222 () {34 vars in 1052 bytes} [Wed Jul 29 21:13:36 2026] GET /v2.0/ports?network_id=89c4e407-7db3-4da2-b2c2-aebfa4ff3f27&device_owner=network%3Adhcp => generated 1244 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1486/2888] 162.253.55.222 () {34 vars in 1012 bytes} [Wed Jul 29 21:13:36 2026] GET /v2.0/networks/89c4e407-7db3-4da2-b2c2-aebfa4ff3f27?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: 1403/2889] 162.253.55.222 () {34 vars in 1112 bytes} [Wed Jul 29 21:13:37 2026] GET /v2.0/networks/89c4e407-7db3-4da2-b2c2-aebfa4ff3f27?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: 1487/2890] 162.253.55.222 () {34 vars in 1058 bytes} [Wed Jul 29 21:13:37 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.100&port_id=515dd6b8-ccbd-454d-b290-d7a3c98b358a => generated 19 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1404/2891] 162.253.55.222 () {34 vars in 984 bytes} [Wed Jul 29 21:13:37 2026] GET /v2.0/subnets?id=acee3653-515a-4f4b-9c88-c99fc98559a8 => generated 679 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1488/2892] 162.253.55.222 () {34 vars in 1052 bytes} [Wed Jul 29 21:13:37 2026] GET /v2.0/ports?network_id=f0db309d-0d51-4a51-827f-98b0bbd23d55&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: 1405/2893] 162.253.55.222 () {34 vars in 1012 bytes} [Wed Jul 29 21:13:37 2026] GET /v2.0/networks/f0db309d-0d51-4a51-827f-98b0bbd23d55?fields=segments => generated 14 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1489/2894] 162.253.55.222 () {34 vars in 1112 bytes} [Wed Jul 29 21:13:37 2026] GET /v2.0/networks/f0db309d-0d51-4a51-827f-98b0bbd23d55?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1491/2897] 10.0.0.147 () {34 vars in 971 bytes} [Wed Jul 29 21:13:41 2026] GET /v2.0/ports/515dd6b8-ccbd-454d-b290-d7a3c98b358a => generated 1251 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1407/2898] 162.253.55.222 () {34 vars in 789 bytes} [Wed Jul 29 21:13:41 2026] PUT /v2.0/ports/515dd6b8-ccbd-454d-b290-d7a3c98b358a => generated 1275 bytes in 344 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-29 21:13:41.543 7 INFO neutron.api.v2.resource [None req-51f59fce-6cf8-46ab-a5be-cbc33612de34 f92147a9bb754594b3fca89b5bfa188f 3ea8d1a47d2c4b99890a3d48f07525fa - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1492/2899] 162.253.55.222 () {30 vars in 763 bytes} [Wed Jul 29 21:13:41 2026] GET /v2.0/security-groups/lb-617b05f1-cab0-49cc-b3f7-8051bb5845b5 => generated 149 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-29 21:13:41.567 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-56afe726-063e-4483-8759-2dd54abb1b63'] response: {'name': 'network-changed', 'server_uuid': 'f6971cb8-1d00-4a0e-b48f-2c0380b27683', 'tag': '515dd6b8-ccbd-454d-b290-d7a3c98b358a', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1408/2900] 162.253.55.222 () {30 vars in 785 bytes} [Wed Jul 29 21:13:41 2026] GET /v2.0/security-groups?name=lb-617b05f1-cab0-49cc-b3f7-8051bb5845b5 => generated 1639 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1493/2901] 162.253.55.222 () {34 vars in 789 bytes} [Wed Jul 29 21:13:41 2026] PUT /v2.0/ports/515dd6b8-ccbd-454d-b290-d7a3c98b358a => generated 1313 bytes in 310 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-29 21:13:41.959 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-b0ee8c6d-1f51-4c45-bcb8-28fa0a2ddb09'] response: {'name': 'network-changed', 'server_uuid': 'f6971cb8-1d00-4a0e-b48f-2c0380b27683', 'tag': '515dd6b8-ccbd-454d-b290-d7a3c98b358a', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1409/2902] 162.253.55.222 () {34 vars in 1080 bytes} [Wed Jul 29 21:13:42 2026] GET /v2.0/ports?tenant_id=3ea8d1a47d2c4b99890a3d48f07525fa&device_id=f6971cb8-1d00-4a0e-b48f-2c0380b27683 => generated 2589 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1494/2903] 162.253.55.222 () {34 vars in 986 bytes} [Wed Jul 29 21:13:42 2026] GET /v2.0/networks?id=f0db309d-0d51-4a51-827f-98b0bbd23d55 => generated 802 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1410/2904] 162.253.55.222 () {34 vars in 1058 bytes} [Wed Jul 29 21:13:42 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.100&port_id=515dd6b8-ccbd-454d-b290-d7a3c98b358a => generated 19 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1495/2905] 162.253.55.222 () {34 vars in 984 bytes} [Wed Jul 29 21:13:42 2026] GET /v2.0/subnets?id=acee3653-515a-4f4b-9c88-c99fc98559a8 => generated 679 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1411/2906] 162.253.55.222 () {34 vars in 1052 bytes} [Wed Jul 29 21:13:42 2026] GET /v2.0/ports?network_id=f0db309d-0d51-4a51-827f-98b0bbd23d55&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: 7|app: 0|req: 1496/2907] 162.253.55.222 () {34 vars in 1012 bytes} [Wed Jul 29 21:13:42 2026] GET /v2.0/networks/f0db309d-0d51-4a51-827f-98b0bbd23d55?fields=segments => generated 14 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1412/2908] 162.253.55.222 () {34 vars in 1112 bytes} [Wed Jul 29 21:13:42 2026] GET /v2.0/networks/f0db309d-0d51-4a51-827f-98b0bbd23d55?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: 1497/2909] 162.253.55.222 () {30 vars in 703 bytes} [Wed Jul 29 21:13:42 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: 1413/2910] 162.253.55.222 () {30 vars in 705 bytes} [Wed Jul 29 21:13:42 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: 1498/2911] 162.253.55.222 () {30 vars in 681 bytes} [Wed Jul 29 21:13:42 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: 1414/2912] 162.253.55.222 () {30 vars in 717 bytes} [Wed Jul 29 21:13:42 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1499/2913] 162.253.55.222 () {30 vars in 741 bytes} [Wed Jul 29 21:13:42 2026] GET /v2.0/subnets/acee3653-515a-4f4b-9c88-c99fc98559a8 => generated 676 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1415/2914] 162.253.55.222 () {30 vars in 737 bytes} [Wed Jul 29 21:13:42 2026] GET /v2.0/ports/d5fcee95-ae8c-41f1-890f-a78b6631779d => 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: 1500/2915] 162.253.55.222 () {30 vars in 737 bytes} [Wed Jul 29 21:13:42 2026] GET /v2.0/ports/515dd6b8-ccbd-454d-b290-d7a3c98b358a => generated 1349 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1416/2916] 162.253.55.222 () {30 vars in 741 bytes} [Wed Jul 29 21:13:42 2026] GET /v2.0/subnets/acee3653-515a-4f4b-9c88-c99fc98559a8 => generated 676 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1501/2917] 162.253.55.222 () {30 vars in 743 bytes} [Wed Jul 29 21:13:42 2026] GET /v2.0/networks/f0db309d-0d51-4a51-827f-98b0bbd23d55 => generated 799 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1417/2918] 162.253.55.222 () {30 vars in 737 bytes} [Wed Jul 29 21:13:42 2026] GET /v2.0/ports/d5fcee95-ae8c-41f1-890f-a78b6631779d => generated 1128 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1502/2919] 162.253.55.222 () {30 vars in 741 bytes} [Wed Jul 29 21:13:42 2026] GET /v2.0/subnets/acee3653-515a-4f4b-9c88-c99fc98559a8 => 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: 1418/2920] 162.253.55.222 () {34 vars in 1080 bytes} [Wed Jul 29 21:13:43 2026] GET /v2.0/ports?tenant_id=3ea8d1a47d2c4b99890a3d48f07525fa&device_id=f6971cb8-1d00-4a0e-b48f-2c0380b27683 => generated 2589 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1503/2921] 162.253.55.222 () {34 vars in 986 bytes} [Wed Jul 29 21:13:43 2026] GET /v2.0/networks?id=f0db309d-0d51-4a51-827f-98b0bbd23d55 => generated 802 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1419/2922] 162.253.55.222 () {34 vars in 1058 bytes} [Wed Jul 29 21:13:43 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.100&port_id=515dd6b8-ccbd-454d-b290-d7a3c98b358a => generated 19 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1504/2923] 162.253.55.222 () {34 vars in 984 bytes} [Wed Jul 29 21:13:43 2026] GET /v2.0/subnets?id=acee3653-515a-4f4b-9c88-c99fc98559a8 => generated 679 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1420/2924] 162.253.55.222 () {34 vars in 1052 bytes} [Wed Jul 29 21:13:43 2026] GET /v2.0/ports?network_id=f0db309d-0d51-4a51-827f-98b0bbd23d55&device_owner=network%3Adhcp => generated 1461 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1505/2925] 162.253.55.222 () {34 vars in 1012 bytes} [Wed Jul 29 21:13:43 2026] GET /v2.0/networks/f0db309d-0d51-4a51-827f-98b0bbd23d55?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: 1421/2926] 162.253.55.222 () {34 vars in 1112 bytes} [Wed Jul 29 21:13:43 2026] GET /v2.0/networks/f0db309d-0d51-4a51-827f-98b0bbd23d55?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) 2026-07-29 21:13:58.207 7 INFO neutron.db.l3_db [None req-cb1ca4f8-0b6d-49b1-8d55-8f2ace6bfdb2 b846881c49ae4ead88e347565f56e0fd 059631b98d244af1b364b9181b6cf6b6 - - default default] Floating IP 65edd170-1b99-4a35-929d-906b5b68fc89 associated. External IP: 10.96.250.212, port: d5fcee95-ae8c-41f1-890f-a78b6631779d. [pid: 7|app: 0|req: 1507/2929] 10.0.0.76 () {34 vars in 676 bytes} [Wed Jul 29 21:13:57 2026] POST /v2.0/floatingips => generated 898 bytes in 1338 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1423/2930] 162.253.55.222 () {30 vars in 703 bytes} [Wed Jul 29 21:14:05 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 112 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1508/2931] 162.253.55.222 () {30 vars in 705 bytes} [Wed Jul 29 21:14:05 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: 1424/2932] 162.253.55.222 () {30 vars in 681 bytes} [Wed Jul 29 21:14:05 2026] GET /v2.0/extensions/qos => generated 166 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1509/2933] 162.253.55.222 () {30 vars in 717 bytes} [Wed Jul 29 21:14:05 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-07-29 21:14:05.834 8 INFO neutron.api.v2.resource [None req-8f92f041-79df-4699-b8f7-937e49b41726 f92147a9bb754594b3fca89b5bfa188f 3ea8d1a47d2c4b99890a3d48f07525fa - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1425/2934] 162.253.55.222 () {30 vars in 763 bytes} [Wed Jul 29 21:14:05 2026] GET /v2.0/security-groups/lb-617b05f1-cab0-49cc-b3f7-8051bb5845b5 => generated 149 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1510/2935] 162.253.55.222 () {30 vars in 785 bytes} [Wed Jul 29 21:14:05 2026] GET /v2.0/security-groups?name=lb-617b05f1-cab0-49cc-b3f7-8051bb5845b5 => generated 1639 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1426/2936] 162.253.55.222 () {30 vars in 815 bytes} [Wed Jul 29 21:14:05 2026] GET /v2.0/security-group-rules?security_group_id=ee72126c-65ea-4769-a946-49357caa744d => generated 1182 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1511/2937] 162.253.55.222 () {34 vars in 747 bytes} [Wed Jul 29 21:14:05 2026] POST /v2.0/security-group-rules => generated 597 bytes in 207 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1427/2938] 162.253.55.222 () {34 vars in 747 bytes} [Wed Jul 29 21:14:06 2026] POST /v2.0/security-group-rules => generated 601 bytes in 210 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1513/2941] 10.0.0.248 () {30 vars in 690 bytes} [Wed Jul 29 21:14:15 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: 1429/2942] 10.0.0.248 () {30 vars in 692 bytes} [Wed Jul 29 21:14:15 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: 1514/2943] 10.0.0.248 () {30 vars in 668 bytes} [Wed Jul 29 21:14:15 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: 1430/2944] 10.0.0.248 () {30 vars in 704 bytes} [Wed Jul 29 21:14:15 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: 1515/2945] 10.0.0.248 () {28 vars in 439 bytes} [Wed Jul 29 21:14:16 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: 1431/2946] 10.0.0.248 () {30 vars in 728 bytes} [Wed Jul 29 21:14:16 2026] GET /v2.0/subnets/606bd2a0-e150-46e1-ac83-e76e1ebd07ac => generated 654 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1516/2947] 162.253.55.222 () {30 vars in 703 bytes} [Wed Jul 29 21:14:19 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: 1432/2948] 162.253.55.222 () {30 vars in 705 bytes} [Wed Jul 29 21:14:19 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: 1517/2949] 162.253.55.222 () {30 vars in 681 bytes} [Wed Jul 29 21:14:19 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: 1433/2950] 162.253.55.222 () {30 vars in 717 bytes} [Wed Jul 29 21:14:19 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1518/2951] 162.253.55.222 () {30 vars in 741 bytes} [Wed Jul 29 21:14:19 2026] GET /v2.0/subnets/606bd2a0-e150-46e1-ac83-e76e1ebd07ac => generated 672 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1434/2952] 162.253.55.222 () {30 vars in 769 bytes} [Wed Jul 29 21:14:19 2026] GET /v2.0/ports?device_id=f6971cb8-1d00-4a0e-b48f-2c0380b27683 => generated 2589 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1519/2953] 162.253.55.222 () {30 vars in 703 bytes} [Wed Jul 29 21:14:19 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: 1435/2954] 162.253.55.222 () {30 vars in 705 bytes} [Wed Jul 29 21:14:19 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1520/2955] 162.253.55.222 () {30 vars in 681 bytes} [Wed Jul 29 21:14:19 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: 1436/2956] 162.253.55.222 () {30 vars in 717 bytes} [Wed Jul 29 21:14:19 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: 1521/2957] 162.253.55.222 () {34 vars in 717 bytes} [Wed Jul 29 21:14:19 2026] POST /v2.0/ports => generated 1324 bytes in 475 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1437/2958] 10.0.0.147 () {34 vars in 971 bytes} [Wed Jul 29 21:14:20 2026] GET /v2.0/ports/b92e389f-3c3a-4ef0-9c8b-7d94b3d91b76 => generated 1324 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, ' [pid: 7|app: 0|req: 1522/2959] 162.253.55.222 () {34 vars in 1262 bytes} [Wed Jul 29 21:14:21 2026] GET /v2.0/ports/b92e389f-3c3a-4ef0-9c8b-7d94b3d91b76?fields=binding%3Avnic_type&fields=binding%3Aprofile&fields=network_id&fields=resource_request&fields=numa_affinity_policy&fields=device_profile => generated 136 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1438/2960] 162.253.55.222 () {34 vars in 1012 bytes} [Wed Jul 29 21:14:21 2026] GET /v2.0/networks/2571719c-f675-4d7b-b8d1-de662e360ddf?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: 1523/2961] 162.253.55.222 () {34 vars in 1112 bytes} [Wed Jul 29 21:14:21 2026] GET /v2.0/networks/2571719c-f675-4d7b-b8d1-de662e360ddf?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: 1439/2962] 162.253.55.222 () {34 vars in 975 bytes} [Wed Jul 29 21:14:22 2026] GET /v2.0/ports/b92e389f-3c3a-4ef0-9c8b-7d94b3d91b76 => generated 1324 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1524/2963] 162.253.55.222 () {34 vars in 986 bytes} [Wed Jul 29 21:14:22 2026] GET /v2.0/networks?id=2571719c-f675-4d7b-b8d1-de662e360ddf => generated 801 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1440/2964] 162.253.55.222 () {38 vars in 1028 bytes} [Wed Jul 29 21:14:22 2026] PUT /v2.0/ports/b92e389f-3c3a-4ef0-9c8b-7d94b3d91b76 => generated 1514 bytes in 640 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-29 21:14:22.826 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-9677f103-ed87-45b7-aaf5-d9e3f34d87f2'] response: {'name': 'network-changed', 'server_uuid': 'f6971cb8-1d00-4a0e-b48f-2c0380b27683', 'tag': 'b92e389f-3c3a-4ef0-9c8b-7d94b3d91b76', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1525/2965] 162.253.55.222 () {34 vars in 1080 bytes} [Wed Jul 29 21:14:23 2026] GET /v2.0/ports?tenant_id=3ea8d1a47d2c4b99890a3d48f07525fa&device_id=f6971cb8-1d00-4a0e-b48f-2c0380b27683 => generated 4095 bytes in 48 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: 1441/2966] 162.253.55.222 () {34 vars in 986 bytes} [Wed Jul 29 21:14:23 2026] GET /v2.0/networks?id=2571719c-f675-4d7b-b8d1-de662e360ddf => generated 801 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1526/2967] 162.253.55.222 () {34 vars in 1058 bytes} [Wed Jul 29 21:14:23 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.109&port_id=b92e389f-3c3a-4ef0-9c8b-7d94b3d91b76 => 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: 1442/2968] 162.253.55.222 () {34 vars in 1102 bytes} [Wed Jul 29 21:14:23 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3Af2&port_id=b92e389f-3c3a-4ef0-9c8b-7d94b3d91b76 => 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: 1527/2969] 162.253.55.222 () {34 vars in 1064 bytes} [Wed Jul 29 21:14:23 2026] GET /v2.0/subnets?id=cca632af-d479-404c-bc2a-102e575c7dc0&id=606bd2a0-e150-46e1-ac83-e76e1ebd07ac => generated 1409 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1443/2970] 162.253.55.222 () {34 vars in 1052 bytes} [Wed Jul 29 21:14:23 2026] GET /v2.0/ports?network_id=2571719c-f675-4d7b-b8d1-de662e360ddf&device_owner=network%3Adhcp => generated 1457 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1528/2971] 162.253.55.222 () {34 vars in 1052 bytes} [Wed Jul 29 21:14:23 2026] GET /v2.0/ports?network_id=2571719c-f675-4d7b-b8d1-de662e360ddf&device_owner=network%3Adhcp => generated 1457 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1444/2972] 162.253.55.222 () {34 vars in 1012 bytes} [Wed Jul 29 21:14:23 2026] GET /v2.0/networks/2571719c-f675-4d7b-b8d1-de662e360ddf?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: 1529/2973] 162.253.55.222 () {34 vars in 1112 bytes} [Wed Jul 29 21:14:23 2026] GET /v2.0/networks/2571719c-f675-4d7b-b8d1-de662e360ddf?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1446/2976] 162.253.55.222 () {34 vars in 1080 bytes} [Wed Jul 29 21:14:24 2026] GET /v2.0/ports?tenant_id=3ea8d1a47d2c4b99890a3d48f07525fa&device_id=f6971cb8-1d00-4a0e-b48f-2c0380b27683 => generated 4095 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1531/2977] 162.253.55.222 () {34 vars in 1062 bytes} [Wed Jul 29 21:14:24 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.3.190&port_id=c5def875-b7b7-4e2e-9a9c-31404427dd85 => generated 19 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1447/2978] 162.253.55.222 () {34 vars in 984 bytes} [Wed Jul 29 21:14:24 2026] GET /v2.0/subnets?id=ddee9a47-fca0-4a66-833b-7959fce42297 => generated 654 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1532/2979] 162.253.55.222 () {34 vars in 1052 bytes} [Wed Jul 29 21:14:24 2026] GET /v2.0/ports?network_id=89c4e407-7db3-4da2-b2c2-aebfa4ff3f27&device_owner=network%3Adhcp => generated 1244 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1448/2980] 162.253.55.222 () {34 vars in 1012 bytes} [Wed Jul 29 21:14:24 2026] GET /v2.0/networks/89c4e407-7db3-4da2-b2c2-aebfa4ff3f27?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: 1533/2981] 162.253.55.222 () {34 vars in 1112 bytes} [Wed Jul 29 21:14:25 2026] GET /v2.0/networks/89c4e407-7db3-4da2-b2c2-aebfa4ff3f27?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: 1449/2982] 162.253.55.222 () {34 vars in 1058 bytes} [Wed Jul 29 21:14:25 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.100&port_id=515dd6b8-ccbd-454d-b290-d7a3c98b358a => 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: 1534/2983] 162.253.55.222 () {34 vars in 984 bytes} [Wed Jul 29 21:14:25 2026] GET /v2.0/subnets?id=acee3653-515a-4f4b-9c88-c99fc98559a8 => generated 679 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1450/2984] 162.253.55.222 () {34 vars in 1052 bytes} [Wed Jul 29 21:14:25 2026] GET /v2.0/ports?network_id=f0db309d-0d51-4a51-827f-98b0bbd23d55&device_owner=network%3Adhcp => generated 1461 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1535/2985] 162.253.55.222 () {34 vars in 1012 bytes} [Wed Jul 29 21:14:25 2026] GET /v2.0/networks/f0db309d-0d51-4a51-827f-98b0bbd23d55?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: 1451/2986] 162.253.55.222 () {34 vars in 1112 bytes} [Wed Jul 29 21:14:25 2026] GET /v2.0/networks/f0db309d-0d51-4a51-827f-98b0bbd23d55?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: 1536/2987] 162.253.55.222 () {34 vars in 1058 bytes} [Wed Jul 29 21:14:25 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.109&port_id=b92e389f-3c3a-4ef0-9c8b-7d94b3d91b76 => 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: 1452/2988] 162.253.55.222 () {34 vars in 1102 bytes} [Wed Jul 29 21:14:25 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3Af2&port_id=b92e389f-3c3a-4ef0-9c8b-7d94b3d91b76 => 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: 1537/2989] 162.253.55.222 () {34 vars in 1064 bytes} [Wed Jul 29 21:14:25 2026] GET /v2.0/subnets?id=cca632af-d479-404c-bc2a-102e575c7dc0&id=606bd2a0-e150-46e1-ac83-e76e1ebd07ac => generated 1409 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1453/2990] 162.253.55.222 () {34 vars in 1052 bytes} [Wed Jul 29 21:14:25 2026] GET /v2.0/ports?network_id=2571719c-f675-4d7b-b8d1-de662e360ddf&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: 1538/2991] 162.253.55.222 () {34 vars in 1052 bytes} [Wed Jul 29 21:14:25 2026] GET /v2.0/ports?network_id=2571719c-f675-4d7b-b8d1-de662e360ddf&device_owner=network%3Adhcp => generated 1457 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1454/2992] 162.253.55.222 () {34 vars in 1012 bytes} [Wed Jul 29 21:14:25 2026] GET /v2.0/networks/2571719c-f675-4d7b-b8d1-de662e360ddf?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: 1539/2993] 162.253.55.222 () {34 vars in 1112 bytes} [Wed Jul 29 21:14:25 2026] GET /v2.0/networks/2571719c-f675-4d7b-b8d1-de662e360ddf?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: 1455/2994] 10.0.0.147 () {34 vars in 971 bytes} [Wed Jul 29 21:14:29 2026] GET /v2.0/ports/b92e389f-3c3a-4ef0-9c8b-7d94b3d91b76 => generated 1516 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1540/2995] 162.253.55.222 () {30 vars in 743 bytes} [Wed Jul 29 21:14:29 2026] GET /v2.0/networks/2571719c-f675-4d7b-b8d1-de662e360ddf => 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: 1456/2996] 162.253.55.222 () {30 vars in 741 bytes} [Wed Jul 29 21:14:29 2026] GET /v2.0/subnets/606bd2a0-e150-46e1-ac83-e76e1ebd07ac => generated 672 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1541/2997] 162.253.55.222 () {30 vars in 741 bytes} [Wed Jul 29 21:14:29 2026] GET /v2.0/subnets/cca632af-d479-404c-bc2a-102e575c7dc0 => generated 744 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1457/2998] 162.253.55.222 () {30 vars in 703 bytes} [Wed Jul 29 21:14:29 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1542/2999] 162.253.55.222 () {30 vars in 705 bytes} [Wed Jul 29 21:14:29 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1458/3000] 162.253.55.222 () {30 vars in 681 bytes} [Wed Jul 29 21:14:29 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: 1543/3001] 162.253.55.222 () {30 vars in 717 bytes} [Wed Jul 29 21:14:29 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1459/3002] 162.253.55.222 () {30 vars in 741 bytes} [Wed Jul 29 21:14:30 2026] GET /v2.0/subnets/acee3653-515a-4f4b-9c88-c99fc98559a8 => generated 676 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1544/3003] 162.253.55.222 () {30 vars in 737 bytes} [Wed Jul 29 21:14:30 2026] GET /v2.0/ports/d5fcee95-ae8c-41f1-890f-a78b6631779d => generated 1128 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1460/3004] 162.253.55.222 () {30 vars in 737 bytes} [Wed Jul 29 21:14:30 2026] GET /v2.0/ports/515dd6b8-ccbd-454d-b290-d7a3c98b358a => generated 1349 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1545/3005] 162.253.55.222 () {30 vars in 741 bytes} [Wed Jul 29 21:14:30 2026] GET /v2.0/subnets/acee3653-515a-4f4b-9c88-c99fc98559a8 => generated 676 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1461/3006] 162.253.55.222 () {30 vars in 743 bytes} [Wed Jul 29 21:14:30 2026] GET /v2.0/networks/f0db309d-0d51-4a51-827f-98b0bbd23d55 => generated 799 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1546/3007] 162.253.55.222 () {30 vars in 737 bytes} [Wed Jul 29 21:14:30 2026] GET /v2.0/ports/d5fcee95-ae8c-41f1-890f-a78b6631779d => 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: 1462/3008] 162.253.55.222 () {30 vars in 741 bytes} [Wed Jul 29 21:14:30 2026] GET /v2.0/subnets/acee3653-515a-4f4b-9c88-c99fc98559a8 => 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: 1547/3009] 10.0.0.248 () {30 vars in 690 bytes} [Wed Jul 29 21:14:37 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: 1463/3010] 10.0.0.248 () {30 vars in 692 bytes} [Wed Jul 29 21:14:37 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: 1548/3011] 10.0.0.248 () {30 vars in 668 bytes} [Wed Jul 29 21:14:37 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: 1464/3012] 10.0.0.248 () {30 vars in 704 bytes} [Wed Jul 29 21:14:37 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1549/3013] 10.0.0.248 () {28 vars in 439 bytes} [Wed Jul 29 21:14:37 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: 1465/3014] 10.0.0.248 () {30 vars in 728 bytes} [Wed Jul 29 21:14:37 2026] GET /v2.0/subnets/541e970e-c2c8-4e4d-a21b-c3c7508d859e => generated 656 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1467/3017] 162.253.55.222 () {30 vars in 703 bytes} [Wed Jul 29 21:14:39 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: 1551/3018] 162.253.55.222 () {30 vars in 705 bytes} [Wed Jul 29 21:14:39 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: 1468/3019] 162.253.55.222 () {30 vars in 681 bytes} [Wed Jul 29 21:14:39 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: 1552/3020] 162.253.55.222 () {30 vars in 717 bytes} [Wed Jul 29 21:14:39 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: 1469/3021] 162.253.55.222 () {30 vars in 741 bytes} [Wed Jul 29 21:14:39 2026] GET /v2.0/subnets/606bd2a0-e150-46e1-ac83-e76e1ebd07ac => generated 672 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1553/3022] 162.253.55.222 () {30 vars in 741 bytes} [Wed Jul 29 21:14:39 2026] GET /v2.0/subnets/541e970e-c2c8-4e4d-a21b-c3c7508d859e => generated 674 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1470/3023] 162.253.55.222 () {30 vars in 769 bytes} [Wed Jul 29 21:14:39 2026] GET /v2.0/ports?device_id=f6971cb8-1d00-4a0e-b48f-2c0380b27683 => generated 4097 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1554/3024] 162.253.55.222 () {30 vars in 703 bytes} [Wed Jul 29 21:14: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: 8|app: 0|req: 1471/3025] 162.253.55.222 () {30 vars in 705 bytes} [Wed Jul 29 21:14:40 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: 1555/3026] 162.253.55.222 () {30 vars in 681 bytes} [Wed Jul 29 21:14: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: 8|app: 0|req: 1472/3027] 162.253.55.222 () {30 vars in 717 bytes} [Wed Jul 29 21:14:40 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1556/3028] 162.253.55.222 () {34 vars in 717 bytes} [Wed Jul 29 21:14:40 2026] POST /v2.0/ports => generated 1332 bytes in 522 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1473/3029] 10.0.0.147 () {34 vars in 971 bytes} [Wed Jul 29 21:14:40 2026] GET /v2.0/ports/952a649b-33bc-481d-b733-587ee4733b99 => generated 1332 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1557/3030] 10.0.0.147 () {34 vars in 907 bytes} [Wed Jul 29 21:14:41 2026] GET /v2.0/extensions => generated 21537 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1474/3031] 162.253.55.222 () {34 vars in 1262 bytes} [Wed Jul 29 21:14:42 2026] GET /v2.0/ports/952a649b-33bc-481d-b733-587ee4733b99?fields=binding%3Avnic_type&fields=binding%3Aprofile&fields=network_id&fields=resource_request&fields=numa_affinity_policy&fields=device_profile => generated 136 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1558/3032] 162.253.55.222 () {34 vars in 1012 bytes} [Wed Jul 29 21:14:42 2026] GET /v2.0/networks/5be64d6d-d50e-4977-896b-57c2090a9218?fields=segments => generated 14 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1475/3033] 162.253.55.222 () {34 vars in 1112 bytes} [Wed Jul 29 21:14:42 2026] GET /v2.0/networks/5be64d6d-d50e-4977-896b-57c2090a9218?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1559/3034] 162.253.55.222 () {34 vars in 975 bytes} [Wed Jul 29 21:14:42 2026] GET /v2.0/ports/952a649b-33bc-481d-b733-587ee4733b99 => generated 1332 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1476/3035] 162.253.55.222 () {34 vars in 986 bytes} [Wed Jul 29 21:14:42 2026] GET /v2.0/networks?id=5be64d6d-d50e-4977-896b-57c2090a9218 => generated 801 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1560/3036] 162.253.55.222 () {38 vars in 1028 bytes} [Wed Jul 29 21:14:42 2026] PUT /v2.0/ports/952a649b-33bc-481d-b733-587ee4733b99 => generated 1522 bytes in 492 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-29 21:14:43.381 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-61670998-3fbb-434c-a790-a7372a5181c6'] response: {'name': 'network-changed', 'server_uuid': 'f6971cb8-1d00-4a0e-b48f-2c0380b27683', 'tag': '952a649b-33bc-481d-b733-587ee4733b99', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1477/3037] 162.253.55.222 () {34 vars in 1080 bytes} [Wed Jul 29 21:14:43 2026] GET /v2.0/ports?tenant_id=3ea8d1a47d2c4b99890a3d48f07525fa&device_id=f6971cb8-1d00-4a0e-b48f-2c0380b27683 => generated 5611 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1561/3038] 162.253.55.222 () {34 vars in 986 bytes} [Wed Jul 29 21:14:43 2026] GET /v2.0/networks?id=5be64d6d-d50e-4977-896b-57c2090a9218 => generated 801 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1478/3039] 162.253.55.222 () {34 vars in 1058 bytes} [Wed Jul 29 21:14:44 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.209&port_id=952a649b-33bc-481d-b733-587ee4733b99 => 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: 1562/3040] 162.253.55.222 () {34 vars in 1106 bytes} [Wed Jul 29 21:14:44 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A1ef&port_id=952a649b-33bc-481d-b733-587ee4733b99 => 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: 1479/3041] 162.253.55.222 () {34 vars in 1064 bytes} [Wed Jul 29 21:14:44 2026] GET /v2.0/subnets?id=541e970e-c2c8-4e4d-a21b-c3c7508d859e&id=6969cd65-8e38-4aa4-a16c-bb080e283220 => generated 1414 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1563/3042] 162.253.55.222 () {34 vars in 1052 bytes} [Wed Jul 29 21:14:44 2026] GET /v2.0/ports?network_id=5be64d6d-d50e-4977-896b-57c2090a9218&device_owner=network%3Adhcp => generated 1461 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1480/3043] 162.253.55.222 () {34 vars in 1052 bytes} [Wed Jul 29 21:14:44 2026] GET /v2.0/ports?network_id=5be64d6d-d50e-4977-896b-57c2090a9218&device_owner=network%3Adhcp => generated 1461 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1564/3044] 162.253.55.222 () {34 vars in 1012 bytes} [Wed Jul 29 21:14:44 2026] GET /v2.0/networks/5be64d6d-d50e-4977-896b-57c2090a9218?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: 1481/3045] 162.253.55.222 () {34 vars in 1112 bytes} [Wed Jul 29 21:14:44 2026] GET /v2.0/networks/5be64d6d-d50e-4977-896b-57c2090a9218?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: 1565/3046] 162.253.55.222 () {34 vars in 1080 bytes} [Wed Jul 29 21:14:45 2026] GET /v2.0/ports?tenant_id=3ea8d1a47d2c4b99890a3d48f07525fa&device_id=f6971cb8-1d00-4a0e-b48f-2c0380b27683 => generated 5611 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1482/3047] 162.253.55.222 () {34 vars in 1062 bytes} [Wed Jul 29 21:14:45 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.3.190&port_id=c5def875-b7b7-4e2e-9a9c-31404427dd85 => 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: 1566/3048] 162.253.55.222 () {34 vars in 984 bytes} [Wed Jul 29 21:14:45 2026] GET /v2.0/subnets?id=ddee9a47-fca0-4a66-833b-7959fce42297 => generated 654 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1483/3049] 162.253.55.222 () {34 vars in 1052 bytes} [Wed Jul 29 21:14:45 2026] GET /v2.0/ports?network_id=89c4e407-7db3-4da2-b2c2-aebfa4ff3f27&device_owner=network%3Adhcp => generated 1244 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1567/3050] 162.253.55.222 () {34 vars in 1012 bytes} [Wed Jul 29 21:14:45 2026] GET /v2.0/networks/89c4e407-7db3-4da2-b2c2-aebfa4ff3f27?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: 1484/3051] 162.253.55.222 () {34 vars in 1112 bytes} [Wed Jul 29 21:14:45 2026] GET /v2.0/networks/89c4e407-7db3-4da2-b2c2-aebfa4ff3f27?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: 1568/3052] 162.253.55.222 () {34 vars in 1058 bytes} [Wed Jul 29 21:14:45 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.100&port_id=515dd6b8-ccbd-454d-b290-d7a3c98b358a => 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: 1485/3053] 162.253.55.222 () {34 vars in 984 bytes} [Wed Jul 29 21:14:45 2026] GET /v2.0/subnets?id=acee3653-515a-4f4b-9c88-c99fc98559a8 => generated 679 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1569/3054] 162.253.55.222 () {34 vars in 1052 bytes} [Wed Jul 29 21:14:45 2026] GET /v2.0/ports?network_id=f0db309d-0d51-4a51-827f-98b0bbd23d55&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: 1486/3055] 162.253.55.222 () {34 vars in 1012 bytes} [Wed Jul 29 21:14:45 2026] GET /v2.0/networks/f0db309d-0d51-4a51-827f-98b0bbd23d55?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: 1570/3056] 162.253.55.222 () {34 vars in 1112 bytes} [Wed Jul 29 21:14:45 2026] GET /v2.0/networks/f0db309d-0d51-4a51-827f-98b0bbd23d55?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: 1487/3057] 162.253.55.222 () {34 vars in 1058 bytes} [Wed Jul 29 21:14:45 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.109&port_id=b92e389f-3c3a-4ef0-9c8b-7d94b3d91b76 => 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: 1571/3058] 162.253.55.222 () {34 vars in 1102 bytes} [Wed Jul 29 21:14:45 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3Af2&port_id=b92e389f-3c3a-4ef0-9c8b-7d94b3d91b76 => 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: 1488/3059] 162.253.55.222 () {34 vars in 1064 bytes} [Wed Jul 29 21:14:45 2026] GET /v2.0/subnets?id=cca632af-d479-404c-bc2a-102e575c7dc0&id=606bd2a0-e150-46e1-ac83-e76e1ebd07ac => generated 1409 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1572/3060] 162.253.55.222 () {34 vars in 1052 bytes} [Wed Jul 29 21:14:45 2026] GET /v2.0/ports?network_id=2571719c-f675-4d7b-b8d1-de662e360ddf&device_owner=network%3Adhcp => generated 1457 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1489/3061] 162.253.55.222 () {34 vars in 1052 bytes} [Wed Jul 29 21:14:46 2026] GET /v2.0/ports?network_id=2571719c-f675-4d7b-b8d1-de662e360ddf&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: 1573/3062] 162.253.55.222 () {34 vars in 1012 bytes} [Wed Jul 29 21:14:46 2026] GET /v2.0/networks/2571719c-f675-4d7b-b8d1-de662e360ddf?fields=segments => generated 14 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1490/3063] 162.253.55.222 () {34 vars in 1112 bytes} [Wed Jul 29 21:14:46 2026] GET /v2.0/networks/2571719c-f675-4d7b-b8d1-de662e360ddf?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: 1574/3064] 162.253.55.222 () {34 vars in 1058 bytes} [Wed Jul 29 21:14:46 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.209&port_id=952a649b-33bc-481d-b733-587ee4733b99 => 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: 1491/3065] 162.253.55.222 () {34 vars in 1106 bytes} [Wed Jul 29 21:14:46 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A1ef&port_id=952a649b-33bc-481d-b733-587ee4733b99 => 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: 1575/3066] 162.253.55.222 () {34 vars in 1064 bytes} [Wed Jul 29 21:14:46 2026] GET /v2.0/subnets?id=541e970e-c2c8-4e4d-a21b-c3c7508d859e&id=6969cd65-8e38-4aa4-a16c-bb080e283220 => generated 1414 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1492/3067] 162.253.55.222 () {34 vars in 1052 bytes} [Wed Jul 29 21:14:46 2026] GET /v2.0/ports?network_id=5be64d6d-d50e-4977-896b-57c2090a9218&device_owner=network%3Adhcp => generated 1461 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1576/3068] 162.253.55.222 () {34 vars in 1052 bytes} [Wed Jul 29 21:14:46 2026] GET /v2.0/ports?network_id=5be64d6d-d50e-4977-896b-57c2090a9218&device_owner=network%3Adhcp => generated 1461 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1493/3069] 162.253.55.222 () {34 vars in 1012 bytes} [Wed Jul 29 21:14:46 2026] GET /v2.0/networks/5be64d6d-d50e-4977-896b-57c2090a9218?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: 1577/3070] 162.253.55.222 () {34 vars in 1112 bytes} [Wed Jul 29 21:14:46 2026] GET /v2.0/networks/5be64d6d-d50e-4977-896b-57c2090a9218?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1494/3071] 10.0.0.147 () {34 vars in 971 bytes} [Wed Jul 29 21:14:50 2026] GET /v2.0/ports/952a649b-33bc-481d-b733-587ee4733b99 => generated 1524 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1578/3072] 162.253.55.222 () {30 vars in 743 bytes} [Wed Jul 29 21:14:50 2026] GET /v2.0/networks/5be64d6d-d50e-4977-896b-57c2090a9218 => generated 798 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1495/3073] 162.253.55.222 () {30 vars in 741 bytes} [Wed Jul 29 21:14:50 2026] GET /v2.0/subnets/541e970e-c2c8-4e4d-a21b-c3c7508d859e => generated 674 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1579/3074] 162.253.55.222 () {30 vars in 741 bytes} [Wed Jul 29 21:14:50 2026] GET /v2.0/subnets/6969cd65-8e38-4aa4-a16c-bb080e283220 => generated 747 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1496/3075] 162.253.55.222 () {30 vars in 737 bytes} [Wed Jul 29 21:14:50 2026] GET /v2.0/ports/b92e389f-3c3a-4ef0-9c8b-7d94b3d91b76 => generated 1516 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1580/3076] 162.253.55.222 () {34 vars in 790 bytes} [Wed Jul 29 21:14:50 2026] PUT /v2.0/ports/b92e389f-3c3a-4ef0-9c8b-7d94b3d91b76 => generated 1255 bytes in 427 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-29 21:14:51.398 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-07140f37-4219-499b-b423-b23080c265ba'] response: {'name': 'network-changed', 'server_uuid': 'f6971cb8-1d00-4a0e-b48f-2c0380b27683', 'tag': 'b92e389f-3c3a-4ef0-9c8b-7d94b3d91b76', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1497/3077] 162.253.55.222 () {30 vars in 743 bytes} [Wed Jul 29 21:14:51 2026] GET /v2.0/networks/2571719c-f675-4d7b-b8d1-de662e360ddf => generated 798 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1581/3078] 162.253.55.222 () {30 vars in 741 bytes} [Wed Jul 29 21:14:51 2026] GET /v2.0/subnets/606bd2a0-e150-46e1-ac83-e76e1ebd07ac => generated 672 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1498/3079] 162.253.55.222 () {30 vars in 703 bytes} [Wed Jul 29 21:14:51 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: 1582/3080] 162.253.55.222 () {30 vars in 705 bytes} [Wed Jul 29 21:14:51 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1499/3081] 162.253.55.222 () {30 vars in 681 bytes} [Wed Jul 29 21:14:51 2026] GET /v2.0/extensions/qos => generated 166 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1583/3082] 162.253.55.222 () {30 vars in 717 bytes} [Wed Jul 29 21:14:51 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: 1500/3083] 162.253.55.222 () {30 vars in 741 bytes} [Wed Jul 29 21:14:51 2026] GET /v2.0/subnets/acee3653-515a-4f4b-9c88-c99fc98559a8 => generated 676 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1584/3084] 162.253.55.222 () {30 vars in 737 bytes} [Wed Jul 29 21:14:51 2026] GET /v2.0/ports/d5fcee95-ae8c-41f1-890f-a78b6631779d => 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: 1501/3085] 162.253.55.222 () {30 vars in 737 bytes} [Wed Jul 29 21:14:51 2026] GET /v2.0/ports/515dd6b8-ccbd-454d-b290-d7a3c98b358a => generated 1349 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1585/3086] 162.253.55.222 () {34 vars in 1080 bytes} [Wed Jul 29 21:14:51 2026] GET /v2.0/ports?tenant_id=3ea8d1a47d2c4b99890a3d48f07525fa&device_id=f6971cb8-1d00-4a0e-b48f-2c0380b27683 => generated 5388 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1502/3087] 162.253.55.222 () {30 vars in 741 bytes} [Wed Jul 29 21:14:51 2026] GET /v2.0/subnets/acee3653-515a-4f4b-9c88-c99fc98559a8 => generated 676 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1586/3088] 162.253.55.222 () {34 vars in 986 bytes} [Wed Jul 29 21:14:51 2026] GET /v2.0/networks?id=2571719c-f675-4d7b-b8d1-de662e360ddf => generated 801 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1503/3089] 162.253.55.222 () {30 vars in 743 bytes} [Wed Jul 29 21:14:51 2026] GET /v2.0/networks/f0db309d-0d51-4a51-827f-98b0bbd23d55 => generated 799 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1587/3090] 162.253.55.222 () {34 vars in 1058 bytes} [Wed Jul 29 21:14:52 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.109&port_id=b92e389f-3c3a-4ef0-9c8b-7d94b3d91b76 => 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: 1504/3091] 162.253.55.222 () {30 vars in 737 bytes} [Wed Jul 29 21:14:52 2026] GET /v2.0/ports/d5fcee95-ae8c-41f1-890f-a78b6631779d => generated 1128 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1588/3092] 162.253.55.222 () {34 vars in 984 bytes} [Wed Jul 29 21:14:52 2026] GET /v2.0/subnets?id=606bd2a0-e150-46e1-ac83-e76e1ebd07ac => generated 675 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1505/3093] 162.253.55.222 () {30 vars in 741 bytes} [Wed Jul 29 21:14:52 2026] GET /v2.0/subnets/acee3653-515a-4f4b-9c88-c99fc98559a8 => 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: 1589/3094] 162.253.55.222 () {34 vars in 1052 bytes} [Wed Jul 29 21:14:52 2026] GET /v2.0/ports?network_id=2571719c-f675-4d7b-b8d1-de662e360ddf&device_owner=network%3Adhcp => generated 1457 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1506/3095] 162.253.55.222 () {34 vars in 1012 bytes} [Wed Jul 29 21:14:52 2026] GET /v2.0/networks/2571719c-f675-4d7b-b8d1-de662e360ddf?fields=segments => generated 14 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1590/3096] 162.253.55.222 () {34 vars in 1112 bytes} [Wed Jul 29 21:14:52 2026] GET /v2.0/networks/2571719c-f675-4d7b-b8d1-de662e360ddf?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 99 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1508/3099] 162.253.55.222 () {30 vars in 703 bytes} [Wed Jul 29 21:15:07 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: 1592/3100] 162.253.55.222 () {30 vars in 705 bytes} [Wed Jul 29 21:15:07 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: 1509/3101] 162.253.55.222 () {30 vars in 681 bytes} [Wed Jul 29 21:15:07 2026] GET /v2.0/extensions/qos => generated 166 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1593/3102] 162.253.55.222 () {30 vars in 717 bytes} [Wed Jul 29 21:15:07 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1510/3103] 162.253.55.222 () {30 vars in 741 bytes} [Wed Jul 29 21:15:07 2026] GET /v2.0/subnets/606bd2a0-e150-46e1-ac83-e76e1ebd07ac => generated 672 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1594/3104] 162.253.55.222 () {30 vars in 769 bytes} [Wed Jul 29 21:15:07 2026] GET /v2.0/ports?device_id=f6971cb8-1d00-4a0e-b48f-2c0380b27683 => generated 5388 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1511/3105] 162.253.55.222 () {30 vars in 703 bytes} [Wed Jul 29 21:15:08 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: 1595/3106] 162.253.55.222 () {30 vars in 705 bytes} [Wed Jul 29 21:15:08 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: 1512/3107] 162.253.55.222 () {30 vars in 681 bytes} [Wed Jul 29 21:15: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: 7|app: 0|req: 1596/3108] 162.253.55.222 () {30 vars in 717 bytes} [Wed Jul 29 21:15:08 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: 1513/3109] 162.253.55.222 () {30 vars in 737 bytes} [Wed Jul 29 21:15:08 2026] GET /v2.0/ports/952a649b-33bc-481d-b733-587ee4733b99 => generated 1524 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1597/3110] 162.253.55.222 () {34 vars in 790 bytes} [Wed Jul 29 21:15:08 2026] PUT /v2.0/ports/952a649b-33bc-481d-b733-587ee4733b99 => generated 1255 bytes in 436 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-29 21:15:08.834 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-413b51fa-44be-47ac-a320-247728b23310'] response: {'name': 'network-changed', 'server_uuid': 'f6971cb8-1d00-4a0e-b48f-2c0380b27683', 'tag': '952a649b-33bc-481d-b733-587ee4733b99', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1514/3111] 162.253.55.222 () {30 vars in 743 bytes} [Wed Jul 29 21:15:08 2026] GET /v2.0/networks/5be64d6d-d50e-4977-896b-57c2090a9218 => generated 798 bytes in 62 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: 1598/3112] 162.253.55.222 () {30 vars in 741 bytes} [Wed Jul 29 21:15:08 2026] GET /v2.0/subnets/541e970e-c2c8-4e4d-a21b-c3c7508d859e => generated 674 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1515/3113] 162.253.55.222 () {30 vars in 737 bytes} [Wed Jul 29 21:15:08 2026] GET /v2.0/ports/952a649b-33bc-481d-b733-587ee4733b99 => generated 1291 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1599/3114] 162.253.55.222 () {34 vars in 789 bytes} [Wed Jul 29 21:15:08 2026] PUT /v2.0/ports/952a649b-33bc-481d-b733-587ee4733b99 => generated 1080 bytes in 389 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: 1516/3115] 162.253.55.222 () {34 vars in 1080 bytes} [Wed Jul 29 21:15:09 2026] GET /v2.0/ports?tenant_id=3ea8d1a47d2c4b99890a3d48f07525fa&device_id=f6971cb8-1d00-4a0e-b48f-2c0380b27683 => generated 4980 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1600/3116] 162.253.55.222 () {30 vars in 743 bytes} [Wed Jul 29 21:15:09 2026] GET /v2.0/networks/5be64d6d-d50e-4977-896b-57c2090a9218 => generated 798 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1517/3119] 162.253.55.222 () {34 vars in 986 bytes} [Wed Jul 29 21:15:09 2026] GET /v2.0/networks?id=5be64d6d-d50e-4977-896b-57c2090a9218 => generated 801 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1603/3120] 162.253.55.222 () {30 vars in 769 bytes} [Wed Jul 29 21:15:09 2026] GET /v2.0/ports?device_id=f6971cb8-1d00-4a0e-b48f-2c0380b27683 => generated 4980 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1518/3121] 162.253.55.222 () {34 vars in 1012 bytes} [Wed Jul 29 21:15:09 2026] GET /v2.0/networks/5be64d6d-d50e-4977-896b-57c2090a9218?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: 1604/3122] 162.253.55.222 () {34 vars in 1112 bytes} [Wed Jul 29 21:15:09 2026] GET /v2.0/networks/5be64d6d-d50e-4977-896b-57c2090a9218?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1519/3123] 162.253.55.222 () {30 vars in 769 bytes} [Wed Jul 29 21:15:09 2026] GET /v2.0/ports?device_id=f6971cb8-1d00-4a0e-b48f-2c0380b27683 => generated 4980 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1605/3124] 162.253.55.222 () {30 vars in 769 bytes} [Wed Jul 29 21:15:10 2026] GET /v2.0/ports?device_id=f6971cb8-1d00-4a0e-b48f-2c0380b27683 => generated 4980 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-29 21:15:10.934 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-b59eb9d6-8a64-4e70-b0b5-351cbbe1a1c0'] response: {'name': 'network-changed', 'server_uuid': 'f6971cb8-1d00-4a0e-b48f-2c0380b27683', 'tag': '952a649b-33bc-481d-b733-587ee4733b99', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1520/3125] 162.253.55.222 () {34 vars in 1080 bytes} [Wed Jul 29 21:15:11 2026] GET /v2.0/ports?tenant_id=3ea8d1a47d2c4b99890a3d48f07525fa&device_id=f6971cb8-1d00-4a0e-b48f-2c0380b27683 => generated 4980 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1606/3126] 162.253.55.222 () {34 vars in 986 bytes} [Wed Jul 29 21:15:11 2026] GET /v2.0/networks?id=5be64d6d-d50e-4977-896b-57c2090a9218 => 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: 1521/3127] 162.253.55.222 () {34 vars in 1012 bytes} [Wed Jul 29 21:15:11 2026] GET /v2.0/networks/5be64d6d-d50e-4977-896b-57c2090a9218?fields=segments => generated 14 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1607/3128] 162.253.55.222 () {34 vars in 1112 bytes} [Wed Jul 29 21:15:11 2026] GET /v2.0/networks/5be64d6d-d50e-4977-896b-57c2090a9218?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: 1522/3129] 162.253.55.222 () {30 vars in 769 bytes} [Wed Jul 29 21:15:11 2026] GET /v2.0/ports?device_id=f6971cb8-1d00-4a0e-b48f-2c0380b27683 => generated 4980 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1608/3130] 162.253.55.222 () {34 vars in 975 bytes} [Wed Jul 29 21:15:12 2026] GET /v2.0/ports/952a649b-33bc-481d-b733-587ee4733b99 => generated 1116 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1523/3131] 162.253.55.222 () {34 vars in 1060 bytes} [Wed Jul 29 21:15:12 2026] GET /v2.0/ports/952a649b-33bc-481d-b733-587ee4733b99?fields=binding%3Aprofile&fields=network_id => generated 83 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1609/3132] 162.253.55.222 () {34 vars in 1016 bytes} [Wed Jul 29 21:15:12 2026] GET /v2.0/networks/5be64d6d-d50e-4977-896b-57c2090a9218?fields=dns_domain => generated 29 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1524/3133] 162.253.55.222 () {38 vars in 1028 bytes} [Wed Jul 29 21:15:12 2026] PUT /v2.0/ports/952a649b-33bc-481d-b733-587ee4733b99 => generated 917 bytes in 305 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1610/3134] 162.253.55.222 () {30 vars in 769 bytes} [Wed Jul 29 21:15:12 2026] GET /v2.0/ports?device_id=f6971cb8-1d00-4a0e-b48f-2c0380b27683 => generated 3872 bytes in 64 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-07-29 21:15:13.142 8 INFO neutron_taas.services.taas.taas_plugin [None req-66c7d932-b26d-47db-8ccc-2b7318a84273 f92147a9bb754594b3fca89b5bfa188f 3ea8d1a47d2c4b99890a3d48f07525fa - - default default] TaaS: Handle Delete Port: 952a649b-33bc-481d-b733-587ee4733b99 2026-07-29 21:15:13.145 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-66c7d932-b26d-47db-8ccc-2b7318a84273 f92147a9bb754594b3fca89b5bfa188f 3ea8d1a47d2c4b99890a3d48f07525fa - - default default] Tap Mirror: Handle Delete Port: 952a649b-33bc-481d-b733-587ee4733b99 [pid: 8|app: 0|req: 1525/3135] 162.253.55.222 () {32 vars in 759 bytes} [Wed Jul 29 21:15:13 2026] DELETE /v2.0/ports/952a649b-33bc-481d-b733-587ee4733b99 => generated 0 bytes in 254 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1611/3136] 162.253.55.222 () {30 vars in 703 bytes} [Wed Jul 29 21:15:13 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1526/3137] 162.253.55.222 () {30 vars in 705 bytes} [Wed Jul 29 21:15:13 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: 1612/3138] 162.253.55.222 () {30 vars in 681 bytes} [Wed Jul 29 21:15:13 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: 1527/3139] 162.253.55.222 () {30 vars in 717 bytes} [Wed Jul 29 21:15:13 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1613/3140] 162.253.55.222 () {30 vars in 741 bytes} [Wed Jul 29 21:15:13 2026] GET /v2.0/subnets/acee3653-515a-4f4b-9c88-c99fc98559a8 => generated 676 bytes in 116 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1528/3141] 162.253.55.222 () {30 vars in 737 bytes} [Wed Jul 29 21:15:13 2026] GET /v2.0/ports/d5fcee95-ae8c-41f1-890f-a78b6631779d => generated 1128 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1614/3142] 162.253.55.222 () {30 vars in 737 bytes} [Wed Jul 29 21:15:13 2026] GET /v2.0/ports/515dd6b8-ccbd-454d-b290-d7a3c98b358a => generated 1349 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1529/3143] 162.253.55.222 () {30 vars in 741 bytes} [Wed Jul 29 21:15:13 2026] GET /v2.0/subnets/acee3653-515a-4f4b-9c88-c99fc98559a8 => generated 676 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1615/3144] 162.253.55.222 () {30 vars in 743 bytes} [Wed Jul 29 21:15:13 2026] GET /v2.0/networks/f0db309d-0d51-4a51-827f-98b0bbd23d55 => generated 799 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1530/3145] 162.253.55.222 () {34 vars in 1080 bytes} [Wed Jul 29 21:15:14 2026] GET /v2.0/ports?tenant_id=3ea8d1a47d2c4b99890a3d48f07525fa&device_id=f6971cb8-1d00-4a0e-b48f-2c0380b27683 => generated 3872 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1616/3146] 162.253.55.222 () {30 vars in 737 bytes} [Wed Jul 29 21:15:14 2026] GET /v2.0/ports/d5fcee95-ae8c-41f1-890f-a78b6631779d => generated 1128 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1617/3147] 162.253.55.222 () {30 vars in 741 bytes} [Wed Jul 29 21:15:14 2026] GET /v2.0/subnets/acee3653-515a-4f4b-9c88-c99fc98559a8 => generated 676 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1531/3148] 162.253.55.222 () {34 vars in 1226 bytes} [Wed Jul 29 21:15:14 2026] GET /v2.0/networks?id=89c4e407-7db3-4da2-b2c2-aebfa4ff3f27&id=f0db309d-0d51-4a51-827f-98b0bbd23d55&id=2571719c-f675-4d7b-b8d1-de662e360ddf&id=5be64d6d-d50e-4977-896b-57c2090a9218 => generated 3097 bytes in 117 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1618/3149] 162.253.55.222 () {34 vars in 1062 bytes} [Wed Jul 29 21:15:14 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.3.190&port_id=c5def875-b7b7-4e2e-9a9c-31404427dd85 => 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: 1532/3150] 162.253.55.222 () {34 vars in 984 bytes} [Wed Jul 29 21:15:14 2026] GET /v2.0/subnets?id=ddee9a47-fca0-4a66-833b-7959fce42297 => generated 654 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1619/3151] 162.253.55.222 () {34 vars in 1052 bytes} [Wed Jul 29 21:15:14 2026] GET /v2.0/ports?network_id=89c4e407-7db3-4da2-b2c2-aebfa4ff3f27&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: 1533/3152] 162.253.55.222 () {34 vars in 1012 bytes} [Wed Jul 29 21:15:14 2026] GET /v2.0/networks/89c4e407-7db3-4da2-b2c2-aebfa4ff3f27?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: 1620/3153] 162.253.55.222 () {34 vars in 1112 bytes} [Wed Jul 29 21:15:14 2026] GET /v2.0/networks/89c4e407-7db3-4da2-b2c2-aebfa4ff3f27?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: 1534/3154] 162.253.55.222 () {34 vars in 1058 bytes} [Wed Jul 29 21:15:14 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.100&port_id=515dd6b8-ccbd-454d-b290-d7a3c98b358a => generated 19 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1621/3155] 162.253.55.222 () {34 vars in 984 bytes} [Wed Jul 29 21:15:14 2026] GET /v2.0/subnets?id=acee3653-515a-4f4b-9c88-c99fc98559a8 => generated 679 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1535/3156] 162.253.55.222 () {34 vars in 1052 bytes} [Wed Jul 29 21:15:14 2026] GET /v2.0/ports?network_id=f0db309d-0d51-4a51-827f-98b0bbd23d55&device_owner=network%3Adhcp => generated 1461 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1622/3157] 162.253.55.222 () {34 vars in 1012 bytes} [Wed Jul 29 21:15:14 2026] GET /v2.0/networks/f0db309d-0d51-4a51-827f-98b0bbd23d55?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: 1536/3158] 162.253.55.222 () {34 vars in 1112 bytes} [Wed Jul 29 21:15:14 2026] GET /v2.0/networks/f0db309d-0d51-4a51-827f-98b0bbd23d55?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1623/3159] 162.253.55.222 () {34 vars in 1058 bytes} [Wed Jul 29 21:15:14 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.109&port_id=b92e389f-3c3a-4ef0-9c8b-7d94b3d91b76 => 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: 1537/3160] 162.253.55.222 () {34 vars in 984 bytes} [Wed Jul 29 21:15:14 2026] GET /v2.0/subnets?id=606bd2a0-e150-46e1-ac83-e76e1ebd07ac => generated 675 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1624/3161] 162.253.55.222 () {34 vars in 1052 bytes} [Wed Jul 29 21:15:14 2026] GET /v2.0/ports?network_id=2571719c-f675-4d7b-b8d1-de662e360ddf&device_owner=network%3Adhcp => generated 1457 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1538/3162] 162.253.55.222 () {34 vars in 1012 bytes} [Wed Jul 29 21:15:14 2026] GET /v2.0/networks/2571719c-f675-4d7b-b8d1-de662e360ddf?fields=segments => generated 14 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1625/3163] 162.253.55.222 () {34 vars in 1112 bytes} [Wed Jul 29 21:15:14 2026] GET /v2.0/networks/2571719c-f675-4d7b-b8d1-de662e360ddf?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1539/3164] 162.253.55.222 () {30 vars in 703 bytes} [Wed Jul 29 21:15:18 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: 1626/3165] 162.253.55.222 () {30 vars in 705 bytes} [Wed Jul 29 21:15:18 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1540/3166] 162.253.55.222 () {30 vars in 681 bytes} [Wed Jul 29 21:15:18 2026] GET /v2.0/extensions/qos => generated 166 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1627/3167] 162.253.55.222 () {30 vars in 717 bytes} [Wed Jul 29 21:15:18 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1541/3168] 162.253.55.222 () {30 vars in 769 bytes} [Wed Jul 29 21:15:18 2026] GET /v2.0/ports?device_id=f6971cb8-1d00-4a0e-b48f-2c0380b27683 => generated 3872 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1628/3169] 162.253.55.222 () {30 vars in 703 bytes} [Wed Jul 29 21:15:18 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1542/3170] 162.253.55.222 () {30 vars in 705 bytes} [Wed Jul 29 21:15:18 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1629/3171] 162.253.55.222 () {30 vars in 681 bytes} [Wed Jul 29 21:15:18 2026] GET /v2.0/extensions/qos => generated 166 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1543/3172] 162.253.55.222 () {30 vars in 717 bytes} [Wed Jul 29 21:15:18 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: 1630/3173] 162.253.55.222 () {30 vars in 737 bytes} [Wed Jul 29 21:15:18 2026] GET /v2.0/ports/b92e389f-3c3a-4ef0-9c8b-7d94b3d91b76 => generated 1291 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1544/3174] 162.253.55.222 () {34 vars in 789 bytes} [Wed Jul 29 21:15:18 2026] PUT /v2.0/ports/b92e389f-3c3a-4ef0-9c8b-7d94b3d91b76 => generated 1080 bytes in 406 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-29 21:15:19.419 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-a17a1c5f-5c34-4046-adb3-1b5bb45799a0'] response: {'name': 'network-changed', 'server_uuid': 'f6971cb8-1d00-4a0e-b48f-2c0380b27683', 'tag': 'b92e389f-3c3a-4ef0-9c8b-7d94b3d91b76', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1631/3175] 162.253.55.222 () {30 vars in 743 bytes} [Wed Jul 29 21:15:19 2026] GET /v2.0/networks/2571719c-f675-4d7b-b8d1-de662e360ddf => generated 798 bytes in 39 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: 1545/3176] 162.253.55.222 () {30 vars in 769 bytes} [Wed Jul 29 21:15:19 2026] GET /v2.0/ports?device_id=f6971cb8-1d00-4a0e-b48f-2c0380b27683 => generated 3697 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1632/3177] 162.253.55.222 () {34 vars in 1080 bytes} [Wed Jul 29 21:15:19 2026] GET /v2.0/ports?tenant_id=3ea8d1a47d2c4b99890a3d48f07525fa&device_id=f6971cb8-1d00-4a0e-b48f-2c0380b27683 => generated 3697 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1546/3178] 162.253.55.222 () {34 vars in 986 bytes} [Wed Jul 29 21:15:19 2026] GET /v2.0/networks?id=2571719c-f675-4d7b-b8d1-de662e360ddf => generated 801 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1633/3179] 162.253.55.222 () {34 vars in 1012 bytes} [Wed Jul 29 21:15:20 2026] GET /v2.0/networks/2571719c-f675-4d7b-b8d1-de662e360ddf?fields=segments => generated 14 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1547/3181] 162.253.55.222 () {30 vars in 769 bytes} [Wed Jul 29 21:15:20 2026] GET /v2.0/ports?device_id=f6971cb8-1d00-4a0e-b48f-2c0380b27683 => generated 3697 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1634/3181] 162.253.55.222 () {34 vars in 1112 bytes} [Wed Jul 29 21:15:20 2026] GET /v2.0/networks/2571719c-f675-4d7b-b8d1-de662e360ddf?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: 1548/3182] 162.253.55.222 () {30 vars in 769 bytes} [Wed Jul 29 21:15:21 2026] GET /v2.0/ports?device_id=f6971cb8-1d00-4a0e-b48f-2c0380b27683 => generated 3697 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1635/3183] 162.253.55.222 () {34 vars in 975 bytes} [Wed Jul 29 21:15:22 2026] GET /v2.0/ports/b92e389f-3c3a-4ef0-9c8b-7d94b3d91b76 => generated 1116 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1549/3184] 162.253.55.222 () {34 vars in 1060 bytes} [Wed Jul 29 21:15:22 2026] GET /v2.0/ports/b92e389f-3c3a-4ef0-9c8b-7d94b3d91b76?fields=binding%3Aprofile&fields=network_id => generated 83 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1636/3185] 162.253.55.222 () {34 vars in 1016 bytes} [Wed Jul 29 21:15:22 2026] GET /v2.0/networks/2571719c-f675-4d7b-b8d1-de662e360ddf?fields=dns_domain => generated 29 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1550/3186] 162.253.55.222 () {30 vars in 769 bytes} [Wed Jul 29 21:15:22 2026] GET /v2.0/ports?device_id=f6971cb8-1d00-4a0e-b48f-2c0380b27683 => generated 3697 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1637/3187] 162.253.55.222 () {38 vars in 1028 bytes} [Wed Jul 29 21:15:22 2026] PUT /v2.0/ports/b92e389f-3c3a-4ef0-9c8b-7d94b3d91b76 => generated 917 bytes in 260 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1551/3188] 162.253.55.222 () {30 vars in 769 bytes} [Wed Jul 29 21:15:23 2026] GET /v2.0/ports?device_id=f6971cb8-1d00-4a0e-b48f-2c0380b27683 => generated 2589 bytes in 40 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-07-29 21:15:23.460 7 INFO neutron_taas.services.taas.taas_plugin [None req-908ca139-5785-4c79-ad80-1a00a2c8b24c f92147a9bb754594b3fca89b5bfa188f 3ea8d1a47d2c4b99890a3d48f07525fa - - default default] TaaS: Handle Delete Port: b92e389f-3c3a-4ef0-9c8b-7d94b3d91b76 2026-07-29 21:15:23.464 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-908ca139-5785-4c79-ad80-1a00a2c8b24c f92147a9bb754594b3fca89b5bfa188f 3ea8d1a47d2c4b99890a3d48f07525fa - - default default] Tap Mirror: Handle Delete Port: b92e389f-3c3a-4ef0-9c8b-7d94b3d91b76 [pid: 7|app: 0|req: 1638/3189] 162.253.55.222 () {32 vars in 759 bytes} [Wed Jul 29 21:15:23 2026] DELETE /v2.0/ports/b92e389f-3c3a-4ef0-9c8b-7d94b3d91b76 => generated 0 bytes in 237 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1552/3190] 162.253.55.222 () {30 vars in 703 bytes} [Wed Jul 29 21:15:23 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: 1639/3191] 162.253.55.222 () {30 vars in 705 bytes} [Wed Jul 29 21:15:23 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1553/3192] 162.253.55.222 () {30 vars in 681 bytes} [Wed Jul 29 21:15:23 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: 1640/3193] 162.253.55.222 () {30 vars in 717 bytes} [Wed Jul 29 21:15:23 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1554/3194] 162.253.55.222 () {30 vars in 741 bytes} [Wed Jul 29 21:15:23 2026] GET /v2.0/subnets/acee3653-515a-4f4b-9c88-c99fc98559a8 => generated 676 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1641/3195] 162.253.55.222 () {30 vars in 737 bytes} [Wed Jul 29 21:15:24 2026] GET /v2.0/ports/d5fcee95-ae8c-41f1-890f-a78b6631779d => 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: 1555/3196] 162.253.55.222 () {34 vars in 1080 bytes} [Wed Jul 29 21:15:24 2026] GET /v2.0/ports?tenant_id=3ea8d1a47d2c4b99890a3d48f07525fa&device_id=f6971cb8-1d00-4a0e-b48f-2c0380b27683 => generated 2589 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1642/3197] 162.253.55.222 () {30 vars in 737 bytes} [Wed Jul 29 21:15:24 2026] GET /v2.0/ports/515dd6b8-ccbd-454d-b290-d7a3c98b358a => generated 1349 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1643/3198] 162.253.55.222 () {30 vars in 741 bytes} [Wed Jul 29 21:15:24 2026] GET /v2.0/subnets/acee3653-515a-4f4b-9c88-c99fc98559a8 => generated 676 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1556/3199] 162.253.55.222 () {34 vars in 1146 bytes} [Wed Jul 29 21:15:24 2026] GET /v2.0/networks?id=89c4e407-7db3-4da2-b2c2-aebfa4ff3f27&id=f0db309d-0d51-4a51-827f-98b0bbd23d55&id=2571719c-f675-4d7b-b8d1-de662e360ddf => generated 2310 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1557/3200] 162.253.55.222 () {34 vars in 1062 bytes} [Wed Jul 29 21:15:24 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.3.190&port_id=c5def875-b7b7-4e2e-9a9c-31404427dd85 => generated 19 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1558/3201] 162.253.55.222 () {34 vars in 984 bytes} [Wed Jul 29 21:15:24 2026] GET /v2.0/subnets?id=ddee9a47-fca0-4a66-833b-7959fce42297 => generated 654 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1644/3202] 162.253.55.222 () {30 vars in 743 bytes} [Wed Jul 29 21:15:24 2026] GET /v2.0/networks/f0db309d-0d51-4a51-827f-98b0bbd23d55 => generated 799 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1559/3203] 162.253.55.222 () {34 vars in 1052 bytes} [Wed Jul 29 21:15:24 2026] GET /v2.0/ports?network_id=89c4e407-7db3-4da2-b2c2-aebfa4ff3f27&device_owner=network%3Adhcp => generated 1244 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1645/3204] 162.253.55.222 () {30 vars in 737 bytes} [Wed Jul 29 21:15:24 2026] GET /v2.0/ports/d5fcee95-ae8c-41f1-890f-a78b6631779d => generated 1128 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1560/3205] 162.253.55.222 () {34 vars in 1012 bytes} [Wed Jul 29 21:15:24 2026] GET /v2.0/networks/89c4e407-7db3-4da2-b2c2-aebfa4ff3f27?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: 1646/3206] 162.253.55.222 () {30 vars in 741 bytes} [Wed Jul 29 21:15:24 2026] GET /v2.0/subnets/acee3653-515a-4f4b-9c88-c99fc98559a8 => 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: 1561/3207] 162.253.55.222 () {34 vars in 1112 bytes} [Wed Jul 29 21:15:24 2026] GET /v2.0/networks/89c4e407-7db3-4da2-b2c2-aebfa4ff3f27?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: 1647/3208] 162.253.55.222 () {34 vars in 1058 bytes} [Wed Jul 29 21:15:24 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.100&port_id=515dd6b8-ccbd-454d-b290-d7a3c98b358a => 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: 1562/3211] 162.253.55.222 () {34 vars in 984 bytes} [Wed Jul 29 21:15:24 2026] GET /v2.0/subnets?id=acee3653-515a-4f4b-9c88-c99fc98559a8 => generated 679 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1650/3212] 162.253.55.222 () {34 vars in 1052 bytes} [Wed Jul 29 21:15:24 2026] GET /v2.0/ports?network_id=f0db309d-0d51-4a51-827f-98b0bbd23d55&device_owner=network%3Adhcp => generated 1461 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1563/3213] 162.253.55.222 () {34 vars in 1012 bytes} [Wed Jul 29 21:15:24 2026] GET /v2.0/networks/f0db309d-0d51-4a51-827f-98b0bbd23d55?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: 1651/3214] 162.253.55.222 () {34 vars in 1112 bytes} [Wed Jul 29 21:15:24 2026] GET /v2.0/networks/f0db309d-0d51-4a51-827f-98b0bbd23d55?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: 1564/3215] 162.253.55.222 () {30 vars in 703 bytes} [Wed Jul 29 21:15:36 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: 1652/3216] 162.253.55.222 () {30 vars in 705 bytes} [Wed Jul 29 21:15: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: 1565/3217] 162.253.55.222 () {30 vars in 681 bytes} [Wed Jul 29 21:15:36 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: 1653/3218] 162.253.55.222 () {30 vars in 717 bytes} [Wed Jul 29 21:15:36 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-07-29 21:15:36.385 8 INFO neutron.api.v2.resource [None req-98004145-890c-41f8-8dbb-a12b860484c5 f92147a9bb754594b3fca89b5bfa188f 3ea8d1a47d2c4b99890a3d48f07525fa - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1566/3219] 162.253.55.222 () {30 vars in 763 bytes} [Wed Jul 29 21:15:36 2026] GET /v2.0/security-groups/lb-617b05f1-cab0-49cc-b3f7-8051bb5845b5 => generated 149 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1654/3220] 162.253.55.222 () {30 vars in 785 bytes} [Wed Jul 29 21:15:36 2026] GET /v2.0/security-groups?name=lb-617b05f1-cab0-49cc-b3f7-8051bb5845b5 => generated 2865 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1567/3221] 162.253.55.222 () {30 vars in 815 bytes} [Wed Jul 29 21:15:36 2026] GET /v2.0/security-group-rules?security_group_id=ee72126c-65ea-4769-a946-49357caa744d => generated 2334 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1655/3222] 162.253.55.222 () {32 vars in 789 bytes} [Wed Jul 29 21:15:36 2026] DELETE /v2.0/security-group-rules/2d4a8fc8-7922-4f70-a869-ee4775f74e0c => 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: 1568/3223] 162.253.55.222 () {32 vars in 789 bytes} [Wed Jul 29 21:15:36 2026] DELETE /v2.0/security-group-rules/efcd4502-54a1-4bc9-b04f-9837eef44480 => generated 0 bytes in 119 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-29 21:15:38.045 7 INFO neutron_taas.services.taas.taas_plugin [None req-96f2aed3-1f71-4d9f-83dc-17d3efc1f08f b846881c49ae4ead88e347565f56e0fd 059631b98d244af1b364b9181b6cf6b6 - - default default] TaaS: Handle Delete Port: 1fa4dcf7-00cf-404c-8385-791e749411c1 2026-07-29 21:15:38.048 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-96f2aed3-1f71-4d9f-83dc-17d3efc1f08f b846881c49ae4ead88e347565f56e0fd 059631b98d244af1b364b9181b6cf6b6 - - default default] Tap Mirror: Handle Delete Port: 1fa4dcf7-00cf-404c-8385-791e749411c1 2026-07-29 21:15:38.327 7 INFO neutron.db.l3_db [None req-96f2aed3-1f71-4d9f-83dc-17d3efc1f08f b846881c49ae4ead88e347565f56e0fd 059631b98d244af1b364b9181b6cf6b6 - - default default] Floating IP 65edd170-1b99-4a35-929d-906b5b68fc89 disassociated (deleted). External IP: 10.96.250.212, port: d5fcee95-ae8c-41f1-890f-a78b6631779d. [pid: 7|app: 0|req: 1656/3224] 10.0.0.76 () {32 vars in 731 bytes} [Wed Jul 29 21:15:37 2026] DELETE /v2.0/floatingips/65edd170-1b99-4a35-929d-906b5b68fc89 => generated 0 bytes in 743 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-29 21:15:38.690 8 INFO neutron.api.v2.resource [None req-9e5e5c5f-3c27-4d13-9999-668144dd25df b846881c49ae4ead88e347565f56e0fd 059631b98d244af1b364b9181b6cf6b6 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1569/3225] 10.0.0.76 () {32 vars in 728 bytes} [Wed Jul 29 21:15:38 2026] GET /v2.0/floatingips/65edd170-1b99-4a35-929d-906b5b68fc89 => generated 144 bytes in 27 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1658/3228] 162.253.55.222 () {30 vars in 703 bytes} [Wed Jul 29 21:15:40 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: 1571/3229] 162.253.55.222 () {30 vars in 705 bytes} [Wed Jul 29 21:15:40 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: 1659/3230] 162.253.55.222 () {30 vars in 681 bytes} [Wed Jul 29 21:15:40 2026] GET /v2.0/extensions/qos => generated 166 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1572/3231] 162.253.55.222 () {30 vars in 717 bytes} [Wed Jul 29 21:15:40 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-29 21:15:40.106 7 INFO neutron.api.v2.resource [None req-61a24973-b2c1-408a-8379-3b30575e2a84 f92147a9bb754594b3fca89b5bfa188f 3ea8d1a47d2c4b99890a3d48f07525fa - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1660/3232] 162.253.55.222 () {30 vars in 763 bytes} [Wed Jul 29 21:15:40 2026] GET /v2.0/security-groups/lb-617b05f1-cab0-49cc-b3f7-8051bb5845b5 => 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: 1573/3233] 162.253.55.222 () {30 vars in 785 bytes} [Wed Jul 29 21:15:40 2026] GET /v2.0/security-groups?name=lb-617b05f1-cab0-49cc-b3f7-8051bb5845b5 => generated 1639 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1661/3234] 162.253.55.222 () {30 vars in 815 bytes} [Wed Jul 29 21:15:40 2026] GET /v2.0/security-group-rules?security_group_id=ee72126c-65ea-4769-a946-49357caa744d => generated 1182 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1574/3235] 162.253.55.222 () {30 vars in 703 bytes} [Wed Jul 29 21:15:40 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1662/3236] 162.253.55.222 () {30 vars in 705 bytes} [Wed Jul 29 21:15:40 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1575/3237] 162.253.55.222 () {30 vars in 681 bytes} [Wed Jul 29 21:15:40 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: 1663/3238] 162.253.55.222 () {30 vars in 717 bytes} [Wed Jul 29 21:15:40 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1576/3239] 162.253.55.222 () {30 vars in 741 bytes} [Wed Jul 29 21:15:40 2026] GET /v2.0/subnets/acee3653-515a-4f4b-9c88-c99fc98559a8 => generated 676 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1664/3240] 162.253.55.222 () {30 vars in 769 bytes} [Wed Jul 29 21:15:40 2026] GET /v2.0/ports?device_id=f6971cb8-1d00-4a0e-b48f-2c0380b27683 => generated 2589 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1577/3241] 162.253.55.222 () {30 vars in 769 bytes} [Wed Jul 29 21:15:40 2026] GET /v2.0/ports?device_id=f6971cb8-1d00-4a0e-b48f-2c0380b27683 => generated 2589 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1665/3242] 162.253.55.222 () {30 vars in 769 bytes} [Wed Jul 29 21:15:40 2026] GET /v2.0/ports?device_id=f6971cb8-1d00-4a0e-b48f-2c0380b27683 => generated 2589 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1578/3243] 162.253.55.222 () {30 vars in 769 bytes} [Wed Jul 29 21:15:41 2026] GET /v2.0/ports?device_id=f6971cb8-1d00-4a0e-b48f-2c0380b27683 => generated 2589 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1666/3244] 162.253.55.222 () {34 vars in 975 bytes} [Wed Jul 29 21:15:42 2026] GET /v2.0/ports/515dd6b8-ccbd-454d-b290-d7a3c98b358a => generated 1349 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1579/3245] 162.253.55.222 () {34 vars in 1060 bytes} [Wed Jul 29 21:15:42 2026] GET /v2.0/ports/515dd6b8-ccbd-454d-b290-d7a3c98b358a?fields=binding%3Aprofile&fields=network_id => generated 83 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1667/3246] 162.253.55.222 () {34 vars in 1016 bytes} [Wed Jul 29 21:15:42 2026] GET /v2.0/networks/f0db309d-0d51-4a51-827f-98b0bbd23d55?fields=dns_domain => generated 29 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1580/3247] 162.253.55.222 () {30 vars in 769 bytes} [Wed Jul 29 21:15:42 2026] GET /v2.0/ports?device_id=f6971cb8-1d00-4a0e-b48f-2c0380b27683 => generated 2589 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1668/3248] 162.253.55.222 () {38 vars in 1028 bytes} [Wed Jul 29 21:15:42 2026] PUT /v2.0/ports/515dd6b8-ccbd-454d-b290-d7a3c98b358a => generated 1150 bytes in 316 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1581/3249] 162.253.55.222 () {30 vars in 769 bytes} [Wed Jul 29 21:15:43 2026] GET /v2.0/ports?device_id=f6971cb8-1d00-4a0e-b48f-2c0380b27683 => generated 1248 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1669/3250] 162.253.55.222 () {34 vars in 789 bytes} [Wed Jul 29 21:15:44 2026] PUT /v2.0/ports/515dd6b8-ccbd-454d-b290-d7a3c98b358a => generated 1090 bytes in 319 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1582/3251] 162.253.55.222 () {30 vars in 737 bytes} [Wed Jul 29 21:15:44 2026] GET /v2.0/ports/515dd6b8-ccbd-454d-b290-d7a3c98b358a => generated 1090 bytes in 30 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-07-29 21:15:44.464 7 INFO neutron_taas.services.taas.taas_plugin [None req-b6f1d8e9-a23c-440d-adf5-eeef4fba00f0 f92147a9bb754594b3fca89b5bfa188f 3ea8d1a47d2c4b99890a3d48f07525fa - - default default] TaaS: Handle Delete Port: 515dd6b8-ccbd-454d-b290-d7a3c98b358a 2026-07-29 21:15:44.467 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b6f1d8e9-a23c-440d-adf5-eeef4fba00f0 f92147a9bb754594b3fca89b5bfa188f 3ea8d1a47d2c4b99890a3d48f07525fa - - default default] Tap Mirror: Handle Delete Port: 515dd6b8-ccbd-454d-b290-d7a3c98b358a [pid: 7|app: 0|req: 1670/3252] 162.253.55.222 () {32 vars in 759 bytes} [Wed Jul 29 21:15:44 2026] DELETE /v2.0/ports/515dd6b8-ccbd-454d-b290-d7a3c98b358a => generated 0 bytes in 313 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1583/3253] 162.253.55.222 () {34 vars in 1080 bytes} [Wed Jul 29 21:15:44 2026] GET /v2.0/ports?tenant_id=3ea8d1a47d2c4b99890a3d48f07525fa&device_id=f6971cb8-1d00-4a0e-b48f-2c0380b27683 => generated 1248 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1671/3254] 162.253.55.222 () {34 vars in 1066 bytes} [Wed Jul 29 21:15:44 2026] GET /v2.0/networks?id=89c4e407-7db3-4da2-b2c2-aebfa4ff3f27&id=f0db309d-0d51-4a51-827f-98b0bbd23d55 => generated 1523 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1584/3255] 162.253.55.222 () {30 vars in 703 bytes} [Wed Jul 29 21:15:44 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1585/3256] 162.253.55.222 () {30 vars in 705 bytes} [Wed Jul 29 21:15:44 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: 1672/3257] 162.253.55.222 () {34 vars in 1062 bytes} [Wed Jul 29 21:15:44 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.3.190&port_id=c5def875-b7b7-4e2e-9a9c-31404427dd85 => 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: 1586/3258] 162.253.55.222 () {30 vars in 681 bytes} [Wed Jul 29 21:15:44 2026] GET /v2.0/extensions/qos => generated 166 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1587/3259] 162.253.55.222 () {30 vars in 717 bytes} [Wed Jul 29 21:15:44 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1673/3260] 162.253.55.222 () {34 vars in 984 bytes} [Wed Jul 29 21:15:44 2026] GET /v2.0/subnets?id=ddee9a47-fca0-4a66-833b-7959fce42297 => generated 654 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-29 21:15:44.980 8 INFO neutron.pecan_wsgi.hooks.translation [None req-17228857-1250-4264-918a-2baaf85b2e5c f92147a9bb754594b3fca89b5bfa188f 3ea8d1a47d2c4b99890a3d48f07525fa - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1588/3261] 162.253.55.222 () {32 vars in 759 bytes} [Wed Jul 29 21:15:44 2026] DELETE /v2.0/ports/515dd6b8-ccbd-454d-b290-d7a3c98b358a => 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: 1674/3262] 162.253.55.222 () {34 vars in 1052 bytes} [Wed Jul 29 21:15:44 2026] GET /v2.0/ports?network_id=89c4e407-7db3-4da2-b2c2-aebfa4ff3f27&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: 1589/3263] 162.253.55.222 () {30 vars in 737 bytes} [Wed Jul 29 21:15:44 2026] GET /v2.0/ports/d5fcee95-ae8c-41f1-890f-a78b6631779d => generated 1128 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-29 21:15:45.050 8 INFO neutron.api.v2.resource [None req-4fd5ac74-c075-4a5a-8201-ce4758158ee8 f92147a9bb754594b3fca89b5bfa188f 3ea8d1a47d2c4b99890a3d48f07525fa - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1590/3264] 162.253.55.222 () {30 vars in 763 bytes} [Wed Jul 29 21:15:45 2026] GET /v2.0/security-groups/lb-617b05f1-cab0-49cc-b3f7-8051bb5845b5 => 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: 1675/3265] 162.253.55.222 () {34 vars in 1012 bytes} [Wed Jul 29 21:15:45 2026] GET /v2.0/networks/89c4e407-7db3-4da2-b2c2-aebfa4ff3f27?fields=segments => generated 14 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1591/3266] 162.253.55.222 () {30 vars in 785 bytes} [Wed Jul 29 21:15:45 2026] GET /v2.0/security-groups?name=lb-617b05f1-cab0-49cc-b3f7-8051bb5845b5 => 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: 1676/3267] 162.253.55.222 () {34 vars in 1112 bytes} [Wed Jul 29 21:15:45 2026] GET /v2.0/networks/89c4e407-7db3-4da2-b2c2-aebfa4ff3f27?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1592/3268] 162.253.55.222 () {30 vars in 737 bytes} [Wed Jul 29 21:15:45 2026] GET /v2.0/ports/d5fcee95-ae8c-41f1-890f-a78b6631779d => generated 1128 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1677/3269] 162.253.55.222 () {34 vars in 789 bytes} [Wed Jul 29 21:15:45 2026] PUT /v2.0/ports/d5fcee95-ae8c-41f1-890f-a78b6631779d => generated 1090 bytes in 305 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1593/3270] 162.253.55.222 () {32 vars in 779 bytes} [Wed Jul 29 21:15:45 2026] DELETE /v2.0/security-groups/ee72126c-65ea-4769-a946-49357caa744d => generated 0 bytes in 105 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-29 21:15:45.700 7 INFO neutron_taas.services.taas.taas_plugin [None req-1ec059ae-872f-4fea-a7c6-0ebbc09b571d f92147a9bb754594b3fca89b5bfa188f 3ea8d1a47d2c4b99890a3d48f07525fa - - default default] TaaS: Handle Delete Port: d5fcee95-ae8c-41f1-890f-a78b6631779d 2026-07-29 21:15:45.703 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1ec059ae-872f-4fea-a7c6-0ebbc09b571d f92147a9bb754594b3fca89b5bfa188f 3ea8d1a47d2c4b99890a3d48f07525fa - - default default] Tap Mirror: Handle Delete Port: d5fcee95-ae8c-41f1-890f-a78b6631779d [pid: 7|app: 0|req: 1678/3271] 162.253.55.222 () {32 vars in 759 bytes} [Wed Jul 29 21:15:45 2026] DELETE /v2.0/ports/d5fcee95-ae8c-41f1-890f-a78b6631779d => generated 0 bytes in 318 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1679/3272] 162.253.55.222 () {34 vars in 994 bytes} [Wed Jul 29 21:15:48 2026] GET /v2.0/ports?device_id=f6971cb8-1d00-4a0e-b48f-2c0380b27683 => generated 1248 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-29 21:15:49.076 7 INFO neutron_taas.services.taas.taas_plugin [req-c531aec3-8a17-4714-a0b7-4fd0ba058c48 req-fd5dc35a-cc29-4943-83d5-2874941a0d54 f92147a9bb754594b3fca89b5bfa188f 3ea8d1a47d2c4b99890a3d48f07525fa - - default default] TaaS: Handle Delete Port: c5def875-b7b7-4e2e-9a9c-31404427dd85 2026-07-29 21:15:49.077 8 INFO neutron_taas.services.taas.taas_plugin [None req-5acf5f9c-e5eb-4398-b637-b92eed924fac b846881c49ae4ead88e347565f56e0fd 059631b98d244af1b364b9181b6cf6b6 - - default default] TaaS: Handle Delete Port: b03c3f64-0bf3-496a-abb1-b59ba2b8ea3d 2026-07-29 21:15:49.079 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-c531aec3-8a17-4714-a0b7-4fd0ba058c48 req-fd5dc35a-cc29-4943-83d5-2874941a0d54 f92147a9bb754594b3fca89b5bfa188f 3ea8d1a47d2c4b99890a3d48f07525fa - - default default] Tap Mirror: Handle Delete Port: c5def875-b7b7-4e2e-9a9c-31404427dd85 2026-07-29 21:15:49.081 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5acf5f9c-e5eb-4398-b637-b92eed924fac b846881c49ae4ead88e347565f56e0fd 059631b98d244af1b364b9181b6cf6b6 - - default default] Tap Mirror: Handle Delete Port: b03c3f64-0bf3-496a-abb1-b59ba2b8ea3d [pid: 7|app: 0|req: 1680/3273] 162.253.55.222 () {36 vars in 997 bytes} [Wed Jul 29 21:15:48 2026] DELETE /v2.0/ports/c5def875-b7b7-4e2e-9a9c-31404427dd85 => generated 0 bytes in 312 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-29 21:15:49.358 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-319875d3-9a7e-4f6f-a9fe-c0de21a66e36'] response: {'server_uuid': 'f6971cb8-1d00-4a0e-b48f-2c0380b27683', 'name': 'network-vif-deleted', 'tag': 'c5def875-b7b7-4e2e-9a9c-31404427dd85', 'status': 'completed', 'code': 200} 2026-07-29 21:15:49.390 8 INFO neutron.db.l3_db [None req-5acf5f9c-e5eb-4398-b637-b92eed924fac b846881c49ae4ead88e347565f56e0fd 059631b98d244af1b364b9181b6cf6b6 - - default default] Floating IP 5e331634-f176-43cf-9769-c131d2adcaf9 disassociated (deleted). External IP: 10.96.250.203, port: f403060a-55c3-48b9-bcbf-7190e896ac0b. [pid: 8|app: 0|req: 1594/3274] 10.0.0.76 () {32 vars in 731 bytes} [Wed Jul 29 21:15:48 2026] DELETE /v2.0/floatingips/5e331634-f176-43cf-9769-c131d2adcaf9 => generated 0 bytes in 797 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-29 21:15:49.756 7 INFO neutron.api.v2.resource [None req-12e7e211-6218-463e-afe1-d1546c8e1e96 b846881c49ae4ead88e347565f56e0fd 059631b98d244af1b364b9181b6cf6b6 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1681/3275] 10.0.0.76 () {32 vars in 728 bytes} [Wed Jul 29 21:15:49 2026] GET /v2.0/floatingips/5e331634-f176-43cf-9769-c131d2adcaf9 => generated 144 bytes in 26 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-29 21:15:49.777 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-c0068639-7545-491f-b58d-dc37f06c4001'] response: {'name': 'network-changed', 'server_uuid': '8fa4e10e-efcb-4dc9-802d-61d1ffa4a14b', 'tag': 'f403060a-55c3-48b9-bcbf-7190e896ac0b', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1595/3276] 10.0.0.147 () {34 vars in 990 bytes} [Wed Jul 29 21:15:50 2026] GET /v2.0/ports?device_id=8fa4e10e-efcb-4dc9-802d-61d1ffa4a14b => generated 1204 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1682/3277] 10.0.0.147 () {34 vars in 1040 bytes} [Wed Jul 29 21:15:50 2026] GET /v2.0/security-groups?id=5b2c9262-1270-437c-9e65-1f5431782e85&fields=id&fields=name => generated 111 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1596/3278] 162.253.55.222 () {34 vars in 1080 bytes} [Wed Jul 29 21:15:50 2026] GET /v2.0/ports?tenant_id=059631b98d244af1b364b9181b6cf6b6&device_id=8fa4e10e-efcb-4dc9-802d-61d1ffa4a14b => generated 1473 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1683/3279] 162.253.55.222 () {34 vars in 986 bytes} [Wed Jul 29 21:15:50 2026] GET /v2.0/networks?id=5be64d6d-d50e-4977-896b-57c2090a9218 => generated 801 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1597/3280] 162.253.55.222 () {34 vars in 1058 bytes} [Wed Jul 29 21:15:50 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.190&port_id=f403060a-55c3-48b9-bcbf-7190e896ac0b => 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: 1684/3281] 162.253.55.222 () {34 vars in 1106 bytes} [Wed Jul 29 21:15:50 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A3b5&port_id=f403060a-55c3-48b9-bcbf-7190e896ac0b => 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: 1598/3282] 162.253.55.222 () {34 vars in 1064 bytes} [Wed Jul 29 21:15:50 2026] GET /v2.0/subnets?id=541e970e-c2c8-4e4d-a21b-c3c7508d859e&id=6969cd65-8e38-4aa4-a16c-bb080e283220 => generated 1414 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1685/3283] 162.253.55.222 () {34 vars in 1052 bytes} [Wed Jul 29 21:15:50 2026] GET /v2.0/ports?network_id=5be64d6d-d50e-4977-896b-57c2090a9218&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: 1599/3284] 162.253.55.222 () {34 vars in 1052 bytes} [Wed Jul 29 21:15:50 2026] GET /v2.0/ports?network_id=5be64d6d-d50e-4977-896b-57c2090a9218&device_owner=network%3Adhcp => generated 1461 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1686/3285] 162.253.55.222 () {34 vars in 1012 bytes} [Wed Jul 29 21:15:50 2026] GET /v2.0/networks/5be64d6d-d50e-4977-896b-57c2090a9218?fields=segments => generated 14 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1600/3286] 162.253.55.222 () {34 vars in 1112 bytes} [Wed Jul 29 21:15:50 2026] GET /v2.0/networks/5be64d6d-d50e-4977-896b-57c2090a9218?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: 1687/3287] 162.253.55.222 () {34 vars in 994 bytes} [Wed Jul 29 21:15:52 2026] GET /v2.0/ports?device_id=8fa4e10e-efcb-4dc9-802d-61d1ffa4a14b => generated 1204 bytes in 107 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-29 21:15:52.819 8 INFO neutron_taas.services.taas.taas_plugin [req-987d97ac-78ae-4f16-83d8-9e2ef6a57d95 req-4d873996-8e6d-4d97-aaa2-383d71703fd3 b846881c49ae4ead88e347565f56e0fd 059631b98d244af1b364b9181b6cf6b6 - - default default] TaaS: Handle Delete Port: f403060a-55c3-48b9-bcbf-7190e896ac0b 2026-07-29 21:15:52.822 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-987d97ac-78ae-4f16-83d8-9e2ef6a57d95 req-4d873996-8e6d-4d97-aaa2-383d71703fd3 b846881c49ae4ead88e347565f56e0fd 059631b98d244af1b364b9181b6cf6b6 - - default default] Tap Mirror: Handle Delete Port: f403060a-55c3-48b9-bcbf-7190e896ac0b [pid: 8|app: 0|req: 1601/3288] 162.253.55.222 () {36 vars in 997 bytes} [Wed Jul 29 21:15:52 2026] DELETE /v2.0/ports/f403060a-55c3-48b9-bcbf-7190e896ac0b => generated 0 bytes in 355 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-29 21:15:53.083 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-decc1602-93c7-445e-8ecd-b9d616606afa'] response: {'server_uuid': '8fa4e10e-efcb-4dc9-802d-61d1ffa4a14b', 'name': 'network-vif-deleted', 'tag': 'f403060a-55c3-48b9-bcbf-7190e896ac0b', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1689/3291] 10.0.0.147 () {34 vars in 990 bytes} [Wed Jul 29 21:15:55 2026] GET /v2.0/ports?device_id=8fa4e10e-efcb-4dc9-802d-61d1ffa4a14b => generated 12 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-29 21:16:00.662 8 INFO neutron_taas.services.taas.taas_plugin [None req-4e7bda53-a876-4ee0-9aba-42136f18cd12 b846881c49ae4ead88e347565f56e0fd 059631b98d244af1b364b9181b6cf6b6 - - default default] TaaS: Handle Delete Port: c5cf09b3-5205-4e78-b86a-27921c8352fb 2026-07-29 21:16:00.665 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4e7bda53-a876-4ee0-9aba-42136f18cd12 b846881c49ae4ead88e347565f56e0fd 059631b98d244af1b364b9181b6cf6b6 - - default default] Tap Mirror: Handle Delete Port: c5cf09b3-5205-4e78-b86a-27921c8352fb 2026-07-29 21:16:00.895 8 INFO neutron.db.l3_db [None req-4e7bda53-a876-4ee0-9aba-42136f18cd12 b846881c49ae4ead88e347565f56e0fd 059631b98d244af1b364b9181b6cf6b6 - - default default] Floating IP dacd55be-7fdd-427c-9b56-287d70ec9983 disassociated (deleted). External IP: 10.96.250.218, port: d771c760-67e9-4201-8561-7036b381cae6. [pid: 8|app: 0|req: 1603/3292] 10.0.0.76 () {32 vars in 731 bytes} [Wed Jul 29 21:16:00 2026] DELETE /v2.0/floatingips/dacd55be-7fdd-427c-9b56-287d70ec9983 => generated 0 bytes in 734 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-29 21:16:01.266 7 INFO neutron.api.v2.resource [None req-9558e5c3-6254-4638-942c-1f972eab9648 b846881c49ae4ead88e347565f56e0fd 059631b98d244af1b364b9181b6cf6b6 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1690/3293] 10.0.0.76 () {32 vars in 728 bytes} [Wed Jul 29 21:16:01 2026] GET /v2.0/floatingips/dacd55be-7fdd-427c-9b56-287d70ec9983 => generated 144 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-29 21:16:01.285 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-5c73e2d3-65fc-4e24-b36c-18985d17e905'] response: {'name': 'network-changed', 'server_uuid': '9857d89a-1cf3-4171-bff3-99ae9bc86c05', 'tag': 'd771c760-67e9-4201-8561-7036b381cae6', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1604/3294] 10.0.0.147 () {34 vars in 990 bytes} [Wed Jul 29 21:16:01 2026] GET /v2.0/ports?device_id=9857d89a-1cf3-4171-bff3-99ae9bc86c05 => generated 1192 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1691/3295] 10.0.0.147 () {34 vars in 1040 bytes} [Wed Jul 29 21:16:01 2026] GET /v2.0/security-groups?id=5b2c9262-1270-437c-9e65-1f5431782e85&fields=id&fields=name => generated 111 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1605/3296] 162.253.55.222 () {34 vars in 1080 bytes} [Wed Jul 29 21:16:01 2026] GET /v2.0/ports?tenant_id=059631b98d244af1b364b9181b6cf6b6&device_id=9857d89a-1cf3-4171-bff3-99ae9bc86c05 => 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: 1692/3297] 162.253.55.222 () {34 vars in 986 bytes} [Wed Jul 29 21:16:01 2026] GET /v2.0/networks?id=2571719c-f675-4d7b-b8d1-de662e360ddf => generated 801 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1606/3298] 162.253.55.222 () {34 vars in 1054 bytes} [Wed Jul 29 21:16:01 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.9&port_id=d771c760-67e9-4201-8561-7036b381cae6 => 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: 1693/3299] 162.253.55.222 () {34 vars in 1104 bytes} [Wed Jul 29 21:16:01 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A2c1&port_id=d771c760-67e9-4201-8561-7036b381cae6 => 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: 1607/3300] 162.253.55.222 () {34 vars in 1064 bytes} [Wed Jul 29 21:16:01 2026] GET /v2.0/subnets?id=cca632af-d479-404c-bc2a-102e575c7dc0&id=606bd2a0-e150-46e1-ac83-e76e1ebd07ac => generated 1409 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1694/3301] 162.253.55.222 () {34 vars in 1052 bytes} [Wed Jul 29 21:16:02 2026] GET /v2.0/ports?network_id=2571719c-f675-4d7b-b8d1-de662e360ddf&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: 1608/3302] 162.253.55.222 () {34 vars in 1052 bytes} [Wed Jul 29 21:16:02 2026] GET /v2.0/ports?network_id=2571719c-f675-4d7b-b8d1-de662e360ddf&device_owner=network%3Adhcp => generated 1457 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1695/3303] 162.253.55.222 () {34 vars in 1012 bytes} [Wed Jul 29 21:16:02 2026] GET /v2.0/networks/2571719c-f675-4d7b-b8d1-de662e360ddf?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: 1609/3304] 162.253.55.222 () {34 vars in 1112 bytes} [Wed Jul 29 21:16:02 2026] GET /v2.0/networks/2571719c-f675-4d7b-b8d1-de662e360ddf?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1696/3305] 162.253.55.222 () {34 vars in 994 bytes} [Wed Jul 29 21:16:03 2026] GET /v2.0/ports?device_id=9857d89a-1cf3-4171-bff3-99ae9bc86c05 => generated 1192 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-29 21:16:04.113 8 INFO neutron_taas.services.taas.taas_plugin [req-6c3ef754-ce88-4b62-b7f0-2ff19298a463 req-fc236158-b25c-409e-abb0-42ea4dd06da1 b846881c49ae4ead88e347565f56e0fd 059631b98d244af1b364b9181b6cf6b6 - - default default] TaaS: Handle Delete Port: d771c760-67e9-4201-8561-7036b381cae6 2026-07-29 21:16:04.117 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-6c3ef754-ce88-4b62-b7f0-2ff19298a463 req-fc236158-b25c-409e-abb0-42ea4dd06da1 b846881c49ae4ead88e347565f56e0fd 059631b98d244af1b364b9181b6cf6b6 - - default default] Tap Mirror: Handle Delete Port: d771c760-67e9-4201-8561-7036b381cae6 [pid: 8|app: 0|req: 1610/3306] 162.253.55.222 () {36 vars in 997 bytes} [Wed Jul 29 21:16:04 2026] DELETE /v2.0/ports/d771c760-67e9-4201-8561-7036b381cae6 => generated 0 bytes in 363 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-29 21:16:04.410 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-25524d90-ce88-4567-a254-b8cff3f4aa76'] response: {'server_uuid': '9857d89a-1cf3-4171-bff3-99ae9bc86c05', 'name': 'network-vif-deleted', 'tag': 'd771c760-67e9-4201-8561-7036b381cae6', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1697/3307] 10.0.0.147 () {34 vars in 990 bytes} [Wed Jul 29 21:16:06 2026] GET /v2.0/ports?device_id=9857d89a-1cf3-4171-bff3-99ae9bc86c05 => 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: 1612/3310] 10.0.0.76 () {32 vars in 749 bytes} [Wed Jul 29 21:16:11 2026] DELETE /v2.0/security-group-rules/04d7ac18-27cf-4bee-beb0-e0b16d0d57af => generated 0 bytes in 123 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-29 21:16:12.010 7 INFO neutron.api.v2.resource [None req-ad6bb6fb-5859-48df-bf6a-a795d86c1954 b846881c49ae4ead88e347565f56e0fd 059631b98d244af1b364b9181b6cf6b6 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1699/3311] 10.0.0.76 () {32 vars in 746 bytes} [Wed Jul 29 21:16:11 2026] GET /v2.0/security-group-rules/04d7ac18-27cf-4bee-beb0-e0b16d0d57af => 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/3312] 10.0.0.76 () {32 vars in 749 bytes} [Wed Jul 29 21:16:12 2026] DELETE /v2.0/security-group-rules/404a739b-2447-44af-9474-9943c6948dd5 => generated 0 bytes in 109 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-29 21:16:12.145 7 INFO neutron.api.v2.resource [None req-867b0bef-f372-4ebd-a7e6-53451a2afa6e b846881c49ae4ead88e347565f56e0fd 059631b98d244af1b364b9181b6cf6b6 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1700/3313] 10.0.0.76 () {32 vars in 746 bytes} [Wed Jul 29 21:16:12 2026] GET /v2.0/security-group-rules/404a739b-2447-44af-9474-9943c6948dd5 => 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: 1614/3314] 10.0.0.76 () {32 vars in 749 bytes} [Wed Jul 29 21:16:12 2026] DELETE /v2.0/security-group-rules/b9fbed38-cde8-475f-b07d-c4a990568304 => generated 0 bytes in 116 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-29 21:16:12.286 7 INFO neutron.api.v2.resource [None req-6f6ffe7b-5c54-4e84-8da4-bdadd9c6c79d b846881c49ae4ead88e347565f56e0fd 059631b98d244af1b364b9181b6cf6b6 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1701/3315] 10.0.0.76 () {32 vars in 746 bytes} [Wed Jul 29 21:16:12 2026] GET /v2.0/security-group-rules/b9fbed38-cde8-475f-b07d-c4a990568304 => generated 155 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1615/3316] 10.0.0.76 () {32 vars in 749 bytes} [Wed Jul 29 21:16:12 2026] DELETE /v2.0/security-group-rules/12ff4fac-9144-4645-a51b-80e2e82e5235 => generated 0 bytes in 102 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-29 21:16:12.414 7 INFO neutron.api.v2.resource [None req-8808260d-9679-48b1-8dd5-da7ef84477b5 b846881c49ae4ead88e347565f56e0fd 059631b98d244af1b364b9181b6cf6b6 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1702/3317] 10.0.0.76 () {32 vars in 746 bytes} [Wed Jul 29 21:16:12 2026] GET /v2.0/security-group-rules/12ff4fac-9144-4645-a51b-80e2e82e5235 => 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: 1616/3318] 10.0.0.76 () {32 vars in 749 bytes} [Wed Jul 29 21:16:12 2026] DELETE /v2.0/security-group-rules/2a205451-5d74-4f4e-9d76-037ba66176f0 => generated 0 bytes in 111 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-29 21:16:12.544 7 INFO neutron.api.v2.resource [None req-92c5e6f3-4064-41a5-b4d3-fcfbeb0f0e4f b846881c49ae4ead88e347565f56e0fd 059631b98d244af1b364b9181b6cf6b6 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1703/3319] 10.0.0.76 () {32 vars in 746 bytes} [Wed Jul 29 21:16:12 2026] GET /v2.0/security-group-rules/2a205451-5d74-4f4e-9d76-037ba66176f0 => 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: 1617/3320] 10.0.0.76 () {32 vars in 749 bytes} [Wed Jul 29 21:16:12 2026] DELETE /v2.0/security-group-rules/a15fbb5b-2b8a-4235-a0d4-07a16adae4ac => generated 0 bytes in 138 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-29 21:16:12.707 7 INFO neutron.api.v2.resource [None req-f7883e35-f856-4687-aeb8-e7d790697dda b846881c49ae4ead88e347565f56e0fd 059631b98d244af1b364b9181b6cf6b6 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1704/3321] 10.0.0.76 () {32 vars in 746 bytes} [Wed Jul 29 21:16:12 2026] GET /v2.0/security-group-rules/a15fbb5b-2b8a-4235-a0d4-07a16adae4ac => generated 155 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1618/3322] 10.0.0.76 () {32 vars in 749 bytes} [Wed Jul 29 21:16:12 2026] DELETE /v2.0/security-group-rules/8ceade42-b0ce-483f-8d53-ec90ae069451 => generated 0 bytes in 125 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-29 21:16:12.856 7 INFO neutron.api.v2.resource [None req-7e33464f-f8cf-49db-b530-4e8d4584c2e3 b846881c49ae4ead88e347565f56e0fd 059631b98d244af1b364b9181b6cf6b6 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1705/3323] 10.0.0.76 () {32 vars in 746 bytes} [Wed Jul 29 21:16:12 2026] GET /v2.0/security-group-rules/8ceade42-b0ce-483f-8d53-ec90ae069451 => 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: 1619/3324] 10.0.0.76 () {32 vars in 749 bytes} [Wed Jul 29 21:16:12 2026] DELETE /v2.0/security-group-rules/fa694cb1-43dc-4404-a845-8d52b3c6736d => generated 0 bytes in 90 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-29 21:16:12.967 7 INFO neutron.api.v2.resource [None req-5b50bd73-5814-4113-bba0-55f7d043dafc b846881c49ae4ead88e347565f56e0fd 059631b98d244af1b364b9181b6cf6b6 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1706/3325] 10.0.0.76 () {32 vars in 746 bytes} [Wed Jul 29 21:16:12 2026] GET /v2.0/security-group-rules/fa694cb1-43dc-4404-a845-8d52b3c6736d => 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: 1620/3326] 10.0.0.76 () {32 vars in 749 bytes} [Wed Jul 29 21:16:12 2026] DELETE /v2.0/security-group-rules/fd6522ae-fc68-4579-8971-588d50478a7d => generated 0 bytes in 85 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-29 21:16:13.076 7 INFO neutron.api.v2.resource [None req-b0606d03-f09b-430c-a3ea-a44bac2a005f b846881c49ae4ead88e347565f56e0fd 059631b98d244af1b364b9181b6cf6b6 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1707/3327] 10.0.0.76 () {32 vars in 746 bytes} [Wed Jul 29 21:16:13 2026] GET /v2.0/security-group-rules/fd6522ae-fc68-4579-8971-588d50478a7d => 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: 1621/3328] 10.0.0.76 () {32 vars in 749 bytes} [Wed Jul 29 21:16:13 2026] DELETE /v2.0/security-group-rules/aaf33252-81d2-444d-b458-707c96d1267a => generated 0 bytes in 100 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-29 21:16:13.199 7 INFO neutron.api.v2.resource [None req-ed34603e-a751-48ae-adb5-631d1c0fa3ea b846881c49ae4ead88e347565f56e0fd 059631b98d244af1b364b9181b6cf6b6 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1708/3329] 10.0.0.76 () {32 vars in 746 bytes} [Wed Jul 29 21:16:13 2026] GET /v2.0/security-group-rules/aaf33252-81d2-444d-b458-707c96d1267a => 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: 1622/3330] 10.0.0.76 () {32 vars in 749 bytes} [Wed Jul 29 21:16:13 2026] DELETE /v2.0/security-group-rules/9aab461a-6e7e-4549-99e1-fa7a3d6898d5 => generated 0 bytes in 105 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-29 21:16:13.330 7 INFO neutron.api.v2.resource [None req-0e794b72-c567-40d8-8dd7-789967b5becd b846881c49ae4ead88e347565f56e0fd 059631b98d244af1b364b9181b6cf6b6 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1709/3331] 10.0.0.76 () {32 vars in 746 bytes} [Wed Jul 29 21:16:13 2026] GET /v2.0/security-group-rules/9aab461a-6e7e-4549-99e1-fa7a3d6898d5 => 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: 1623/3332] 10.0.0.76 () {32 vars in 739 bytes} [Wed Jul 29 21:16:13 2026] DELETE /v2.0/security-groups/5b2c9262-1270-437c-9e65-1f5431782e85 => generated 0 bytes in 120 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-29 21:16:13.477 7 INFO neutron.api.v2.resource [None req-70b8dc06-9b9b-4558-982c-4b678ce2a9af b846881c49ae4ead88e347565f56e0fd 059631b98d244af1b364b9181b6cf6b6 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1710/3333] 10.0.0.76 () {32 vars in 736 bytes} [Wed Jul 29 21:16:13 2026] GET /v2.0/security-groups/5b2c9262-1270-437c-9e65-1f5431782e85 => generated 146 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-29 21:16:13.976 8 INFO neutron_taas.services.taas.taas_plugin [None req-ec654b28-9ed4-4733-920b-88e607b606fb b846881c49ae4ead88e347565f56e0fd 059631b98d244af1b364b9181b6cf6b6 - - default default] TaaS: Handle Delete Port: 30f1aabf-3d8a-40e9-a969-8e5b52258728 2026-07-29 21:16:13.980 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ec654b28-9ed4-4733-920b-88e607b606fb b846881c49ae4ead88e347565f56e0fd 059631b98d244af1b364b9181b6cf6b6 - - default default] Tap Mirror: Handle Delete Port: 30f1aabf-3d8a-40e9-a969-8e5b52258728 [pid: 8|app: 0|req: 1624/3334] 10.0.0.76 () {34 vars in 788 bytes} [Wed Jul 29 21:16:13 2026] PUT /v2.0/routers/a36ad218-f2f3-409e-b701-09c6d967c566/remove_router_interface => generated 309 bytes in 1064 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-29 21:16:14.801 7 INFO neutron.api.v2.resource [None req-89182296-d28e-4374-b2e4-bc3d89521b68 b846881c49ae4ead88e347565f56e0fd 059631b98d244af1b364b9181b6cf6b6 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1711/3335] 10.0.0.76 () {34 vars in 788 bytes} [Wed Jul 29 21:16:14 2026] PUT /v2.0/routers/a36ad218-f2f3-409e-b701-09c6d967c566/remove_router_interface => generated 198 bytes in 178 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-29 21:16:15.205 8 INFO neutron_taas.services.taas.taas_plugin [None req-e66973e4-c357-4465-9142-ce956c1d53fa b846881c49ae4ead88e347565f56e0fd 059631b98d244af1b364b9181b6cf6b6 - - default default] TaaS: Handle Delete Port: ed1fb4a2-b760-4800-ba81-331f3bc72a3a 2026-07-29 21:16:15.209 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e66973e4-c357-4465-9142-ce956c1d53fa b846881c49ae4ead88e347565f56e0fd 059631b98d244af1b364b9181b6cf6b6 - - default default] Tap Mirror: Handle Delete Port: ed1fb4a2-b760-4800-ba81-331f3bc72a3a [pid: 8|app: 0|req: 1625/3336] 10.0.0.76 () {34 vars in 788 bytes} [Wed Jul 29 21:16:14 2026] PUT /v2.0/routers/a36ad218-f2f3-409e-b701-09c6d967c566/remove_router_interface => generated 309 bytes in 1099 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-29 21:16:16.074 7 INFO neutron.api.v2.resource [None req-c5714b59-51ad-41b1-b1a7-6885129c9986 b846881c49ae4ead88e347565f56e0fd 059631b98d244af1b364b9181b6cf6b6 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1712/3337] 10.0.0.76 () {34 vars in 788 bytes} [Wed Jul 29 21:16:15 2026] PUT /v2.0/routers/a36ad218-f2f3-409e-b701-09c6d967c566/remove_router_interface => generated 198 bytes in 161 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-29 21:16:16.510 8 INFO neutron_taas.services.taas.taas_plugin [None req-ef515098-f1f7-4159-a153-a5975db3f30b b846881c49ae4ead88e347565f56e0fd 059631b98d244af1b364b9181b6cf6b6 - - default default] TaaS: Handle Delete Port: a739e1e3-d68e-4af8-b00b-1628f56cf6e8 2026-07-29 21:16:16.512 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ef515098-f1f7-4159-a153-a5975db3f30b b846881c49ae4ead88e347565f56e0fd 059631b98d244af1b364b9181b6cf6b6 - - default default] Tap Mirror: Handle Delete Port: a739e1e3-d68e-4af8-b00b-1628f56cf6e8 [pid: 8|app: 0|req: 1626/3338] 10.0.0.76 () {34 vars in 788 bytes} [Wed Jul 29 21:16:16 2026] PUT /v2.0/routers/a36ad218-f2f3-409e-b701-09c6d967c566/remove_router_interface => generated 309 bytes in 1048 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-29 21:16:17.312 7 INFO neutron.api.v2.resource [None req-f0a15a6f-364f-4cbd-a5d9-5e5a4f3e910a b846881c49ae4ead88e347565f56e0fd 059631b98d244af1b364b9181b6cf6b6 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1713/3339] 10.0.0.76 () {34 vars in 788 bytes} [Wed Jul 29 21:16:17 2026] PUT /v2.0/routers/a36ad218-f2f3-409e-b701-09c6d967c566/remove_router_interface => generated 198 bytes in 175 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-29 21:16:17.576 8 INFO neutron_taas.services.taas.taas_plugin [None req-211c7693-3f62-436b-90ef-0fda83639df9 b846881c49ae4ead88e347565f56e0fd 059631b98d244af1b364b9181b6cf6b6 - - default default] TaaS: Handle Delete Port: 370e8d72-0db6-4349-a843-96faa664e8bf 2026-07-29 21:16:17.580 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-211c7693-3f62-436b-90ef-0fda83639df9 b846881c49ae4ead88e347565f56e0fd 059631b98d244af1b364b9181b6cf6b6 - - default default] Tap Mirror: Handle Delete Port: 370e8d72-0db6-4349-a843-96faa664e8bf 2026-07-29 21:16:17.874 8 INFO neutron_taas.services.taas.taas_plugin [None req-211c7693-3f62-436b-90ef-0fda83639df9 b846881c49ae4ead88e347565f56e0fd 059631b98d244af1b364b9181b6cf6b6 - - default default] TaaS: Handle Delete Port: fdeb1e0d-c041-44f1-a29f-303e18addb37 2026-07-29 21:16:17.877 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-211c7693-3f62-436b-90ef-0fda83639df9 b846881c49ae4ead88e347565f56e0fd 059631b98d244af1b364b9181b6cf6b6 - - default default] Tap Mirror: Handle Delete Port: fdeb1e0d-c041-44f1-a29f-303e18addb37 2026-07-29 21:16:18.271 8 INFO neutron.services.segments.plugin [-] Segment 762ea66e-7660-467f-a933-6ff732949779 resource provider aggregate not found 2026-07-29 21:16:18.272 8 INFO neutron.services.segments.plugin [-] Segment 762ea66e-7660-467f-a933-6ff732949779 resource provider aggregate not found 2026-07-29 21:16:18.295 8 INFO neutron.services.segments.plugin [-] Segment 762ea66e-7660-467f-a933-6ff732949779 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 762ea66e-7660-467f-a933-6ff732949779 found for delete ", "request_id": "req-3fa890bd-9daf-4cc4-8531-b728a3bd6a2f"}]} 2026-07-29 21:16:18.298 8 INFO neutron.services.segments.plugin [-] Segment 762ea66e-7660-467f-a933-6ff732949779 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 762ea66e-7660-467f-a933-6ff732949779 found for delete ", "request_id": "req-c10e8dc9-e2fd-4f1f-894d-e532363d69d3"}]} 2026-07-29 21:16:18.331 8 INFO neutron.db.l3_hamode_db [None req-211c7693-3f62-436b-90ef-0fda83639df9 b846881c49ae4ead88e347565f56e0fd 059631b98d244af1b364b9181b6cf6b6 - - default default] HA network 656a4e85-bc75-407f-a460-4f70742f4f42 was deleted as no HA routers are present in tenant 059631b98d244af1b364b9181b6cf6b6. [pid: 8|app: 0|req: 1627/3340] 10.0.0.76 () {32 vars in 723 bytes} [Wed Jul 29 21:16:17 2026] DELETE /v2.0/routers/a36ad218-f2f3-409e-b701-09c6d967c566 => generated 0 bytes in 1020 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-29 21:16:18.366 7 INFO neutron.api.v2.resource [None req-b524cf68-044b-467e-b53c-c0e7b2724637 b846881c49ae4ead88e347565f56e0fd 059631b98d244af1b364b9181b6cf6b6 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1714/3341] 10.0.0.76 () {32 vars in 720 bytes} [Wed Jul 29 21:16:18 2026] GET /v2.0/routers/a36ad218-f2f3-409e-b701-09c6d967c566 => generated 135 bytes in 22 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1628/3342] 10.0.0.76 () {32 vars in 723 bytes} [Wed Jul 29 21:16:18 2026] DELETE /v2.0/subnets/6969cd65-8e38-4aa4-a16c-bb080e283220 => generated 0 bytes in 183 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-29 21:16:18.576 7 INFO neutron.pecan_wsgi.hooks.translation [None req-e56af473-d2ac-420c-92fc-5d7a4bf0046b b846881c49ae4ead88e347565f56e0fd 059631b98d244af1b364b9181b6cf6b6 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1715/3343] 10.0.0.76 () {32 vars in 720 bytes} [Wed Jul 29 21:16:18 2026] GET /v2.0/subnets/6969cd65-8e38-4aa4-a16c-bb080e283220 => generated 136 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1629/3344] 10.0.0.76 () {32 vars in 723 bytes} [Wed Jul 29 21:16:18 2026] DELETE /v2.0/subnets/541e970e-c2c8-4e4d-a21b-c3c7508d859e => generated 0 bytes in 185 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-29 21:16:18.797 7 INFO neutron.pecan_wsgi.hooks.translation [None req-766c2d1c-c4f6-4d10-b10c-48fb05414371 b846881c49ae4ead88e347565f56e0fd 059631b98d244af1b364b9181b6cf6b6 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1716/3345] 10.0.0.76 () {32 vars in 720 bytes} [Wed Jul 29 21:16:18 2026] GET /v2.0/subnets/541e970e-c2c8-4e4d-a21b-c3c7508d859e => generated 136 bytes in 27 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-29 21:16:18.929 8 INFO neutron_taas.services.taas.taas_plugin [None req-e457190a-1129-4d3c-aed8-6d062fce09fa b846881c49ae4ead88e347565f56e0fd 059631b98d244af1b364b9181b6cf6b6 - - default default] TaaS: Handle Delete Port: 41320b13-ae05-498f-a6a8-87616b3028ae 2026-07-29 21:16:18.933 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e457190a-1129-4d3c-aed8-6d062fce09fa b846881c49ae4ead88e347565f56e0fd 059631b98d244af1b364b9181b6cf6b6 - - default default] Tap Mirror: Handle Delete Port: 41320b13-ae05-498f-a6a8-87616b3028ae [pid: 8|app: 0|req: 1630/3346] 10.0.0.76 () {32 vars in 725 bytes} [Wed Jul 29 21:16:18 2026] DELETE /v2.0/networks/5be64d6d-d50e-4977-896b-57c2090a9218 => generated 0 bytes in 434 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-29 21:16:19.266 7 INFO neutron.pecan_wsgi.hooks.translation [None req-f2ea184f-ae08-48f9-9e19-d0059058ef06 b846881c49ae4ead88e347565f56e0fd 059631b98d244af1b364b9181b6cf6b6 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1717/3347] 10.0.0.76 () {32 vars in 722 bytes} [Wed Jul 29 21:16:19 2026] GET /v2.0/networks/5be64d6d-d50e-4977-896b-57c2090a9218 => generated 138 bytes in 25 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1631/3348] 10.0.0.76 () {32 vars in 723 bytes} [Wed Jul 29 21:16:19 2026] DELETE /v2.0/subnets/cca632af-d479-404c-bc2a-102e575c7dc0 => generated 0 bytes in 193 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-29 21:16:19.486 7 INFO neutron.pecan_wsgi.hooks.translation [None req-8af8e667-0bb2-4a13-a3fc-b4d93edc4ac3 b846881c49ae4ead88e347565f56e0fd 059631b98d244af1b364b9181b6cf6b6 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1718/3349] 10.0.0.76 () {32 vars in 720 bytes} [Wed Jul 29 21:16:19 2026] GET /v2.0/subnets/cca632af-d479-404c-bc2a-102e575c7dc0 => generated 136 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1632/3350] 10.0.0.76 () {32 vars in 723 bytes} [Wed Jul 29 21:16:19 2026] DELETE /v2.0/subnets/606bd2a0-e150-46e1-ac83-e76e1ebd07ac => generated 0 bytes in 245 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-29 21:16:19.758 7 INFO neutron.pecan_wsgi.hooks.translation [None req-853d3ce7-4faf-4c57-a617-0517a7089c60 b846881c49ae4ead88e347565f56e0fd 059631b98d244af1b364b9181b6cf6b6 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1719/3351] 10.0.0.76 () {32 vars in 720 bytes} [Wed Jul 29 21:16:19 2026] GET /v2.0/subnets/606bd2a0-e150-46e1-ac83-e76e1ebd07ac => generated 136 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-29 21:16:19.873 8 INFO neutron_taas.services.taas.taas_plugin [None req-71636bb1-7e1c-4d6e-ba0c-0d98cb379eee b846881c49ae4ead88e347565f56e0fd 059631b98d244af1b364b9181b6cf6b6 - - default default] TaaS: Handle Delete Port: 4467c27e-51a5-40de-b3df-db1c5bf96825 2026-07-29 21:16:19.876 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-71636bb1-7e1c-4d6e-ba0c-0d98cb379eee b846881c49ae4ead88e347565f56e0fd 059631b98d244af1b364b9181b6cf6b6 - - default default] Tap Mirror: Handle Delete Port: 4467c27e-51a5-40de-b3df-db1c5bf96825 [pid: 8|app: 0|req: 1633/3352] 10.0.0.76 () {32 vars in 725 bytes} [Wed Jul 29 21:16:19 2026] DELETE /v2.0/networks/2571719c-f675-4d7b-b8d1-de662e360ddf => generated 0 bytes in 403 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-29 21:16:20.190 7 INFO neutron.pecan_wsgi.hooks.translation [None req-97be8096-1a2f-4827-8274-dcd21df3617e b846881c49ae4ead88e347565f56e0fd 059631b98d244af1b364b9181b6cf6b6 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1720/3353] 10.0.0.76 () {32 vars in 722 bytes} [Wed Jul 29 21:16:20 2026] GET /v2.0/networks/2571719c-f675-4d7b-b8d1-de662e360ddf => generated 138 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-29 21:16:20.322 8 INFO neutron.services.segments.plugin [-] Segment 7a0938e4-155d-4268-ab4d-8d61247b7fa0 resource provider aggregate not found 2026-07-29 21:16:20.328 8 INFO neutron.services.segments.plugin [-] Segment 7a0938e4-155d-4268-ab4d-8d61247b7fa0 resource provider aggregate not found 2026-07-29 21:16:20.339 8 INFO neutron.services.segments.plugin [-] Segment 7a0938e4-155d-4268-ab4d-8d61247b7fa0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7a0938e4-155d-4268-ab4d-8d61247b7fa0 found for delete ", "request_id": "req-50579702-6c12-4abf-9ef9-87619c2d1820"}]} 2026-07-29 21:16:20.347 8 INFO neutron.services.segments.plugin [-] Segment 7a0938e4-155d-4268-ab4d-8d61247b7fa0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7a0938e4-155d-4268-ab4d-8d61247b7fa0 found for delete ", "request_id": "req-9c37fd43-4b43-4a9f-a22b-1d28c21a2da0"}]} 2026-07-29 21:16:20.353 8 INFO neutron.services.segments.plugin [-] Segment e0ced1d2-5928-4e14-9820-a128eda4fd64 resource provider aggregate not found 2026-07-29 21:16:20.369 8 INFO neutron.services.segments.plugin [-] Segment e0ced1d2-5928-4e14-9820-a128eda4fd64 resource provider aggregate not found 2026-07-29 21:16:20.374 8 INFO neutron.services.segments.plugin [-] Segment e0ced1d2-5928-4e14-9820-a128eda4fd64 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e0ced1d2-5928-4e14-9820-a128eda4fd64 found for delete ", "request_id": "req-f4a1e95b-47bc-4bb1-b0c0-36f11c30193c"}]} 2026-07-29 21:16:20.383 8 INFO neutron.services.segments.plugin [-] Segment e0ced1d2-5928-4e14-9820-a128eda4fd64 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e0ced1d2-5928-4e14-9820-a128eda4fd64 found for delete ", "request_id": "req-a8d4f212-e94a-4371-a2b8-021c56bc7ed9"}]} [pid: 8|app: 0|req: 1634/3354] 10.0.0.76 () {32 vars in 723 bytes} [Wed Jul 29 21:16:20 2026] DELETE /v2.0/subnets/72349923-8463-4d37-8303-9a25c4d05639 => generated 0 bytes in 208 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-29 21:16:20.428 7 INFO neutron.pecan_wsgi.hooks.translation [None req-c53547bd-1269-4dd7-9a04-5951fac66f3d b846881c49ae4ead88e347565f56e0fd 059631b98d244af1b364b9181b6cf6b6 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1721/3355] 10.0.0.76 () {32 vars in 720 bytes} [Wed Jul 29 21:16:20 2026] GET /v2.0/subnets/72349923-8463-4d37-8303-9a25c4d05639 => 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: 1635/3356] 10.0.0.76 () {32 vars in 723 bytes} [Wed Jul 29 21:16:20 2026] DELETE /v2.0/subnets/acee3653-515a-4f4b-9c88-c99fc98559a8 => generated 0 bytes in 207 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-29 21:16:20.665 7 INFO neutron.pecan_wsgi.hooks.translation [None req-92c73c95-0b27-4eb0-b7b6-871b5df15ac7 b846881c49ae4ead88e347565f56e0fd 059631b98d244af1b364b9181b6cf6b6 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1722/3357] 10.0.0.76 () {32 vars in 720 bytes} [Wed Jul 29 21:16:20 2026] GET /v2.0/subnets/acee3653-515a-4f4b-9c88-c99fc98559a8 => generated 136 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-29 21:16:20.767 8 INFO neutron_taas.services.taas.taas_plugin [None req-cc460bbd-defd-46ba-a859-5fa1a7917726 b846881c49ae4ead88e347565f56e0fd 059631b98d244af1b364b9181b6cf6b6 - - default default] TaaS: Handle Delete Port: 8e852501-4daf-4f12-b678-2fe95645a26a 2026-07-29 21:16:20.770 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-cc460bbd-defd-46ba-a859-5fa1a7917726 b846881c49ae4ead88e347565f56e0fd 059631b98d244af1b364b9181b6cf6b6 - - default default] Tap Mirror: Handle Delete Port: 8e852501-4daf-4f12-b678-2fe95645a26a [pid: 8|app: 0|req: 1636/3358] 10.0.0.76 () {32 vars in 725 bytes} [Wed Jul 29 21:16:20 2026] DELETE /v2.0/networks/f0db309d-0d51-4a51-827f-98b0bbd23d55 => generated 0 bytes in 394 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-29 21:16:21.086 7 INFO neutron.pecan_wsgi.hooks.translation [None req-da0f4759-26e8-4cd5-af46-4d2f159e95ff b846881c49ae4ead88e347565f56e0fd 059631b98d244af1b364b9181b6cf6b6 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1723/3359] 10.0.0.76 () {32 vars in 722 bytes} [Wed Jul 29 21:16:21 2026] GET /v2.0/networks/f0db309d-0d51-4a51-827f-98b0bbd23d55 => generated 138 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-29 21:16:22.399 8 INFO neutron.services.segments.plugin [-] Segment f88ed630-e646-47e0-91bf-4f9ced314d6f resource provider aggregate not found 2026-07-29 21:16:22.405 8 INFO neutron.services.segments.plugin [-] Segment f88ed630-e646-47e0-91bf-4f9ced314d6f resource provider aggregate not found 2026-07-29 21:16:22.411 8 INFO neutron.services.segments.plugin [-] Segment f88ed630-e646-47e0-91bf-4f9ced314d6f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f88ed630-e646-47e0-91bf-4f9ced314d6f found for delete ", "request_id": "req-5472cbfe-9505-448b-96dd-77c7744b3ef4"}]} 2026-07-29 21:16:22.427 8 INFO neutron.services.segments.plugin [-] Segment f88ed630-e646-47e0-91bf-4f9ced314d6f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f88ed630-e646-47e0-91bf-4f9ced314d6f found for delete ", "request_id": "req-08fb91a1-de2f-4c8c-9b7d-c301e37a832f"}]} [pid: 8|app: 0|req: 1637/3360] 10.0.0.76 () {32 vars in 773 bytes} [Wed Jul 29 21:16:23 2026] GET /v2.0/security-groups?tenant_id=059631b98d244af1b364b9181b6cf6b6&name=default => generated 2929 bytes in 156 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1724/3361] 10.0.0.76 () {32 vars in 739 bytes} [Wed Jul 29 21:16:24 2026] DELETE /v2.0/security-groups/4eaa501d-180c-4032-8181-64703d669fca => generated 0 bytes in 160 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1638/3364] 10.0.0.76 () {32 vars in 773 bytes} [Wed Jul 29 21:16:24 2026] GET /v2.0/security-groups?tenant_id=adec0d45365d4e64b16e1afc8de0b147&name=default => generated 2929 bytes in 183 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1727/3365] 10.0.0.76 () {32 vars in 739 bytes} [Wed Jul 29 21:16:24 2026] DELETE /v2.0/security-groups/ba50239b-c0a3-429a-be6a-241257e932af => generated 0 bytes in 183 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1639/3366] 10.0.0.76 () {32 vars in 773 bytes} [Wed Jul 29 21:16:24 2026] GET /v2.0/security-groups?tenant_id=9b86954243a8404f91047fbd66bed9a1&name=default => generated 2929 bytes in 179 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1728/3367] 10.0.0.76 () {32 vars in 739 bytes} [Wed Jul 29 21:16:25 2026] DELETE /v2.0/security-groups/8a51a3b4-3e27-4f49-a438-b9c0fee912ae => generated 0 bytes in 168 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1640/3368] 10.0.0.76 () {32 vars in 773 bytes} [Wed Jul 29 21:16:25 2026] GET /v2.0/security-groups?tenant_id=44dcb04a3c5748dfa01a0d657c7c938c&name=default => generated 2929 bytes in 154 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1729/3369] 10.0.0.76 () {32 vars in 739 bytes} [Wed Jul 29 21:16:25 2026] DELETE /v2.0/security-groups/f56fd27a-ba07-49a1-9176-0c66c3659743 => generated 0 bytes in 214 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1641/3370] 10.0.0.76 () {32 vars in 773 bytes} [Wed Jul 29 21:16:26 2026] GET /v2.0/security-groups?tenant_id=4dcae53e92f647cd861fb4255dca1c8a&name=default => generated 2929 bytes in 177 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1730/3371] 10.0.0.76 () {32 vars in 739 bytes} [Wed Jul 29 21:16:26 2026] DELETE /v2.0/security-groups/0cfbb870-e1fd-43c7-bba3-41ce5f989b00 => generated 0 bytes in 144 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1642/3372] 10.0.0.76 () {32 vars in 773 bytes} [Wed Jul 29 21:16:26 2026] GET /v2.0/security-groups?tenant_id=5ba36888e2ae466db373935106736e16&name=default => generated 2929 bytes in 265 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1731/3373] 10.0.0.76 () {32 vars in 739 bytes} [Wed Jul 29 21:16:26 2026] DELETE /v2.0/security-groups/1064e06c-7e3a-44fb-bfe3-2381f66b5157 => generated 0 bytes in 128 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1643/3374] 10.0.0.76 () {32 vars in 773 bytes} [Wed Jul 29 21:16:27 2026] GET /v2.0/security-groups?tenant_id=a5d6faad7c4c4e6e821d277f5e278548&name=default => generated 2929 bytes in 156 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1732/3375] 10.0.0.76 () {32 vars in 739 bytes} [Wed Jul 29 21:16:27 2026] DELETE /v2.0/security-groups/25bedc10-440d-4e74-8df7-4f60320c9862 => generated 0 bytes in 141 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1644/3376] 10.0.0.76 () {32 vars in 648 bytes} [Wed Jul 29 21:16:30 2026] GET /v2.0/networks => generated 2168 bytes in 192 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1733/3377] 10.0.0.76 () {32 vars in 654 bytes} [Wed Jul 29 21:16:31 2026] GET /v2.0/floatingips => 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: 1645/3378] 10.0.0.76 () {32 vars in 646 bytes} [Wed Jul 29 21:16:31 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: 1734/3379] 10.0.0.76 () {32 vars in 642 bytes} [Wed Jul 29 21:16:31 2026] GET /v2.0/ports => generated 4725 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1646/3380] 10.0.0.76 () {32 vars in 646 bytes} [Wed Jul 29 21:16:31 2026] GET /v2.0/subnets => generated 1308 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1735/3381] 10.0.0.76 () {32 vars in 648 bytes} [Wed Jul 29 21:16:31 2026] GET /v2.0/networks => generated 2168 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1647/3382] 10.0.0.76 () {32 vars in 662 bytes} [Wed Jul 29 21:16:31 2026] GET /v2.0/security-groups => generated 17401 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1736/3383] 10.0.0.76 () {32 vars in 654 bytes} [Wed Jul 29 21:16:31 2026] GET /v2.0/subnetpools => generated 19 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0)