+ COMMAND=start + start + confs='--config-file /etc/neutron/neutron.conf' + confs+=' --config-file /etc/neutron/neutron_vpnaas.conf' + confs+=' --config-file /etc/neutron/taas_plugin.ini' + confs+=' --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' + exec uwsgi --ini /etc/neutron/neutron-api-uwsgi.ini --pyargv ' --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/neutron_vpnaas.conf --config-file /etc/neutron/taas_plugin.ini --config-file /etc/neutron/plugins/ml2/ml2_conf.ini ' [uWSGI] getting INI configuration from /etc/neutron/neutron-api-uwsgi.ini *** Starting uWSGI 2.0.31 (64bit) on [Tue Jul 21 07:18:38 2026] *** compiled with version: 13.3.0 on 02 June 2026 01:53:56 os: Linux-5.15.0-185-generic #195-Ubuntu SMP Fri Jun 19 17:11:50 UTC 2026 nodename: neutron-server-5f9bc49df-mg2bl machine: x86_64 clock source: unix pcre jit disabled detected number of CPU cores: 16 current working directory: / detected binary path: /var/lib/openstack/bin/uwsgi *** dumping internal routing table *** [rule: 0] subject: user_agent regexp: ^kube-probe.* action: donotlog: *** end of the internal routing table *** your memory page size is 4096 bytes detected max file descriptor number: 1048576 lock engine: pthread robust mutexes thunder lock: enabled uwsgi socket 0 bound to TCP address 0.0.0.0:9696 fd 3 Python version: 3.12.3 (main, Mar 23 2026, 19:04:32) [GCC 13.3.0] Python main interpreter initialized at 0x7fbcc5b8f668 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-21 07:18:43.348 8 INFO neutron.common.config [-] Logging enabled! 2026-07-21 07:18:43.348 8 INFO neutron.common.config [-] uwsgi version 27.0.4.dev8 2026-07-21 07:18:43.562 7 INFO neutron.common.config [-] Logging enabled! 2026-07-21 07:18:43.562 7 INFO neutron.common.config [-] uwsgi version 27.0.4.dev8 2026-07-21 07:18:43.735 8 INFO neutron.manager [-] Loading core plugin: ml2 2026-07-21 07:18:43.990 7 INFO neutron.manager [-] Loading core plugin: ml2 2026-07-21 07:18:45.235 8 INFO neutron.plugins.ml2.managers [-] Configured type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-07-21 07:18:45.238 8 INFO neutron.plugins.ml2.drivers.type_flat [-] Arbitrary flat physical_network names allowed 2026-07-21 07:18:45.242 8 INFO neutron.plugins.ml2.drivers.type_vlan [-] Network VLAN ranges: OrderedDict({'external': [(1, 4094)]}) 2026-07-21 07:18:45.243 8 INFO neutron.plugins.ml2.managers [-] Loaded type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-07-21 07:18:45.243 8 INFO neutron.plugins.ml2.managers [-] Registered types: dict_keys(['flat', 'gre', 'vlan', 'vxlan']) 2026-07-21 07:18:45.243 8 INFO neutron.plugins.ml2.managers [-] Tenant network_types: ['vxlan'] 2026-07-21 07:18:45.243 8 INFO neutron.plugins.ml2.managers [-] Configured extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-07-21 07:18:45.251 8 INFO neutron.plugins.ml2.managers [-] Loaded extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-07-21 07:18:45.251 8 INFO neutron.plugins.ml2.managers [-] Registered extension drivers: ['dns_domain_ports', 'port_security', 'qos'] 2026-07-21 07:18:45.251 8 INFO neutron.plugins.ml2.managers [-] Configured mechanism driver names: ['openvswitch', 'l2population'] 2026-07-21 07:18:45.273 8 INFO neutron.plugins.ml2.drivers.mech_agent [-] Open vSwitch agent's supported_vnic_types: ['normal', 'direct', 'smart-nic', 'vdpa'] 2026-07-21 07:18:45.275 8 INFO neutron.plugins.ml2.managers [-] Loaded mechanism driver names: ['openvswitch', 'l2population'] 2026-07-21 07:18:45.275 8 INFO neutron.plugins.ml2.managers [-] Registered mechanism drivers: ['openvswitch', 'l2population'] 2026-07-21 07:18:45.305 8 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'flat' 2026-07-21 07:18:45.305 8 INFO neutron.plugins.ml2.drivers.type_flat [-] ML2 FlatTypeDriver initialization complete 2026-07-21 07:18:45.305 8 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'gre' 2026-07-21 07:18:45.305 8 INFO neutron.plugins.ml2.drivers.type_tunnel [-] gre ID ranges: [(1, 1000)] 2026-07-21 07:18:45.549 7 INFO neutron.plugins.ml2.managers [-] Configured type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-07-21 07:18:45.551 7 INFO neutron.plugins.ml2.drivers.type_flat [-] Arbitrary flat physical_network names allowed 2026-07-21 07:18:45.556 7 INFO neutron.plugins.ml2.drivers.type_vlan [-] Network VLAN ranges: OrderedDict({'external': [(1, 4094)]}) 2026-07-21 07:18:45.557 7 INFO neutron.plugins.ml2.managers [-] Loaded type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-07-21 07:18:45.557 7 INFO neutron.plugins.ml2.managers [-] Registered types: dict_keys(['flat', 'gre', 'vlan', 'vxlan']) 2026-07-21 07:18:45.557 7 INFO neutron.plugins.ml2.managers [-] Tenant network_types: ['vxlan'] 2026-07-21 07:18:45.557 7 INFO neutron.plugins.ml2.managers [-] Configured extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-07-21 07:18:45.565 7 INFO neutron.plugins.ml2.managers [-] Loaded extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-07-21 07:18:45.565 7 INFO neutron.plugins.ml2.managers [-] Registered extension drivers: ['dns_domain_ports', 'port_security', 'qos'] 2026-07-21 07:18:45.565 7 INFO neutron.plugins.ml2.managers [-] Configured mechanism driver names: ['openvswitch', 'l2population'] 2026-07-21 07:18:45.588 7 INFO neutron.plugins.ml2.drivers.mech_agent [-] Open vSwitch agent's supported_vnic_types: ['normal', 'direct', 'smart-nic', 'vdpa'] 2026-07-21 07:18:45.589 7 INFO neutron.plugins.ml2.managers [-] Loaded mechanism driver names: ['openvswitch', 'l2population'] 2026-07-21 07:18:45.589 7 INFO neutron.plugins.ml2.managers [-] Registered mechanism drivers: ['openvswitch', 'l2population'] 2026-07-21 07:18:45.612 8 INFO neutron.plugins.ml2.managers [None req-22b53d3f-5453-48a8-9df8-b096f64b07df - - - - - -] Initializing driver for type 'vlan' 2026-07-21 07:18:45.619 7 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'flat' 2026-07-21 07:18:45.619 7 INFO neutron.plugins.ml2.drivers.type_flat [-] ML2 FlatTypeDriver initialization complete 2026-07-21 07:18:45.619 7 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'gre' 2026-07-21 07:18:45.619 7 INFO neutron.plugins.ml2.drivers.type_tunnel [-] gre ID ranges: [(1, 1000)] 2026-07-21 07:18:45.883 8 INFO neutron.plugins.ml2.drivers.type_vlan [None req-22b53d3f-5453-48a8-9df8-b096f64b07df - - - - - -] VlanTypeDriver initialization complete 2026-07-21 07:18:45.883 8 INFO neutron.plugins.ml2.managers [None req-22b53d3f-5453-48a8-9df8-b096f64b07df - - - - - -] Initializing driver for type 'vxlan' 2026-07-21 07:18:45.884 8 INFO neutron.plugins.ml2.drivers.type_tunnel [None req-22b53d3f-5453-48a8-9df8-b096f64b07df - - - - - -] vxlan ID ranges: [(1, 1000)] 2026-07-21 07:18:45.902 8 INFO neutron.plugins.ml2.managers [None req-22b53d3f-5453-48a8-9df8-b096f64b07df - - - - - -] Initializing extension driver 'dns_domain_ports' 2026-07-21 07:18:45.902 8 INFO neutron.plugins.ml2.extensions.dns_integration [None req-22b53d3f-5453-48a8-9df8-b096f64b07df - - - - - -] DNSDomainPortsExtensionDriver initialization complete 2026-07-21 07:18:45.902 8 INFO neutron.plugins.ml2.managers [None req-22b53d3f-5453-48a8-9df8-b096f64b07df - - - - - -] Initializing extension driver 'port_security' 2026-07-21 07:18:45.903 8 INFO neutron.plugins.ml2.extensions.port_security [None req-22b53d3f-5453-48a8-9df8-b096f64b07df - - - - - -] PortSecurityExtensionDriver initialization complete 2026-07-21 07:18:45.903 8 INFO neutron.plugins.ml2.managers [None req-22b53d3f-5453-48a8-9df8-b096f64b07df - - - - - -] Initializing extension driver 'qos' 2026-07-21 07:18:45.903 8 INFO neutron.plugins.ml2.managers [None req-22b53d3f-5453-48a8-9df8-b096f64b07df - - - - - -] Initializing mechanism driver 'openvswitch' 2026-07-21 07:18:45.903 8 INFO neutron.plugins.ml2.managers [None req-22b53d3f-5453-48a8-9df8-b096f64b07df - - - - - -] Initializing mechanism driver 'l2population' 2026-07-21 07:18:45.919 8 INFO neutron.quota [None req-60420882-d07a-41bd-932d-548503e37f65 - - - - - -] Loaded quota_driver: . 2026-07-21 07:18:45.920 8 INFO neutron.plugins.ml2.plugin [None req-60420882-d07a-41bd-932d-548503e37f65 - - - - - -] Modular L2 Plugin initialization complete 2026-07-21 07:18:45.920 8 INFO neutron.plugins.ml2.managers [None req-60420882-d07a-41bd-932d-548503e37f65 - - - - - -] Got dns-integration extension from driver 'dns_domain_ports' 2026-07-21 07:18:45.920 8 INFO neutron.plugins.ml2.managers [None req-60420882-d07a-41bd-932d-548503e37f65 - - - - - -] Got dns-domain-ports extension from driver 'dns_domain_ports' 2026-07-21 07:18:45.920 8 INFO neutron.plugins.ml2.managers [None req-60420882-d07a-41bd-932d-548503e37f65 - - - - - -] Got port-security extension from driver 'port_security' 2026-07-21 07:18:45.921 8 INFO neutron.manager [None req-60420882-d07a-41bd-932d-548503e37f65 - - - - - -] Loading Plugin: qos 2026-07-21 07:18:45.930 7 INFO neutron.plugins.ml2.managers [None req-3c9e7725-7835-4b0a-aa0a-f6369cbe68ba - - - - - -] Initializing driver for type 'vlan' 2026-07-21 07:18:45.933 8 INFO neutron.manager [None req-60420882-d07a-41bd-932d-548503e37f65 - - - - - -] Loading Plugin: router 2026-07-21 07:18:45.979 8 INFO neutron.services.service_base [None req-60420882-d07a-41bd-932d-548503e37f65 - - - - - -] Default provider is not specified for service type L3_ROUTER_NAT 2026-07-21 07:18:45.979 8 INFO neutron.manager [None req-60420882-d07a-41bd-932d-548503e37f65 - - - - - -] Loading Plugin: segments 2026-07-21 07:18:46.084 8 INFO neutron.manager [None req-60420882-d07a-41bd-932d-548503e37f65 - - - - - -] Loading Plugin: trunk 2026-07-21 07:18:46.099 8 INFO neutron.manager [None req-60420882-d07a-41bd-932d-548503e37f65 - - - - - -] Loading Plugin: vpnaas 2026-07-21 07:18:46.142 8 WARNING stevedore.named [None req-60420882-d07a-41bd-932d-548503e37f65 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-07-21 07:18:46.211 8 INFO neutron_vpnaas.services.vpn.plugin [None req-60420882-d07a-41bd-932d-548503e37f65 - - - - - -] VPN plugin using service drivers: dict_keys(['strongswan']), default: strongswan 2026-07-21 07:18:46.211 8 INFO neutron.common.utils [None req-60420882-d07a-41bd-932d-548503e37f65 - - - - - -] Disable filter validation extension by service plugin VPNDriverPlugin. 2026-07-21 07:18:46.212 8 INFO neutron.manager [None req-60420882-d07a-41bd-932d-548503e37f65 - - - - - -] Loading Plugin: taas 2026-07-21 07:18:46.221 7 INFO neutron.plugins.ml2.drivers.type_vlan [None req-3c9e7725-7835-4b0a-aa0a-f6369cbe68ba - - - - - -] VlanTypeDriver initialization complete 2026-07-21 07:18:46.221 7 INFO neutron.plugins.ml2.managers [None req-3c9e7725-7835-4b0a-aa0a-f6369cbe68ba - - - - - -] Initializing driver for type 'vxlan' 2026-07-21 07:18:46.221 7 INFO neutron.plugins.ml2.drivers.type_tunnel [None req-3c9e7725-7835-4b0a-aa0a-f6369cbe68ba - - - - - -] vxlan ID ranges: [(1, 1000)] 2026-07-21 07:18:46.235 7 INFO neutron.plugins.ml2.managers [None req-3c9e7725-7835-4b0a-aa0a-f6369cbe68ba - - - - - -] Initializing extension driver 'dns_domain_ports' 2026-07-21 07:18:46.236 7 INFO neutron.plugins.ml2.extensions.dns_integration [None req-3c9e7725-7835-4b0a-aa0a-f6369cbe68ba - - - - - -] DNSDomainPortsExtensionDriver initialization complete 2026-07-21 07:18:46.236 7 INFO neutron.plugins.ml2.managers [None req-3c9e7725-7835-4b0a-aa0a-f6369cbe68ba - - - - - -] Initializing extension driver 'port_security' 2026-07-21 07:18:46.236 7 INFO neutron.plugins.ml2.extensions.port_security [None req-3c9e7725-7835-4b0a-aa0a-f6369cbe68ba - - - - - -] PortSecurityExtensionDriver initialization complete 2026-07-21 07:18:46.236 7 INFO neutron.plugins.ml2.managers [None req-3c9e7725-7835-4b0a-aa0a-f6369cbe68ba - - - - - -] Initializing extension driver 'qos' 2026-07-21 07:18:46.236 7 INFO neutron.plugins.ml2.managers [None req-3c9e7725-7835-4b0a-aa0a-f6369cbe68ba - - - - - -] Initializing mechanism driver 'openvswitch' 2026-07-21 07:18:46.237 7 INFO neutron.plugins.ml2.managers [None req-3c9e7725-7835-4b0a-aa0a-f6369cbe68ba - - - - - -] Initializing mechanism driver 'l2population' 2026-07-21 07:18:46.238 8 WARNING stevedore.named [None req-60420882-d07a-41bd-932d-548503e37f65 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-07-21 07:18:46.254 7 INFO neutron.quota [None req-789091bd-7582-4aab-b651-1b26c24c82b0 - - - - - -] Loaded quota_driver: . 2026-07-21 07:18:46.254 7 INFO neutron.plugins.ml2.plugin [None req-789091bd-7582-4aab-b651-1b26c24c82b0 - - - - - -] Modular L2 Plugin initialization complete 2026-07-21 07:18:46.254 7 INFO neutron.plugins.ml2.managers [None req-789091bd-7582-4aab-b651-1b26c24c82b0 - - - - - -] Got dns-integration extension from driver 'dns_domain_ports' 2026-07-21 07:18:46.255 7 INFO neutron.plugins.ml2.managers [None req-789091bd-7582-4aab-b651-1b26c24c82b0 - - - - - -] Got dns-domain-ports extension from driver 'dns_domain_ports' 2026-07-21 07:18:46.255 7 INFO neutron.plugins.ml2.managers [None req-789091bd-7582-4aab-b651-1b26c24c82b0 - - - - - -] Got port-security extension from driver 'port_security' 2026-07-21 07:18:46.255 7 INFO neutron.manager [None req-789091bd-7582-4aab-b651-1b26c24c82b0 - - - - - -] Loading Plugin: qos 2026-07-21 07:18:46.265 8 INFO neutron_taas.services.taas.taas_plugin [None req-60420882-d07a-41bd-932d-548503e37f65 - - - - - -] TAAS Plugin initialized using service drivers: dict_keys(['taas']), default: taas 2026-07-21 07:18:46.265 8 INFO neutron.manager [None req-60420882-d07a-41bd-932d-548503e37f65 - - - - - -] Loading Plugin: tapmirror 2026-07-21 07:18:46.269 7 INFO neutron.manager [None req-789091bd-7582-4aab-b651-1b26c24c82b0 - - - - - -] Loading Plugin: router 2026-07-21 07:18:46.279 8 WARNING stevedore.named [None req-60420882-d07a-41bd-932d-548503e37f65 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-07-21 07:18:46.295 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-60420882-d07a-41bd-932d-548503e37f65 - - - - - -] Tap Mirror plugin using service drivers: dict_keys(['taas']), default: taas 2026-07-21 07:18:46.296 8 INFO neutron.manager [None req-60420882-d07a-41bd-932d-548503e37f65 - - - - - -] Loading Plugin: auto_allocate 2026-07-21 07:18:46.306 8 INFO neutron.manager [None req-60420882-d07a-41bd-932d-548503e37f65 - - - - - -] Loading Plugin: tag 2026-07-21 07:18:46.311 7 INFO neutron.services.service_base [None req-789091bd-7582-4aab-b651-1b26c24c82b0 - - - - - -] Default provider is not specified for service type L3_ROUTER_NAT 2026-07-21 07:18:46.312 7 INFO neutron.manager [None req-789091bd-7582-4aab-b651-1b26c24c82b0 - - - - - -] Loading Plugin: segments 2026-07-21 07:18:46.314 8 INFO neutron.manager [None req-60420882-d07a-41bd-932d-548503e37f65 - - - - - -] Loading Plugin: timestamp 2026-07-21 07:18:46.317 8 INFO neutron.manager [None req-60420882-d07a-41bd-932d-548503e37f65 - - - - - -] Loading Plugin: network_ip_availability 2026-07-21 07:18:46.321 8 INFO neutron.manager [None req-60420882-d07a-41bd-932d-548503e37f65 - - - - - -] Loading Plugin: flavors 2026-07-21 07:18:46.325 8 INFO neutron.manager [None req-60420882-d07a-41bd-932d-548503e37f65 - - - - - -] Loading Plugin: revisions 2026-07-21 07:18:46.328 8 INFO neutron.api.extensions [None req-60420882-d07a-41bd-932d-548503e37f65 - - - - - -] Initializing extension manager. 2026-07-21 07:18:46.330 8 INFO neutron.api.extensions [None req-60420882-d07a-41bd-932d-548503e37f65 - - - - - -] Loaded extension: address-group 2026-07-21 07:18:46.331 8 INFO neutron.api.extensions [None req-60420882-d07a-41bd-932d-548503e37f65 - - - - - -] Loaded extension: address-scope 2026-07-21 07:18:46.331 8 INFO neutron.api.extensions [None req-60420882-d07a-41bd-932d-548503e37f65 - - - - - -] Loaded extension: router-admin-state-down-before-update 2026-07-21 07:18:46.332 8 INFO neutron.api.extensions [None req-60420882-d07a-41bd-932d-548503e37f65 - - - - - -] Loaded extension: agent 2026-07-21 07:18:46.333 8 INFO neutron.api.extensions [None req-60420882-d07a-41bd-932d-548503e37f65 - - - - - -] Loaded extension: agent-resources-synced 2026-07-21 07:18:46.334 8 INFO neutron.api.extensions [None req-60420882-d07a-41bd-932d-548503e37f65 - - - - - -] Loaded extension: allowed-address-pairs 2026-07-21 07:18:46.335 8 INFO neutron.api.extensions [None req-60420882-d07a-41bd-932d-548503e37f65 - - - - - -] Loaded extension: auto-allocated-topology 2026-07-21 07:18:46.336 8 INFO neutron.api.extensions [None req-60420882-d07a-41bd-932d-548503e37f65 - - - - - -] Loaded extension: availability_zone 2026-07-21 07:18:46.336 8 INFO neutron.api.extensions [None req-60420882-d07a-41bd-932d-548503e37f65 - - - - - -] Loaded extension: availability_zone_filter 2026-07-21 07:18:46.337 8 INFO neutron.api.extensions [None req-60420882-d07a-41bd-932d-548503e37f65 - - - - - -] Extension data-plane-status not supported by any of loaded plugins 2026-07-21 07:18:46.337 8 INFO neutron.api.extensions [None req-60420882-d07a-41bd-932d-548503e37f65 - - - - - -] Loaded extension: default-subnetpools 2026-07-21 07:18:46.339 8 INFO neutron.api.extensions [None req-60420882-d07a-41bd-932d-548503e37f65 - - - - - -] Loaded extension: dhcp_agent_scheduler 2026-07-21 07:18:46.340 8 INFO neutron.api.extensions [None req-60420882-d07a-41bd-932d-548503e37f65 - - - - - -] Loaded extension: dns-integration 2026-07-21 07:18:46.340 8 INFO neutron.api.extensions [None req-60420882-d07a-41bd-932d-548503e37f65 - - - - - -] Loaded extension: dns-domain-ports 2026-07-21 07:18:46.341 8 INFO neutron.api.extensions [None req-60420882-d07a-41bd-932d-548503e37f65 - - - - - -] Extension dns-integration-domain-keywords not supported by any of loaded plugins 2026-07-21 07:18:46.341 8 INFO neutron.api.extensions [None req-60420882-d07a-41bd-932d-548503e37f65 - - - - - -] Loaded extension: dvr 2026-07-21 07:18:46.342 8 INFO neutron.api.extensions [None req-60420882-d07a-41bd-932d-548503e37f65 - - - - - -] Extension ecmp_routes not supported by any of loaded plugins 2026-07-21 07:18:46.342 8 INFO neutron.api.extensions [None req-60420882-d07a-41bd-932d-548503e37f65 - - - - - -] Loaded extension: empty-string-filtering 2026-07-21 07:18:46.343 8 INFO neutron.api.extensions [None req-60420882-d07a-41bd-932d-548503e37f65 - - - - - -] Extension expose-l3-conntrack-helper not supported by any of loaded plugins 2026-07-21 07:18:46.343 8 INFO neutron.api.extensions [None req-60420882-d07a-41bd-932d-548503e37f65 - - - - - -] Extension expose-port-forwarding-in-fip not supported by any of loaded plugins 2026-07-21 07:18:46.344 8 INFO neutron.api.extensions [None req-60420882-d07a-41bd-932d-548503e37f65 - - - - - -] Loaded extension: external-net 2026-07-21 07:18:46.345 8 INFO neutron.api.extensions [None req-60420882-d07a-41bd-932d-548503e37f65 - - - - - -] Loaded extension: extra_dhcp_opt 2026-07-21 07:18:46.345 8 INFO neutron.api.extensions [None req-60420882-d07a-41bd-932d-548503e37f65 - - - - - -] Loaded extension: extraroute 2026-07-21 07:18:46.346 8 INFO neutron.api.extensions [None req-60420882-d07a-41bd-932d-548503e37f65 - - - - - -] Loaded extension: extraroute-atomic 2026-07-21 07:18:46.347 8 INFO neutron.api.extensions [None req-60420882-d07a-41bd-932d-548503e37f65 - - - - - -] Extension filter-validation not supported by any of loaded plugins 2026-07-21 07:18:46.348 8 INFO neutron.api.extensions [None req-60420882-d07a-41bd-932d-548503e37f65 - - - - - -] Extension floating-ip-port-forwarding-description not supported by any of loaded plugins 2026-07-21 07:18:46.348 8 INFO neutron.api.extensions [None req-60420882-d07a-41bd-932d-548503e37f65 - - - - - -] Loaded extension: floating-ip-port-forwarding-detail 2026-07-21 07:18:46.348 8 INFO neutron.api.extensions [None req-60420882-d07a-41bd-932d-548503e37f65 - - - - - -] Extension floating-ip-port-forwarding-port-ranges not supported by any of loaded plugins 2026-07-21 07:18:46.349 8 INFO neutron.api.extensions [None req-60420882-d07a-41bd-932d-548503e37f65 - - - - - -] Loaded extension: fip-port-details 2026-07-21 07:18:46.350 8 INFO neutron.api.extensions [None req-60420882-d07a-41bd-932d-548503e37f65 - - - - - -] Loaded extension: flavors 2026-07-21 07:18:46.351 8 INFO neutron.api.extensions [None req-60420882-d07a-41bd-932d-548503e37f65 - - - - - -] Extension floating-ip-port-forwarding not supported by any of loaded plugins 2026-07-21 07:18:46.352 8 INFO neutron.api.extensions [None req-60420882-d07a-41bd-932d-548503e37f65 - - - - - -] Loaded extension: floatingip-pools 2026-07-21 07:18:46.352 8 INFO neutron.api.extensions [None req-60420882-d07a-41bd-932d-548503e37f65 - - - - - -] Loaded extension: ip_allocation 2026-07-21 07:18:46.353 8 INFO neutron.api.extensions [None req-60420882-d07a-41bd-932d-548503e37f65 - - - - - -] Loaded extension: ip-substring-filtering 2026-07-21 07:18:46.353 8 INFO neutron.api.extensions [None req-60420882-d07a-41bd-932d-548503e37f65 - - - - - -] Loaded extension: l2_adjacency 2026-07-21 07:18:46.354 8 INFO neutron.api.extensions [None req-60420882-d07a-41bd-932d-548503e37f65 - - - - - -] Loaded extension: router 2026-07-21 07:18:46.356 8 INFO neutron.api.extensions [None req-60420882-d07a-41bd-932d-548503e37f65 - - - - - -] Extension l3-conntrack-helper not supported by any of loaded plugins 2026-07-21 07:18:46.357 8 INFO neutron.api.extensions [None req-60420882-d07a-41bd-932d-548503e37f65 - - - - - -] Extension enable-default-route-bfd not supported by any of loaded plugins 2026-07-21 07:18:46.357 8 INFO neutron.api.extensions [None req-60420882-d07a-41bd-932d-548503e37f65 - - - - - -] Extension enable-default-route-ecmp not supported by any of loaded plugins 2026-07-21 07:18:46.358 8 INFO neutron.api.extensions [None req-60420882-d07a-41bd-932d-548503e37f65 - - - - - -] Loaded extension: ext-gw-mode 2026-07-21 07:18:46.358 8 INFO neutron.api.extensions [None req-60420882-d07a-41bd-932d-548503e37f65 - - - - - -] Loaded extension: l3-ha 2026-07-21 07:18:46.359 8 INFO neutron.api.extensions [None req-60420882-d07a-41bd-932d-548503e37f65 - - - - - -] Extension l3-ext-ndp-proxy not supported by any of loaded plugins 2026-07-21 07:18:46.359 8 INFO neutron.api.extensions [None req-60420882-d07a-41bd-932d-548503e37f65 - - - - - -] Extension external-gateway-multihoming not supported by any of loaded plugins 2026-07-21 07:18:46.360 8 INFO neutron.api.extensions [None req-60420882-d07a-41bd-932d-548503e37f65 - - - - - -] Loaded extension: l3-flavors 2026-07-21 07:18:46.361 8 INFO neutron.api.extensions [None req-60420882-d07a-41bd-932d-548503e37f65 - - - - - -] Extension l3-ndp-proxy not supported by any of loaded plugins 2026-07-21 07:18:46.361 8 INFO neutron.api.extensions [None req-60420882-d07a-41bd-932d-548503e37f65 - - - - - -] Loaded extension: l3-port-ip-change-not-allowed 2026-07-21 07:18:46.363 8 INFO neutron.api.extensions [None req-60420882-d07a-41bd-932d-548503e37f65 - - - - - -] Loaded extension: l3_agent_scheduler 2026-07-21 07:18:46.365 8 INFO neutron.api.extensions [None req-60420882-d07a-41bd-932d-548503e37f65 - - - - - -] Extension local_ip not supported by any of loaded plugins 2026-07-21 07:18:46.366 8 INFO neutron.api.extensions [None req-60420882-d07a-41bd-932d-548503e37f65 - - - - - -] Extension logging not supported by any of loaded plugins 2026-07-21 07:18:46.367 8 INFO neutron.api.extensions [None req-60420882-d07a-41bd-932d-548503e37f65 - - - - - -] Extension metering not supported by any of loaded plugins 2026-07-21 07:18:46.368 8 INFO neutron.api.extensions [None req-60420882-d07a-41bd-932d-548503e37f65 - - - - - -] Extension metering_source_and_destination_fields not supported by any of loaded plugins 2026-07-21 07:18:46.368 8 INFO neutron.api.extensions [None req-60420882-d07a-41bd-932d-548503e37f65 - - - - - -] Loaded extension: multi-provider 2026-07-21 07:18:46.369 8 INFO neutron.api.extensions [None req-60420882-d07a-41bd-932d-548503e37f65 - - - - - -] Loaded extension: net-mtu 2026-07-21 07:18:46.369 8 INFO neutron.api.extensions [None req-60420882-d07a-41bd-932d-548503e37f65 - - - - - -] Loaded extension: net-mtu-writable 2026-07-21 07:18:46.370 8 INFO neutron.api.extensions [None req-60420882-d07a-41bd-932d-548503e37f65 - - - - - -] Loaded extension: network_availability_zone 2026-07-21 07:18:46.370 8 INFO neutron.api.extensions [None req-60420882-d07a-41bd-932d-548503e37f65 - - - - - -] Loaded extension: network_ha 2026-07-21 07:18:46.371 8 INFO neutron.api.extensions [None req-60420882-d07a-41bd-932d-548503e37f65 - - - - - -] Loaded extension: network-ip-availability 2026-07-21 07:18:46.372 8 INFO neutron.api.extensions [None req-60420882-d07a-41bd-932d-548503e37f65 - - - - - -] Extension network-segment-range not supported by any of loaded plugins 2026-07-21 07:18:46.373 8 INFO neutron.api.extensions [None req-60420882-d07a-41bd-932d-548503e37f65 - - - - - -] Loaded extension: pagination 2026-07-21 07:18:46.373 8 INFO neutron.api.extensions [None req-60420882-d07a-41bd-932d-548503e37f65 - - - - - -] Loaded extension: port-device-profile 2026-07-21 07:18:46.374 8 INFO neutron.api.extensions [None req-60420882-d07a-41bd-932d-548503e37f65 - - - - - -] Extension port-hardware-offload-type not supported by any of loaded plugins 2026-07-21 07:18:46.374 8 INFO neutron.api.extensions [None req-60420882-d07a-41bd-932d-548503e37f65 - - - - - -] Extension port-hint-ovs-tx-steering not supported by any of loaded plugins 2026-07-21 07:18:46.375 8 INFO neutron.api.extensions [None req-60420882-d07a-41bd-932d-548503e37f65 - - - - - -] Extension port-hints not supported by any of loaded plugins 2026-07-21 07:18:46.375 8 INFO neutron.api.extensions [None req-60420882-d07a-41bd-932d-548503e37f65 - - - - - -] Loaded extension: port-mac-override 2026-07-21 07:18:46.376 8 INFO neutron.api.extensions [None req-60420882-d07a-41bd-932d-548503e37f65 - - - - - -] Loaded extension: port-mac-address-regenerate 2026-07-21 07:18:46.376 8 INFO neutron.api.extensions [None req-60420882-d07a-41bd-932d-548503e37f65 - - - - - -] Loaded extension: port-numa-affinity-policy 2026-07-21 07:18:46.377 8 INFO neutron.api.extensions [None req-60420882-d07a-41bd-932d-548503e37f65 - - - - - -] Loaded extension: port-numa-affinity-policy-socket 2026-07-21 07:18:46.382 8 INFO neutron.api.extensions [None req-60420882-d07a-41bd-932d-548503e37f65 - - - - - -] Loaded extension: port-resource-request 2026-07-21 07:18:46.383 8 INFO neutron.api.extensions [None req-60420882-d07a-41bd-932d-548503e37f65 - - - - - -] Loaded extension: port-resource-request-groups 2026-07-21 07:18:46.383 8 INFO neutron.api.extensions [None req-60420882-d07a-41bd-932d-548503e37f65 - - - - - -] Extension port-trusted-vif not supported by any of loaded plugins 2026-07-21 07:18:46.384 8 INFO neutron.api.extensions [None req-60420882-d07a-41bd-932d-548503e37f65 - - - - - -] Loaded extension: binding 2026-07-21 07:18:46.386 8 INFO neutron.api.extensions [None req-60420882-d07a-41bd-932d-548503e37f65 - - - - - -] Loaded extension: binding-extended 2026-07-21 07:18:46.386 8 INFO neutron.api.extensions [None req-60420882-d07a-41bd-932d-548503e37f65 - - - - - -] Loaded extension: port-security 2026-07-21 07:18:46.387 8 INFO neutron.api.extensions [None req-60420882-d07a-41bd-932d-548503e37f65 - - - - - -] Loaded extension: project-id 2026-07-21 07:18:46.388 8 INFO neutron.api.extensions [None req-60420882-d07a-41bd-932d-548503e37f65 - - - - - -] Loaded extension: provider 2026-07-21 07:18:46.389 8 INFO neutron.api.extensions [None req-60420882-d07a-41bd-932d-548503e37f65 - - - - - -] Extension qinq not supported by any of loaded plugins 2026-07-21 07:18:46.392 8 INFO neutron.api.extensions [None req-60420882-d07a-41bd-932d-548503e37f65 - - - - - -] Loaded extension: qos 2026-07-21 07:18:46.393 8 INFO neutron.api.extensions [None req-60420882-d07a-41bd-932d-548503e37f65 - - - - - -] Loaded extension: qos-bw-limit-direction 2026-07-21 07:18:46.394 8 INFO neutron.api.extensions [None req-60420882-d07a-41bd-932d-548503e37f65 - - - - - -] Loaded extension: qos-bw-minimum-ingress 2026-07-21 07:18:46.395 8 INFO neutron.api.extensions [None req-60420882-d07a-41bd-932d-548503e37f65 - - - - - -] Loaded extension: qos-default 2026-07-21 07:18:46.396 8 INFO neutron.api.extensions [None req-60420882-d07a-41bd-932d-548503e37f65 - - - - - -] Loaded extension: qos-fip 2026-07-21 07:18:46.397 8 INFO neutron.api.extensions [None req-60420882-d07a-41bd-932d-548503e37f65 - - - - - -] Extension qos-fip-network-policy not supported by any of loaded plugins 2026-07-21 07:18:46.398 8 INFO neutron.api.extensions [None req-60420882-d07a-41bd-932d-548503e37f65 - - - - - -] Loaded extension: qos-gateway-ip 2026-07-21 07:18:46.398 8 INFO neutron.api.extensions [None req-60420882-d07a-41bd-932d-548503e37f65 - - - - - -] Loaded extension: qos-port-network-policy 2026-07-21 07:18:46.399 8 INFO neutron.api.extensions [None req-60420882-d07a-41bd-932d-548503e37f65 - - - - - -] Loaded extension: qos-pps-minimum 2026-07-21 07:18:46.400 8 INFO neutron.api.extensions [None req-60420882-d07a-41bd-932d-548503e37f65 - - - - - -] Loaded extension: qos-pps-minimum-rule-alias 2026-07-21 07:18:46.401 8 INFO neutron.api.extensions [None req-60420882-d07a-41bd-932d-548503e37f65 - - - - - -] Loaded extension: qos-pps 2026-07-21 07:18:46.402 8 INFO neutron.api.extensions [None req-60420882-d07a-41bd-932d-548503e37f65 - - - - - -] Loaded extension: qos-rule-type-details 2026-07-21 07:18:46.402 8 INFO neutron.api.extensions [None req-60420882-d07a-41bd-932d-548503e37f65 - - - - - -] Loaded extension: qos-rule-type-filter 2026-07-21 07:18:46.403 8 INFO neutron.api.extensions [None req-60420882-d07a-41bd-932d-548503e37f65 - - - - - -] Loaded extension: qos-rules-alias 2026-07-21 07:18:46.404 8 INFO neutron.api.extensions [None req-60420882-d07a-41bd-932d-548503e37f65 - - - - - -] Loaded extension: quota-check-limit 2026-07-21 07:18:46.405 8 INFO neutron.api.extensions [None req-60420882-d07a-41bd-932d-548503e37f65 - - - - - -] Loaded extension: quota-check-limit-default 2026-07-21 07:18:46.408 8 INFO neutron.api.extensions [None req-60420882-d07a-41bd-932d-548503e37f65 - - - - - -] Loaded extension: quotas 2026-07-21 07:18:46.410 8 INFO neutron.api.extensions [None req-60420882-d07a-41bd-932d-548503e37f65 - - - - - -] Loaded extension: quota_details 2026-07-21 07:18:46.412 8 INFO neutron.api.extensions [None req-60420882-d07a-41bd-932d-548503e37f65 - - - - - -] Loaded extension: rbac-policies 2026-07-21 07:18:46.413 8 INFO neutron.api.extensions [None req-60420882-d07a-41bd-932d-548503e37f65 - - - - - -] Loaded extension: rbac-address-group 2026-07-21 07:18:46.413 8 INFO neutron.api.extensions [None req-60420882-d07a-41bd-932d-548503e37f65 - - - - - -] Loaded extension: rbac-address-scope 2026-07-21 07:18:46.414 8 INFO neutron.api.extensions [None req-60420882-d07a-41bd-932d-548503e37f65 - - - - - -] Loaded extension: rbac-security-groups 2026-07-21 07:18:46.414 8 INFO neutron.api.extensions [None req-60420882-d07a-41bd-932d-548503e37f65 - - - - - -] Loaded extension: rbac-subnetpool 2026-07-21 07:18:46.415 8 INFO neutron.api.extensions [None req-60420882-d07a-41bd-932d-548503e37f65 - - - - - -] Loaded extension: revision-if-match 2026-07-21 07:18:46.416 8 INFO neutron.api.extensions [None req-60420882-d07a-41bd-932d-548503e37f65 - - - - - -] Loaded extension: standard-attr-revisions 2026-07-21 07:18:46.416 8 INFO neutron.api.extensions [None req-60420882-d07a-41bd-932d-548503e37f65 - - - - - -] Loaded extension: router_availability_zone 2026-07-21 07:18:46.417 8 INFO neutron.api.extensions [None req-60420882-d07a-41bd-932d-548503e37f65 - - - - - -] Extension router-service-type not supported by any of loaded plugins 2026-07-21 07:18:46.418 8 INFO neutron.api.extensions [None req-60420882-d07a-41bd-932d-548503e37f65 - - - - - -] Loaded extension: security-groups-default-rules 2026-07-21 07:18:46.419 8 INFO neutron.api.extensions [None req-60420882-d07a-41bd-932d-548503e37f65 - - - - - -] Loaded extension: security-groups-normalized-cidr 2026-07-21 07:18:46.419 7 INFO neutron.manager [None req-789091bd-7582-4aab-b651-1b26c24c82b0 - - - - - -] Loading Plugin: trunk 2026-07-21 07:18:46.420 8 INFO neutron.api.extensions [None req-60420882-d07a-41bd-932d-548503e37f65 - - - - - -] Loaded extension: port-security-groups-filtering 2026-07-21 07:18:46.420 8 INFO neutron.api.extensions [None req-60420882-d07a-41bd-932d-548503e37f65 - - - - - -] Loaded extension: security-groups-remote-address-group 2026-07-21 07:18:46.421 8 INFO neutron.api.extensions [None req-60420882-d07a-41bd-932d-548503e37f65 - - - - - -] Loaded extension: security-groups-rules-belongs-to-default-sg 2026-07-21 07:18:46.421 8 INFO neutron.api.extensions [None req-60420882-d07a-41bd-932d-548503e37f65 - - - - - -] Loaded extension: security-groups-shared-filtering 2026-07-21 07:18:46.426 8 INFO neutron.api.extensions [None req-60420882-d07a-41bd-932d-548503e37f65 - - - - - -] Loaded extension: security-group 2026-07-21 07:18:46.427 8 INFO neutron.api.extensions [None req-60420882-d07a-41bd-932d-548503e37f65 - - - - - -] Loaded extension: segment 2026-07-21 07:18:46.427 8 INFO neutron.api.extensions [None req-60420882-d07a-41bd-932d-548503e37f65 - - - - - -] Loaded extension: segments-peer-subnet-host-routes 2026-07-21 07:18:46.428 8 INFO neutron.api.extensions [None req-60420882-d07a-41bd-932d-548503e37f65 - - - - - -] Loaded extension: service-type 2026-07-21 07:18:46.429 8 INFO neutron.api.extensions [None req-60420882-d07a-41bd-932d-548503e37f65 - - - - - -] Loaded extension: sorting 2026-07-21 07:18:46.429 8 INFO neutron.api.extensions [None req-60420882-d07a-41bd-932d-548503e37f65 - - - - - -] Loaded extension: standard-attr-segment 2026-07-21 07:18:46.430 8 INFO neutron.api.extensions [None req-60420882-d07a-41bd-932d-548503e37f65 - - - - - -] Loaded extension: standard-attr-description 2026-07-21 07:18:46.430 8 INFO neutron.api.extensions [None req-60420882-d07a-41bd-932d-548503e37f65 - - - - - -] Loaded extension: stateful-security-group 2026-07-21 07:18:46.431 8 WARNING neutron.api.extensions [None req-60420882-d07a-41bd-932d-548503e37f65 - - - - - -] Did not find expected name "Stdattrs_common" in /var/lib/openstack/lib/python3.12/site-packages/neutron/extensions/stdattrs_common.py 2026-07-21 07:18:46.431 8 INFO neutron.api.extensions [None req-60420882-d07a-41bd-932d-548503e37f65 - - - - - -] Extension subnet-dns-publish-fixed-ip not supported by any of loaded plugins 2026-07-21 07:18:46.432 8 INFO neutron.api.extensions [None req-60420882-d07a-41bd-932d-548503e37f65 - - - - - -] Loaded extension: subnet-external-network 2026-07-21 07:18:46.433 8 INFO neutron.api.extensions [None req-60420882-d07a-41bd-932d-548503e37f65 - - - - - -] Loaded extension: subnet_onboard 2026-07-21 07:18:46.433 8 INFO neutron.api.extensions [None req-60420882-d07a-41bd-932d-548503e37f65 - - - - - -] Loaded extension: subnet-segmentid-writable 2026-07-21 07:18:46.434 8 INFO neutron.api.extensions [None req-60420882-d07a-41bd-932d-548503e37f65 - - - - - -] Loaded extension: subnet-service-types 2026-07-21 07:18:46.435 8 INFO neutron.api.extensions [None req-60420882-d07a-41bd-932d-548503e37f65 - - - - - -] Loaded extension: subnet_allocation 2026-07-21 07:18:46.435 7 INFO neutron.manager [None req-789091bd-7582-4aab-b651-1b26c24c82b0 - - - - - -] Loading Plugin: vpnaas 2026-07-21 07:18:46.435 8 INFO neutron.api.extensions [None req-60420882-d07a-41bd-932d-548503e37f65 - - - - - -] Loaded extension: subnetpool-prefix-ops 2026-07-21 07:18:46.436 8 INFO neutron.api.extensions [None req-60420882-d07a-41bd-932d-548503e37f65 - - - - - -] Loaded extension: tag-creation 2026-07-21 07:18:46.437 8 INFO neutron.api.extensions [None req-60420882-d07a-41bd-932d-548503e37f65 - - - - - -] Extension tag-ports-during-bulk-creation not supported by any of loaded plugins 2026-07-21 07:18:46.441 8 INFO neutron.api.extensions [None req-60420882-d07a-41bd-932d-548503e37f65 - - - - - -] Loaded extension: standard-attr-tag 2026-07-21 07:18:46.441 8 INFO neutron.api.extensions [None req-60420882-d07a-41bd-932d-548503e37f65 - - - - - -] Loaded extension: standard-attr-timestamp 2026-07-21 07:18:46.442 8 INFO neutron.api.extensions [None req-60420882-d07a-41bd-932d-548503e37f65 - - - - - -] Loaded extension: trunk 2026-07-21 07:18:46.443 8 INFO neutron.api.extensions [None req-60420882-d07a-41bd-932d-548503e37f65 - - - - - -] Loaded extension: trunk-details 2026-07-21 07:18:46.443 8 INFO neutron.api.extensions [None req-60420882-d07a-41bd-932d-548503e37f65 - - - - - -] Extension uplink-status-propagation not supported by any of loaded plugins 2026-07-21 07:18:46.444 8 INFO neutron.api.extensions [None req-60420882-d07a-41bd-932d-548503e37f65 - - - - - -] Extension uplink-status-propagation-updatable not supported by any of loaded plugins 2026-07-21 07:18:46.444 8 INFO neutron.api.extensions [None req-60420882-d07a-41bd-932d-548503e37f65 - - - - - -] Extension vlan-transparent not supported by any of loaded plugins 2026-07-21 07:18:46.445 8 INFO neutron.api.extensions [None req-60420882-d07a-41bd-932d-548503e37f65 - - - - - -] Loaded extension: vpn-aes-ctr 2026-07-21 07:18:46.447 8 INFO neutron.api.extensions [None req-60420882-d07a-41bd-932d-548503e37f65 - - - - - -] Extension vpn-agent-scheduler not supported by any of loaded plugins 2026-07-21 07:18:46.448 8 INFO neutron.api.extensions [None req-60420882-d07a-41bd-932d-548503e37f65 - - - - - -] Loaded extension: vpn-endpoint-groups 2026-07-21 07:18:46.449 8 INFO neutron.api.extensions [None req-60420882-d07a-41bd-932d-548503e37f65 - - - - - -] Loaded extension: vpn-flavors 2026-07-21 07:18:46.451 8 INFO neutron.api.extensions [None req-60420882-d07a-41bd-932d-548503e37f65 - - - - - -] Loaded extension: vpnaas 2026-07-21 07:18:46.452 8 INFO neutron.api.extensions [None req-60420882-d07a-41bd-932d-548503e37f65 - - - - - -] Loaded extension: taas 2026-07-21 07:18:46.453 8 INFO neutron.api.extensions [None req-60420882-d07a-41bd-932d-548503e37f65 - - - - - -] Loaded extension: tap-mirror 2026-07-21 07:18:46.454 8 INFO neutron.api.extensions [None req-60420882-d07a-41bd-932d-548503e37f65 - - - - - -] Loaded extension: taas-vlan-filter 2026-07-21 07:18:46.457 8 INFO neutron.quota.resource_registry [None req-60420882-d07a-41bd-932d-548503e37f65 - - - - - -] Creating instance of TrackedResource for resource:network 2026-07-21 07:18:46.457 8 INFO neutron.quota.resource_registry [None req-60420882-d07a-41bd-932d-548503e37f65 - - - - - -] Creating instance of TrackedResource for resource:subnet 2026-07-21 07:18:46.457 8 INFO neutron.quota.resource_registry [None req-60420882-d07a-41bd-932d-548503e37f65 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-07-21 07:18:46.457 8 INFO neutron.quota.resource_registry [None req-60420882-d07a-41bd-932d-548503e37f65 - - - - - -] Creating instance of TrackedResource for resource:port 2026-07-21 07:18:46.461 8 INFO neutron.quota.resource_registry [None req-60420882-d07a-41bd-932d-548503e37f65 - - - - - -] Creating instance of TrackedResource for resource:router 2026-07-21 07:18:46.462 8 INFO neutron.quota.resource_registry [None req-60420882-d07a-41bd-932d-548503e37f65 - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-07-21 07:18:46.466 8 INFO neutron.quota.resource_registry [None req-60420882-d07a-41bd-932d-548503e37f65 - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-07-21 07:18:46.467 8 INFO neutron.quota.resource_registry [None req-60420882-d07a-41bd-932d-548503e37f65 - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-07-21 07:18:46.467 8 INFO neutron.quota.resource_registry [None req-60420882-d07a-41bd-932d-548503e37f65 - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-07-21 07:18:46.468 8 INFO neutron.quota.resource_registry [None req-60420882-d07a-41bd-932d-548503e37f65 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-07-21 07:18:46.469 8 WARNING neutron.quota.resource_registry [None req-60420882-d07a-41bd-932d-548503e37f65 - - - - - -] subnetpool is already registered 2026-07-21 07:18:46.469 8 INFO neutron.quota.resource_registry [None req-60420882-d07a-41bd-932d-548503e37f65 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-07-21 07:18:46.469 8 WARNING neutron.quota.resource_registry [None req-60420882-d07a-41bd-932d-548503e37f65 - - - - - -] subnetpool is already registered 2026-07-21 07:18:46.470 8 INFO neutron.quota.resource_registry [None req-60420882-d07a-41bd-932d-548503e37f65 - - - - - -] Creating instance of CountableResource for resource:trunk 2026-07-21 07:18:46.470 8 INFO neutron.quota.resource_registry [None req-60420882-d07a-41bd-932d-548503e37f65 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-07-21 07:18:46.470 8 INFO neutron.quota.resource_registry [None req-60420882-d07a-41bd-932d-548503e37f65 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-07-21 07:18:46.471 8 INFO neutron.quota.resource_registry [None req-60420882-d07a-41bd-932d-548503e37f65 - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-07-21 07:18:46.471 8 INFO neutron.quota.resource_registry [None req-60420882-d07a-41bd-932d-548503e37f65 - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-07-21 07:18:46.472 8 INFO neutron.quota.resource_registry [None req-60420882-d07a-41bd-932d-548503e37f65 - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-07-21 07:18:46.472 8 INFO neutron.quota.resource_registry [None req-60420882-d07a-41bd-932d-548503e37f65 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-07-21 07:18:46.472 7 WARNING stevedore.named [None req-789091bd-7582-4aab-b651-1b26c24c82b0 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-07-21 07:18:46.472 8 WARNING neutron.quota.resource_registry [None req-60420882-d07a-41bd-932d-548503e37f65 - - - - - -] ipsecpolicy is already registered 2026-07-21 07:18:46.473 8 INFO neutron.quota.resource_registry [None req-60420882-d07a-41bd-932d-548503e37f65 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-07-21 07:18:46.473 8 WARNING neutron.quota.resource_registry [None req-60420882-d07a-41bd-932d-548503e37f65 - - - - - -] ikepolicy is already registered 2026-07-21 07:18:46.478 8 INFO neutron.quota.resource_registry [None req-60420882-d07a-41bd-932d-548503e37f65 - - - - - -] Creating instance of TrackedResource for resource:router 2026-07-21 07:18:46.478 8 WARNING neutron.quota.resource_registry [None req-60420882-d07a-41bd-932d-548503e37f65 - - - - - -] router is already registered 2026-07-21 07:18:46.478 8 INFO neutron.quota.resource_registry [None req-60420882-d07a-41bd-932d-548503e37f65 - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-07-21 07:18:46.479 8 WARNING neutron.quota.resource_registry [None req-60420882-d07a-41bd-932d-548503e37f65 - - - - - -] floatingip is already registered 2026-07-21 07:18:46.482 8 INFO neutron.quota.resource_registry [None req-60420882-d07a-41bd-932d-548503e37f65 - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-07-21 07:18:46.483 8 WARNING neutron.quota.resource_registry [None req-60420882-d07a-41bd-932d-548503e37f65 - - - - - -] rbac_policy is already registered 2026-07-21 07:18:46.483 8 INFO neutron.quota.resource_registry [None req-60420882-d07a-41bd-932d-548503e37f65 - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-07-21 07:18:46.483 8 WARNING neutron.quota.resource_registry [None req-60420882-d07a-41bd-932d-548503e37f65 - - - - - -] security_group is already registered 2026-07-21 07:18:46.484 8 INFO neutron.quota.resource_registry [None req-60420882-d07a-41bd-932d-548503e37f65 - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-07-21 07:18:46.484 8 WARNING neutron.quota.resource_registry [None req-60420882-d07a-41bd-932d-548503e37f65 - - - - - -] security_group_rule is already registered 2026-07-21 07:18:46.485 8 INFO neutron.quota.resource_registry [None req-60420882-d07a-41bd-932d-548503e37f65 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-07-21 07:18:46.485 8 WARNING neutron.quota.resource_registry [None req-60420882-d07a-41bd-932d-548503e37f65 - - - - - -] subnetpool is already registered 2026-07-21 07:18:46.486 8 INFO neutron.quota.resource_registry [None req-60420882-d07a-41bd-932d-548503e37f65 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-07-21 07:18:46.486 8 WARNING neutron.quota.resource_registry [None req-60420882-d07a-41bd-932d-548503e37f65 - - - - - -] subnetpool is already registered 2026-07-21 07:18:46.487 8 INFO neutron.quota.resource_registry [None req-60420882-d07a-41bd-932d-548503e37f65 - - - - - -] Creating instance of CountableResource for resource:trunk 2026-07-21 07:18:46.487 8 WARNING neutron.quota.resource_registry [None req-60420882-d07a-41bd-932d-548503e37f65 - - - - - -] trunk is already registered 2026-07-21 07:18:46.487 8 INFO neutron.quota.resource_registry [None req-60420882-d07a-41bd-932d-548503e37f65 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-07-21 07:18:46.487 8 WARNING neutron.quota.resource_registry [None req-60420882-d07a-41bd-932d-548503e37f65 - - - - - -] ikepolicy is already registered 2026-07-21 07:18:46.488 8 INFO neutron.quota.resource_registry [None req-60420882-d07a-41bd-932d-548503e37f65 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-07-21 07:18:46.488 8 WARNING neutron.quota.resource_registry [None req-60420882-d07a-41bd-932d-548503e37f65 - - - - - -] ipsecpolicy is already registered 2026-07-21 07:18:46.488 8 INFO neutron.quota.resource_registry [None req-60420882-d07a-41bd-932d-548503e37f65 - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-07-21 07:18:46.488 8 WARNING neutron.quota.resource_registry [None req-60420882-d07a-41bd-932d-548503e37f65 - - - - - -] endpoint_group is already registered 2026-07-21 07:18:46.489 8 INFO neutron.quota.resource_registry [None req-60420882-d07a-41bd-932d-548503e37f65 - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-07-21 07:18:46.489 8 WARNING neutron.quota.resource_registry [None req-60420882-d07a-41bd-932d-548503e37f65 - - - - - -] vpnservice is already registered 2026-07-21 07:18:46.489 8 INFO neutron.quota.resource_registry [None req-60420882-d07a-41bd-932d-548503e37f65 - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-07-21 07:18:46.490 8 WARNING neutron.quota.resource_registry [None req-60420882-d07a-41bd-932d-548503e37f65 - - - - - -] ipsec_site_connection is already registered 2026-07-21 07:18:46.490 8 INFO neutron.quota.resource_registry [None req-60420882-d07a-41bd-932d-548503e37f65 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-07-21 07:18:46.490 8 WARNING neutron.quota.resource_registry [None req-60420882-d07a-41bd-932d-548503e37f65 - - - - - -] ipsecpolicy is already registered 2026-07-21 07:18:46.491 8 INFO neutron.quota.resource_registry [None req-60420882-d07a-41bd-932d-548503e37f65 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-07-21 07:18:46.491 8 WARNING neutron.quota.resource_registry [None req-60420882-d07a-41bd-932d-548503e37f65 - - - - - -] ikepolicy is already registered 2026-07-21 07:18:46.537 8 WARNING keystonemiddleware._common.config [None req-60420882-d07a-41bd-932d-548503e37f65 - - - - - -] The option "audit_map_file" is not known to keystonemiddleware 2026-07-21 07:18:46.540 7 INFO neutron_vpnaas.services.vpn.plugin [None req-789091bd-7582-4aab-b651-1b26c24c82b0 - - - - - -] VPN plugin using service drivers: dict_keys(['strongswan']), default: strongswan 2026-07-21 07:18:46.541 7 INFO neutron.common.utils [None req-789091bd-7582-4aab-b651-1b26c24c82b0 - - - - - -] Disable filter validation extension by service plugin VPNDriverPlugin. 2026-07-21 07:18:46.541 7 INFO neutron.manager [None req-789091bd-7582-4aab-b651-1b26c24c82b0 - - - - - -] Loading Plugin: taas 2026-07-21 07:18:46.545 8 WARNING oslo_config.cfg [None req-60420882-d07a-41bd-932d-548503e37f65 - - - - - -] Deprecated: Option "auth_uri" from group "keystone_authtoken" is deprecated. Use option "www_authenticate_uri" from group "keystone_authtoken". WSGI app 0 (mountpoint='') ready in 8 seconds on interpreter 0x7fbcc5b8f668 pid: 8 (default app) 2026-07-21 07:18:46.572 7 WARNING stevedore.named [None req-789091bd-7582-4aab-b651-1b26c24c82b0 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-07-21 07:18:46.596 7 INFO neutron_taas.services.taas.taas_plugin [None req-789091bd-7582-4aab-b651-1b26c24c82b0 - - - - - -] TAAS Plugin initialized using service drivers: dict_keys(['taas']), default: taas 2026-07-21 07:18:46.598 7 INFO neutron.manager [None req-789091bd-7582-4aab-b651-1b26c24c82b0 - - - - - -] Loading Plugin: tapmirror 2026-07-21 07:18:46.613 7 WARNING stevedore.named [None req-789091bd-7582-4aab-b651-1b26c24c82b0 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-07-21 07:18:46.644 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-789091bd-7582-4aab-b651-1b26c24c82b0 - - - - - -] Tap Mirror plugin using service drivers: dict_keys(['taas']), default: taas 2026-07-21 07:18:46.645 7 INFO neutron.manager [None req-789091bd-7582-4aab-b651-1b26c24c82b0 - - - - - -] Loading Plugin: auto_allocate 2026-07-21 07:18:46.656 7 INFO neutron.manager [None req-789091bd-7582-4aab-b651-1b26c24c82b0 - - - - - -] Loading Plugin: tag 2026-07-21 07:18:46.663 7 INFO neutron.manager [None req-789091bd-7582-4aab-b651-1b26c24c82b0 - - - - - -] Loading Plugin: timestamp 2026-07-21 07:18:46.668 7 INFO neutron.manager [None req-789091bd-7582-4aab-b651-1b26c24c82b0 - - - - - -] Loading Plugin: network_ip_availability 2026-07-21 07:18:46.671 7 INFO neutron.manager [None req-789091bd-7582-4aab-b651-1b26c24c82b0 - - - - - -] Loading Plugin: flavors 2026-07-21 07:18:46.675 7 INFO neutron.manager [None req-789091bd-7582-4aab-b651-1b26c24c82b0 - - - - - -] Loading Plugin: revisions 2026-07-21 07:18:46.678 7 INFO neutron.api.extensions [None req-789091bd-7582-4aab-b651-1b26c24c82b0 - - - - - -] Initializing extension manager. 2026-07-21 07:18:46.680 7 INFO neutron.api.extensions [None req-789091bd-7582-4aab-b651-1b26c24c82b0 - - - - - -] Loaded extension: address-group 2026-07-21 07:18:46.681 7 INFO neutron.api.extensions [None req-789091bd-7582-4aab-b651-1b26c24c82b0 - - - - - -] Loaded extension: address-scope 2026-07-21 07:18:46.681 7 INFO neutron.api.extensions [None req-789091bd-7582-4aab-b651-1b26c24c82b0 - - - - - -] Loaded extension: router-admin-state-down-before-update 2026-07-21 07:18:46.682 7 INFO neutron.api.extensions [None req-789091bd-7582-4aab-b651-1b26c24c82b0 - - - - - -] Loaded extension: agent 2026-07-21 07:18:46.683 7 INFO neutron.api.extensions [None req-789091bd-7582-4aab-b651-1b26c24c82b0 - - - - - -] Loaded extension: agent-resources-synced 2026-07-21 07:18:46.684 7 INFO neutron.api.extensions [None req-789091bd-7582-4aab-b651-1b26c24c82b0 - - - - - -] Loaded extension: allowed-address-pairs 2026-07-21 07:18:46.685 7 INFO neutron.api.extensions [None req-789091bd-7582-4aab-b651-1b26c24c82b0 - - - - - -] Loaded extension: auto-allocated-topology 2026-07-21 07:18:46.685 7 INFO neutron.api.extensions [None req-789091bd-7582-4aab-b651-1b26c24c82b0 - - - - - -] Loaded extension: availability_zone 2026-07-21 07:18:46.686 7 INFO neutron.api.extensions [None req-789091bd-7582-4aab-b651-1b26c24c82b0 - - - - - -] Loaded extension: availability_zone_filter 2026-07-21 07:18:46.686 7 INFO neutron.api.extensions [None req-789091bd-7582-4aab-b651-1b26c24c82b0 - - - - - -] Extension data-plane-status not supported by any of loaded plugins 2026-07-21 07:18:46.687 7 INFO neutron.api.extensions [None req-789091bd-7582-4aab-b651-1b26c24c82b0 - - - - - -] Loaded extension: default-subnetpools 2026-07-21 07:18:46.689 7 INFO neutron.api.extensions [None req-789091bd-7582-4aab-b651-1b26c24c82b0 - - - - - -] Loaded extension: dhcp_agent_scheduler 2026-07-21 07:18:46.689 7 INFO neutron.api.extensions [None req-789091bd-7582-4aab-b651-1b26c24c82b0 - - - - - -] Loaded extension: dns-integration 2026-07-21 07:18:46.690 7 INFO neutron.api.extensions [None req-789091bd-7582-4aab-b651-1b26c24c82b0 - - - - - -] Loaded extension: dns-domain-ports 2026-07-21 07:18:46.690 7 INFO neutron.api.extensions [None req-789091bd-7582-4aab-b651-1b26c24c82b0 - - - - - -] Extension dns-integration-domain-keywords not supported by any of loaded plugins 2026-07-21 07:18:46.691 7 INFO neutron.api.extensions [None req-789091bd-7582-4aab-b651-1b26c24c82b0 - - - - - -] Loaded extension: dvr 2026-07-21 07:18:46.691 7 INFO neutron.api.extensions [None req-789091bd-7582-4aab-b651-1b26c24c82b0 - - - - - -] Extension ecmp_routes not supported by any of loaded plugins 2026-07-21 07:18:46.692 7 INFO neutron.api.extensions [None req-789091bd-7582-4aab-b651-1b26c24c82b0 - - - - - -] Loaded extension: empty-string-filtering 2026-07-21 07:18:46.693 7 INFO neutron.api.extensions [None req-789091bd-7582-4aab-b651-1b26c24c82b0 - - - - - -] Extension expose-l3-conntrack-helper not supported by any of loaded plugins 2026-07-21 07:18:46.693 7 INFO neutron.api.extensions [None req-789091bd-7582-4aab-b651-1b26c24c82b0 - - - - - -] Extension expose-port-forwarding-in-fip not supported by any of loaded plugins 2026-07-21 07:18:46.694 7 INFO neutron.api.extensions [None req-789091bd-7582-4aab-b651-1b26c24c82b0 - - - - - -] Loaded extension: external-net 2026-07-21 07:18:46.694 7 INFO neutron.api.extensions [None req-789091bd-7582-4aab-b651-1b26c24c82b0 - - - - - -] Loaded extension: extra_dhcp_opt 2026-07-21 07:18:46.695 7 INFO neutron.api.extensions [None req-789091bd-7582-4aab-b651-1b26c24c82b0 - - - - - -] Loaded extension: extraroute 2026-07-21 07:18:46.695 7 INFO neutron.api.extensions [None req-789091bd-7582-4aab-b651-1b26c24c82b0 - - - - - -] Loaded extension: extraroute-atomic 2026-07-21 07:18:46.696 7 INFO neutron.api.extensions [None req-789091bd-7582-4aab-b651-1b26c24c82b0 - - - - - -] Extension filter-validation not supported by any of loaded plugins 2026-07-21 07:18:46.696 7 INFO neutron.api.extensions [None req-789091bd-7582-4aab-b651-1b26c24c82b0 - - - - - -] Extension floating-ip-port-forwarding-description not supported by any of loaded plugins 2026-07-21 07:18:46.697 7 INFO neutron.api.extensions [None req-789091bd-7582-4aab-b651-1b26c24c82b0 - - - - - -] Loaded extension: floating-ip-port-forwarding-detail 2026-07-21 07:18:46.697 7 INFO neutron.api.extensions [None req-789091bd-7582-4aab-b651-1b26c24c82b0 - - - - - -] Extension floating-ip-port-forwarding-port-ranges not supported by any of loaded plugins 2026-07-21 07:18:46.698 7 INFO neutron.api.extensions [None req-789091bd-7582-4aab-b651-1b26c24c82b0 - - - - - -] Loaded extension: fip-port-details 2026-07-21 07:18:46.699 7 INFO neutron.api.extensions [None req-789091bd-7582-4aab-b651-1b26c24c82b0 - - - - - -] Loaded extension: flavors 2026-07-21 07:18:46.700 7 INFO neutron.api.extensions [None req-789091bd-7582-4aab-b651-1b26c24c82b0 - - - - - -] Extension floating-ip-port-forwarding not supported by any of loaded plugins 2026-07-21 07:18:46.700 7 INFO neutron.api.extensions [None req-789091bd-7582-4aab-b651-1b26c24c82b0 - - - - - -] Loaded extension: floatingip-pools 2026-07-21 07:18:46.701 7 INFO neutron.api.extensions [None req-789091bd-7582-4aab-b651-1b26c24c82b0 - - - - - -] Loaded extension: ip_allocation 2026-07-21 07:18:46.701 7 INFO neutron.api.extensions [None req-789091bd-7582-4aab-b651-1b26c24c82b0 - - - - - -] Loaded extension: ip-substring-filtering 2026-07-21 07:18:46.702 7 INFO neutron.api.extensions [None req-789091bd-7582-4aab-b651-1b26c24c82b0 - - - - - -] Loaded extension: l2_adjacency 2026-07-21 07:18:46.703 7 INFO neutron.api.extensions [None req-789091bd-7582-4aab-b651-1b26c24c82b0 - - - - - -] Loaded extension: router 2026-07-21 07:18:46.705 7 INFO neutron.api.extensions [None req-789091bd-7582-4aab-b651-1b26c24c82b0 - - - - - -] Extension l3-conntrack-helper not supported by any of loaded plugins 2026-07-21 07:18:46.705 7 INFO neutron.api.extensions [None req-789091bd-7582-4aab-b651-1b26c24c82b0 - - - - - -] Extension enable-default-route-bfd not supported by any of loaded plugins 2026-07-21 07:18:46.706 7 INFO neutron.api.extensions [None req-789091bd-7582-4aab-b651-1b26c24c82b0 - - - - - -] Extension enable-default-route-ecmp not supported by any of loaded plugins 2026-07-21 07:18:46.706 7 INFO neutron.api.extensions [None req-789091bd-7582-4aab-b651-1b26c24c82b0 - - - - - -] Loaded extension: ext-gw-mode 2026-07-21 07:18:46.707 7 INFO neutron.api.extensions [None req-789091bd-7582-4aab-b651-1b26c24c82b0 - - - - - -] Loaded extension: l3-ha 2026-07-21 07:18:46.707 7 INFO neutron.api.extensions [None req-789091bd-7582-4aab-b651-1b26c24c82b0 - - - - - -] Extension l3-ext-ndp-proxy not supported by any of loaded plugins 2026-07-21 07:18:46.708 7 INFO neutron.api.extensions [None req-789091bd-7582-4aab-b651-1b26c24c82b0 - - - - - -] Extension external-gateway-multihoming not supported by any of loaded plugins 2026-07-21 07:18:46.708 7 INFO neutron.api.extensions [None req-789091bd-7582-4aab-b651-1b26c24c82b0 - - - - - -] Loaded extension: l3-flavors 2026-07-21 07:18:46.709 7 INFO neutron.api.extensions [None req-789091bd-7582-4aab-b651-1b26c24c82b0 - - - - - -] Extension l3-ndp-proxy not supported by any of loaded plugins 2026-07-21 07:18:46.710 7 INFO neutron.api.extensions [None req-789091bd-7582-4aab-b651-1b26c24c82b0 - - - - - -] Loaded extension: l3-port-ip-change-not-allowed 2026-07-21 07:18:46.712 7 INFO neutron.api.extensions [None req-789091bd-7582-4aab-b651-1b26c24c82b0 - - - - - -] Loaded extension: l3_agent_scheduler 2026-07-21 07:18:46.713 7 INFO neutron.api.extensions [None req-789091bd-7582-4aab-b651-1b26c24c82b0 - - - - - -] Extension local_ip not supported by any of loaded plugins 2026-07-21 07:18:46.714 7 INFO neutron.api.extensions [None req-789091bd-7582-4aab-b651-1b26c24c82b0 - - - - - -] Extension logging not supported by any of loaded plugins 2026-07-21 07:18:46.715 7 INFO neutron.api.extensions [None req-789091bd-7582-4aab-b651-1b26c24c82b0 - - - - - -] Extension metering not supported by any of loaded plugins 2026-07-21 07:18:46.716 7 INFO neutron.api.extensions [None req-789091bd-7582-4aab-b651-1b26c24c82b0 - - - - - -] Extension metering_source_and_destination_fields not supported by any of loaded plugins 2026-07-21 07:18:46.716 7 INFO neutron.api.extensions [None req-789091bd-7582-4aab-b651-1b26c24c82b0 - - - - - -] Loaded extension: multi-provider 2026-07-21 07:18:46.717 7 INFO neutron.api.extensions [None req-789091bd-7582-4aab-b651-1b26c24c82b0 - - - - - -] Loaded extension: net-mtu 2026-07-21 07:18:46.717 7 INFO neutron.api.extensions [None req-789091bd-7582-4aab-b651-1b26c24c82b0 - - - - - -] Loaded extension: net-mtu-writable 2026-07-21 07:18:46.718 7 INFO neutron.api.extensions [None req-789091bd-7582-4aab-b651-1b26c24c82b0 - - - - - -] Loaded extension: network_availability_zone 2026-07-21 07:18:46.718 7 INFO neutron.api.extensions [None req-789091bd-7582-4aab-b651-1b26c24c82b0 - - - - - -] Loaded extension: network_ha 2026-07-21 07:18:46.719 7 INFO neutron.api.extensions [None req-789091bd-7582-4aab-b651-1b26c24c82b0 - - - - - -] Loaded extension: network-ip-availability 2026-07-21 07:18:46.720 7 INFO neutron.api.extensions [None req-789091bd-7582-4aab-b651-1b26c24c82b0 - - - - - -] Extension network-segment-range not supported by any of loaded plugins 2026-07-21 07:18:46.720 7 INFO neutron.api.extensions [None req-789091bd-7582-4aab-b651-1b26c24c82b0 - - - - - -] Loaded extension: pagination 2026-07-21 07:18:46.721 7 INFO neutron.api.extensions [None req-789091bd-7582-4aab-b651-1b26c24c82b0 - - - - - -] Loaded extension: port-device-profile 2026-07-21 07:18:46.721 7 INFO neutron.api.extensions [None req-789091bd-7582-4aab-b651-1b26c24c82b0 - - - - - -] Extension port-hardware-offload-type not supported by any of loaded plugins 2026-07-21 07:18:46.722 7 INFO neutron.api.extensions [None req-789091bd-7582-4aab-b651-1b26c24c82b0 - - - - - -] Extension port-hint-ovs-tx-steering not supported by any of loaded plugins 2026-07-21 07:18:46.722 7 INFO neutron.api.extensions [None req-789091bd-7582-4aab-b651-1b26c24c82b0 - - - - - -] Extension port-hints not supported by any of loaded plugins 2026-07-21 07:18:46.723 7 INFO neutron.api.extensions [None req-789091bd-7582-4aab-b651-1b26c24c82b0 - - - - - -] Loaded extension: port-mac-override 2026-07-21 07:18:46.723 7 INFO neutron.api.extensions [None req-789091bd-7582-4aab-b651-1b26c24c82b0 - - - - - -] Loaded extension: port-mac-address-regenerate 2026-07-21 07:18:46.724 7 INFO neutron.api.extensions [None req-789091bd-7582-4aab-b651-1b26c24c82b0 - - - - - -] Loaded extension: port-numa-affinity-policy 2026-07-21 07:18:46.724 7 INFO neutron.api.extensions [None req-789091bd-7582-4aab-b651-1b26c24c82b0 - - - - - -] Loaded extension: port-numa-affinity-policy-socket 2026-07-21 07:18:46.725 7 INFO neutron.api.extensions [None req-789091bd-7582-4aab-b651-1b26c24c82b0 - - - - - -] Loaded extension: port-resource-request 2026-07-21 07:18:46.726 7 INFO neutron.api.extensions [None req-789091bd-7582-4aab-b651-1b26c24c82b0 - - - - - -] Loaded extension: port-resource-request-groups 2026-07-21 07:18:46.726 7 INFO neutron.api.extensions [None req-789091bd-7582-4aab-b651-1b26c24c82b0 - - - - - -] Extension port-trusted-vif not supported by any of loaded plugins 2026-07-21 07:18:46.727 7 INFO neutron.api.extensions [None req-789091bd-7582-4aab-b651-1b26c24c82b0 - - - - - -] Loaded extension: binding 2026-07-21 07:18:46.727 7 INFO neutron.api.extensions [None req-789091bd-7582-4aab-b651-1b26c24c82b0 - - - - - -] Loaded extension: binding-extended 2026-07-21 07:18:46.728 7 INFO neutron.api.extensions [None req-789091bd-7582-4aab-b651-1b26c24c82b0 - - - - - -] Loaded extension: port-security 2026-07-21 07:18:46.728 7 INFO neutron.api.extensions [None req-789091bd-7582-4aab-b651-1b26c24c82b0 - - - - - -] Loaded extension: project-id 2026-07-21 07:18:46.729 7 INFO neutron.api.extensions [None req-789091bd-7582-4aab-b651-1b26c24c82b0 - - - - - -] Loaded extension: provider 2026-07-21 07:18:46.729 7 INFO neutron.api.extensions [None req-789091bd-7582-4aab-b651-1b26c24c82b0 - - - - - -] Extension qinq not supported by any of loaded plugins 2026-07-21 07:18:46.731 7 INFO neutron.api.extensions [None req-789091bd-7582-4aab-b651-1b26c24c82b0 - - - - - -] Loaded extension: qos 2026-07-21 07:18:46.734 7 INFO neutron.api.extensions [None req-789091bd-7582-4aab-b651-1b26c24c82b0 - - - - - -] Loaded extension: qos-bw-limit-direction 2026-07-21 07:18:46.735 7 INFO neutron.api.extensions [None req-789091bd-7582-4aab-b651-1b26c24c82b0 - - - - - -] Loaded extension: qos-bw-minimum-ingress 2026-07-21 07:18:46.735 7 INFO neutron.api.extensions [None req-789091bd-7582-4aab-b651-1b26c24c82b0 - - - - - -] Loaded extension: qos-default 2026-07-21 07:18:46.736 7 INFO neutron.api.extensions [None req-789091bd-7582-4aab-b651-1b26c24c82b0 - - - - - -] Loaded extension: qos-fip 2026-07-21 07:18:46.736 7 INFO neutron.api.extensions [None req-789091bd-7582-4aab-b651-1b26c24c82b0 - - - - - -] Extension qos-fip-network-policy not supported by any of loaded plugins 2026-07-21 07:18:46.737 7 INFO neutron.api.extensions [None req-789091bd-7582-4aab-b651-1b26c24c82b0 - - - - - -] Loaded extension: qos-gateway-ip 2026-07-21 07:18:46.737 7 INFO neutron.api.extensions [None req-789091bd-7582-4aab-b651-1b26c24c82b0 - - - - - -] Loaded extension: qos-port-network-policy 2026-07-21 07:18:46.738 7 INFO neutron.api.extensions [None req-789091bd-7582-4aab-b651-1b26c24c82b0 - - - - - -] Loaded extension: qos-pps-minimum 2026-07-21 07:18:46.738 7 INFO neutron.api.extensions [None req-789091bd-7582-4aab-b651-1b26c24c82b0 - - - - - -] Loaded extension: qos-pps-minimum-rule-alias 2026-07-21 07:18:46.739 7 INFO neutron.api.extensions [None req-789091bd-7582-4aab-b651-1b26c24c82b0 - - - - - -] Loaded extension: qos-pps 2026-07-21 07:18:46.740 7 INFO neutron.api.extensions [None req-789091bd-7582-4aab-b651-1b26c24c82b0 - - - - - -] Loaded extension: qos-rule-type-details 2026-07-21 07:18:46.740 7 INFO neutron.api.extensions [None req-789091bd-7582-4aab-b651-1b26c24c82b0 - - - - - -] Loaded extension: qos-rule-type-filter 2026-07-21 07:18:46.741 7 INFO neutron.api.extensions [None req-789091bd-7582-4aab-b651-1b26c24c82b0 - - - - - -] Loaded extension: qos-rules-alias 2026-07-21 07:18:46.741 7 INFO neutron.api.extensions [None req-789091bd-7582-4aab-b651-1b26c24c82b0 - - - - - -] Loaded extension: quota-check-limit 2026-07-21 07:18:46.742 7 INFO neutron.api.extensions [None req-789091bd-7582-4aab-b651-1b26c24c82b0 - - - - - -] Loaded extension: quota-check-limit-default 2026-07-21 07:18:46.744 7 INFO neutron.api.extensions [None req-789091bd-7582-4aab-b651-1b26c24c82b0 - - - - - -] Loaded extension: quotas 2026-07-21 07:18:46.745 7 INFO neutron.api.extensions [None req-789091bd-7582-4aab-b651-1b26c24c82b0 - - - - - -] Loaded extension: quota_details 2026-07-21 07:18:46.746 7 INFO neutron.api.extensions [None req-789091bd-7582-4aab-b651-1b26c24c82b0 - - - - - -] Loaded extension: rbac-policies 2026-07-21 07:18:46.747 7 INFO neutron.api.extensions [None req-789091bd-7582-4aab-b651-1b26c24c82b0 - - - - - -] Loaded extension: rbac-address-group 2026-07-21 07:18:46.747 7 INFO neutron.api.extensions [None req-789091bd-7582-4aab-b651-1b26c24c82b0 - - - - - -] Loaded extension: rbac-address-scope 2026-07-21 07:18:46.748 7 INFO neutron.api.extensions [None req-789091bd-7582-4aab-b651-1b26c24c82b0 - - - - - -] Loaded extension: rbac-security-groups 2026-07-21 07:18:46.748 7 INFO neutron.api.extensions [None req-789091bd-7582-4aab-b651-1b26c24c82b0 - - - - - -] Loaded extension: rbac-subnetpool 2026-07-21 07:18:46.749 7 INFO neutron.api.extensions [None req-789091bd-7582-4aab-b651-1b26c24c82b0 - - - - - -] Loaded extension: revision-if-match 2026-07-21 07:18:46.749 7 INFO neutron.api.extensions [None req-789091bd-7582-4aab-b651-1b26c24c82b0 - - - - - -] Loaded extension: standard-attr-revisions 2026-07-21 07:18:46.750 7 INFO neutron.api.extensions [None req-789091bd-7582-4aab-b651-1b26c24c82b0 - - - - - -] Loaded extension: router_availability_zone 2026-07-21 07:18:46.751 7 INFO neutron.api.extensions [None req-789091bd-7582-4aab-b651-1b26c24c82b0 - - - - - -] Extension router-service-type not supported by any of loaded plugins 2026-07-21 07:18:46.752 7 INFO neutron.api.extensions [None req-789091bd-7582-4aab-b651-1b26c24c82b0 - - - - - -] Loaded extension: security-groups-default-rules 2026-07-21 07:18:46.753 7 INFO neutron.api.extensions [None req-789091bd-7582-4aab-b651-1b26c24c82b0 - - - - - -] Loaded extension: security-groups-normalized-cidr 2026-07-21 07:18:46.753 7 INFO neutron.api.extensions [None req-789091bd-7582-4aab-b651-1b26c24c82b0 - - - - - -] Loaded extension: port-security-groups-filtering 2026-07-21 07:18:46.754 7 INFO neutron.api.extensions [None req-789091bd-7582-4aab-b651-1b26c24c82b0 - - - - - -] Loaded extension: security-groups-remote-address-group 2026-07-21 07:18:46.754 7 INFO neutron.api.extensions [None req-789091bd-7582-4aab-b651-1b26c24c82b0 - - - - - -] Loaded extension: security-groups-rules-belongs-to-default-sg 2026-07-21 07:18:46.755 7 INFO neutron.api.extensions [None req-789091bd-7582-4aab-b651-1b26c24c82b0 - - - - - -] Loaded extension: security-groups-shared-filtering 2026-07-21 07:18:46.759 7 INFO neutron.api.extensions [None req-789091bd-7582-4aab-b651-1b26c24c82b0 - - - - - -] Loaded extension: security-group 2026-07-21 07:18:46.760 7 INFO neutron.api.extensions [None req-789091bd-7582-4aab-b651-1b26c24c82b0 - - - - - -] Loaded extension: segment 2026-07-21 07:18:46.761 7 INFO neutron.api.extensions [None req-789091bd-7582-4aab-b651-1b26c24c82b0 - - - - - -] Loaded extension: segments-peer-subnet-host-routes 2026-07-21 07:18:46.761 7 INFO neutron.api.extensions [None req-789091bd-7582-4aab-b651-1b26c24c82b0 - - - - - -] Loaded extension: service-type 2026-07-21 07:18:46.762 7 INFO neutron.api.extensions [None req-789091bd-7582-4aab-b651-1b26c24c82b0 - - - - - -] Loaded extension: sorting 2026-07-21 07:18:46.762 7 INFO neutron.api.extensions [None req-789091bd-7582-4aab-b651-1b26c24c82b0 - - - - - -] Loaded extension: standard-attr-segment 2026-07-21 07:18:46.763 7 INFO neutron.api.extensions [None req-789091bd-7582-4aab-b651-1b26c24c82b0 - - - - - -] Loaded extension: standard-attr-description 2026-07-21 07:18:46.763 7 INFO neutron.api.extensions [None req-789091bd-7582-4aab-b651-1b26c24c82b0 - - - - - -] Loaded extension: stateful-security-group 2026-07-21 07:18:46.765 7 WARNING neutron.api.extensions [None req-789091bd-7582-4aab-b651-1b26c24c82b0 - - - - - -] Did not find expected name "Stdattrs_common" in /var/lib/openstack/lib/python3.12/site-packages/neutron/extensions/stdattrs_common.py 2026-07-21 07:18:46.766 7 INFO neutron.api.extensions [None req-789091bd-7582-4aab-b651-1b26c24c82b0 - - - - - -] Extension subnet-dns-publish-fixed-ip not supported by any of loaded plugins 2026-07-21 07:18:46.767 7 INFO neutron.api.extensions [None req-789091bd-7582-4aab-b651-1b26c24c82b0 - - - - - -] Loaded extension: subnet-external-network 2026-07-21 07:18:46.768 7 INFO neutron.api.extensions [None req-789091bd-7582-4aab-b651-1b26c24c82b0 - - - - - -] Loaded extension: subnet_onboard 2026-07-21 07:18:46.768 7 INFO neutron.api.extensions [None req-789091bd-7582-4aab-b651-1b26c24c82b0 - - - - - -] Loaded extension: subnet-segmentid-writable 2026-07-21 07:18:46.769 7 INFO neutron.api.extensions [None req-789091bd-7582-4aab-b651-1b26c24c82b0 - - - - - -] Loaded extension: subnet-service-types 2026-07-21 07:18:46.769 7 INFO neutron.api.extensions [None req-789091bd-7582-4aab-b651-1b26c24c82b0 - - - - - -] Loaded extension: subnet_allocation 2026-07-21 07:18:46.770 7 INFO neutron.api.extensions [None req-789091bd-7582-4aab-b651-1b26c24c82b0 - - - - - -] Loaded extension: subnetpool-prefix-ops 2026-07-21 07:18:46.771 7 INFO neutron.api.extensions [None req-789091bd-7582-4aab-b651-1b26c24c82b0 - - - - - -] Loaded extension: tag-creation 2026-07-21 07:18:46.771 7 INFO neutron.api.extensions [None req-789091bd-7582-4aab-b651-1b26c24c82b0 - - - - - -] Extension tag-ports-during-bulk-creation not supported by any of loaded plugins 2026-07-21 07:18:46.775 7 INFO neutron.api.extensions [None req-789091bd-7582-4aab-b651-1b26c24c82b0 - - - - - -] Loaded extension: standard-attr-tag 2026-07-21 07:18:46.776 7 INFO neutron.api.extensions [None req-789091bd-7582-4aab-b651-1b26c24c82b0 - - - - - -] Loaded extension: standard-attr-timestamp 2026-07-21 07:18:46.777 7 INFO neutron.api.extensions [None req-789091bd-7582-4aab-b651-1b26c24c82b0 - - - - - -] Loaded extension: trunk 2026-07-21 07:18:46.777 7 INFO neutron.api.extensions [None req-789091bd-7582-4aab-b651-1b26c24c82b0 - - - - - -] Loaded extension: trunk-details 2026-07-21 07:18:46.778 7 INFO neutron.api.extensions [None req-789091bd-7582-4aab-b651-1b26c24c82b0 - - - - - -] Extension uplink-status-propagation not supported by any of loaded plugins 2026-07-21 07:18:46.779 7 INFO neutron.api.extensions [None req-789091bd-7582-4aab-b651-1b26c24c82b0 - - - - - -] Extension uplink-status-propagation-updatable not supported by any of loaded plugins 2026-07-21 07:18:46.779 7 INFO neutron.api.extensions [None req-789091bd-7582-4aab-b651-1b26c24c82b0 - - - - - -] Extension vlan-transparent not supported by any of loaded plugins 2026-07-21 07:18:46.780 7 INFO neutron.api.extensions [None req-789091bd-7582-4aab-b651-1b26c24c82b0 - - - - - -] Loaded extension: vpn-aes-ctr 2026-07-21 07:18:46.783 7 INFO neutron.api.extensions [None req-789091bd-7582-4aab-b651-1b26c24c82b0 - - - - - -] Extension vpn-agent-scheduler not supported by any of loaded plugins 2026-07-21 07:18:46.784 7 INFO neutron.api.extensions [None req-789091bd-7582-4aab-b651-1b26c24c82b0 - - - - - -] Loaded extension: vpn-endpoint-groups 2026-07-21 07:18:46.784 7 INFO neutron.api.extensions [None req-789091bd-7582-4aab-b651-1b26c24c82b0 - - - - - -] Loaded extension: vpn-flavors 2026-07-21 07:18:46.786 7 INFO neutron.api.extensions [None req-789091bd-7582-4aab-b651-1b26c24c82b0 - - - - - -] Loaded extension: vpnaas 2026-07-21 07:18:46.787 7 INFO neutron.api.extensions [None req-789091bd-7582-4aab-b651-1b26c24c82b0 - - - - - -] Loaded extension: taas 2026-07-21 07:18:46.788 7 INFO neutron.api.extensions [None req-789091bd-7582-4aab-b651-1b26c24c82b0 - - - - - -] Loaded extension: tap-mirror 2026-07-21 07:18:46.789 7 INFO neutron.api.extensions [None req-789091bd-7582-4aab-b651-1b26c24c82b0 - - - - - -] Loaded extension: taas-vlan-filter 2026-07-21 07:18:46.791 7 INFO neutron.quota.resource_registry [None req-789091bd-7582-4aab-b651-1b26c24c82b0 - - - - - -] Creating instance of TrackedResource for resource:network 2026-07-21 07:18:46.792 7 INFO neutron.quota.resource_registry [None req-789091bd-7582-4aab-b651-1b26c24c82b0 - - - - - -] Creating instance of TrackedResource for resource:subnet 2026-07-21 07:18:46.792 7 INFO neutron.quota.resource_registry [None req-789091bd-7582-4aab-b651-1b26c24c82b0 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-07-21 07:18:46.792 7 INFO neutron.quota.resource_registry [None req-789091bd-7582-4aab-b651-1b26c24c82b0 - - - - - -] Creating instance of TrackedResource for resource:port 2026-07-21 07:18:46.796 7 INFO neutron.quota.resource_registry [None req-789091bd-7582-4aab-b651-1b26c24c82b0 - - - - - -] Creating instance of TrackedResource for resource:router 2026-07-21 07:18:46.796 7 INFO neutron.quota.resource_registry [None req-789091bd-7582-4aab-b651-1b26c24c82b0 - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-07-21 07:18:46.801 7 INFO neutron.quota.resource_registry [None req-789091bd-7582-4aab-b651-1b26c24c82b0 - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-07-21 07:18:46.802 7 INFO neutron.quota.resource_registry [None req-789091bd-7582-4aab-b651-1b26c24c82b0 - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-07-21 07:18:46.802 7 INFO neutron.quota.resource_registry [None req-789091bd-7582-4aab-b651-1b26c24c82b0 - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-07-21 07:18:46.803 7 INFO neutron.quota.resource_registry [None req-789091bd-7582-4aab-b651-1b26c24c82b0 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-07-21 07:18:46.803 7 WARNING neutron.quota.resource_registry [None req-789091bd-7582-4aab-b651-1b26c24c82b0 - - - - - -] subnetpool is already registered 2026-07-21 07:18:46.803 7 INFO neutron.quota.resource_registry [None req-789091bd-7582-4aab-b651-1b26c24c82b0 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-07-21 07:18:46.804 7 WARNING neutron.quota.resource_registry [None req-789091bd-7582-4aab-b651-1b26c24c82b0 - - - - - -] subnetpool is already registered 2026-07-21 07:18:46.804 7 INFO neutron.quota.resource_registry [None req-789091bd-7582-4aab-b651-1b26c24c82b0 - - - - - -] Creating instance of CountableResource for resource:trunk 2026-07-21 07:18:46.805 7 INFO neutron.quota.resource_registry [None req-789091bd-7582-4aab-b651-1b26c24c82b0 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-07-21 07:18:46.805 7 INFO neutron.quota.resource_registry [None req-789091bd-7582-4aab-b651-1b26c24c82b0 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-07-21 07:18:46.805 7 INFO neutron.quota.resource_registry [None req-789091bd-7582-4aab-b651-1b26c24c82b0 - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-07-21 07:18:46.806 7 INFO neutron.quota.resource_registry [None req-789091bd-7582-4aab-b651-1b26c24c82b0 - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-07-21 07:18:46.806 7 INFO neutron.quota.resource_registry [None req-789091bd-7582-4aab-b651-1b26c24c82b0 - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-07-21 07:18:46.807 7 INFO neutron.quota.resource_registry [None req-789091bd-7582-4aab-b651-1b26c24c82b0 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-07-21 07:18:46.807 7 WARNING neutron.quota.resource_registry [None req-789091bd-7582-4aab-b651-1b26c24c82b0 - - - - - -] ipsecpolicy is already registered 2026-07-21 07:18:46.807 7 INFO neutron.quota.resource_registry [None req-789091bd-7582-4aab-b651-1b26c24c82b0 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-07-21 07:18:46.807 7 WARNING neutron.quota.resource_registry [None req-789091bd-7582-4aab-b651-1b26c24c82b0 - - - - - -] ikepolicy is already registered 2026-07-21 07:18:46.812 7 INFO neutron.quota.resource_registry [None req-789091bd-7582-4aab-b651-1b26c24c82b0 - - - - - -] Creating instance of TrackedResource for resource:router 2026-07-21 07:18:46.812 7 WARNING neutron.quota.resource_registry [None req-789091bd-7582-4aab-b651-1b26c24c82b0 - - - - - -] router is already registered 2026-07-21 07:18:46.812 7 INFO neutron.quota.resource_registry [None req-789091bd-7582-4aab-b651-1b26c24c82b0 - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-07-21 07:18:46.812 7 WARNING neutron.quota.resource_registry [None req-789091bd-7582-4aab-b651-1b26c24c82b0 - - - - - -] floatingip is already registered 2026-07-21 07:18:46.816 7 INFO neutron.quota.resource_registry [None req-789091bd-7582-4aab-b651-1b26c24c82b0 - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-07-21 07:18:46.816 7 WARNING neutron.quota.resource_registry [None req-789091bd-7582-4aab-b651-1b26c24c82b0 - - - - - -] rbac_policy is already registered 2026-07-21 07:18:46.817 7 INFO neutron.quota.resource_registry [None req-789091bd-7582-4aab-b651-1b26c24c82b0 - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-07-21 07:18:46.817 7 WARNING neutron.quota.resource_registry [None req-789091bd-7582-4aab-b651-1b26c24c82b0 - - - - - -] security_group is already registered 2026-07-21 07:18:46.817 7 INFO neutron.quota.resource_registry [None req-789091bd-7582-4aab-b651-1b26c24c82b0 - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-07-21 07:18:46.817 7 WARNING neutron.quota.resource_registry [None req-789091bd-7582-4aab-b651-1b26c24c82b0 - - - - - -] security_group_rule is already registered 2026-07-21 07:18:46.818 7 INFO neutron.quota.resource_registry [None req-789091bd-7582-4aab-b651-1b26c24c82b0 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-07-21 07:18:46.818 7 WARNING neutron.quota.resource_registry [None req-789091bd-7582-4aab-b651-1b26c24c82b0 - - - - - -] subnetpool is already registered 2026-07-21 07:18:46.819 7 INFO neutron.quota.resource_registry [None req-789091bd-7582-4aab-b651-1b26c24c82b0 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-07-21 07:18:46.819 7 WARNING neutron.quota.resource_registry [None req-789091bd-7582-4aab-b651-1b26c24c82b0 - - - - - -] subnetpool is already registered 2026-07-21 07:18:46.819 7 INFO neutron.quota.resource_registry [None req-789091bd-7582-4aab-b651-1b26c24c82b0 - - - - - -] Creating instance of CountableResource for resource:trunk 2026-07-21 07:18:46.819 7 WARNING neutron.quota.resource_registry [None req-789091bd-7582-4aab-b651-1b26c24c82b0 - - - - - -] trunk is already registered 2026-07-21 07:18:46.820 7 INFO neutron.quota.resource_registry [None req-789091bd-7582-4aab-b651-1b26c24c82b0 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-07-21 07:18:46.820 7 WARNING neutron.quota.resource_registry [None req-789091bd-7582-4aab-b651-1b26c24c82b0 - - - - - -] ikepolicy is already registered 2026-07-21 07:18:46.820 7 INFO neutron.quota.resource_registry [None req-789091bd-7582-4aab-b651-1b26c24c82b0 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-07-21 07:18:46.820 7 WARNING neutron.quota.resource_registry [None req-789091bd-7582-4aab-b651-1b26c24c82b0 - - - - - -] ipsecpolicy is already registered 2026-07-21 07:18:46.821 7 INFO neutron.quota.resource_registry [None req-789091bd-7582-4aab-b651-1b26c24c82b0 - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-07-21 07:18:46.821 7 WARNING neutron.quota.resource_registry [None req-789091bd-7582-4aab-b651-1b26c24c82b0 - - - - - -] endpoint_group is already registered 2026-07-21 07:18:46.822 7 INFO neutron.quota.resource_registry [None req-789091bd-7582-4aab-b651-1b26c24c82b0 - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-07-21 07:18:46.822 7 WARNING neutron.quota.resource_registry [None req-789091bd-7582-4aab-b651-1b26c24c82b0 - - - - - -] vpnservice is already registered 2026-07-21 07:18:46.822 7 INFO neutron.quota.resource_registry [None req-789091bd-7582-4aab-b651-1b26c24c82b0 - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-07-21 07:18:46.822 7 WARNING neutron.quota.resource_registry [None req-789091bd-7582-4aab-b651-1b26c24c82b0 - - - - - -] ipsec_site_connection is already registered 2026-07-21 07:18:46.823 7 INFO neutron.quota.resource_registry [None req-789091bd-7582-4aab-b651-1b26c24c82b0 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-07-21 07:18:46.823 7 WARNING neutron.quota.resource_registry [None req-789091bd-7582-4aab-b651-1b26c24c82b0 - - - - - -] ipsecpolicy is already registered 2026-07-21 07:18:46.823 7 INFO neutron.quota.resource_registry [None req-789091bd-7582-4aab-b651-1b26c24c82b0 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-07-21 07:18:46.823 7 WARNING neutron.quota.resource_registry [None req-789091bd-7582-4aab-b651-1b26c24c82b0 - - - - - -] ikepolicy is already registered 2026-07-21 07:18:46.861 7 WARNING keystonemiddleware._common.config [None req-789091bd-7582-4aab-b651-1b26c24c82b0 - - - - - -] The option "audit_map_file" is not known to keystonemiddleware 2026-07-21 07:18:46.868 7 WARNING oslo_config.cfg [None req-789091bd-7582-4aab-b651-1b26c24c82b0 - - - - - -] Deprecated: Option "auth_uri" from group "keystone_authtoken" is deprecated. Use option "www_authenticate_uri" from group "keystone_authtoken". WSGI app 0 (mountpoint='') ready in 8 seconds on interpreter 0x7fbcc5b8f668 pid: 7 (default app) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: unknown. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-07-21 07:18:50.991 8 INFO neutron.pecan_wsgi.hooks.translation [None req-8d24bfd0-3923-4bcf-a089-e731c8b68845 c91b302a1f0c4d688f2f771aebbdb373 3ab8b07b6cd247c2a83286280ea0a707 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 3/3] 199.19.213.44 () {44 vars in 922 bytes} [Tue Jul 21 07:18:50 2026] GET /v2.0/networks/public => generated 108 bytes in 823 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: unknown. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1/5] 199.19.213.44 () {44 vars in 944 bytes} [Tue Jul 21 07:18:50 2026] GET /v2.0/networks?name=public => generated 15 bytes in 364 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-21 07:18:51.754 8 WARNING neutron.services.revisions.revision_plugin [None req-75f753ba-2f39-4f78-98fe-3705fd692105 c91b302a1f0c4d688f2f771aebbdb373 3ab8b07b6cd247c2a83286280ea0a707 - - default default] Could not find related network for resource to bump revision. 2026-07-21 07:18:51.774 8 INFO neutron.db.segments_db [None req-75f753ba-2f39-4f78-98fe-3705fd692105 c91b302a1f0c4d688f2f771aebbdb373 3ab8b07b6cd247c2a83286280ea0a707 - - default default] Added segment 8b9b7975-1a78-486c-865b-47d92b327003 of type flat for network 9ee6b758-ba41-4a2c-a82b-ccad200a590a 2026-07-21 07:18:51.825 8 INFO neutron.pecan_wsgi.hooks.translation [None req-75f753ba-2f39-4f78-98fe-3705fd692105 c91b302a1f0c4d688f2f771aebbdb373 3ab8b07b6cd247c2a83286280ea0a707 - - default default] POST failed (client error): The resource could not be found. [pid: 8|app: 0|req: 5/6] 199.19.213.44 () {48 vars in 962 bytes} [Tue Jul 21 07:18:51 2026] POST /v2.0/networks => generated 124 bytes in 486 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-21 07:18:58.056 7 INFO neutron.pecan_wsgi.hooks.translation [None req-98023adb-0640-4644-a036-b0bba7e646f4 c91b302a1f0c4d688f2f771aebbdb373 3ab8b07b6cd247c2a83286280ea0a707 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 2/7] 199.19.213.44 () {44 vars in 922 bytes} [Tue Jul 21 07:18:57 2026] GET /v2.0/networks/public => generated 108 bytes in 394 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 6/8] 199.19.213.44 () {44 vars in 944 bytes} [Tue Jul 21 07:18:58 2026] GET /v2.0/networks?name=public => generated 15 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-21 07:18:58.329 7 WARNING neutron.services.revisions.revision_plugin [None req-f6ff92c2-7e2c-49e0-bfe9-a13c530d34ae c91b302a1f0c4d688f2f771aebbdb373 3ab8b07b6cd247c2a83286280ea0a707 - - default default] Could not find related network for resource to bump revision. 2026-07-21 07:18:58.362 7 INFO neutron.db.segments_db [None req-f6ff92c2-7e2c-49e0-bfe9-a13c530d34ae c91b302a1f0c4d688f2f771aebbdb373 3ab8b07b6cd247c2a83286280ea0a707 - - default default] Added segment 67bab894-b0e0-42c1-9fe2-ea25323f8c91 of type flat for network 1c3f1a7d-deb3-4bf8-b05c-7892c8018102 2026-07-21 07:18:58.424 7 INFO neutron.pecan_wsgi.hooks.translation [None req-f6ff92c2-7e2c-49e0-bfe9-a13c530d34ae c91b302a1f0c4d688f2f771aebbdb373 3ab8b07b6cd247c2a83286280ea0a707 - - default default] POST failed (client error): The resource could not be found. [pid: 7|app: 0|req: 3/9] 199.19.213.44 () {48 vars in 962 bytes} [Tue Jul 21 07:18:58 2026] POST /v2.0/networks => generated 124 bytes in 356 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-21 07:19:04.258 8 INFO neutron.pecan_wsgi.hooks.translation [None req-7cc689ef-a9eb-4278-a941-85ae14c37988 c91b302a1f0c4d688f2f771aebbdb373 3ab8b07b6cd247c2a83286280ea0a707 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 7/10] 199.19.213.44 () {44 vars in 922 bytes} [Tue Jul 21 07:19:04 2026] GET /v2.0/networks/public => generated 108 bytes in 36 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 4/11] 199.19.213.44 () {44 vars in 944 bytes} [Tue Jul 21 07:19:04 2026] GET /v2.0/networks?name=public => generated 15 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-21 07:19:04.322 8 WARNING neutron.services.revisions.revision_plugin [None req-bec65323-8bd8-40cb-b235-52c7fcdac249 c91b302a1f0c4d688f2f771aebbdb373 3ab8b07b6cd247c2a83286280ea0a707 - - default default] Could not find related network for resource to bump revision. 2026-07-21 07:19:04.332 8 INFO neutron.db.segments_db [None req-bec65323-8bd8-40cb-b235-52c7fcdac249 c91b302a1f0c4d688f2f771aebbdb373 3ab8b07b6cd247c2a83286280ea0a707 - - default default] Added segment 4b92c7ac-e64c-4b7f-96b7-1d9906a46e40 of type flat for network 00401c9f-688b-45e4-ad8d-cbe37d13dd4b 2026-07-21 07:19:04.350 8 INFO neutron.pecan_wsgi.hooks.translation [None req-bec65323-8bd8-40cb-b235-52c7fcdac249 c91b302a1f0c4d688f2f771aebbdb373 3ab8b07b6cd247c2a83286280ea0a707 - - default default] POST failed (client error): The resource could not be found. [pid: 8|app: 0|req: 8/12] 199.19.213.44 () {48 vars in 962 bytes} [Tue Jul 21 07:19:04 2026] POST /v2.0/networks => generated 124 bytes in 78 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-21 07:19:10.197 8 INFO neutron.pecan_wsgi.hooks.translation [None req-aab03e3b-aaf7-4825-8cfa-49881c2b120a c91b302a1f0c4d688f2f771aebbdb373 3ab8b07b6cd247c2a83286280ea0a707 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 9/14] 199.19.213.44 () {44 vars in 922 bytes} [Tue Jul 21 07:19:10 2026] GET /v2.0/networks/public => generated 108 bytes in 56 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 6/15] 199.19.213.44 () {44 vars in 944 bytes} [Tue Jul 21 07:19:10 2026] GET /v2.0/networks?name=public => generated 15 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-21 07:19:10.251 8 WARNING neutron.services.revisions.revision_plugin [None req-08357ab0-a2d9-4eae-b3c5-e8dc666af8f3 c91b302a1f0c4d688f2f771aebbdb373 3ab8b07b6cd247c2a83286280ea0a707 - - default default] Could not find related network for resource to bump revision. 2026-07-21 07:19:10.272 8 INFO neutron.db.segments_db [None req-08357ab0-a2d9-4eae-b3c5-e8dc666af8f3 c91b302a1f0c4d688f2f771aebbdb373 3ab8b07b6cd247c2a83286280ea0a707 - - default default] Added segment 892b4840-c622-4e15-a1f3-9a55b751aea8 of type flat for network 4f3c73f1-8033-4382-b2de-fd85595cc5c2 2026-07-21 07:19:10.297 8 INFO neutron.pecan_wsgi.hooks.translation [None req-08357ab0-a2d9-4eae-b3c5-e8dc666af8f3 c91b302a1f0c4d688f2f771aebbdb373 3ab8b07b6cd247c2a83286280ea0a707 - - default default] POST failed (client error): The resource could not be found. [pid: 8|app: 0|req: 10/16] 199.19.213.44 () {48 vars in 962 bytes} [Tue Jul 21 07:19:10 2026] POST /v2.0/networks => generated 124 bytes in 93 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-21 07:19:16.210 7 INFO neutron.pecan_wsgi.hooks.translation [None req-a3e5d75e-6ad2-499f-af1d-7b597b1600c1 c91b302a1f0c4d688f2f771aebbdb373 3ab8b07b6cd247c2a83286280ea0a707 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 7/17] 199.19.213.44 () {44 vars in 922 bytes} [Tue Jul 21 07:19:16 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: 8|app: 0|req: 11/18] 199.19.213.44 () {44 vars in 944 bytes} [Tue Jul 21 07:19:16 2026] GET /v2.0/networks?name=public => generated 15 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-21 07:19:16.304 7 WARNING neutron.services.revisions.revision_plugin [None req-fc016d77-f4ca-4fa5-bcfe-8e49fec83197 c91b302a1f0c4d688f2f771aebbdb373 3ab8b07b6cd247c2a83286280ea0a707 - - default default] Could not find related network for resource to bump revision. 2026-07-21 07:19:16.335 7 INFO neutron.db.segments_db [None req-fc016d77-f4ca-4fa5-bcfe-8e49fec83197 c91b302a1f0c4d688f2f771aebbdb373 3ab8b07b6cd247c2a83286280ea0a707 - - default default] Added segment 613a92ed-f350-4f92-98b6-03f27f8ac5de of type flat for network 8455038e-8651-437c-ada2-4b6c8f7ff9c4 2026-07-21 07:19:16.353 7 INFO neutron.pecan_wsgi.hooks.translation [None req-fc016d77-f4ca-4fa5-bcfe-8e49fec83197 c91b302a1f0c4d688f2f771aebbdb373 3ab8b07b6cd247c2a83286280ea0a707 - - default default] POST failed (client error): The resource could not be found. [pid: 7|app: 0|req: 8/19] 199.19.213.44 () {48 vars in 962 bytes} [Tue Jul 21 07:19:16 2026] POST /v2.0/networks => generated 124 bytes in 168 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-21 07:19:22.234 7 INFO neutron.pecan_wsgi.hooks.translation [None req-86bd0b90-085d-40da-9860-f32d349fd551 c91b302a1f0c4d688f2f771aebbdb373 3ab8b07b6cd247c2a83286280ea0a707 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 9/21] 199.19.213.44 () {44 vars in 922 bytes} [Tue Jul 21 07:19:22 2026] GET /v2.0/networks/public => generated 108 bytes in 35 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 13/22] 199.19.213.44 () {44 vars in 944 bytes} [Tue Jul 21 07:19:22 2026] GET /v2.0/networks?name=public => generated 15 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-21 07:19:22.535 7 WARNING neutron.services.revisions.revision_plugin [None req-8b2d25f7-b8c2-478f-9179-d4644ac2a819 c91b302a1f0c4d688f2f771aebbdb373 3ab8b07b6cd247c2a83286280ea0a707 - - default default] Could not find related network for resource to bump revision. 2026-07-21 07:19:22.550 7 INFO neutron.db.segments_db [None req-8b2d25f7-b8c2-478f-9179-d4644ac2a819 c91b302a1f0c4d688f2f771aebbdb373 3ab8b07b6cd247c2a83286280ea0a707 - - default default] Added segment 73d737c2-f0a8-476d-b6f2-54537776f68f of type flat for network 317f6b37-c4ed-463e-9ada-63bc17d28900 [pid: 7|app: 0|req: 10/23] 199.19.213.44 () {48 vars in 962 bytes} [Tue Jul 21 07:19:22 2026] POST /v2.0/networks => generated 706 bytes in 926 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-21 07:19:24.395 8 INFO neutron.pecan_wsgi.hooks.translation [None req-17482e52-3d1e-4db0-bf2a-f08634507945 c91b302a1f0c4d688f2f771aebbdb373 3ab8b07b6cd247c2a83286280ea0a707 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 14/24] 199.19.213.44 () {44 vars in 922 bytes} [Tue Jul 21 07:19:24 2026] GET /v2.0/networks/public => generated 108 bytes in 51 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 11/25] 199.19.213.44 () {44 vars in 944 bytes} [Tue Jul 21 07:19:24 2026] GET /v2.0/networks?name=public => generated 709 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-21 07:19:24.495 8 INFO neutron.pecan_wsgi.hooks.translation [None req-84ec372e-843f-4a91-92c5-c20a1b098706 c91b302a1f0c4d688f2f771aebbdb373 3ab8b07b6cd247c2a83286280ea0a707 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 15/26] 199.19.213.44 () {44 vars in 1029 bytes} [Tue Jul 21 07:19:24 2026] GET /v2.0/subnets/public-subnet?network_id=317f6b37-c4ed-463e-9ada-63bc17d28900 => 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: 12/27] 199.19.213.44 () {44 vars in 1052 bytes} [Tue Jul 21 07:19:24 2026] GET /v2.0/subnets?name=public-subnet&network_id=317f6b37-c4ed-463e-9ada-63bc17d28900 => generated 14 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 16/28] 199.19.213.44 () {48 vars in 960 bytes} [Tue Jul 21 07:19:24 2026] POST /v2.0/subnets => generated 664 bytes in 279 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-21 07:24:12.987 8 INFO neutron.pecan_wsgi.hooks.translation [None req-00a7f5ec-c64f-45af-808e-85e5857ce5ad c91b302a1f0c4d688f2f771aebbdb373 3ab8b07b6cd247c2a83286280ea0a707 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 35/66] 199.19.213.44 () {44 vars in 932 bytes} [Tue Jul 21 07:24:12 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 108 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 32/67] 199.19.213.44 () {44 vars in 954 bytes} [Tue Jul 21 07:24:12 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 15 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-21 07:24:13.063 8 INFO neutron.db.segments_db [None req-16e5192f-574d-43c9-b9c9-07a795c65aaf c91b302a1f0c4d688f2f771aebbdb373 3ab8b07b6cd247c2a83286280ea0a707 - - default default] Added segment 4a5af262-53d3-4cb1-878f-3e0063268bf0 of type vxlan for network 62074393-f04b-440e-b4ad-761200171e02 [pid: 8|app: 0|req: 36/68] 199.19.213.44 () {48 vars in 961 bytes} [Tue Jul 21 07:24:13 2026] POST /v2.0/networks => generated 707 bytes in 146 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-21 07:24:14.106 7 INFO neutron.pecan_wsgi.hooks.translation [None req-0460e2e8-923d-4dd3-9379-3e81b3a00a16 c91b302a1f0c4d688f2f771aebbdb373 3ab8b07b6cd247c2a83286280ea0a707 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 33/69] 199.19.213.44 () {44 vars in 932 bytes} [Tue Jul 21 07:24:14 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 48 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 37/70] 199.19.213.44 () {44 vars in 954 bytes} [Tue Jul 21 07:24:14 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 691 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-21 07:24:14.192 7 INFO neutron.pecan_wsgi.hooks.translation [None req-ec677dbd-8640-4660-a096-915deafb7d03 c91b302a1f0c4d688f2f771aebbdb373 3ab8b07b6cd247c2a83286280ea0a707 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 34/71] 199.19.213.44 () {44 vars in 1031 bytes} [Tue Jul 21 07:24:14 2026] GET /v2.0/subnets/lb-mgmt-subnet?network_id=62074393-f04b-440e-b4ad-761200171e02 => generated 114 bytes in 27 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 38/72] 199.19.213.44 () {44 vars in 1054 bytes} [Tue Jul 21 07:24:14 2026] GET /v2.0/subnets?name=lb-mgmt-subnet&network_id=62074393-f04b-440e-b4ad-761200171e02 => generated 14 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 35/73] 199.19.213.44 () {48 vars in 960 bytes} [Tue Jul 21 07:24:14 2026] POST /v2.0/subnets => generated 651 bytes in 174 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-21 07:24:15.461 8 INFO neutron.api.v2.resource [None req-691d282f-787e-4f7d-8146-d74e8ece96c0 c91b302a1f0c4d688f2f771aebbdb373 3ab8b07b6cd247c2a83286280ea0a707 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 39/74] 199.19.213.44 () {44 vars in 966 bytes} [Tue Jul 21 07:24:15 2026] GET /v2.0/security-groups/lb-health-mgr-sec-grp => generated 131 bytes in 36 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 36/75] 199.19.213.44 () {44 vars in 988 bytes} [Tue Jul 21 07:24:15 2026] GET /v2.0/security-groups?name=lb-health-mgr-sec-grp => generated 23 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 40/76] 199.19.213.44 () {48 vars in 975 bytes} [Tue Jul 21 07:24:15 2026] POST /v2.0/security-groups => generated 1616 bytes in 109 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 37/77] 199.19.213.44 () {44 vars in 996 bytes} [Tue Jul 21 07:24:16 2026] GET /v2.0/security-groups/77252a17-feb0-4366-ad3c-b574faf71403 => generated 1616 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 41/78] 199.19.213.44 () {44 vars in 996 bytes} [Tue Jul 21 07:24:16 2026] GET /v2.0/security-groups/77252a17-feb0-4366-ad3c-b574faf71403 => generated 1616 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 38/79] 199.19.213.44 () {44 vars in 996 bytes} [Tue Jul 21 07:24:16 2026] GET /v2.0/security-groups/77252a17-feb0-4366-ad3c-b574faf71403 => generated 1616 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 42/80] 199.19.213.44 () {48 vars in 986 bytes} [Tue Jul 21 07:24:16 2026] POST /v2.0/security-group-rules => generated 601 bytes in 89 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 39/81] 199.19.213.44 () {44 vars in 996 bytes} [Tue Jul 21 07:24:17 2026] GET /v2.0/security-groups/77252a17-feb0-4366-ad3c-b574faf71403 => generated 2230 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 43/82] 199.19.213.44 () {44 vars in 996 bytes} [Tue Jul 21 07:24:17 2026] GET /v2.0/security-groups/77252a17-feb0-4366-ad3c-b574faf71403 => generated 2230 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 40/83] 199.19.213.44 () {44 vars in 996 bytes} [Tue Jul 21 07:24:17 2026] GET /v2.0/security-groups/77252a17-feb0-4366-ad3c-b574faf71403 => generated 2230 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 44/84] 199.19.213.44 () {48 vars in 986 bytes} [Tue Jul 21 07:24:17 2026] POST /v2.0/security-group-rules => generated 603 bytes in 89 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 41/85] 199.19.213.44 () {44 vars in 996 bytes} [Tue Jul 21 07:24:18 2026] GET /v2.0/security-groups/77252a17-feb0-4366-ad3c-b574faf71403 => generated 2846 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 45/86] 199.19.213.44 () {44 vars in 996 bytes} [Tue Jul 21 07:24:18 2026] GET /v2.0/security-groups/77252a17-feb0-4366-ad3c-b574faf71403 => generated 2846 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 42/87] 199.19.213.44 () {44 vars in 996 bytes} [Tue Jul 21 07:24:18 2026] GET /v2.0/security-groups/77252a17-feb0-4366-ad3c-b574faf71403 => generated 2846 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 46/88] 199.19.213.44 () {48 vars in 986 bytes} [Tue Jul 21 07:24:18 2026] POST /v2.0/security-group-rules => generated 603 bytes in 101 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 43/89] 199.19.213.44 () {44 vars in 996 bytes} [Tue Jul 21 07:24:19 2026] GET /v2.0/security-groups/77252a17-feb0-4366-ad3c-b574faf71403 => generated 3462 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 47/90] 199.19.213.44 () {44 vars in 996 bytes} [Tue Jul 21 07:24:19 2026] GET /v2.0/security-groups/77252a17-feb0-4366-ad3c-b574faf71403 => generated 3462 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 44/91] 199.19.213.44 () {44 vars in 996 bytes} [Tue Jul 21 07:24:20 2026] GET /v2.0/security-groups/77252a17-feb0-4366-ad3c-b574faf71403 => generated 3462 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 48/92] 199.19.213.44 () {48 vars in 986 bytes} [Tue Jul 21 07:24:20 2026] POST /v2.0/security-group-rules => generated 603 bytes in 116 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 45/93] 199.19.213.44 () {44 vars in 996 bytes} [Tue Jul 21 07:24:21 2026] GET /v2.0/security-groups/77252a17-feb0-4366-ad3c-b574faf71403 => generated 4078 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 49/96] 199.19.213.44 () {44 vars in 996 bytes} [Tue Jul 21 07:24:21 2026] GET /v2.0/security-groups/77252a17-feb0-4366-ad3c-b574faf71403 => generated 4078 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 48/97] 199.19.213.44 () {44 vars in 996 bytes} [Tue Jul 21 07:24:21 2026] GET /v2.0/security-groups/77252a17-feb0-4366-ad3c-b574faf71403 => generated 4078 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 50/98] 199.19.213.44 () {48 vars in 986 bytes} [Tue Jul 21 07:24:21 2026] POST /v2.0/security-group-rules => generated 603 bytes in 99 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 49/99] 199.19.213.44 () {44 vars in 982 bytes} [Tue Jul 21 07:24:22 2026] GET /v2.0/networks/62074393-f04b-440e-b4ad-761200171e02 => generated 732 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-21 07:24:22.580 8 INFO neutron.pecan_wsgi.hooks.translation [None req-35c2d479-fd73-4f13-ad4f-d5f6a8a97c9c c91b302a1f0c4d688f2f771aebbdb373 3ab8b07b6cd247c2a83286280ea0a707 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 51/100] 199.19.213.44 () {44 vars in 1071 bytes} [Tue Jul 21 07:24:22 2026] GET /v2.0/ports/octavia-health-manager-port-instance?network_id=62074393-f04b-440e-b4ad-761200171e02 => generated 132 bytes in 56 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 50/101] 199.19.213.44 () {44 vars in 1094 bytes} [Tue Jul 21 07:24:22 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance&network_id=62074393-f04b-440e-b4ad-761200171e02 => generated 12 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 52/102] 199.19.213.44 () {44 vars in 996 bytes} [Tue Jul 21 07:24:22 2026] GET /v2.0/security-groups/77252a17-feb0-4366-ad3c-b574faf71403 => generated 4694 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 51/103] 199.19.213.44 () {48 vars in 956 bytes} [Tue Jul 21 07:24:22 2026] POST /v2.0/ports => generated 1100 bytes in 509 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-07-21 07:24:30.276 8 INFO neutron.pecan_wsgi.hooks.translation [None req-7f378d80-eb8c-4639-8993-c4f0d039e642 c91b302a1f0c4d688f2f771aebbdb373 3ab8b07b6cd247c2a83286280ea0a707 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 53/104] 199.19.213.44 () {44 vars in 974 bytes} [Tue Jul 21 07:24:30 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 42 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: 52/105] 199.19.213.44 () {44 vars in 996 bytes} [Tue Jul 21 07:24:30 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1103 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 54/106] 199.19.213.44 () {48 vars in 1026 bytes} [Tue Jul 21 07:24:30 2026] PUT /v2.0/ports/d8e18981-ec08-4223-8668-8845487e3b16 => generated 1249 bytes in 652 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 53/107] 199.19.213.44 () {44 vars in 915 bytes} [Tue Jul 21 07:24:32 2026] GET /v2.0/ports => generated 3730 bytes in 89 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-21 07:24:33.462 8 INFO neutron.api.v2.resource [None req-5a76b35a-ca39-4cbb-83b3-adb18f1cd105 c91b302a1f0c4d688f2f771aebbdb373 3ab8b07b6cd247c2a83286280ea0a707 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 55/108] 199.19.213.44 () {44 vars in 954 bytes} [Tue Jul 21 07:24:33 2026] GET /v2.0/security-groups/lb-mgmt-sec-grp => generated 125 bytes in 47 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 54/109] 199.19.213.44 () {44 vars in 976 bytes} [Tue Jul 21 07:24:33 2026] GET /v2.0/security-groups?name=lb-mgmt-sec-grp => generated 23 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 56/110] 199.19.213.44 () {48 vars in 975 bytes} [Tue Jul 21 07:24:33 2026] POST /v2.0/security-groups => generated 1610 bytes in 126 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 55/111] 199.19.213.44 () {44 vars in 996 bytes} [Tue Jul 21 07:24:34 2026] GET /v2.0/security-groups/230d6419-69f7-4f9c-aad9-6844b89180b3 => generated 1610 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 57/112] 199.19.213.44 () {44 vars in 996 bytes} [Tue Jul 21 07:24:34 2026] GET /v2.0/security-groups/230d6419-69f7-4f9c-aad9-6844b89180b3 => generated 1610 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 56/113] 199.19.213.44 () {44 vars in 996 bytes} [Tue Jul 21 07:24:34 2026] GET /v2.0/security-groups/230d6419-69f7-4f9c-aad9-6844b89180b3 => generated 1610 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 58/114] 199.19.213.44 () {48 vars in 986 bytes} [Tue Jul 21 07:24:34 2026] POST /v2.0/security-group-rules => generated 623 bytes in 95 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 57/115] 199.19.213.44 () {44 vars in 996 bytes} [Tue Jul 21 07:24:35 2026] GET /v2.0/security-groups/230d6419-69f7-4f9c-aad9-6844b89180b3 => generated 2246 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 59/116] 199.19.213.44 () {44 vars in 996 bytes} [Tue Jul 21 07:24:35 2026] GET /v2.0/security-groups/230d6419-69f7-4f9c-aad9-6844b89180b3 => generated 2246 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 58/117] 199.19.213.44 () {44 vars in 996 bytes} [Tue Jul 21 07:24:35 2026] GET /v2.0/security-groups/230d6419-69f7-4f9c-aad9-6844b89180b3 => generated 2246 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 60/118] 199.19.213.44 () {48 vars in 986 bytes} [Tue Jul 21 07:24:35 2026] POST /v2.0/security-group-rules => generated 627 bytes in 107 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 63/127] 199.19.213.44 () {44 vars in 970 bytes} [Tue Jul 21 07:25:34 2026] GET /v2.0/quotas/3ab8b07b6cd247c2a83286280ea0a707 => generated 292 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 65/128] 199.19.213.44 () {48 vars in 1022 bytes} [Tue Jul 21 07:25:34 2026] PUT /v2.0/quotas/3ab8b07b6cd247c2a83286280ea0a707 => generated 291 bytes in 29 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-21 07:27:55.074 8 INFO neutron.pecan_wsgi.hooks.translation [None req-11601aee-24bb-4dfa-890f-7c52c187b19c c91b302a1f0c4d688f2f771aebbdb373 3ab8b07b6cd247c2a83286280ea0a707 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 76/149] 199.19.213.44 () {30 vars in 739 bytes} [Tue Jul 21 07:27:54 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 161 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: 74/150] 199.19.213.44 () {30 vars in 761 bytes} [Tue Jul 21 07:27:55 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1252 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-21 07:27:57.018 8 INFO neutron.pecan_wsgi.hooks.translation [None req-7ec87664-d2f6-410a-a4a5-f7a780f1c47e c91b302a1f0c4d688f2f771aebbdb373 3ab8b07b6cd247c2a83286280ea0a707 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 77/151] 199.19.213.44 () {30 vars in 739 bytes} [Tue Jul 21 07:27:56 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 104 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 75/152] 199.19.213.44 () {30 vars in 761 bytes} [Tue Jul 21 07:27:57 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1252 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-21 07:33:47.637 7 INFO neutron.api.v2.resource [None req-beda9eab-93fa-493e-bf0c-9db4d85a60e9 c91b302a1f0c4d688f2f771aebbdb373 3ab8b07b6cd247c2a83286280ea0a707 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 99/199] 199.19.213.44 () {44 vars in 1069 bytes} [Tue Jul 21 07:33:47 2026] GET /v2.0/security-groups/manila-service-security-group?project_id=646330afc62e4033a48dc8e15f814bba => generated 139 bytes in 173 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 101/200] 199.19.213.44 () {44 vars in 1092 bytes} [Tue Jul 21 07:33:47 2026] GET /v2.0/security-groups?name=manila-service-security-group&project_id=646330afc62e4033a48dc8e15f814bba => generated 23 bytes in 139 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 100/201] 199.19.213.44 () {48 vars in 976 bytes} [Tue Jul 21 07:33:47 2026] POST /v2.0/security-groups => generated 1624 bytes in 143 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 102/202] 199.19.213.44 () {44 vars in 1083 bytes} [Tue Jul 21 07:33:48 2026] GET /v2.0/security-groups/ad33dfbe-b691-46cb-97f4-5811a331d84b?project_id=646330afc62e4033a48dc8e15f814bba => generated 1624 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 101/203] 199.19.213.44 () {44 vars in 996 bytes} [Tue Jul 21 07:33:48 2026] GET /v2.0/security-groups/ad33dfbe-b691-46cb-97f4-5811a331d84b => generated 1624 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 103/204] 199.19.213.44 () {44 vars in 1083 bytes} [Tue Jul 21 07:33:49 2026] GET /v2.0/security-groups/ad33dfbe-b691-46cb-97f4-5811a331d84b?project_id=646330afc62e4033a48dc8e15f814bba => generated 1624 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 102/205] 199.19.213.44 () {48 vars in 986 bytes} [Tue Jul 21 07:33:49 2026] POST /v2.0/security-group-rules => generated 597 bytes in 81 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 104/206] 199.19.213.44 () {44 vars in 1083 bytes} [Tue Jul 21 07:33:50 2026] GET /v2.0/security-groups/ad33dfbe-b691-46cb-97f4-5811a331d84b?project_id=646330afc62e4033a48dc8e15f814bba => generated 2234 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 103/207] 199.19.213.44 () {44 vars in 996 bytes} [Tue Jul 21 07:33:50 2026] GET /v2.0/security-groups/ad33dfbe-b691-46cb-97f4-5811a331d84b => generated 2234 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 105/208] 199.19.213.44 () {44 vars in 1083 bytes} [Tue Jul 21 07:33:50 2026] GET /v2.0/security-groups/ad33dfbe-b691-46cb-97f4-5811a331d84b?project_id=646330afc62e4033a48dc8e15f814bba => generated 2234 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 104/209] 199.19.213.44 () {48 vars in 986 bytes} [Tue Jul 21 07:33:50 2026] POST /v2.0/security-group-rules => generated 599 bytes in 105 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 107/212] 199.19.213.44 () {44 vars in 1083 bytes} [Tue Jul 21 07:33:51 2026] GET /v2.0/security-groups/ad33dfbe-b691-46cb-97f4-5811a331d84b?project_id=646330afc62e4033a48dc8e15f814bba => generated 2846 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 106/213] 199.19.213.44 () {44 vars in 996 bytes} [Tue Jul 21 07:33:51 2026] GET /v2.0/security-groups/ad33dfbe-b691-46cb-97f4-5811a331d84b => generated 2846 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 108/214] 199.19.213.44 () {44 vars in 1083 bytes} [Tue Jul 21 07:33:51 2026] GET /v2.0/security-groups/ad33dfbe-b691-46cb-97f4-5811a331d84b?project_id=646330afc62e4033a48dc8e15f814bba => generated 2846 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 107/215] 199.19.213.44 () {48 vars in 986 bytes} [Tue Jul 21 07:33:51 2026] POST /v2.0/security-group-rules => generated 601 bytes in 101 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 109/216] 199.19.213.44 () {44 vars in 1083 bytes} [Tue Jul 21 07:33:52 2026] GET /v2.0/security-groups/ad33dfbe-b691-46cb-97f4-5811a331d84b?project_id=646330afc62e4033a48dc8e15f814bba => generated 3460 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 108/217] 199.19.213.44 () {44 vars in 996 bytes} [Tue Jul 21 07:33:52 2026] GET /v2.0/security-groups/ad33dfbe-b691-46cb-97f4-5811a331d84b => generated 3460 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 110/218] 199.19.213.44 () {44 vars in 1083 bytes} [Tue Jul 21 07:33:52 2026] GET /v2.0/security-groups/ad33dfbe-b691-46cb-97f4-5811a331d84b?project_id=646330afc62e4033a48dc8e15f814bba => generated 3460 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 109/219] 199.19.213.44 () {48 vars in 986 bytes} [Tue Jul 21 07:33:52 2026] POST /v2.0/security-group-rules => generated 602 bytes in 103 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 120/240] 199.19.213.44 () {30 vars in 738 bytes} [Tue Jul 21 07:36:23 2026] GET /v2.0/networks?tenant_id=646330afc62e4033a48dc8e15f814bba&shared=False => generated 15 bytes in 113 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-21 07:36:23.172 8 INFO neutron.db.segments_db [None req-a2f111fc-000b-4f6f-9534-627af8e33702 434fe8b6272942d3ac6dbc2365a13e2a 646330afc62e4033a48dc8e15f814bba - - 83e7173bbba246e48f0ddfa3e5669c25 83e7173bbba246e48f0ddfa3e5669c25] Added segment 2cc0406a-1dbc-4fa5-b8c6-d1d04809d370 of type vxlan for network 2ee5649a-7e76-43fc-ba12-f4304c1533cd [pid: 8|app: 0|req: 121/241] 199.19.213.44 () {34 vars in 680 bytes} [Tue Jul 21 07:36:23 2026] POST /v2.0/networks => generated 718 bytes in 117 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 121/242] 199.19.213.44 () {30 vars in 720 bytes} [Tue Jul 21 07:36:23 2026] GET /v2.0/ports?device_id=manila-share&binding%3Ahost_id=instance => generated 12 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 122/243] 199.19.213.44 () {30 vars in 631 bytes} [Tue Jul 21 07:36:23 2026] GET /v2.0/extensions => generated 21537 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 122/244] 199.19.213.44 () {34 vars in 675 bytes} [Tue Jul 21 07:36:23 2026] POST /v2.0/ports => generated 999 bytes in 391 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 123/245] 199.19.213.44 () {30 vars in 701 bytes} [Tue Jul 21 07:36:23 2026] GET /v2.0/networks/2ee5649a-7e76-43fc-ba12-f4304c1533cd => generated 705 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 123/246] 199.19.213.44 () {30 vars in 720 bytes} [Tue Jul 21 07:36:25 2026] GET /v2.0/ports?device_id=manila-share&binding%3Ahost_id=instance => generated 1002 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 124/247] 199.19.213.44 () {30 vars in 701 bytes} [Tue Jul 21 07:36:25 2026] GET /v2.0/networks/2ee5649a-7e76-43fc-ba12-f4304c1533cd => generated 705 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 125/250] 199.19.213.44 () {44 vars in 970 bytes} [Tue Jul 21 07:36:43 2026] GET /v2.0/quotas/646330afc62e4033a48dc8e15f814bba => generated 292 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 126/251] 199.19.213.44 () {48 vars in 1022 bytes} [Tue Jul 21 07:36:43 2026] PUT /v2.0/quotas/646330afc62e4033a48dc8e15f814bba => generated 291 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-21 07:48:54.153 8 INFO neutron.pecan_wsgi.hooks.translation [None req-650393f7-b2b8-4b24-96e1-cf02bcacac89 c91b302a1f0c4d688f2f771aebbdb373 3ab8b07b6cd247c2a83286280ea0a707 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 176/350] 199.19.213.44 () {44 vars in 922 bytes} [Tue Jul 21 07:48:54 2026] GET /v2.0/networks/public => generated 108 bytes in 130 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 175/351] 199.19.213.44 () {44 vars in 944 bytes} [Tue Jul 21 07:48:54 2026] GET /v2.0/networks?name=public => generated 753 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-21 07:48:55.357 8 INFO neutron.pecan_wsgi.hooks.translation [None req-1927d66a-c4b5-44ec-a558-a921a09adef2 c91b302a1f0c4d688f2f771aebbdb373 3ab8b07b6cd247c2a83286280ea0a707 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 177/352] 199.19.213.44 () {44 vars in 922 bytes} [Tue Jul 21 07:48:55 2026] GET /v2.0/networks/public => generated 108 bytes in 37 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 176/353] 199.19.213.44 () {44 vars in 944 bytes} [Tue Jul 21 07:48:55 2026] GET /v2.0/networks?name=public => generated 753 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-21 07:48:55.417 8 INFO neutron.pecan_wsgi.hooks.translation [None req-4c8f8e0d-9d58-4a74-b42d-e0b2af4e6d15 c91b302a1f0c4d688f2f771aebbdb373 3ab8b07b6cd247c2a83286280ea0a707 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 178/354] 199.19.213.44 () {44 vars in 1029 bytes} [Tue Jul 21 07:48:55 2026] GET /v2.0/subnets/public-subnet?network_id=317f6b37-c4ed-463e-9ada-63bc17d28900 => generated 113 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 177/355] 199.19.213.44 () {44 vars in 1052 bytes} [Tue Jul 21 07:48:55 2026] GET /v2.0/subnets?name=public-subnet&network_id=317f6b37-c4ed-463e-9ada-63bc17d28900 => generated 667 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-21 07:49:22.513 8 INFO neutron.pecan_wsgi.hooks.translation [None req-c3ad4c81-057d-451d-aa32-7bf2d52d5eee c91b302a1f0c4d688f2f771aebbdb373 3ab8b07b6cd247c2a83286280ea0a707 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 181/360] 199.19.213.44 () {44 vars in 932 bytes} [Tue Jul 21 07:49:22 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 45 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 180/361] 199.19.213.44 () {44 vars in 954 bytes} [Tue Jul 21 07:49:22 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 735 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-21 07:49:23.539 8 INFO neutron.pecan_wsgi.hooks.translation [None req-a6a99b62-0f6d-475a-85fe-5404167cf4ea c91b302a1f0c4d688f2f771aebbdb373 3ab8b07b6cd247c2a83286280ea0a707 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 182/362] 199.19.213.44 () {44 vars in 932 bytes} [Tue Jul 21 07:49:23 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 54 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 181/363] 199.19.213.44 () {44 vars in 954 bytes} [Tue Jul 21 07:49:23 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 735 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-21 07:49:23.609 8 INFO neutron.pecan_wsgi.hooks.translation [None req-8f188a2c-7063-4df9-8afd-26928f57ee76 c91b302a1f0c4d688f2f771aebbdb373 3ab8b07b6cd247c2a83286280ea0a707 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 183/364] 199.19.213.44 () {44 vars in 1031 bytes} [Tue Jul 21 07:49:23 2026] GET /v2.0/subnets/lb-mgmt-subnet?network_id=62074393-f04b-440e-b4ad-761200171e02 => 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: 182/365] 199.19.213.44 () {44 vars in 1054 bytes} [Tue Jul 21 07:49:23 2026] GET /v2.0/subnets?name=lb-mgmt-subnet&network_id=62074393-f04b-440e-b4ad-761200171e02 => generated 654 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-21 07:49:24.763 8 INFO neutron.api.v2.resource [None req-e7532fa0-52b3-465e-8bd9-161830f25b5a c91b302a1f0c4d688f2f771aebbdb373 3ab8b07b6cd247c2a83286280ea0a707 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 184/366] 199.19.213.44 () {44 vars in 966 bytes} [Tue Jul 21 07:49:24 2026] GET /v2.0/security-groups/lb-health-mgr-sec-grp => generated 131 bytes in 41 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 183/367] 199.19.213.44 () {44 vars in 988 bytes} [Tue Jul 21 07:49:24 2026] GET /v2.0/security-groups?name=lb-health-mgr-sec-grp => generated 4690 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 185/368] 199.19.213.44 () {44 vars in 996 bytes} [Tue Jul 21 07:49:25 2026] GET /v2.0/security-groups/77252a17-feb0-4366-ad3c-b574faf71403 => generated 4694 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 184/369] 199.19.213.44 () {44 vars in 996 bytes} [Tue Jul 21 07:49:25 2026] GET /v2.0/security-groups/77252a17-feb0-4366-ad3c-b574faf71403 => generated 4694 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 186/370] 199.19.213.44 () {44 vars in 1006 bytes} [Tue Jul 21 07:49:25 2026] GET /v2.0/security-group-rules/336e8b2f-8ba8-4c1e-b42e-ee92ff7d62fe => 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: 185/371] 199.19.213.44 () {44 vars in 996 bytes} [Tue Jul 21 07:49:26 2026] GET /v2.0/security-groups/77252a17-feb0-4366-ad3c-b574faf71403 => 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: 187/372] 199.19.213.44 () {44 vars in 996 bytes} [Tue Jul 21 07:49:26 2026] GET /v2.0/security-groups/77252a17-feb0-4366-ad3c-b574faf71403 => generated 4694 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 186/373] 199.19.213.44 () {44 vars in 1006 bytes} [Tue Jul 21 07:49:26 2026] GET /v2.0/security-group-rules/0b5b2dff-b466-41f2-a45b-681d1dc56f54 => 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: 188/374] 199.19.213.44 () {44 vars in 996 bytes} [Tue Jul 21 07:49:27 2026] GET /v2.0/security-groups/77252a17-feb0-4366-ad3c-b574faf71403 => generated 4694 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 187/375] 199.19.213.44 () {44 vars in 996 bytes} [Tue Jul 21 07:49:27 2026] GET /v2.0/security-groups/77252a17-feb0-4366-ad3c-b574faf71403 => generated 4694 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 189/376] 199.19.213.44 () {44 vars in 1006 bytes} [Tue Jul 21 07:49:27 2026] GET /v2.0/security-group-rules/7bb95227-e5cf-4b5d-bf77-0696df5d54b7 => generated 603 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 188/377] 199.19.213.44 () {44 vars in 996 bytes} [Tue Jul 21 07:49:28 2026] GET /v2.0/security-groups/77252a17-feb0-4366-ad3c-b574faf71403 => generated 4694 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 190/378] 199.19.213.44 () {44 vars in 996 bytes} [Tue Jul 21 07:49:28 2026] GET /v2.0/security-groups/77252a17-feb0-4366-ad3c-b574faf71403 => generated 4694 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 189/379] 199.19.213.44 () {44 vars in 1006 bytes} [Tue Jul 21 07:49:28 2026] GET /v2.0/security-group-rules/491b7fb4-eb0a-4453-bec9-b429e2907a33 => 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: 191/380] 199.19.213.44 () {44 vars in 996 bytes} [Tue Jul 21 07:49:29 2026] GET /v2.0/security-groups/77252a17-feb0-4366-ad3c-b574faf71403 => generated 4694 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 190/381] 199.19.213.44 () {44 vars in 996 bytes} [Tue Jul 21 07:49:29 2026] GET /v2.0/security-groups/77252a17-feb0-4366-ad3c-b574faf71403 => generated 4694 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 192/382] 199.19.213.44 () {44 vars in 1006 bytes} [Tue Jul 21 07:49:29 2026] GET /v2.0/security-group-rules/7c8651ff-e860-4668-a3f4-d84548c98191 => generated 603 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 191/383] 199.19.213.44 () {44 vars in 982 bytes} [Tue Jul 21 07:49:30 2026] GET /v2.0/networks/62074393-f04b-440e-b4ad-761200171e02 => generated 732 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-21 07:49:30.916 8 INFO neutron.pecan_wsgi.hooks.translation [None req-385803c7-9242-4f89-a778-374d47e3a803 c91b302a1f0c4d688f2f771aebbdb373 3ab8b07b6cd247c2a83286280ea0a707 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 193/384] 199.19.213.44 () {44 vars in 1071 bytes} [Tue Jul 21 07:49:30 2026] GET /v2.0/ports/octavia-health-manager-port-instance?network_id=62074393-f04b-440e-b4ad-761200171e02 => generated 132 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 192/385] 199.19.213.44 () {44 vars in 1094 bytes} [Tue Jul 21 07:49:30 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance&network_id=62074393-f04b-440e-b4ad-761200171e02 => generated 1254 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 194/386] 199.19.213.44 () {44 vars in 996 bytes} [Tue Jul 21 07:49:30 2026] GET /v2.0/security-groups/77252a17-feb0-4366-ad3c-b574faf71403 => generated 4694 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-21 07:49:38.396 7 INFO neutron.pecan_wsgi.hooks.translation [None req-6244c51c-5f96-4169-9b6f-68dac1837fa6 c91b302a1f0c4d688f2f771aebbdb373 3ab8b07b6cd247c2a83286280ea0a707 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 194/389] 199.19.213.44 () {44 vars in 974 bytes} [Tue Jul 21 07:49:38 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 58 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 196/390] 199.19.213.44 () {44 vars in 996 bytes} [Tue Jul 21 07:49:38 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1254 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 195/391] 199.19.213.44 () {44 vars in 915 bytes} [Tue Jul 21 07:49:40 2026] GET /v2.0/ports => generated 4725 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-21 07:49:41.135 8 INFO neutron.api.v2.resource [None req-27ca45f7-0acf-4668-abfb-c601fe55957f c91b302a1f0c4d688f2f771aebbdb373 3ab8b07b6cd247c2a83286280ea0a707 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 197/392] 199.19.213.44 () {44 vars in 954 bytes} [Tue Jul 21 07:49:41 2026] GET /v2.0/security-groups/lb-mgmt-sec-grp => generated 125 bytes in 37 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 196/393] 199.19.213.44 () {44 vars in 976 bytes} [Tue Jul 21 07:49:41 2026] GET /v2.0/security-groups?name=lb-mgmt-sec-grp => generated 2885 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 198/394] 199.19.213.44 () {44 vars in 996 bytes} [Tue Jul 21 07:49:42 2026] GET /v2.0/security-groups/230d6419-69f7-4f9c-aad9-6844b89180b3 => generated 2886 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 197/395] 199.19.213.44 () {44 vars in 996 bytes} [Tue Jul 21 07:49:42 2026] GET /v2.0/security-groups/230d6419-69f7-4f9c-aad9-6844b89180b3 => generated 2886 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 199/396] 199.19.213.44 () {44 vars in 1006 bytes} [Tue Jul 21 07:49:42 2026] GET /v2.0/security-group-rules/496714ea-b6b0-4ea1-8b49-9d3eb3d32a0b => generated 623 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 198/397] 199.19.213.44 () {44 vars in 996 bytes} [Tue Jul 21 07:49:42 2026] GET /v2.0/security-groups/230d6419-69f7-4f9c-aad9-6844b89180b3 => generated 2886 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 200/398] 199.19.213.44 () {44 vars in 996 bytes} [Tue Jul 21 07:49:43 2026] GET /v2.0/security-groups/230d6419-69f7-4f9c-aad9-6844b89180b3 => generated 2886 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 199/399] 199.19.213.44 () {44 vars in 1006 bytes} [Tue Jul 21 07:49:43 2026] GET /v2.0/security-group-rules/e80454da-cfa0-4d67-ab4b-6fc599f32fa3 => generated 627 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 202/402] 199.19.213.44 () {44 vars in 970 bytes} [Tue Jul 21 07:49:55 2026] GET /v2.0/quotas/3ab8b07b6cd247c2a83286280ea0a707 => generated 291 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-21 07:50:48.802 8 INFO neutron.api.v2.resource [None req-9b81d88b-576c-4977-9497-9ff771b84dcc c91b302a1f0c4d688f2f771aebbdb373 3ab8b07b6cd247c2a83286280ea0a707 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 206/409] 199.19.213.44 () {44 vars in 1069 bytes} [Tue Jul 21 07:50:48 2026] GET /v2.0/security-groups/manila-service-security-group?project_id=646330afc62e4033a48dc8e15f814bba => generated 139 bytes in 41 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 204/410] 199.19.213.44 () {44 vars in 1092 bytes} [Tue Jul 21 07:50:48 2026] GET /v2.0/security-groups?name=manila-service-security-group&project_id=646330afc62e4033a48dc8e15f814bba => generated 4072 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 207/411] 199.19.213.44 () {44 vars in 1083 bytes} [Tue Jul 21 07:50:49 2026] GET /v2.0/security-groups/ad33dfbe-b691-46cb-97f4-5811a331d84b?project_id=646330afc62e4033a48dc8e15f814bba => generated 4075 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 205/412] 199.19.213.44 () {44 vars in 996 bytes} [Tue Jul 21 07:50:49 2026] GET /v2.0/security-groups/ad33dfbe-b691-46cb-97f4-5811a331d84b => generated 4075 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 208/413] 199.19.213.44 () {44 vars in 1006 bytes} [Tue Jul 21 07:50:49 2026] GET /v2.0/security-group-rules/d6aa18cb-cfd3-4565-9c3b-88c1f5104ce6 => generated 597 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 206/414] 199.19.213.44 () {44 vars in 1083 bytes} [Tue Jul 21 07:50:50 2026] GET /v2.0/security-groups/ad33dfbe-b691-46cb-97f4-5811a331d84b?project_id=646330afc62e4033a48dc8e15f814bba => generated 4075 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 209/415] 199.19.213.44 () {44 vars in 996 bytes} [Tue Jul 21 07:50:50 2026] GET /v2.0/security-groups/ad33dfbe-b691-46cb-97f4-5811a331d84b => generated 4075 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 207/416] 199.19.213.44 () {44 vars in 1006 bytes} [Tue Jul 21 07:50:51 2026] GET /v2.0/security-group-rules/c66e27f7-9035-40e8-8be2-31381025299b => generated 599 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 211/419] 199.19.213.44 () {44 vars in 1083 bytes} [Tue Jul 21 07:50:51 2026] GET /v2.0/security-groups/ad33dfbe-b691-46cb-97f4-5811a331d84b?project_id=646330afc62e4033a48dc8e15f814bba => generated 4075 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 209/420] 199.19.213.44 () {44 vars in 996 bytes} [Tue Jul 21 07:50:51 2026] GET /v2.0/security-groups/ad33dfbe-b691-46cb-97f4-5811a331d84b => generated 4075 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 212/421] 199.19.213.44 () {44 vars in 1006 bytes} [Tue Jul 21 07:50:52 2026] GET /v2.0/security-group-rules/64d0970d-c360-4c8e-b4a6-1f9b3d5d5b5f => generated 601 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 210/422] 199.19.213.44 () {44 vars in 1083 bytes} [Tue Jul 21 07:50:52 2026] GET /v2.0/security-groups/ad33dfbe-b691-46cb-97f4-5811a331d84b?project_id=646330afc62e4033a48dc8e15f814bba => generated 4075 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 213/423] 199.19.213.44 () {44 vars in 996 bytes} [Tue Jul 21 07:50:53 2026] GET /v2.0/security-groups/ad33dfbe-b691-46cb-97f4-5811a331d84b => generated 4075 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 211/424] 199.19.213.44 () {44 vars in 1006 bytes} [Tue Jul 21 07:50:53 2026] GET /v2.0/security-group-rules/73719b23-8188-4025-b9dc-441750976eb6 => generated 602 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 214/425] 199.19.213.44 () {44 vars in 970 bytes} [Tue Jul 21 07:51:00 2026] GET /v2.0/quotas/646330afc62e4033a48dc8e15f814bba => generated 291 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 215/432] 199.19.213.44 () {44 vars in 944 bytes} [Tue Jul 21 07:51:50 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: 7|app: 0|req: 219/439] 10.0.0.32 () {32 vars in 647 bytes} [Tue Jul 21 07:52:30 2026] GET /v2.0/networks => generated 2168 bytes in 212 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 221/440] 10.0.0.32 () {32 vars in 653 bytes} [Tue Jul 21 07:52:31 2026] GET /v2.0/floatingips => generated 19 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 220/441] 10.0.0.32 () {32 vars in 645 bytes} [Tue Jul 21 07:52:31 2026] GET /v2.0/routers => generated 15 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 222/442] 10.0.0.32 () {32 vars in 641 bytes} [Tue Jul 21 07:52:31 2026] GET /v2.0/ports => generated 4725 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 221/443] 10.0.0.32 () {32 vars in 645 bytes} [Tue Jul 21 07:52:31 2026] GET /v2.0/subnets => generated 1308 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 223/444] 10.0.0.32 () {32 vars in 647 bytes} [Tue Jul 21 07:52:31 2026] GET /v2.0/networks => generated 2168 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 222/445] 10.0.0.32 () {32 vars in 661 bytes} [Tue Jul 21 07:52:31 2026] GET /v2.0/security-groups => generated 17401 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 224/446] 10.0.0.32 () {32 vars in 653 bytes} [Tue Jul 21 07:52:31 2026] GET /v2.0/subnetpools => generated 19 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-21 07:52:42.640 7 INFO neutron.db.segments_db [None req-df90d8f5-bb20-45f4-ba6c-5727de3ddef6 c91b302a1f0c4d688f2f771aebbdb373 3ab8b07b6cd247c2a83286280ea0a707 - - default default] Added segment 19c6d70d-c0d8-4968-b182-a70cc0000d71 of type vxlan for network 71906b3b-65f9-4ee3-a2ca-8eb43381ac1b 2026-07-21 07:52:42.706 8 INFO neutron.db.segments_db [None req-1e687b31-36ec-474e-9e21-82f36d8ca6cd c91b302a1f0c4d688f2f771aebbdb373 3ab8b07b6cd247c2a83286280ea0a707 - - default default] Added segment db0da199-6b41-4a3d-9cdf-a540f6e607e3 of type vxlan for network 6ff4f9b8-0d97-4b20-9f93-1c6ff57d30b6 [pid: 7|app: 0|req: 224/449] 10.0.0.32 () {34 vars in 669 bytes} [Tue Jul 21 07:52:42 2026] POST /v2.0/networks => generated 752 bytes in 339 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 226/450] 10.0.0.32 () {34 vars in 669 bytes} [Tue Jul 21 07:52:42 2026] POST /v2.0/networks => generated 748 bytes in 392 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 225/451] 10.0.0.32 () {34 vars in 667 bytes} [Tue Jul 21 07:52:42 2026] POST /v2.0/subnets => generated 699 bytes in 172 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-21 07:52:42.950 7 INFO neutron.db.segments_db [None req-5a45a709-5fbc-4d1c-a129-e176cdda7fa6 c91b302a1f0c4d688f2f771aebbdb373 3ab8b07b6cd247c2a83286280ea0a707 - - default default] Added segment 985916bb-1b88-4c85-8148-e84f1b9eb243 of type vxlan for network 703b1b5b-ab9a-4fa6-abf5-4679ff5d6882 [pid: 8|app: 0|req: 227/452] 10.0.0.32 () {34 vars in 667 bytes} [Tue Jul 21 07:52:42 2026] POST /v2.0/subnets => generated 695 bytes in 192 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-21 07:52:43.039 8 INFO neutron.db.segments_db [None req-81737ef2-0956-40ed-9ff3-61de4b3967a4 c91b302a1f0c4d688f2f771aebbdb373 3ab8b07b6cd247c2a83286280ea0a707 - - default default] Added segment df08b301-eda4-4b73-af34-2d3bb14b76ef of type vxlan for network df91f745-546e-4781-a78f-a0751b390cb7 2026-07-21 07:52:43.180 7 INFO neutron.db.l3_hamode_db [None req-5a45a709-5fbc-4d1c-a129-e176cdda7fa6 c91b302a1f0c4d688f2f771aebbdb373 025df7278c2341959dd3b3d22e3e4e40 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-21 07:52:43.264 8 INFO neutron.db.l3_hamode_db [None req-81737ef2-0956-40ed-9ff3-61de4b3967a4 c91b302a1f0c4d688f2f771aebbdb373 30f9f35ffbbf4649bc2f125b8e5edb78 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-21 07:52:44.286 7 INFO neutron.db.l3_hamode_db [None req-5a45a709-5fbc-4d1c-a129-e176cdda7fa6 c91b302a1f0c4d688f2f771aebbdb373 3ab8b07b6cd247c2a83286280ea0a707 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-21 07:52:44.465 8 INFO neutron.db.l3_hamode_db [None req-81737ef2-0956-40ed-9ff3-61de4b3967a4 c91b302a1f0c4d688f2f771aebbdb373 3ab8b07b6cd247c2a83286280ea0a707 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 226/453] 10.0.0.32 () {34 vars in 667 bytes} [Tue Jul 21 07:52:42 2026] POST /v2.0/routers => generated 739 bytes in 2355 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 228/454] 10.0.0.32 () {34 vars in 667 bytes} [Tue Jul 21 07:52:42 2026] POST /v2.0/routers => generated 735 bytes in 2459 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 227/455] 10.0.0.32 () {32 vars in 772 bytes} [Tue Jul 21 07:52:45 2026] GET /v2.0/security-groups?tenant_id=c3a78b3f3baf4aacac08e58a850a87d2&name=default => generated 2921 bytes in 296 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 229/456] 10.0.0.32 () {34 vars in 781 bytes} [Tue Jul 21 07:52:45 2026] PUT /v2.0/routers/82e00fbe-2a47-4d3e-a522-f2dfca98023b/add_router_interface => generated 309 bytes in 1133 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 228/457] 10.0.0.32 () {34 vars in 781 bytes} [Tue Jul 21 07:52:45 2026] PUT /v2.0/routers/d421330c-611e-4d00-9aec-da38d3d6fb95/add_router_interface => generated 309 bytes in 1076 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 230/458] 10.0.0.32 () {32 vars in 738 bytes} [Tue Jul 21 07:52:46 2026] DELETE /v2.0/security-groups/096e5812-384f-4049-abd0-30c87e4e4bc4 => 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: 229/459] 10.0.0.32 () {32 vars in 772 bytes} [Tue Jul 21 07:52:46 2026] GET /v2.0/security-groups?tenant_id=77239dea753a40dcab1f9b124270d497&name=default => generated 2921 bytes in 261 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 231/460] 10.0.0.32 () {32 vars in 738 bytes} [Tue Jul 21 07:52:46 2026] DELETE /v2.0/security-groups/444edb45-c3cd-4552-b1ac-b38ca7e54d41 => generated 0 bytes in 94 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 230/461] 10.0.0.32 () {32 vars in 772 bytes} [Tue Jul 21 07:52:47 2026] GET /v2.0/security-groups?tenant_id=24dff76736eb4e148cd250d81f6901b8&name=default => generated 2924 bytes in 134 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 232/462] 10.0.0.32 () {32 vars in 738 bytes} [Tue Jul 21 07:52:47 2026] DELETE /v2.0/security-groups/265d5aec-f7f8-4599-ad2a-27b33b36622d => generated 0 bytes in 103 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 231/463] 10.0.0.32 () {34 vars in 683 bytes} [Tue Jul 21 07:52:47 2026] POST /v2.0/security-groups => generated 1660 bytes in 123 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 233/464] 10.0.0.32 () {34 vars in 693 bytes} [Tue Jul 21 07:52:47 2026] POST /v2.0/security-group-rules => generated 597 bytes in 159 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 232/465] 10.0.0.32 () {34 vars in 693 bytes} [Tue Jul 21 07:52:47 2026] POST /v2.0/security-group-rules => generated 602 bytes in 147 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 233/466] 10.0.0.218 () {38 vars in 970 bytes} [Tue Jul 21 07:52:47 2026] POST /v2.0/security-groups => generated 1685 bytes in 173 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 234/467] 10.0.0.32 () {34 vars in 674 bytes} [Tue Jul 21 07:52:47 2026] POST /v2.0/floatingips => generated 552 bytes in 518 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 235/468] 10.0.0.218 () {34 vars in 990 bytes} [Tue Jul 21 07:52:48 2026] GET /v2.0/security-groups/ff9cba8e-b271-4c7f-bc5d-dc27d4a153b5 => generated 1685 bytes in 152 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-21 07:52:48.543 7 INFO neutron.db.segments_db [None req-7a76838c-1ab4-47e4-b89e-ae02d036cafd c91b302a1f0c4d688f2f771aebbdb373 3ab8b07b6cd247c2a83286280ea0a707 - - default default] Added segment 675e1f6c-e5b1-4531-a0b4-9710e82514f8 of type vxlan for network 2b33eb0f-820d-44a5-8e70-465d7e16957b [pid: 7|app: 0|req: 234/469] 10.0.0.32 () {34 vars in 669 bytes} [Tue Jul 21 07:52:48 2026] POST /v2.0/networks => generated 745 bytes in 371 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 236/470] 10.0.0.218 () {38 vars in 980 bytes} [Tue Jul 21 07:52:48 2026] POST /v2.0/security-group-rules => generated 614 bytes in 108 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 237/471] 10.0.0.218 () {38 vars in 970 bytes} [Tue Jul 21 07:52:48 2026] POST /v2.0/security-groups => generated 1684 bytes in 117 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 238/472] 10.0.0.218 () {34 vars in 1099 bytes} [Tue Jul 21 07:52:48 2026] GET /v2.0/security-groups?name=tempest-securitygroup--1676299191&fields=id&tenant_id=025df7278c2341959dd3b3d22e3e4e40 => generated 69 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 235/473] 10.0.0.32 () {34 vars in 667 bytes} [Tue Jul 21 07:52:48 2026] POST /v2.0/subnets => generated 692 bytes in 202 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 239/474] 10.0.0.218 () {34 vars in 990 bytes} [Tue Jul 21 07:52:48 2026] GET /v2.0/security-groups/3a3106af-05b3-4679-acae-1e576d589143 => generated 1684 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-21 07:52:48.883 8 INFO neutron.db.segments_db [None req-4293d1c1-5bae-4283-96fe-aeb669d0e46f c91b302a1f0c4d688f2f771aebbdb373 3ab8b07b6cd247c2a83286280ea0a707 - - default default] Added segment f5e84178-bb78-4376-87d3-d76a9e6702cb of type vxlan for network 0468d84a-b2e5-4a93-95fe-93582afc6a14 [pid: 7|app: 0|req: 236/475] 10.0.0.218 () {34 vars in 981 bytes} [Tue Jul 21 07:52:48 2026] GET /v2.0/networks?id=71906b3b-65f9-4ee3-a2ca-8eb43381ac1b => generated 684 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 237/476] 10.0.0.218 () {38 vars in 980 bytes} [Tue Jul 21 07:52:48 2026] POST /v2.0/security-group-rules => generated 614 bytes in 103 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 238/477] 10.0.0.218 () {34 vars in 964 bytes} [Tue Jul 21 07:52:48 2026] GET /v2.0/quotas/025df7278c2341959dd3b3d22e3e4e40 => generated 292 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-21 07:52:49.069 8 INFO neutron.db.l3_hamode_db [None req-4293d1c1-5bae-4283-96fe-aeb669d0e46f c91b302a1f0c4d688f2f771aebbdb373 baed1fcdad1a4e27984be186fe338734 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 239/478] 10.0.0.218 () {34 vars in 1001 bytes} [Tue Jul 21 07:52:49 2026] GET /v2.0/ports?tenant_id=025df7278c2341959dd3b3d22e3e4e40&fields=id => generated 103 bytes in 101 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 240/479] 10.0.0.218 () {34 vars in 990 bytes} [Tue Jul 21 07:52:49 2026] GET /v2.0/security-groups/3a3106af-05b3-4679-acae-1e576d589143 => generated 2309 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 241/480] 10.0.0.218 () {38 vars in 980 bytes} [Tue Jul 21 07:52:49 2026] POST /v2.0/security-group-rules => generated 619 bytes in 105 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 242/481] 10.0.0.218 () {34 vars in 990 bytes} [Tue Jul 21 07:52:49 2026] GET /v2.0/security-groups/3a3106af-05b3-4679-acae-1e576d589143 => generated 2939 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 243/482] 10.0.0.218 () {34 vars in 1000 bytes} [Tue Jul 21 07:52:49 2026] GET /v2.0/security-group-rules/cf40be74-f24e-4898-b291-dbff544e7cb2 => generated 616 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 244/483] 10.0.0.218 () {34 vars in 990 bytes} [Tue Jul 21 07:52:49 2026] GET /v2.0/security-groups/3a3106af-05b3-4679-acae-1e576d589143 => generated 2939 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 245/484] 10.0.0.218 () {36 vars in 1022 bytes} [Tue Jul 21 07:52:49 2026] DELETE /v2.0/security-group-rules/cf40be74-f24e-4898-b291-dbff544e7cb2 => generated 0 bytes in 73 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 246/485] 10.0.0.218 () {34 vars in 990 bytes} [Tue Jul 21 07:52:49 2026] GET /v2.0/security-groups/3a3106af-05b3-4679-acae-1e576d589143 => generated 2309 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 247/486] 10.0.0.218 () {36 vars in 1012 bytes} [Tue Jul 21 07:52:49 2026] DELETE /v2.0/security-groups/3a3106af-05b3-4679-acae-1e576d589143 => generated 0 bytes in 89 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 248/487] 10.0.0.218 () {34 vars in 906 bytes} [Tue Jul 21 07:52:49 2026] GET /v2.0/extensions => generated 21537 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 249/488] 10.0.0.218 () {34 vars in 990 bytes} [Tue Jul 21 07:52:49 2026] GET /v2.0/security-groups/ff9cba8e-b271-4c7f-bc5d-dc27d4a153b5 => generated 2310 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 250/489] 10.0.0.218 () {34 vars in 1007 bytes} [Tue Jul 21 07:52:49 2026] GET /v2.0/networks/71906b3b-65f9-4ee3-a2ca-8eb43381ac1b?fields=segments => generated 14 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 251/490] 10.0.0.218 () {36 vars in 1012 bytes} [Tue Jul 21 07:52:49 2026] DELETE /v2.0/security-groups/ff9cba8e-b271-4c7f-bc5d-dc27d4a153b5 => generated 0 bytes in 61 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-21 07:52:49.811 8 INFO neutron.db.l3_hamode_db [None req-4293d1c1-5bae-4283-96fe-aeb669d0e46f c91b302a1f0c4d688f2f771aebbdb373 3ab8b07b6cd247c2a83286280ea0a707 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 252/491] 10.0.0.218 () {34 vars in 1107 bytes} [Tue Jul 21 07:52:49 2026] GET /v2.0/networks/71906b3b-65f9-4ee3-a2ca-8eb43381ac1b?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-21 07:52:50.471 7 INFO neutron_taas.services.taas.taas_plugin [None req-597f8460-40e5-4659-87dc-e88e72356c40 c91b302a1f0c4d688f2f771aebbdb373 3ab8b07b6cd247c2a83286280ea0a707 - - default default] TaaS: Handle Delete Port: 15ef4701-29a1-4111-b4a3-6214bd9de80a 2026-07-21 07:52:50.477 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-597f8460-40e5-4659-87dc-e88e72356c40 c91b302a1f0c4d688f2f771aebbdb373 3ab8b07b6cd247c2a83286280ea0a707 - - default default] Tap Mirror: Handle Delete Port: 15ef4701-29a1-4111-b4a3-6214bd9de80a [pid: 8|app: 0|req: 240/492] 10.0.0.32 () {34 vars in 667 bytes} [Tue Jul 21 07:52:48 2026] POST /v2.0/routers => generated 732 bytes in 1890 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 241/493] 10.0.0.218 () {34 vars in 989 bytes} [Tue Jul 21 07:52:50 2026] GET /v2.0/ports?device_id=bcaade05-cd82-4e70-93ac-0161b55e2b5a => generated 12 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 253/494] 10.0.0.32 () {34 vars in 787 bytes} [Tue Jul 21 07:52:49 2026] PUT /v2.0/routers/d421330c-611e-4d00-9aec-da38d3d6fb95/remove_router_interface => generated 309 bytes in 1196 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-21 07:52:51.277 7 INFO neutron_taas.services.taas.taas_plugin [None req-634ccc3a-8338-4ae4-b3d2-283f93e63ea4 c91b302a1f0c4d688f2f771aebbdb373 3ab8b07b6cd247c2a83286280ea0a707 - - default default] TaaS: Handle Delete Port: a9cae5de-73bc-4026-9552-06e1e92e72e9 2026-07-21 07:52:51.280 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-634ccc3a-8338-4ae4-b3d2-283f93e63ea4 c91b302a1f0c4d688f2f771aebbdb373 3ab8b07b6cd247c2a83286280ea0a707 - - default default] Tap Mirror: Handle Delete Port: a9cae5de-73bc-4026-9552-06e1e92e72e9 2026-07-21 07:52:51.553 7 INFO neutron_taas.services.taas.taas_plugin [None req-634ccc3a-8338-4ae4-b3d2-283f93e63ea4 c91b302a1f0c4d688f2f771aebbdb373 3ab8b07b6cd247c2a83286280ea0a707 - - default default] TaaS: Handle Delete Port: 180965bd-532b-4f04-bb88-8da51de48a3d 2026-07-21 07:52:51.557 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-634ccc3a-8338-4ae4-b3d2-283f93e63ea4 c91b302a1f0c4d688f2f771aebbdb373 3ab8b07b6cd247c2a83286280ea0a707 - - default default] Tap Mirror: Handle Delete Port: 180965bd-532b-4f04-bb88-8da51de48a3d 2026-07-21 07:52:51.678 7 WARNING neutron.plugins.ml2.ovo_rpc [None req-634ccc3a-8338-4ae4-b3d2-283f93e63ea4 c91b302a1f0c4d688f2f771aebbdb373 3ab8b07b6cd247c2a83286280ea0a707 - - 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-21 07:52:52.068 7 INFO neutron.db.l3_hamode_db [None req-634ccc3a-8338-4ae4-b3d2-283f93e63ea4 c91b302a1f0c4d688f2f771aebbdb373 3ab8b07b6cd247c2a83286280ea0a707 - - default default] HA network df91f745-546e-4781-a78f-a0751b390cb7 was deleted as no HA routers are present in tenant 30f9f35ffbbf4649bc2f125b8e5edb78. [pid: 7|app: 0|req: 254/495] 10.0.0.32 () {32 vars in 722 bytes} [Tue Jul 21 07:52:51 2026] DELETE /v2.0/routers/d421330c-611e-4d00-9aec-da38d3d6fb95 => generated 0 bytes in 1033 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 257/498] 10.0.0.218 () {34 vars in 989 bytes} [Tue Jul 21 07:52:52 2026] GET /v2.0/ports?device_id=bcaade05-cd82-4e70-93ac-0161b55e2b5a => 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: 242/499] 10.0.0.32 () {34 vars in 781 bytes} [Tue Jul 21 07:52:50 2026] PUT /v2.0/routers/0b0b8f2c-709d-45bf-9fb8-5d28bead667a/add_router_interface => generated 309 bytes in 1337 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 258/500] 10.0.0.32 () {32 vars in 722 bytes} [Tue Jul 21 07:52:52 2026] DELETE /v2.0/subnets/34cc12e7-48f9-4b45-ab15-a1123efa49ba => generated 0 bytes in 197 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-21 07:52:52.408 8 INFO neutron_taas.services.taas.taas_plugin [None req-49be9b24-efd2-45b9-9e97-3d1a91bc4228 c91b302a1f0c4d688f2f771aebbdb373 3ab8b07b6cd247c2a83286280ea0a707 - - default default] TaaS: Handle Delete Port: 8f2baff1-524c-4bd6-980d-8a175c65c825 2026-07-21 07:52:52.416 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-49be9b24-efd2-45b9-9e97-3d1a91bc4228 c91b302a1f0c4d688f2f771aebbdb373 3ab8b07b6cd247c2a83286280ea0a707 - - default default] Tap Mirror: Handle Delete Port: 8f2baff1-524c-4bd6-980d-8a175c65c825 2026-07-21 07:52:52.711 7 INFO neutron.services.segments.plugin [-] Segment df08b301-eda4-4b73-af34-2d3bb14b76ef resource provider aggregate not found 2026-07-21 07:52:52.717 7 INFO neutron.services.segments.plugin [-] Segment df08b301-eda4-4b73-af34-2d3bb14b76ef resource provider aggregate not found 2026-07-21 07:52:52.734 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment df08b301-eda4-4b73-af34-2d3bb14b76ef resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid df08b301-eda4-4b73-af34-2d3bb14b76ef found for delete ", "request_id": "req-e46c4105-7034-4f89-8022-7f2b08ee878d"}]} 2026-07-21 07:52:52.736 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment df08b301-eda4-4b73-af34-2d3bb14b76ef resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid df08b301-eda4-4b73-af34-2d3bb14b76ef found for delete ", "request_id": "req-b5fa3895-7cdb-4288-8fe5-12ffcea54ccc"}]} [pid: 8|app: 0|req: 243/501] 10.0.0.32 () {32 vars in 724 bytes} [Tue Jul 21 07:52:52 2026] DELETE /v2.0/networks/6ff4f9b8-0d97-4b20-9f93-1c6ff57d30b6 => generated 0 bytes in 422 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 259/502] 10.0.0.218 () {38 vars in 970 bytes} [Tue Jul 21 07:52:52 2026] POST /v2.0/security-groups => generated 1680 bytes in 132 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 260/503] 10.0.0.32 () {32 vars in 772 bytes} [Tue Jul 21 07:52:52 2026] GET /v2.0/security-groups?tenant_id=30f9f35ffbbf4649bc2f125b8e5edb78&name=default => generated 2921 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 244/504] 10.0.0.218 () {38 vars in 970 bytes} [Tue Jul 21 07:52:52 2026] POST /v2.0/security-groups => generated 1680 bytes in 115 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-07-21 07:52:53.132 8 INFO neutron.services.segments.plugin [-] Segment db0da199-6b41-4a3d-9cdf-a540f6e607e3 resource provider aggregate not found 2026-07-21 07:52:53.148 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment db0da199-6b41-4a3d-9cdf-a540f6e607e3 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid db0da199-6b41-4a3d-9cdf-a540f6e607e3 found for delete ", "request_id": "req-efcbc4f7-1a30-4c81-8261-c0aaf2503a23"}]} [pid: 7|app: 0|req: 261/505] 10.0.0.32 () {32 vars in 738 bytes} [Tue Jul 21 07:52:53 2026] DELETE /v2.0/security-groups/b8d43d6c-b2f1-4b8d-9110-211f613d2f1a => generated 0 bytes in 123 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-21 07:52:53.184 8 INFO neutron.services.segments.plugin [-] Segment db0da199-6b41-4a3d-9cdf-a540f6e607e3 resource provider aggregate not found [pid: 8|app: 0|req: 245/506] 10.0.0.218 () {38 vars in 970 bytes} [Tue Jul 21 07:52:53 2026] POST /v2.0/security-groups => generated 1681 bytes in 134 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-07-21 07:52:53.204 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment db0da199-6b41-4a3d-9cdf-a540f6e607e3 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid db0da199-6b41-4a3d-9cdf-a540f6e607e3 found for delete ", "request_id": "req-e4f7925f-18f1-4677-aaa5-52c4392e3830"}]} [pid: 7|app: 0|req: 262/507] 10.0.0.218 () {34 vars in 989 bytes} [Tue Jul 21 07:52:53 2026] GET /v2.0/ports?device_id=bcaade05-cd82-4e70-93ac-0161b55e2b5a => 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: 246/508] 10.0.0.218 () {34 vars in 1001 bytes} [Tue Jul 21 07:52:53 2026] GET /v2.0/security-groups?tenant_id=baed1fcdad1a4e27984be186fe338734 => generated 7906 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 263/509] 10.0.0.218 () {34 vars in 990 bytes} [Tue Jul 21 07:52:53 2026] GET /v2.0/security-groups/0a26e34f-10b8-475a-a494-6506d1b2db93 => generated 2922 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 247/510] 10.0.0.218 () {34 vars in 990 bytes} [Tue Jul 21 07:52:53 2026] GET /v2.0/security-groups/0a26e34f-10b8-475a-a494-6506d1b2db93 => generated 2922 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 264/511] 10.0.0.218 () {34 vars in 990 bytes} [Tue Jul 21 07:52:53 2026] GET /v2.0/security-groups/39fb399e-3718-442c-8219-5ca23a211115 => generated 1680 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 248/512] 10.0.0.218 () {36 vars in 1012 bytes} [Tue Jul 21 07:52:53 2026] DELETE /v2.0/security-groups/39fb399e-3718-442c-8219-5ca23a211115 => generated 0 bytes in 76 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-21 07:52:53.513 7 INFO neutron.api.v2.resource [req-2130923e-3cd7-4ff1-9b7f-d217be0cfc75 req-2d455549-1153-4e78-a783-6db3a1a2f207 6dd6ff901549442d878ffef5c3fff716 baed1fcdad1a4e27984be186fe338734 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 265/513] 10.0.0.218 () {34 vars in 990 bytes} [Tue Jul 21 07:52:53 2026] GET /v2.0/security-groups/39fb399e-3718-442c-8219-5ca23a211115 => generated 146 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 249/514] 10.0.0.218 () {34 vars in 990 bytes} [Tue Jul 21 07:52:53 2026] GET /v2.0/security-groups/f5e32b13-e29e-49fc-808d-65bc8f16f1ab => generated 1680 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 266/515] 10.0.0.218 () {36 vars in 1012 bytes} [Tue Jul 21 07:52:53 2026] DELETE /v2.0/security-groups/f5e32b13-e29e-49fc-808d-65bc8f16f1ab => generated 0 bytes in 84 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-21 07:52:53.694 8 INFO neutron.api.v2.resource [req-93e3a821-7163-4e5e-9ce7-565a242062d8 req-f8becacb-9a30-47ef-8676-0b56c6d36558 6dd6ff901549442d878ffef5c3fff716 baed1fcdad1a4e27984be186fe338734 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 250/516] 10.0.0.218 () {34 vars in 990 bytes} [Tue Jul 21 07:52:53 2026] GET /v2.0/security-groups/f5e32b13-e29e-49fc-808d-65bc8f16f1ab => generated 146 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 267/517] 10.0.0.218 () {34 vars in 990 bytes} [Tue Jul 21 07:52:53 2026] GET /v2.0/security-groups/16198db4-13fd-4c17-b3db-5353d75f6e27 => generated 1681 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 251/518] 10.0.0.218 () {36 vars in 1012 bytes} [Tue Jul 21 07:52:53 2026] DELETE /v2.0/security-groups/16198db4-13fd-4c17-b3db-5353d75f6e27 => generated 0 bytes in 71 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-21 07:52:53.856 7 INFO neutron.api.v2.resource [req-b81f84f9-980b-48e4-a9c5-834abaff591d req-0e8efa62-e126-4e6e-a869-fad530f903df 6dd6ff901549442d878ffef5c3fff716 baed1fcdad1a4e27984be186fe338734 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 268/519] 10.0.0.218 () {34 vars in 990 bytes} [Tue Jul 21 07:52:53 2026] GET /v2.0/security-groups/16198db4-13fd-4c17-b3db-5353d75f6e27 => generated 146 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 252/520] 10.0.0.218 () {34 vars in 1001 bytes} [Tue Jul 21 07:52:53 2026] GET /v2.0/security-groups?tenant_id=baed1fcdad1a4e27984be186fe338734 => generated 2925 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 269/521] 10.0.0.218 () {34 vars in 990 bytes} [Tue Jul 21 07:52:53 2026] GET /v2.0/security-groups/0a26e34f-10b8-475a-a494-6506d1b2db93 => generated 2922 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 253/522] 10.0.0.218 () {34 vars in 990 bytes} [Tue Jul 21 07:52:53 2026] GET /v2.0/security-groups/0a26e34f-10b8-475a-a494-6506d1b2db93 => generated 2922 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-21 07:52:54.023 7 INFO neutron.api.v2.resource [req-31620c97-0c58-4e6d-9448-812d0ee22e4e req-38b1c996-e927-4195-95bc-f0ae04c8d20b 6dd6ff901549442d878ffef5c3fff716 baed1fcdad1a4e27984be186fe338734 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 270/523] 10.0.0.218 () {34 vars in 990 bytes} [Tue Jul 21 07:52:54 2026] GET /v2.0/security-groups/16198db4-13fd-4c17-b3db-5353d75f6e27 => generated 146 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-21 07:52:54.058 8 INFO neutron.api.v2.resource [req-b11c7515-e495-4b64-901a-576dc7656606 req-077ecfb8-c256-4120-aa3b-5ca985ecc53a 6dd6ff901549442d878ffef5c3fff716 baed1fcdad1a4e27984be186fe338734 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 254/524] 10.0.0.218 () {34 vars in 990 bytes} [Tue Jul 21 07:52:54 2026] GET /v2.0/security-groups/f5e32b13-e29e-49fc-808d-65bc8f16f1ab => generated 146 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-21 07:52:54.101 7 INFO neutron.api.v2.resource [req-8e25bede-9e6b-4d64-b47e-388cd8980c65 req-817c6ab6-2720-4b0e-9ae0-a40df8930de6 6dd6ff901549442d878ffef5c3fff716 baed1fcdad1a4e27984be186fe338734 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 271/525] 10.0.0.218 () {34 vars in 990 bytes} [Tue Jul 21 07:52:54 2026] GET /v2.0/security-groups/39fb399e-3718-442c-8219-5ca23a211115 => generated 146 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 272/526] 10.0.0.32 () {32 vars in 772 bytes} [Tue Jul 21 07:52:54 2026] GET /v2.0/security-groups?tenant_id=cd03de7a736247ca92450084c62de4db&name=default => generated 2925 bytes in 283 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 273/527] 10.0.0.218 () {34 vars in 989 bytes} [Tue Jul 21 07:52:54 2026] GET /v2.0/ports?device_id=bcaade05-cd82-4e70-93ac-0161b55e2b5a => 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: 274/528] 10.0.0.32 () {32 vars in 738 bytes} [Tue Jul 21 07:52:54 2026] DELETE /v2.0/security-groups/b3c83be1-5c4e-4153-b647-300e9a2b20fd => generated 0 bytes in 91 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-21 07:52:54.611 8 INFO neutron_taas.services.taas.taas_plugin [None req-790d045b-c1d7-4a7b-8125-4e8e31b52492 c91b302a1f0c4d688f2f771aebbdb373 3ab8b07b6cd247c2a83286280ea0a707 - - default default] TaaS: Handle Delete Port: 9915d0b1-2ae4-4216-aedc-b186fd86e5a4 2026-07-21 07:52:54.614 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-790d045b-c1d7-4a7b-8125-4e8e31b52492 c91b302a1f0c4d688f2f771aebbdb373 3ab8b07b6cd247c2a83286280ea0a707 - - default default] Tap Mirror: Handle Delete Port: 9915d0b1-2ae4-4216-aedc-b186fd86e5a4 [pid: 7|app: 0|req: 275/529] 10.0.0.32 () {32 vars in 772 bytes} [Tue Jul 21 07:52:54 2026] GET /v2.0/security-groups?tenant_id=bae47cc670f34de9b800455255d03a91&name=default => generated 2925 bytes in 125 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 276/530] 10.0.0.32 () {32 vars in 738 bytes} [Tue Jul 21 07:52:54 2026] DELETE /v2.0/security-groups/2d432c02-2b7d-4dd2-bf62-fade487bd9cd => 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: 255/531] 10.0.0.32 () {34 vars in 787 bytes} [Tue Jul 21 07:52:54 2026] PUT /v2.0/routers/0b0b8f2c-709d-45bf-9fb8-5d28bead667a/remove_router_interface => generated 309 bytes in 1004 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 277/532] 199.19.213.44 () {34 vars in 984 bytes} [Tue Jul 21 07:52:54 2026] GET /v2.0/networks?id=71906b3b-65f9-4ee3-a2ca-8eb43381ac1b => generated 684 bytes in 216 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 278/533] 199.19.213.44 () {34 vars in 909 bytes} [Tue Jul 21 07:52:55 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: 279/534] 199.19.213.44 () {34 vars in 1048 bytes} [Tue Jul 21 07:52:55 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=025df7278c2341959dd3b3d22e3e4e40 => generated 181 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-21 07:52:55.317 8 INFO neutron_taas.services.taas.taas_plugin [None req-b2c715f5-5efb-4df5-8f43-b953c42bb1fc c91b302a1f0c4d688f2f771aebbdb373 3ab8b07b6cd247c2a83286280ea0a707 - - default default] TaaS: Handle Delete Port: 88b8ca2f-472b-4894-9877-4ab394dd8ba4 2026-07-21 07:52:55.322 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b2c715f5-5efb-4df5-8f43-b953c42bb1fc c91b302a1f0c4d688f2f771aebbdb373 3ab8b07b6cd247c2a83286280ea0a707 - - default default] Tap Mirror: Handle Delete Port: 88b8ca2f-472b-4894-9877-4ab394dd8ba4 2026-07-21 07:52:55.591 8 INFO neutron_taas.services.taas.taas_plugin [None req-b2c715f5-5efb-4df5-8f43-b953c42bb1fc c91b302a1f0c4d688f2f771aebbdb373 3ab8b07b6cd247c2a83286280ea0a707 - - default default] TaaS: Handle Delete Port: 38a3c812-297b-4a4f-a875-e2416478a94a 2026-07-21 07:52:55.596 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b2c715f5-5efb-4df5-8f43-b953c42bb1fc c91b302a1f0c4d688f2f771aebbdb373 3ab8b07b6cd247c2a83286280ea0a707 - - default default] Tap Mirror: Handle Delete Port: 38a3c812-297b-4a4f-a875-e2416478a94a [pid: 7|app: 0|req: 280/535] 199.19.213.44 () {38 vars in 953 bytes} [Tue Jul 21 07:52:55 2026] POST /v2.0/ports => generated 958 bytes in 472 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-21 07:52:55.692 8 WARNING neutron.plugins.ml2.ovo_rpc [None req-b2c715f5-5efb-4df5-8f43-b953c42bb1fc c91b302a1f0c4d688f2f771aebbdb373 3ab8b07b6cd247c2a83286280ea0a707 - - default default] This handler is supposed to handle AFTER events, as in 'AFTER it's committed', not BEFORE. Offending resource event: port, after_delete. Location: File "/var/lib/openstack/lib/python3.12/site-packages/paste/urlmap.py", line 211, in __call__ return app(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/base.py", line 152, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/base.py", line 152, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/request_id.py", line 69, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/catch_errors.py", line 45, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/keystonemiddleware/auth_token/__init__.py", line 341, in __call__ response = req.get_response(self._app) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/keystonemiddleware/audit/__init__.py", line 159, in __call__ response = req.get_response(self._application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 143, in __call__ return resp(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 143, in __call__ return resp(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/routes/middleware.py", line 153, in __call__ response = self.app(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 143, in __call__ return resp(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/api/v2/resource.py", line 97, in resource result = method(request=request, **args) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/api/v2/base.py", line 576, in delete return self._delete(request, id, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 135, in wrapped return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 181, in wrapped return f(*dup_args, **dup_kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/api/v2/base.py", line 603, in _delete obj_deleter(request.context, id, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/l3_db.py", line 2245, in delete_router super().delete_router(context, id) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 223, in wrapped return f_with_retry(*args, **kwargs, File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 135, in wrapped return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 181, in wrapped return f(*dup_args, **dup_kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/l3_db.py", line 646, in delete_router self._core_plugin.delete_port(context.elevated(), rp_id, File "/var/lib/openstack/lib/python3.12/site-packages/neutron/common/utils.py", line 717, in inner return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 221, in wrapped return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/plugin.py", line 2285, in delete_port self._post_delete_port( File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/plugin.py", line 2290, in _post_delete_port registry.publish(resources.PORT, events.AFTER_DELETE, self, File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/callbacks/registry.py", line 56, in publish _get_callback_manager().publish(resource, event, trigger, payload=payload) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/utils.py", line 104, in _wrapped return function(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/callbacks/manager.py", line 157, in publish errors = self._notify_loop(resource, event, trigger, payload) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/callbacks/manager.py", line 189, in _notify_loop callback.method(resource, event, trigger, payload=payload) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/ovo_rpc.py", line 76, in handle_event if self._is_session_semantic_violated( File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/ovo_rpc.py", line 60, in _is_session_semantic_violated stack = traceback.extract_stack() [pid: 7|app: 0|req: 281/536] 10.0.0.218 () {34 vars in 989 bytes} [Tue Jul 21 07:52:55 2026] GET /v2.0/ports?device_id=bcaade05-cd82-4e70-93ac-0161b55e2b5a => generated 961 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 282/537] 10.0.0.218 () {34 vars in 1039 bytes} [Tue Jul 21 07:52:55 2026] GET /v2.0/security-groups?id=b104aa8a-a96f-47c1-8a69-d344ddc732f0&fields=id&fields=name => generated 114 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-21 07:52:55.979 8 INFO neutron.services.segments.plugin [-] Segment f5e84178-bb78-4376-87d3-d76a9e6702cb resource provider aggregate not found 2026-07-21 07:52:55.986 8 INFO neutron.services.segments.plugin [-] Segment f5e84178-bb78-4376-87d3-d76a9e6702cb resource provider aggregate not found 2026-07-21 07:52:55.994 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment f5e84178-bb78-4376-87d3-d76a9e6702cb resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f5e84178-bb78-4376-87d3-d76a9e6702cb found for delete ", "request_id": "req-5336e8b4-95d4-45b3-bfce-6c6c5e8e6517"}]} 2026-07-21 07:52:56.002 8 INFO neutron.db.l3_hamode_db [None req-b2c715f5-5efb-4df5-8f43-b953c42bb1fc c91b302a1f0c4d688f2f771aebbdb373 3ab8b07b6cd247c2a83286280ea0a707 - - default default] HA network 0468d84a-b2e5-4a93-95fe-93582afc6a14 was deleted as no HA routers are present in tenant baed1fcdad1a4e27984be186fe338734. [pid: 8|app: 0|req: 256/538] 10.0.0.32 () {32 vars in 722 bytes} [Tue Jul 21 07:52:55 2026] DELETE /v2.0/routers/0b0b8f2c-709d-45bf-9fb8-5d28bead667a => generated 0 bytes in 888 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-21 07:52:56.018 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment f5e84178-bb78-4376-87d3-d76a9e6702cb resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f5e84178-bb78-4376-87d3-d76a9e6702cb found for delete ", "request_id": "req-0df96d52-fc7c-44eb-a2b3-4c0de4966823"}]} [pid: 7|app: 0|req: 283/539] 10.0.0.32 () {32 vars in 722 bytes} [Tue Jul 21 07:52:56 2026] DELETE /v2.0/subnets/17a22576-2aea-4b6e-a7ee-981dbbc10c8d => generated 0 bytes in 114 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-21 07:52:56.226 7 INFO neutron.services.segments.plugin [-] Segment 675e1f6c-e5b1-4531-a0b4-9710e82514f8 resource provider aggregate not found 2026-07-21 07:52:56.231 7 INFO neutron.services.segments.plugin [-] Segment 675e1f6c-e5b1-4531-a0b4-9710e82514f8 resource provider aggregate not found 2026-07-21 07:52:56.247 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 675e1f6c-e5b1-4531-a0b4-9710e82514f8 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 675e1f6c-e5b1-4531-a0b4-9710e82514f8 found for delete ", "request_id": "req-5a9f0821-6389-4f7a-9cd4-6bdf10ff240a"}]} 2026-07-21 07:52:56.265 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 675e1f6c-e5b1-4531-a0b4-9710e82514f8 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 675e1f6c-e5b1-4531-a0b4-9710e82514f8 found for delete ", "request_id": "req-0e5c6e2e-87ea-4822-aab1-98c730336841"}]} [pid: 7|app: 0|req: 284/540] 10.0.0.32 () {32 vars in 724 bytes} [Tue Jul 21 07:52:56 2026] DELETE /v2.0/networks/2b33eb0f-820d-44a5-8e70-465d7e16957b => generated 0 bytes in 136 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 285/541] 10.0.0.32 () {32 vars in 772 bytes} [Tue Jul 21 07:52:56 2026] GET /v2.0/security-groups?tenant_id=baed1fcdad1a4e27984be186fe338734&name=default => generated 2925 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 286/542] 10.0.0.32 () {32 vars in 738 bytes} [Tue Jul 21 07:52:56 2026] DELETE /v2.0/security-groups/0a26e34f-10b8-475a-a494-6506d1b2db93 => 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: 257/543] 199.19.213.44 () {38 vars in 1026 bytes} [Tue Jul 21 07:52:56 2026] PUT /v2.0/ports/4427e779-12dd-43d1-b5b3-944ff6b96e8b => generated 1239 bytes in 542 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 287/544] 10.0.0.218 () {34 vars in 989 bytes} [Tue Jul 21 07:52:56 2026] GET /v2.0/ports?device_id=bcaade05-cd82-4e70-93ac-0161b55e2b5a => generated 973 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 258/545] 10.0.0.218 () {34 vars in 1039 bytes} [Tue Jul 21 07:52:56 2026] GET /v2.0/security-groups?id=b104aa8a-a96f-47c1-8a69-d344ddc732f0&fields=id&fields=name => generated 114 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-21 07:52:57.250 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-0245652d-c697-437f-b54d-48581cd8a084'] response: {'name': 'network-changed', 'server_uuid': 'bcaade05-cd82-4e70-93ac-0161b55e2b5a', 'tag': '4427e779-12dd-43d1-b5b3-944ff6b96e8b', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 259/546] 199.19.213.44 () {34 vars in 1078 bytes} [Tue Jul 21 07:52:57 2026] GET /v2.0/ports?tenant_id=025df7278c2341959dd3b3d22e3e4e40&device_id=bcaade05-cd82-4e70-93ac-0161b55e2b5a => generated 1242 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 260/547] 199.19.213.44 () {34 vars in 1058 bytes} [Tue Jul 21 07:52:57 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.14&port_id=4427e779-12dd-43d1-b5b3-944ff6b96e8b => generated 19 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 261/548] 199.19.213.44 () {34 vars in 982 bytes} [Tue Jul 21 07:52:57 2026] GET /v2.0/subnets?id=7f7a5e52-e4ae-46be-b873-54c2132017f4 => 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: 288/549] 10.0.0.32 () {32 vars in 772 bytes} [Tue Jul 21 07:52:57 2026] GET /v2.0/security-groups?tenant_id=c53ad61b764840e6a809ec7a6e7b8c80&name=default => generated 2925 bytes in 323 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 262/550] 199.19.213.44 () {34 vars in 1050 bytes} [Tue Jul 21 07:52:57 2026] GET /v2.0/ports?network_id=71906b3b-65f9-4ee3-a2ca-8eb43381ac1b&device_owner=network%3Adhcp => generated 1244 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 263/551] 199.19.213.44 () {34 vars in 1010 bytes} [Tue Jul 21 07:52:57 2026] GET /v2.0/networks/71906b3b-65f9-4ee3-a2ca-8eb43381ac1b?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: 289/552] 10.0.0.32 () {32 vars in 738 bytes} [Tue Jul 21 07:52:57 2026] DELETE /v2.0/security-groups/d2856f1d-9b19-40c7-95c7-f8c14395e014 => generated 0 bytes in 88 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 264/553] 199.19.213.44 () {34 vars in 1110 bytes} [Tue Jul 21 07:52:57 2026] GET /v2.0/networks/71906b3b-65f9-4ee3-a2ca-8eb43381ac1b?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 290/554] 10.0.0.218 () {34 vars in 989 bytes} [Tue Jul 21 07:52:58 2026] GET /v2.0/ports?device_id=bcaade05-cd82-4e70-93ac-0161b55e2b5a => generated 973 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 291/555] 10.0.0.218 () {34 vars in 1039 bytes} [Tue Jul 21 07:52:58 2026] GET /v2.0/security-groups?id=b104aa8a-a96f-47c1-8a69-d344ddc732f0&fields=id&fields=name => generated 114 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 265/556] 10.0.0.32 () {32 vars in 772 bytes} [Tue Jul 21 07:52:58 2026] GET /v2.0/security-groups?tenant_id=4e1e0d51d04540dba6c7e8920991caa4&name=default => generated 2925 bytes in 138 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 292/557] 10.0.0.32 () {32 vars in 738 bytes} [Tue Jul 21 07:52:58 2026] DELETE /v2.0/security-groups/7c30a95b-6e58-4d71-8e18-5fa91cc279ae => generated 0 bytes in 79 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-21 07:52:58.826 8 INFO neutron.db.segments_db [None req-53b58a9a-16a2-477b-bfc2-8e07f56bcb72 c91b302a1f0c4d688f2f771aebbdb373 3ab8b07b6cd247c2a83286280ea0a707 - - default default] Added segment 8d96e23d-b163-4c71-8240-b8fe1a8e26fd of type vxlan for network fa23d121-6740-4c38-9096-a1f40a62d553 [pid: 8|app: 0|req: 266/558] 10.0.0.32 () {34 vars in 669 bytes} [Tue Jul 21 07:52:58 2026] POST /v2.0/networks => generated 748 bytes in 389 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 267/559] 199.19.213.44 () {34 vars in 1078 bytes} [Tue Jul 21 07:52:58 2026] GET /v2.0/ports?tenant_id=025df7278c2341959dd3b3d22e3e4e40&device_id=bcaade05-cd82-4e70-93ac-0161b55e2b5a => generated 1242 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 268/560] 199.19.213.44 () {34 vars in 984 bytes} [Tue Jul 21 07:52:59 2026] GET /v2.0/networks?id=71906b3b-65f9-4ee3-a2ca-8eb43381ac1b => generated 780 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 269/561] 199.19.213.44 () {34 vars in 1058 bytes} [Tue Jul 21 07:52:59 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.14&port_id=4427e779-12dd-43d1-b5b3-944ff6b96e8b => 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: 270/562] 199.19.213.44 () {34 vars in 982 bytes} [Tue Jul 21 07:52:59 2026] GET /v2.0/subnets?id=7f7a5e52-e4ae-46be-b873-54c2132017f4 => generated 702 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 293/563] 10.0.0.32 () {34 vars in 667 bytes} [Tue Jul 21 07:52:58 2026] POST /v2.0/subnets => generated 695 bytes in 258 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 294/564] 199.19.213.44 () {34 vars in 1050 bytes} [Tue Jul 21 07:52:59 2026] GET /v2.0/ports?network_id=71906b3b-65f9-4ee3-a2ca-8eb43381ac1b&device_owner=network%3Adhcp => generated 1244 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 271/565] 10.0.0.218 () {34 vars in 989 bytes} [Tue Jul 21 07:52:59 2026] GET /v2.0/ports?device_id=bcaade05-cd82-4e70-93ac-0161b55e2b5a => generated 973 bytes in 101 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 272/566] 10.0.0.218 () {34 vars in 1039 bytes} [Tue Jul 21 07:52:59 2026] GET /v2.0/security-groups?id=b104aa8a-a96f-47c1-8a69-d344ddc732f0&fields=id&fields=name => generated 114 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-21 07:52:59.301 7 INFO neutron.db.segments_db [None req-4021c53c-3070-4d7a-b258-b8bef0308f42 c91b302a1f0c4d688f2f771aebbdb373 3ab8b07b6cd247c2a83286280ea0a707 - - default default] Added segment 273c1f47-de27-4af0-991c-9f0d474bfd7b of type vxlan for network 8ab4ff71-5122-4cfe-b53a-ae3f24189eac [pid: 8|app: 0|req: 273/567] 199.19.213.44 () {34 vars in 1010 bytes} [Tue Jul 21 07:52:59 2026] GET /v2.0/networks/71906b3b-65f9-4ee3-a2ca-8eb43381ac1b?fields=segments => generated 14 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 274/568] 199.19.213.44 () {34 vars in 1110 bytes} [Tue Jul 21 07:52:59 2026] GET /v2.0/networks/71906b3b-65f9-4ee3-a2ca-8eb43381ac1b?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) 2026-07-21 07:52:59.550 7 INFO neutron.db.l3_hamode_db [None req-4021c53c-3070-4d7a-b258-b8bef0308f42 c91b302a1f0c4d688f2f771aebbdb373 c8db05759b2d4c65b187dc28d1fb82e3 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-21 07:53:00.294 7 INFO neutron.db.l3_hamode_db [None req-4021c53c-3070-4d7a-b258-b8bef0308f42 c91b302a1f0c4d688f2f771aebbdb373 3ab8b07b6cd247c2a83286280ea0a707 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 275/569] 10.0.0.218 () {34 vars in 989 bytes} [Tue Jul 21 07:53:00 2026] GET /v2.0/ports?device_id=bcaade05-cd82-4e70-93ac-0161b55e2b5a => generated 973 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 276/570] 10.0.0.218 () {34 vars in 1039 bytes} [Tue Jul 21 07:53:00 2026] GET /v2.0/security-groups?id=b104aa8a-a96f-47c1-8a69-d344ddc732f0&fields=id&fields=name => generated 114 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 295/571] 10.0.0.32 () {34 vars in 667 bytes} [Tue Jul 21 07:52:59 2026] POST /v2.0/routers => generated 735 bytes in 1997 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 296/572] 10.0.0.32 () {32 vars in 772 bytes} [Tue Jul 21 07:53:01 2026] GET /v2.0/security-groups?tenant_id=87d26b59e648408685250fd0e5c994fe&name=default => generated 2925 bytes in 396 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 297/573] 10.0.0.218 () {34 vars in 989 bytes} [Tue Jul 21 07:53:01 2026] GET /v2.0/ports?device_id=bcaade05-cd82-4e70-93ac-0161b55e2b5a => generated 973 bytes in 97 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 298/574] 10.0.0.32 () {32 vars in 738 bytes} [Tue Jul 21 07:53:01 2026] DELETE /v2.0/security-groups/a1876c04-9ed4-455d-b524-01c1ad0bf192 => 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: 299/575] 10.0.0.218 () {34 vars in 1039 bytes} [Tue Jul 21 07:53:01 2026] GET /v2.0/security-groups?id=b104aa8a-a96f-47c1-8a69-d344ddc732f0&fields=id&fields=name => generated 114 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 300/576] 10.0.0.32 () {32 vars in 772 bytes} [Tue Jul 21 07:53:02 2026] GET /v2.0/security-groups?tenant_id=bcc95cae5ddc4693a0a04d07dba81a23&name=default => generated 2925 bytes in 145 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 301/577] 10.0.0.32 () {32 vars in 738 bytes} [Tue Jul 21 07:53:02 2026] DELETE /v2.0/security-groups/1eaa0659-f883-43fc-a7b0-d8bc152ddcf7 => 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: 277/578] 10.0.0.32 () {34 vars in 781 bytes} [Tue Jul 21 07:53:01 2026] PUT /v2.0/routers/d86fef26-5074-4fe6-94a3-055bedf01e1f/add_router_interface => generated 309 bytes in 1326 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 302/579] 10.0.0.218 () {34 vars in 989 bytes} [Tue Jul 21 07:53:03 2026] GET /v2.0/ports?device_id=bcaade05-cd82-4e70-93ac-0161b55e2b5a => 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: 278/580] 10.0.0.218 () {34 vars in 1039 bytes} [Tue Jul 21 07:53:03 2026] GET /v2.0/security-groups?id=b104aa8a-a96f-47c1-8a69-d344ddc732f0&fields=id&fields=name => generated 114 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 303/581] 10.0.0.32 () {34 vars in 683 bytes} [Tue Jul 21 07:53:03 2026] POST /v2.0/security-groups => generated 1661 bytes in 132 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 279/582] 10.0.0.32 () {34 vars in 693 bytes} [Tue Jul 21 07:53:03 2026] POST /v2.0/security-group-rules => generated 597 bytes in 121 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 304/583] 10.0.0.32 () {34 vars in 693 bytes} [Tue Jul 21 07:53:03 2026] POST /v2.0/security-group-rules => generated 602 bytes in 112 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 305/584] 10.0.0.32 () {32 vars in 772 bytes} [Tue Jul 21 07:53:03 2026] GET /v2.0/security-groups?tenant_id=5b8ea554210c4cd58e9f6ef280657293&name=default => generated 2925 bytes in 259 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 306/585] 10.0.0.32 () {32 vars in 738 bytes} [Tue Jul 21 07:53:03 2026] DELETE /v2.0/security-groups/db51d700-9844-4346-84c0-ccfa2f02e126 => 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: 280/586] 10.0.0.32 () {34 vars in 674 bytes} [Tue Jul 21 07:53:03 2026] POST /v2.0/floatingips => generated 552 bytes in 512 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 307/587] 10.0.0.218 () {34 vars in 989 bytes} [Tue Jul 21 07:53:04 2026] GET /v2.0/ports?device_id=bcaade05-cd82-4e70-93ac-0161b55e2b5a => generated 973 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 281/588] 10.0.0.218 () {34 vars in 1039 bytes} [Tue Jul 21 07:53:04 2026] GET /v2.0/security-groups?id=b104aa8a-a96f-47c1-8a69-d344ddc732f0&fields=id&fields=name => generated 114 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 308/589] 10.0.0.218 () {34 vars in 989 bytes} [Tue Jul 21 07:53:05 2026] GET /v2.0/ports?device_id=bcaade05-cd82-4e70-93ac-0161b55e2b5a => generated 975 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 282/590] 10.0.0.218 () {34 vars in 1039 bytes} [Tue Jul 21 07:53:05 2026] GET /v2.0/security-groups?id=b104aa8a-a96f-47c1-8a69-d344ddc732f0&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: 310/593] 10.0.0.32 () {32 vars in 772 bytes} [Tue Jul 21 07:53:06 2026] GET /v2.0/security-groups?tenant_id=482ad25396eb4eda96c81631247da003&name=default => generated 2925 bytes in 278 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 284/594] 10.0.0.32 () {32 vars in 772 bytes} [Tue Jul 21 07:53:06 2026] GET /v2.0/security-groups?tenant_id=c4454d798a08461fb2ef985a50e77be8&name=default => generated 2925 bytes in 315 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 311/595] 10.0.0.218 () {34 vars in 989 bytes} [Tue Jul 21 07:53:06 2026] GET /v2.0/ports?device_id=bcaade05-cd82-4e70-93ac-0161b55e2b5a => generated 975 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 285/596] 10.0.0.32 () {32 vars in 738 bytes} [Tue Jul 21 07:53:06 2026] DELETE /v2.0/security-groups/935f967c-ac0a-4909-9d48-192f8ea23106 => 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: 286/597] 10.0.0.218 () {34 vars in 1039 bytes} [Tue Jul 21 07:53:06 2026] GET /v2.0/security-groups?id=b104aa8a-a96f-47c1-8a69-d344ddc732f0&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: 312/598] 10.0.0.32 () {32 vars in 738 bytes} [Tue Jul 21 07:53:06 2026] DELETE /v2.0/security-groups/1d7507b7-0e76-4f5e-8129-9d64e53b83f7 => generated 0 bytes in 99 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 287/599] 10.0.0.218 () {34 vars in 989 bytes} [Tue Jul 21 07:53:07 2026] GET /v2.0/ports?device_id=bcaade05-cd82-4e70-93ac-0161b55e2b5a => generated 975 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 313/600] 10.0.0.32 () {32 vars in 772 bytes} [Tue Jul 21 07:53:07 2026] GET /v2.0/security-groups?tenant_id=24d5ab6d110e4b41b74feb156eca54e2&name=default => generated 2925 bytes in 108 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 314/601] 10.0.0.32 () {32 vars in 738 bytes} [Tue Jul 21 07:53:07 2026] DELETE /v2.0/security-groups/74cf7a38-03c2-4efb-bd58-1e0ec19e89a8 => generated 0 bytes in 115 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-21 07:53:08.088 8 INFO neutron.db.l3_db [None req-19f0458f-f243-47ff-b73a-c48809df9091 088b5b14400f4f38938bd1fd59046761 025df7278c2341959dd3b3d22e3e4e40 - - default default] Floating IP 7740940b-e9dc-4d22-8fb8-e4ef9112dcae associated. External IP: 10.96.250.216, port: 4427e779-12dd-43d1-b5b3-944ff6b96e8b. [pid: 8|app: 0|req: 288/602] 10.0.0.32 () {34 vars in 747 bytes} [Tue Jul 21 07:53:07 2026] PUT /v2.0/floatingips/7740940b-e9dc-4d22-8fb8-e4ef9112dcae => generated 856 bytes in 1241 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-21 07:53:08.443 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-03235ba4-253a-4975-97d2-d26d940c3fab'] response: {'name': 'network-changed', 'server_uuid': 'bcaade05-cd82-4e70-93ac-0161b55e2b5a', 'tag': '4427e779-12dd-43d1-b5b3-944ff6b96e8b', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 315/603] 10.0.0.218 () {34 vars in 989 bytes} [Tue Jul 21 07:53:08 2026] GET /v2.0/ports?device_id=bcaade05-cd82-4e70-93ac-0161b55e2b5a => generated 975 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 289/604] 10.0.0.218 () {34 vars in 1039 bytes} [Tue Jul 21 07:53:08 2026] GET /v2.0/security-groups?id=b104aa8a-a96f-47c1-8a69-d344ddc732f0&fields=id&fields=name => generated 114 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 316/605] 10.0.0.218 () {34 vars in 1099 bytes} [Tue Jul 21 07:53:08 2026] GET /v2.0/security-groups?name=tempest-securitygroup--1117028956&fields=id&tenant_id=c8db05759b2d4c65b187dc28d1fb82e3 => generated 69 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 290/606] 199.19.213.44 () {34 vars in 1078 bytes} [Tue Jul 21 07:53:08 2026] GET /v2.0/ports?tenant_id=025df7278c2341959dd3b3d22e3e4e40&device_id=bcaade05-cd82-4e70-93ac-0161b55e2b5a => generated 1244 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 317/607] 10.0.0.218 () {34 vars in 981 bytes} [Tue Jul 21 07:53:08 2026] GET /v2.0/networks?id=fa23d121-6740-4c38-9096-a1f40a62d553 => generated 680 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 318/608] 10.0.0.218 () {34 vars in 964 bytes} [Tue Jul 21 07:53:09 2026] GET /v2.0/quotas/c8db05759b2d4c65b187dc28d1fb82e3 => generated 292 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 291/609] 199.19.213.44 () {34 vars in 984 bytes} [Tue Jul 21 07:53:09 2026] GET /v2.0/networks?id=71906b3b-65f9-4ee3-a2ca-8eb43381ac1b => generated 780 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 319/610] 10.0.0.218 () {34 vars in 1001 bytes} [Tue Jul 21 07:53:09 2026] GET /v2.0/ports?tenant_id=c8db05759b2d4c65b187dc28d1fb82e3&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: 320/611] 199.19.213.44 () {34 vars in 1058 bytes} [Tue Jul 21 07:53:09 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.14&port_id=4427e779-12dd-43d1-b5b3-944ff6b96e8b => generated 859 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-21 07:53:09.497 7 INFO neutron.db.segments_db [None req-58d9353f-0c09-4605-8089-83a7a941ccf2 ff155e77c7dc4ad88cdec8d7dc22e27b 762186671bb046949298b1d496693547 - - default default] Added segment bd41ceb8-b57c-4863-9099-dc2e2ffe6186 of type vxlan for network d478ea15-af1f-41bc-a330-f94a2f1bc9e7 2026-07-21 07:53:09.555 8 INFO neutron.db.segments_db [None req-989f784c-ae57-412a-95e1-123378af06c1 56ed0018bff84eb0a81fc17ad9580acc dbb9ab54b9784444a97638c83f748278 - - default default] Added segment fa9f4d8e-509d-43d7-835d-60aaa067c2b7 of type vxlan for network c361412b-e7af-4c6a-be39-ea5380da6ed0 [pid: 7|app: 0|req: 321/612] 10.0.0.32 () {34 vars in 668 bytes} [Tue Jul 21 07:53:09 2026] POST /v2.0/networks => generated 648 bytes in 390 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 322/613] 199.19.213.44 () {34 vars in 982 bytes} [Tue Jul 21 07:53:09 2026] GET /v2.0/subnets?id=7f7a5e52-e4ae-46be-b873-54c2132017f4 => generated 702 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 292/614] 10.0.0.32 () {34 vars in 668 bytes} [Tue Jul 21 07:53:09 2026] POST /v2.0/networks => generated 648 bytes in 581 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 323/615] 10.0.0.218 () {34 vars in 906 bytes} [Tue Jul 21 07:53:09 2026] GET /v2.0/extensions => generated 21537 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 324/616] 199.19.213.44 () {34 vars in 1050 bytes} [Tue Jul 21 07:53:09 2026] GET /v2.0/ports?network_id=71906b3b-65f9-4ee3-a2ca-8eb43381ac1b&device_owner=network%3Adhcp => generated 1244 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 293/617] 10.0.0.32 () {34 vars in 667 bytes} [Tue Jul 21 07:53:09 2026] POST /v2.0/subnets => generated 627 bytes in 250 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 294/618] 10.0.0.218 () {34 vars in 1007 bytes} [Tue Jul 21 07:53:09 2026] GET /v2.0/networks/fa23d121-6740-4c38-9096-a1f40a62d553?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: 325/619] 10.0.0.32 () {34 vars in 663 bytes} [Tue Jul 21 07:53:09 2026] POST /v2.0/ports => generated 779 bytes in 261 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 295/620] 199.19.213.44 () {34 vars in 1010 bytes} [Tue Jul 21 07:53:09 2026] GET /v2.0/networks/71906b3b-65f9-4ee3-a2ca-8eb43381ac1b?fields=segments => generated 14 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-21 07:53:10.028 7 INFO neutron.db.segments_db [None req-39fd4da0-1468-4968-bdce-7bceda65cc5d ff155e77c7dc4ad88cdec8d7dc22e27b 762186671bb046949298b1d496693547 - - default default] Added segment ecce5f68-5d36-421e-b983-e869be97ab59 of type vxlan for network 1bd92b29-d7e9-41a3-ada1-0c5c6eb9d6b3 [pid: 8|app: 0|req: 296/621] 10.0.0.218 () {34 vars in 1107 bytes} [Tue Jul 21 07:53:10 2026] GET /v2.0/networks/fa23d121-6740-4c38-9096-a1f40a62d553?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) 2026-07-21 07:53:10.093 8 INFO neutron.db.segments_db [None req-f8bceb1d-bca4-43f4-a90c-1a6d3f86e908 56ed0018bff84eb0a81fc17ad9580acc dbb9ab54b9784444a97638c83f748278 - - default default] Added segment 8a590382-d71a-4438-9670-b73bcb5ab613 of type vxlan for network 714ed4e6-459a-49e4-8b9e-a92172989a7e [pid: 8|app: 0|req: 297/622] 10.0.0.32 () {34 vars in 668 bytes} [Tue Jul 21 07:53:10 2026] POST /v2.0/networks => generated 636 bytes in 135 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 298/623] 199.19.213.44 () {34 vars in 1110 bytes} [Tue Jul 21 07:53:10 2026] GET /v2.0/networks/71906b3b-65f9-4ee3-a2ca-8eb43381ac1b?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) 2026-07-21 07:53:10.285 7 INFO neutron.db.l3_hamode_db [None req-39fd4da0-1468-4968-bdce-7bceda65cc5d ff155e77c7dc4ad88cdec8d7dc22e27b 762186671bb046949298b1d496693547 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 299/624] 10.0.0.32 () {34 vars in 667 bytes} [Tue Jul 21 07:53:10 2026] POST /v2.0/subnets => generated 646 bytes in 305 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 300/625] 10.0.0.218 () {34 vars in 989 bytes} [Tue Jul 21 07:53:10 2026] GET /v2.0/ports?device_id=3f4bc9e7-c4ea-4a47-ba87-816e871dc39d => 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: 301/626] 10.0.0.32 () {34 vars in 663 bytes} [Tue Jul 21 07:53:10 2026] POST /v2.0/ports => generated 966 bytes in 322 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-21 07:53:11.073 8 INFO neutron_taas.services.taas.taas_plugin [None req-95a0c4ad-5cd2-4084-97cf-e50e88a913d8 56ed0018bff84eb0a81fc17ad9580acc dbb9ab54b9784444a97638c83f748278 - - default default] TaaS: Handle Delete Port: dbbf1f0e-31c8-440a-b1f7-282c9134debd 2026-07-21 07:53:11.079 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-95a0c4ad-5cd2-4084-97cf-e50e88a913d8 56ed0018bff84eb0a81fc17ad9580acc dbb9ab54b9784444a97638c83f748278 - - default default] Tap Mirror: Handle Delete Port: dbbf1f0e-31c8-440a-b1f7-282c9134debd [pid: 8|app: 0|req: 302/627] 10.0.0.32 () {32 vars in 718 bytes} [Tue Jul 21 07:53:10 2026] DELETE /v2.0/ports/dbbf1f0e-31c8-440a-b1f7-282c9134debd => generated 0 bytes in 332 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-21 07:53:11.249 8 INFO neutron.pecan_wsgi.hooks.translation [None req-f018fa1e-c24b-4c1e-87f6-7f149d0a7be1 56ed0018bff84eb0a81fc17ad9580acc dbb9ab54b9784444a97638c83f748278 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 303/628] 10.0.0.32 () {32 vars in 718 bytes} [Tue Jul 21 07:53:11 2026] DELETE /v2.0/ports/dbbf1f0e-31c8-440a-b1f7-282c9134debd => generated 132 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-21 07:53:11.273 8 INFO neutron.pecan_wsgi.hooks.translation [None req-30412feb-04df-4380-b20d-c83fc3f789d7 56ed0018bff84eb0a81fc17ad9580acc dbb9ab54b9784444a97638c83f748278 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 304/629] 10.0.0.32 () {32 vars in 715 bytes} [Tue Jul 21 07:53:11 2026] GET /v2.0/ports/dbbf1f0e-31c8-440a-b1f7-282c9134debd => 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: 305/630] 10.0.0.32 () {32 vars in 722 bytes} [Tue Jul 21 07:53:11 2026] DELETE /v2.0/subnets/1e247aca-231c-49c1-852f-fcf56559d55d => generated 0 bytes in 170 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-21 07:53:11.496 7 INFO neutron.db.l3_hamode_db [None req-39fd4da0-1468-4968-bdce-7bceda65cc5d ff155e77c7dc4ad88cdec8d7dc22e27b 762186671bb046949298b1d496693547 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-21 07:53:11.624 8 INFO neutron.services.segments.plugin [-] Segment 8a590382-d71a-4438-9670-b73bcb5ab613 resource provider aggregate not found 2026-07-21 07:53:11.649 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 8a590382-d71a-4438-9670-b73bcb5ab613 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8a590382-d71a-4438-9670-b73bcb5ab613 found for delete ", "request_id": "req-8d5cdd58-f7ca-40b4-b3ab-ff95e909d4c9"}]} 2026-07-21 07:53:11.650 8 INFO neutron.services.segments.plugin [-] Segment 8a590382-d71a-4438-9670-b73bcb5ab613 resource provider aggregate not found [pid: 8|app: 0|req: 306/631] 10.0.0.32 () {32 vars in 724 bytes} [Tue Jul 21 07:53:11 2026] DELETE /v2.0/networks/714ed4e6-459a-49e4-8b9e-a92172989a7e => generated 0 bytes in 214 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-21 07:53:11.678 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 8a590382-d71a-4438-9670-b73bcb5ab613 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8a590382-d71a-4438-9670-b73bcb5ab613 found for delete ", "request_id": "req-82da7d59-f039-49cd-af49-e05b1612ca21"}]} [pid: 8|app: 0|req: 307/632] 10.0.0.218 () {34 vars in 989 bytes} [Tue Jul 21 07:53:11 2026] GET /v2.0/ports?device_id=3f4bc9e7-c4ea-4a47-ba87-816e871dc39d => generated 12 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-21 07:53:11.754 8 INFO neutron.db.segments_db [None req-6d1f75f0-b4f3-4c6b-9c6b-6df38cebc900 56ed0018bff84eb0a81fc17ad9580acc dbb9ab54b9784444a97638c83f748278 - - default default] Added segment b80391f9-3280-410f-8c2f-5924418aa1a3 of type vxlan for network 81d65237-9353-476b-a796-ad20b65b7670 [pid: 8|app: 0|req: 308/633] 10.0.0.32 () {34 vars in 668 bytes} [Tue Jul 21 07:53:11 2026] POST /v2.0/networks => generated 635 bytes in 167 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 309/634] 10.0.0.32 () {34 vars in 667 bytes} [Tue Jul 21 07:53:11 2026] POST /v2.0/subnets => generated 646 bytes in 313 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 310/635] 10.0.0.32 () {34 vars in 663 bytes} [Tue Jul 21 07:53:12 2026] POST /v2.0/ports => generated 928 bytes in 300 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 326/636] 10.0.0.32 () {34 vars in 667 bytes} [Tue Jul 21 07:53:09 2026] POST /v2.0/routers => generated 693 bytes in 2566 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-21 07:53:12.606 8 INFO neutron_taas.services.taas.taas_plugin [None req-3c121e7b-a98c-4c67-9c0b-49ece43b804a 56ed0018bff84eb0a81fc17ad9580acc dbb9ab54b9784444a97638c83f748278 - - default default] TaaS: Handle Delete Port: 7928d0a9-1cb9-4c0d-bc70-255d662aa878 2026-07-21 07:53:12.610 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3c121e7b-a98c-4c67-9c0b-49ece43b804a 56ed0018bff84eb0a81fc17ad9580acc dbb9ab54b9784444a97638c83f748278 - - default default] Tap Mirror: Handle Delete Port: 7928d0a9-1cb9-4c0d-bc70-255d662aa878 [pid: 8|app: 0|req: 311/637] 10.0.0.32 () {32 vars in 718 bytes} [Tue Jul 21 07:53:12 2026] DELETE /v2.0/ports/7928d0a9-1cb9-4c0d-bc70-255d662aa878 => generated 0 bytes in 234 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-21 07:53:12.741 8 INFO neutron.pecan_wsgi.hooks.translation [None req-73f2f8d9-cb31-41f9-a8a6-a8f9f565cbb7 56ed0018bff84eb0a81fc17ad9580acc dbb9ab54b9784444a97638c83f748278 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 312/638] 10.0.0.32 () {32 vars in 715 bytes} [Tue Jul 21 07:53:12 2026] GET /v2.0/ports/7928d0a9-1cb9-4c0d-bc70-255d662aa878 => 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: 313/639] 10.0.0.32 () {32 vars in 722 bytes} [Tue Jul 21 07:53:12 2026] DELETE /v2.0/subnets/238ebdfe-16c5-497c-9779-a913372b68d7 => generated 0 bytes in 156 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 314/640] 10.0.0.218 () {34 vars in 989 bytes} [Tue Jul 21 07:53:12 2026] GET /v2.0/ports?device_id=3f4bc9e7-c4ea-4a47-ba87-816e871dc39d => 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: 315/641] 10.0.0.32 () {32 vars in 724 bytes} [Tue Jul 21 07:53:12 2026] DELETE /v2.0/networks/81d65237-9353-476b-a796-ad20b65b7670 => generated 0 bytes in 112 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 316/642] 10.0.0.32 () {34 vars in 663 bytes} [Tue Jul 21 07:53:13 2026] POST /v2.0/ports => generated 778 bytes in 234 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: 317/643] 10.0.0.32 () {34 vars in 735 bytes} [Tue Jul 21 07:53:13 2026] PUT /v2.0/ports/8952ed4a-5d70-4013-8d5a-b2e55d22fc61 => generated 752 bytes in 143 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-21 07:53:13.527 8 INFO neutron_taas.services.taas.taas_plugin [None req-848eef4a-f669-4822-8a1d-8a4009c30807 56ed0018bff84eb0a81fc17ad9580acc dbb9ab54b9784444a97638c83f748278 - - default default] TaaS: Handle Delete Port: 8952ed4a-5d70-4013-8d5a-b2e55d22fc61 2026-07-21 07:53:13.530 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-848eef4a-f669-4822-8a1d-8a4009c30807 56ed0018bff84eb0a81fc17ad9580acc dbb9ab54b9784444a97638c83f748278 - - default default] Tap Mirror: Handle Delete Port: 8952ed4a-5d70-4013-8d5a-b2e55d22fc61 [pid: 8|app: 0|req: 318/644] 10.0.0.32 () {32 vars in 718 bytes} [Tue Jul 21 07:53:13 2026] DELETE /v2.0/ports/8952ed4a-5d70-4013-8d5a-b2e55d22fc61 => generated 0 bytes in 189 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 319/645] 10.0.0.32 () {32 vars in 641 bytes} [Tue Jul 21 07:53:13 2026] GET /v2.0/ports => generated 782 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-21 07:53:13.696 8 INFO neutron.services.segments.plugin [-] Segment b80391f9-3280-410f-8c2f-5924418aa1a3 resource provider aggregate not found 2026-07-21 07:53:13.700 8 INFO neutron.services.segments.plugin [-] Segment b80391f9-3280-410f-8c2f-5924418aa1a3 resource provider aggregate not found 2026-07-21 07:53:13.717 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment b80391f9-3280-410f-8c2f-5924418aa1a3 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b80391f9-3280-410f-8c2f-5924418aa1a3 found for delete ", "request_id": "req-d19c0be1-1ea2-4d7f-a253-5025ee94cca2"}]} 2026-07-21 07:53:13.725 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment b80391f9-3280-410f-8c2f-5924418aa1a3 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b80391f9-3280-410f-8c2f-5924418aa1a3 found for delete ", "request_id": "req-51266567-95eb-4db0-a297-26d3cdb8d7e2"}]} 2026-07-21 07:53:13.732 8 INFO neutron.pecan_wsgi.hooks.translation [None req-c370a15c-07d5-4706-b232-cc92b86572d4 56ed0018bff84eb0a81fc17ad9580acc dbb9ab54b9784444a97638c83f748278 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 320/646] 10.0.0.32 () {32 vars in 715 bytes} [Tue Jul 21 07:53:13 2026] GET /v2.0/ports/8952ed4a-5d70-4013-8d5a-b2e55d22fc61 => generated 132 bytes in 36 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 321/647] 10.0.0.32 () {32 vars in 641 bytes} [Tue Jul 21 07:53:13 2026] GET /v2.0/ports => generated 782 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 322/648] 10.0.0.32 () {32 vars in 715 bytes} [Tue Jul 21 07:53:13 2026] GET /v2.0/ports/097ddb8b-12fe-420e-a4e1-e1fc0671ee06 => generated 779 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-21 07:53:13.852 8 INFO neutron.pecan_wsgi.hooks.translation [None req-4c15cceb-5688-403e-ac96-711d0f888c12 56ed0018bff84eb0a81fc17ad9580acc dbb9ab54b9784444a97638c83f748278 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 323/649] 10.0.0.32 () {32 vars in 718 bytes} [Tue Jul 21 07:53:13 2026] DELETE /v2.0/ports/7928d0a9-1cb9-4c0d-bc70-255d662aa878 => generated 132 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-21 07:53:13.873 8 INFO neutron.pecan_wsgi.hooks.translation [None req-cd15718b-0541-4d94-91dc-73ffc4bc69fe 56ed0018bff84eb0a81fc17ad9580acc dbb9ab54b9784444a97638c83f748278 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 324/650] 10.0.0.32 () {32 vars in 722 bytes} [Tue Jul 21 07:53:13 2026] DELETE /v2.0/subnets/238ebdfe-16c5-497c-9779-a913372b68d7 => 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: 327/651] 10.0.0.32 () {34 vars in 781 bytes} [Tue Jul 21 07:53:12 2026] PUT /v2.0/routers/89bd688d-4c00-41b3-8e49-637f86fba38f/add_router_interface => generated 309 bytes in 1329 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-21 07:53:13.901 8 INFO neutron.pecan_wsgi.hooks.translation [None req-858328ea-8dc8-4808-b952-f5e31e475bff 56ed0018bff84eb0a81fc17ad9580acc dbb9ab54b9784444a97638c83f748278 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 325/652] 10.0.0.32 () {32 vars in 722 bytes} [Tue Jul 21 07:53:13 2026] DELETE /v2.0/subnets/1e247aca-231c-49c1-852f-fcf56559d55d => generated 136 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-21 07:53:14.024 8 INFO neutron_taas.services.taas.taas_plugin [None req-0c7e799d-0a8a-455b-9ae1-94dc8c0f0491 56ed0018bff84eb0a81fc17ad9580acc dbb9ab54b9784444a97638c83f748278 - - default default] TaaS: Handle Delete Port: 097ddb8b-12fe-420e-a4e1-e1fc0671ee06 2026-07-21 07:53:14.027 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0c7e799d-0a8a-455b-9ae1-94dc8c0f0491 56ed0018bff84eb0a81fc17ad9580acc dbb9ab54b9784444a97638c83f748278 - - default default] Tap Mirror: Handle Delete Port: 097ddb8b-12fe-420e-a4e1-e1fc0671ee06 [pid: 8|app: 0|req: 326/653] 10.0.0.32 () {32 vars in 718 bytes} [Tue Jul 21 07:53:13 2026] DELETE /v2.0/ports/097ddb8b-12fe-420e-a4e1-e1fc0671ee06 => generated 0 bytes in 244 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 327/654] 10.0.0.218 () {34 vars in 989 bytes} [Tue Jul 21 07:53:14 2026] GET /v2.0/ports?device_id=3f4bc9e7-c4ea-4a47-ba87-816e871dc39d => generated 12 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 328/655] 10.0.0.32 () {32 vars in 724 bytes} [Tue Jul 21 07:53:14 2026] DELETE /v2.0/networks/c361412b-e7af-4c6a-be39-ea5380da6ed0 => generated 0 bytes in 156 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 328/656] 10.0.0.32 () {34 vars in 663 bytes} [Tue Jul 21 07:53:13 2026] POST /v2.0/ports => generated 958 bytes in 460 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 329/657] 10.0.0.32 () {34 vars in 663 bytes} [Tue Jul 21 07:53:14 2026] POST /v2.0/ports => generated 959 bytes in 391 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, ' /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 330/658] 10.0.0.32 () {32 vars in 772 bytes} [Tue Jul 21 07:53:14 2026] GET /v2.0/security-groups?tenant_id=dbb9ab54b9784444a97638c83f748278&name=default => generated 2925 bytes in 153 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 331/659] 199.19.213.44 () {34 vars in 984 bytes} [Tue Jul 21 07:53:15 2026] GET /v2.0/networks?id=fa23d121-6740-4c38-9096-a1f40a62d553 => generated 680 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 332/660] 10.0.0.32 () {32 vars in 738 bytes} [Tue Jul 21 07:53:15 2026] DELETE /v2.0/security-groups/9d5263d1-7212-43c1-a5d1-5218991937bd => 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: 333/661] 199.19.213.44 () {34 vars in 1048 bytes} [Tue Jul 21 07:53:15 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=c8db05759b2d4c65b187dc28d1fb82e3 => generated 181 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 334/662] 10.0.0.218 () {34 vars in 989 bytes} [Tue Jul 21 07:53:15 2026] GET /v2.0/ports?device_id=3f4bc9e7-c4ea-4a47-ba87-816e871dc39d => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-21 07:53:15.557 7 INFO neutron.db.l3_db [None req-340181a4-b3d8-4ae3-9fa6-b4e1d76317a5 ff155e77c7dc4ad88cdec8d7dc22e27b 762186671bb046949298b1d496693547 - - default default] Floating IP 16953122-ab55-45a6-895a-0a4795e7d56f associated. External IP: 10.96.250.218, port: b59e6949-f6c6-46c5-995f-778f51293838. [pid: 8|app: 0|req: 335/663] 199.19.213.44 () {38 vars in 953 bytes} [Tue Jul 21 07:53:15 2026] POST /v2.0/ports => generated 954 bytes in 404 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-21 07:53:15.756 8 INFO neutron.services.segments.plugin [-] Segment fa9f4d8e-509d-43d7-835d-60aaa067c2b7 resource provider aggregate not found 2026-07-21 07:53:15.759 8 INFO neutron.services.segments.plugin [-] Segment fa9f4d8e-509d-43d7-835d-60aaa067c2b7 resource provider aggregate not found 2026-07-21 07:53:15.782 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment fa9f4d8e-509d-43d7-835d-60aaa067c2b7 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fa9f4d8e-509d-43d7-835d-60aaa067c2b7 found for delete ", "request_id": "req-37ad7799-1e4b-4383-881c-d494d304cfd0"}]} 2026-07-21 07:53:15.782 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment fa9f4d8e-509d-43d7-835d-60aaa067c2b7 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fa9f4d8e-509d-43d7-835d-60aaa067c2b7 found for delete ", "request_id": "req-c4ed7003-90cc-4200-9b62-49fdbf20a7d0"}]} [pid: 7|app: 0|req: 329/664] 10.0.0.32 () {34 vars in 675 bytes} [Tue Jul 21 07:53:14 2026] POST /v2.0/floatingips => generated 843 bytes in 1112 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-21 07:53:16.000 7 INFO neutron.db.l3_db [None req-4fbf1563-44c4-43b8-942d-8976882a6e1f ff155e77c7dc4ad88cdec8d7dc22e27b 762186671bb046949298b1d496693547 - - default default] Floating IP 16953122-ab55-45a6-895a-0a4795e7d56f disassociated. External IP: 10.96.250.218, port: b59e6949-f6c6-46c5-995f-778f51293838. [pid: 8|app: 0|req: 336/665] 199.19.213.44 () {38 vars in 1026 bytes} [Tue Jul 21 07:53:15 2026] PUT /v2.0/ports/d61299c5-10d5-4a2c-b80d-4030910c5c6c => generated 1235 bytes in 475 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-21 07:53:16.199 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-0c8c584e-3aaf-4af6-9d2d-0aa06ec1b62a'] response: {'name': 'network-changed', 'server_uuid': '3f4bc9e7-c4ea-4a47-ba87-816e871dc39d', 'tag': 'd61299c5-10d5-4a2c-b80d-4030910c5c6c', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 330/666] 10.0.0.32 () {34 vars in 747 bytes} [Tue Jul 21 07:53:15 2026] PUT /v2.0/floatingips/16953122-ab55-45a6-895a-0a4795e7d56f => generated 552 bytes in 419 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: 331/667] 10.0.0.218 () {34 vars in 989 bytes} [Tue Jul 21 07:53:16 2026] GET /v2.0/ports?device_id=3f4bc9e7-c4ea-4a47-ba87-816e871dc39d => generated 969 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-21 07:53:16.403 8 INFO neutron_taas.services.taas.taas_plugin [None req-820fc6e6-303b-4ec4-bbc2-ec590d363e5d ff155e77c7dc4ad88cdec8d7dc22e27b 762186671bb046949298b1d496693547 - - default default] TaaS: Handle Delete Port: bc624388-3ec9-472e-9f86-29d6329f38a3 2026-07-21 07:53:16.414 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-820fc6e6-303b-4ec4-bbc2-ec590d363e5d ff155e77c7dc4ad88cdec8d7dc22e27b 762186671bb046949298b1d496693547 - - default default] Tap Mirror: Handle Delete Port: bc624388-3ec9-472e-9f86-29d6329f38a3 [pid: 7|app: 0|req: 332/668] 10.0.0.218 () {34 vars in 1039 bytes} [Tue Jul 21 07:53:16 2026] GET /v2.0/security-groups?id=fd2ed210-6f4e-481e-ae53-683a725bbb26&fields=id&fields=name => generated 114 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 337/669] 10.0.0.32 () {32 vars in 730 bytes} [Tue Jul 21 07:53:16 2026] DELETE /v2.0/floatingips/16953122-ab55-45a6-895a-0a4795e7d56f => generated 0 bytes in 309 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 338/670] 199.19.213.44 () {34 vars in 1078 bytes} [Tue Jul 21 07:53:16 2026] GET /v2.0/ports?tenant_id=c8db05759b2d4c65b187dc28d1fb82e3&device_id=3f4bc9e7-c4ea-4a47-ba87-816e871dc39d => generated 1238 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 339/671] 199.19.213.44 () {34 vars in 1016 bytes} [Tue Jul 21 07:53:16 2026] GET /v2.0/networks?tenant_id=c8db05759b2d4c65b187dc28d1fb82e3&shared=False => generated 776 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 340/672] 199.19.213.44 () {34 vars in 928 bytes} [Tue Jul 21 07:53:16 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-21 07:53:17.319 7 INFO neutron.db.l3_db [None req-b49794da-a12b-48b5-a71f-2bf3f12daa3e ff155e77c7dc4ad88cdec8d7dc22e27b 762186671bb046949298b1d496693547 - - default default] Floating IP 2f952672-922a-43eb-8f99-f6ccfc0b249d associated. External IP: 10.96.250.213, port: 23eef034-317a-482c-8907-b6ed0b8ef5d0. [pid: 8|app: 0|req: 341/673] 10.0.0.32 () {34 vars in 682 bytes} [Tue Jul 21 07:53:17 2026] POST /v2.0/security-groups => generated 1625 bytes in 319 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 342/674] 10.0.0.32 () {32 vars in 661 bytes} [Tue Jul 21 07:53:17 2026] GET /v2.0/security-groups => generated 4530 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 343/675] 10.0.0.32 () {34 vars in 756 bytes} [Tue Jul 21 07:53:17 2026] PUT /v2.0/security-groups/9f9c650b-37c3-4887-b6f0-833582b2394d => generated 1662 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 344/676] 10.0.0.218 () {34 vars in 989 bytes} [Tue Jul 21 07:53:17 2026] GET /v2.0/ports?device_id=3f4bc9e7-c4ea-4a47-ba87-816e871dc39d => generated 969 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 345/677] 10.0.0.32 () {32 vars in 735 bytes} [Tue Jul 21 07:53:17 2026] GET /v2.0/security-groups/9f9c650b-37c3-4887-b6f0-833582b2394d => generated 1662 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 346/678] 10.0.0.218 () {34 vars in 1039 bytes} [Tue Jul 21 07:53:17 2026] GET /v2.0/security-groups?id=fd2ed210-6f4e-481e-ae53-683a725bbb26&fields=id&fields=name => generated 114 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 333/679] 10.0.0.32 () {34 vars in 675 bytes} [Tue Jul 21 07:53:16 2026] POST /v2.0/floatingips => generated 842 bytes in 1061 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 334/680] 10.0.0.32 () {32 vars in 727 bytes} [Tue Jul 21 07:53:17 2026] GET /v2.0/floatingips/2f952672-922a-43eb-8f99-f6ccfc0b249d => generated 842 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 347/681] 10.0.0.32 () {32 vars in 738 bytes} [Tue Jul 21 07:53:17 2026] DELETE /v2.0/security-groups/9f9c650b-37c3-4887-b6f0-833582b2394d => 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: 335/682] 10.0.0.32 () {32 vars in 653 bytes} [Tue Jul 21 07:53:17 2026] GET /v2.0/floatingips => generated 845 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 348/683] 10.0.0.32 () {32 vars in 661 bytes} [Tue Jul 21 07:53:17 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-21 07:53:17.802 8 INFO neutron.api.v2.resource [None req-5673bbef-48c7-46c4-93f6-c3692df717c0 af0e7135982945eb8bf87503a352cba4 483bd81f805a40f599b7ab9e87035abe - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 349/684] 10.0.0.32 () {32 vars in 738 bytes} [Tue Jul 21 07:53:17 2026] DELETE /v2.0/security-groups/9f9c650b-37c3-4887-b6f0-833582b2394d => 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: 350/685] 10.0.0.32 () {34 vars in 682 bytes} [Tue Jul 21 07:53:17 2026] POST /v2.0/security-groups => generated 1624 bytes in 124 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 351/686] 199.19.213.44 () {34 vars in 1078 bytes} [Tue Jul 21 07:53:17 2026] GET /v2.0/ports?tenant_id=c8db05759b2d4c65b187dc28d1fb82e3&device_id=3f4bc9e7-c4ea-4a47-ba87-816e871dc39d => 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: 352/687] 10.0.0.32 () {34 vars in 693 bytes} [Tue Jul 21 07:53:17 2026] POST /v2.0/security-group-rules => generated 601 bytes in 133 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 353/688] 199.19.213.44 () {34 vars in 1056 bytes} [Tue Jul 21 07:53:18 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.9&port_id=d61299c5-10d5-4a2c-b80d-4030910c5c6c => 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: 354/689] 10.0.0.32 () {32 vars in 745 bytes} [Tue Jul 21 07:53:18 2026] GET /v2.0/security-group-rules/6377dcb7-e8cf-40d4-bbbb-758c026f724f => generated 601 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 355/690] 199.19.213.44 () {34 vars in 982 bytes} [Tue Jul 21 07:53:18 2026] GET /v2.0/subnets?id=bbfd29d8-1a2c-4ce7-bd53-e8c4213586af => generated 698 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-21 07:53:18.206 7 INFO neutron.db.l3_db [None req-f8314563-ddc9-450c-ad3b-8225e913f37c ff155e77c7dc4ad88cdec8d7dc22e27b 762186671bb046949298b1d496693547 - - default default] Floating IP 2f952672-922a-43eb-8f99-f6ccfc0b249d associated. External IP: 10.96.250.213, port: 23eef034-317a-482c-8907-b6ed0b8ef5d0. [pid: 8|app: 0|req: 356/691] 10.0.0.32 () {32 vars in 671 bytes} [Tue Jul 21 07:53:18 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 111 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 357/692] 199.19.213.44 () {34 vars in 1050 bytes} [Tue Jul 21 07:53:18 2026] GET /v2.0/ports?network_id=fa23d121-6740-4c38-9096-a1f40a62d553&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: 358/693] 10.0.0.32 () {32 vars in 748 bytes} [Tue Jul 21 07:53:18 2026] DELETE /v2.0/security-group-rules/6377dcb7-e8cf-40d4-bbbb-758c026f724f => 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: 359/694] 199.19.213.44 () {34 vars in 1010 bytes} [Tue Jul 21 07:53:18 2026] GET /v2.0/networks/fa23d121-6740-4c38-9096-a1f40a62d553?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: 360/695] 10.0.0.32 () {32 vars in 671 bytes} [Tue Jul 21 07:53:18 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 361/696] 199.19.213.44 () {34 vars in 1110 bytes} [Tue Jul 21 07:53:18 2026] GET /v2.0/networks/fa23d121-6740-4c38-9096-a1f40a62d553?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 362/697] 10.0.0.32 () {34 vars in 693 bytes} [Tue Jul 21 07:53:18 2026] POST /v2.0/security-group-rules => generated 601 bytes in 102 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 363/698] 10.0.0.32 () {32 vars in 745 bytes} [Tue Jul 21 07:53:18 2026] GET /v2.0/security-group-rules/db1f50b4-871d-4bbe-a701-a27ec9cba6c9 => generated 601 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 364/699] 10.0.0.32 () {32 vars in 671 bytes} [Tue Jul 21 07:53:18 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 365/700] 10.0.0.218 () {34 vars in 989 bytes} [Tue Jul 21 07:53:18 2026] GET /v2.0/ports?device_id=3f4bc9e7-c4ea-4a47-ba87-816e871dc39d => generated 969 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 336/701] 10.0.0.32 () {34 vars in 747 bytes} [Tue Jul 21 07:53:17 2026] PUT /v2.0/floatingips/2f952672-922a-43eb-8f99-f6ccfc0b249d => generated 843 bytes in 1041 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 366/702] 10.0.0.32 () {32 vars in 748 bytes} [Tue Jul 21 07:53:18 2026] DELETE /v2.0/security-group-rules/db1f50b4-871d-4bbe-a701-a27ec9cba6c9 => generated 0 bytes in 59 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 337/703] 10.0.0.218 () {34 vars in 1039 bytes} [Tue Jul 21 07:53:18 2026] GET /v2.0/security-groups?id=fd2ed210-6f4e-481e-ae53-683a725bbb26&fields=id&fields=name => generated 114 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 338/704] 10.0.0.32 () {32 vars in 671 bytes} [Tue Jul 21 07:53:18 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-21 07:53:18.950 8 INFO neutron.db.l3_db [None req-147aad6a-07ea-439f-9838-5abbc87068b5 ff155e77c7dc4ad88cdec8d7dc22e27b 762186671bb046949298b1d496693547 - - default default] Floating IP 2f952672-922a-43eb-8f99-f6ccfc0b249d disassociated. External IP: 10.96.250.213, port: b59e6949-f6c6-46c5-995f-778f51293838. 2026-07-21 07:53:18.978 7 INFO neutron.db.securitygroups_db [None req-0f4b6087-fe23-4c13-8bf7-9c88ba0362c2 af0e7135982945eb8bf87503a352cba4 483bd81f805a40f599b7ab9e87035abe - - default default] Project 483bd81f805a40f599b7ab9e87035abe 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: 339/705] 10.0.0.32 () {34 vars in 693 bytes} [Tue Jul 21 07:53:18 2026] POST /v2.0/security-group-rules => generated 607 bytes in 107 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 340/706] 10.0.0.32 () {32 vars in 745 bytes} [Tue Jul 21 07:53:19 2026] GET /v2.0/security-group-rules/42a93fb7-dbb9-4aee-8889-908700df301b => generated 607 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 341/707] 10.0.0.179 () {34 vars in 989 bytes} [Tue Jul 21 07:53:19 2026] GET /v2.0/ports?device_id=bcaade05-cd82-4e70-93ac-0161b55e2b5a => generated 1244 bytes in 122 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 367/708] 10.0.0.32 () {34 vars in 747 bytes} [Tue Jul 21 07:53:18 2026] PUT /v2.0/floatingips/2f952672-922a-43eb-8f99-f6ccfc0b249d => generated 552 bytes in 370 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 368/709] 10.0.0.179 () {34 vars in 1039 bytes} [Tue Jul 21 07:53:19 2026] GET /v2.0/security-groups?id=b104aa8a-a96f-47c1-8a69-d344ddc732f0&fields=id&fields=name => generated 114 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 342/710] 10.0.0.32 () {32 vars in 671 bytes} [Tue Jul 21 07:53:19 2026] GET /v2.0/security-group-rules => generated 4144 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 343/711] 10.0.0.32 () {32 vars in 748 bytes} [Tue Jul 21 07:53:19 2026] DELETE /v2.0/security-group-rules/42a93fb7-dbb9-4aee-8889-908700df301b => generated 0 bytes in 52 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-21 07:53:19.329 8 INFO neutron_taas.services.taas.taas_plugin [None req-3846bc01-0e18-42f6-add9-b89203b96d86 ff155e77c7dc4ad88cdec8d7dc22e27b 762186671bb046949298b1d496693547 - - default default] TaaS: Handle Delete Port: 798028a7-973f-462c-af92-500ea9eef9ad 2026-07-21 07:53:19.332 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3846bc01-0e18-42f6-add9-b89203b96d86 ff155e77c7dc4ad88cdec8d7dc22e27b 762186671bb046949298b1d496693547 - - default default] Tap Mirror: Handle Delete Port: 798028a7-973f-462c-af92-500ea9eef9ad [pid: 7|app: 0|req: 344/712] 10.0.0.32 () {32 vars in 671 bytes} [Tue Jul 21 07:53:19 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: 345/713] 10.0.0.32 () {32 vars in 738 bytes} [Tue Jul 21 07:53:19 2026] DELETE /v2.0/security-groups/0ba3f966-34cf-4541-9c52-7838347aec81 => generated 0 bytes in 61 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 346/714] 10.0.0.32 () {32 vars in 661 bytes} [Tue Jul 21 07:53:19 2026] GET /v2.0/security-groups => generated 2925 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 347/715] 10.0.0.32 () {32 vars in 661 bytes} [Tue Jul 21 07:53:19 2026] GET /v2.0/security-groups => generated 2925 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 369/716] 10.0.0.32 () {32 vars in 730 bytes} [Tue Jul 21 07:53:19 2026] DELETE /v2.0/floatingips/2f952672-922a-43eb-8f99-f6ccfc0b249d => generated 0 bytes in 257 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-21 07:53:19.510 7 INFO neutron.api.v2.resource [None req-c9b586dc-5ced-44af-a62b-ea799295c60b ff155e77c7dc4ad88cdec8d7dc22e27b 762186671bb046949298b1d496693547 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 348/717] 10.0.0.32 () {32 vars in 730 bytes} [Tue Jul 21 07:53:19 2026] DELETE /v2.0/floatingips/2f952672-922a-43eb-8f99-f6ccfc0b249d => generated 144 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-21 07:53:19.684 8 INFO neutron_taas.services.taas.taas_plugin [None req-17497873-dc9b-4895-ab38-a8153abc00c1 ff155e77c7dc4ad88cdec8d7dc22e27b 762186671bb046949298b1d496693547 - - default default] TaaS: Handle Delete Port: b59e6949-f6c6-46c5-995f-778f51293838 2026-07-21 07:53:19.686 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-17497873-dc9b-4895-ab38-a8153abc00c1 ff155e77c7dc4ad88cdec8d7dc22e27b 762186671bb046949298b1d496693547 - - default default] Tap Mirror: Handle Delete Port: b59e6949-f6c6-46c5-995f-778f51293838 [pid: 8|app: 0|req: 370/718] 10.0.0.32 () {32 vars in 718 bytes} [Tue Jul 21 07:53:19 2026] DELETE /v2.0/ports/b59e6949-f6c6-46c5-995f-778f51293838 => generated 0 bytes in 281 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-21 07:53:19.913 7 INFO neutron_taas.services.taas.taas_plugin [None req-1a369d88-8502-4279-b3da-610aa33aa435 ff155e77c7dc4ad88cdec8d7dc22e27b 762186671bb046949298b1d496693547 - - default default] TaaS: Handle Delete Port: 23eef034-317a-482c-8907-b6ed0b8ef5d0 2026-07-21 07:53:19.917 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1a369d88-8502-4279-b3da-610aa33aa435 ff155e77c7dc4ad88cdec8d7dc22e27b 762186671bb046949298b1d496693547 - - default default] Tap Mirror: Handle Delete Port: 23eef034-317a-482c-8907-b6ed0b8ef5d0 [pid: 8|app: 0|req: 371/719] 10.0.0.218 () {34 vars in 989 bytes} [Tue Jul 21 07:53:19 2026] GET /v2.0/ports?device_id=3f4bc9e7-c4ea-4a47-ba87-816e871dc39d => generated 969 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 372/720] 10.0.0.218 () {34 vars in 1039 bytes} [Tue Jul 21 07:53:19 2026] GET /v2.0/security-groups?id=fd2ed210-6f4e-481e-ae53-683a725bbb26&fields=id&fields=name => generated 114 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 349/721] 10.0.0.32 () {32 vars in 718 bytes} [Tue Jul 21 07:53:19 2026] DELETE /v2.0/ports/23eef034-317a-482c-8907-b6ed0b8ef5d0 => generated 0 bytes in 251 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 373/722] 10.0.0.32 () {32 vars in 772 bytes} [Tue Jul 21 07:53:19 2026] GET /v2.0/security-groups?tenant_id=483bd81f805a40f599b7ab9e87035abe&name=default => generated 2925 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 350/723] 10.0.0.32 () {32 vars in 734 bytes} [Tue Jul 21 07:53:20 2026] GET /v2.0/ports?device_id=89bd688d-4c00-41b3-8e49-637f86fba38f => generated 958 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 374/724] 10.0.0.32 () {32 vars in 738 bytes} [Tue Jul 21 07:53:20 2026] DELETE /v2.0/security-groups/1eefc3cf-d4de-4e2a-9fcf-e1d9867fda3e => generated 0 bytes in 88 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-21 07:53:20.866 7 INFO neutron_taas.services.taas.taas_plugin [None req-f5349c7f-6865-44ef-a9b6-f1495b021111 ff155e77c7dc4ad88cdec8d7dc22e27b 762186671bb046949298b1d496693547 - - default default] TaaS: Handle Delete Port: 6a73fc3d-8dd5-47b0-b4fe-4e842ffa9ac2 2026-07-21 07:53:20.870 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f5349c7f-6865-44ef-a9b6-f1495b021111 ff155e77c7dc4ad88cdec8d7dc22e27b 762186671bb046949298b1d496693547 - - default default] Tap Mirror: Handle Delete Port: 6a73fc3d-8dd5-47b0-b4fe-4e842ffa9ac2 [pid: 8|app: 0|req: 375/725] 10.0.0.218 () {34 vars in 989 bytes} [Tue Jul 21 07:53:21 2026] GET /v2.0/ports?device_id=3f4bc9e7-c4ea-4a47-ba87-816e871dc39d => generated 969 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 376/726] 10.0.0.218 () {34 vars in 1039 bytes} [Tue Jul 21 07:53:21 2026] GET /v2.0/security-groups?id=fd2ed210-6f4e-481e-ae53-683a725bbb26&fields=id&fields=name => generated 114 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 351/729] 10.0.0.32 () {34 vars in 787 bytes} [Tue Jul 21 07:53:20 2026] PUT /v2.0/routers/89bd688d-4c00-41b3-8e49-637f86fba38f/remove_router_interface => generated 309 bytes in 1291 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-21 07:53:21.667 8 INFO neutron_taas.services.taas.taas_plugin [None req-2568bdbe-f31e-4946-9f32-99dc3578269d ff155e77c7dc4ad88cdec8d7dc22e27b 762186671bb046949298b1d496693547 - - default default] TaaS: Handle Delete Port: 9c6b5b10-372e-4b59-a9da-33c0395cba09 2026-07-21 07:53:21.671 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2568bdbe-f31e-4946-9f32-99dc3578269d ff155e77c7dc4ad88cdec8d7dc22e27b 762186671bb046949298b1d496693547 - - default default] Tap Mirror: Handle Delete Port: 9c6b5b10-372e-4b59-a9da-33c0395cba09 2026-07-21 07:53:21.888 8 INFO neutron_taas.services.taas.taas_plugin [None req-2568bdbe-f31e-4946-9f32-99dc3578269d ff155e77c7dc4ad88cdec8d7dc22e27b 762186671bb046949298b1d496693547 - - default default] TaaS: Handle Delete Port: 3658a83e-1763-46d3-aeff-9d3aeb9d7cfa 2026-07-21 07:53:21.891 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2568bdbe-f31e-4946-9f32-99dc3578269d ff155e77c7dc4ad88cdec8d7dc22e27b 762186671bb046949298b1d496693547 - - default default] Tap Mirror: Handle Delete Port: 3658a83e-1763-46d3-aeff-9d3aeb9d7cfa 2026-07-21 07:53:22.197 8 INFO neutron.services.segments.plugin [-] Segment ecce5f68-5d36-421e-b983-e869be97ab59 resource provider aggregate not found 2026-07-21 07:53:22.204 8 INFO neutron.services.segments.plugin [-] Segment ecce5f68-5d36-421e-b983-e869be97ab59 resource provider aggregate not found 2026-07-21 07:53:22.232 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment ecce5f68-5d36-421e-b983-e869be97ab59 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ecce5f68-5d36-421e-b983-e869be97ab59 found for delete ", "request_id": "req-d07d9eeb-8fd1-4702-9cfb-a157b70efb40"}]} 2026-07-21 07:53:22.233 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment ecce5f68-5d36-421e-b983-e869be97ab59 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ecce5f68-5d36-421e-b983-e869be97ab59 found for delete ", "request_id": "req-a5740f28-7d83-4d92-87f8-7488a0063c52"}]} 2026-07-21 07:53:22.247 8 INFO neutron.db.l3_hamode_db [None req-2568bdbe-f31e-4946-9f32-99dc3578269d ff155e77c7dc4ad88cdec8d7dc22e27b 762186671bb046949298b1d496693547 - - default default] HA network 1bd92b29-d7e9-41a3-ada1-0c5c6eb9d6b3 was deleted as no HA routers are present in tenant 762186671bb046949298b1d496693547. [pid: 8|app: 0|req: 379/730] 10.0.0.32 () {32 vars in 722 bytes} [Tue Jul 21 07:53:21 2026] DELETE /v2.0/routers/89bd688d-4c00-41b3-8e49-637f86fba38f => generated 0 bytes in 860 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 380/731] 10.0.0.218 () {34 vars in 989 bytes} [Tue Jul 21 07:53:22 2026] GET /v2.0/ports?device_id=3f4bc9e7-c4ea-4a47-ba87-816e871dc39d => generated 969 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 352/732] 10.0.0.32 () {34 vars in 682 bytes} [Tue Jul 21 07:53:21 2026] POST /v2.0/security-groups => generated 1625 bytes in 425 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 353/733] 10.0.0.218 () {34 vars in 1039 bytes} [Tue Jul 21 07:53:22 2026] GET /v2.0/security-groups?id=fd2ed210-6f4e-481e-ae53-683a725bbb26&fields=id&fields=name => generated 114 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 354/734] 10.0.0.32 () {32 vars in 661 bytes} [Tue Jul 21 07:53:22 2026] GET /v2.0/security-groups => generated 4530 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 381/735] 10.0.0.32 () {32 vars in 722 bytes} [Tue Jul 21 07:53:22 2026] DELETE /v2.0/subnets/6e2a5fd8-c87c-4a88-88d4-0dfdab464c5e => generated 0 bytes in 125 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 355/736] 10.0.0.32 () {34 vars in 756 bytes} [Tue Jul 21 07:53:22 2026] PUT /v2.0/security-groups/13327464-f0f3-4342-8abf-fe456d1576e3 => generated 1663 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 356/737] 10.0.0.32 () {32 vars in 735 bytes} [Tue Jul 21 07:53:22 2026] GET /v2.0/security-groups/13327464-f0f3-4342-8abf-fe456d1576e3 => generated 1663 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 382/738] 10.0.0.32 () {32 vars in 724 bytes} [Tue Jul 21 07:53:22 2026] DELETE /v2.0/networks/d478ea15-af1f-41bc-a330-f94a2f1bc9e7 => generated 0 bytes in 139 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 357/739] 10.0.0.32 () {32 vars in 738 bytes} [Tue Jul 21 07:53:22 2026] DELETE /v2.0/security-groups/13327464-f0f3-4342-8abf-fe456d1576e3 => generated 0 bytes in 91 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 383/740] 10.0.0.32 () {32 vars in 661 bytes} [Tue Jul 21 07:53:22 2026] GET /v2.0/security-groups => generated 2925 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-21 07:53:22.637 7 INFO neutron.api.v2.resource [None req-e23e0ec3-49af-49d1-9ced-fae357b2a670 3e463ef7a2584f4eac0ad4ff1f36cb40 b7f8ad77b49f4bca9382dc61c238902d - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 358/741] 10.0.0.32 () {32 vars in 738 bytes} [Tue Jul 21 07:53:22 2026] DELETE /v2.0/security-groups/13327464-f0f3-4342-8abf-fe456d1576e3 => generated 146 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 384/742] 10.0.0.32 () {34 vars in 682 bytes} [Tue Jul 21 07:53:22 2026] POST /v2.0/security-groups => generated 1625 bytes in 113 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 359/743] 10.0.0.32 () {34 vars in 693 bytes} [Tue Jul 21 07:53:22 2026] POST /v2.0/security-group-rules => generated 601 bytes in 106 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 385/744] 10.0.0.32 () {32 vars in 745 bytes} [Tue Jul 21 07:53:22 2026] GET /v2.0/security-group-rules/3588d1c3-0f06-46cd-b281-19b373286644 => generated 601 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 360/745] 10.0.0.32 () {32 vars in 671 bytes} [Tue Jul 21 07:53:22 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 386/746] 10.0.0.32 () {32 vars in 748 bytes} [Tue Jul 21 07:53:22 2026] DELETE /v2.0/security-group-rules/3588d1c3-0f06-46cd-b281-19b373286644 => generated 0 bytes in 60 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 387/747] 10.0.0.32 () {32 vars in 671 bytes} [Tue Jul 21 07:53:23 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 361/748] 10.0.0.32 () {32 vars in 772 bytes} [Tue Jul 21 07:53:23 2026] GET /v2.0/security-groups?tenant_id=762186671bb046949298b1d496693547&name=default => generated 2925 bytes in 111 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 388/749] 10.0.0.32 () {34 vars in 693 bytes} [Tue Jul 21 07:53:23 2026] POST /v2.0/security-group-rules => generated 601 bytes in 82 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 389/750] 10.0.0.32 () {32 vars in 745 bytes} [Tue Jul 21 07:53:23 2026] GET /v2.0/security-group-rules/78afe96a-49a9-4ce3-a086-b6bce7ac683f => generated 601 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 362/751] 10.0.0.32 () {32 vars in 738 bytes} [Tue Jul 21 07:53:23 2026] DELETE /v2.0/security-groups/507eba77-c538-43aa-8fdd-8061f6f3509e => generated 0 bytes in 91 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 390/752] 10.0.0.32 () {32 vars in 671 bytes} [Tue Jul 21 07:53:23 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 363/753] 10.0.0.32 () {32 vars in 748 bytes} [Tue Jul 21 07:53:23 2026] DELETE /v2.0/security-group-rules/78afe96a-49a9-4ce3-a086-b6bce7ac683f => generated 0 bytes in 59 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 391/754] 10.0.0.32 () {32 vars in 671 bytes} [Tue Jul 21 07:53:23 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 392/755] 10.0.0.218 () {34 vars in 989 bytes} [Tue Jul 21 07:53:23 2026] GET /v2.0/ports?device_id=3f4bc9e7-c4ea-4a47-ba87-816e871dc39d => 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: 393/756] 10.0.0.218 () {34 vars in 1039 bytes} [Tue Jul 21 07:53:23 2026] GET /v2.0/security-groups?id=fd2ed210-6f4e-481e-ae53-683a725bbb26&fields=id&fields=name => generated 114 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 364/757] 10.0.0.32 () {34 vars in 693 bytes} [Tue Jul 21 07:53:23 2026] POST /v2.0/security-group-rules => generated 602 bytes in 101 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 394/758] 10.0.0.32 () {32 vars in 745 bytes} [Tue Jul 21 07:53:23 2026] GET /v2.0/security-group-rules/eb754ba8-987f-4698-8c4c-818d14d4fc81 => generated 602 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 365/759] 10.0.0.32 () {32 vars in 671 bytes} [Tue Jul 21 07:53:23 2026] GET /v2.0/security-group-rules => generated 4139 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 395/760] 10.0.0.32 () {32 vars in 748 bytes} [Tue Jul 21 07:53:23 2026] DELETE /v2.0/security-group-rules/eb754ba8-987f-4698-8c4c-818d14d4fc81 => 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: 366/761] 10.0.0.32 () {32 vars in 671 bytes} [Tue Jul 21 07:53:23 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 396/762] 10.0.0.32 () {32 vars in 738 bytes} [Tue Jul 21 07:53:23 2026] DELETE /v2.0/security-groups/ab443faa-23ba-4f76-91b5-36045ef9f062 => generated 0 bytes in 79 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 367/763] 10.0.0.32 () {32 vars in 661 bytes} [Tue Jul 21 07:53:23 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: 8|app: 0|req: 397/764] 10.0.0.32 () {32 vars in 661 bytes} [Tue Jul 21 07:53:23 2026] GET /v2.0/security-groups => generated 2925 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-21 07:53:24.257 8 INFO neutron.services.segments.plugin [-] Segment bd41ceb8-b57c-4863-9099-dc2e2ffe6186 resource provider aggregate not found 2026-07-21 07:53:24.264 8 INFO neutron.services.segments.plugin [-] Segment bd41ceb8-b57c-4863-9099-dc2e2ffe6186 resource provider aggregate not found 2026-07-21 07:53:24.277 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment bd41ceb8-b57c-4863-9099-dc2e2ffe6186 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bd41ceb8-b57c-4863-9099-dc2e2ffe6186 found for delete ", "request_id": "req-d725fa5a-5fd7-4ce0-8b4b-da607df5b226"}]} 2026-07-21 07:53:24.288 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment bd41ceb8-b57c-4863-9099-dc2e2ffe6186 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bd41ceb8-b57c-4863-9099-dc2e2ffe6186 found for delete ", "request_id": "req-a0284a6c-710d-4c4a-861e-986ec1a10f0d"}]} [pid: 7|app: 0|req: 368/765] 10.0.0.32 () {32 vars in 772 bytes} [Tue Jul 21 07:53:24 2026] GET /v2.0/security-groups?tenant_id=b7f8ad77b49f4bca9382dc61c238902d&name=default => generated 2925 bytes in 222 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 398/766] 10.0.0.32 () {32 vars in 738 bytes} [Tue Jul 21 07:53:24 2026] DELETE /v2.0/security-groups/6c8b384f-c6f3-4100-b372-056313df0ac4 => 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: 369/767] 10.0.0.218 () {34 vars in 989 bytes} [Tue Jul 21 07:53:24 2026] GET /v2.0/ports?device_id=3f4bc9e7-c4ea-4a47-ba87-816e871dc39d => 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: 399/768] 10.0.0.218 () {34 vars in 1039 bytes} [Tue Jul 21 07:53:24 2026] GET /v2.0/security-groups?id=fd2ed210-6f4e-481e-ae53-683a725bbb26&fields=id&fields=name => generated 114 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-21 07:53:25.173 7 INFO neutron.db.segments_db [None req-8a62a62b-8bae-4544-959e-a1c44a97247f d85e0e237fa840a3aa8b9c41ff940a72 b235be3d16a24cc68926362ad3e80d5e - - default default] Added segment e8e1ba0e-065b-4700-aecf-1217f72fa9e4 of type vxlan for network 6739485d-5075-41da-a327-cbd413863f05 [pid: 7|app: 0|req: 370/769] 10.0.0.32 () {34 vars in 668 bytes} [Tue Jul 21 07:53:24 2026] POST /v2.0/networks => generated 634 bytes in 350 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-21 07:53:25.315 8 INFO neutron.db.segments_db [None req-04703d08-8fe6-460a-896e-a2caa3e273cb d85e0e237fa840a3aa8b9c41ff940a72 b235be3d16a24cc68926362ad3e80d5e - - default default] Added segment 593da61c-3b32-4a38-b4fe-23a4d67d144f of type vxlan for network 97ab3c56-f61b-4cb7-9177-14f76a9c8c6a [pid: 8|app: 0|req: 400/770] 10.0.0.32 () {34 vars in 668 bytes} [Tue Jul 21 07:53:25 2026] POST /v2.0/networks => generated 633 bytes in 166 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 371/771] 10.0.0.32 () {34 vars in 667 bytes} [Tue Jul 21 07:53:25 2026] POST /v2.0/subnets => generated 646 bytes in 259 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 372/772] 10.0.0.218 () {34 vars in 989 bytes} [Tue Jul 21 07:53:25 2026] GET /v2.0/ports?device_id=3f4bc9e7-c4ea-4a47-ba87-816e871dc39d => generated 971 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 373/773] 10.0.0.218 () {34 vars in 1039 bytes} [Tue Jul 21 07:53:25 2026] GET /v2.0/security-groups?id=fd2ed210-6f4e-481e-ae53-683a725bbb26&fields=id&fields=name => generated 114 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 401/774] 10.0.0.32 () {34 vars in 667 bytes} [Tue Jul 21 07:53:25 2026] POST /v2.0/subnets => generated 655 bytes in 244 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-21 07:53:25.993 7 INFO neutron.db.segments_db [None req-02f84b3a-b8f7-48c6-9f27-f276cddcd2ae d85e0e237fa840a3aa8b9c41ff940a72 b235be3d16a24cc68926362ad3e80d5e - - default default] Added segment aecd4de7-a0bb-45d2-83d2-b2c377e77d46 of type vxlan for network da64978c-1355-4768-8b31-cd160a446199 2026-07-21 07:53:26.239 7 INFO neutron.db.l3_hamode_db [None req-02f84b3a-b8f7-48c6-9f27-f276cddcd2ae d85e0e237fa840a3aa8b9c41ff940a72 b235be3d16a24cc68926362ad3e80d5e - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-21 07:53:26.369 7 INFO neutron.db.l3_hamode_db [None req-02f84b3a-b8f7-48c6-9f27-f276cddcd2ae d85e0e237fa840a3aa8b9c41ff940a72 b235be3d16a24cc68926362ad3e80d5e - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 402/775] 10.0.0.218 () {34 vars in 989 bytes} [Tue Jul 21 07:53:26 2026] GET /v2.0/ports?device_id=3f4bc9e7-c4ea-4a47-ba87-816e871dc39d => generated 971 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 403/776] 10.0.0.218 () {34 vars in 1039 bytes} [Tue Jul 21 07:53:26 2026] GET /v2.0/security-groups?id=fd2ed210-6f4e-481e-ae53-683a725bbb26&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: 374/777] 10.0.0.32 () {34 vars in 667 bytes} [Tue Jul 21 07:53:25 2026] POST /v2.0/routers => generated 510 bytes in 1078 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 375/778] 10.0.0.218 () {34 vars in 989 bytes} [Tue Jul 21 07:53:27 2026] GET /v2.0/ports?device_id=3f4bc9e7-c4ea-4a47-ba87-816e871dc39d => generated 971 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-21 07:53:27.513 7 INFO neutron.db.l3_db [None req-4db4c2a3-a53a-4384-8ca9-bbe5893dcb14 3c1d216725424a68a4560ba40ee98e88 c8db05759b2d4c65b187dc28d1fb82e3 - - default default] Floating IP 3889e660-f877-42dc-b2f7-b5c8a49b30af associated. External IP: 10.96.250.207, port: d61299c5-10d5-4a2c-b80d-4030910c5c6c. [pid: 7|app: 0|req: 376/779] 10.0.0.32 () {34 vars in 747 bytes} [Tue Jul 21 07:53:27 2026] PUT /v2.0/floatingips/3889e660-f877-42dc-b2f7-b5c8a49b30af => generated 855 bytes in 749 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 377/780] 10.0.0.218 () {34 vars in 989 bytes} [Tue Jul 21 07:53:27 2026] GET /v2.0/ports?device_id=3f4bc9e7-c4ea-4a47-ba87-816e871dc39d => 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: 378/781] 10.0.0.218 () {34 vars in 1039 bytes} [Tue Jul 21 07:53:27 2026] GET /v2.0/security-groups?id=fd2ed210-6f4e-481e-ae53-683a725bbb26&fields=id&fields=name => generated 114 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 404/782] 10.0.0.32 () {34 vars in 781 bytes} [Tue Jul 21 07:53:27 2026] PUT /v2.0/routers/e766f920-a7a9-481c-9e96-65517228ea58/add_router_interface => generated 309 bytes in 1131 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 379/783] 10.0.0.32 () {32 vars in 715 bytes} [Tue Jul 21 07:53:28 2026] GET /v2.0/ports/d629895f-b856-4228-9365-1b8fda6ac5c1 => generated 959 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 380/784] 10.0.0.218 () {34 vars in 989 bytes} [Tue Jul 21 07:53:28 2026] GET /v2.0/ports?device_id=3f4bc9e7-c4ea-4a47-ba87-816e871dc39d => generated 971 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 381/785] 10.0.0.218 () {34 vars in 1039 bytes} [Tue Jul 21 07:53:28 2026] GET /v2.0/security-groups?id=fd2ed210-6f4e-481e-ae53-683a725bbb26&fields=id&fields=name => generated 114 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-21 07:53:28.436 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-d4c26c8d-9fc5-44b3-a27f-8818ca51effb'] response: {'name': 'network-changed', 'server_uuid': '3f4bc9e7-c4ea-4a47-ba87-816e871dc39d', 'tag': 'd61299c5-10d5-4a2c-b80d-4030910c5c6c', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 382/786] 10.0.0.32 () {32 vars in 772 bytes} [Tue Jul 21 07:53:28 2026] GET /v2.0/security-groups?tenant_id=2b19553e0bab4ca68003c14c952fabfb&name=default => generated 2925 bytes in 257 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 383/787] 10.0.0.32 () {32 vars in 738 bytes} [Tue Jul 21 07:53:28 2026] DELETE /v2.0/security-groups/18ce46a5-3b07-46fe-b7b8-e63731951c0c => generated 0 bytes in 96 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 384/788] 199.19.213.44 () {34 vars in 1078 bytes} [Tue Jul 21 07:53:29 2026] GET /v2.0/ports?tenant_id=c8db05759b2d4c65b187dc28d1fb82e3&device_id=3f4bc9e7-c4ea-4a47-ba87-816e871dc39d => generated 1240 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 385/789] 199.19.213.44 () {34 vars in 984 bytes} [Tue Jul 21 07:53:29 2026] GET /v2.0/networks?id=fa23d121-6740-4c38-9096-a1f40a62d553 => generated 776 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 386/790] 199.19.213.44 () {34 vars in 1056 bytes} [Tue Jul 21 07:53:29 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.9&port_id=d61299c5-10d5-4a2c-b80d-4030910c5c6c => generated 858 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 387/791] 199.19.213.44 () {34 vars in 982 bytes} [Tue Jul 21 07:53:29 2026] GET /v2.0/subnets?id=bbfd29d8-1a2c-4ce7-bd53-e8c4213586af => generated 698 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 388/792] 199.19.213.44 () {34 vars in 1050 bytes} [Tue Jul 21 07:53:29 2026] GET /v2.0/ports?network_id=fa23d121-6740-4c38-9096-a1f40a62d553&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: 389/793] 199.19.213.44 () {34 vars in 1010 bytes} [Tue Jul 21 07:53:29 2026] GET /v2.0/networks/fa23d121-6740-4c38-9096-a1f40a62d553?fields=segments => generated 14 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 405/794] 10.0.0.32 () {34 vars in 781 bytes} [Tue Jul 21 07:53:28 2026] PUT /v2.0/routers/e766f920-a7a9-481c-9e96-65517228ea58/add_router_interface => generated 309 bytes in 1089 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 406/795] 199.19.213.44 () {34 vars in 1110 bytes} [Tue Jul 21 07:53:29 2026] GET /v2.0/networks/fa23d121-6740-4c38-9096-a1f40a62d553?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 390/796] 10.0.0.32 () {32 vars in 715 bytes} [Tue Jul 21 07:53:29 2026] GET /v2.0/ports/5173f9d8-82ca-410b-ad02-dfaae5f8e2ff => generated 967 bytes in 91 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 391/797] 10.0.0.218 () {34 vars in 989 bytes} [Tue Jul 21 07:53:29 2026] GET /v2.0/ports?device_id=3f4bc9e7-c4ea-4a47-ba87-816e871dc39d => generated 971 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 392/798] 10.0.0.218 () {34 vars in 1039 bytes} [Tue Jul 21 07:53:29 2026] GET /v2.0/security-groups?id=fd2ed210-6f4e-481e-ae53-683a725bbb26&fields=id&fields=name => generated 114 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-21 07:53:29.742 8 INFO neutron_taas.services.taas.taas_plugin [None req-c0febba1-fa8b-4f5b-86c0-d761f54786f4 d85e0e237fa840a3aa8b9c41ff940a72 b235be3d16a24cc68926362ad3e80d5e - - default default] TaaS: Handle Delete Port: 5173f9d8-82ca-410b-ad02-dfaae5f8e2ff 2026-07-21 07:53:29.745 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c0febba1-fa8b-4f5b-86c0-d761f54786f4 d85e0e237fa840a3aa8b9c41ff940a72 b235be3d16a24cc68926362ad3e80d5e - - default default] Tap Mirror: Handle Delete Port: 5173f9d8-82ca-410b-ad02-dfaae5f8e2ff [pid: 8|app: 0|req: 407/799] 10.0.0.32 () {34 vars in 787 bytes} [Tue Jul 21 07:53:29 2026] PUT /v2.0/routers/e766f920-a7a9-481c-9e96-65517228ea58/remove_router_interface => generated 309 bytes in 1038 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 393/800] 10.0.0.218 () {34 vars in 989 bytes} [Tue Jul 21 07:53:30 2026] GET /v2.0/ports?device_id=bcaade05-cd82-4e70-93ac-0161b55e2b5a => generated 975 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 394/801] 10.0.0.218 () {34 vars in 970 bytes} [Tue Jul 21 07:53:30 2026] GET /v2.0/ports/4427e779-12dd-43d1-b5b3-944ff6b96e8b => generated 972 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 395/802] 10.0.0.218 () {34 vars in 989 bytes} [Tue Jul 21 07:53:30 2026] GET /v2.0/ports?device_id=3f4bc9e7-c4ea-4a47-ba87-816e871dc39d => generated 971 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 396/803] 10.0.0.218 () {34 vars in 1039 bytes} [Tue Jul 21 07:53:30 2026] GET /v2.0/security-groups?id=fd2ed210-6f4e-481e-ae53-683a725bbb26&fields=id&fields=name => generated 114 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 397/804] 199.19.213.44 () {34 vars in 992 bytes} [Tue Jul 21 07:53:30 2026] GET /v2.0/ports?device_id=3f4bc9e7-c4ea-4a47-ba87-816e871dc39d => generated 971 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-21 07:53:30.806 8 INFO neutron_taas.services.taas.taas_plugin [None req-971f77af-7845-4c41-bece-024000322d99 d85e0e237fa840a3aa8b9c41ff940a72 b235be3d16a24cc68926362ad3e80d5e - - default default] TaaS: Handle Delete Port: d629895f-b856-4228-9365-1b8fda6ac5c1 2026-07-21 07:53:30.810 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-971f77af-7845-4c41-bece-024000322d99 d85e0e237fa840a3aa8b9c41ff940a72 b235be3d16a24cc68926362ad3e80d5e - - default default] Tap Mirror: Handle Delete Port: d629895f-b856-4228-9365-1b8fda6ac5c1 2026-07-21 07:53:30.922 7 INFO neutron_taas.services.taas.taas_plugin [req-3bd4caf2-bb30-457b-b6fb-dab39ebd1e0e req-0d7728a9-a6ce-4506-ae50-de38596b5848 3c1d216725424a68a4560ba40ee98e88 c8db05759b2d4c65b187dc28d1fb82e3 - - default default] TaaS: Handle Delete Port: d61299c5-10d5-4a2c-b80d-4030910c5c6c 2026-07-21 07:53:30.925 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-3bd4caf2-bb30-457b-b6fb-dab39ebd1e0e req-0d7728a9-a6ce-4506-ae50-de38596b5848 3c1d216725424a68a4560ba40ee98e88 c8db05759b2d4c65b187dc28d1fb82e3 - - default default] Tap Mirror: Handle Delete Port: d61299c5-10d5-4a2c-b80d-4030910c5c6c 2026-07-21 07:53:31.096 7 INFO neutron.db.l3_db [req-3bd4caf2-bb30-457b-b6fb-dab39ebd1e0e req-0d7728a9-a6ce-4506-ae50-de38596b5848 3c1d216725424a68a4560ba40ee98e88 c8db05759b2d4c65b187dc28d1fb82e3 - - default default] Floating IP 3889e660-f877-42dc-b2f7-b5c8a49b30af disassociated. External IP: 10.96.250.207, port: d61299c5-10d5-4a2c-b80d-4030910c5c6c. [pid: 8|app: 0|req: 408/805] 10.0.0.32 () {34 vars in 787 bytes} [Tue Jul 21 07:53:30 2026] PUT /v2.0/routers/e766f920-a7a9-481c-9e96-65517228ea58/remove_router_interface => generated 309 bytes in 730 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 409/806] 10.0.0.32 () {32 vars in 734 bytes} [Tue Jul 21 07:53:31 2026] GET /v2.0/ports?device_id=e766f920-a7a9-481c-9e96-65517228ea58 => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-21 07:53:31.355 8 INFO neutron_taas.services.taas.taas_plugin [None req-c7f3a0b8-dfc6-4aa1-ac91-206294c8c4c7 d85e0e237fa840a3aa8b9c41ff940a72 b235be3d16a24cc68926362ad3e80d5e - - default default] TaaS: Handle Delete Port: 3eac1ded-d2eb-42a9-9be7-635836234484 2026-07-21 07:53:31.357 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c7f3a0b8-dfc6-4aa1-ac91-206294c8c4c7 d85e0e237fa840a3aa8b9c41ff940a72 b235be3d16a24cc68926362ad3e80d5e - - default default] Tap Mirror: Handle Delete Port: 3eac1ded-d2eb-42a9-9be7-635836234484 [pid: 7|app: 0|req: 398/807] 199.19.213.44 () {36 vars in 995 bytes} [Tue Jul 21 07:53:30 2026] DELETE /v2.0/ports/d61299c5-10d5-4a2c-b80d-4030910c5c6c => generated 0 bytes in 670 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 399/808] 199.19.213.44 () {34 vars in 998 bytes} [Tue Jul 21 07:53:31 2026] GET /v2.0/subnets?network_id=71906b3b-65f9-4ee3-a2ca-8eb43381ac1b => generated 684 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-21 07:53:31.548 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-6882c967-9014-4389-833b-62059b99247c'] response: {'server_uuid': '3f4bc9e7-c4ea-4a47-ba87-816e871dc39d', 'name': 'network-vif-deleted', 'tag': 'd61299c5-10d5-4a2c-b80d-4030910c5c6c', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 400/809] 199.19.213.44 () {34 vars in 1144 bytes} [Tue Jul 21 07:53:31 2026] GET /v2.0/ports?device_id=bcaade05-cd82-4e70-93ac-0161b55e2b5a&device_owner=compute%3Anova&network_id=71906b3b-65f9-4ee3-a2ca-8eb43381ac1b => generated 975 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-21 07:53:31.717 8 INFO neutron.services.segments.plugin [-] Segment aecd4de7-a0bb-45d2-83d2-b2c377e77d46 resource provider aggregate not found 2026-07-21 07:53:31.723 8 INFO neutron.services.segments.plugin [-] Segment aecd4de7-a0bb-45d2-83d2-b2c377e77d46 resource provider aggregate not found 2026-07-21 07:53:31.747 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment aecd4de7-a0bb-45d2-83d2-b2c377e77d46 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid aecd4de7-a0bb-45d2-83d2-b2c377e77d46 found for delete ", "request_id": "req-b3950e31-a701-4408-affe-08ccb7a26ef2"}]} 2026-07-21 07:53:31.752 8 INFO neutron.db.l3_hamode_db [None req-c7f3a0b8-dfc6-4aa1-ac91-206294c8c4c7 d85e0e237fa840a3aa8b9c41ff940a72 b235be3d16a24cc68926362ad3e80d5e - - default default] HA network da64978c-1355-4768-8b31-cd160a446199 was deleted as no HA routers are present in tenant b235be3d16a24cc68926362ad3e80d5e. 2026-07-21 07:53:31.755 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment aecd4de7-a0bb-45d2-83d2-b2c377e77d46 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid aecd4de7-a0bb-45d2-83d2-b2c377e77d46 found for delete ", "request_id": "req-03590e81-f7bd-4307-abfd-85b943ffb9bb"}]} [pid: 8|app: 0|req: 410/810] 10.0.0.32 () {32 vars in 722 bytes} [Tue Jul 21 07:53:31 2026] DELETE /v2.0/routers/e766f920-a7a9-481c-9e96-65517228ea58 => generated 0 bytes in 539 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 411/811] 10.0.0.32 () {32 vars in 722 bytes} [Tue Jul 21 07:53:31 2026] DELETE /v2.0/subnets/e979ab96-6228-4419-a2f9-382eed6a7264 => generated 0 bytes in 189 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 412/812] 10.0.0.218 () {34 vars in 989 bytes} [Tue Jul 21 07:53:31 2026] GET /v2.0/ports?device_id=3f4bc9e7-c4ea-4a47-ba87-816e871dc39d => 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: 401/813] 199.19.213.44 () {38 vars in 1026 bytes} [Tue Jul 21 07:53:31 2026] PUT /v2.0/ports/4427e779-12dd-43d1-b5b3-944ff6b96e8b => generated 1149 bytes in 504 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 413/814] 10.0.0.32 () {32 vars in 722 bytes} [Tue Jul 21 07:53:31 2026] DELETE /v2.0/subnets/1fd9c9b9-9277-452b-aefe-45b14ca0bcf3 => generated 0 bytes in 176 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-07-21 07:53:32.241 7 INFO neutron_taas.services.taas.taas_plugin [None req-7c6964e6-0dca-4eba-b30d-e8e3de7e70fc d85e0e237fa840a3aa8b9c41ff940a72 b235be3d16a24cc68926362ad3e80d5e - - default default] TaaS: Handle Delete Port: 720a0c06-aff5-4051-82aa-c7ffa2bdc3eb 2026-07-21 07:53:32.245 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7c6964e6-0dca-4eba-b30d-e8e3de7e70fc d85e0e237fa840a3aa8b9c41ff940a72 b235be3d16a24cc68926362ad3e80d5e - - default default] Tap Mirror: Handle Delete Port: 720a0c06-aff5-4051-82aa-c7ffa2bdc3eb 2026-07-21 07:53:32.397 7 INFO neutron.services.segments.plugin [-] Segment 593da61c-3b32-4a38-b4fe-23a4d67d144f resource provider aggregate not found 2026-07-21 07:53:32.402 7 INFO neutron.services.segments.plugin [-] Segment 593da61c-3b32-4a38-b4fe-23a4d67d144f resource provider aggregate not found 2026-07-21 07:53:32.423 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 593da61c-3b32-4a38-b4fe-23a4d67d144f resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 593da61c-3b32-4a38-b4fe-23a4d67d144f found for delete ", "request_id": "req-ac06800a-0105-434d-9272-44ecd8ddb97c"}]} 2026-07-21 07:53:32.423 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 593da61c-3b32-4a38-b4fe-23a4d67d144f resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 593da61c-3b32-4a38-b4fe-23a4d67d144f found for delete ", "request_id": "req-07442666-7c67-45be-9673-f043a72d160a"}]} [pid: 7|app: 0|req: 402/815] 10.0.0.32 () {32 vars in 724 bytes} [Tue Jul 21 07:53:32 2026] DELETE /v2.0/networks/97ab3c56-f61b-4cb7-9177-14f76a9c8c6a => generated 0 bytes in 286 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-21 07:53:32.576 8 INFO neutron_taas.services.taas.taas_plugin [None req-a4f94dad-d59f-4763-9f65-6c9590a58172 d85e0e237fa840a3aa8b9c41ff940a72 b235be3d16a24cc68926362ad3e80d5e - - default default] TaaS: Handle Delete Port: f05778fc-b2d4-4069-844f-56d57c0e94b0 2026-07-21 07:53:32.579 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a4f94dad-d59f-4763-9f65-6c9590a58172 d85e0e237fa840a3aa8b9c41ff940a72 b235be3d16a24cc68926362ad3e80d5e - - default default] Tap Mirror: Handle Delete Port: f05778fc-b2d4-4069-844f-56d57c0e94b0 [pid: 8|app: 0|req: 414/816] 10.0.0.32 () {32 vars in 724 bytes} [Tue Jul 21 07:53:32 2026] DELETE /v2.0/networks/6739485d-5075-41da-a327-cbd413863f05 => 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: 403/817] 10.0.0.32 () {32 vars in 772 bytes} [Tue Jul 21 07:53:32 2026] GET /v2.0/security-groups?tenant_id=cf4a13bb6cd94b02a2a75066fe85d63e&name=default => generated 2925 bytes in 260 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 415/818] 199.19.213.44 () {34 vars in 1078 bytes} [Tue Jul 21 07:53:32 2026] GET /v2.0/ports?tenant_id=025df7278c2341959dd3b3d22e3e4e40&device_id=bcaade05-cd82-4e70-93ac-0161b55e2b5a => generated 1421 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-21 07:53:32.796 7 INFO neutron.db.segments_db [None req-14d0dc8a-6b72-4c93-9b53-28054032f2be d85e0e237fa840a3aa8b9c41ff940a72 b235be3d16a24cc68926362ad3e80d5e - - default default] Added segment 4618644b-68dc-458d-8b30-b38904e506c6 of type vxlan for network 5cc5658c-a722-41f8-ae4f-6283b9fceee1 [pid: 8|app: 0|req: 416/819] 10.0.0.32 () {32 vars in 738 bytes} [Tue Jul 21 07:53:32 2026] DELETE /v2.0/security-groups/9cac02d5-dad2-42b8-bae6-2a5477f80c03 => 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: 404/820] 10.0.0.32 () {34 vars in 668 bytes} [Tue Jul 21 07:53:32 2026] POST /v2.0/networks => generated 634 bytes in 129 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 417/821] 199.19.213.44 () {34 vars in 984 bytes} [Tue Jul 21 07:53:32 2026] GET /v2.0/networks?id=71906b3b-65f9-4ee3-a2ca-8eb43381ac1b => generated 780 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 418/822] 199.19.213.44 () {34 vars in 1058 bytes} [Tue Jul 21 07:53:32 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.14&port_id=4427e779-12dd-43d1-b5b3-944ff6b96e8b => 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: 419/823] 199.19.213.44 () {34 vars in 1056 bytes} [Tue Jul 21 07:53:32 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.4&port_id=4427e779-12dd-43d1-b5b3-944ff6b96e8b => generated 19 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 420/824] 199.19.213.44 () {34 vars in 982 bytes} [Tue Jul 21 07:53:32 2026] GET /v2.0/subnets?id=7f7a5e52-e4ae-46be-b873-54c2132017f4 => generated 702 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 421/825] 199.19.213.44 () {34 vars in 1050 bytes} [Tue Jul 21 07:53:33 2026] GET /v2.0/ports?network_id=71906b3b-65f9-4ee3-a2ca-8eb43381ac1b&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: 422/826] 10.0.0.218 () {34 vars in 989 bytes} [Tue Jul 21 07:53:33 2026] GET /v2.0/ports?device_id=3f4bc9e7-c4ea-4a47-ba87-816e871dc39d => 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: 405/827] 10.0.0.32 () {34 vars in 667 bytes} [Tue Jul 21 07:53:32 2026] POST /v2.0/subnets => generated 646 bytes in 211 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 423/828] 199.19.213.44 () {34 vars in 1010 bytes} [Tue Jul 21 07:53:33 2026] GET /v2.0/networks/71906b3b-65f9-4ee3-a2ca-8eb43381ac1b?fields=segments => generated 14 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-21 07:53:33.144 7 INFO neutron.db.segments_db [None req-140cd77a-2dad-4c20-a7bb-e2b0eb627ccc d85e0e237fa840a3aa8b9c41ff940a72 b235be3d16a24cc68926362ad3e80d5e - - default default] Added segment 6b4105e1-9aac-4ee2-aa67-f3a26b373232 of type vxlan for network 798c10aa-bd0a-4e6d-a072-b85158239916 [pid: 8|app: 0|req: 424/829] 199.19.213.44 () {34 vars in 1110 bytes} [Tue Jul 21 07:53:33 2026] GET /v2.0/networks/71906b3b-65f9-4ee3-a2ca-8eb43381ac1b?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-21 07:53:33.359 7 INFO neutron.db.l3_hamode_db [None req-140cd77a-2dad-4c20-a7bb-e2b0eb627ccc d85e0e237fa840a3aa8b9c41ff940a72 b235be3d16a24cc68926362ad3e80d5e - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-21 07:53:33.475 7 INFO neutron.db.l3_hamode_db [None req-140cd77a-2dad-4c20-a7bb-e2b0eb627ccc d85e0e237fa840a3aa8b9c41ff940a72 b235be3d16a24cc68926362ad3e80d5e - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-21 07:53:33.591 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-a3832fc1-2499-48f3-b2e6-d103fb045418'] response: {'name': 'network-changed', 'server_uuid': 'bcaade05-cd82-4e70-93ac-0161b55e2b5a', 'tag': '4427e779-12dd-43d1-b5b3-944ff6b96e8b', 'status': 'completed', 'code': 200} 2026-07-21 07:53:33.762 8 INFO neutron.services.segments.plugin [-] Segment e8e1ba0e-065b-4700-aecf-1217f72fa9e4 resource provider aggregate not found 2026-07-21 07:53:33.773 8 INFO neutron.services.segments.plugin [-] Segment e8e1ba0e-065b-4700-aecf-1217f72fa9e4 resource provider aggregate not found 2026-07-21 07:53:33.776 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment e8e1ba0e-065b-4700-aecf-1217f72fa9e4 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e8e1ba0e-065b-4700-aecf-1217f72fa9e4 found for delete ", "request_id": "req-10d32e6b-6775-4c2c-b09d-a83bfa10de9e"}]} 2026-07-21 07:53:33.789 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment e8e1ba0e-065b-4700-aecf-1217f72fa9e4 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e8e1ba0e-065b-4700-aecf-1217f72fa9e4 found for delete ", "request_id": "req-f99eab03-52da-443b-9bba-cb25f32944bf"}]} [pid: 8|app: 0|req: 425/830] 10.0.0.218 () {34 vars in 989 bytes} [Tue Jul 21 07:53:33 2026] GET /v2.0/ports?device_id=bcaade05-cd82-4e70-93ac-0161b55e2b5a => generated 1152 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 426/831] 10.0.0.218 () {34 vars in 1039 bytes} [Tue Jul 21 07:53:33 2026] GET /v2.0/security-groups?id=b104aa8a-a96f-47c1-8a69-d344ddc732f0&fields=id&fields=name => generated 114 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 406/832] 10.0.0.32 () {34 vars in 667 bytes} [Tue Jul 21 07:53:33 2026] POST /v2.0/routers => generated 510 bytes in 952 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 407/833] 10.0.0.218 () {34 vars in 989 bytes} [Tue Jul 21 07:53:34 2026] GET /v2.0/ports?device_id=3f4bc9e7-c4ea-4a47-ba87-816e871dc39d => 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: 408/834] 199.19.213.44 () {34 vars in 1078 bytes} [Tue Jul 21 07:53:34 2026] GET /v2.0/ports?tenant_id=025df7278c2341959dd3b3d22e3e4e40&device_id=bcaade05-cd82-4e70-93ac-0161b55e2b5a => generated 1421 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 409/835] 199.19.213.44 () {34 vars in 984 bytes} [Tue Jul 21 07:53:34 2026] GET /v2.0/networks?id=71906b3b-65f9-4ee3-a2ca-8eb43381ac1b => generated 780 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 410/836] 199.19.213.44 () {34 vars in 1058 bytes} [Tue Jul 21 07:53:34 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.14&port_id=4427e779-12dd-43d1-b5b3-944ff6b96e8b => generated 861 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 411/837] 199.19.213.44 () {34 vars in 1056 bytes} [Tue Jul 21 07:53:34 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.4&port_id=4427e779-12dd-43d1-b5b3-944ff6b96e8b => generated 19 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 412/838] 199.19.213.44 () {34 vars in 982 bytes} [Tue Jul 21 07:53:34 2026] GET /v2.0/subnets?id=7f7a5e52-e4ae-46be-b873-54c2132017f4 => generated 702 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 427/839] 10.0.0.32 () {34 vars in 663 bytes} [Tue Jul 21 07:53:34 2026] POST /v2.0/ports => generated 963 bytes in 342 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 413/840] 199.19.213.44 () {34 vars in 1050 bytes} [Tue Jul 21 07:53:34 2026] GET /v2.0/ports?network_id=71906b3b-65f9-4ee3-a2ca-8eb43381ac1b&device_owner=network%3Adhcp => generated 1244 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 414/841] 199.19.213.44 () {34 vars in 1010 bytes} [Tue Jul 21 07:53:34 2026] GET /v2.0/networks/71906b3b-65f9-4ee3-a2ca-8eb43381ac1b?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: 415/842] 199.19.213.44 () {34 vars in 1110 bytes} [Tue Jul 21 07:53:34 2026] GET /v2.0/networks/71906b3b-65f9-4ee3-a2ca-8eb43381ac1b?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 416/843] 10.0.0.32 () {32 vars in 772 bytes} [Tue Jul 21 07:53:34 2026] GET /v2.0/security-groups?tenant_id=8e3a77d6d288433ba631b599653d3985&name=default => generated 2925 bytes in 255 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 417/844] 199.19.213.44 () {34 vars in 1116 bytes} [Tue Jul 21 07:53:35 2026] GET /v2.0/ports?device_id=bcaade05-cd82-4e70-93ac-0161b55e2b5a&device_owner=compute%3Anova&fixed_ips=ip_address%3D10.100.0.4 => generated 1152 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 418/845] 10.0.0.218 () {34 vars in 989 bytes} [Tue Jul 21 07:53:35 2026] GET /v2.0/ports?device_id=3f4bc9e7-c4ea-4a47-ba87-816e871dc39d => 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: 428/846] 10.0.0.32 () {34 vars in 781 bytes} [Tue Jul 21 07:53:34 2026] PUT /v2.0/routers/49968e48-9ede-4d5a-811b-f88acbacc93f/add_router_interface => generated 309 bytes in 920 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: 419/847] 10.0.0.32 () {32 vars in 738 bytes} [Tue Jul 21 07:53:35 2026] DELETE /v2.0/security-groups/9b706a65-dd15-41ba-b735-35676dfa9094 => 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: 420/848] 10.0.0.32 () {32 vars in 715 bytes} [Tue Jul 21 07:53:35 2026] GET /v2.0/ports/6f81328e-2eee-4a03-8392-7b3179784bec => generated 1037 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-21 07:53:35.738 7 INFO neutron_taas.services.taas.taas_plugin [None req-d5b81274-4538-4e9c-a832-d897b0198bdc d85e0e237fa840a3aa8b9c41ff940a72 b235be3d16a24cc68926362ad3e80d5e - - default default] TaaS: Handle Delete Port: 6f81328e-2eee-4a03-8392-7b3179784bec 2026-07-21 07:53:35.740 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d5b81274-4538-4e9c-a832-d897b0198bdc d85e0e237fa840a3aa8b9c41ff940a72 b235be3d16a24cc68926362ad3e80d5e - - default default] Tap Mirror: Handle Delete Port: 6f81328e-2eee-4a03-8392-7b3179784bec [pid: 8|app: 0|req: 429/849] 199.19.213.44 () {38 vars in 1026 bytes} [Tue Jul 21 07:53:35 2026] PUT /v2.0/ports/4427e779-12dd-43d1-b5b3-944ff6b96e8b => generated 972 bytes in 506 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-21 07:53:35.856 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-fe40b2a4-6cbe-4164-832a-48457abf4f71'] response: {'name': 'network-changed', 'server_uuid': 'bcaade05-cd82-4e70-93ac-0161b55e2b5a', 'tag': '4427e779-12dd-43d1-b5b3-944ff6b96e8b', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 421/850] 10.0.0.32 () {34 vars in 787 bytes} [Tue Jul 21 07:53:35 2026] PUT /v2.0/routers/49968e48-9ede-4d5a-811b-f88acbacc93f/remove_router_interface => generated 309 bytes in 611 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-21 07:53:36.178 8 INFO neutron.api.v2.resource [None req-a551ce00-8380-434b-abbb-6e2d71e79f5b d85e0e237fa840a3aa8b9c41ff940a72 b235be3d16a24cc68926362ad3e80d5e - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 8|app: 0|req: 430/853] 10.0.0.32 () {34 vars in 787 bytes} [Tue Jul 21 07:53:36 2026] PUT /v2.0/routers/49968e48-9ede-4d5a-811b-f88acbacc93f/remove_router_interface => generated 197 bytes in 116 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: 424/854] 10.0.0.32 () {32 vars in 734 bytes} [Tue Jul 21 07:53:36 2026] GET /v2.0/ports?device_id=49968e48-9ede-4d5a-811b-f88acbacc93f => 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: 425/855] 199.19.213.44 () {34 vars in 1078 bytes} [Tue Jul 21 07:53:36 2026] GET /v2.0/ports?tenant_id=025df7278c2341959dd3b3d22e3e4e40&device_id=bcaade05-cd82-4e70-93ac-0161b55e2b5a => generated 1244 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-21 07:53:36.375 8 INFO neutron_taas.services.taas.taas_plugin [None req-8a125301-9c28-4f70-8e60-025e094f305b d85e0e237fa840a3aa8b9c41ff940a72 b235be3d16a24cc68926362ad3e80d5e - - default default] TaaS: Handle Delete Port: d7c74a03-0d31-44a4-9c50-2783c88f5c7a 2026-07-21 07:53:36.378 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8a125301-9c28-4f70-8e60-025e094f305b d85e0e237fa840a3aa8b9c41ff940a72 b235be3d16a24cc68926362ad3e80d5e - - default default] Tap Mirror: Handle Delete Port: d7c74a03-0d31-44a4-9c50-2783c88f5c7a [pid: 7|app: 0|req: 426/856] 199.19.213.44 () {34 vars in 984 bytes} [Tue Jul 21 07:53:36 2026] GET /v2.0/networks?id=71906b3b-65f9-4ee3-a2ca-8eb43381ac1b => generated 780 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 427/857] 10.0.0.32 () {32 vars in 738 bytes} [Tue Jul 21 07:53:36 2026] DELETE /v2.0/security-groups/fd2ed210-6f4e-481e-ae53-683a725bbb26 => generated 0 bytes in 92 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 428/858] 199.19.213.44 () {34 vars in 1058 bytes} [Tue Jul 21 07:53:36 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.14&port_id=4427e779-12dd-43d1-b5b3-944ff6b96e8b => generated 861 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-21 07:53:36.553 7 INFO neutron.api.v2.resource [None req-351ec180-c316-4fd4-a470-d5fe8ed3baf5 3c1d216725424a68a4560ba40ee98e88 c8db05759b2d4c65b187dc28d1fb82e3 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 429/859] 10.0.0.32 () {32 vars in 735 bytes} [Tue Jul 21 07:53:36 2026] GET /v2.0/security-groups/fd2ed210-6f4e-481e-ae53-683a725bbb26 => generated 146 bytes in 7 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 430/860] 199.19.213.44 () {34 vars in 982 bytes} [Tue Jul 21 07:53:36 2026] GET /v2.0/subnets?id=7f7a5e52-e4ae-46be-b873-54c2132017f4 => generated 702 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-21 07:53:36.671 7 INFO neutron_taas.services.taas.taas_plugin [None req-b012a556-f179-41bc-89f4-013b849607f8 3c1d216725424a68a4560ba40ee98e88 c8db05759b2d4c65b187dc28d1fb82e3 - - default default] TaaS: Handle Delete Port: 91f8b3e9-e9e9-4a79-92fd-ea9cdec94494 2026-07-21 07:53:36.674 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b012a556-f179-41bc-89f4-013b849607f8 3c1d216725424a68a4560ba40ee98e88 c8db05759b2d4c65b187dc28d1fb82e3 - - default default] Tap Mirror: Handle Delete Port: 91f8b3e9-e9e9-4a79-92fd-ea9cdec94494 2026-07-21 07:53:36.717 8 INFO neutron.services.segments.plugin [-] Segment 6b4105e1-9aac-4ee2-aa67-f3a26b373232 resource provider aggregate not found 2026-07-21 07:53:36.725 8 INFO neutron.services.segments.plugin [-] Segment 6b4105e1-9aac-4ee2-aa67-f3a26b373232 resource provider aggregate not found 2026-07-21 07:53:36.739 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 6b4105e1-9aac-4ee2-aa67-f3a26b373232 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6b4105e1-9aac-4ee2-aa67-f3a26b373232 found for delete ", "request_id": "req-8f48faf1-a1ff-457b-8ace-1776265fea20"}]} 2026-07-21 07:53:36.744 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 6b4105e1-9aac-4ee2-aa67-f3a26b373232 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6b4105e1-9aac-4ee2-aa67-f3a26b373232 found for delete ", "request_id": "req-90ea656f-6568-43bc-8036-1d79b8e55ef9"}]} 2026-07-21 07:53:36.744 8 INFO neutron.db.l3_hamode_db [None req-8a125301-9c28-4f70-8e60-025e094f305b d85e0e237fa840a3aa8b9c41ff940a72 b235be3d16a24cc68926362ad3e80d5e - - default default] HA network 798c10aa-bd0a-4e6d-a072-b85158239916 was deleted as no HA routers are present in tenant b235be3d16a24cc68926362ad3e80d5e. [pid: 8|app: 0|req: 431/861] 10.0.0.32 () {32 vars in 722 bytes} [Tue Jul 21 07:53:36 2026] DELETE /v2.0/routers/49968e48-9ede-4d5a-811b-f88acbacc93f => generated 0 bytes in 544 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 432/862] 199.19.213.44 () {34 vars in 1050 bytes} [Tue Jul 21 07:53:36 2026] GET /v2.0/ports?network_id=71906b3b-65f9-4ee3-a2ca-8eb43381ac1b&device_owner=network%3Adhcp => generated 1244 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 431/863] 10.0.0.32 () {32 vars in 730 bytes} [Tue Jul 21 07:53:36 2026] DELETE /v2.0/floatingips/3889e660-f877-42dc-b2f7-b5c8a49b30af => generated 0 bytes in 265 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 432/864] 199.19.213.44 () {34 vars in 1010 bytes} [Tue Jul 21 07:53:36 2026] GET /v2.0/networks/71906b3b-65f9-4ee3-a2ca-8eb43381ac1b?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: 433/865] 10.0.0.32 () {32 vars in 722 bytes} [Tue Jul 21 07:53:36 2026] DELETE /v2.0/subnets/d42f9f3f-41d8-4933-968e-3afa91e3284c => generated 0 bytes in 127 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 434/866] 199.19.213.44 () {34 vars in 1110 bytes} [Tue Jul 21 07:53:36 2026] GET /v2.0/networks/71906b3b-65f9-4ee3-a2ca-8eb43381ac1b?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: 435/867] 10.0.0.32 () {32 vars in 724 bytes} [Tue Jul 21 07:53:36 2026] DELETE /v2.0/networks/5cc5658c-a722-41f8-ae4f-6283b9fceee1 => generated 0 bytes in 125 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-21 07:53:37.147 8 INFO neutron.db.segments_db [None req-3bfcea04-fb54-4995-93bc-d88b899e0b03 d85e0e237fa840a3aa8b9c41ff940a72 b235be3d16a24cc68926362ad3e80d5e - - default default] Added segment 4625b685-7b76-47cb-b132-d97b9f80de25 of type vxlan for network fb5497ed-3685-405c-91e9-5bc98612256b [pid: 8|app: 0|req: 436/868] 10.0.0.32 () {34 vars in 668 bytes} [Tue Jul 21 07:53:37 2026] POST /v2.0/networks => generated 634 bytes in 137 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-21 07:53:37.234 7 INFO neutron_taas.services.taas.taas_plugin [None req-f9c0d353-a3b8-414d-9faf-a17996d4cf71 c91b302a1f0c4d688f2f771aebbdb373 3ab8b07b6cd247c2a83286280ea0a707 - - default default] TaaS: Handle Delete Port: 76c904f7-7fa1-4e36-b02b-e064a972defe 2026-07-21 07:53:37.237 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f9c0d353-a3b8-414d-9faf-a17996d4cf71 c91b302a1f0c4d688f2f771aebbdb373 3ab8b07b6cd247c2a83286280ea0a707 - - default default] Tap Mirror: Handle Delete Port: 76c904f7-7fa1-4e36-b02b-e064a972defe [pid: 8|app: 0|req: 437/869] 10.0.0.32 () {34 vars in 667 bytes} [Tue Jul 21 07:53:37 2026] POST /v2.0/subnets => generated 646 bytes in 221 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 438/870] 10.0.0.218 () {34 vars in 989 bytes} [Tue Jul 21 07:53:37 2026] GET /v2.0/ports?device_id=bcaade05-cd82-4e70-93ac-0161b55e2b5a => generated 975 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-21 07:53:37.554 8 INFO neutron.db.segments_db [None req-433ef5d2-6300-4e2b-b5b3-1cca82e3d012 d85e0e237fa840a3aa8b9c41ff940a72 b235be3d16a24cc68926362ad3e80d5e - - default default] Added segment a7b036ca-d8cb-45b4-9a09-5ab44dba6072 of type vxlan for network 10054d9d-5659-4b64-8ca1-5be782972431 [pid: 7|app: 0|req: 433/871] 10.0.0.32 () {34 vars in 787 bytes} [Tue Jul 21 07:53:36 2026] PUT /v2.0/routers/d86fef26-5074-4fe6-94a3-055bedf01e1f/remove_router_interface => generated 309 bytes in 908 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 434/872] 10.0.0.218 () {34 vars in 1039 bytes} [Tue Jul 21 07:53:37 2026] GET /v2.0/security-groups?id=b104aa8a-a96f-47c1-8a69-d344ddc732f0&fields=id&fields=name => generated 114 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-21 07:53:37.820 8 INFO neutron.db.l3_hamode_db [None req-433ef5d2-6300-4e2b-b5b3-1cca82e3d012 d85e0e237fa840a3aa8b9c41ff940a72 b235be3d16a24cc68926362ad3e80d5e - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-21 07:53:37.936 8 INFO neutron.db.l3_hamode_db [None req-433ef5d2-6300-4e2b-b5b3-1cca82e3d012 d85e0e237fa840a3aa8b9c41ff940a72 b235be3d16a24cc68926362ad3e80d5e - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-21 07:53:38.003 7 INFO neutron_taas.services.taas.taas_plugin [None req-52ccd128-0e39-4162-ad6b-508e75c2de52 c91b302a1f0c4d688f2f771aebbdb373 3ab8b07b6cd247c2a83286280ea0a707 - - default default] TaaS: Handle Delete Port: 7dbf7e73-363e-4b82-ab1a-31eff319be6e 2026-07-21 07:53:38.006 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-52ccd128-0e39-4162-ad6b-508e75c2de52 c91b302a1f0c4d688f2f771aebbdb373 3ab8b07b6cd247c2a83286280ea0a707 - - default default] Tap Mirror: Handle Delete Port: 7dbf7e73-363e-4b82-ab1a-31eff319be6e 2026-07-21 07:53:38.257 7 INFO neutron_taas.services.taas.taas_plugin [None req-52ccd128-0e39-4162-ad6b-508e75c2de52 c91b302a1f0c4d688f2f771aebbdb373 3ab8b07b6cd247c2a83286280ea0a707 - - default default] TaaS: Handle Delete Port: a588430c-88c6-41b1-9d00-3179c5273a5d 2026-07-21 07:53:38.259 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-52ccd128-0e39-4162-ad6b-508e75c2de52 c91b302a1f0c4d688f2f771aebbdb373 3ab8b07b6cd247c2a83286280ea0a707 - - default default] Tap Mirror: Handle Delete Port: a588430c-88c6-41b1-9d00-3179c5273a5d [pid: 8|app: 0|req: 439/873] 10.0.0.32 () {34 vars in 667 bytes} [Tue Jul 21 07:53:37 2026] POST /v2.0/routers => generated 511 bytes in 948 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 440/874] 199.19.213.44 () {34 vars in 1078 bytes} [Tue Jul 21 07:53:38 2026] GET /v2.0/ports?tenant_id=025df7278c2341959dd3b3d22e3e4e40&device_id=bcaade05-cd82-4e70-93ac-0161b55e2b5a => generated 1244 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-21 07:53:38.619 7 INFO neutron.services.segments.plugin [-] Segment 273c1f47-de27-4af0-991c-9f0d474bfd7b resource provider aggregate not found 2026-07-21 07:53:38.623 7 INFO neutron.services.segments.plugin [-] Segment 273c1f47-de27-4af0-991c-9f0d474bfd7b resource provider aggregate not found 2026-07-21 07:53:38.635 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 273c1f47-de27-4af0-991c-9f0d474bfd7b resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 273c1f47-de27-4af0-991c-9f0d474bfd7b found for delete ", "request_id": "req-0c7ea533-ab8b-4df0-b7f8-ce7fd2a924b1"}]} 2026-07-21 07:53:38.636 7 INFO neutron.db.l3_hamode_db [None req-52ccd128-0e39-4162-ad6b-508e75c2de52 c91b302a1f0c4d688f2f771aebbdb373 3ab8b07b6cd247c2a83286280ea0a707 - - default default] HA network 8ab4ff71-5122-4cfe-b53a-ae3f24189eac was deleted as no HA routers are present in tenant c8db05759b2d4c65b187dc28d1fb82e3. 2026-07-21 07:53:38.636 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 273c1f47-de27-4af0-991c-9f0d474bfd7b resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 273c1f47-de27-4af0-991c-9f0d474bfd7b found for delete ", "request_id": "req-dcc804ef-6d80-49c8-9d0a-bdec8b9b3e7c"}]} [pid: 7|app: 0|req: 435/875] 10.0.0.32 () {32 vars in 722 bytes} [Tue Jul 21 07:53:37 2026] DELETE /v2.0/routers/d86fef26-5074-4fe6-94a3-055bedf01e1f => generated 0 bytes in 823 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 436/876] 199.19.213.44 () {34 vars in 984 bytes} [Tue Jul 21 07:53:38 2026] GET /v2.0/networks?id=71906b3b-65f9-4ee3-a2ca-8eb43381ac1b => generated 780 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-21 07:53:38.763 8 INFO neutron.services.segments.plugin [-] Segment 4618644b-68dc-458d-8b30-b38904e506c6 resource provider aggregate not found 2026-07-21 07:53:38.768 8 INFO neutron.services.segments.plugin [-] Segment 4618644b-68dc-458d-8b30-b38904e506c6 resource provider aggregate not found 2026-07-21 07:53:38.780 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 4618644b-68dc-458d-8b30-b38904e506c6 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4618644b-68dc-458d-8b30-b38904e506c6 found for delete ", "request_id": "req-98218305-0906-4047-9673-a0d46dc35903"}]} 2026-07-21 07:53:38.785 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 4618644b-68dc-458d-8b30-b38904e506c6 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4618644b-68dc-458d-8b30-b38904e506c6 found for delete ", "request_id": "req-f319411f-12f9-4676-bb3d-3bd62c497e6d"}]} [pid: 7|app: 0|req: 437/877] 10.0.0.32 () {32 vars in 722 bytes} [Tue Jul 21 07:53:38 2026] DELETE /v2.0/subnets/bbfd29d8-1a2c-4ce7-bd53-e8c4213586af => generated 0 bytes in 131 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 438/878] 199.19.213.44 () {34 vars in 1058 bytes} [Tue Jul 21 07:53:38 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.14&port_id=4427e779-12dd-43d1-b5b3-944ff6b96e8b => generated 861 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-21 07:53:38.919 7 INFO neutron_taas.services.taas.taas_plugin [None req-ed0e2b24-de4c-42e9-b444-1e952fde6d19 c91b302a1f0c4d688f2f771aebbdb373 3ab8b07b6cd247c2a83286280ea0a707 - - default default] TaaS: Handle Delete Port: 49e7977c-a560-44ec-b587-c1bff82483ea 2026-07-21 07:53:38.921 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ed0e2b24-de4c-42e9-b444-1e952fde6d19 c91b302a1f0c4d688f2f771aebbdb373 3ab8b07b6cd247c2a83286280ea0a707 - - default default] Tap Mirror: Handle Delete Port: 49e7977c-a560-44ec-b587-c1bff82483ea [pid: 7|app: 0|req: 439/879] 10.0.0.32 () {32 vars in 724 bytes} [Tue Jul 21 07:53:38 2026] DELETE /v2.0/networks/fa23d121-6740-4c38-9096-a1f40a62d553 => generated 0 bytes in 257 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 440/880] 199.19.213.44 () {34 vars in 982 bytes} [Tue Jul 21 07:53:39 2026] GET /v2.0/subnets?id=7f7a5e52-e4ae-46be-b873-54c2132017f4 => generated 702 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 441/881] 10.0.0.218 () {34 vars in 989 bytes} [Tue Jul 21 07:53:39 2026] GET /v2.0/ports?device_id=bcaade05-cd82-4e70-93ac-0161b55e2b5a => generated 975 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 442/882] 199.19.213.44 () {34 vars in 1050 bytes} [Tue Jul 21 07:53:39 2026] GET /v2.0/ports?network_id=71906b3b-65f9-4ee3-a2ca-8eb43381ac1b&device_owner=network%3Adhcp => generated 1244 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 443/883] 10.0.0.218 () {34 vars in 1039 bytes} [Tue Jul 21 07:53:39 2026] GET /v2.0/security-groups?id=b104aa8a-a96f-47c1-8a69-d344ddc732f0&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: 444/884] 10.0.0.32 () {32 vars in 772 bytes} [Tue Jul 21 07:53:39 2026] GET /v2.0/security-groups?tenant_id=c8db05759b2d4c65b187dc28d1fb82e3&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: 445/885] 199.19.213.44 () {34 vars in 1010 bytes} [Tue Jul 21 07:53:39 2026] GET /v2.0/networks/71906b3b-65f9-4ee3-a2ca-8eb43381ac1b?fields=segments => generated 14 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 446/886] 10.0.0.32 () {32 vars in 738 bytes} [Tue Jul 21 07:53:39 2026] DELETE /v2.0/security-groups/3487dbd2-d304-4187-8c6c-a977564edbf3 => generated 0 bytes in 80 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 447/887] 199.19.213.44 () {34 vars in 1110 bytes} [Tue Jul 21 07:53:39 2026] GET /v2.0/networks/71906b3b-65f9-4ee3-a2ca-8eb43381ac1b?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: 441/888] 10.0.0.32 () {34 vars in 781 bytes} [Tue Jul 21 07:53:38 2026] PUT /v2.0/routers/373d2182-4fc2-4f2b-89d4-92e7848050af/add_router_interface => generated 309 bytes in 1075 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 448/889] 10.0.0.32 () {32 vars in 715 bytes} [Tue Jul 21 07:53:39 2026] GET /v2.0/ports/9072380d-55d0-40d5-9946-7199333d7180 => generated 959 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 449/890] 199.19.213.44 () {34 vars in 992 bytes} [Tue Jul 21 07:53:39 2026] GET /v2.0/ports?device_id=bcaade05-cd82-4e70-93ac-0161b55e2b5a => generated 975 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-21 07:53:39.916 8 INFO neutron_taas.services.taas.taas_plugin [None req-7568cdac-2005-42be-8259-258839327897 d85e0e237fa840a3aa8b9c41ff940a72 b235be3d16a24cc68926362ad3e80d5e - - default default] TaaS: Handle Delete Port: 9072380d-55d0-40d5-9946-7199333d7180 2026-07-21 07:53:39.920 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7568cdac-2005-42be-8259-258839327897 d85e0e237fa840a3aa8b9c41ff940a72 b235be3d16a24cc68926362ad3e80d5e - - default default] Tap Mirror: Handle Delete Port: 9072380d-55d0-40d5-9946-7199333d7180 2026-07-21 07:53:39.947 7 INFO neutron_taas.services.taas.taas_plugin [req-f48d81b4-9ad2-4846-bbf1-239ff7912250 req-3558b398-d26c-4aee-bddf-d19078d82cc1 088b5b14400f4f38938bd1fd59046761 025df7278c2341959dd3b3d22e3e4e40 - - default default] TaaS: Handle Delete Port: 4427e779-12dd-43d1-b5b3-944ff6b96e8b 2026-07-21 07:53:39.950 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-f48d81b4-9ad2-4846-bbf1-239ff7912250 req-3558b398-d26c-4aee-bddf-d19078d82cc1 088b5b14400f4f38938bd1fd59046761 025df7278c2341959dd3b3d22e3e4e40 - - default default] Tap Mirror: Handle Delete Port: 4427e779-12dd-43d1-b5b3-944ff6b96e8b 2026-07-21 07:53:40.060 7 INFO neutron.db.l3_db [req-f48d81b4-9ad2-4846-bbf1-239ff7912250 req-3558b398-d26c-4aee-bddf-d19078d82cc1 088b5b14400f4f38938bd1fd59046761 025df7278c2341959dd3b3d22e3e4e40 - - default default] Floating IP 7740940b-e9dc-4d22-8fb8-e4ef9112dcae disassociated. External IP: 10.96.250.216, port: 4427e779-12dd-43d1-b5b3-944ff6b96e8b. [pid: 8|app: 0|req: 442/891] 10.0.0.32 () {34 vars in 787 bytes} [Tue Jul 21 07:53:39 2026] PUT /v2.0/routers/373d2182-4fc2-4f2b-89d4-92e7848050af/remove_router_interface => generated 309 bytes in 677 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 443/892] 10.0.0.32 () {32 vars in 734 bytes} [Tue Jul 21 07:53:40 2026] GET /v2.0/ports?device_id=373d2182-4fc2-4f2b-89d4-92e7848050af => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 450/893] 199.19.213.44 () {36 vars in 995 bytes} [Tue Jul 21 07:53:39 2026] DELETE /v2.0/ports/4427e779-12dd-43d1-b5b3-944ff6b96e8b => generated 0 bytes in 539 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 451/894] 10.0.0.218 () {34 vars in 989 bytes} [Tue Jul 21 07:53:40 2026] GET /v2.0/ports?device_id=bcaade05-cd82-4e70-93ac-0161b55e2b5a => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-21 07:53:40.436 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-b239fb05-756b-4a45-9b55-fb61708593e3'] response: {'server_uuid': 'bcaade05-cd82-4e70-93ac-0161b55e2b5a', 'name': 'network-vif-deleted', 'tag': '4427e779-12dd-43d1-b5b3-944ff6b96e8b', 'status': 'completed', 'code': 200} 2026-07-21 07:53:40.549 8 INFO neutron_taas.services.taas.taas_plugin [None req-49da2224-d0df-48ab-bdde-dec226db9564 d85e0e237fa840a3aa8b9c41ff940a72 b235be3d16a24cc68926362ad3e80d5e - - default default] TaaS: Handle Delete Port: a18cfec9-a7f6-4204-87ec-d435abff0dd9 2026-07-21 07:53:40.552 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-49da2224-d0df-48ab-bdde-dec226db9564 d85e0e237fa840a3aa8b9c41ff940a72 b235be3d16a24cc68926362ad3e80d5e - - default default] Tap Mirror: Handle Delete Port: a18cfec9-a7f6-4204-87ec-d435abff0dd9 2026-07-21 07:53:40.648 7 INFO neutron.services.segments.plugin [-] Segment 8d96e23d-b163-4c71-8240-b8fe1a8e26fd resource provider aggregate not found 2026-07-21 07:53:40.660 7 INFO neutron.services.segments.plugin [-] Segment 8d96e23d-b163-4c71-8240-b8fe1a8e26fd resource provider aggregate not found 2026-07-21 07:53:40.663 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 8d96e23d-b163-4c71-8240-b8fe1a8e26fd resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8d96e23d-b163-4c71-8240-b8fe1a8e26fd found for delete ", "request_id": "req-aa63f387-ff11-45b9-a669-e24310a7bb48"}]} 2026-07-21 07:53:40.673 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 8d96e23d-b163-4c71-8240-b8fe1a8e26fd resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8d96e23d-b163-4c71-8240-b8fe1a8e26fd found for delete ", "request_id": "req-656035d3-a3d7-4842-95ea-a412807091e4"}]} 2026-07-21 07:53:40.899 8 INFO neutron.services.segments.plugin [-] Segment a7b036ca-d8cb-45b4-9a09-5ab44dba6072 resource provider aggregate not found 2026-07-21 07:53:40.912 8 INFO neutron.services.segments.plugin [-] Segment a7b036ca-d8cb-45b4-9a09-5ab44dba6072 resource provider aggregate not found 2026-07-21 07:53:40.921 8 INFO neutron.db.l3_hamode_db [None req-49da2224-d0df-48ab-bdde-dec226db9564 d85e0e237fa840a3aa8b9c41ff940a72 b235be3d16a24cc68926362ad3e80d5e - - default default] HA network 10054d9d-5659-4b64-8ca1-5be782972431 was deleted as no HA routers are present in tenant b235be3d16a24cc68926362ad3e80d5e. 2026-07-21 07:53:40.924 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment a7b036ca-d8cb-45b4-9a09-5ab44dba6072 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a7b036ca-d8cb-45b4-9a09-5ab44dba6072 found for delete ", "request_id": "req-378757c6-2855-4e31-bad4-33a73c8c4add"}]} 2026-07-21 07:53:40.929 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment a7b036ca-d8cb-45b4-9a09-5ab44dba6072 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a7b036ca-d8cb-45b4-9a09-5ab44dba6072 found for delete ", "request_id": "req-5f930fc6-e4ac-4aec-83cb-a90e39a1a413"}]} [pid: 8|app: 0|req: 444/895] 10.0.0.32 () {32 vars in 722 bytes} [Tue Jul 21 07:53:40 2026] DELETE /v2.0/routers/373d2182-4fc2-4f2b-89d4-92e7848050af => generated 0 bytes in 583 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 452/896] 10.0.0.32 () {32 vars in 722 bytes} [Tue Jul 21 07:53:40 2026] DELETE /v2.0/subnets/aa537107-4727-413b-9a82-06c2a6d8a6d3 => generated 0 bytes in 110 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 445/897] 10.0.0.32 () {32 vars in 724 bytes} [Tue Jul 21 07:53:41 2026] DELETE /v2.0/networks/fb5497ed-3685-405c-91e9-5bc98612256b => generated 0 bytes in 126 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-21 07:53:41.219 7 INFO neutron.db.segments_db [None req-3732d734-c1d6-4f6a-bd8d-60b0e360acd8 d85e0e237fa840a3aa8b9c41ff940a72 b235be3d16a24cc68926362ad3e80d5e - - default default] Added segment 2ebee84a-3138-4973-898b-1dca5344f76a of type vxlan for network f4bbd5f7-0220-4738-80bd-e0609cdd9d5a 2026-07-21 07:53:41.434 7 INFO neutron.db.l3_hamode_db [None req-3732d734-c1d6-4f6a-bd8d-60b0e360acd8 d85e0e237fa840a3aa8b9c41ff940a72 b235be3d16a24cc68926362ad3e80d5e - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-21 07:53:41.606 8 INFO neutron.db.segments_db [None req-840f5d10-071f-4d49-a6d7-1a1707c06660 c91b302a1f0c4d688f2f771aebbdb373 3ab8b07b6cd247c2a83286280ea0a707 - - default default] Added segment a5dd2ef8-465e-4933-802c-bc7148213931 of type vxlan for network 80eab7ca-7450-4505-8215-73c007411f70 [pid: 8|app: 0|req: 446/898] 10.0.0.32 () {34 vars in 669 bytes} [Tue Jul 21 07:53:41 2026] POST /v2.0/networks => generated 743 bytes in 461 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 447/899] 10.0.0.218 () {34 vars in 989 bytes} [Tue Jul 21 07:53:41 2026] GET /v2.0/ports?device_id=bcaade05-cd82-4e70-93ac-0161b55e2b5a => 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: 448/900] 10.0.0.32 () {34 vars in 667 bytes} [Tue Jul 21 07:53:41 2026] POST /v2.0/subnets => generated 690 bytes in 201 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-21 07:53:41.963 8 INFO neutron.db.segments_db [None req-15bed102-b284-4ba3-a504-f8c9f0098c3d c91b302a1f0c4d688f2f771aebbdb373 3ab8b07b6cd247c2a83286280ea0a707 - - default default] Added segment a3061df2-e52b-49e4-b6c8-469dad5416fb of type vxlan for network cbe5dd0e-96ab-405b-89f9-c3de426aed7d 2026-07-21 07:53:42.194 8 INFO neutron.db.l3_hamode_db [None req-15bed102-b284-4ba3-a504-f8c9f0098c3d c91b302a1f0c4d688f2f771aebbdb373 7bdf677cdc4f48e38b595a7ef3ac1059 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-21 07:53:42.258 7 INFO neutron.db.l3_hamode_db [None req-3732d734-c1d6-4f6a-bd8d-60b0e360acd8 d85e0e237fa840a3aa8b9c41ff940a72 b235be3d16a24cc68926362ad3e80d5e - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-21 07:53:42.943 8 INFO neutron.services.segments.plugin [-] Segment 4625b685-7b76-47cb-b132-d97b9f80de25 resource provider aggregate not found 2026-07-21 07:53:42.949 8 INFO neutron.services.segments.plugin [-] Segment 4625b685-7b76-47cb-b132-d97b9f80de25 resource provider aggregate not found 2026-07-21 07:53:42.961 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 4625b685-7b76-47cb-b132-d97b9f80de25 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4625b685-7b76-47cb-b132-d97b9f80de25 found for delete ", "request_id": "req-e5dabe7c-df9d-4ee6-ad47-3ac642814e41"}]} 2026-07-21 07:53:42.962 8 INFO neutron.db.l3_hamode_db [None req-15bed102-b284-4ba3-a504-f8c9f0098c3d c91b302a1f0c4d688f2f771aebbdb373 3ab8b07b6cd247c2a83286280ea0a707 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-21 07:53:42.964 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 4625b685-7b76-47cb-b132-d97b9f80de25 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4625b685-7b76-47cb-b132-d97b9f80de25 found for delete ", "request_id": "req-c7bb7785-d578-40f0-bb74-d44ecca4c998"}]} [pid: 7|app: 0|req: 453/901] 10.0.0.32 () {34 vars in 667 bytes} [Tue Jul 21 07:53:41 2026] POST /v2.0/routers => generated 689 bytes in 1952 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 454/902] 10.0.0.218 () {34 vars in 989 bytes} [Tue Jul 21 07:53:43 2026] GET /v2.0/ports?device_id=bcaade05-cd82-4e70-93ac-0161b55e2b5a => generated 12 bytes in 379 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 455/903] 10.0.0.32 () {32 vars in 719 bytes} [Tue Jul 21 07:53:43 2026] GET /v2.0/routers/42cb0905-5144-4970-b867-99ee20bb9fcf => generated 695 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 456/904] 10.0.0.32 () {32 vars in 645 bytes} [Tue Jul 21 07:53:43 2026] GET /v2.0/routers => generated 698 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 449/905] 10.0.0.32 () {34 vars in 667 bytes} [Tue Jul 21 07:53:41 2026] POST /v2.0/routers => generated 730 bytes in 1881 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 457/906] 10.0.0.32 () {34 vars in 739 bytes} [Tue Jul 21 07:53:43 2026] PUT /v2.0/routers/42cb0905-5144-4970-b867-99ee20bb9fcf => generated 702 bytes in 410 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 458/907] 10.0.0.32 () {32 vars in 719 bytes} [Tue Jul 21 07:53:44 2026] GET /v2.0/routers/42cb0905-5144-4970-b867-99ee20bb9fcf => 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: 459/908] 10.0.0.32 () {32 vars in 734 bytes} [Tue Jul 21 07:53:44 2026] GET /v2.0/ports?device_id=42cb0905-5144-4970-b867-99ee20bb9fcf => generated 12 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-21 07:53:44.366 7 INFO neutron_taas.services.taas.taas_plugin [None req-d648c9dc-eeb5-473c-a780-c53451d3296d d85e0e237fa840a3aa8b9c41ff940a72 b235be3d16a24cc68926362ad3e80d5e - - default default] TaaS: Handle Delete Port: ac564483-4b39-4db6-9e34-6684214f36d2 2026-07-21 07:53:44.369 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d648c9dc-eeb5-473c-a780-c53451d3296d d85e0e237fa840a3aa8b9c41ff940a72 b235be3d16a24cc68926362ad3e80d5e - - default default] Tap Mirror: Handle Delete Port: ac564483-4b39-4db6-9e34-6684214f36d2 2026-07-21 07:53:44.639 7 INFO neutron_taas.services.taas.taas_plugin [None req-d648c9dc-eeb5-473c-a780-c53451d3296d d85e0e237fa840a3aa8b9c41ff940a72 b235be3d16a24cc68926362ad3e80d5e - - default default] TaaS: Handle Delete Port: 07391abd-3149-493b-8d9b-2c99d00a2728 2026-07-21 07:53:44.641 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d648c9dc-eeb5-473c-a780-c53451d3296d d85e0e237fa840a3aa8b9c41ff940a72 b235be3d16a24cc68926362ad3e80d5e - - default default] Tap Mirror: Handle Delete Port: 07391abd-3149-493b-8d9b-2c99d00a2728 [pid: 8|app: 0|req: 450/909] 10.0.0.32 () {34 vars in 781 bytes} [Tue Jul 21 07:53:43 2026] PUT /v2.0/routers/56d4f94e-72e3-4d93-b65c-ebb89fd2b2f5/add_router_interface => generated 309 bytes in 1126 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-21 07:53:45.008 7 INFO neutron.services.segments.plugin [-] Segment 2ebee84a-3138-4973-898b-1dca5344f76a resource provider aggregate not found 2026-07-21 07:53:45.023 7 INFO neutron.db.l3_hamode_db [None req-d648c9dc-eeb5-473c-a780-c53451d3296d d85e0e237fa840a3aa8b9c41ff940a72 b235be3d16a24cc68926362ad3e80d5e - - default default] HA network f4bbd5f7-0220-4738-80bd-e0609cdd9d5a was deleted as no HA routers are present in tenant b235be3d16a24cc68926362ad3e80d5e. 2026-07-21 07:53:45.031 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 2ebee84a-3138-4973-898b-1dca5344f76a resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2ebee84a-3138-4973-898b-1dca5344f76a found for delete ", "request_id": "req-981fcb83-5b87-47db-abf4-59523bb6995a"}]} [pid: 7|app: 0|req: 460/910] 10.0.0.32 () {32 vars in 722 bytes} [Tue Jul 21 07:53:44 2026] DELETE /v2.0/routers/42cb0905-5144-4970-b867-99ee20bb9fcf => generated 0 bytes in 857 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-21 07:53:45.032 7 INFO neutron.services.segments.plugin [-] Segment 2ebee84a-3138-4973-898b-1dca5344f76a resource provider aggregate not found [pid: 8|app: 0|req: 451/911] 10.0.0.32 () {32 vars in 738 bytes} [Tue Jul 21 07:53:44 2026] DELETE /v2.0/security-groups/b104aa8a-a96f-47c1-8a69-d344ddc732f0 => generated 0 bytes in 121 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-21 07:53:45.054 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 2ebee84a-3138-4973-898b-1dca5344f76a resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2ebee84a-3138-4973-898b-1dca5344f76a found for delete ", "request_id": "req-310e6c98-cd46-4f96-b884-01e17f129021"}]} [pid: 7|app: 0|req: 461/912] 10.0.0.32 () {32 vars in 734 bytes} [Tue Jul 21 07:53:45 2026] GET /v2.0/ports?device_id=42cb0905-5144-4970-b867-99ee20bb9fcf => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-21 07:53:45.071 8 INFO neutron.api.v2.resource [None req-808b3bae-a42e-4ecb-9b86-ef4545425be3 088b5b14400f4f38938bd1fd59046761 025df7278c2341959dd3b3d22e3e4e40 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 452/913] 10.0.0.32 () {32 vars in 735 bytes} [Tue Jul 21 07:53:45 2026] GET /v2.0/security-groups/b104aa8a-a96f-47c1-8a69-d344ddc732f0 => generated 146 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-21 07:53:45.082 7 INFO neutron.api.v2.resource [None req-33f96cbd-b218-4aab-9f47-d93b234813bb d85e0e237fa840a3aa8b9c41ff940a72 b235be3d16a24cc68926362ad3e80d5e - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 462/914] 10.0.0.32 () {32 vars in 722 bytes} [Tue Jul 21 07:53:45 2026] DELETE /v2.0/routers/42cb0905-5144-4970-b867-99ee20bb9fcf => generated 135 bytes in 23 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 463/915] 10.0.0.32 () {32 vars in 734 bytes} [Tue Jul 21 07:53:45 2026] GET /v2.0/ports?device_id=373d2182-4fc2-4f2b-89d4-92e7848050af => generated 12 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-21 07:53:45.138 7 INFO neutron.api.v2.resource [None req-b80cda5c-da0a-4b89-9545-7b55457e19fe d85e0e237fa840a3aa8b9c41ff940a72 b235be3d16a24cc68926362ad3e80d5e - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 464/916] 10.0.0.32 () {32 vars in 722 bytes} [Tue Jul 21 07:53:45 2026] DELETE /v2.0/routers/373d2182-4fc2-4f2b-89d4-92e7848050af => generated 135 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-21 07:53:45.157 7 INFO neutron.pecan_wsgi.hooks.translation [None req-977b10a9-1b30-49e6-be1f-5f089662beb0 d85e0e237fa840a3aa8b9c41ff940a72 b235be3d16a24cc68926362ad3e80d5e - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 465/917] 10.0.0.32 () {32 vars in 722 bytes} [Tue Jul 21 07:53:45 2026] DELETE /v2.0/subnets/aa537107-4727-413b-9a82-06c2a6d8a6d3 => generated 136 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 466/918] 10.0.0.32 () {32 vars in 734 bytes} [Tue Jul 21 07:53:45 2026] GET /v2.0/ports?device_id=49968e48-9ede-4d5a-811b-f88acbacc93f => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-21 07:53:45.201 7 INFO neutron.api.v2.resource [None req-a36dd660-3925-4b54-bb5a-7d82576fff0d d85e0e237fa840a3aa8b9c41ff940a72 b235be3d16a24cc68926362ad3e80d5e - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 467/919] 10.0.0.32 () {32 vars in 722 bytes} [Tue Jul 21 07:53:45 2026] DELETE /v2.0/routers/49968e48-9ede-4d5a-811b-f88acbacc93f => generated 135 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-21 07:53:45.212 8 INFO neutron_taas.services.taas.taas_plugin [None req-15465a36-0f23-4859-b73a-9993a55544b1 088b5b14400f4f38938bd1fd59046761 025df7278c2341959dd3b3d22e3e4e40 - - default default] TaaS: Handle Delete Port: e3f7c4e2-4f6e-4ea5-9d78-235d51fc4542 2026-07-21 07:53:45.215 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-15465a36-0f23-4859-b73a-9993a55544b1 088b5b14400f4f38938bd1fd59046761 025df7278c2341959dd3b3d22e3e4e40 - - default default] Tap Mirror: Handle Delete Port: e3f7c4e2-4f6e-4ea5-9d78-235d51fc4542 2026-07-21 07:53:45.220 7 INFO neutron.pecan_wsgi.hooks.translation [None req-14e5aaf2-0a3c-49d3-81d8-546f5eb55c6a d85e0e237fa840a3aa8b9c41ff940a72 b235be3d16a24cc68926362ad3e80d5e - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 468/920] 10.0.0.32 () {32 vars in 722 bytes} [Tue Jul 21 07:53:45 2026] DELETE /v2.0/subnets/d42f9f3f-41d8-4933-968e-3afa91e3284c => generated 136 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 469/921] 10.0.0.32 () {32 vars in 734 bytes} [Tue Jul 21 07:53:45 2026] GET /v2.0/ports?device_id=e766f920-a7a9-481c-9e96-65517228ea58 => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-21 07:53:45.276 7 INFO neutron.api.v2.resource [None req-ea80fe34-4385-48ee-9d33-fba9d55b0c73 d85e0e237fa840a3aa8b9c41ff940a72 b235be3d16a24cc68926362ad3e80d5e - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 470/922] 10.0.0.32 () {32 vars in 722 bytes} [Tue Jul 21 07:53:45 2026] DELETE /v2.0/routers/e766f920-a7a9-481c-9e96-65517228ea58 => generated 135 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-21 07:53:45.290 7 INFO neutron.pecan_wsgi.hooks.translation [None req-2d9f9dfe-16b1-49ae-a233-4fbbf56688dc d85e0e237fa840a3aa8b9c41ff940a72 b235be3d16a24cc68926362ad3e80d5e - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 471/923] 10.0.0.32 () {32 vars in 722 bytes} [Tue Jul 21 07:53:45 2026] DELETE /v2.0/subnets/e979ab96-6228-4419-a2f9-382eed6a7264 => generated 136 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-21 07:53:45.310 7 INFO neutron.pecan_wsgi.hooks.translation [None req-9677da59-1747-4b05-8073-575778613b1d d85e0e237fa840a3aa8b9c41ff940a72 b235be3d16a24cc68926362ad3e80d5e - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 472/924] 10.0.0.32 () {32 vars in 722 bytes} [Tue Jul 21 07:53:45 2026] DELETE /v2.0/subnets/1fd9c9b9-9277-452b-aefe-45b14ca0bcf3 => generated 136 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 453/925] 10.0.0.32 () {32 vars in 730 bytes} [Tue Jul 21 07:53:45 2026] DELETE /v2.0/floatingips/7740940b-e9dc-4d22-8fb8-e4ef9112dcae => generated 0 bytes in 304 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 454/926] 10.0.0.32 () {34 vars in 683 bytes} [Tue Jul 21 07:53:45 2026] POST /v2.0/security-groups => generated 1659 bytes in 171 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-07-21 07:53:45.883 7 INFO neutron_taas.services.taas.taas_plugin [None req-70d986d8-0807-4c36-b5d7-e53948368c65 c91b302a1f0c4d688f2f771aebbdb373 3ab8b07b6cd247c2a83286280ea0a707 - - default default] TaaS: Handle Delete Port: f1e81132-4cd2-41f8-b0dd-08e6dd5804d6 2026-07-21 07:53:45.886 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-70d986d8-0807-4c36-b5d7-e53948368c65 c91b302a1f0c4d688f2f771aebbdb373 3ab8b07b6cd247c2a83286280ea0a707 - - default default] Tap Mirror: Handle Delete Port: f1e81132-4cd2-41f8-b0dd-08e6dd5804d6 [pid: 8|app: 0|req: 455/927] 10.0.0.32 () {34 vars in 693 bytes} [Tue Jul 21 07:53:45 2026] POST /v2.0/security-group-rules => generated 597 bytes in 122 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 456/928] 10.0.0.32 () {32 vars in 772 bytes} [Tue Jul 21 07:53:45 2026] GET /v2.0/security-groups?tenant_id=b235be3d16a24cc68926362ad3e80d5e&name=default => generated 2925 bytes in 106 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 457/929] 10.0.0.32 () {34 vars in 693 bytes} [Tue Jul 21 07:53:46 2026] POST /v2.0/security-group-rules => generated 602 bytes in 101 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 458/930] 10.0.0.32 () {32 vars in 738 bytes} [Tue Jul 21 07:53:46 2026] DELETE /v2.0/security-groups/75aa8c39-bb17-4e74-9fd7-b3671698c8a6 => 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: 473/931] 10.0.0.32 () {34 vars in 787 bytes} [Tue Jul 21 07:53:45 2026] PUT /v2.0/routers/82e00fbe-2a47-4d3e-a522-f2dfca98023b/remove_router_interface => generated 309 bytes in 985 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-21 07:53:46.747 7 INFO neutron_taas.services.taas.taas_plugin [None req-17f2bed6-4495-49fa-a23d-6e6b7d71447c c91b302a1f0c4d688f2f771aebbdb373 3ab8b07b6cd247c2a83286280ea0a707 - - default default] TaaS: Handle Delete Port: 5351d689-1a99-42e5-b25e-316ea28d6dbe 2026-07-21 07:53:46.751 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-17f2bed6-4495-49fa-a23d-6e6b7d71447c c91b302a1f0c4d688f2f771aebbdb373 3ab8b07b6cd247c2a83286280ea0a707 - - default default] Tap Mirror: Handle Delete Port: 5351d689-1a99-42e5-b25e-316ea28d6dbe [pid: 8|app: 0|req: 459/932] 10.0.0.32 () {34 vars in 674 bytes} [Tue Jul 21 07:53:46 2026] POST /v2.0/floatingips => generated 552 bytes in 677 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-21 07:53:47.046 7 INFO neutron_taas.services.taas.taas_plugin [None req-17f2bed6-4495-49fa-a23d-6e6b7d71447c c91b302a1f0c4d688f2f771aebbdb373 3ab8b07b6cd247c2a83286280ea0a707 - - default default] TaaS: Handle Delete Port: 21355ec3-d463-4ad7-b4a9-978d4297b8d8 2026-07-21 07:53:47.049 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-17f2bed6-4495-49fa-a23d-6e6b7d71447c c91b302a1f0c4d688f2f771aebbdb373 3ab8b07b6cd247c2a83286280ea0a707 - - default default] Tap Mirror: Handle Delete Port: 21355ec3-d463-4ad7-b4a9-978d4297b8d8 2026-07-21 07:53:47.414 7 INFO neutron.services.segments.plugin [-] Segment 985916bb-1b88-4c85-8148-e84f1b9eb243 resource provider aggregate not found 2026-07-21 07:53:47.425 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 985916bb-1b88-4c85-8148-e84f1b9eb243 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 985916bb-1b88-4c85-8148-e84f1b9eb243 found for delete ", "request_id": "req-f96ddac8-9c07-47a8-8ba5-017f7a441132"}]} 2026-07-21 07:53:47.427 7 INFO neutron.services.segments.plugin [-] Segment 985916bb-1b88-4c85-8148-e84f1b9eb243 resource provider aggregate not found 2026-07-21 07:53:47.449 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 985916bb-1b88-4c85-8148-e84f1b9eb243 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 985916bb-1b88-4c85-8148-e84f1b9eb243 found for delete ", "request_id": "req-16d65c5b-e219-4deb-9fff-e1d867bd337f"}]} 2026-07-21 07:53:47.460 7 INFO neutron.db.l3_hamode_db [None req-17f2bed6-4495-49fa-a23d-6e6b7d71447c c91b302a1f0c4d688f2f771aebbdb373 3ab8b07b6cd247c2a83286280ea0a707 - - default default] HA network 703b1b5b-ab9a-4fa6-abf5-4679ff5d6882 was deleted as no HA routers are present in tenant 025df7278c2341959dd3b3d22e3e4e40. [pid: 7|app: 0|req: 474/933] 10.0.0.32 () {32 vars in 722 bytes} [Tue Jul 21 07:53:46 2026] DELETE /v2.0/routers/82e00fbe-2a47-4d3e-a522-f2dfca98023b => generated 0 bytes in 1024 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 460/934] 10.0.0.218 () {34 vars in 1097 bytes} [Tue Jul 21 07:53:47 2026] GET /v2.0/security-groups?name=tempest-securitygroup--488793724&fields=id&tenant_id=7bdf677cdc4f48e38b595a7ef3ac1059 => generated 69 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 461/935] 10.0.0.218 () {34 vars in 981 bytes} [Tue Jul 21 07:53:47 2026] GET /v2.0/networks?id=80eab7ca-7450-4505-8215-73c007411f70 => generated 675 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 462/936] 10.0.0.218 () {34 vars in 964 bytes} [Tue Jul 21 07:53:47 2026] GET /v2.0/quotas/7bdf677cdc4f48e38b595a7ef3ac1059 => 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: 475/937] 10.0.0.32 () {32 vars in 722 bytes} [Tue Jul 21 07:53:47 2026] DELETE /v2.0/subnets/7f7a5e52-e4ae-46be-b873-54c2132017f4 => generated 0 bytes in 193 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 463/938] 10.0.0.218 () {34 vars in 1001 bytes} [Tue Jul 21 07:53:47 2026] GET /v2.0/ports?tenant_id=7bdf677cdc4f48e38b595a7ef3ac1059&fields=id => generated 57 bytes in 133 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 464/939] 10.0.0.218 () {34 vars in 1007 bytes} [Tue Jul 21 07:53:47 2026] GET /v2.0/networks/80eab7ca-7450-4505-8215-73c007411f70?fields=segments => generated 14 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-21 07:53:47.827 7 INFO neutron_taas.services.taas.taas_plugin [None req-e2c0f764-51a9-45f8-b0dd-ebd52c160d85 c91b302a1f0c4d688f2f771aebbdb373 3ab8b07b6cd247c2a83286280ea0a707 - - default default] TaaS: Handle Delete Port: 933884fd-79bb-4920-9186-b15c7be9e9cd [pid: 8|app: 0|req: 465/940] 10.0.0.218 () {34 vars in 1107 bytes} [Tue Jul 21 07:53:47 2026] GET /v2.0/networks/80eab7ca-7450-4505-8215-73c007411f70?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-21 07:53:47.839 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e2c0f764-51a9-45f8-b0dd-ebd52c160d85 c91b302a1f0c4d688f2f771aebbdb373 3ab8b07b6cd247c2a83286280ea0a707 - - default default] Tap Mirror: Handle Delete Port: 933884fd-79bb-4920-9186-b15c7be9e9cd [pid: 8|app: 0|req: 466/941] 10.0.0.218 () {34 vars in 989 bytes} [Tue Jul 21 07:53:47 2026] GET /v2.0/ports?device_id=e6c16d0d-a666-4c81-ab7c-81229021cfeb => generated 12 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 476/942] 10.0.0.32 () {32 vars in 724 bytes} [Tue Jul 21 07:53:47 2026] DELETE /v2.0/networks/71906b3b-65f9-4ee3-a2ca-8eb43381ac1b => generated 0 bytes in 414 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 477/943] 10.0.0.32 () {32 vars in 772 bytes} [Tue Jul 21 07:53:48 2026] GET /v2.0/security-groups?tenant_id=025df7278c2341959dd3b3d22e3e4e40&name=default => generated 2921 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 467/944] 10.0.0.32 () {32 vars in 772 bytes} [Tue Jul 21 07:53:48 2026] GET /v2.0/security-groups?tenant_id=7625ae1f12024c8387443a377bb8a1f6&name=default => generated 2925 bytes in 367 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-21 07:53:48.576 7 INFO neutron.db.segments_db [None req-7e1f02e9-a0bc-4576-a448-d477bda2b962 d357ee8faf3a4b2490947a2f802bfbd9 63068d2463fe4636b9467315494ad565 - - default default] Added segment d3494844-f5df-474c-80b9-ab7a0c0f50d1 of type vxlan for network 72566299-8dc9-4a28-9587-f1fa9083f231 [pid: 8|app: 0|req: 468/945] 10.0.0.32 () {32 vars in 738 bytes} [Tue Jul 21 07:53:48 2026] DELETE /v2.0/security-groups/9493bacd-d51b-48bc-a0bb-db57a9d61edb => 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: 478/946] 10.0.0.32 () {34 vars in 668 bytes} [Tue Jul 21 07:53:48 2026] POST /v2.0/networks => generated 627 bytes in 402 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 469/947] 10.0.0.32 () {32 vars in 738 bytes} [Tue Jul 21 07:53:48 2026] DELETE /v2.0/security-groups/fb1e65dd-9803-4698-9ca5-0bf86969784b => generated 0 bytes in 110 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-21 07:53:48.723 7 INFO neutron.db.segments_db [None req-2f070225-c701-4957-9d2c-4dc65438c954 d357ee8faf3a4b2490947a2f802bfbd9 63068d2463fe4636b9467315494ad565 - - default default] Added segment e967ea3f-8855-496b-8af5-8b59d43dfa55 of type vxlan for network 5d421b54-bb2e-487d-abca-05b8b82e9396 [pid: 7|app: 0|req: 479/948] 10.0.0.32 () {34 vars in 668 bytes} [Tue Jul 21 07:53:48 2026] POST /v2.0/networks => generated 630 bytes in 154 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 470/949] 10.0.0.32 () {34 vars in 667 bytes} [Tue Jul 21 07:53:48 2026] POST /v2.0/subnets => generated 626 bytes in 239 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 471/950] 10.0.0.218 () {34 vars in 989 bytes} [Tue Jul 21 07:53:49 2026] GET /v2.0/ports?device_id=e6c16d0d-a666-4c81-ab7c-81229021cfeb => 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: 480/951] 10.0.0.32 () {34 vars in 667 bytes} [Tue Jul 21 07:53:49 2026] POST /v2.0/subnets => generated 626 bytes in 222 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-21 07:53:49.346 8 INFO neutron.db.segments_db [None req-9d4f200f-3af2-49b1-8fd0-c15bc26f6ab5 d357ee8faf3a4b2490947a2f802bfbd9 63068d2463fe4636b9467315494ad565 - - default default] Added segment bf2ce038-621a-4eea-a5a6-9b4ee3d66382 of type vxlan for network b776abf1-de8a-4a47-aeb9-e558e03c4c09 2026-07-21 07:53:49.455 7 INFO neutron.services.segments.plugin [-] Segment 19c6d70d-c0d8-4968-b182-a70cc0000d71 resource provider aggregate not found 2026-07-21 07:53:49.461 7 INFO neutron.services.segments.plugin [-] Segment 19c6d70d-c0d8-4968-b182-a70cc0000d71 resource provider aggregate not found 2026-07-21 07:53:49.472 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 19c6d70d-c0d8-4968-b182-a70cc0000d71 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 19c6d70d-c0d8-4968-b182-a70cc0000d71 found for delete ", "request_id": "req-53b9ff5e-16da-4bdb-af09-00e6df3b1f04"}]} 2026-07-21 07:53:49.475 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 19c6d70d-c0d8-4968-b182-a70cc0000d71 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 19c6d70d-c0d8-4968-b182-a70cc0000d71 found for delete ", "request_id": "req-c92c0837-787f-4ead-940d-d999c339411d"}]} 2026-07-21 07:53:49.695 8 INFO neutron.db.l3_hamode_db [None req-9d4f200f-3af2-49b1-8fd0-c15bc26f6ab5 d357ee8faf3a4b2490947a2f802bfbd9 63068d2463fe4636b9467315494ad565 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-21 07:53:49.819 8 INFO neutron.db.l3_hamode_db [None req-9d4f200f-3af2-49b1-8fd0-c15bc26f6ab5 d357ee8faf3a4b2490947a2f802bfbd9 63068d2463fe4636b9467315494ad565 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 481/952] 10.0.0.218 () {34 vars in 989 bytes} [Tue Jul 21 07:53:50 2026] GET /v2.0/ports?device_id=e6c16d0d-a666-4c81-ab7c-81229021cfeb => 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: 472/953] 10.0.0.32 () {34 vars in 667 bytes} [Tue Jul 21 07:53:49 2026] POST /v2.0/routers => generated 507 bytes in 1451 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-21 07:53:50.861 7 INFO neutron.db.segments_db [None req-e97e45c5-b63b-4c6b-ad4f-1ad87746aacb c91b302a1f0c4d688f2f771aebbdb373 3ab8b07b6cd247c2a83286280ea0a707 - - default default] Added segment a15ee9c7-b712-4dd9-ac85-bae4f75e27b8 of type vxlan for network 222b962c-e0ae-4957-8723-afb55309e09d [pid: 7|app: 0|req: 482/954] 10.0.0.32 () {34 vars in 669 bytes} [Tue Jul 21 07:53:50 2026] POST /v2.0/networks => generated 737 bytes in 419 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 483/955] 10.0.0.32 () {34 vars in 667 bytes} [Tue Jul 21 07:53:50 2026] POST /v2.0/subnets => generated 684 bytes in 239 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-21 07:53:51.251 7 INFO neutron.db.segments_db [None req-4b39be30-5d8d-426c-8d40-229e3d7e8659 c91b302a1f0c4d688f2f771aebbdb373 3ab8b07b6cd247c2a83286280ea0a707 - - default default] Added segment b83b8a5e-a6b6-486b-af0e-ced129af3b6c of type vxlan for network 160ce554-5e84-4296-8a7e-a046f19e5643 2026-07-21 07:53:51.498 7 INFO neutron.db.l3_hamode_db [None req-4b39be30-5d8d-426c-8d40-229e3d7e8659 c91b302a1f0c4d688f2f771aebbdb373 af71ebcc43df4d9abdcd9a8cf5a5454e - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 473/958] 10.0.0.32 () {34 vars in 781 bytes} [Tue Jul 21 07:53:50 2026] PUT /v2.0/routers/dea07e88-8db9-464f-abeb-71f58caa1fd2/add_router_interface => generated 309 bytes in 1022 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 474/959] 10.0.0.218 () {34 vars in 989 bytes} [Tue Jul 21 07:53:51 2026] GET /v2.0/ports?device_id=e6c16d0d-a666-4c81-ab7c-81229021cfeb => 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: 475/960] 10.0.0.32 () {32 vars in 715 bytes} [Tue Jul 21 07:53:51 2026] GET /v2.0/ports/3826461c-d48b-4053-8b49-c59568ca9919 => generated 955 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-21 07:53:52.320 7 INFO neutron.db.l3_hamode_db [None req-4b39be30-5d8d-426c-8d40-229e3d7e8659 c91b302a1f0c4d688f2f771aebbdb373 3ab8b07b6cd247c2a83286280ea0a707 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 476/961] 10.0.0.32 () {34 vars in 781 bytes} [Tue Jul 21 07:53:51 2026] PUT /v2.0/routers/dea07e88-8db9-464f-abeb-71f58caa1fd2/add_router_interface => generated 309 bytes in 824 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 477/962] 10.0.0.88 () {32 vars in 799 bytes} [Tue Jul 21 07:53:52 2026] GET /v2.0/extensions => generated 21537 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 478/963] 199.19.213.44 () {34 vars in 984 bytes} [Tue Jul 21 07:53:52 2026] GET /v2.0/networks?id=80eab7ca-7450-4505-8215-73c007411f70 => generated 675 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 479/964] 10.0.0.32 () {32 vars in 715 bytes} [Tue Jul 21 07:53:52 2026] GET /v2.0/ports/b7092a4b-5df6-4ce4-a10f-e2bc59eb0111 => generated 955 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 480/965] 199.19.213.44 () {34 vars in 1048 bytes} [Tue Jul 21 07:53:52 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=7bdf677cdc4f48e38b595a7ef3ac1059 => generated 180 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-21 07:53:53.099 8 INFO neutron_taas.services.taas.taas_plugin [None req-1c9fad9e-177f-4f46-b6d1-86a1ced1c3fb d357ee8faf3a4b2490947a2f802bfbd9 63068d2463fe4636b9467315494ad565 - - default default] TaaS: Handle Delete Port: b7092a4b-5df6-4ce4-a10f-e2bc59eb0111 2026-07-21 07:53:53.102 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1c9fad9e-177f-4f46-b6d1-86a1ced1c3fb d357ee8faf3a4b2490947a2f802bfbd9 63068d2463fe4636b9467315494ad565 - - default default] Tap Mirror: Handle Delete Port: b7092a4b-5df6-4ce4-a10f-e2bc59eb0111 [pid: 7|app: 0|req: 486/966] 10.0.0.32 () {34 vars in 667 bytes} [Tue Jul 21 07:53:51 2026] POST /v2.0/routers => generated 724 bytes in 1961 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 481/967] 10.0.0.32 () {34 vars in 787 bytes} [Tue Jul 21 07:53:52 2026] PUT /v2.0/routers/dea07e88-8db9-464f-abeb-71f58caa1fd2/remove_router_interface => generated 309 bytes in 669 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 487/968] 199.19.213.44 () {38 vars in 953 bytes} [Tue Jul 21 07:53:53 2026] POST /v2.0/ports => generated 958 bytes in 365 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 482/969] 10.0.0.218 () {34 vars in 989 bytes} [Tue Jul 21 07:53:53 2026] GET /v2.0/ports?device_id=e6c16d0d-a666-4c81-ab7c-81229021cfeb => generated 961 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 488/970] 10.0.0.88 () {30 vars in 722 bytes} [Tue Jul 21 07:53:53 2026] GET /v2.0/quotas/385a9997fb754e83a9c49684940191f8/details => generated 847 bytes in 118 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-21 07:53:53.983 7 INFO neutron_taas.services.taas.taas_plugin [None req-aa0ad041-b555-41a0-8c01-642325b7d596 d357ee8faf3a4b2490947a2f802bfbd9 63068d2463fe4636b9467315494ad565 - - default default] TaaS: Handle Delete Port: 3826461c-d48b-4053-8b49-c59568ca9919 2026-07-21 07:53:53.986 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-aa0ad041-b555-41a0-8c01-642325b7d596 d357ee8faf3a4b2490947a2f802bfbd9 63068d2463fe4636b9467315494ad565 - - default default] Tap Mirror: Handle Delete Port: 3826461c-d48b-4053-8b49-c59568ca9919 [pid: 7|app: 0|req: 489/971] 10.0.0.32 () {34 vars in 787 bytes} [Tue Jul 21 07:53:53 2026] PUT /v2.0/routers/dea07e88-8db9-464f-abeb-71f58caa1fd2/remove_router_interface => generated 309 bytes in 766 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 483/972] 10.0.0.32 () {34 vars in 781 bytes} [Tue Jul 21 07:53:53 2026] PUT /v2.0/routers/8bb8d270-b8e6-41ec-bc46-689846001ced/add_router_interface => generated 309 bytes in 1136 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 484/973] 10.0.0.218 () {34 vars in 1039 bytes} [Tue Jul 21 07:53:54 2026] GET /v2.0/security-groups?id=88635c22-8662-4425-ab6e-fdce5eebea21&fields=id&fields=name => generated 113 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 485/974] 10.0.0.32 () {32 vars in 734 bytes} [Tue Jul 21 07:53:54 2026] GET /v2.0/ports?device_id=dea07e88-8db9-464f-abeb-71f58caa1fd2 => 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: 490/975] 199.19.213.44 () {38 vars in 1026 bytes} [Tue Jul 21 07:53:54 2026] PUT /v2.0/ports/b09ef77f-7cbf-487a-99ec-b934486367a2 => generated 1239 bytes in 424 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-21 07:53:54.871 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-2eaa52c2-0d25-4ff7-99d6-3f9f6762cd6a'] response: {'name': 'network-changed', 'server_uuid': 'e6c16d0d-a666-4c81-ab7c-81229021cfeb', 'tag': 'b09ef77f-7cbf-487a-99ec-b934486367a2', 'status': 'completed', 'code': 200} 2026-07-21 07:53:54.969 8 INFO neutron_taas.services.taas.taas_plugin [None req-fc20351f-d676-492e-bcb4-66c4f2222008 d357ee8faf3a4b2490947a2f802bfbd9 63068d2463fe4636b9467315494ad565 - - default default] TaaS: Handle Delete Port: 5b20c713-b09e-401f-b079-ac006e20982c 2026-07-21 07:53:54.972 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-fc20351f-d676-492e-bcb4-66c4f2222008 d357ee8faf3a4b2490947a2f802bfbd9 63068d2463fe4636b9467315494ad565 - - default default] Tap Mirror: Handle Delete Port: 5b20c713-b09e-401f-b079-ac006e20982c /var/lib/openstack/lib/python3.12/site-packages/pycadf/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-21 07:53:55.333 8 INFO neutron.services.segments.plugin [-] Segment bf2ce038-621a-4eea-a5a6-9b4ee3d66382 resource provider aggregate not found 2026-07-21 07:53:55.337 8 INFO neutron.services.segments.plugin [-] Segment bf2ce038-621a-4eea-a5a6-9b4ee3d66382 resource provider aggregate not found 2026-07-21 07:53:55.351 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment bf2ce038-621a-4eea-a5a6-9b4ee3d66382 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bf2ce038-621a-4eea-a5a6-9b4ee3d66382 found for delete ", "request_id": "req-14d980b1-4f05-45c8-8e40-bafcad8a07ea"}]} 2026-07-21 07:53:55.353 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment bf2ce038-621a-4eea-a5a6-9b4ee3d66382 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bf2ce038-621a-4eea-a5a6-9b4ee3d66382 found for delete ", "request_id": "req-6703e4fe-caff-466b-9a9f-579391203c1c"}]} 2026-07-21 07:53:55.360 8 INFO neutron.db.l3_hamode_db [None req-fc20351f-d676-492e-bcb4-66c4f2222008 d357ee8faf3a4b2490947a2f802bfbd9 63068d2463fe4636b9467315494ad565 - - default default] HA network b776abf1-de8a-4a47-aeb9-e558e03c4c09 was deleted as no HA routers are present in tenant 63068d2463fe4636b9467315494ad565. [pid: 8|app: 0|req: 486/976] 10.0.0.32 () {32 vars in 722 bytes} [Tue Jul 21 07:53:54 2026] DELETE /v2.0/routers/dea07e88-8db9-464f-abeb-71f58caa1fd2 => generated 0 bytes in 587 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 491/977] 10.0.0.32 () {34 vars in 683 bytes} [Tue Jul 21 07:53:55 2026] POST /v2.0/security-groups => generated 1659 bytes in 197 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 492/978] 199.19.213.44 () {34 vars in 1078 bytes} [Tue Jul 21 07:53:55 2026] GET /v2.0/ports?tenant_id=7bdf677cdc4f48e38b595a7ef3ac1059&device_id=e6c16d0d-a666-4c81-ab7c-81229021cfeb => generated 1242 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 487/979] 10.0.0.32 () {32 vars in 722 bytes} [Tue Jul 21 07:53:55 2026] DELETE /v2.0/subnets/601dd781-5bc5-468a-b9f1-1b0939a2668b => generated 0 bytes in 145 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 488/980] 199.19.213.44 () {34 vars in 1016 bytes} [Tue Jul 21 07:53:55 2026] GET /v2.0/networks?tenant_id=7bdf677cdc4f48e38b595a7ef3ac1059&shared=False => generated 771 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 493/981] 10.0.0.32 () {34 vars in 693 bytes} [Tue Jul 21 07:53:55 2026] POST /v2.0/security-group-rules => generated 597 bytes in 139 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 494/982] 199.19.213.44 () {34 vars in 928 bytes} [Tue Jul 21 07:53:55 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: 489/983] 10.0.0.32 () {32 vars in 722 bytes} [Tue Jul 21 07:53:55 2026] DELETE /v2.0/subnets/35c7a82e-5753-4fd9-bdee-1b517bed8086 => generated 0 bytes in 125 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 495/984] 10.0.0.32 () {34 vars in 693 bytes} [Tue Jul 21 07:53:55 2026] POST /v2.0/security-group-rules => generated 602 bytes in 128 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 490/985] 10.0.0.32 () {32 vars in 724 bytes} [Tue Jul 21 07:53:55 2026] DELETE /v2.0/networks/5d421b54-bb2e-487d-abca-05b8b82e9396 => generated 0 bytes in 150 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 491/986] 10.0.0.218 () {34 vars in 989 bytes} [Tue Jul 21 07:53:55 2026] GET /v2.0/ports?device_id=e6c16d0d-a666-4c81-ab7c-81229021cfeb => generated 973 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 492/987] 10.0.0.32 () {32 vars in 724 bytes} [Tue Jul 21 07:53:55 2026] DELETE /v2.0/networks/72566299-8dc9-4a28-9587-f1fa9083f231 => generated 0 bytes in 128 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 493/988] 10.0.0.218 () {34 vars in 1039 bytes} [Tue Jul 21 07:53:56 2026] GET /v2.0/security-groups?id=88635c22-8662-4425-ab6e-fdce5eebea21&fields=id&fields=name => generated 113 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-21 07:53:56.079 8 INFO neutron.db.segments_db [None req-4aa2daef-e6a6-4c7d-b0eb-ded9d04bb858 d357ee8faf3a4b2490947a2f802bfbd9 63068d2463fe4636b9467315494ad565 - - default default] Added segment 584e8a05-20e3-47b0-83d7-6c6d6eec0148 of type vxlan for network 8de8e771-1a9b-4671-93d9-0539c1992af9 [pid: 8|app: 0|req: 494/989] 10.0.0.32 () {34 vars in 668 bytes} [Tue Jul 21 07:53:56 2026] POST /v2.0/networks => generated 630 bytes in 111 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 496/990] 10.0.0.32 () {34 vars in 674 bytes} [Tue Jul 21 07:53:55 2026] POST /v2.0/floatingips => generated 552 bytes in 534 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 495/991] 10.0.0.32 () {34 vars in 667 bytes} [Tue Jul 21 07:53:56 2026] POST /v2.0/subnets => generated 626 bytes in 208 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-21 07:53:56.418 7 INFO neutron.db.segments_db [None req-90e2ea4b-8a8f-4221-b3b5-67697ae622f0 d357ee8faf3a4b2490947a2f802bfbd9 63068d2463fe4636b9467315494ad565 - - default default] Added segment 6b6adcab-6af3-45bc-84ea-b5b63209c055 of type vxlan for network 0ede2f91-bb09-4bc2-a2a0-573d2362cc61 [pid: 8|app: 0|req: 496/992] 10.0.0.88 () {32 vars in 799 bytes} [Tue Jul 21 07:53:56 2026] GET /v2.0/extensions => generated 21537 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) 2026-07-21 07:53:56.694 7 INFO neutron.db.l3_hamode_db [None req-90e2ea4b-8a8f-4221-b3b5-67697ae622f0 d357ee8faf3a4b2490947a2f802bfbd9 63068d2463fe4636b9467315494ad565 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 497/993] 199.19.213.44 () {34 vars in 1078 bytes} [Tue Jul 21 07:53:56 2026] GET /v2.0/ports?tenant_id=7bdf677cdc4f48e38b595a7ef3ac1059&device_id=e6c16d0d-a666-4c81-ab7c-81229021cfeb => generated 1242 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 498/994] 10.0.0.88 () {30 vars in 722 bytes} [Tue Jul 21 07:53:56 2026] GET /v2.0/quotas/385a9997fb754e83a9c49684940191f8/details => generated 847 bytes in 98 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-21 07:53:56.838 7 INFO neutron.db.l3_hamode_db [None req-90e2ea4b-8a8f-4221-b3b5-67697ae622f0 d357ee8faf3a4b2490947a2f802bfbd9 63068d2463fe4636b9467315494ad565 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 499/995] 10.0.0.218 () {34 vars in 1097 bytes} [Tue Jul 21 07:53:56 2026] GET /v2.0/security-groups?name=tempest-securitygroup--228097554&fields=id&tenant_id=af71ebcc43df4d9abdcd9a8cf5a5454e => 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: 500/996] 199.19.213.44 () {34 vars in 1058 bytes} [Tue Jul 21 07:53:56 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.13&port_id=b09ef77f-7cbf-487a-99ec-b934486367a2 => 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: 501/997] 10.0.0.218 () {34 vars in 981 bytes} [Tue Jul 21 07:53:56 2026] GET /v2.0/networks?id=222b962c-e0ae-4957-8723-afb55309e09d => generated 669 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 502/998] 199.19.213.44 () {34 vars in 982 bytes} [Tue Jul 21 07:53:56 2026] GET /v2.0/subnets?id=66eec574-86e0-4523-8856-c3f2b151fc0d => generated 693 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 503/999] 10.0.0.218 () {34 vars in 964 bytes} [Tue Jul 21 07:53:56 2026] GET /v2.0/quotas/af71ebcc43df4d9abdcd9a8cf5a5454e => generated 292 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 504/1000] 199.19.213.44 () {34 vars in 1050 bytes} [Tue Jul 21 07:53:56 2026] GET /v2.0/ports?network_id=80eab7ca-7450-4505-8215-73c007411f70&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: 505/1001] 10.0.0.218 () {34 vars in 1001 bytes} [Tue Jul 21 07:53:57 2026] GET /v2.0/ports?tenant_id=af71ebcc43df4d9abdcd9a8cf5a5454e&fields=id => generated 57 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 506/1002] 199.19.213.44 () {34 vars in 1010 bytes} [Tue Jul 21 07:53:57 2026] GET /v2.0/networks/80eab7ca-7450-4505-8215-73c007411f70?fields=segments => generated 14 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 507/1003] 10.0.0.218 () {34 vars in 989 bytes} [Tue Jul 21 07:53:57 2026] GET /v2.0/ports?device_id=e6c16d0d-a666-4c81-ab7c-81229021cfeb => generated 973 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 508/1004] 10.0.0.218 () {34 vars in 1007 bytes} [Tue Jul 21 07:53:57 2026] GET /v2.0/networks/222b962c-e0ae-4957-8723-afb55309e09d?fields=segments => generated 14 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 509/1005] 199.19.213.44 () {34 vars in 1110 bytes} [Tue Jul 21 07:53:57 2026] GET /v2.0/networks/80eab7ca-7450-4505-8215-73c007411f70?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 510/1006] 10.0.0.218 () {34 vars in 1039 bytes} [Tue Jul 21 07:53:57 2026] GET /v2.0/security-groups?id=88635c22-8662-4425-ab6e-fdce5eebea21&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: 511/1007] 10.0.0.218 () {34 vars in 1107 bytes} [Tue Jul 21 07:53:57 2026] GET /v2.0/networks/222b962c-e0ae-4957-8723-afb55309e09d?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-21 07:53:57.377 8 INFO neutron.services.segments.plugin [-] Segment e967ea3f-8855-496b-8af5-8b59d43dfa55 resource provider aggregate not found 2026-07-21 07:53:57.381 8 INFO neutron.services.segments.plugin [-] Segment e967ea3f-8855-496b-8af5-8b59d43dfa55 resource provider aggregate not found 2026-07-21 07:53:57.394 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment e967ea3f-8855-496b-8af5-8b59d43dfa55 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e967ea3f-8855-496b-8af5-8b59d43dfa55 found for delete ", "request_id": "req-c9dc4079-0bcf-4928-b5bb-a700efa51a85"}]} 2026-07-21 07:53:57.398 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment e967ea3f-8855-496b-8af5-8b59d43dfa55 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e967ea3f-8855-496b-8af5-8b59d43dfa55 found for delete ", "request_id": "req-168f82aa-1086-4e4f-b776-51fb353a8864"}]} 2026-07-21 07:53:57.413 8 INFO neutron.services.segments.plugin [-] Segment d3494844-f5df-474c-80b9-ab7a0c0f50d1 resource provider aggregate not found 2026-07-21 07:53:57.416 8 INFO neutron.services.segments.plugin [-] Segment d3494844-f5df-474c-80b9-ab7a0c0f50d1 resource provider aggregate not found [pid: 7|app: 0|req: 497/1008] 10.0.0.32 () {34 vars in 667 bytes} [Tue Jul 21 07:53:56 2026] POST /v2.0/routers => generated 507 bytes in 1050 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-21 07:53:57.433 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment d3494844-f5df-474c-80b9-ab7a0c0f50d1 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d3494844-f5df-474c-80b9-ab7a0c0f50d1 found for delete ", "request_id": "req-0ba596d1-6115-4061-830e-9c2e4eea3f16"}]} 2026-07-21 07:53:57.445 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment d3494844-f5df-474c-80b9-ab7a0c0f50d1 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d3494844-f5df-474c-80b9-ab7a0c0f50d1 found for delete ", "request_id": "req-c082e740-14b1-4749-a112-907cc0e3ba39"}]} [pid: 7|app: 0|req: 498/1009] 10.0.0.218 () {34 vars in 989 bytes} [Tue Jul 21 07:53:57 2026] GET /v2.0/ports?device_id=4667103a-fae8-4244-a191-019a91d323c0 => 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: 512/1010] 10.0.0.32 () {34 vars in 663 bytes} [Tue Jul 21 07:53:57 2026] POST /v2.0/ports => generated 948 bytes in 397 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: 513/1011] 10.0.0.218 () {34 vars in 989 bytes} [Tue Jul 21 07:53:58 2026] GET /v2.0/ports?device_id=e6c16d0d-a666-4c81-ab7c-81229021cfeb => 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: 514/1012] 10.0.0.218 () {34 vars in 1039 bytes} [Tue Jul 21 07:53:58 2026] GET /v2.0/security-groups?id=88635c22-8662-4425-ab6e-fdce5eebea21&fields=id&fields=name => generated 113 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 515/1013] 10.0.0.218 () {34 vars in 989 bytes} [Tue Jul 21 07:53:58 2026] GET /v2.0/ports?device_id=4667103a-fae8-4244-a191-019a91d323c0 => 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: 499/1014] 10.0.0.32 () {34 vars in 781 bytes} [Tue Jul 21 07:53:57 2026] PUT /v2.0/routers/8dbf245a-a89e-4b9e-8c05-9f964d1f574a/add_router_interface => generated 309 bytes in 1098 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 516/1015] 10.0.0.32 () {32 vars in 715 bytes} [Tue Jul 21 07:53:58 2026] GET /v2.0/ports/c6d523a9-0002-408d-a691-36236afff496 => generated 1022 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-07-21 07:53:59.287 7 INFO neutron_taas.services.taas.taas_plugin [None req-55adebdb-2b7b-4b5d-9a0d-00178ff97509 d357ee8faf3a4b2490947a2f802bfbd9 63068d2463fe4636b9467315494ad565 - - default default] TaaS: Handle Delete Port: c6d523a9-0002-408d-a691-36236afff496 2026-07-21 07:53:59.291 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-55adebdb-2b7b-4b5d-9a0d-00178ff97509 d357ee8faf3a4b2490947a2f802bfbd9 63068d2463fe4636b9467315494ad565 - - default default] Tap Mirror: Handle Delete Port: c6d523a9-0002-408d-a691-36236afff496 [pid: 8|app: 0|req: 517/1016] 10.0.0.218 () {34 vars in 989 bytes} [Tue Jul 21 07:53:59 2026] GET /v2.0/ports?device_id=e6c16d0d-a666-4c81-ab7c-81229021cfeb => generated 973 bytes in 93 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 518/1017] 10.0.0.218 () {34 vars in 1039 bytes} [Tue Jul 21 07:53:59 2026] GET /v2.0/security-groups?id=88635c22-8662-4425-ab6e-fdce5eebea21&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: 519/1018] 10.0.0.218 () {34 vars in 989 bytes} [Tue Jul 21 07:53:59 2026] GET /v2.0/ports?device_id=4667103a-fae8-4244-a191-019a91d323c0 => generated 12 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 500/1019] 10.0.0.32 () {34 vars in 787 bytes} [Tue Jul 21 07:53:58 2026] PUT /v2.0/routers/8dbf245a-a89e-4b9e-8c05-9f964d1f574a/remove_router_interface => generated 309 bytes in 853 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-21 07:53:59.979 8 INFO neutron.api.v2.resource [None req-8677698b-fd03-4c33-9d42-c9702829d9fb d357ee8faf3a4b2490947a2f802bfbd9 63068d2463fe4636b9467315494ad565 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 8|app: 0|req: 520/1020] 10.0.0.32 () {34 vars in 787 bytes} [Tue Jul 21 07:53:59 2026] PUT /v2.0/routers/8dbf245a-a89e-4b9e-8c05-9f964d1f574a/remove_router_interface => generated 197 bytes in 132 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 521/1021] 10.0.0.32 () {32 vars in 734 bytes} [Tue Jul 21 07:53:59 2026] GET /v2.0/ports?device_id=8dbf245a-a89e-4b9e-8c05-9f964d1f574a => generated 12 bytes in 20 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-21 07:54:00.175 8 INFO neutron_taas.services.taas.taas_plugin [None req-e899e247-6729-4a98-a5cd-a50a47aaac3d d357ee8faf3a4b2490947a2f802bfbd9 63068d2463fe4636b9467315494ad565 - - default default] TaaS: Handle Delete Port: e9f62893-4817-4f73-bfa8-5c65e9c31e83 2026-07-21 07:54:00.177 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e899e247-6729-4a98-a5cd-a50a47aaac3d d357ee8faf3a4b2490947a2f802bfbd9 63068d2463fe4636b9467315494ad565 - - default default] Tap Mirror: Handle Delete Port: e9f62893-4817-4f73-bfa8-5c65e9c31e83 [pid: 7|app: 0|req: 501/1022] 10.0.0.32 () {32 vars in 772 bytes} [Tue Jul 21 07:53:59 2026] GET /v2.0/security-groups?tenant_id=385a9997fb754e83a9c49684940191f8&name=default => generated 2925 bytes in 266 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 502/1023] 10.0.0.32 () {32 vars in 738 bytes} [Tue Jul 21 07:54:00 2026] DELETE /v2.0/security-groups/71d3167f-0831-4194-8a06-f732045112e6 => generated 0 bytes in 111 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-21 07:54:00.522 8 INFO neutron.services.segments.plugin [-] Segment 6b6adcab-6af3-45bc-84ea-b5b63209c055 resource provider aggregate not found 2026-07-21 07:54:00.528 8 INFO neutron.services.segments.plugin [-] Segment 6b6adcab-6af3-45bc-84ea-b5b63209c055 resource provider aggregate not found 2026-07-21 07:54:00.548 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 6b6adcab-6af3-45bc-84ea-b5b63209c055 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6b6adcab-6af3-45bc-84ea-b5b63209c055 found for delete ", "request_id": "req-2107d5da-5263-4596-b382-8d4efddb9a35"}]} 2026-07-21 07:54:00.553 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 6b6adcab-6af3-45bc-84ea-b5b63209c055 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6b6adcab-6af3-45bc-84ea-b5b63209c055 found for delete ", "request_id": "req-52c27229-f18f-45da-a5e8-30ef251880cf"}]} 2026-07-21 07:54:00.557 8 INFO neutron.db.l3_hamode_db [None req-e899e247-6729-4a98-a5cd-a50a47aaac3d d357ee8faf3a4b2490947a2f802bfbd9 63068d2463fe4636b9467315494ad565 - - default default] HA network 0ede2f91-bb09-4bc2-a2a0-573d2362cc61 was deleted as no HA routers are present in tenant 63068d2463fe4636b9467315494ad565. [pid: 8|app: 0|req: 522/1024] 10.0.0.32 () {32 vars in 722 bytes} [Tue Jul 21 07:54:00 2026] DELETE /v2.0/routers/8dbf245a-a89e-4b9e-8c05-9f964d1f574a => generated 0 bytes in 560 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 503/1025] 10.0.0.32 () {32 vars in 722 bytes} [Tue Jul 21 07:54:00 2026] DELETE /v2.0/subnets/71eca12d-fe3c-4c9d-92a5-cb9da7653f8b => generated 0 bytes in 131 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 504/1026] 10.0.0.218 () {34 vars in 989 bytes} [Tue Jul 21 07:54:00 2026] GET /v2.0/ports?device_id=e6c16d0d-a666-4c81-ab7c-81229021cfeb => generated 975 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 505/1027] 10.0.0.218 () {34 vars in 989 bytes} [Tue Jul 21 07:54:00 2026] GET /v2.0/ports?device_id=4667103a-fae8-4244-a191-019a91d323c0 => 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: 506/1028] 10.0.0.218 () {34 vars in 1039 bytes} [Tue Jul 21 07:54:00 2026] GET /v2.0/security-groups?id=88635c22-8662-4425-ab6e-fdce5eebea21&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: 523/1029] 10.0.0.32 () {32 vars in 724 bytes} [Tue Jul 21 07:54:00 2026] DELETE /v2.0/networks/8de8e771-1a9b-4671-93d9-0539c1992af9 => generated 0 bytes in 181 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-21 07:54:01.001 7 INFO neutron.db.segments_db [None req-d3f7989d-c1a5-4c89-99a4-2df745bee014 d357ee8faf3a4b2490947a2f802bfbd9 63068d2463fe4636b9467315494ad565 - - default default] Added segment 242923d0-6674-45a8-8837-e1539427a8a2 of type vxlan for network cd09ccf3-60d0-4958-9f6b-713744c73d60 [pid: 7|app: 0|req: 507/1030] 10.0.0.32 () {34 vars in 668 bytes} [Tue Jul 21 07:54:00 2026] POST /v2.0/networks => generated 630 bytes in 200 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 524/1031] 10.0.0.32 () {34 vars in 667 bytes} [Tue Jul 21 07:54:01 2026] POST /v2.0/subnets => generated 626 bytes in 220 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-21 07:54:01.415 7 INFO neutron.db.segments_db [None req-d5f317f4-d129-462d-af15-78b7aff1052e d357ee8faf3a4b2490947a2f802bfbd9 63068d2463fe4636b9467315494ad565 - - default default] Added segment 7f839ead-b58c-44b9-87a5-621331914196 of type vxlan for network 9caf5b27-0940-45cd-a2fc-fdfefc808fe2 2026-07-21 07:54:01.718 7 INFO neutron.db.l3_hamode_db [None req-d5f317f4-d129-462d-af15-78b7aff1052e d357ee8faf3a4b2490947a2f802bfbd9 63068d2463fe4636b9467315494ad565 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 525/1032] 199.19.213.44 () {34 vars in 984 bytes} [Tue Jul 21 07:54:01 2026] GET /v2.0/networks?id=222b962c-e0ae-4957-8723-afb55309e09d => generated 669 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 526/1033] 199.19.213.44 () {34 vars in 1048 bytes} [Tue Jul 21 07:54:01 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=af71ebcc43df4d9abdcd9a8cf5a5454e => generated 180 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-21 07:54:01.854 7 INFO neutron.db.l3_hamode_db [None req-d5f317f4-d129-462d-af15-78b7aff1052e d357ee8faf3a4b2490947a2f802bfbd9 63068d2463fe4636b9467315494ad565 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 527/1034] 199.19.213.44 () {38 vars in 953 bytes} [Tue Jul 21 07:54:01 2026] POST /v2.0/ports => generated 958 bytes in 419 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 528/1035] 10.0.0.218 () {34 vars in 989 bytes} [Tue Jul 21 07:54:02 2026] GET /v2.0/ports?device_id=4667103a-fae8-4244-a191-019a91d323c0 => generated 961 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 529/1036] 10.0.0.218 () {34 vars in 989 bytes} [Tue Jul 21 07:54:02 2026] GET /v2.0/ports?device_id=e6c16d0d-a666-4c81-ab7c-81229021cfeb => generated 975 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 508/1037] 10.0.0.32 () {34 vars in 667 bytes} [Tue Jul 21 07:54:01 2026] POST /v2.0/routers => generated 507 bytes in 1175 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 509/1038] 10.0.0.218 () {34 vars in 1039 bytes} [Tue Jul 21 07:54:02 2026] GET /v2.0/security-groups?id=2ac95bc8-f531-4149-bc76-8565cff2beb5&fields=id&fields=name => generated 113 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 510/1039] 10.0.0.218 () {34 vars in 1039 bytes} [Tue Jul 21 07:54:02 2026] GET /v2.0/security-groups?id=88635c22-8662-4425-ab6e-fdce5eebea21&fields=id&fields=name => generated 113 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-21 07:54:02.584 8 INFO neutron.services.segments.plugin [-] Segment 584e8a05-20e3-47b0-83d7-6c6d6eec0148 resource provider aggregate not found 2026-07-21 07:54:02.590 8 INFO neutron.services.segments.plugin [-] Segment 584e8a05-20e3-47b0-83d7-6c6d6eec0148 resource provider aggregate not found 2026-07-21 07:54:02.608 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 584e8a05-20e3-47b0-83d7-6c6d6eec0148 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 584e8a05-20e3-47b0-83d7-6c6d6eec0148 found for delete ", "request_id": "req-9ca94a8a-1d53-4bbf-ae28-f62d8d100a28"}]} 2026-07-21 07:54:02.617 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 584e8a05-20e3-47b0-83d7-6c6d6eec0148 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 584e8a05-20e3-47b0-83d7-6c6d6eec0148 found for delete ", "request_id": "req-92390995-d967-465d-b66b-00bd21a59337"}]} [pid: 8|app: 0|req: 530/1040] 199.19.213.44 () {38 vars in 1026 bytes} [Tue Jul 21 07:54:02 2026] PUT /v2.0/ports/bea2fda9-e734-4a78-9e14-73b11e78948e => generated 1239 bytes in 456 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: 531/1041] 10.0.0.218 () {34 vars in 989 bytes} [Tue Jul 21 07:54:02 2026] GET /v2.0/ports?device_id=e6c16d0d-a666-4c81-ab7c-81229021cfeb => generated 975 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-21 07:54:02.823 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-56e629ca-7016-4b6c-8fcc-920104b33395'] response: {'name': 'network-changed', 'server_uuid': '4667103a-fae8-4244-a191-019a91d323c0', 'tag': 'bea2fda9-e734-4a78-9e14-73b11e78948e', 'status': 'completed', 'code': 200} 2026-07-21 07:54:03.139 8 INFO neutron.db.l3_db [None req-d95b0e63-65c5-49f5-a983-70be32cb0574 83c8d9e783444ba3b062ec862a1f5055 7bdf677cdc4f48e38b595a7ef3ac1059 - - default default] Floating IP 037a343c-b2ca-4ceb-9f35-dff1422ad132 associated. External IP: 10.96.250.205, port: b09ef77f-7cbf-487a-99ec-b934486367a2. [pid: 8|app: 0|req: 532/1042] 10.0.0.32 () {34 vars in 747 bytes} [Tue Jul 21 07:54:02 2026] PUT /v2.0/floatingips/037a343c-b2ca-4ceb-9f35-dff1422ad132 => generated 856 bytes in 588 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 533/1043] 199.19.213.44 () {34 vars in 1078 bytes} [Tue Jul 21 07:54:03 2026] GET /v2.0/ports?tenant_id=af71ebcc43df4d9abdcd9a8cf5a5454e&device_id=4667103a-fae8-4244-a191-019a91d323c0 => generated 1242 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 534/1044] 199.19.213.44 () {34 vars in 1016 bytes} [Tue Jul 21 07:54:03 2026] GET /v2.0/networks?tenant_id=af71ebcc43df4d9abdcd9a8cf5a5454e&shared=False => generated 765 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 535/1045] 10.0.0.218 () {34 vars in 989 bytes} [Tue Jul 21 07:54:03 2026] GET /v2.0/ports?device_id=e6c16d0d-a666-4c81-ab7c-81229021cfeb => 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: 536/1046] 199.19.213.44 () {34 vars in 928 bytes} [Tue Jul 21 07:54:03 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 537/1047] 10.0.0.218 () {34 vars in 1039 bytes} [Tue Jul 21 07:54:03 2026] GET /v2.0/security-groups?id=88635c22-8662-4425-ab6e-fdce5eebea21&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: 538/1048] 10.0.0.218 () {34 vars in 989 bytes} [Tue Jul 21 07:54:03 2026] GET /v2.0/ports?device_id=4667103a-fae8-4244-a191-019a91d323c0 => 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: 539/1049] 10.0.0.218 () {34 vars in 1039 bytes} [Tue Jul 21 07:54:03 2026] GET /v2.0/security-groups?id=2ac95bc8-f531-4149-bc76-8565cff2beb5&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: 511/1050] 10.0.0.32 () {34 vars in 781 bytes} [Tue Jul 21 07:54:02 2026] PUT /v2.0/routers/d16df38b-abff-4d65-95db-676c5d6d47a0/add_router_interface => generated 309 bytes in 1240 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 540/1051] 10.0.0.32 () {32 vars in 715 bytes} [Tue Jul 21 07:54:03 2026] GET /v2.0/ports/681a0d5e-af74-4250-bafc-b7fd355951ee => generated 955 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 541/1052] 10.0.0.218 () {34 vars in 989 bytes} [Tue Jul 21 07:54:03 2026] GET /v2.0/ports?device_id=e6c16d0d-a666-4c81-ab7c-81229021cfeb => generated 975 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 542/1053] 10.0.0.218 () {34 vars in 1039 bytes} [Tue Jul 21 07:54:03 2026] GET /v2.0/security-groups?id=88635c22-8662-4425-ab6e-fdce5eebea21&fields=id&fields=name => generated 113 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-21 07:54:04.245 7 INFO neutron_taas.services.taas.taas_plugin [None req-60fcccf4-39de-4a9c-bbf1-0a1d95f2bedd d357ee8faf3a4b2490947a2f802bfbd9 63068d2463fe4636b9467315494ad565 - - default default] TaaS: Handle Delete Port: 681a0d5e-af74-4250-bafc-b7fd355951ee 2026-07-21 07:54:04.249 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-60fcccf4-39de-4a9c-bbf1-0a1d95f2bedd d357ee8faf3a4b2490947a2f802bfbd9 63068d2463fe4636b9467315494ad565 - - default default] Tap Mirror: Handle Delete Port: 681a0d5e-af74-4250-bafc-b7fd355951ee [pid: 7|app: 0|req: 512/1054] 10.0.0.32 () {34 vars in 787 bytes} [Tue Jul 21 07:54:03 2026] PUT /v2.0/routers/d16df38b-abff-4d65-95db-676c5d6d47a0/remove_router_interface => generated 309 bytes in 795 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 513/1055] 199.19.213.44 () {34 vars in 1078 bytes} [Tue Jul 21 07:54:04 2026] GET /v2.0/ports?tenant_id=af71ebcc43df4d9abdcd9a8cf5a5454e&device_id=4667103a-fae8-4244-a191-019a91d323c0 => generated 1242 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 514/1056] 10.0.0.32 () {32 vars in 734 bytes} [Tue Jul 21 07:54:04 2026] GET /v2.0/ports?device_id=d16df38b-abff-4d65-95db-676c5d6d47a0 => 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: 515/1057] 199.19.213.44 () {34 vars in 1058 bytes} [Tue Jul 21 07:54:04 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.10&port_id=bea2fda9-e734-4a78-9e14-73b11e78948e => generated 19 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 543/1058] 10.0.0.32 () {34 vars in 676 bytes} [Tue Jul 21 07:54:04 2026] POST /v2.0/qos/policies => generated 359 bytes in 194 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 544/1059] 199.19.213.44 () {34 vars in 982 bytes} [Tue Jul 21 07:54:04 2026] GET /v2.0/subnets?id=ccd91c35-bc64-4f51-b6b6-4a87334d93ab => generated 687 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 545/1060] 10.0.0.32 () {34 vars in 676 bytes} [Tue Jul 21 07:54:04 2026] POST /v2.0/qos/policies => generated 359 bytes in 30 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 546/1061] 199.19.213.44 () {34 vars in 1050 bytes} [Tue Jul 21 07:54:04 2026] GET /v2.0/ports?network_id=222b962c-e0ae-4957-8723-afb55309e09d&device_owner=network%3Adhcp => generated 1244 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-21 07:54:04.868 7 INFO neutron_taas.services.taas.taas_plugin [None req-1bbe2b21-d516-4ac9-b704-9ef8c41c861d d357ee8faf3a4b2490947a2f802bfbd9 63068d2463fe4636b9467315494ad565 - - default default] TaaS: Handle Delete Port: fa54c66c-b8d5-419e-91c0-0eb5a3cdfdae [pid: 8|app: 0|req: 547/1062] 10.0.0.218 () {34 vars in 989 bytes} [Tue Jul 21 07:54:04 2026] GET /v2.0/ports?device_id=4667103a-fae8-4244-a191-019a91d323c0 => generated 973 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-21 07:54:04.871 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1bbe2b21-d516-4ac9-b704-9ef8c41c861d d357ee8faf3a4b2490947a2f802bfbd9 63068d2463fe4636b9467315494ad565 - - default default] Tap Mirror: Handle Delete Port: fa54c66c-b8d5-419e-91c0-0eb5a3cdfdae 2026-07-21 07:54:04.874 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-41f7ad51-a5dd-42c3-8ffc-dd8f7c637ca6'] response: {'name': 'network-changed', 'server_uuid': 'e6c16d0d-a666-4c81-ab7c-81229021cfeb', 'tag': 'b09ef77f-7cbf-487a-99ec-b934486367a2', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 548/1063] 10.0.0.32 () {34 vars in 676 bytes} [Tue Jul 21 07:54:04 2026] POST /v2.0/qos/policies => generated 359 bytes in 29 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 549/1064] 199.19.213.44 () {34 vars in 1010 bytes} [Tue Jul 21 07:54:04 2026] GET /v2.0/networks/222b962c-e0ae-4957-8723-afb55309e09d?fields=segments => generated 14 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 550/1065] 10.0.0.218 () {34 vars in 1039 bytes} [Tue Jul 21 07:54:04 2026] GET /v2.0/security-groups?id=2ac95bc8-f531-4149-bc76-8565cff2beb5&fields=id&fields=name => generated 113 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 551/1066] 10.0.0.32 () {34 vars in 676 bytes} [Tue Jul 21 07:54:04 2026] POST /v2.0/qos/policies => generated 359 bytes in 35 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 552/1067] 199.19.213.44 () {34 vars in 1110 bytes} [Tue Jul 21 07:54:04 2026] GET /v2.0/networks/222b962c-e0ae-4957-8723-afb55309e09d?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 553/1068] 10.0.0.32 () {34 vars in 676 bytes} [Tue Jul 21 07:54:05 2026] POST /v2.0/qos/policies => generated 359 bytes in 44 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 554/1069] 10.0.0.218 () {34 vars in 989 bytes} [Tue Jul 21 07:54:05 2026] GET /v2.0/ports?device_id=e6c16d0d-a666-4c81-ab7c-81229021cfeb => generated 975 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 555/1070] 10.0.0.32 () {34 vars in 751 bytes} [Tue Jul 21 07:54:05 2026] PUT /v2.0/policies/db2ab11e-34a2-4c6d-b33e-42eb8433acb3/tags => generated 17 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 556/1071] 10.0.0.218 () {34 vars in 1039 bytes} [Tue Jul 21 07:54:05 2026] GET /v2.0/security-groups?id=88635c22-8662-4425-ab6e-fdce5eebea21&fields=id&fields=name => generated 113 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-21 07:54:05.241 7 INFO neutron.services.segments.plugin [-] Segment 7f839ead-b58c-44b9-87a5-621331914196 resource provider aggregate not found 2026-07-21 07:54:05.247 7 INFO neutron.services.segments.plugin [-] Segment 7f839ead-b58c-44b9-87a5-621331914196 resource provider aggregate not found 2026-07-21 07:54:05.265 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 7f839ead-b58c-44b9-87a5-621331914196 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7f839ead-b58c-44b9-87a5-621331914196 found for delete ", "request_id": "req-c1f2d435-03af-4173-8a15-2744c44b7681"}]} [pid: 8|app: 0|req: 557/1072] 10.0.0.32 () {34 vars in 751 bytes} [Tue Jul 21 07:54:05 2026] PUT /v2.0/policies/cbd66842-3b43-400e-9fc4-7ffeeec8808e/tags => generated 25 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-21 07:54:05.269 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 7f839ead-b58c-44b9-87a5-621331914196 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7f839ead-b58c-44b9-87a5-621331914196 found for delete ", "request_id": "req-905eb18a-c037-45e2-9736-777772f40311"}]} 2026-07-21 07:54:05.271 7 INFO neutron.db.l3_hamode_db [None req-1bbe2b21-d516-4ac9-b704-9ef8c41c861d d357ee8faf3a4b2490947a2f802bfbd9 63068d2463fe4636b9467315494ad565 - - default default] HA network 9caf5b27-0940-45cd-a2fc-fdfefc808fe2 was deleted as no HA routers are present in tenant 63068d2463fe4636b9467315494ad565. [pid: 7|app: 0|req: 516/1073] 10.0.0.32 () {32 vars in 722 bytes} [Tue Jul 21 07:54:04 2026] DELETE /v2.0/routers/d16df38b-abff-4d65-95db-676c5d6d47a0 => generated 0 bytes in 560 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 558/1074] 10.0.0.32 () {34 vars in 751 bytes} [Tue Jul 21 07:54:05 2026] PUT /v2.0/policies/85fa4839-da26-4257-81f2-5ebef5253f1b/tags => generated 34 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 559/1075] 10.0.0.32 () {34 vars in 751 bytes} [Tue Jul 21 07:54:05 2026] PUT /v2.0/policies/01d13573-fec7-4d6a-84cb-9865f7ad10e1/tags => generated 19 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 517/1076] 10.0.0.32 () {32 vars in 722 bytes} [Tue Jul 21 07:54:05 2026] DELETE /v2.0/subnets/c87ac59e-594d-48e3-9979-83922a821946 => generated 0 bytes in 126 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 560/1077] 199.19.213.44 () {34 vars in 1078 bytes} [Tue Jul 21 07:54:05 2026] GET /v2.0/ports?tenant_id=7bdf677cdc4f48e38b595a7ef3ac1059&device_id=e6c16d0d-a666-4c81-ab7c-81229021cfeb => generated 1244 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 561/1078] 199.19.213.44 () {34 vars in 984 bytes} [Tue Jul 21 07:54:05 2026] GET /v2.0/networks?id=80eab7ca-7450-4505-8215-73c007411f70 => generated 771 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 562/1079] 199.19.213.44 () {34 vars in 1058 bytes} [Tue Jul 21 07:54:05 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.13&port_id=b09ef77f-7cbf-487a-99ec-b934486367a2 => generated 861 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 563/1080] 199.19.213.44 () {34 vars in 982 bytes} [Tue Jul 21 07:54:05 2026] GET /v2.0/subnets?id=66eec574-86e0-4523-8856-c3f2b151fc0d => generated 693 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 518/1081] 10.0.0.32 () {32 vars in 724 bytes} [Tue Jul 21 07:54:05 2026] DELETE /v2.0/networks/cd09ccf3-60d0-4958-9f6b-713744c73d60 => generated 0 bytes in 152 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 564/1082] 199.19.213.44 () {34 vars in 1050 bytes} [Tue Jul 21 07:54:05 2026] GET /v2.0/ports?network_id=80eab7ca-7450-4505-8215-73c007411f70&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-21 07:54:05.624 7 INFO neutron.db.segments_db [None req-46c79d78-e968-4e70-9232-10c6d781eff5 d357ee8faf3a4b2490947a2f802bfbd9 63068d2463fe4636b9467315494ad565 - - default default] Added segment 931b05e8-8531-484c-9ad5-62599cf2f548 of type vxlan for network 96a23db9-33bb-489f-9553-839a307b463f [pid: 8|app: 0|req: 565/1083] 199.19.213.44 () {34 vars in 1010 bytes} [Tue Jul 21 07:54:05 2026] GET /v2.0/networks/80eab7ca-7450-4505-8215-73c007411f70?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: 566/1084] 199.19.213.44 () {34 vars in 1110 bytes} [Tue Jul 21 07:54:05 2026] GET /v2.0/networks/80eab7ca-7450-4505-8215-73c007411f70?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 567/1085] 10.0.0.32 () {32 vars in 672 bytes} [Tue Jul 21 07:54:05 2026] GET /v2.0/qos/policies?tags=red => generated 1101 bytes in 95 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-21 07:54:05.869 7 INFO neutron.db.l3_hamode_db [None req-46c79d78-e968-4e70-9232-10c6d781eff5 d357ee8faf3a4b2490947a2f802bfbd9 63068d2463fe4636b9467315494ad565 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 568/1086] 10.0.0.32 () {32 vars in 686 bytes} [Tue Jul 21 07:54:05 2026] GET /v2.0/qos/policies?tags=red%2Cblue => generated 747 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 569/1087] 10.0.0.32 () {32 vars in 682 bytes} [Tue Jul 21 07:54:05 2026] GET /v2.0/qos/policies?tags-any=blue => generated 747 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 570/1088] 10.0.0.32 () {32 vars in 694 bytes} [Tue Jul 21 07:54:05 2026] GET /v2.0/qos/policies?tags-any=red%2Cblue => generated 1101 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 571/1089] 10.0.0.32 () {32 vars in 680 bytes} [Tue Jul 21 07:54:06 2026] GET /v2.0/qos/policies?not-tags=red => generated 719 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 572/1090] 10.0.0.218 () {34 vars in 989 bytes} [Tue Jul 21 07:54:06 2026] GET /v2.0/ports?device_id=4667103a-fae8-4244-a191-019a91d323c0 => generated 973 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 573/1091] 10.0.0.32 () {32 vars in 694 bytes} [Tue Jul 21 07:54:06 2026] GET /v2.0/qos/policies?not-tags=red%2Cblue => generated 1073 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 574/1092] 10.0.0.218 () {34 vars in 1039 bytes} [Tue Jul 21 07:54:06 2026] GET /v2.0/security-groups?id=2ac95bc8-f531-4149-bc76-8565cff2beb5&fields=id&fields=name => generated 113 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 577/1095] 10.0.0.32 () {32 vars in 690 bytes} [Tue Jul 21 07:54:06 2026] GET /v2.0/qos/policies?not-tags-any=blue => generated 1073 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 578/1096] 10.0.0.32 () {32 vars in 702 bytes} [Tue Jul 21 07:54:06 2026] GET /v2.0/qos/policies?not-tags-any=red%2Cblue => generated 719 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 579/1097] 10.0.0.218 () {34 vars in 989 bytes} [Tue Jul 21 07:54:06 2026] GET /v2.0/ports?device_id=e6c16d0d-a666-4c81-ab7c-81229021cfeb => generated 975 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 580/1098] 10.0.0.32 () {32 vars in 732 bytes} [Tue Jul 21 07:54:06 2026] DELETE /v2.0/qos/policies/db2ab11e-34a2-4c6d-b33e-42eb8433acb3 => generated 0 bytes in 45 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 581/1099] 10.0.0.218 () {34 vars in 1039 bytes} [Tue Jul 21 07:54:06 2026] GET /v2.0/security-groups?id=88635c22-8662-4425-ab6e-fdce5eebea21&fields=id&fields=name => generated 113 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 582/1100] 199.19.213.44 () {34 vars in 992 bytes} [Tue Jul 21 07:54:06 2026] GET /v2.0/ports?device_id=e6c16d0d-a666-4c81-ab7c-81229021cfeb => generated 975 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 583/1101] 10.0.0.32 () {32 vars in 732 bytes} [Tue Jul 21 07:54:06 2026] DELETE /v2.0/qos/policies/cbd66842-3b43-400e-9fc4-7ffeeec8808e => generated 0 bytes in 50 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-21 07:54:06.494 7 INFO neutron.db.l3_hamode_db [None req-46c79d78-e968-4e70-9232-10c6d781eff5 d357ee8faf3a4b2490947a2f802bfbd9 63068d2463fe4636b9467315494ad565 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-21 07:54:06.569 8 INFO neutron_taas.services.taas.taas_plugin [req-bb64510b-334a-4919-9998-f0cc5fa7d546 req-98aff979-bc95-40f7-b425-5d107e4ae972 83c8d9e783444ba3b062ec862a1f5055 7bdf677cdc4f48e38b595a7ef3ac1059 - - default default] TaaS: Handle Delete Port: b09ef77f-7cbf-487a-99ec-b934486367a2 2026-07-21 07:54:06.574 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-bb64510b-334a-4919-9998-f0cc5fa7d546 req-98aff979-bc95-40f7-b425-5d107e4ae972 83c8d9e783444ba3b062ec862a1f5055 7bdf677cdc4f48e38b595a7ef3ac1059 - - default default] Tap Mirror: Handle Delete Port: b09ef77f-7cbf-487a-99ec-b934486367a2 2026-07-21 07:54:06.719 8 INFO neutron.db.l3_db [req-bb64510b-334a-4919-9998-f0cc5fa7d546 req-98aff979-bc95-40f7-b425-5d107e4ae972 83c8d9e783444ba3b062ec862a1f5055 7bdf677cdc4f48e38b595a7ef3ac1059 - - default default] Floating IP 037a343c-b2ca-4ceb-9f35-dff1422ad132 disassociated. External IP: 10.96.250.205, port: b09ef77f-7cbf-487a-99ec-b934486367a2. [pid: 8|app: 0|req: 584/1102] 199.19.213.44 () {36 vars in 995 bytes} [Tue Jul 21 07:54:06 2026] DELETE /v2.0/ports/b09ef77f-7cbf-487a-99ec-b934486367a2 => generated 0 bytes in 574 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-21 07:54:07.079 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-5cd6ad1d-6e0f-4046-a76c-96a63bf2f15f'] response: {'server_uuid': 'e6c16d0d-a666-4c81-ab7c-81229021cfeb', 'name': 'network-vif-deleted', 'tag': 'b09ef77f-7cbf-487a-99ec-b934486367a2', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 585/1103] 10.0.0.32 () {32 vars in 732 bytes} [Tue Jul 21 07:54:07 2026] DELETE /v2.0/qos/policies/85fa4839-da26-4257-81f2-5ebef5253f1b => generated 0 bytes in 55 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 586/1104] 10.0.0.32 () {32 vars in 732 bytes} [Tue Jul 21 07:54:07 2026] DELETE /v2.0/qos/policies/01d13573-fec7-4d6a-84cb-9865f7ad10e1 => generated 0 bytes in 48 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 587/1105] 10.0.0.32 () {32 vars in 732 bytes} [Tue Jul 21 07:54:07 2026] DELETE /v2.0/qos/policies/87c99b82-ffb2-4591-ad65-46024d558e27 => generated 0 bytes in 43 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 588/1106] 10.0.0.218 () {34 vars in 989 bytes} [Tue Jul 21 07:54:07 2026] GET /v2.0/ports?device_id=4667103a-fae8-4244-a191-019a91d323c0 => generated 973 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 589/1107] 10.0.0.218 () {34 vars in 1039 bytes} [Tue Jul 21 07:54:07 2026] GET /v2.0/security-groups?id=2ac95bc8-f531-4149-bc76-8565cff2beb5&fields=id&fields=name => generated 113 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-21 07:54:07.621 7 INFO neutron.services.segments.plugin [-] Segment 242923d0-6674-45a8-8837-e1539427a8a2 resource provider aggregate not found 2026-07-21 07:54:07.627 7 INFO neutron.services.segments.plugin [-] Segment 242923d0-6674-45a8-8837-e1539427a8a2 resource provider aggregate not found 2026-07-21 07:54:07.646 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 242923d0-6674-45a8-8837-e1539427a8a2 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 242923d0-6674-45a8-8837-e1539427a8a2 found for delete ", "request_id": "req-c58e8a92-93b0-41ff-aff5-d198b1d92531"}]} 2026-07-21 07:54:07.658 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 242923d0-6674-45a8-8837-e1539427a8a2 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 242923d0-6674-45a8-8837-e1539427a8a2 found for delete ", "request_id": "req-ec1ec57a-2f9f-461d-838c-4f8306ed9d2d"}]} [pid: 8|app: 0|req: 590/1108] 10.0.0.218 () {34 vars in 989 bytes} [Tue Jul 21 07:54:07 2026] GET /v2.0/ports?device_id=e6c16d0d-a666-4c81-ab7c-81229021cfeb => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 519/1109] 10.0.0.32 () {34 vars in 667 bytes} [Tue Jul 21 07:54:05 2026] POST /v2.0/routers => generated 688 bytes in 2117 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 591/1110] 10.0.0.32 () {32 vars in 719 bytes} [Tue Jul 21 07:54:07 2026] GET /v2.0/routers/0ab18073-e77e-459f-a606-d17bf5e2203a => generated 694 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 520/1111] 10.0.0.32 () {32 vars in 645 bytes} [Tue Jul 21 07:54:07 2026] GET /v2.0/routers => generated 697 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 592/1112] 10.0.0.32 () {34 vars in 739 bytes} [Tue Jul 21 07:54:07 2026] PUT /v2.0/routers/0ab18073-e77e-459f-a606-d17bf5e2203a => generated 701 bytes in 445 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 521/1113] 10.0.0.32 () {32 vars in 772 bytes} [Tue Jul 21 07:54:08 2026] GET /v2.0/security-groups?tenant_id=32a5cf2c0a864fbaa9eed6f967d3474c&name=default => generated 2925 bytes in 259 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 593/1114] 10.0.0.32 () {32 vars in 719 bytes} [Tue Jul 21 07:54:08 2026] GET /v2.0/routers/0ab18073-e77e-459f-a606-d17bf5e2203a => generated 701 bytes in 93 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 594/1115] 10.0.0.32 () {32 vars in 734 bytes} [Tue Jul 21 07:54:08 2026] GET /v2.0/ports?device_id=0ab18073-e77e-459f-a606-d17bf5e2203a => 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: 522/1116] 10.0.0.32 () {32 vars in 738 bytes} [Tue Jul 21 07:54:08 2026] DELETE /v2.0/security-groups/09725263-dacf-4ce5-9fe4-7e6f2645492a => generated 0 bytes in 89 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 595/1117] 10.0.0.218 () {34 vars in 989 bytes} [Tue Jul 21 07:54:08 2026] GET /v2.0/ports?device_id=4667103a-fae8-4244-a191-019a91d323c0 => generated 975 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 596/1118] 10.0.0.218 () {34 vars in 1039 bytes} [Tue Jul 21 07:54:08 2026] GET /v2.0/security-groups?id=2ac95bc8-f531-4149-bc76-8565cff2beb5&fields=id&fields=name => generated 113 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-21 07:54:08.656 7 INFO neutron_taas.services.taas.taas_plugin [None req-6bf19c5f-3cc1-4b02-bcf6-0dbef8c9881d d357ee8faf3a4b2490947a2f802bfbd9 63068d2463fe4636b9467315494ad565 - - default default] TaaS: Handle Delete Port: 22e3d5d2-2c22-420f-a014-2893bee90139 2026-07-21 07:54:08.660 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6bf19c5f-3cc1-4b02-bcf6-0dbef8c9881d d357ee8faf3a4b2490947a2f802bfbd9 63068d2463fe4636b9467315494ad565 - - default default] Tap Mirror: Handle Delete Port: 22e3d5d2-2c22-420f-a014-2893bee90139 [pid: 8|app: 0|req: 597/1119] 10.0.0.32 () {32 vars in 772 bytes} [Tue Jul 21 07:54:08 2026] GET /v2.0/security-groups?tenant_id=d47f8e48eaf04a62a67a797eb5889177&name=default => generated 2925 bytes in 148 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 598/1120] 10.0.0.32 () {32 vars in 738 bytes} [Tue Jul 21 07:54:08 2026] DELETE /v2.0/security-groups/1fb84fd5-622f-4c99-befc-9091f1a103c0 => 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: 599/1121] 10.0.0.218 () {34 vars in 989 bytes} [Tue Jul 21 07:54:08 2026] GET /v2.0/ports?device_id=e6c16d0d-a666-4c81-ab7c-81229021cfeb => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-21 07:54:08.896 7 INFO neutron_taas.services.taas.taas_plugin [None req-6bf19c5f-3cc1-4b02-bcf6-0dbef8c9881d d357ee8faf3a4b2490947a2f802bfbd9 63068d2463fe4636b9467315494ad565 - - default default] TaaS: Handle Delete Port: 624d8967-bc55-4e3d-bddb-eb6cc56a6002 2026-07-21 07:54:08.898 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6bf19c5f-3cc1-4b02-bcf6-0dbef8c9881d d357ee8faf3a4b2490947a2f802bfbd9 63068d2463fe4636b9467315494ad565 - - default default] Tap Mirror: Handle Delete Port: 624d8967-bc55-4e3d-bddb-eb6cc56a6002 [pid: 8|app: 0|req: 600/1122] 10.0.0.32 () {32 vars in 772 bytes} [Tue Jul 21 07:54:08 2026] GET /v2.0/security-groups?tenant_id=bd592604255246bda824d73c713868b6&name=default => generated 2925 bytes in 99 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 601/1123] 10.0.0.32 () {32 vars in 738 bytes} [Tue Jul 21 07:54:09 2026] DELETE /v2.0/security-groups/0c4afd5b-1e8f-4202-aced-0d79923b7093 => generated 0 bytes in 128 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-21 07:54:09.219 7 INFO neutron.db.l3_hamode_db [None req-6bf19c5f-3cc1-4b02-bcf6-0dbef8c9881d d357ee8faf3a4b2490947a2f802bfbd9 63068d2463fe4636b9467315494ad565 - - default default] HA network 96a23db9-33bb-489f-9553-839a307b463f was deleted as no HA routers are present in tenant 63068d2463fe4636b9467315494ad565. [pid: 7|app: 0|req: 523/1124] 10.0.0.32 () {32 vars in 722 bytes} [Tue Jul 21 07:54:08 2026] DELETE /v2.0/routers/0ab18073-e77e-459f-a606-d17bf5e2203a => generated 0 bytes in 775 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 602/1125] 10.0.0.32 () {32 vars in 734 bytes} [Tue Jul 21 07:54:09 2026] GET /v2.0/ports?device_id=0ab18073-e77e-459f-a606-d17bf5e2203a => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-21 07:54:09.274 7 INFO neutron.api.v2.resource [None req-5e970072-f4a3-473e-9b6b-7802e0fe54ae d357ee8faf3a4b2490947a2f802bfbd9 63068d2463fe4636b9467315494ad565 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 524/1126] 10.0.0.32 () {32 vars in 722 bytes} [Tue Jul 21 07:54:09 2026] DELETE /v2.0/routers/0ab18073-e77e-459f-a606-d17bf5e2203a => generated 135 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 603/1127] 10.0.0.32 () {32 vars in 734 bytes} [Tue Jul 21 07:54:09 2026] GET /v2.0/ports?device_id=d16df38b-abff-4d65-95db-676c5d6d47a0 => generated 12 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-21 07:54:09.335 7 INFO neutron.api.v2.resource [None req-5f38b103-3e49-4e85-aa53-62a28271de83 d357ee8faf3a4b2490947a2f802bfbd9 63068d2463fe4636b9467315494ad565 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 525/1128] 10.0.0.32 () {32 vars in 722 bytes} [Tue Jul 21 07:54:09 2026] DELETE /v2.0/routers/d16df38b-abff-4d65-95db-676c5d6d47a0 => generated 135 bytes in 29 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-21 07:54:09.359 8 INFO neutron.pecan_wsgi.hooks.translation [None req-d78085aa-7e3e-47d1-9fc9-891d1cde1fce d357ee8faf3a4b2490947a2f802bfbd9 63068d2463fe4636b9467315494ad565 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 604/1129] 10.0.0.32 () {32 vars in 722 bytes} [Tue Jul 21 07:54:09 2026] DELETE /v2.0/subnets/c87ac59e-594d-48e3-9979-83922a821946 => generated 136 bytes in 23 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 526/1130] 10.0.0.32 () {32 vars in 734 bytes} [Tue Jul 21 07:54:09 2026] GET /v2.0/ports?device_id=8dbf245a-a89e-4b9e-8c05-9f964d1f574a => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-21 07:54:09.416 8 INFO neutron.api.v2.resource [None req-543df756-693f-4a78-8aa2-fdab5f6ad56c d357ee8faf3a4b2490947a2f802bfbd9 63068d2463fe4636b9467315494ad565 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 605/1131] 10.0.0.32 () {32 vars in 722 bytes} [Tue Jul 21 07:54:09 2026] DELETE /v2.0/routers/8dbf245a-a89e-4b9e-8c05-9f964d1f574a => generated 135 bytes in 27 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-21 07:54:09.454 7 INFO neutron.pecan_wsgi.hooks.translation [None req-90ca2ca2-c919-4adc-8138-389932441f05 d357ee8faf3a4b2490947a2f802bfbd9 63068d2463fe4636b9467315494ad565 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 527/1132] 10.0.0.32 () {32 vars in 722 bytes} [Tue Jul 21 07:54:09 2026] DELETE /v2.0/subnets/71eca12d-fe3c-4c9d-92a5-cb9da7653f8b => generated 136 bytes in 35 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 606/1133] 10.0.0.32 () {32 vars in 734 bytes} [Tue Jul 21 07:54:09 2026] GET /v2.0/ports?device_id=dea07e88-8db9-464f-abeb-71f58caa1fd2 => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-21 07:54:09.506 7 INFO neutron.api.v2.resource [None req-2ce48358-ecce-4985-8bc7-41f5c57706a3 d357ee8faf3a4b2490947a2f802bfbd9 63068d2463fe4636b9467315494ad565 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 528/1134] 10.0.0.32 () {32 vars in 722 bytes} [Tue Jul 21 07:54:09 2026] DELETE /v2.0/routers/dea07e88-8db9-464f-abeb-71f58caa1fd2 => generated 135 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-21 07:54:09.527 8 INFO neutron.pecan_wsgi.hooks.translation [None req-c9b2e675-ed0d-4af7-9ecf-2d0ea044b438 d357ee8faf3a4b2490947a2f802bfbd9 63068d2463fe4636b9467315494ad565 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 607/1135] 10.0.0.32 () {32 vars in 722 bytes} [Tue Jul 21 07:54:09 2026] DELETE /v2.0/subnets/601dd781-5bc5-468a-b9f1-1b0939a2668b => generated 136 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-21 07:54:09.547 7 INFO neutron.pecan_wsgi.hooks.translation [None req-38404b0e-bcec-4e72-96b8-9a117a1bfec6 d357ee8faf3a4b2490947a2f802bfbd9 63068d2463fe4636b9467315494ad565 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 529/1136] 10.0.0.32 () {32 vars in 722 bytes} [Tue Jul 21 07:54:09 2026] DELETE /v2.0/subnets/35c7a82e-5753-4fd9-bdee-1b517bed8086 => generated 136 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 608/1137] 10.0.0.218 () {34 vars in 989 bytes} [Tue Jul 21 07:54:09 2026] GET /v2.0/ports?device_id=4667103a-fae8-4244-a191-019a91d323c0 => 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: 530/1138] 10.0.0.218 () {34 vars in 1039 bytes} [Tue Jul 21 07:54:09 2026] GET /v2.0/security-groups?id=2ac95bc8-f531-4149-bc76-8565cff2beb5&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-21 07:54:09.666 7 INFO neutron.services.segments.plugin [-] Segment 931b05e8-8531-484c-9ad5-62599cf2f548 resource provider aggregate not found 2026-07-21 07:54:09.681 7 INFO neutron.services.segments.plugin [-] Segment 931b05e8-8531-484c-9ad5-62599cf2f548 resource provider aggregate not found 2026-07-21 07:54:09.686 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 931b05e8-8531-484c-9ad5-62599cf2f548 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 931b05e8-8531-484c-9ad5-62599cf2f548 found for delete ", "request_id": "req-c386fe66-07e5-40da-a38c-6f6fb20f04a7"}]} 2026-07-21 07:54:09.699 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 931b05e8-8531-484c-9ad5-62599cf2f548 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 931b05e8-8531-484c-9ad5-62599cf2f548 found for delete ", "request_id": "req-5628488e-8c4b-4a72-b55b-9af3c3b3fdb0"}]} [pid: 8|app: 0|req: 609/1139] 10.0.0.218 () {34 vars in 989 bytes} [Tue Jul 21 07:54:09 2026] GET /v2.0/ports?device_id=e6c16d0d-a666-4c81-ab7c-81229021cfeb => 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: 531/1140] 10.0.0.32 () {32 vars in 772 bytes} [Tue Jul 21 07:54:10 2026] GET /v2.0/security-groups?tenant_id=63068d2463fe4636b9467315494ad565&name=default => generated 2925 bytes in 197 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 610/1141] 10.0.0.32 () {32 vars in 738 bytes} [Tue Jul 21 07:54:10 2026] DELETE /v2.0/security-groups/4ece4e09-eaa5-48eb-be9b-62f94fc41fcf => generated 0 bytes in 100 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 532/1142] 10.0.0.218 () {34 vars in 989 bytes} [Tue Jul 21 07:54:10 2026] GET /v2.0/ports?device_id=4667103a-fae8-4244-a191-019a91d323c0 => 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: 611/1143] 10.0.0.218 () {34 vars in 1039 bytes} [Tue Jul 21 07:54:10 2026] GET /v2.0/security-groups?id=2ac95bc8-f531-4149-bc76-8565cff2beb5&fields=id&fields=name => generated 113 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 533/1144] 10.0.0.218 () {34 vars in 989 bytes} [Tue Jul 21 07:54:10 2026] GET /v2.0/ports?device_id=4667103a-fae8-4244-a191-019a91d323c0 => 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: 534/1145] 10.0.0.32 () {32 vars in 738 bytes} [Tue Jul 21 07:54:10 2026] DELETE /v2.0/security-groups/88635c22-8662-4425-ab6e-fdce5eebea21 => generated 0 bytes in 96 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-21 07:54:11.106 7 INFO neutron.api.v2.resource [None req-cd842c3b-d9a6-457d-8b1a-5b91474b5ad7 83c8d9e783444ba3b062ec862a1f5055 7bdf677cdc4f48e38b595a7ef3ac1059 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 535/1146] 10.0.0.32 () {32 vars in 735 bytes} [Tue Jul 21 07:54:11 2026] GET /v2.0/security-groups/88635c22-8662-4425-ab6e-fdce5eebea21 => generated 146 bytes in 8 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-21 07:54:11.230 7 INFO neutron_taas.services.taas.taas_plugin [None req-38264e69-7b55-4b6a-a568-d60a4ad5e7ad 83c8d9e783444ba3b062ec862a1f5055 7bdf677cdc4f48e38b595a7ef3ac1059 - - default default] TaaS: Handle Delete Port: 17af8c1e-c89e-4165-8986-679a340cf666 2026-07-21 07:54:11.236 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-38264e69-7b55-4b6a-a568-d60a4ad5e7ad 83c8d9e783444ba3b062ec862a1f5055 7bdf677cdc4f48e38b595a7ef3ac1059 - - default default] Tap Mirror: Handle Delete Port: 17af8c1e-c89e-4165-8986-679a340cf666 2026-07-21 07:54:11.325 8 INFO neutron.db.l3_db [None req-7a19d826-4c93-49c1-af90-210713bd603c 1e7d973237dd4cfe93e41b105b59211f af71ebcc43df4d9abdcd9a8cf5a5454e - - default default] Floating IP 04770079-9379-4f85-ab8e-ac741caf58df associated. External IP: 10.96.250.204, port: bea2fda9-e734-4a78-9e14-73b11e78948e. [pid: 7|app: 0|req: 536/1147] 10.0.0.32 () {32 vars in 730 bytes} [Tue Jul 21 07:54:11 2026] DELETE /v2.0/floatingips/037a343c-b2ca-4ceb-9f35-dff1422ad132 => generated 0 bytes in 295 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 612/1148] 10.0.0.32 () {34 vars in 747 bytes} [Tue Jul 21 07:54:10 2026] PUT /v2.0/floatingips/04770079-9379-4f85-ab8e-ac741caf58df => generated 856 bytes in 681 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-21 07:54:11.718 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-3e579e02-6c55-4429-9c07-5351234c81da'] response: {'name': 'network-changed', 'server_uuid': '4667103a-fae8-4244-a191-019a91d323c0', 'tag': 'bea2fda9-e734-4a78-9e14-73b11e78948e', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 613/1149] 10.0.0.218 () {34 vars in 989 bytes} [Tue Jul 21 07:54:11 2026] GET /v2.0/ports?device_id=4667103a-fae8-4244-a191-019a91d323c0 => generated 975 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 614/1150] 10.0.0.218 () {34 vars in 1039 bytes} [Tue Jul 21 07:54:11 2026] GET /v2.0/security-groups?id=2ac95bc8-f531-4149-bc76-8565cff2beb5&fields=id&fields=name => generated 113 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-21 07:54:11.879 7 INFO neutron_taas.services.taas.taas_plugin [None req-46c60766-bfdd-4c6f-97f5-685c9acb2467 c91b302a1f0c4d688f2f771aebbdb373 3ab8b07b6cd247c2a83286280ea0a707 - - default default] TaaS: Handle Delete Port: b6acede7-661c-484c-a4ba-8e0ca2a06332 2026-07-21 07:54:11.883 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-46c60766-bfdd-4c6f-97f5-685c9acb2467 c91b302a1f0c4d688f2f771aebbdb373 3ab8b07b6cd247c2a83286280ea0a707 - - default default] Tap Mirror: Handle Delete Port: b6acede7-661c-484c-a4ba-8e0ca2a06332 [pid: 8|app: 0|req: 615/1151] 10.0.0.218 () {34 vars in 989 bytes} [Tue Jul 21 07:54:12 2026] GET /v2.0/ports?device_id=4667103a-fae8-4244-a191-019a91d323c0 => 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: 616/1152] 10.0.0.218 () {34 vars in 1039 bytes} [Tue Jul 21 07:54:12 2026] GET /v2.0/security-groups?id=2ac95bc8-f531-4149-bc76-8565cff2beb5&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: 617/1153] 199.19.213.44 () {34 vars in 1078 bytes} [Tue Jul 21 07:54:12 2026] GET /v2.0/ports?tenant_id=af71ebcc43df4d9abdcd9a8cf5a5454e&device_id=4667103a-fae8-4244-a191-019a91d323c0 => 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: 618/1154] 199.19.213.44 () {34 vars in 984 bytes} [Tue Jul 21 07:54:12 2026] GET /v2.0/networks?id=222b962c-e0ae-4957-8723-afb55309e09d => generated 765 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 619/1155] 199.19.213.44 () {34 vars in 1058 bytes} [Tue Jul 21 07:54:12 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.10&port_id=bea2fda9-e734-4a78-9e14-73b11e78948e => generated 859 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 620/1156] 199.19.213.44 () {34 vars in 982 bytes} [Tue Jul 21 07:54:12 2026] GET /v2.0/subnets?id=ccd91c35-bc64-4f51-b6b6-4a87334d93ab => generated 687 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 621/1157] 199.19.213.44 () {34 vars in 1050 bytes} [Tue Jul 21 07:54:12 2026] GET /v2.0/ports?network_id=222b962c-e0ae-4957-8723-afb55309e09d&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: 537/1158] 10.0.0.32 () {34 vars in 787 bytes} [Tue Jul 21 07:54:11 2026] PUT /v2.0/routers/56d4f94e-72e3-4d93-b65c-ebb89fd2b2f5/remove_router_interface => generated 309 bytes in 1171 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 622/1159] 199.19.213.44 () {34 vars in 1010 bytes} [Tue Jul 21 07:54:12 2026] GET /v2.0/networks/222b962c-e0ae-4957-8723-afb55309e09d?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: 623/1160] 199.19.213.44 () {34 vars in 1110 bytes} [Tue Jul 21 07:54:12 2026] GET /v2.0/networks/222b962c-e0ae-4957-8723-afb55309e09d?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) 2026-07-21 07:54:12.847 7 INFO neutron_taas.services.taas.taas_plugin [None req-58c3fe04-1316-4489-a684-e44ab041657b c91b302a1f0c4d688f2f771aebbdb373 3ab8b07b6cd247c2a83286280ea0a707 - - default default] TaaS: Handle Delete Port: 84602596-8f4c-4ea0-abe4-db57bb27249a 2026-07-21 07:54:12.850 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-58c3fe04-1316-4489-a684-e44ab041657b c91b302a1f0c4d688f2f771aebbdb373 3ab8b07b6cd247c2a83286280ea0a707 - - default default] Tap Mirror: Handle Delete Port: 84602596-8f4c-4ea0-abe4-db57bb27249a 2026-07-21 07:54:13.129 7 INFO neutron_taas.services.taas.taas_plugin [None req-58c3fe04-1316-4489-a684-e44ab041657b c91b302a1f0c4d688f2f771aebbdb373 3ab8b07b6cd247c2a83286280ea0a707 - - default default] TaaS: Handle Delete Port: b71ca499-1116-4d24-8a82-5139906fdb1d 2026-07-21 07:54:13.131 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-58c3fe04-1316-4489-a684-e44ab041657b c91b302a1f0c4d688f2f771aebbdb373 3ab8b07b6cd247c2a83286280ea0a707 - - default default] Tap Mirror: Handle Delete Port: b71ca499-1116-4d24-8a82-5139906fdb1d [pid: 8|app: 0|req: 624/1161] 10.0.0.218 () {34 vars in 989 bytes} [Tue Jul 21 07:54:13 2026] GET /v2.0/ports?device_id=4667103a-fae8-4244-a191-019a91d323c0 => generated 975 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 625/1162] 10.0.0.218 () {34 vars in 1039 bytes} [Tue Jul 21 07:54:13 2026] GET /v2.0/security-groups?id=2ac95bc8-f531-4149-bc76-8565cff2beb5&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-21 07:54:13.522 7 INFO neutron.services.segments.plugin [-] Segment a3061df2-e52b-49e4-b6c8-469dad5416fb resource provider aggregate not found 2026-07-21 07:54:13.531 7 INFO neutron.services.segments.plugin [-] Segment a3061df2-e52b-49e4-b6c8-469dad5416fb resource provider aggregate not found 2026-07-21 07:54:13.543 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment a3061df2-e52b-49e4-b6c8-469dad5416fb resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a3061df2-e52b-49e4-b6c8-469dad5416fb found for delete ", "request_id": "req-845f5915-0ac8-4d23-86bd-c543bd90c7a4"}]} 2026-07-21 07:54:13.558 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment a3061df2-e52b-49e4-b6c8-469dad5416fb resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a3061df2-e52b-49e4-b6c8-469dad5416fb found for delete ", "request_id": "req-88429a45-5ae7-40a2-8d25-3c7d64dee2fb"}]} 2026-07-21 07:54:13.569 7 INFO neutron.db.l3_hamode_db [None req-58c3fe04-1316-4489-a684-e44ab041657b c91b302a1f0c4d688f2f771aebbdb373 3ab8b07b6cd247c2a83286280ea0a707 - - default default] HA network cbe5dd0e-96ab-405b-89f9-c3de426aed7d was deleted as no HA routers are present in tenant 7bdf677cdc4f48e38b595a7ef3ac1059. [pid: 7|app: 0|req: 538/1163] 10.0.0.32 () {32 vars in 722 bytes} [Tue Jul 21 07:54:12 2026] DELETE /v2.0/routers/56d4f94e-72e3-4d93-b65c-ebb89fd2b2f5 => generated 0 bytes in 986 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 626/1164] 10.0.0.32 () {32 vars in 722 bytes} [Tue Jul 21 07:54:13 2026] DELETE /v2.0/subnets/66eec574-86e0-4523-8856-c3f2b151fc0d => generated 0 bytes in 151 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-21 07:54:13.834 7 INFO neutron_taas.services.taas.taas_plugin [None req-7453f38e-15cc-4e46-b2c2-9debc73417d8 c91b302a1f0c4d688f2f771aebbdb373 3ab8b07b6cd247c2a83286280ea0a707 - - default default] TaaS: Handle Delete Port: dc2de666-c9a9-410f-a635-a7deeca3c1c7 2026-07-21 07:54:13.837 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7453f38e-15cc-4e46-b2c2-9debc73417d8 c91b302a1f0c4d688f2f771aebbdb373 3ab8b07b6cd247c2a83286280ea0a707 - - default default] Tap Mirror: Handle Delete Port: dc2de666-c9a9-410f-a635-a7deeca3c1c7 2026-07-21 07:54:14.004 8 INFO neutron.db.segments_db [None req-01fca2ac-ce1c-498b-beb6-1fc9950be1e8 205faf9c100741e5a5682b43f75949cb d80173c65aaf4431972920fc0aea0d49 - - default default] Added segment e62b48b6-7343-434d-ada6-1a5b324827e3 of type vxlan for network 56678187-c87c-4c55-a4c4-d1722b382ba6 [pid: 7|app: 0|req: 539/1165] 10.0.0.32 () {32 vars in 724 bytes} [Tue Jul 21 07:54:13 2026] DELETE /v2.0/networks/80eab7ca-7450-4505-8215-73c007411f70 => generated 0 bytes in 280 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 627/1166] 10.0.0.32 () {34 vars in 668 bytes} [Tue Jul 21 07:54:13 2026] POST /v2.0/networks => generated 631 bytes in 347 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 628/1167] 10.0.0.32 () {32 vars in 772 bytes} [Tue Jul 21 07:54:14 2026] GET /v2.0/security-groups?tenant_id=7bdf677cdc4f48e38b595a7ef3ac1059&name=default => generated 2925 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 629/1168] 10.0.0.32 () {32 vars in 738 bytes} [Tue Jul 21 07:54:14 2026] DELETE /v2.0/security-groups/3e8d84bd-683d-4dbe-adf4-6c453c50ab8b => generated 0 bytes in 89 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 540/1169] 10.0.0.32 () {34 vars in 667 bytes} [Tue Jul 21 07:54:14 2026] POST /v2.0/subnets => generated 626 bytes in 255 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 541/1170] 10.0.0.218 () {34 vars in 989 bytes} [Tue Jul 21 07:54:14 2026] GET /v2.0/ports?device_id=4667103a-fae8-4244-a191-019a91d323c0 => generated 975 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-21 07:54:14.422 8 INFO neutron.db.segments_db [None req-32214a6e-dc45-4f2d-9626-7a31f5233698 205faf9c100741e5a5682b43f75949cb d80173c65aaf4431972920fc0aea0d49 - - default default] Added segment 09dcc9fb-8f4f-4400-917c-26b66e453530 of type vxlan for network 48e106a4-d1c9-4370-a019-b9e40e6967cd [pid: 7|app: 0|req: 542/1171] 10.0.0.218 () {34 vars in 1039 bytes} [Tue Jul 21 07:54:14 2026] GET /v2.0/security-groups?id=2ac95bc8-f531-4149-bc76-8565cff2beb5&fields=id&fields=name => generated 113 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 543/1172] 199.19.213.44 () {34 vars in 992 bytes} [Tue Jul 21 07:54:14 2026] GET /v2.0/ports?device_id=4667103a-fae8-4244-a191-019a91d323c0 => 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: 630/1173] 10.0.0.32 () {34 vars in 668 bytes} [Tue Jul 21 07:54:14 2026] POST /v2.0/networks => generated 631 bytes in 164 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-21 07:54:14.623 7 INFO neutron_taas.services.taas.taas_plugin [req-d987daa4-7f1c-4390-9817-a94bd9f07d20 req-546dfbf7-743c-4746-a467-59ee474406a9 1e7d973237dd4cfe93e41b105b59211f af71ebcc43df4d9abdcd9a8cf5a5454e - - default default] TaaS: Handle Delete Port: bea2fda9-e734-4a78-9e14-73b11e78948e 2026-07-21 07:54:14.626 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-d987daa4-7f1c-4390-9817-a94bd9f07d20 req-546dfbf7-743c-4746-a467-59ee474406a9 1e7d973237dd4cfe93e41b105b59211f af71ebcc43df4d9abdcd9a8cf5a5454e - - default default] Tap Mirror: Handle Delete Port: bea2fda9-e734-4a78-9e14-73b11e78948e 2026-07-21 07:54:14.752 7 INFO neutron.db.l3_db [req-d987daa4-7f1c-4390-9817-a94bd9f07d20 req-546dfbf7-743c-4746-a467-59ee474406a9 1e7d973237dd4cfe93e41b105b59211f af71ebcc43df4d9abdcd9a8cf5a5454e - - default default] Floating IP 04770079-9379-4f85-ab8e-ac741caf58df disassociated. External IP: 10.96.250.204, port: bea2fda9-e734-4a78-9e14-73b11e78948e. [pid: 8|app: 0|req: 631/1174] 10.0.0.32 () {34 vars in 667 bytes} [Tue Jul 21 07:54:14 2026] POST /v2.0/subnets => generated 629 bytes in 251 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-21 07:54:14.844 8 INFO neutron.db.segments_db [None req-323a03ff-bc3f-498b-afee-34ff5f8294e7 205faf9c100741e5a5682b43f75949cb d80173c65aaf4431972920fc0aea0d49 - - default default] Added segment 9ad4f133-e8d1-49b0-bf85-583e7cb17046 of type vxlan for network dd06340b-ac8d-43c5-8eb5-6604f79ff587 [pid: 8|app: 0|req: 632/1175] 10.0.0.32 () {34 vars in 668 bytes} [Tue Jul 21 07:54:14 2026] POST /v2.0/networks => generated 632 bytes in 128 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 544/1176] 199.19.213.44 () {36 vars in 995 bytes} [Tue Jul 21 07:54:14 2026] DELETE /v2.0/ports/bea2fda9-e734-4a78-9e14-73b11e78948e => generated 0 bytes in 599 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-21 07:54:15.139 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-66aefdda-bdfa-4c1d-b475-8be37d75a019'] response: {'server_uuid': '4667103a-fae8-4244-a191-019a91d323c0', 'name': 'network-vif-deleted', 'tag': 'bea2fda9-e734-4a78-9e14-73b11e78948e', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 633/1177] 10.0.0.32 () {32 vars in 772 bytes} [Tue Jul 21 07:54:14 2026] GET /v2.0/security-groups?tenant_id=b6231f73c4534b22b9f379b2122d123a&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: 634/1178] 10.0.0.32 () {32 vars in 738 bytes} [Tue Jul 21 07:54:15 2026] DELETE /v2.0/security-groups/7c1a9777-971c-4a0d-906b-c9bb1b57c783 => generated 0 bytes in 85 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 545/1179] 10.0.0.32 () {34 vars in 667 bytes} [Tue Jul 21 07:54:15 2026] POST /v2.0/subnets => generated 629 bytes in 247 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-21 07:54:15.415 8 INFO neutron.db.segments_db [None req-2f246473-a6db-451a-aed8-41358a3d29a4 205faf9c100741e5a5682b43f75949cb d80173c65aaf4431972920fc0aea0d49 - - default default] Added segment 357fe424-0d81-433f-ab2e-32bd95037914 of type vxlan for network 402dd3a6-3d67-4c83-bf16-b72cb4949117 [pid: 8|app: 0|req: 635/1180] 10.0.0.32 () {34 vars in 668 bytes} [Tue Jul 21 07:54:15 2026] POST /v2.0/networks => generated 631 bytes in 143 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 546/1181] 10.0.0.32 () {32 vars in 772 bytes} [Tue Jul 21 07:54:15 2026] GET /v2.0/security-groups?tenant_id=8f9996d6df6d443a98843b4a9f2704de&name=default => generated 2925 bytes in 141 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 547/1182] 10.0.0.218 () {34 vars in 989 bytes} [Tue Jul 21 07:54:15 2026] GET /v2.0/ports?device_id=4667103a-fae8-4244-a191-019a91d323c0 => generated 12 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-21 07:54:15.581 7 INFO neutron.services.segments.plugin [-] Segment a5dd2ef8-465e-4933-802c-bc7148213931 resource provider aggregate not found 2026-07-21 07:54:15.587 7 INFO neutron.services.segments.plugin [-] Segment a5dd2ef8-465e-4933-802c-bc7148213931 resource provider aggregate not found 2026-07-21 07:54:15.605 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment a5dd2ef8-465e-4933-802c-bc7148213931 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a5dd2ef8-465e-4933-802c-bc7148213931 found for delete ", "request_id": "req-7e5d95e4-bb94-46cf-a5eb-484abffb6d07"}]} 2026-07-21 07:54:15.622 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment a5dd2ef8-465e-4933-802c-bc7148213931 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a5dd2ef8-465e-4933-802c-bc7148213931 found for delete ", "request_id": "req-3f6f9804-2d9e-4011-ac2e-0d98e9e229e4"}]} [pid: 7|app: 0|req: 548/1183] 10.0.0.32 () {32 vars in 738 bytes} [Tue Jul 21 07:54:15 2026] DELETE /v2.0/security-groups/693bc00b-8f08-442e-b2df-2b2b6c466d2b => generated 0 bytes in 127 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 636/1184] 10.0.0.32 () {34 vars in 667 bytes} [Tue Jul 21 07:54:15 2026] POST /v2.0/subnets => generated 629 bytes in 283 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-21 07:54:15.843 7 INFO neutron.db.segments_db [None req-b57d97c4-9fff-4560-a86b-c7c034c236d3 205faf9c100741e5a5682b43f75949cb d80173c65aaf4431972920fc0aea0d49 - - default default] Added segment 1d455cf5-85bd-410a-8825-13cef19c0d9f of type vxlan for network e3c21d9e-e618-497a-94f7-a13ba05f41c6 [pid: 7|app: 0|req: 549/1185] 10.0.0.32 () {34 vars in 668 bytes} [Tue Jul 21 07:54:15 2026] POST /v2.0/networks => generated 631 bytes in 116 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 637/1186] 10.0.0.32 () {34 vars in 667 bytes} [Tue Jul 21 07:54:15 2026] POST /v2.0/subnets => generated 629 bytes in 210 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 638/1187] 10.0.0.32 () {34 vars in 749 bytes} [Tue Jul 21 07:54:16 2026] PUT /v2.0/subnets/507f1a16-bcf7-4099-b011-044504a07171/tags => generated 17 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 639/1188] 10.0.0.32 () {34 vars in 749 bytes} [Tue Jul 21 07:54:16 2026] PUT /v2.0/subnets/0f6a9d06-c063-492a-8873-7d4b3c526a50/tags => generated 25 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 640/1189] 10.0.0.32 () {34 vars in 749 bytes} [Tue Jul 21 07:54:16 2026] PUT /v2.0/subnets/c571a37e-ff86-4d1c-aa28-c0b12681958d/tags => generated 34 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-21 07:54:16.350 7 INFO neutron.db.segments_db [None req-0656e773-35fc-46ea-b9a7-24ac8dee0dde c91b302a1f0c4d688f2f771aebbdb373 3ab8b07b6cd247c2a83286280ea0a707 - - default default] Added segment 460f286a-5948-4279-a8d6-79296e58ecde of type vxlan for network 9b6268c5-ca39-4626-9663-25863c47b3e3 [pid: 8|app: 0|req: 641/1190] 10.0.0.32 () {34 vars in 749 bytes} [Tue Jul 21 07:54:16 2026] PUT /v2.0/subnets/209bf389-3086-4a05-8a22-13eee0912b0f/tags => generated 19 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 550/1191] 10.0.0.32 () {34 vars in 669 bytes} [Tue Jul 21 07:54:16 2026] POST /v2.0/networks => generated 743 bytes in 307 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 642/1192] 10.0.0.32 () {32 vars in 662 bytes} [Tue Jul 21 07:54:16 2026] GET /v2.0/subnets?tags=red => generated 1904 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 643/1193] 10.0.0.32 () {32 vars in 676 bytes} [Tue Jul 21 07:54:16 2026] GET /v2.0/subnets?tags=red%2Cblue => generated 1283 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 644/1194] 10.0.0.32 () {32 vars in 672 bytes} [Tue Jul 21 07:54:16 2026] GET /v2.0/subnets?tags-any=blue => generated 1283 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 645/1195] 10.0.0.32 () {32 vars in 684 bytes} [Tue Jul 21 07:54:16 2026] GET /v2.0/subnets?tags-any=red%2Cblue => generated 1904 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 551/1196] 10.0.0.32 () {34 vars in 667 bytes} [Tue Jul 21 07:54:16 2026] POST /v2.0/subnets => generated 690 bytes in 164 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 646/1197] 10.0.0.32 () {32 vars in 670 bytes} [Tue Jul 21 07:54:16 2026] GET /v2.0/subnets?not-tags=red => generated 1894 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-21 07:54:16.645 7 INFO neutron.db.segments_db [None req-07a74939-c925-4f11-a9af-7057ff9b7e44 c91b302a1f0c4d688f2f771aebbdb373 3ab8b07b6cd247c2a83286280ea0a707 - - default default] Added segment 5031132b-4179-4941-b6d4-44a4845ae00d of type vxlan for network b6504c32-f379-410a-baae-ae2cbfeba5f9 [pid: 8|app: 0|req: 647/1198] 10.0.0.32 () {32 vars in 684 bytes} [Tue Jul 21 07:54:16 2026] GET /v2.0/subnets?not-tags=red%2Cblue => generated 2515 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 648/1199] 10.0.0.218 () {34 vars in 989 bytes} [Tue Jul 21 07:54:16 2026] GET /v2.0/ports?device_id=4667103a-fae8-4244-a191-019a91d323c0 => 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: 649/1200] 10.0.0.32 () {32 vars in 680 bytes} [Tue Jul 21 07:54:16 2026] GET /v2.0/subnets?not-tags-any=blue => generated 2515 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 650/1201] 10.0.0.32 () {32 vars in 692 bytes} [Tue Jul 21 07:54:16 2026] GET /v2.0/subnets?not-tags-any=red%2Cblue => generated 1894 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 651/1202] 10.0.0.32 () {32 vars in 722 bytes} [Tue Jul 21 07:54:16 2026] DELETE /v2.0/subnets/507f1a16-bcf7-4099-b011-044504a07171 => generated 0 bytes in 118 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-21 07:54:16.912 7 INFO neutron.db.l3_hamode_db [None req-07a74939-c925-4f11-a9af-7057ff9b7e44 c91b302a1f0c4d688f2f771aebbdb373 a9083b784383448b92dfb1422e03d661 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 652/1203] 10.0.0.32 () {32 vars in 722 bytes} [Tue Jul 21 07:54:16 2026] DELETE /v2.0/subnets/0f6a9d06-c063-492a-8873-7d4b3c526a50 => generated 0 bytes in 124 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 653/1204] 10.0.0.32 () {32 vars in 722 bytes} [Tue Jul 21 07:54:17 2026] DELETE /v2.0/subnets/c571a37e-ff86-4d1c-aa28-c0b12681958d => generated 0 bytes in 121 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 654/1205] 10.0.0.32 () {32 vars in 722 bytes} [Tue Jul 21 07:54:17 2026] DELETE /v2.0/subnets/209bf389-3086-4a05-8a22-13eee0912b0f => generated 0 bytes in 113 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 655/1206] 10.0.0.32 () {32 vars in 722 bytes} [Tue Jul 21 07:54:17 2026] DELETE /v2.0/subnets/1be28b2e-7ced-4306-83bd-a98f96bdeb13 => generated 0 bytes in 130 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-21 07:54:17.529 8 INFO neutron.services.segments.plugin [-] Segment e62b48b6-7343-434d-ada6-1a5b324827e3 resource provider aggregate not found 2026-07-21 07:54:17.533 8 INFO neutron.services.segments.plugin [-] Segment e62b48b6-7343-434d-ada6-1a5b324827e3 resource provider aggregate not found 2026-07-21 07:54:17.547 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment e62b48b6-7343-434d-ada6-1a5b324827e3 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e62b48b6-7343-434d-ada6-1a5b324827e3 found for delete ", "request_id": "req-0d6d4b1b-b8d3-448a-89e5-1eb2bcba5aec"}]} 2026-07-21 07:54:17.548 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment e62b48b6-7343-434d-ada6-1a5b324827e3 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e62b48b6-7343-434d-ada6-1a5b324827e3 found for delete ", "request_id": "req-32858fde-3a1a-4e6a-a1f4-d9e765e78052"}]} [pid: 8|app: 0|req: 656/1207] 10.0.0.32 () {32 vars in 724 bytes} [Tue Jul 21 07:54:17 2026] DELETE /v2.0/networks/56678187-c87c-4c55-a4c4-d1722b382ba6 => generated 0 bytes in 146 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-21 07:54:17.648 7 INFO neutron.db.l3_hamode_db [None req-07a74939-c925-4f11-a9af-7057ff9b7e44 c91b302a1f0c4d688f2f771aebbdb373 3ab8b07b6cd247c2a83286280ea0a707 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 657/1208] 10.0.0.32 () {32 vars in 724 bytes} [Tue Jul 21 07:54:17 2026] DELETE /v2.0/networks/48e106a4-d1c9-4370-a019-b9e40e6967cd => generated 0 bytes in 124 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 658/1209] 10.0.0.32 () {32 vars in 724 bytes} [Tue Jul 21 07:54:17 2026] DELETE /v2.0/networks/dd06340b-ac8d-43c5-8eb5-6604f79ff587 => generated 0 bytes in 128 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 659/1210] 10.0.0.218 () {34 vars in 989 bytes} [Tue Jul 21 07:54:17 2026] GET /v2.0/ports?device_id=4667103a-fae8-4244-a191-019a91d323c0 => 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: 660/1211] 10.0.0.32 () {32 vars in 724 bytes} [Tue Jul 21 07:54:17 2026] DELETE /v2.0/networks/402dd3a6-3d67-4c83-bf16-b72cb4949117 => generated 0 bytes in 113 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 661/1212] 10.0.0.32 () {32 vars in 724 bytes} [Tue Jul 21 07:54:17 2026] DELETE /v2.0/networks/e3c21d9e-e618-497a-94f7-a13ba05f41c6 => generated 0 bytes in 145 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 552/1213] 10.0.0.32 () {34 vars in 667 bytes} [Tue Jul 21 07:54:16 2026] POST /v2.0/routers => generated 730 bytes in 1897 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 553/1214] 10.0.0.32 () {32 vars in 738 bytes} [Tue Jul 21 07:54:18 2026] DELETE /v2.0/security-groups/2ac95bc8-f531-4149-bc76-8565cff2beb5 => generated 0 bytes in 100 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 554/1215] 10.0.0.32 () {32 vars in 772 bytes} [Tue Jul 21 07:54:19 2026] GET /v2.0/security-groups?tenant_id=d80173c65aaf4431972920fc0aea0d49&name=default => generated 2925 bytes in 199 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-21 07:54:19.215 7 INFO neutron.api.v2.resource [None req-4eea63fb-f9e4-4ae4-af4b-ffff8c7d2624 1e7d973237dd4cfe93e41b105b59211f af71ebcc43df4d9abdcd9a8cf5a5454e - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 555/1216] 10.0.0.32 () {32 vars in 735 bytes} [Tue Jul 21 07:54:19 2026] GET /v2.0/security-groups/2ac95bc8-f531-4149-bc76-8565cff2beb5 => generated 146 bytes in 9 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 556/1217] 10.0.0.32 () {32 vars in 738 bytes} [Tue Jul 21 07:54:19 2026] DELETE /v2.0/security-groups/8ceaddd7-7f15-4248-b4bc-375c794096e0 => generated 0 bytes in 132 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-21 07:54:19.454 7 INFO neutron_taas.services.taas.taas_plugin [None req-2b3025fd-9c55-4b01-a822-2ed14dddfd4c 1e7d973237dd4cfe93e41b105b59211f af71ebcc43df4d9abdcd9a8cf5a5454e - - default default] TaaS: Handle Delete Port: 723afe2f-47fe-459b-8824-13048b717bda 2026-07-21 07:54:19.456 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2b3025fd-9c55-4b01-a822-2ed14dddfd4c 1e7d973237dd4cfe93e41b105b59211f af71ebcc43df4d9abdcd9a8cf5a5454e - - default default] Tap Mirror: Handle Delete Port: 723afe2f-47fe-459b-8824-13048b717bda [pid: 7|app: 0|req: 557/1218] 10.0.0.32 () {32 vars in 730 bytes} [Tue Jul 21 07:54:19 2026] DELETE /v2.0/floatingips/04770079-9379-4f85-ab8e-ac741caf58df => generated 0 bytes in 315 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 558/1219] 10.0.0.32 () {32 vars in 772 bytes} [Tue Jul 21 07:54:19 2026] GET /v2.0/security-groups?tenant_id=d8df3d2ba74649289afc963cb5597668&name=default => generated 2925 bytes in 139 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-21 07:54:19.915 8 INFO neutron.services.segments.plugin [-] Segment 09dcc9fb-8f4f-4400-917c-26b66e453530 resource provider aggregate not found 2026-07-21 07:54:19.916 8 INFO neutron.services.segments.plugin [-] Segment 09dcc9fb-8f4f-4400-917c-26b66e453530 resource provider aggregate not found 2026-07-21 07:54:19.934 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 09dcc9fb-8f4f-4400-917c-26b66e453530 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 09dcc9fb-8f4f-4400-917c-26b66e453530 found for delete ", "request_id": "req-d7dad8e3-8b07-4226-9ea7-340831973746"}]} 2026-07-21 07:54:19.939 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 09dcc9fb-8f4f-4400-917c-26b66e453530 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 09dcc9fb-8f4f-4400-917c-26b66e453530 found for delete ", "request_id": "req-1aef5a89-016f-436c-aed5-4d928a8d3761"}]} 2026-07-21 07:54:19.954 8 INFO neutron.services.segments.plugin [-] Segment 9ad4f133-e8d1-49b0-bf85-583e7cb17046 resource provider aggregate not found 2026-07-21 07:54:19.957 8 INFO neutron.services.segments.plugin [-] Segment 9ad4f133-e8d1-49b0-bf85-583e7cb17046 resource provider aggregate not found 2026-07-21 07:54:19.970 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 9ad4f133-e8d1-49b0-bf85-583e7cb17046 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9ad4f133-e8d1-49b0-bf85-583e7cb17046 found for delete ", "request_id": "req-12b912d0-7649-4306-86f7-ab54f2326f54"}]} 2026-07-21 07:54:19.975 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 9ad4f133-e8d1-49b0-bf85-583e7cb17046 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9ad4f133-e8d1-49b0-bf85-583e7cb17046 found for delete ", "request_id": "req-47d19f1f-1835-4740-800b-e767b0f22d97"}]} 2026-07-21 07:54:19.991 8 INFO neutron.services.segments.plugin [-] Segment 357fe424-0d81-433f-ab2e-32bd95037914 resource provider aggregate not found 2026-07-21 07:54:19.991 8 INFO neutron.services.segments.plugin [-] Segment 357fe424-0d81-433f-ab2e-32bd95037914 resource provider aggregate not found 2026-07-21 07:54:20.016 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 357fe424-0d81-433f-ab2e-32bd95037914 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 357fe424-0d81-433f-ab2e-32bd95037914 found for delete ", "request_id": "req-f39ec069-6105-41e7-a136-a455a9fcab10"}]} 2026-07-21 07:54:20.020 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 357fe424-0d81-433f-ab2e-32bd95037914 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 357fe424-0d81-433f-ab2e-32bd95037914 found for delete ", "request_id": "req-752746d3-ac66-492a-a303-2ef6ff94f9ea"}]} 2026-07-21 07:54:20.040 8 INFO neutron.services.segments.plugin [-] Segment 1d455cf5-85bd-410a-8825-13cef19c0d9f resource provider aggregate not found 2026-07-21 07:54:20.040 8 INFO neutron.services.segments.plugin [-] Segment 1d455cf5-85bd-410a-8825-13cef19c0d9f resource provider aggregate not found 2026-07-21 07:54:20.059 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 1d455cf5-85bd-410a-8825-13cef19c0d9f resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1d455cf5-85bd-410a-8825-13cef19c0d9f found for delete ", "request_id": "req-7447bc09-d605-471a-9151-3c005fe324cf"}]} 2026-07-21 07:54:20.061 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 1d455cf5-85bd-410a-8825-13cef19c0d9f resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1d455cf5-85bd-410a-8825-13cef19c0d9f found for delete ", "request_id": "req-3f62741d-f48f-4800-90f6-e80dafdf468d"}]} [pid: 8|app: 0|req: 662/1220] 10.0.0.32 () {34 vars in 781 bytes} [Tue Jul 21 07:54:18 2026] PUT /v2.0/routers/5f53e3e1-0ef2-41e9-b3d1-9e4669eccf70/add_router_interface => generated 309 bytes in 1647 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-21 07:54:20.169 7 INFO neutron_taas.services.taas.taas_plugin [None req-3c16cbf0-1136-491f-ae97-8ed127d9b7f6 c91b302a1f0c4d688f2f771aebbdb373 3ab8b07b6cd247c2a83286280ea0a707 - - default default] TaaS: Handle Delete Port: 8f89c198-b3d9-4bcc-9415-fd3a7d400547 2026-07-21 07:54:20.171 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3c16cbf0-1136-491f-ae97-8ed127d9b7f6 c91b302a1f0c4d688f2f771aebbdb373 3ab8b07b6cd247c2a83286280ea0a707 - - default default] Tap Mirror: Handle Delete Port: 8f89c198-b3d9-4bcc-9415-fd3a7d400547 [pid: 8|app: 0|req: 663/1221] 10.0.0.32 () {32 vars in 738 bytes} [Tue Jul 21 07:54:20 2026] DELETE /v2.0/security-groups/d84f7228-30c8-4c5a-96f5-3f00a2de83e4 => 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: 664/1222] 10.0.0.32 () {32 vars in 772 bytes} [Tue Jul 21 07:54:20 2026] GET /v2.0/security-groups?tenant_id=c06f53a777b74c51a2bd1ca61786d4c1&name=default => generated 2925 bytes in 155 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 559/1223] 10.0.0.32 () {34 vars in 787 bytes} [Tue Jul 21 07:54:19 2026] PUT /v2.0/routers/8bb8d270-b8e6-41ec-bc46-689846001ced/remove_router_interface => generated 309 bytes in 996 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 665/1224] 10.0.0.32 () {32 vars in 772 bytes} [Tue Jul 21 07:54:20 2026] GET /v2.0/security-groups?tenant_id=8125e800c6594c0685d245f388dc301a&name=default => generated 2925 bytes in 366 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 560/1225] 10.0.0.32 () {32 vars in 738 bytes} [Tue Jul 21 07:54:20 2026] DELETE /v2.0/security-groups/be303d0a-d321-4c89-acfc-5b8633f2d512 => generated 0 bytes in 117 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 666/1226] 10.0.0.32 () {34 vars in 683 bytes} [Tue Jul 21 07:54:20 2026] POST /v2.0/security-groups => generated 1661 bytes in 116 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 667/1227] 10.0.0.32 () {32 vars in 738 bytes} [Tue Jul 21 07:54:21 2026] DELETE /v2.0/security-groups/d591dbc1-6e72-4d61-b380-7ea4fc8e1acb => generated 0 bytes in 74 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-21 07:54:21.118 7 INFO neutron_taas.services.taas.taas_plugin [None req-2f1932f4-c027-41b2-9561-6e1e226eb841 c91b302a1f0c4d688f2f771aebbdb373 3ab8b07b6cd247c2a83286280ea0a707 - - default default] TaaS: Handle Delete Port: 46ad00ca-e0ae-4a96-9687-739dcdd9ad45 2026-07-21 07:54:21.122 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2f1932f4-c027-41b2-9561-6e1e226eb841 c91b302a1f0c4d688f2f771aebbdb373 3ab8b07b6cd247c2a83286280ea0a707 - - default default] Tap Mirror: Handle Delete Port: 46ad00ca-e0ae-4a96-9687-739dcdd9ad45 [pid: 8|app: 0|req: 668/1228] 10.0.0.32 () {34 vars in 693 bytes} [Tue Jul 21 07:54:21 2026] POST /v2.0/security-group-rules => generated 597 bytes in 129 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 671/1231] 10.0.0.32 () {34 vars in 693 bytes} [Tue Jul 21 07:54:21 2026] POST /v2.0/security-group-rules => generated 602 bytes in 142 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-21 07:54:21.452 7 INFO neutron_taas.services.taas.taas_plugin [None req-2f1932f4-c027-41b2-9561-6e1e226eb841 c91b302a1f0c4d688f2f771aebbdb373 3ab8b07b6cd247c2a83286280ea0a707 - - default default] TaaS: Handle Delete Port: 989a8e88-e704-4ab7-a5e4-1517a68f7ed5 2026-07-21 07:54:21.456 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2f1932f4-c027-41b2-9561-6e1e226eb841 c91b302a1f0c4d688f2f771aebbdb373 3ab8b07b6cd247c2a83286280ea0a707 - - default default] Tap Mirror: Handle Delete Port: 989a8e88-e704-4ab7-a5e4-1517a68f7ed5 [pid: 8|app: 0|req: 672/1232] 10.0.0.32 () {32 vars in 772 bytes} [Tue Jul 21 07:54:21 2026] GET /v2.0/security-groups?tenant_id=6670bf7398ee4d91aecb4d901e29b15d&name=default => generated 2925 bytes in 145 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-21 07:54:21.875 7 INFO neutron.services.segments.plugin [-] Segment b83b8a5e-a6b6-486b-af0e-ced129af3b6c resource provider aggregate not found 2026-07-21 07:54:21.878 7 INFO neutron.services.segments.plugin [-] Segment b83b8a5e-a6b6-486b-af0e-ced129af3b6c resource provider aggregate not found 2026-07-21 07:54:21.891 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment b83b8a5e-a6b6-486b-af0e-ced129af3b6c resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b83b8a5e-a6b6-486b-af0e-ced129af3b6c found for delete ", "request_id": "req-70537e7e-b216-481a-b0e8-e3206544ebe0"}]} 2026-07-21 07:54:21.894 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment b83b8a5e-a6b6-486b-af0e-ced129af3b6c resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b83b8a5e-a6b6-486b-af0e-ced129af3b6c found for delete ", "request_id": "req-744b19b4-6ee1-4380-9fc6-e262473027a0"}]} 2026-07-21 07:54:21.900 7 INFO neutron.db.l3_hamode_db [None req-2f1932f4-c027-41b2-9561-6e1e226eb841 c91b302a1f0c4d688f2f771aebbdb373 3ab8b07b6cd247c2a83286280ea0a707 - - default default] HA network 160ce554-5e84-4296-8a7e-a046f19e5643 was deleted as no HA routers are present in tenant af71ebcc43df4d9abdcd9a8cf5a5454e. [pid: 7|app: 0|req: 561/1233] 10.0.0.32 () {32 vars in 722 bytes} [Tue Jul 21 07:54:20 2026] DELETE /v2.0/routers/8bb8d270-b8e6-41ec-bc46-689846001ced => generated 0 bytes in 989 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 562/1234] 10.0.0.32 () {32 vars in 738 bytes} [Tue Jul 21 07:54:21 2026] DELETE /v2.0/security-groups/4e845a74-a940-47ba-b1f9-859fb1ac4463 => generated 0 bytes in 115 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 673/1235] 10.0.0.32 () {34 vars in 674 bytes} [Tue Jul 21 07:54:21 2026] POST /v2.0/floatingips => generated 552 bytes in 621 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 563/1236] 10.0.0.32 () {32 vars in 722 bytes} [Tue Jul 21 07:54:22 2026] DELETE /v2.0/subnets/ccd91c35-bc64-4f51-b6b6-4a87334d93ab => generated 0 bytes in 178 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-21 07:54:22.329 8 INFO neutron_taas.services.taas.taas_plugin [None req-41740245-d2ca-45a5-90ab-1741796b1aaa c91b302a1f0c4d688f2f771aebbdb373 3ab8b07b6cd247c2a83286280ea0a707 - - default default] TaaS: Handle Delete Port: 6cc9964d-d27c-45ae-9fd5-7211a613f67d 2026-07-21 07:54:22.332 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-41740245-d2ca-45a5-90ab-1741796b1aaa c91b302a1f0c4d688f2f771aebbdb373 3ab8b07b6cd247c2a83286280ea0a707 - - default default] Tap Mirror: Handle Delete Port: 6cc9964d-d27c-45ae-9fd5-7211a613f67d 2026-07-21 07:54:22.523 8 INFO neutron.services.segments.plugin [-] Segment a15ee9c7-b712-4dd9-ac85-bae4f75e27b8 resource provider aggregate not found 2026-07-21 07:54:22.528 8 INFO neutron.services.segments.plugin [-] Segment a15ee9c7-b712-4dd9-ac85-bae4f75e27b8 resource provider aggregate not found 2026-07-21 07:54:22.549 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment a15ee9c7-b712-4dd9-ac85-bae4f75e27b8 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a15ee9c7-b712-4dd9-ac85-bae4f75e27b8 found for delete ", "request_id": "req-4eb3af6e-f373-4f6d-805d-3f3ee5df45f3"}]} 2026-07-21 07:54:22.549 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment a15ee9c7-b712-4dd9-ac85-bae4f75e27b8 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a15ee9c7-b712-4dd9-ac85-bae4f75e27b8 found for delete ", "request_id": "req-c0cb3809-c24a-4ee7-9cfa-83e569f0e920"}]} [pid: 8|app: 0|req: 674/1237] 10.0.0.32 () {32 vars in 724 bytes} [Tue Jul 21 07:54:22 2026] DELETE /v2.0/networks/222b962c-e0ae-4957-8723-afb55309e09d => generated 0 bytes in 359 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 564/1238] 10.0.0.218 () {34 vars in 1099 bytes} [Tue Jul 21 07:54:22 2026] GET /v2.0/security-groups?name=tempest-securitygroup--1179271779&fields=id&tenant_id=a9083b784383448b92dfb1422e03d661 => generated 69 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 675/1239] 10.0.0.218 () {34 vars in 981 bytes} [Tue Jul 21 07:54:22 2026] GET /v2.0/networks?id=9b6268c5-ca39-4626-9663-25863c47b3e3 => generated 675 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 565/1240] 10.0.0.218 () {34 vars in 964 bytes} [Tue Jul 21 07:54:22 2026] GET /v2.0/quotas/a9083b784383448b92dfb1422e03d661 => generated 292 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 676/1241] 10.0.0.32 () {32 vars in 772 bytes} [Tue Jul 21 07:54:22 2026] GET /v2.0/security-groups?tenant_id=af71ebcc43df4d9abdcd9a8cf5a5454e&name=default => generated 2925 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 566/1242] 10.0.0.218 () {34 vars in 1001 bytes} [Tue Jul 21 07:54:22 2026] GET /v2.0/ports?tenant_id=a9083b784383448b92dfb1422e03d661&fields=id => generated 103 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 677/1243] 10.0.0.32 () {32 vars in 738 bytes} [Tue Jul 21 07:54:22 2026] DELETE /v2.0/security-groups/f9f6119c-f0cc-46df-84e5-659747e9bd35 => generated 0 bytes in 90 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 567/1244] 10.0.0.218 () {34 vars in 1007 bytes} [Tue Jul 21 07:54:22 2026] GET /v2.0/networks/9b6268c5-ca39-4626-9663-25863c47b3e3?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: 678/1245] 10.0.0.218 () {34 vars in 1107 bytes} [Tue Jul 21 07:54:22 2026] GET /v2.0/networks/9b6268c5-ca39-4626-9663-25863c47b3e3?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: 568/1246] 10.0.0.218 () {34 vars in 989 bytes} [Tue Jul 21 07:54:23 2026] GET /v2.0/ports?device_id=8636ae73-e575-43f9-ad97-bc0ab71a089f => 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: 569/1247] 10.0.0.218 () {34 vars in 989 bytes} [Tue Jul 21 07:54:24 2026] GET /v2.0/ports?device_id=8636ae73-e575-43f9-ad97-bc0ab71a089f => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-21 07:54:24.213 8 INFO neutron.db.segments_db [None req-d504864c-4778-41e2-a0ab-accaf2eec871 c91b302a1f0c4d688f2f771aebbdb373 3ab8b07b6cd247c2a83286280ea0a707 - - default default] Added segment ddd964f3-04dd-49c6-ac14-4e89fe2938ce of type vxlan for network fff09192-ab11-4d56-880e-3c4f9c183aca [pid: 8|app: 0|req: 679/1248] 10.0.0.32 () {34 vars in 669 bytes} [Tue Jul 21 07:54:23 2026] POST /v2.0/networks => generated 741 bytes in 352 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 570/1249] 10.0.0.32 () {34 vars in 667 bytes} [Tue Jul 21 07:54:24 2026] POST /v2.0/subnets => generated 688 bytes in 191 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-21 07:54:24.555 8 INFO neutron.db.segments_db [None req-c6fcecc0-0bea-4a33-89b8-44a7a1b66e27 c91b302a1f0c4d688f2f771aebbdb373 3ab8b07b6cd247c2a83286280ea0a707 - - default default] Added segment a4c4230f-8371-4270-bee1-df1ea95e824a of type vxlan for network a3277cea-dd7a-4e4f-a554-c82f2aa2634f 2026-07-21 07:54:24.740 7 INFO neutron.db.segments_db [None req-9eed9fe8-3dd9-497a-8439-000d86604b4a 396771971fbd4189a71603c2aa20a78e 58bbaad00c554b3496b5719c11fa9381 - - default default] Added segment 25a56f79-5a51-4272-89f7-068242be3b40 of type vxlan for network ac61b9b1-ee72-4af5-8c51-4db09ff617a4 2026-07-21 07:54:24.811 8 INFO neutron.db.l3_hamode_db [None req-c6fcecc0-0bea-4a33-89b8-44a7a1b66e27 c91b302a1f0c4d688f2f771aebbdb373 a5f0e685efbb4392b76189095b0a275c - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-21 07:54:25.008 7 INFO neutron.db.l3_hamode_db [None req-9eed9fe8-3dd9-497a-8439-000d86604b4a 396771971fbd4189a71603c2aa20a78e 58bbaad00c554b3496b5719c11fa9381 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-21 07:54:25.130 7 INFO neutron.db.l3_hamode_db [None req-9eed9fe8-3dd9-497a-8439-000d86604b4a 396771971fbd4189a71603c2aa20a78e 58bbaad00c554b3496b5719c11fa9381 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-21 07:54:25.542 8 INFO neutron.db.l3_hamode_db [None req-c6fcecc0-0bea-4a33-89b8-44a7a1b66e27 c91b302a1f0c4d688f2f771aebbdb373 3ab8b07b6cd247c2a83286280ea0a707 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 571/1250] 10.0.0.32 () {34 vars in 666 bytes} [Tue Jul 21 07:54:24 2026] POST /v2.0/routers => generated 474 bytes in 1199 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 572/1251] 10.0.0.218 () {34 vars in 989 bytes} [Tue Jul 21 07:54:25 2026] GET /v2.0/ports?device_id=8636ae73-e575-43f9-ad97-bc0ab71a089f => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 573/1252] 10.0.0.32 () {32 vars in 772 bytes} [Tue Jul 21 07:54:25 2026] GET /v2.0/security-groups?tenant_id=b89f7725e45f48d59f7cb38c9e3566a6&name=default => generated 2925 bytes in 218 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 574/1253] 10.0.0.32 () {34 vars in 749 bytes} [Tue Jul 21 07:54:26 2026] PUT /v2.0/routers/36497a49-a5b9-4564-afa0-d078ba776900/tags => generated 25 bytes in 92 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 575/1254] 10.0.0.32 () {32 vars in 738 bytes} [Tue Jul 21 07:54:26 2026] DELETE /v2.0/security-groups/57937f7b-0dd1-487b-85c4-52cd16c35dff => 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: 680/1255] 10.0.0.32 () {34 vars in 667 bytes} [Tue Jul 21 07:54:24 2026] POST /v2.0/routers => generated 728 bytes in 1730 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 576/1256] 10.0.0.32 () {32 vars in 729 bytes} [Tue Jul 21 07:54:26 2026] GET /v2.0/routers/36497a49-a5b9-4564-afa0-d078ba776900/tags => generated 25 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 577/1257] 10.0.0.32 () {34 vars in 760 bytes} [Tue Jul 21 07:54:26 2026] PUT /v2.0/routers/36497a49-a5b9-4564-afa0-d078ba776900/tags/green => generated 4 bytes in 162 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 578/1258] 10.0.0.32 () {32 vars in 729 bytes} [Tue Jul 21 07:54:26 2026] GET /v2.0/routers/36497a49-a5b9-4564-afa0-d078ba776900/tags => generated 34 bytes in 126 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 579/1259] 10.0.0.32 () {34 vars in 756 bytes} [Tue Jul 21 07:54:26 2026] PUT /v2.0/routers/36497a49-a5b9-4564-afa0-d078ba776900/tags/red => generated 4 bytes in 134 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 580/1260] 10.0.0.32 () {32 vars in 729 bytes} [Tue Jul 21 07:54:26 2026] GET /v2.0/routers/36497a49-a5b9-4564-afa0-d078ba776900/tags => generated 34 bytes in 103 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 581/1261] 10.0.0.32 () {34 vars in 778 bytes} [Tue Jul 21 07:54:26 2026] PUT /v2.0/routers/36497a49-a5b9-4564-afa0-d078ba776900/tags/black.or.white => generated 4 bytes in 141 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 582/1262] 10.0.0.218 () {34 vars in 989 bytes} [Tue Jul 21 07:54:26 2026] GET /v2.0/ports?device_id=8636ae73-e575-43f9-ad97-bc0ab71a089f => 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: 583/1263] 10.0.0.32 () {32 vars in 729 bytes} [Tue Jul 21 07:54:26 2026] GET /v2.0/routers/36497a49-a5b9-4564-afa0-d078ba776900/tags => generated 52 bytes in 92 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 584/1264] 10.0.0.32 () {34 vars in 749 bytes} [Tue Jul 21 07:54:27 2026] PUT /v2.0/routers/36497a49-a5b9-4564-afa0-d078ba776900/tags => generated 37 bytes in 117 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 585/1265] 10.0.0.32 () {32 vars in 729 bytes} [Tue Jul 21 07:54:27 2026] GET /v2.0/routers/36497a49-a5b9-4564-afa0-d078ba776900/tags => generated 37 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 586/1266] 199.19.213.44 () {34 vars in 984 bytes} [Tue Jul 21 07:54:27 2026] GET /v2.0/networks?id=9b6268c5-ca39-4626-9663-25863c47b3e3 => generated 675 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 681/1267] 10.0.0.32 () {34 vars in 781 bytes} [Tue Jul 21 07:54:26 2026] PUT /v2.0/routers/0648a407-2ca8-46fe-803b-ac2ffd4d30c0/add_router_interface => generated 309 bytes in 1173 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 587/1268] 10.0.0.32 () {32 vars in 737 bytes} [Tue Jul 21 07:54:27 2026] GET /v2.0/routers/36497a49-a5b9-4564-afa0-d078ba776900/tags/red => 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: 682/1269] 199.19.213.44 () {34 vars in 1048 bytes} [Tue Jul 21 07:54:27 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=a9083b784383448b92dfb1422e03d661 => generated 181 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-21 07:54:27.522 7 INFO neutron.api.v2.resource [None req-ceaeb6e4-2fc1-4f78-b936-5fad7d11f934 396771971fbd4189a71603c2aa20a78e 58bbaad00c554b3496b5719c11fa9381 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 588/1270] 10.0.0.32 () {32 vars in 741 bytes} [Tue Jul 21 07:54:27 2026] GET /v2.0/routers/36497a49-a5b9-4564-afa0-d078ba776900/tags/green => generated 99 bytes in 79 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 589/1271] 10.0.0.32 () {32 vars in 740 bytes} [Tue Jul 21 07:54:27 2026] DELETE /v2.0/routers/36497a49-a5b9-4564-afa0-d078ba776900/tags/red => generated 0 bytes in 101 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 590/1272] 10.0.0.32 () {32 vars in 729 bytes} [Tue Jul 21 07:54:27 2026] GET /v2.0/routers/36497a49-a5b9-4564-afa0-d078ba776900/tags => generated 30 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 683/1273] 199.19.213.44 () {38 vars in 953 bytes} [Tue Jul 21 07:54:27 2026] POST /v2.0/ports => generated 958 bytes in 316 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-21 07:54:27.796 7 INFO neutron.api.v2.resource [None req-b7f3c919-2828-46fc-b0c8-2af15b5e2a9c 396771971fbd4189a71603c2aa20a78e 58bbaad00c554b3496b5719c11fa9381 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 591/1274] 10.0.0.32 () {32 vars in 744 bytes} [Tue Jul 21 07:54:27 2026] DELETE /v2.0/routers/36497a49-a5b9-4564-afa0-d078ba776900/tags/green => generated 99 bytes in 80 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 592/1275] 10.0.0.32 () {32 vars in 732 bytes} [Tue Jul 21 07:54:27 2026] DELETE /v2.0/routers/36497a49-a5b9-4564-afa0-d078ba776900/tags => generated 0 bytes in 94 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 593/1276] 10.0.0.32 () {32 vars in 729 bytes} [Tue Jul 21 07:54:27 2026] GET /v2.0/routers/36497a49-a5b9-4564-afa0-d078ba776900/tags => generated 12 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 594/1277] 10.0.0.32 () {32 vars in 719 bytes} [Tue Jul 21 07:54:27 2026] GET /v2.0/routers/36497a49-a5b9-4564-afa0-d078ba776900 => generated 480 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 684/1278] 199.19.213.44 () {38 vars in 1026 bytes} [Tue Jul 21 07:54:27 2026] PUT /v2.0/ports/b3b78bcd-9422-4399-86a3-4140e4528209 => generated 1239 bytes in 314 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: 685/1279] 10.0.0.218 () {34 vars in 989 bytes} [Tue Jul 21 07:54:28 2026] GET /v2.0/ports?device_id=8636ae73-e575-43f9-ad97-bc0ab71a089f => generated 973 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-21 07:54:28.135 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-f6a27b68-1f7d-408d-9131-1df6d690a5ef'] response: {'name': 'network-changed', 'server_uuid': '8636ae73-e575-43f9-ad97-bc0ab71a089f', 'tag': 'b3b78bcd-9422-4399-86a3-4140e4528209', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 686/1280] 10.0.0.218 () {34 vars in 1039 bytes} [Tue Jul 21 07:54:28 2026] GET /v2.0/security-groups?id=417fc43b-4a8a-4986-803f-4eef751614cd&fields=id&fields=name => generated 114 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-21 07:54:28.631 8 INFO neutron.db.segments_db [None req-aa88d871-c22f-4bb9-a3b1-1169ed577398 c91b302a1f0c4d688f2f771aebbdb373 3ab8b07b6cd247c2a83286280ea0a707 - - default default] Added segment fb5a072c-31cb-4620-85c1-5003c9ac84d9 of type vxlan for network 767b44bb-2886-42ff-9a40-ede361138632 [pid: 8|app: 0|req: 687/1281] 10.0.0.32 () {34 vars in 669 bytes} [Tue Jul 21 07:54:28 2026] POST /v2.0/networks => generated 741 bytes in 278 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 688/1282] 199.19.213.44 () {34 vars in 1078 bytes} [Tue Jul 21 07:54:28 2026] GET /v2.0/ports?tenant_id=a9083b784383448b92dfb1422e03d661&device_id=8636ae73-e575-43f9-ad97-bc0ab71a089f => generated 1242 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 595/1283] 10.0.0.32 () {34 vars in 740 bytes} [Tue Jul 21 07:54:28 2026] PUT /v2.0/routers/36497a49-a5b9-4564-afa0-d078ba776900 => generated 480 bytes in 856 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 596/1284] 199.19.213.44 () {34 vars in 1016 bytes} [Tue Jul 21 07:54:28 2026] GET /v2.0/networks?tenant_id=a9083b784383448b92dfb1422e03d661&shared=False => generated 771 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 689/1285] 10.0.0.32 () {34 vars in 667 bytes} [Tue Jul 21 07:54:28 2026] POST /v2.0/subnets => generated 688 bytes in 174 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 597/1286] 10.0.0.32 () {32 vars in 734 bytes} [Tue Jul 21 07:54:28 2026] GET /v2.0/ports?device_id=36497a49-a5b9-4564-afa0-d078ba776900 => generated 12 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-21 07:54:28.990 8 INFO neutron.db.segments_db [None req-e7e93571-7fd4-41d8-86d0-1295f8a7ae8c c91b302a1f0c4d688f2f771aebbdb373 3ab8b07b6cd247c2a83286280ea0a707 - - default default] Added segment 1e9586d0-417f-473c-be71-110e756c37b4 of type vxlan for network 27030a04-660f-47cf-be0c-0a74b82d266d [pid: 7|app: 0|req: 598/1287] 199.19.213.44 () {34 vars in 928 bytes} [Tue Jul 21 07:54:28 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-21 07:54:29.169 7 INFO neutron_taas.services.taas.taas_plugin [None req-e61d2a7c-5834-4646-a4b5-219b89aa431f 396771971fbd4189a71603c2aa20a78e 58bbaad00c554b3496b5719c11fa9381 - - default default] TaaS: Handle Delete Port: e7f5a5c3-301d-4f15-a384-c766a77a4c8a 2026-07-21 07:54:29.173 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e61d2a7c-5834-4646-a4b5-219b89aa431f 396771971fbd4189a71603c2aa20a78e 58bbaad00c554b3496b5719c11fa9381 - - default default] Tap Mirror: Handle Delete Port: e7f5a5c3-301d-4f15-a384-c766a77a4c8a 2026-07-21 07:54:29.381 8 INFO neutron.db.l3_hamode_db [None req-e7e93571-7fd4-41d8-86d0-1295f8a7ae8c c91b302a1f0c4d688f2f771aebbdb373 cb488e05814d431992e3cb3c65413ec4 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-21 07:54:29.563 7 INFO neutron.services.segments.plugin [-] Segment 25a56f79-5a51-4272-89f7-068242be3b40 resource provider aggregate not found 2026-07-21 07:54:29.570 7 INFO neutron.services.segments.plugin [-] Segment 25a56f79-5a51-4272-89f7-068242be3b40 resource provider aggregate not found 2026-07-21 07:54:29.589 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 25a56f79-5a51-4272-89f7-068242be3b40 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 25a56f79-5a51-4272-89f7-068242be3b40 found for delete ", "request_id": "req-07c87321-ea5d-441b-8572-b15facfafccd"}]} 2026-07-21 07:54:29.595 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 25a56f79-5a51-4272-89f7-068242be3b40 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 25a56f79-5a51-4272-89f7-068242be3b40 found for delete ", "request_id": "req-74faa567-3a2a-4608-94bf-76278d75ce13"}]} 2026-07-21 07:54:29.617 7 INFO neutron.db.l3_hamode_db [None req-e61d2a7c-5834-4646-a4b5-219b89aa431f 396771971fbd4189a71603c2aa20a78e 58bbaad00c554b3496b5719c11fa9381 - - default default] HA network ac61b9b1-ee72-4af5-8c51-4db09ff617a4 was deleted as no HA routers are present in tenant 58bbaad00c554b3496b5719c11fa9381. [pid: 7|app: 0|req: 599/1288] 10.0.0.32 () {32 vars in 722 bytes} [Tue Jul 21 07:54:29 2026] DELETE /v2.0/routers/36497a49-a5b9-4564-afa0-d078ba776900 => generated 0 bytes in 621 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 600/1289] 10.0.0.218 () {34 vars in 989 bytes} [Tue Jul 21 07:54:29 2026] GET /v2.0/ports?device_id=8636ae73-e575-43f9-ad97-bc0ab71a089f => generated 973 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 601/1290] 10.0.0.218 () {34 vars in 1039 bytes} [Tue Jul 21 07:54:29 2026] GET /v2.0/security-groups?id=417fc43b-4a8a-4986-803f-4eef751614cd&fields=id&fields=name => generated 114 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 602/1291] 199.19.213.44 () {34 vars in 1078 bytes} [Tue Jul 21 07:54:30 2026] GET /v2.0/ports?tenant_id=a9083b784383448b92dfb1422e03d661&device_id=8636ae73-e575-43f9-ad97-bc0ab71a089f => generated 1242 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 603/1292] 199.19.213.44 () {34 vars in 1058 bytes} [Tue Jul 21 07:54:30 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.13&port_id=b3b78bcd-9422-4399-86a3-4140e4528209 => generated 19 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 604/1293] 199.19.213.44 () {34 vars in 982 bytes} [Tue Jul 21 07:54:30 2026] GET /v2.0/subnets?id=294ac5ee-5818-4292-acdc-8639181fbea8 => 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: 605/1294] 199.19.213.44 () {34 vars in 1050 bytes} [Tue Jul 21 07:54:30 2026] GET /v2.0/ports?network_id=9b6268c5-ca39-4626-9663-25863c47b3e3&device_owner=network%3Adhcp => generated 1244 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 606/1295] 199.19.213.44 () {34 vars in 1010 bytes} [Tue Jul 21 07:54:30 2026] GET /v2.0/networks/9b6268c5-ca39-4626-9663-25863c47b3e3?fields=segments => generated 14 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 607/1296] 199.19.213.44 () {34 vars in 1110 bytes} [Tue Jul 21 07:54:30 2026] GET /v2.0/networks/9b6268c5-ca39-4626-9663-25863c47b3e3?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-21 07:54:30.258 8 INFO neutron.db.l3_hamode_db [None req-e7e93571-7fd4-41d8-86d0-1295f8a7ae8c c91b302a1f0c4d688f2f771aebbdb373 3ab8b07b6cd247c2a83286280ea0a707 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 608/1297] 10.0.0.32 () {32 vars in 772 bytes} [Tue Jul 21 07:54:30 2026] GET /v2.0/security-groups?tenant_id=58bbaad00c554b3496b5719c11fa9381&name=default => generated 2925 bytes in 283 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 609/1298] 10.0.0.32 () {32 vars in 772 bytes} [Tue Jul 21 07:54:30 2026] GET /v2.0/security-groups?tenant_id=bf0c02b7ee274b1f92d5d59ac1399aa0&name=default => generated 2925 bytes in 175 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 610/1299] 10.0.0.32 () {32 vars in 738 bytes} [Tue Jul 21 07:54:30 2026] DELETE /v2.0/security-groups/d667fc12-1b5c-4d89-a217-2de2ddbba751 => generated 0 bytes in 113 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 611/1300] 10.0.0.32 () {32 vars in 738 bytes} [Tue Jul 21 07:54:30 2026] DELETE /v2.0/security-groups/557123da-d81d-405c-b383-14c9013bed86 => generated 0 bytes in 119 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 612/1301] 10.0.0.218 () {34 vars in 989 bytes} [Tue Jul 21 07:54:31 2026] GET /v2.0/ports?device_id=8636ae73-e575-43f9-ad97-bc0ab71a089f => generated 973 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 690/1302] 10.0.0.32 () {34 vars in 667 bytes} [Tue Jul 21 07:54:28 2026] POST /v2.0/routers => generated 728 bytes in 2173 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 691/1303] 10.0.0.218 () {34 vars in 1039 bytes} [Tue Jul 21 07:54:31 2026] GET /v2.0/security-groups?id=417fc43b-4a8a-4986-803f-4eef751614cd&fields=id&fields=name => generated 114 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 613/1304] 10.0.0.32 () {32 vars in 772 bytes} [Tue Jul 21 07:54:31 2026] GET /v2.0/security-groups?tenant_id=1b78cb4a1ae641e38e03df787f89f46e&name=default => generated 2925 bytes in 128 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 614/1305] 10.0.0.32 () {32 vars in 772 bytes} [Tue Jul 21 07:54:31 2026] GET /v2.0/security-groups?tenant_id=c95b580d6f194971978cf1652c60cc26&name=default => generated 2925 bytes in 122 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 615/1306] 10.0.0.32 () {32 vars in 738 bytes} [Tue Jul 21 07:54:31 2026] DELETE /v2.0/security-groups/84eb2e76-e5c9-4567-a6c2-8c4431075703 => 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: 616/1307] 10.0.0.32 () {32 vars in 738 bytes} [Tue Jul 21 07:54:31 2026] DELETE /v2.0/security-groups/0f641779-e2a1-4d77-b5b2-333109452c94 => generated 0 bytes in 118 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 617/1308] 10.0.0.218 () {34 vars in 989 bytes} [Tue Jul 21 07:54:32 2026] GET /v2.0/ports?device_id=8636ae73-e575-43f9-ad97-bc0ab71a089f => 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: 618/1309] 10.0.0.218 () {34 vars in 1039 bytes} [Tue Jul 21 07:54:32 2026] GET /v2.0/security-groups?id=417fc43b-4a8a-4986-803f-4eef751614cd&fields=id&fields=name => generated 114 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 692/1310] 10.0.0.32 () {34 vars in 781 bytes} [Tue Jul 21 07:54:31 2026] PUT /v2.0/routers/43f2a32b-ff85-431d-8a05-b90138352269/add_router_interface => generated 309 bytes in 1306 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 619/1311] 10.0.0.32 () {34 vars in 683 bytes} [Tue Jul 21 07:54:33 2026] POST /v2.0/security-groups => generated 1675 bytes in 120 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 693/1312] 10.0.0.32 () {34 vars in 693 bytes} [Tue Jul 21 07:54:33 2026] POST /v2.0/security-group-rules => generated 597 bytes in 120 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 694/1313] 10.0.0.218 () {34 vars in 989 bytes} [Tue Jul 21 07:54:33 2026] GET /v2.0/ports?device_id=8636ae73-e575-43f9-ad97-bc0ab71a089f => 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: 695/1314] 10.0.0.218 () {34 vars in 1039 bytes} [Tue Jul 21 07:54:33 2026] GET /v2.0/security-groups?id=417fc43b-4a8a-4986-803f-4eef751614cd&fields=id&fields=name => generated 114 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 620/1315] 10.0.0.32 () {34 vars in 693 bytes} [Tue Jul 21 07:54:33 2026] POST /v2.0/security-group-rules => generated 596 bytes in 144 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 696/1316] 10.0.0.32 () {34 vars in 693 bytes} [Tue Jul 21 07:54:33 2026] POST /v2.0/security-group-rules => generated 602 bytes in 116 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 621/1317] 10.0.0.32 () {34 vars in 693 bytes} [Tue Jul 21 07:54:33 2026] POST /v2.0/security-group-rules => generated 601 bytes in 125 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-21 07:54:33.825 8 INFO neutron.db.securitygroups_db [None req-afe401e5-1e6b-49c9-b15d-2c9a1d630690 1589a6b3c1754318910fce444a688a5f a5f0e685efbb4392b76189095b0a275c - - default default] Project a5f0e685efbb4392b76189095b0a275c 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: 697/1318] 10.0.0.32 () {34 vars in 693 bytes} [Tue Jul 21 07:54:33 2026] POST /v2.0/security-group-rules => generated 607 bytes in 156 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-21 07:54:33.980 7 INFO neutron.db.securitygroups_db [None req-3e83069f-bd64-491b-b79c-71c7af0f5d77 1589a6b3c1754318910fce444a688a5f a5f0e685efbb4392b76189095b0a275c - - default default] Project a5f0e685efbb4392b76189095b0a275c 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: 622/1319] 10.0.0.32 () {34 vars in 693 bytes} [Tue Jul 21 07:54:33 2026] POST /v2.0/security-group-rules => generated 606 bytes in 124 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 698/1320] 10.0.0.32 () {34 vars in 683 bytes} [Tue Jul 21 07:54:34 2026] POST /v2.0/security-groups => generated 1661 bytes in 125 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 623/1321] 10.0.0.218 () {34 vars in 989 bytes} [Tue Jul 21 07:54:34 2026] GET /v2.0/ports?device_id=8636ae73-e575-43f9-ad97-bc0ab71a089f => 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: 624/1322] 10.0.0.218 () {34 vars in 1039 bytes} [Tue Jul 21 07:54:34 2026] GET /v2.0/security-groups?id=417fc43b-4a8a-4986-803f-4eef751614cd&fields=id&fields=name => generated 114 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 699/1323] 10.0.0.32 () {34 vars in 693 bytes} [Tue Jul 21 07:54:34 2026] POST /v2.0/security-group-rules => generated 597 bytes in 137 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 625/1324] 10.0.0.218 () {34 vars in 989 bytes} [Tue Jul 21 07:54:34 2026] GET /v2.0/ports?device_id=8636ae73-e575-43f9-ad97-bc0ab71a089f => generated 975 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 700/1325] 10.0.0.32 () {34 vars in 693 bytes} [Tue Jul 21 07:54:34 2026] POST /v2.0/security-group-rules => generated 602 bytes in 103 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-21 07:54:35.214 8 INFO neutron.db.segments_db [None req-79d357f5-e58e-4c85-a1be-7abb563be367 c73c92a418424591bb10b480d9f30b46 b1077cd841b94d1f885498a2d0c2e696 - - default default] Added segment 8e0c86e7-de9a-407f-afe9-7d344c17ce49 of type vxlan for network e6c5fae3-b713-4057-8fab-9768e0889520 2026-07-21 07:54:35.216 7 INFO neutron.db.l3_db [None req-3e6df6c8-9db0-4220-a7a5-c13e092ce96b 3e4a88ded6b4425b9525f777ea26efea a9083b784383448b92dfb1422e03d661 - - default default] Floating IP befc9022-b4ee-4a25-9506-08a385a45aef associated. External IP: 10.96.250.206, port: b3b78bcd-9422-4399-86a3-4140e4528209. [pid: 8|app: 0|req: 701/1326] 10.0.0.32 () {34 vars in 668 bytes} [Tue Jul 21 07:54:34 2026] POST /v2.0/networks => generated 632 bytes in 419 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 626/1327] 10.0.0.32 () {34 vars in 747 bytes} [Tue Jul 21 07:54:34 2026] PUT /v2.0/floatingips/befc9022-b4ee-4a25-9506-08a385a45aef => generated 856 bytes in 732 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-21 07:54:35.626 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-62dc574d-5071-4e11-9787-35077ff19686'] response: {'name': 'network-changed', 'server_uuid': '8636ae73-e575-43f9-ad97-bc0ab71a089f', 'tag': 'b3b78bcd-9422-4399-86a3-4140e4528209', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 627/1328] 10.0.0.32 () {34 vars in 667 bytes} [Tue Jul 21 07:54:35 2026] POST /v2.0/subnets => generated 626 bytes in 309 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 702/1329] 10.0.0.32 () {34 vars in 674 bytes} [Tue Jul 21 07:54:35 2026] POST /v2.0/floatingips => generated 552 bytes in 608 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 628/1330] 10.0.0.32 () {34 vars in 749 bytes} [Tue Jul 21 07:54:35 2026] PUT /v2.0/subnets/4d20b044-2cad-4b90-8992-35ae392154bc/tags => generated 25 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 703/1331] 10.0.0.32 () {32 vars in 729 bytes} [Tue Jul 21 07:54:35 2026] GET /v2.0/subnets/4d20b044-2cad-4b90-8992-35ae392154bc/tags => generated 25 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 629/1332] 10.0.0.218 () {34 vars in 1099 bytes} [Tue Jul 21 07:54:35 2026] GET /v2.0/security-groups?name=tempest-securitygroup--1591999686&fields=id&tenant_id=a5f0e685efbb4392b76189095b0a275c => 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: 630/1333] 10.0.0.218 () {34 vars in 1099 bytes} [Tue Jul 21 07:54:36 2026] GET /v2.0/security-groups?name=tempest-secgroup-smoke-1055272888&fields=id&tenant_id=a5f0e685efbb4392b76189095b0a275c => generated 69 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 704/1334] 10.0.0.32 () {34 vars in 760 bytes} [Tue Jul 21 07:54:36 2026] PUT /v2.0/subnets/4d20b044-2cad-4b90-8992-35ae392154bc/tags/green => 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: 631/1335] 10.0.0.218 () {34 vars in 981 bytes} [Tue Jul 21 07:54:36 2026] GET /v2.0/networks?id=fff09192-ab11-4d56-880e-3c4f9c183aca => generated 673 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 705/1336] 10.0.0.32 () {32 vars in 729 bytes} [Tue Jul 21 07:54:36 2026] GET /v2.0/subnets/4d20b044-2cad-4b90-8992-35ae392154bc/tags => generated 34 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 632/1337] 10.0.0.218 () {34 vars in 964 bytes} [Tue Jul 21 07:54:36 2026] GET /v2.0/quotas/a5f0e685efbb4392b76189095b0a275c => generated 292 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 706/1338] 10.0.0.32 () {34 vars in 756 bytes} [Tue Jul 21 07:54:36 2026] PUT /v2.0/subnets/4d20b044-2cad-4b90-8992-35ae392154bc/tags/red => generated 4 bytes in 67 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 633/1339] 10.0.0.218 () {34 vars in 1001 bytes} [Tue Jul 21 07:54:36 2026] GET /v2.0/ports?tenant_id=a5f0e685efbb4392b76189095b0a275c&fields=id => generated 103 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 635/1342] 10.0.0.32 () {32 vars in 729 bytes} [Tue Jul 21 07:54:36 2026] GET /v2.0/subnets/4d20b044-2cad-4b90-8992-35ae392154bc/tags => generated 34 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 708/1343] 199.19.213.44 () {34 vars in 1078 bytes} [Tue Jul 21 07:54:36 2026] GET /v2.0/ports?tenant_id=a9083b784383448b92dfb1422e03d661&device_id=8636ae73-e575-43f9-ad97-bc0ab71a089f => 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: 636/1344] 10.0.0.218 () {34 vars in 1007 bytes} [Tue Jul 21 07:54:36 2026] GET /v2.0/networks/fff09192-ab11-4d56-880e-3c4f9c183aca?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: 637/1345] 199.19.213.44 () {34 vars in 984 bytes} [Tue Jul 21 07:54:36 2026] GET /v2.0/networks?id=9b6268c5-ca39-4626-9663-25863c47b3e3 => generated 771 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 709/1346] 10.0.0.32 () {34 vars in 778 bytes} [Tue Jul 21 07:54:36 2026] PUT /v2.0/subnets/4d20b044-2cad-4b90-8992-35ae392154bc/tags/black.or.white => generated 4 bytes in 64 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 638/1347] 10.0.0.218 () {34 vars in 1107 bytes} [Tue Jul 21 07:54:36 2026] GET /v2.0/networks/fff09192-ab11-4d56-880e-3c4f9c183aca?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 710/1348] 199.19.213.44 () {34 vars in 1058 bytes} [Tue Jul 21 07:54:36 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.13&port_id=b3b78bcd-9422-4399-86a3-4140e4528209 => generated 859 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 711/1349] 199.19.213.44 () {34 vars in 982 bytes} [Tue Jul 21 07:54:36 2026] GET /v2.0/subnets?id=294ac5ee-5818-4292-acdc-8639181fbea8 => generated 693 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 639/1350] 10.0.0.32 () {32 vars in 729 bytes} [Tue Jul 21 07:54:36 2026] GET /v2.0/subnets/4d20b044-2cad-4b90-8992-35ae392154bc/tags => generated 52 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 712/1351] 199.19.213.44 () {34 vars in 1050 bytes} [Tue Jul 21 07:54:36 2026] GET /v2.0/ports?network_id=9b6268c5-ca39-4626-9663-25863c47b3e3&device_owner=network%3Adhcp => generated 1244 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 640/1352] 10.0.0.32 () {34 vars in 749 bytes} [Tue Jul 21 07:54:36 2026] PUT /v2.0/subnets/4d20b044-2cad-4b90-8992-35ae392154bc/tags => generated 37 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 713/1353] 199.19.213.44 () {34 vars in 1010 bytes} [Tue Jul 21 07:54:36 2026] GET /v2.0/networks/9b6268c5-ca39-4626-9663-25863c47b3e3?fields=segments => generated 14 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 641/1354] 10.0.0.32 () {32 vars in 729 bytes} [Tue Jul 21 07:54:36 2026] GET /v2.0/subnets/4d20b044-2cad-4b90-8992-35ae392154bc/tags => generated 37 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 642/1355] 10.0.0.218 () {34 vars in 989 bytes} [Tue Jul 21 07:54:36 2026] GET /v2.0/ports?device_id=8aae0f27-314b-4785-8785-2bd005c7ed43 => 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: 714/1356] 199.19.213.44 () {34 vars in 1110 bytes} [Tue Jul 21 07:54:36 2026] GET /v2.0/networks/9b6268c5-ca39-4626-9663-25863c47b3e3?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 643/1357] 10.0.0.32 () {32 vars in 737 bytes} [Tue Jul 21 07:54:36 2026] GET /v2.0/subnets/4d20b044-2cad-4b90-8992-35ae392154bc/tags/red => generated 0 bytes in 44 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-21 07:54:36.597 8 INFO neutron.api.v2.resource [None req-1e5b1f92-4d1a-416a-90e2-52a5d0d63ec1 c73c92a418424591bb10b480d9f30b46 b1077cd841b94d1f885498a2d0c2e696 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 715/1358] 10.0.0.32 () {32 vars in 741 bytes} [Tue Jul 21 07:54:36 2026] GET /v2.0/subnets/4d20b044-2cad-4b90-8992-35ae392154bc/tags/green => generated 99 bytes in 55 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 644/1359] 10.0.0.32 () {32 vars in 740 bytes} [Tue Jul 21 07:54:36 2026] DELETE /v2.0/subnets/4d20b044-2cad-4b90-8992-35ae392154bc/tags/red => generated 0 bytes in 56 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 716/1360] 10.0.0.32 () {32 vars in 729 bytes} [Tue Jul 21 07:54:36 2026] GET /v2.0/subnets/4d20b044-2cad-4b90-8992-35ae392154bc/tags => generated 30 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-21 07:54:36.747 7 INFO neutron.api.v2.resource [None req-939c4032-12db-4aef-8400-ea286b47173b c73c92a418424591bb10b480d9f30b46 b1077cd841b94d1f885498a2d0c2e696 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 645/1361] 10.0.0.32 () {32 vars in 744 bytes} [Tue Jul 21 07:54:36 2026] DELETE /v2.0/subnets/4d20b044-2cad-4b90-8992-35ae392154bc/tags/green => generated 99 bytes in 45 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 717/1362] 10.0.0.32 () {32 vars in 732 bytes} [Tue Jul 21 07:54:36 2026] DELETE /v2.0/subnets/4d20b044-2cad-4b90-8992-35ae392154bc/tags => generated 0 bytes in 53 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 646/1363] 10.0.0.32 () {32 vars in 729 bytes} [Tue Jul 21 07:54:36 2026] GET /v2.0/subnets/4d20b044-2cad-4b90-8992-35ae392154bc/tags => generated 12 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 718/1364] 10.0.0.32 () {32 vars in 722 bytes} [Tue Jul 21 07:54:36 2026] DELETE /v2.0/subnets/4d20b044-2cad-4b90-8992-35ae392154bc => generated 0 bytes in 159 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-21 07:54:37.153 7 INFO neutron.services.segments.plugin [-] Segment 8e0c86e7-de9a-407f-afe9-7d344c17ce49 resource provider aggregate not found 2026-07-21 07:54:37.156 7 INFO neutron.services.segments.plugin [-] Segment 8e0c86e7-de9a-407f-afe9-7d344c17ce49 resource provider aggregate not found 2026-07-21 07:54:37.176 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 8e0c86e7-de9a-407f-afe9-7d344c17ce49 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8e0c86e7-de9a-407f-afe9-7d344c17ce49 found for delete ", "request_id": "req-83974c16-b3ed-4d98-8ddb-1e65b38d5ec7"}]} 2026-07-21 07:54:37.179 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 8e0c86e7-de9a-407f-afe9-7d344c17ce49 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8e0c86e7-de9a-407f-afe9-7d344c17ce49 found for delete ", "request_id": "req-00110749-4fd5-46d0-a776-90ce8e9be9d4"}]} [pid: 7|app: 0|req: 647/1365] 10.0.0.32 () {32 vars in 724 bytes} [Tue Jul 21 07:54:37 2026] DELETE /v2.0/networks/e6c5fae3-b713-4057-8fab-9768e0889520 => 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: 648/1366] 10.0.0.218 () {34 vars in 989 bytes} [Tue Jul 21 07:54:37 2026] GET /v2.0/ports?device_id=8aae0f27-314b-4785-8785-2bd005c7ed43 => 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: 719/1367] 10.0.0.32 () {32 vars in 772 bytes} [Tue Jul 21 07:54:37 2026] GET /v2.0/security-groups?tenant_id=79c143d17a064d7c987bacdfa77510a4&name=default => generated 2925 bytes in 384 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 720/1368] 10.0.0.32 () {32 vars in 738 bytes} [Tue Jul 21 07:54:37 2026] DELETE /v2.0/security-groups/ffbdf629-0c4a-48aa-a524-c1994e781ab0 => 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: 649/1369] 10.0.0.32 () {32 vars in 772 bytes} [Tue Jul 21 07:54:37 2026] GET /v2.0/security-groups?tenant_id=c562926898704aa1b6f6621b199567d9&name=default => generated 2925 bytes in 212 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 650/1370] 10.0.0.32 () {32 vars in 738 bytes} [Tue Jul 21 07:54:38 2026] DELETE /v2.0/security-groups/8212fc27-d7ca-4c61-9da1-bc6f509b8ca5 => 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: 721/1371] 10.0.0.32 () {32 vars in 772 bytes} [Tue Jul 21 07:54:38 2026] GET /v2.0/security-groups?tenant_id=2025ef28ea864c4bbcbbad2b36aebed1&name=default => generated 2925 bytes in 123 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 651/1372] 10.0.0.32 () {32 vars in 738 bytes} [Tue Jul 21 07:54:38 2026] DELETE /v2.0/security-groups/d483bd5b-1a6c-44ac-a24a-dd255e256a6b => 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: 722/1373] 10.0.0.32 () {32 vars in 772 bytes} [Tue Jul 21 07:54:38 2026] GET /v2.0/security-groups?tenant_id=b1077cd841b94d1f885498a2d0c2e696&name=default => generated 2925 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 652/1374] 10.0.0.32 () {32 vars in 738 bytes} [Tue Jul 21 07:54:38 2026] DELETE /v2.0/security-groups/a450b2ec-6596-4557-a10c-4c160fe8b691 => 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: 723/1375] 10.0.0.218 () {34 vars in 989 bytes} [Tue Jul 21 07:54:38 2026] GET /v2.0/ports?device_id=8aae0f27-314b-4785-8785-2bd005c7ed43 => 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: 653/1376] 10.0.0.218 () {34 vars in 989 bytes} [Tue Jul 21 07:54:39 2026] GET /v2.0/ports?device_id=8aae0f27-314b-4785-8785-2bd005c7ed43 => 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: 724/1377] 199.19.213.44 () {34 vars in 984 bytes} [Tue Jul 21 07:54:40 2026] GET /v2.0/networks?id=fff09192-ab11-4d56-880e-3c4f9c183aca => generated 673 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 725/1378] 199.19.213.44 () {34 vars in 1048 bytes} [Tue Jul 21 07:54:40 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=a5f0e685efbb4392b76189095b0a275c => generated 274 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 726/1379] 10.0.0.218 () {34 vars in 989 bytes} [Tue Jul 21 07:54:40 2026] GET /v2.0/ports?device_id=8aae0f27-314b-4785-8785-2bd005c7ed43 => 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: 654/1380] 10.0.0.32 () {32 vars in 772 bytes} [Tue Jul 21 07:54:40 2026] GET /v2.0/security-groups?tenant_id=e0467eba60424698b2ff9a2b90c50a6a&name=default => generated 2925 bytes in 337 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 655/1381] 10.0.0.32 () {32 vars in 738 bytes} [Tue Jul 21 07:54:41 2026] DELETE /v2.0/security-groups/41f68346-0ff4-490b-b1ff-ef04e3692e38 => generated 0 bytes in 151 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 727/1382] 199.19.213.44 () {38 vars in 953 bytes} [Tue Jul 21 07:54:40 2026] POST /v2.0/ports => generated 993 bytes in 517 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 656/1383] 199.19.213.44 () {38 vars in 1026 bytes} [Tue Jul 21 07:54:41 2026] PUT /v2.0/ports/4f6bd94e-af8e-48fe-9a39-7216126e247b => generated 1274 bytes in 464 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-21 07:54:41.878 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-dc81f3dd-232a-4592-91c5-661a2981dd2c'] response: {'name': 'network-changed', 'server_uuid': '8aae0f27-314b-4785-8785-2bd005c7ed43', 'tag': '4f6bd94e-af8e-48fe-9a39-7216126e247b', 'status': 'completed', 'code': 200} /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 657/1384] 10.0.0.218 () {34 vars in 989 bytes} [Tue Jul 21 07:54:41 2026] GET /v2.0/ports?device_id=8aae0f27-314b-4785-8785-2bd005c7ed43 => generated 1008 bytes in 99 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 658/1385] 10.0.0.218 () {34 vars in 1119 bytes} [Tue Jul 21 07:54:42 2026] GET /v2.0/security-groups?id=e5bc7f5b-4257-4a62-a3fe-bdb5750cc086&id=f373836a-9d80-4c4e-95dd-1e193f3d9431&fields=id&fields=name => generated 207 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-21 07:54:42.110 8 INFO neutron.db.segments_db [None req-c7f87394-8d42-4eb2-be3f-38d21249ce30 83d496a3cfcc41b7affd0fc7c1094e29 ecc53c398ba1433ca9ac23e69313a3ab - - default default] Added segment 723e7526-42a1-4318-899e-cefd10c6b541 of type vxlan for network 7e136703-0263-4f6c-a4ae-d995d3d0a5ae [pid: 8|app: 0|req: 728/1386] 10.0.0.32 () {34 vars in 668 bytes} [Tue Jul 21 07:54:41 2026] POST /v2.0/networks => generated 632 bytes in 485 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 729/1387] 199.19.213.44 () {34 vars in 1078 bytes} [Tue Jul 21 07:54:42 2026] GET /v2.0/ports?tenant_id=a5f0e685efbb4392b76189095b0a275c&device_id=8aae0f27-314b-4785-8785-2bd005c7ed43 => generated 1277 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 730/1388] 199.19.213.44 () {34 vars in 1016 bytes} [Tue Jul 21 07:54:42 2026] GET /v2.0/networks?tenant_id=a5f0e685efbb4392b76189095b0a275c&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: 731/1389] 199.19.213.44 () {34 vars in 928 bytes} [Tue Jul 21 07:54:42 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: 659/1390] 10.0.0.32 () {34 vars in 662 bytes} [Tue Jul 21 07:54:42 2026] POST /v2.0/ports => generated 743 bytes in 353 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 732/1391] 10.0.0.32 () {34 vars in 664 bytes} [Tue Jul 21 07:54:42 2026] POST /v2.0/trunks => generated 407 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: 660/1392] 10.0.0.32 () {34 vars in 747 bytes} [Tue Jul 21 07:54:42 2026] PUT /v2.0/trunks/5ee450d5-9c80-43d4-849e-aa0c8a8b8ea7/tags => generated 25 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 733/1393] 10.0.0.32 () {32 vars in 727 bytes} [Tue Jul 21 07:54:42 2026] GET /v2.0/trunks/5ee450d5-9c80-43d4-849e-aa0c8a8b8ea7/tags => generated 25 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 661/1394] 10.0.0.32 () {34 vars in 758 bytes} [Tue Jul 21 07:54:42 2026] PUT /v2.0/trunks/5ee450d5-9c80-43d4-849e-aa0c8a8b8ea7/tags/green => generated 4 bytes in 35 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 734/1395] 10.0.0.32 () {32 vars in 727 bytes} [Tue Jul 21 07:54:42 2026] GET /v2.0/trunks/5ee450d5-9c80-43d4-849e-aa0c8a8b8ea7/tags => generated 34 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 662/1396] 10.0.0.32 () {34 vars in 754 bytes} [Tue Jul 21 07:54:42 2026] PUT /v2.0/trunks/5ee450d5-9c80-43d4-849e-aa0c8a8b8ea7/tags/red => generated 4 bytes in 40 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 735/1397] 10.0.0.32 () {32 vars in 727 bytes} [Tue Jul 21 07:54:43 2026] GET /v2.0/trunks/5ee450d5-9c80-43d4-849e-aa0c8a8b8ea7/tags => generated 34 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 663/1398] 10.0.0.32 () {34 vars in 776 bytes} [Tue Jul 21 07:54:43 2026] PUT /v2.0/trunks/5ee450d5-9c80-43d4-849e-aa0c8a8b8ea7/tags/black.or.white => generated 4 bytes in 49 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 736/1399] 10.0.0.32 () {32 vars in 727 bytes} [Tue Jul 21 07:54:43 2026] GET /v2.0/trunks/5ee450d5-9c80-43d4-849e-aa0c8a8b8ea7/tags => generated 52 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 664/1400] 10.0.0.218 () {34 vars in 989 bytes} [Tue Jul 21 07:54:43 2026] GET /v2.0/ports?device_id=8aae0f27-314b-4785-8785-2bd005c7ed43 => 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: 737/1401] 10.0.0.32 () {34 vars in 747 bytes} [Tue Jul 21 07:54:43 2026] PUT /v2.0/trunks/5ee450d5-9c80-43d4-849e-aa0c8a8b8ea7/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: 738/1402] 10.0.0.32 () {32 vars in 727 bytes} [Tue Jul 21 07:54:43 2026] GET /v2.0/trunks/5ee450d5-9c80-43d4-849e-aa0c8a8b8ea7/tags => generated 37 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 665/1403] 10.0.0.218 () {34 vars in 1119 bytes} [Tue Jul 21 07:54:43 2026] GET /v2.0/security-groups?id=e5bc7f5b-4257-4a62-a3fe-bdb5750cc086&id=f373836a-9d80-4c4e-95dd-1e193f3d9431&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: 8|app: 0|req: 739/1404] 10.0.0.32 () {32 vars in 735 bytes} [Tue Jul 21 07:54:43 2026] GET /v2.0/trunks/5ee450d5-9c80-43d4-849e-aa0c8a8b8ea7/tags/red => generated 0 bytes in 20 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-21 07:54:43.282 7 INFO neutron.api.v2.resource [None req-0dd196f3-bde5-472d-a915-b668b0fa17a2 83d496a3cfcc41b7affd0fc7c1094e29 ecc53c398ba1433ca9ac23e69313a3ab - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 666/1405] 10.0.0.32 () {32 vars in 739 bytes} [Tue Jul 21 07:54:43 2026] GET /v2.0/trunks/5ee450d5-9c80-43d4-849e-aa0c8a8b8ea7/tags/green => generated 99 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 740/1406] 10.0.0.32 () {32 vars in 738 bytes} [Tue Jul 21 07:54:43 2026] DELETE /v2.0/trunks/5ee450d5-9c80-43d4-849e-aa0c8a8b8ea7/tags/red => generated 0 bytes in 32 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 667/1407] 10.0.0.32 () {32 vars in 727 bytes} [Tue Jul 21 07:54:43 2026] GET /v2.0/trunks/5ee450d5-9c80-43d4-849e-aa0c8a8b8ea7/tags => generated 30 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-21 07:54:43.376 8 INFO neutron.api.v2.resource [None req-7bc3390a-a620-444e-9eab-fb6d2ccab382 83d496a3cfcc41b7affd0fc7c1094e29 ecc53c398ba1433ca9ac23e69313a3ab - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 741/1408] 10.0.0.32 () {32 vars in 742 bytes} [Tue Jul 21 07:54:43 2026] DELETE /v2.0/trunks/5ee450d5-9c80-43d4-849e-aa0c8a8b8ea7/tags/green => generated 99 bytes in 26 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 668/1409] 10.0.0.32 () {32 vars in 730 bytes} [Tue Jul 21 07:54:43 2026] DELETE /v2.0/trunks/5ee450d5-9c80-43d4-849e-aa0c8a8b8ea7/tags => generated 0 bytes in 30 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 742/1410] 10.0.0.32 () {32 vars in 727 bytes} [Tue Jul 21 07:54:43 2026] GET /v2.0/trunks/5ee450d5-9c80-43d4-849e-aa0c8a8b8ea7/tags => generated 12 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 669/1411] 10.0.0.32 () {32 vars in 717 bytes} [Tue Jul 21 07:54:43 2026] GET /v2.0/trunks/5ee450d5-9c80-43d4-849e-aa0c8a8b8ea7 => generated 407 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 743/1412] 10.0.0.32 () {32 vars in 715 bytes} [Tue Jul 21 07:54:43 2026] GET /v2.0/ports/9946fec1-80a7-4921-869a-cd58644b0444 => generated 826 bytes in 104 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 670/1413] 199.19.213.44 () {34 vars in 1078 bytes} [Tue Jul 21 07:54:43 2026] GET /v2.0/ports?tenant_id=a5f0e685efbb4392b76189095b0a275c&device_id=8aae0f27-314b-4785-8785-2bd005c7ed43 => generated 1277 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 671/1414] 199.19.213.44 () {34 vars in 1056 bytes} [Tue Jul 21 07:54:43 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.7&port_id=4f6bd94e-af8e-48fe-9a39-7216126e247b => 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: 744/1415] 10.0.0.32 () {32 vars in 720 bytes} [Tue Jul 21 07:54:43 2026] DELETE /v2.0/trunks/5ee450d5-9c80-43d4-849e-aa0c8a8b8ea7 => generated 0 bytes in 82 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 672/1416] 199.19.213.44 () {34 vars in 982 bytes} [Tue Jul 21 07:54:43 2026] GET /v2.0/subnets?id=f408b2fa-33ad-4559-bd18-2cb7ea7d78b5 => generated 691 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 673/1417] 199.19.213.44 () {34 vars in 1050 bytes} [Tue Jul 21 07:54:43 2026] GET /v2.0/ports?network_id=fff09192-ab11-4d56-880e-3c4f9c183aca&device_owner=network%3Adhcp => generated 1244 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-21 07:54:43.761 8 INFO neutron_taas.services.taas.taas_plugin [None req-742c0878-5778-4197-aeab-a32c4086797c 83d496a3cfcc41b7affd0fc7c1094e29 ecc53c398ba1433ca9ac23e69313a3ab - - default default] TaaS: Handle Delete Port: 9946fec1-80a7-4921-869a-cd58644b0444 2026-07-21 07:54:43.764 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-742c0878-5778-4197-aeab-a32c4086797c 83d496a3cfcc41b7affd0fc7c1094e29 ecc53c398ba1433ca9ac23e69313a3ab - - default default] Tap Mirror: Handle Delete Port: 9946fec1-80a7-4921-869a-cd58644b0444 [pid: 7|app: 0|req: 674/1418] 199.19.213.44 () {34 vars in 1010 bytes} [Tue Jul 21 07:54:43 2026] GET /v2.0/networks/fff09192-ab11-4d56-880e-3c4f9c183aca?fields=segments => generated 14 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 675/1419] 199.19.213.44 () {34 vars in 1110 bytes} [Tue Jul 21 07:54:43 2026] GET /v2.0/networks/fff09192-ab11-4d56-880e-3c4f9c183aca?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: 745/1420] 10.0.0.32 () {32 vars in 718 bytes} [Tue Jul 21 07:54:43 2026] DELETE /v2.0/ports/9946fec1-80a7-4921-869a-cd58644b0444 => generated 0 bytes in 161 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-21 07:54:43.982 8 INFO neutron.services.segments.plugin [-] Segment 723e7526-42a1-4318-899e-cefd10c6b541 resource provider aggregate not found 2026-07-21 07:54:43.986 8 INFO neutron.services.segments.plugin [-] Segment 723e7526-42a1-4318-899e-cefd10c6b541 resource provider aggregate not found 2026-07-21 07:54:44.003 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 723e7526-42a1-4318-899e-cefd10c6b541 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 723e7526-42a1-4318-899e-cefd10c6b541 found for delete ", "request_id": "req-e3be3299-e74e-416a-b79d-ec9186053152"}]} 2026-07-21 07:54:44.003 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 723e7526-42a1-4318-899e-cefd10c6b541 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 723e7526-42a1-4318-899e-cefd10c6b541 found for delete ", "request_id": "req-a44ce5d9-dc88-4e7c-8913-adcb651c7731"}]} [pid: 8|app: 0|req: 746/1421] 10.0.0.32 () {32 vars in 724 bytes} [Tue Jul 21 07:54:43 2026] DELETE /v2.0/networks/7e136703-0263-4f6c-a4ae-d995d3d0a5ae => 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: 676/1422] 10.0.0.32 () {32 vars in 772 bytes} [Tue Jul 21 07:54:43 2026] GET /v2.0/security-groups?tenant_id=030995be241a4175ab8daefed922e593&name=default => generated 2925 bytes in 266 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 747/1423] 10.0.0.32 () {32 vars in 738 bytes} [Tue Jul 21 07:54:44 2026] DELETE /v2.0/security-groups/540ff2c1-2d7b-4417-9ed6-3a931a7c019f => 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: 677/1424] 10.0.0.218 () {34 vars in 989 bytes} [Tue Jul 21 07:54:44 2026] GET /v2.0/ports?device_id=8aae0f27-314b-4785-8785-2bd005c7ed43 => 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: 748/1425] 10.0.0.218 () {34 vars in 1119 bytes} [Tue Jul 21 07:54:44 2026] GET /v2.0/security-groups?id=e5bc7f5b-4257-4a62-a3fe-bdb5750cc086&id=f373836a-9d80-4c4e-95dd-1e193f3d9431&fields=id&fields=name => generated 207 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 678/1426] 10.0.0.32 () {32 vars in 772 bytes} [Tue Jul 21 07:54:44 2026] GET /v2.0/security-groups?tenant_id=ecc53c398ba1433ca9ac23e69313a3ab&name=default => generated 2925 bytes in 164 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 749/1427] 10.0.0.32 () {32 vars in 738 bytes} [Tue Jul 21 07:54:44 2026] DELETE /v2.0/security-groups/6a2a89a3-2446-435a-a735-45245cf8b8a6 => generated 0 bytes in 115 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 679/1428] 10.0.0.32 () {32 vars in 772 bytes} [Tue Jul 21 07:54:45 2026] GET /v2.0/security-groups?tenant_id=0e2bd7a5527b412dba1ab78b0a523b36&name=default => generated 2925 bytes in 138 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 750/1429] 10.0.0.32 () {32 vars in 738 bytes} [Tue Jul 21 07:54:45 2026] DELETE /v2.0/security-groups/06724062-73e4-4725-981c-ddac94536a12 => 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: 680/1430] 10.0.0.218 () {34 vars in 989 bytes} [Tue Jul 21 07:54:45 2026] GET /v2.0/ports?device_id=8aae0f27-314b-4785-8785-2bd005c7ed43 => generated 1008 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 751/1431] 10.0.0.218 () {34 vars in 1119 bytes} [Tue Jul 21 07:54:45 2026] GET /v2.0/security-groups?id=e5bc7f5b-4257-4a62-a3fe-bdb5750cc086&id=f373836a-9d80-4c4e-95dd-1e193f3d9431&fields=id&fields=name => generated 207 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-21 07:54:46.342 7 INFO neutron.db.segments_db [None req-b3988d83-2f2a-4654-873e-a6ca07dc238e a0197bfa9ad14656b39a5620fe716e82 3d59cdf1fc3d46dd91a35e88d35a41a3 - - default default] Added segment 22bb2353-6886-4cdf-9531-2d39ebf3c4a4 of type vxlan for network 541199cb-c85f-421f-b257-1acea641be50 2026-07-21 07:54:46.402 7 INFO neutron.db.segments_db [None req-b3988d83-2f2a-4654-873e-a6ca07dc238e a0197bfa9ad14656b39a5620fe716e82 3d59cdf1fc3d46dd91a35e88d35a41a3 - - default default] Added segment 35ed1635-6edc-46c9-8f06-a593f316e823 of type vxlan for network 69a74947-9e88-4617-be6b-9b4cf699d8f6 [pid: 7|app: 0|req: 681/1432] 10.0.0.32 () {34 vars in 668 bytes} [Tue Jul 21 07:54:45 2026] POST /v2.0/networks => generated 1245 bytes in 544 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 752/1433] 10.0.0.32 () {32 vars in 647 bytes} [Tue Jul 21 07:54:46 2026] GET /v2.0/networks => generated 1844 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 753/1434] 10.0.0.218 () {34 vars in 989 bytes} [Tue Jul 21 07:54:46 2026] GET /v2.0/ports?device_id=8aae0f27-314b-4785-8785-2bd005c7ed43 => generated 1008 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 754/1435] 10.0.0.218 () {34 vars in 1119 bytes} [Tue Jul 21 07:54:46 2026] GET /v2.0/security-groups?id=e5bc7f5b-4257-4a62-a3fe-bdb5750cc086&id=f373836a-9d80-4c4e-95dd-1e193f3d9431&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-21 07:54:46.756 7 INFO neutron.services.segments.plugin [-] Segment 22bb2353-6886-4cdf-9531-2d39ebf3c4a4 resource provider aggregate not found 2026-07-21 07:54:46.757 7 INFO neutron.services.segments.plugin [-] Segment 22bb2353-6886-4cdf-9531-2d39ebf3c4a4 resource provider aggregate not found [pid: 7|app: 0|req: 682/1436] 10.0.0.32 () {32 vars in 724 bytes} [Tue Jul 21 07:54:46 2026] DELETE /v2.0/networks/541199cb-c85f-421f-b257-1acea641be50 => generated 0 bytes in 171 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-21 07:54:46.788 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 22bb2353-6886-4cdf-9531-2d39ebf3c4a4 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 22bb2353-6886-4cdf-9531-2d39ebf3c4a4 found for delete ", "request_id": "req-a8b9cdab-4617-4c50-9bad-57e56f10315e"}]} 2026-07-21 07:54:46.789 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 22bb2353-6886-4cdf-9531-2d39ebf3c4a4 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 22bb2353-6886-4cdf-9531-2d39ebf3c4a4 found for delete ", "request_id": "req-af4297b0-8315-4ef6-96e5-24f3e482cf8e"}]} 2026-07-21 07:54:46.918 8 INFO neutron.services.segments.plugin [-] Segment 35ed1635-6edc-46c9-8f06-a593f316e823 resource provider aggregate not found 2026-07-21 07:54:46.921 8 INFO neutron.services.segments.plugin [-] Segment 35ed1635-6edc-46c9-8f06-a593f316e823 resource provider aggregate not found 2026-07-21 07:54:46.941 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 35ed1635-6edc-46c9-8f06-a593f316e823 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 35ed1635-6edc-46c9-8f06-a593f316e823 found for delete ", "request_id": "req-9f155ccb-abcd-4719-858f-335cb17d7f9f"}]} 2026-07-21 07:54:46.945 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 35ed1635-6edc-46c9-8f06-a593f316e823 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 35ed1635-6edc-46c9-8f06-a593f316e823 found for delete ", "request_id": "req-764f3698-8e8c-4043-b4e5-8de8974121f7"}]} [pid: 8|app: 0|req: 755/1437] 10.0.0.32 () {32 vars in 724 bytes} [Tue Jul 21 07:54:46 2026] DELETE /v2.0/networks/69a74947-9e88-4617-be6b-9b4cf699d8f6 => generated 0 bytes in 165 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 683/1438] 199.19.213.44 () {34 vars in 992 bytes} [Tue Jul 21 07:54:46 2026] GET /v2.0/ports?device_id=8aae0f27-314b-4785-8785-2bd005c7ed43 => generated 1279 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 756/1439] 10.0.0.32 () {32 vars in 647 bytes} [Tue Jul 21 07:54:46 2026] GET /v2.0/networks => generated 651 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 684/1440] 199.19.213.44 () {34 vars in 1122 bytes} [Tue Jul 21 07:54:46 2026] GET /v2.0/security-groups?id=e5bc7f5b-4257-4a62-a3fe-bdb5750cc086&id=f373836a-9d80-4c4e-95dd-1e193f3d9431&fields=id&fields=name => generated 207 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-21 07:54:47.053 8 INFO neutron.db.segments_db [None req-20a8dae7-324f-417f-9c08-8f1cf03c3330 a0197bfa9ad14656b39a5620fe716e82 3d59cdf1fc3d46dd91a35e88d35a41a3 - - default default] Added segment ee707665-4872-45ac-9b2f-0ecd35a96901 of type vxlan for network 29c85c73-d032-4ea5-a357-806ddc441ca9 [pid: 8|app: 0|req: 757/1441] 10.0.0.32 () {34 vars in 668 bytes} [Tue Jul 21 07:54:47 2026] POST /v2.0/networks => generated 649 bytes in 108 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-21 07:54:47.198 7 INFO neutron.db.segments_db [None req-48e0ed73-b7fc-4e0c-9517-8762db7ee6ca a0197bfa9ad14656b39a5620fe716e82 3d59cdf1fc3d46dd91a35e88d35a41a3 - - default default] Added segment 566a02f8-79f1-455e-88ca-5db452f42679 of type vxlan for network 89981537-2752-431f-865d-be61e0a9b37f [pid: 7|app: 0|req: 685/1442] 10.0.0.32 () {34 vars in 668 bytes} [Tue Jul 21 07:54:47 2026] POST /v2.0/networks => generated 650 bytes in 181 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 686/1443] 10.0.0.218 () {34 vars in 989 bytes} [Tue Jul 21 07:54:47 2026] GET /v2.0/ports?device_id=8aae0f27-314b-4785-8785-2bd005c7ed43 => generated 1010 bytes in 98 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 687/1444] 10.0.0.218 () {34 vars in 1119 bytes} [Tue Jul 21 07:54:47 2026] GET /v2.0/security-groups?id=e5bc7f5b-4257-4a62-a3fe-bdb5750cc086&id=f373836a-9d80-4c4e-95dd-1e193f3d9431&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: 8|app: 0|req: 758/1445] 10.0.0.32 () {34 vars in 663 bytes} [Tue Jul 21 07:54:47 2026] POST /v2.0/ports => generated 1505 bytes in 676 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 688/1446] 10.0.0.32 () {32 vars in 641 bytes} [Tue Jul 21 07:54:47 2026] GET /v2.0/ports => generated 1505 bytes in 114 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-21 07:54:48.205 8 INFO neutron_taas.services.taas.taas_plugin [None req-c5982e1a-799f-4ad3-a5ef-7bac51c2cde9 a0197bfa9ad14656b39a5620fe716e82 3d59cdf1fc3d46dd91a35e88d35a41a3 - - default default] TaaS: Handle Delete Port: 14b84afa-e7f8-4377-b1ce-433b1dabe95b 2026-07-21 07:54:48.208 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c5982e1a-799f-4ad3-a5ef-7bac51c2cde9 a0197bfa9ad14656b39a5620fe716e82 3d59cdf1fc3d46dd91a35e88d35a41a3 - - default default] Tap Mirror: Handle Delete Port: 14b84afa-e7f8-4377-b1ce-433b1dabe95b [pid: 8|app: 0|req: 759/1447] 10.0.0.32 () {32 vars in 718 bytes} [Tue Jul 21 07:54:48 2026] DELETE /v2.0/ports/14b84afa-e7f8-4377-b1ce-433b1dabe95b => generated 0 bytes in 173 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-21 07:54:48.381 7 INFO neutron_taas.services.taas.taas_plugin [None req-4afb97e0-b0c1-450c-b5de-de544fe55024 a0197bfa9ad14656b39a5620fe716e82 3d59cdf1fc3d46dd91a35e88d35a41a3 - - default default] TaaS: Handle Delete Port: 2ca0c24c-fb31-49ba-aa7b-cd09bab8c1a6 2026-07-21 07:54:48.383 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4afb97e0-b0c1-450c-b5de-de544fe55024 a0197bfa9ad14656b39a5620fe716e82 3d59cdf1fc3d46dd91a35e88d35a41a3 - - default default] Tap Mirror: Handle Delete Port: 2ca0c24c-fb31-49ba-aa7b-cd09bab8c1a6 [pid: 7|app: 0|req: 689/1448] 10.0.0.32 () {32 vars in 718 bytes} [Tue Jul 21 07:54:48 2026] DELETE /v2.0/ports/2ca0c24c-fb31-49ba-aa7b-cd09bab8c1a6 => generated 0 bytes in 144 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 760/1449] 10.0.0.32 () {32 vars in 641 bytes} [Tue Jul 21 07:54:48 2026] GET /v2.0/ports => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-21 07:54:48.538 7 INFO neutron.db.segments_db [None req-fabdd539-1abf-45c8-83fc-2286afda3242 a0197bfa9ad14656b39a5620fe716e82 3d59cdf1fc3d46dd91a35e88d35a41a3 - - default default] Added segment db59cd40-9095-46dd-bff9-87d227298f75 of type vxlan for network 6dab2cad-182e-4b83-a747-c3959aae591b [pid: 7|app: 0|req: 690/1450] 10.0.0.32 () {34 vars in 668 bytes} [Tue Jul 21 07:54:48 2026] POST /v2.0/networks => generated 649 bytes in 162 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-21 07:54:48.696 8 INFO neutron.db.segments_db [None req-3c35058c-07fd-4f96-98ab-6687c5c6f1f6 a0197bfa9ad14656b39a5620fe716e82 3d59cdf1fc3d46dd91a35e88d35a41a3 - - default default] Added segment 414ba39b-f524-4b27-b21d-8eef73b66200 of type vxlan for network cc2a5a32-3d30-4872-a164-89036403d7d2 [pid: 8|app: 0|req: 761/1451] 10.0.0.32 () {34 vars in 668 bytes} [Tue Jul 21 07:54:48 2026] POST /v2.0/networks => generated 649 bytes in 159 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 762/1452] 10.0.0.218 () {34 vars in 989 bytes} [Tue Jul 21 07:54:49 2026] GET /v2.0/ports?device_id=8aae0f27-314b-4785-8785-2bd005c7ed43 => 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: 763/1453] 10.0.0.218 () {34 vars in 1119 bytes} [Tue Jul 21 07:54:49 2026] GET /v2.0/security-groups?id=e5bc7f5b-4257-4a62-a3fe-bdb5750cc086&id=f373836a-9d80-4c4e-95dd-1e193f3d9431&fields=id&fields=name => generated 207 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 691/1454] 10.0.0.32 () {34 vars in 667 bytes} [Tue Jul 21 07:54:48 2026] POST /v2.0/subnets => generated 1272 bytes in 517 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 764/1455] 10.0.0.32 () {32 vars in 645 bytes} [Tue Jul 21 07:54:49 2026] GET /v2.0/subnets => generated 1908 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 692/1456] 10.0.0.32 () {32 vars in 722 bytes} [Tue Jul 21 07:54:49 2026] DELETE /v2.0/subnets/de584c34-d0be-4801-b258-3f75e089cc3e => generated 0 bytes in 172 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 765/1457] 10.0.0.32 () {32 vars in 722 bytes} [Tue Jul 21 07:54:49 2026] DELETE /v2.0/subnets/e748acd4-a04e-4dad-a0c6-5dd5b6965ae7 => generated 0 bytes in 126 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 693/1458] 10.0.0.32 () {32 vars in 645 bytes} [Tue Jul 21 07:54:49 2026] GET /v2.0/subnets => generated 649 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-21 07:54:49.885 8 INFO neutron.services.segments.plugin [-] Segment 414ba39b-f524-4b27-b21d-8eef73b66200 resource provider aggregate not found 2026-07-21 07:54:49.890 8 INFO neutron.services.segments.plugin [-] Segment 414ba39b-f524-4b27-b21d-8eef73b66200 resource provider aggregate not found 2026-07-21 07:54:49.911 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 414ba39b-f524-4b27-b21d-8eef73b66200 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 414ba39b-f524-4b27-b21d-8eef73b66200 found for delete ", "request_id": "req-6cb4e4d1-e2bb-43ca-a8c0-1d38c5068b6e"}]} 2026-07-21 07:54:49.913 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 414ba39b-f524-4b27-b21d-8eef73b66200 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 414ba39b-f524-4b27-b21d-8eef73b66200 found for delete ", "request_id": "req-90b322ea-73c0-48c4-9417-0e1b3539e5a8"}]} [pid: 8|app: 0|req: 766/1459] 10.0.0.32 () {32 vars in 724 bytes} [Tue Jul 21 07:54:49 2026] DELETE /v2.0/networks/cc2a5a32-3d30-4872-a164-89036403d7d2 => generated 0 bytes in 136 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-21 07:54:50.038 7 INFO neutron.services.segments.plugin [-] Segment db59cd40-9095-46dd-bff9-87d227298f75 resource provider aggregate not found 2026-07-21 07:54:50.040 7 INFO neutron.services.segments.plugin [-] Segment db59cd40-9095-46dd-bff9-87d227298f75 resource provider aggregate not found 2026-07-21 07:54:50.053 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment db59cd40-9095-46dd-bff9-87d227298f75 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid db59cd40-9095-46dd-bff9-87d227298f75 found for delete ", "request_id": "req-eaa45779-7d33-47dd-a91a-56f79bb57369"}]} 2026-07-21 07:54:50.056 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment db59cd40-9095-46dd-bff9-87d227298f75 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid db59cd40-9095-46dd-bff9-87d227298f75 found for delete ", "request_id": "req-1861073b-5ae4-4d44-9269-2ba76b8f3fbc"}]} [pid: 7|app: 0|req: 694/1460] 10.0.0.32 () {32 vars in 724 bytes} [Tue Jul 21 07:54:49 2026] DELETE /v2.0/networks/6dab2cad-182e-4b83-a747-c3959aae591b => generated 0 bytes in 146 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 767/1461] 10.0.0.32 () {32 vars in 724 bytes} [Tue Jul 21 07:54:50 2026] DELETE /v2.0/networks/89981537-2752-431f-865d-be61e0a9b37f => generated 0 bytes in 121 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 695/1462] 10.0.0.218 () {34 vars in 989 bytes} [Tue Jul 21 07:54:50 2026] GET /v2.0/ports?device_id=8aae0f27-314b-4785-8785-2bd005c7ed43 => generated 1010 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 696/1463] 10.0.0.218 () {34 vars in 1119 bytes} [Tue Jul 21 07:54:50 2026] GET /v2.0/security-groups?id=e5bc7f5b-4257-4a62-a3fe-bdb5750cc086&id=f373836a-9d80-4c4e-95dd-1e193f3d9431&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: 8|app: 0|req: 768/1464] 10.0.0.32 () {32 vars in 724 bytes} [Tue Jul 21 07:54:50 2026] DELETE /v2.0/networks/29c85c73-d032-4ea5-a357-806ddc441ca9 => generated 0 bytes in 123 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 697/1465] 10.0.0.218 () {34 vars in 989 bytes} [Tue Jul 21 07:54:50 2026] GET /v2.0/ports?device_id=8aae0f27-314b-4785-8785-2bd005c7ed43 => generated 1010 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-21 07:54:50.649 8 INFO neutron.db.l3_db [None req-563aea9a-3dde-42d8-8a8d-fc1e185df1b2 1589a6b3c1754318910fce444a688a5f a5f0e685efbb4392b76189095b0a275c - - default default] Floating IP 7db74543-1ae3-422b-92fe-3a7ef2331481 associated. External IP: 10.96.250.212, port: 4f6bd94e-af8e-48fe-9a39-7216126e247b. [pid: 8|app: 0|req: 769/1466] 10.0.0.32 () {34 vars in 747 bytes} [Tue Jul 21 07:54:50 2026] PUT /v2.0/floatingips/7db74543-1ae3-422b-92fe-3a7ef2331481 => generated 855 bytes in 569 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-21 07:54:50.951 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-a1aba9ab-35ed-4a91-81b9-0e53a3f4e659'] response: {'name': 'network-changed', 'server_uuid': '8aae0f27-314b-4785-8785-2bd005c7ed43', 'tag': '4f6bd94e-af8e-48fe-9a39-7216126e247b', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 698/1467] 10.0.0.32 () {32 vars in 772 bytes} [Tue Jul 21 07:54:50 2026] GET /v2.0/security-groups?tenant_id=3d59cdf1fc3d46dd91a35e88d35a41a3&name=default => generated 2925 bytes in 172 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 770/1468] 10.0.0.32 () {32 vars in 738 bytes} [Tue Jul 21 07:54:50 2026] DELETE /v2.0/security-groups/1d766b51-7d20-4c62-a106-3acd50a436c2 => 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: 772/1471] 199.19.213.44 () {34 vars in 1078 bytes} [Tue Jul 21 07:54:51 2026] GET /v2.0/ports?tenant_id=a5f0e685efbb4392b76189095b0a275c&device_id=8aae0f27-314b-4785-8785-2bd005c7ed43 => generated 1279 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 700/1472] 199.19.213.44 () {34 vars in 984 bytes} [Tue Jul 21 07:54:51 2026] GET /v2.0/networks?id=fff09192-ab11-4d56-880e-3c4f9c183aca => generated 769 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 773/1473] 199.19.213.44 () {34 vars in 1056 bytes} [Tue Jul 21 07:54:51 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.7&port_id=4f6bd94e-af8e-48fe-9a39-7216126e247b => 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: 701/1474] 199.19.213.44 () {34 vars in 982 bytes} [Tue Jul 21 07:54:51 2026] GET /v2.0/subnets?id=f408b2fa-33ad-4559-bd18-2cb7ea7d78b5 => generated 691 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 774/1475] 199.19.213.44 () {34 vars in 1050 bytes} [Tue Jul 21 07:54:51 2026] GET /v2.0/ports?network_id=fff09192-ab11-4d56-880e-3c4f9c183aca&device_owner=network%3Adhcp => generated 1244 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 702/1476] 199.19.213.44 () {34 vars in 1010 bytes} [Tue Jul 21 07:54:51 2026] GET /v2.0/networks/fff09192-ab11-4d56-880e-3c4f9c183aca?fields=segments => generated 14 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 775/1477] 199.19.213.44 () {34 vars in 1110 bytes} [Tue Jul 21 07:54:51 2026] GET /v2.0/networks/fff09192-ab11-4d56-880e-3c4f9c183aca?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-21 07:54:51.934 8 INFO neutron.services.segments.plugin [-] Segment 566a02f8-79f1-455e-88ca-5db452f42679 resource provider aggregate not found 2026-07-21 07:54:51.937 8 INFO neutron.services.segments.plugin [-] Segment 566a02f8-79f1-455e-88ca-5db452f42679 resource provider aggregate not found 2026-07-21 07:54:51.952 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 566a02f8-79f1-455e-88ca-5db452f42679 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 566a02f8-79f1-455e-88ca-5db452f42679 found for delete ", "request_id": "req-7c9937ed-85d0-4272-9dd5-459f69deb858"}]} 2026-07-21 07:54:51.956 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 566a02f8-79f1-455e-88ca-5db452f42679 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 566a02f8-79f1-455e-88ca-5db452f42679 found for delete ", "request_id": "req-6b411f8f-3069-41af-a42a-13400539010e"}]} 2026-07-21 07:54:51.972 8 INFO neutron.services.segments.plugin [-] Segment ee707665-4872-45ac-9b2f-0ecd35a96901 resource provider aggregate not found 2026-07-21 07:54:51.977 8 INFO neutron.services.segments.plugin [-] Segment ee707665-4872-45ac-9b2f-0ecd35a96901 resource provider aggregate not found 2026-07-21 07:54:51.988 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment ee707665-4872-45ac-9b2f-0ecd35a96901 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ee707665-4872-45ac-9b2f-0ecd35a96901 found for delete ", "request_id": "req-6396ed22-1c55-4260-b469-fe62721588c9"}]} 2026-07-21 07:54:52.003 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment ee707665-4872-45ac-9b2f-0ecd35a96901 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ee707665-4872-45ac-9b2f-0ecd35a96901 found for delete ", "request_id": "req-e14185f6-ad46-460c-8970-60d3593a8c8d"}]} 2026-07-21 07:54:53.127 7 INFO neutron.db.segments_db [None req-c3120182-9443-45b2-af6d-218ca28d7fe0 1d7b57a5aebb48a2ad882f58e03dd24e 3e2ae7c9ce894c139be626ec1e474652 - - default default] Added segment b675ea4e-75bf-499a-ab89-6e2aab267d11 of type vxlan for network a3d0ce3c-f923-4742-996b-92fe0c1b79ad [pid: 7|app: 0|req: 703/1478] 10.0.0.32 () {34 vars in 668 bytes} [Tue Jul 21 07:54:52 2026] POST /v2.0/networks => generated 644 bytes in 437 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 776/1479] 10.0.0.32 () {34 vars in 667 bytes} [Tue Jul 21 07:54:53 2026] POST /v2.0/subnets => generated 641 bytes in 216 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-21 07:54:53.536 7 INFO neutron.db.segments_db [None req-eeb61992-9146-4595-b7d7-2abea50a9572 1d7b57a5aebb48a2ad882f58e03dd24e 3e2ae7c9ce894c139be626ec1e474652 - - default default] Added segment a3f2f8ad-8892-44af-be1c-484d4370e503 of type vxlan for network dd6161b9-eb36-45e1-b9af-79f14f1f3c37 [pid: 7|app: 0|req: 704/1480] 10.0.0.32 () {34 vars in 668 bytes} [Tue Jul 21 07:54:53 2026] POST /v2.0/networks => generated 644 bytes in 169 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 777/1481] 10.0.0.32 () {34 vars in 741 bytes} [Tue Jul 21 07:54:53 2026] PUT /v2.0/networks/dd6161b9-eb36-45e1-b9af-79f14f1f3c37 => generated 592 bytes in 97 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 705/1482] 10.0.0.32 () {34 vars in 667 bytes} [Tue Jul 21 07:54:53 2026] POST /v2.0/subnets => generated 626 bytes in 252 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 778/1483] 10.0.0.32 () {34 vars in 739 bytes} [Tue Jul 21 07:54:53 2026] PUT /v2.0/subnets/e4b1e2b3-82c5-4c6d-8175-97bd7cd26842 => generated 636 bytes in 130 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-21 07:54:54.298 7 INFO neutron.services.segments.plugin [-] Segment a3f2f8ad-8892-44af-be1c-484d4370e503 resource provider aggregate not found 2026-07-21 07:54:54.302 7 INFO neutron.services.segments.plugin [-] Segment a3f2f8ad-8892-44af-be1c-484d4370e503 resource provider aggregate not found 2026-07-21 07:54:54.315 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment a3f2f8ad-8892-44af-be1c-484d4370e503 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a3f2f8ad-8892-44af-be1c-484d4370e503 found for delete ", "request_id": "req-5494b5bf-2281-4917-b7ef-40feb6e244d3"}]} 2026-07-21 07:54:54.318 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment a3f2f8ad-8892-44af-be1c-484d4370e503 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a3f2f8ad-8892-44af-be1c-484d4370e503 found for delete ", "request_id": "req-d1ad32d9-0db6-4fa5-94b9-ef744d1e5ddb"}]} [pid: 7|app: 0|req: 706/1484] 10.0.0.32 () {32 vars in 724 bytes} [Tue Jul 21 07:54:54 2026] DELETE /v2.0/networks/dd6161b9-eb36-45e1-b9af-79f14f1f3c37 => generated 0 bytes in 192 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-21 07:54:54.341 8 INFO neutron.pecan_wsgi.hooks.translation [None req-be1f93ce-d04a-4c67-b330-595bd221c783 1d7b57a5aebb48a2ad882f58e03dd24e 3e2ae7c9ce894c139be626ec1e474652 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 779/1485] 10.0.0.32 () {32 vars in 724 bytes} [Tue Jul 21 07:54:54 2026] DELETE /v2.0/networks/dd6161b9-eb36-45e1-b9af-79f14f1f3c37 => 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: 780/1486] 10.0.0.32 () {32 vars in 692 bytes} [Tue Jul 21 07:54:54 2026] GET /v2.0/networks?router%3Aexternal=True => generated 651 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 781/1487] 10.0.0.32 () {32 vars in 740 bytes} [Tue Jul 21 07:54:54 2026] GET /v2.0/subnets?network_id=317f6b37-c4ed-463e-9ada-63bc17d28900 => generated 649 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 782/1488] 10.0.0.32 () {32 vars in 651 bytes} [Tue Jul 21 07:54:54 2026] GET /v2.0/extensions => generated 21537 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 783/1489] 10.0.0.32 () {32 vars in 647 bytes} [Tue Jul 21 07:54:54 2026] GET /v2.0/networks => generated 1309 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 784/1490] 10.0.0.32 () {32 vars in 645 bytes} [Tue Jul 21 07:54:54 2026] GET /v2.0/subnets => generated 1280 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 785/1491] 10.0.0.32 () {32 vars in 721 bytes} [Tue Jul 21 07:54:54 2026] GET /v2.0/networks/a3d0ce3c-f923-4742-996b-92fe0c1b79ad => generated 669 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 786/1492] 10.0.0.32 () {32 vars in 719 bytes} [Tue Jul 21 07:54:54 2026] GET /v2.0/subnets/80c8f17f-e0ac-4a12-ae1e-dea69463b488 => generated 641 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-21 07:54:54.632 7 INFO neutron.db.segments_db [None req-1394d633-1be6-4bf5-b545-4e6b488abb55 877d0ab61e864eb2aa7a7eac16d26310 f67e8fb851974f70b5a9eaa716c8f839 - - default default] Added segment 89907674-7bb5-4abb-a74c-b4696073c505 of type vxlan for network 01d5e989-5b82-494d-8159-019c7348e6fc 2026-07-21 07:54:54.642 8 INFO neutron.pecan_wsgi.hooks.translation [None req-f3226902-b877-4c53-9a53-20855729ed09 1d7b57a5aebb48a2ad882f58e03dd24e 3e2ae7c9ce894c139be626ec1e474652 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 787/1493] 10.0.0.32 () {32 vars in 722 bytes} [Tue Jul 21 07:54:54 2026] DELETE /v2.0/subnets/e4b1e2b3-82c5-4c6d-8175-97bd7cd26842 => generated 136 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-21 07:54:54.657 8 INFO neutron.pecan_wsgi.hooks.translation [None req-b6d5c77a-6e12-4159-8bd3-8b13963a0d22 1d7b57a5aebb48a2ad882f58e03dd24e 3e2ae7c9ce894c139be626ec1e474652 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 788/1494] 10.0.0.32 () {32 vars in 724 bytes} [Tue Jul 21 07:54:54 2026] DELETE /v2.0/networks/dd6161b9-eb36-45e1-b9af-79f14f1f3c37 => generated 138 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 707/1495] 10.0.0.32 () {34 vars in 668 bytes} [Tue Jul 21 07:54:54 2026] POST /v2.0/networks => generated 640 bytes in 371 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 789/1496] 10.0.0.32 () {32 vars in 722 bytes} [Tue Jul 21 07:54:54 2026] DELETE /v2.0/subnets/80c8f17f-e0ac-4a12-ae1e-dea69463b488 => generated 0 bytes in 118 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-21 07:54:54.888 8 INFO neutron.services.segments.plugin [-] Segment b675ea4e-75bf-499a-ab89-6e2aab267d11 resource provider aggregate not found 2026-07-21 07:54:54.896 8 INFO neutron.services.segments.plugin [-] Segment b675ea4e-75bf-499a-ab89-6e2aab267d11 resource provider aggregate not found 2026-07-21 07:54:54.908 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment b675ea4e-75bf-499a-ab89-6e2aab267d11 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b675ea4e-75bf-499a-ab89-6e2aab267d11 found for delete ", "request_id": "req-edee07bf-6606-4764-bd47-7b4cdfe7125f"}]} 2026-07-21 07:54:54.913 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment b675ea4e-75bf-499a-ab89-6e2aab267d11 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b675ea4e-75bf-499a-ab89-6e2aab267d11 found for delete ", "request_id": "req-de05db96-b150-4190-bf62-b42fdbdd2c4d"}]} [pid: 8|app: 0|req: 790/1497] 10.0.0.32 () {32 vars in 724 bytes} [Tue Jul 21 07:54:54 2026] DELETE /v2.0/networks/a3d0ce3c-f923-4742-996b-92fe0c1b79ad => generated 0 bytes in 135 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 708/1498] 10.0.0.32 () {34 vars in 667 bytes} [Tue Jul 21 07:54:54 2026] POST /v2.0/subnets => generated 658 bytes in 218 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 791/1499] 10.0.0.32 () {32 vars in 720 bytes} [Tue Jul 21 07:54:54 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: 7|app: 0|req: 709/1500] 10.0.0.32 () {34 vars in 667 bytes} [Tue Jul 21 07:54:54 2026] POST /v2.0/subnets => generated 731 bytes in 234 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-21 07:54:55.289 8 INFO neutron.db.segments_db [None req-cd199052-bd94-4d2d-8122-9cfe18d239fc 877d0ab61e864eb2aa7a7eac16d26310 f67e8fb851974f70b5a9eaa716c8f839 - - default default] Added segment 24694f71-987a-47ba-9989-041271a18672 of type vxlan for network ce6b1180-0f78-4ae0-8c38-9c71be7a5d45 [pid: 8|app: 0|req: 792/1501] 10.0.0.32 () {34 vars in 668 bytes} [Tue Jul 21 07:54:55 2026] POST /v2.0/networks => generated 638 bytes in 145 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 793/1502] 10.0.0.32 () {32 vars in 772 bytes} [Tue Jul 21 07:54:55 2026] GET /v2.0/security-groups?tenant_id=3e2ae7c9ce894c139be626ec1e474652&name=default => generated 2925 bytes in 109 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 794/1503] 10.0.0.32 () {32 vars in 738 bytes} [Tue Jul 21 07:54:55 2026] DELETE /v2.0/security-groups/2db0455d-18ec-4495-89c6-909afc0cba3c => generated 0 bytes in 101 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 710/1504] 10.0.0.32 () {34 vars in 667 bytes} [Tue Jul 21 07:54:55 2026] POST /v2.0/subnets => generated 656 bytes in 266 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 795/1505] 10.0.0.32 () {34 vars in 667 bytes} [Tue Jul 21 07:54:55 2026] POST /v2.0/subnets => generated 725 bytes in 245 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-21 07:54:55.948 7 INFO neutron.db.segments_db [None req-70d243b6-804c-41c2-96b9-0ed2486c3a4f 877d0ab61e864eb2aa7a7eac16d26310 f67e8fb851974f70b5a9eaa716c8f839 - - default default] Added segment e2055b58-6cf0-4ea4-92be-aa7890d73fe3 of type vxlan for network c6dd29b5-9782-467b-b1bd-878dc86670be [pid: 7|app: 0|req: 711/1506] 10.0.0.32 () {34 vars in 668 bytes} [Tue Jul 21 07:54:55 2026] POST /v2.0/networks => generated 637 bytes in 104 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 796/1507] 10.0.0.32 () {34 vars in 667 bytes} [Tue Jul 21 07:54:56 2026] POST /v2.0/subnets => generated 655 bytes in 204 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 712/1508] 10.0.0.32 () {34 vars in 667 bytes} [Tue Jul 21 07:54:56 2026] POST /v2.0/subnets => generated 729 bytes in 246 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-21 07:54:56.531 8 INFO neutron.db.segments_db [None req-080e7f1f-b51e-41ff-a096-7e4b7bfb1b3a 877d0ab61e864eb2aa7a7eac16d26310 f67e8fb851974f70b5a9eaa716c8f839 - - default default] Added segment ecb96fa3-8924-41cd-a82c-6e8f76f5f4b3 of type vxlan for network ec981084-6844-49b4-af38-f5419f57d521 2026-07-21 07:54:56.785 8 INFO neutron.db.l3_hamode_db [None req-080e7f1f-b51e-41ff-a096-7e4b7bfb1b3a 877d0ab61e864eb2aa7a7eac16d26310 f67e8fb851974f70b5a9eaa716c8f839 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-21 07:54:57.544 8 INFO neutron.db.l3_hamode_db [None req-080e7f1f-b51e-41ff-a096-7e4b7bfb1b3a 877d0ab61e864eb2aa7a7eac16d26310 f67e8fb851974f70b5a9eaa716c8f839 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-21 07:54:57.558 7 INFO neutron.db.segments_db [None req-7b7edea0-b35a-436b-bd0d-0dada5ca00f8 2315cfb9db8e42ac8416f243c713e8ff 8b80dd152803488b9be4d92d21c3265b - - default default] Added segment 99aada23-8bf6-40e4-93c3-fc94e38ef7ef of type vxlan for network 6fa385ad-5c6d-4cdc-8393-42995672b785 [pid: 7|app: 0|req: 713/1509] 10.0.0.32 () {34 vars in 668 bytes} [Tue Jul 21 07:54:57 2026] POST /v2.0/networks => generated 645 bytes in 425 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 714/1510] 10.0.0.32 () {34 vars in 663 bytes} [Tue Jul 21 07:54:57 2026] POST /v2.0/ports => generated 775 bytes in 295 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-21 07:54:58.029 7 INFO neutron.db.segments_db [None req-bde8c4ce-42fb-4c1b-aea0-84205a552dfc 2315cfb9db8e42ac8416f243c713e8ff 8b80dd152803488b9be4d92d21c3265b - - default default] Added segment 90237467-5e60-4f7f-99a3-3c0dd62af7ef of type vxlan for network aff4c698-c598-4638-a480-3ccafaff7961 [pid: 7|app: 0|req: 715/1511] 10.0.0.32 () {34 vars in 668 bytes} [Tue Jul 21 07:54:57 2026] POST /v2.0/networks => generated 632 bytes in 127 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 716/1512] 10.0.0.32 () {34 vars in 667 bytes} [Tue Jul 21 07:54:58 2026] POST /v2.0/subnets => generated 626 bytes in 214 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 797/1513] 10.0.0.32 () {34 vars in 667 bytes} [Tue Jul 21 07:54:56 2026] POST /v2.0/routers => generated 685 bytes in 1967 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 717/1514] 10.0.0.32 () {34 vars in 663 bytes} [Tue Jul 21 07:54:58 2026] POST /v2.0/ports => generated 953 bytes in 374 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-21 07:54:58.808 7 INFO neutron_taas.services.taas.taas_plugin [None req-19328ae3-3868-4dc3-a4b9-8269a5843982 2315cfb9db8e42ac8416f243c713e8ff 8b80dd152803488b9be4d92d21c3265b - - default default] TaaS: Handle Delete Port: 00d01e44-dfc2-41d8-b83f-1cdb797ce907 2026-07-21 07:54:58.811 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-19328ae3-3868-4dc3-a4b9-8269a5843982 2315cfb9db8e42ac8416f243c713e8ff 8b80dd152803488b9be4d92d21c3265b - - default default] Tap Mirror: Handle Delete Port: 00d01e44-dfc2-41d8-b83f-1cdb797ce907 [pid: 7|app: 0|req: 718/1515] 10.0.0.32 () {32 vars in 718 bytes} [Tue Jul 21 07:54:58 2026] DELETE /v2.0/ports/00d01e44-dfc2-41d8-b83f-1cdb797ce907 => generated 0 bytes in 252 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-21 07:54:58.989 7 INFO neutron.pecan_wsgi.hooks.translation [None req-07ff5201-4df3-494e-a05d-344122fe8ff8 2315cfb9db8e42ac8416f243c713e8ff 8b80dd152803488b9be4d92d21c3265b - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 719/1516] 10.0.0.32 () {32 vars in 718 bytes} [Tue Jul 21 07:54:58 2026] DELETE /v2.0/ports/00d01e44-dfc2-41d8-b83f-1cdb797ce907 => generated 132 bytes in 26 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-21 07:54:59.014 7 INFO neutron.pecan_wsgi.hooks.translation [None req-b5633034-cca6-4204-8ee1-2959fbb2d81e 2315cfb9db8e42ac8416f243c713e8ff 8b80dd152803488b9be4d92d21c3265b - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 720/1517] 10.0.0.32 () {32 vars in 715 bytes} [Tue Jul 21 07:54:58 2026] GET /v2.0/ports/00d01e44-dfc2-41d8-b83f-1cdb797ce907 => generated 132 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 721/1518] 10.0.0.179 () {34 vars in 989 bytes} [Tue Jul 21 07:54:59 2026] GET /v2.0/ports?device_id=8636ae73-e575-43f9-ad97-bc0ab71a089f => generated 1244 bytes in 122 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 722/1519] 10.0.0.32 () {32 vars in 722 bytes} [Tue Jul 21 07:54:59 2026] DELETE /v2.0/subnets/a739855c-5549-4b72-b7cd-cf1f8eea57d5 => generated 0 bytes in 157 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 723/1520] 10.0.0.179 () {34 vars in 1039 bytes} [Tue Jul 21 07:54:59 2026] GET /v2.0/security-groups?id=417fc43b-4a8a-4986-803f-4eef751614cd&fields=id&fields=name => generated 114 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-21 07:54:59.442 7 INFO neutron.services.segments.plugin [-] Segment 90237467-5e60-4f7f-99a3-3c0dd62af7ef resource provider aggregate not found 2026-07-21 07:54:59.448 7 INFO neutron.services.segments.plugin [-] Segment 90237467-5e60-4f7f-99a3-3c0dd62af7ef resource provider aggregate not found 2026-07-21 07:54:59.468 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 90237467-5e60-4f7f-99a3-3c0dd62af7ef resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 90237467-5e60-4f7f-99a3-3c0dd62af7ef found for delete ", "request_id": "req-47ffaeab-ce80-4dea-939b-4b16fd4efbe2"}]} 2026-07-21 07:54:59.470 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 90237467-5e60-4f7f-99a3-3c0dd62af7ef resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 90237467-5e60-4f7f-99a3-3c0dd62af7ef found for delete ", "request_id": "req-51bddd71-7686-488e-a9cd-d18fd1e87252"}]} [pid: 7|app: 0|req: 724/1521] 10.0.0.32 () {32 vars in 724 bytes} [Tue Jul 21 07:54:59 2026] DELETE /v2.0/networks/aff4c698-c598-4638-a480-3ccafaff7961 => generated 0 bytes in 159 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-21 07:54:59.563 7 INFO neutron.db.segments_db [None req-84a7d3f8-4be5-4a17-b920-2f6fe045eaa9 2315cfb9db8e42ac8416f243c713e8ff 8b80dd152803488b9be4d92d21c3265b - - default default] Added segment 83820913-2d94-4e40-8b4c-8bc888031182 of type vxlan for network 389bac65-d7d5-4dc1-b84d-ffcf8871dc60 [pid: 7|app: 0|req: 725/1522] 10.0.0.32 () {34 vars in 668 bytes} [Tue Jul 21 07:54:59 2026] POST /v2.0/networks => generated 631 bytes in 163 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 726/1523] 10.0.0.32 () {34 vars in 667 bytes} [Tue Jul 21 07:54:59 2026] POST /v2.0/subnets => generated 626 bytes in 224 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 727/1524] 10.0.0.32 () {34 vars in 663 bytes} [Tue Jul 21 07:54:59 2026] POST /v2.0/ports => generated 912 bytes in 319 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-21 07:55:00.317 7 INFO neutron_taas.services.taas.taas_plugin [None req-ef8c6361-940d-4721-925f-41f1d8a765cb 2315cfb9db8e42ac8416f243c713e8ff 8b80dd152803488b9be4d92d21c3265b - - default default] TaaS: Handle Delete Port: e4786e84-69f5-4fdb-a2da-c9aadccfe318 2026-07-21 07:55:00.320 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ef8c6361-940d-4721-925f-41f1d8a765cb 2315cfb9db8e42ac8416f243c713e8ff 8b80dd152803488b9be4d92d21c3265b - - default default] Tap Mirror: Handle Delete Port: e4786e84-69f5-4fdb-a2da-c9aadccfe318 [pid: 7|app: 0|req: 728/1525] 10.0.0.32 () {32 vars in 718 bytes} [Tue Jul 21 07:55:00 2026] DELETE /v2.0/ports/e4786e84-69f5-4fdb-a2da-c9aadccfe318 => generated 0 bytes in 240 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-21 07:55:00.482 7 INFO neutron.pecan_wsgi.hooks.translation [None req-12554151-7de9-4079-88a7-bb7d89923a68 2315cfb9db8e42ac8416f243c713e8ff 8b80dd152803488b9be4d92d21c3265b - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 729/1526] 10.0.0.32 () {32 vars in 715 bytes} [Tue Jul 21 07:55:00 2026] GET /v2.0/ports/e4786e84-69f5-4fdb-a2da-c9aadccfe318 => generated 132 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 730/1527] 10.0.0.32 () {32 vars in 722 bytes} [Tue Jul 21 07:55:00 2026] DELETE /v2.0/subnets/61dd979b-c6a3-4321-9261-7af2a46ff4d1 => 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: 798/1528] 10.0.0.32 () {34 vars in 781 bytes} [Tue Jul 21 07:54:58 2026] PUT /v2.0/routers/9fb008dd-30ba-479b-be41-1489f2341934/add_router_interface => generated 309 bytes in 2216 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 731/1529] 10.0.0.32 () {32 vars in 724 bytes} [Tue Jul 21 07:55:00 2026] DELETE /v2.0/networks/389bac65-d7d5-4dc1-b84d-ffcf8871dc60 => generated 0 bytes in 121 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 732/1530] 10.0.0.32 () {34 vars in 663 bytes} [Tue Jul 21 07:55:00 2026] POST /v2.0/ports => generated 774 bytes in 256 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 733/1531] 10.0.0.32 () {34 vars in 735 bytes} [Tue Jul 21 07:55:01 2026] PUT /v2.0/ports/04d11e43-2576-48c1-98d8-3d9e1533cf91 => generated 752 bytes in 226 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-21 07:55:01.386 7 INFO neutron_taas.services.taas.taas_plugin [None req-d7437653-c604-4c4f-8c64-f7a9008706b7 2315cfb9db8e42ac8416f243c713e8ff 8b80dd152803488b9be4d92d21c3265b - - default default] TaaS: Handle Delete Port: 04d11e43-2576-48c1-98d8-3d9e1533cf91 2026-07-21 07:55:01.389 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d7437653-c604-4c4f-8c64-f7a9008706b7 2315cfb9db8e42ac8416f243c713e8ff 8b80dd152803488b9be4d92d21c3265b - - default default] Tap Mirror: Handle Delete Port: 04d11e43-2576-48c1-98d8-3d9e1533cf91 [pid: 7|app: 0|req: 734/1532] 10.0.0.32 () {32 vars in 718 bytes} [Tue Jul 21 07:55:01 2026] DELETE /v2.0/ports/04d11e43-2576-48c1-98d8-3d9e1533cf91 => generated 0 bytes in 214 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-21 07:55:01.502 7 INFO neutron.services.segments.plugin [-] Segment 83820913-2d94-4e40-8b4c-8bc888031182 resource provider aggregate not found 2026-07-21 07:55:01.502 7 INFO neutron.services.segments.plugin [-] Segment 83820913-2d94-4e40-8b4c-8bc888031182 resource provider aggregate not found 2026-07-21 07:55:01.541 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 83820913-2d94-4e40-8b4c-8bc888031182 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 83820913-2d94-4e40-8b4c-8bc888031182 found for delete ", "request_id": "req-376598fe-84f9-420d-b222-f3e983e1aea8"}]} 2026-07-21 07:55:01.547 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 83820913-2d94-4e40-8b4c-8bc888031182 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 83820913-2d94-4e40-8b4c-8bc888031182 found for delete ", "request_id": "req-4e7e8b59-399f-4c20-972d-7505d31ad025"}]} [pid: 7|app: 0|req: 735/1533] 10.0.0.218 () {34 vars in 989 bytes} [Tue Jul 21 07:55:01 2026] GET /v2.0/ports?device_id=8aae0f27-314b-4785-8785-2bd005c7ed43 => generated 1010 bytes in 97 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 736/1534] 10.0.0.32 () {32 vars in 641 bytes} [Tue Jul 21 07:55:01 2026] GET /v2.0/ports => generated 778 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 737/1535] 10.0.0.218 () {34 vars in 1119 bytes} [Tue Jul 21 07:55:01 2026] GET /v2.0/security-groups?id=e5bc7f5b-4257-4a62-a3fe-bdb5750cc086&id=f373836a-9d80-4c4e-95dd-1e193f3d9431&fields=id&fields=name => generated 207 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-21 07:55:01.694 7 INFO neutron.pecan_wsgi.hooks.translation [None req-42aedf49-a9ea-40e6-a67a-59492090dfb2 2315cfb9db8e42ac8416f243c713e8ff 8b80dd152803488b9be4d92d21c3265b - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 738/1536] 10.0.0.32 () {32 vars in 715 bytes} [Tue Jul 21 07:55:01 2026] GET /v2.0/ports/04d11e43-2576-48c1-98d8-3d9e1533cf91 => generated 132 bytes in 25 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 739/1537] 10.0.0.32 () {32 vars in 734 bytes} [Tue Jul 21 07:55:01 2026] GET /v2.0/ports?device_id=8aae0f27-314b-4785-8785-2bd005c7ed43 => generated 1279 bytes in 148 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 740/1538] 10.0.0.32 () {32 vars in 641 bytes} [Tue Jul 21 07:55:01 2026] GET /v2.0/ports => 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: 741/1539] 10.0.0.32 () {32 vars in 856 bytes} [Tue Jul 21 07:55:01 2026] GET /v2.0/floatingips?floating_network_id=317f6b37-c4ed-463e-9ada-63bc17d28900&port_id=4f6bd94e-af8e-48fe-9a39-7216126e247b => generated 860 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 742/1540] 10.0.0.32 () {32 vars in 715 bytes} [Tue Jul 21 07:55:01 2026] GET /v2.0/ports/9625d53d-dcdb-476d-a4fc-11b242ffbe42 => generated 775 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-21 07:55:02.028 7 INFO neutron.pecan_wsgi.hooks.translation [None req-a65df603-6c50-42ac-b402-381de3f08053 2315cfb9db8e42ac8416f243c713e8ff 8b80dd152803488b9be4d92d21c3265b - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 743/1541] 10.0.0.32 () {32 vars in 718 bytes} [Tue Jul 21 07:55:02 2026] DELETE /v2.0/ports/e4786e84-69f5-4fdb-a2da-c9aadccfe318 => generated 132 bytes in 26 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 799/1542] 10.0.0.32 () {34 vars in 781 bytes} [Tue Jul 21 07:55:00 2026] PUT /v2.0/routers/9fb008dd-30ba-479b-be41-1489f2341934/add_router_interface => generated 309 bytes in 1364 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-21 07:55:02.047 7 INFO neutron.pecan_wsgi.hooks.translation [None req-df7c6e21-8628-4b12-b1d2-bd2d40d26f75 2315cfb9db8e42ac8416f243c713e8ff 8b80dd152803488b9be4d92d21c3265b - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 744/1543] 10.0.0.32 () {32 vars in 722 bytes} [Tue Jul 21 07:55:02 2026] DELETE /v2.0/subnets/61dd979b-c6a3-4321-9261-7af2a46ff4d1 => generated 136 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-21 07:55:02.070 7 INFO neutron.pecan_wsgi.hooks.translation [None req-872b833c-83d7-4c25-abad-cb12a8d05f4c 2315cfb9db8e42ac8416f243c713e8ff 8b80dd152803488b9be4d92d21c3265b - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 745/1544] 10.0.0.32 () {32 vars in 722 bytes} [Tue Jul 21 07:55:02 2026] DELETE /v2.0/subnets/a739855c-5549-4b72-b7cd-cf1f8eea57d5 => generated 136 bytes in 24 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-21 07:55:02.180 7 INFO neutron_taas.services.taas.taas_plugin [None req-ea5eda28-56ef-4f04-9ff4-2db8a11ea10a 2315cfb9db8e42ac8416f243c713e8ff 8b80dd152803488b9be4d92d21c3265b - - default default] TaaS: Handle Delete Port: 9625d53d-dcdb-476d-a4fc-11b242ffbe42 2026-07-21 07:55:02.182 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ea5eda28-56ef-4f04-9ff4-2db8a11ea10a 2315cfb9db8e42ac8416f243c713e8ff 8b80dd152803488b9be4d92d21c3265b - - default default] Tap Mirror: Handle Delete Port: 9625d53d-dcdb-476d-a4fc-11b242ffbe42 [pid: 7|app: 0|req: 746/1545] 10.0.0.32 () {32 vars in 718 bytes} [Tue Jul 21 07:55:02 2026] DELETE /v2.0/ports/9625d53d-dcdb-476d-a4fc-11b242ffbe42 => generated 0 bytes in 176 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 747/1546] 10.0.0.32 () {32 vars in 724 bytes} [Tue Jul 21 07:55:02 2026] DELETE /v2.0/networks/6fa385ad-5c6d-4cdc-8393-42995672b785 => generated 0 bytes in 139 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 748/1547] 10.0.0.179 () {34 vars in 989 bytes} [Tue Jul 21 07:55:02 2026] GET /v2.0/ports?device_id=8aae0f27-314b-4785-8785-2bd005c7ed43 => generated 1279 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 749/1548] 10.0.0.179 () {34 vars in 1119 bytes} [Tue Jul 21 07:55:02 2026] GET /v2.0/security-groups?id=e5bc7f5b-4257-4a62-a3fe-bdb5750cc086&id=f373836a-9d80-4c4e-95dd-1e193f3d9431&fields=id&fields=name => generated 207 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 750/1549] 10.0.0.32 () {32 vars in 772 bytes} [Tue Jul 21 07:55:02 2026] GET /v2.0/security-groups?tenant_id=8b80dd152803488b9be4d92d21c3265b&name=default => generated 2925 bytes in 171 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 751/1550] 10.0.0.32 () {32 vars in 738 bytes} [Tue Jul 21 07:55:03 2026] DELETE /v2.0/security-groups/1ff3210f-6a26-48bc-9dd6-b74d39f5e6eb => 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: 800/1551] 10.0.0.32 () {34 vars in 781 bytes} [Tue Jul 21 07:55:02 2026] PUT /v2.0/routers/9fb008dd-30ba-479b-be41-1489f2341934/add_router_interface => generated 309 bytes in 1428 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-21 07:55:03.565 7 INFO neutron.services.segments.plugin [-] Segment 99aada23-8bf6-40e4-93c3-fc94e38ef7ef resource provider aggregate not found 2026-07-21 07:55:03.581 7 INFO neutron.services.segments.plugin [-] Segment 99aada23-8bf6-40e4-93c3-fc94e38ef7ef resource provider aggregate not found 2026-07-21 07:55:03.600 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 99aada23-8bf6-40e4-93c3-fc94e38ef7ef resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 99aada23-8bf6-40e4-93c3-fc94e38ef7ef found for delete ", "request_id": "req-30f5fa5d-d56f-4404-904a-e91f2e4100aa"}]} 2026-07-21 07:55:03.604 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 99aada23-8bf6-40e4-93c3-fc94e38ef7ef resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 99aada23-8bf6-40e4-93c3-fc94e38ef7ef found for delete ", "request_id": "req-1302352f-61f6-43cb-954a-9c4c02bf8d94"}]} [pid: 7|app: 0|req: 752/1552] 10.0.0.32 () {34 vars in 682 bytes} [Tue Jul 21 07:55:03 2026] POST /v2.0/security-groups => generated 1627 bytes in 174 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 801/1553] 10.0.0.32 () {34 vars in 693 bytes} [Tue Jul 21 07:55:03 2026] POST /v2.0/security-group-rules => generated 597 bytes in 96 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 753/1554] 10.0.0.32 () {34 vars in 693 bytes} [Tue Jul 21 07:55:03 2026] POST /v2.0/security-group-rules => generated 597 bytes in 154 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 802/1555] 10.0.0.32 () {34 vars in 693 bytes} [Tue Jul 21 07:55:03 2026] POST /v2.0/security-group-rules => generated 599 bytes in 104 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 754/1556] 10.0.0.32 () {34 vars in 693 bytes} [Tue Jul 21 07:55:04 2026] POST /v2.0/security-group-rules => generated 601 bytes in 130 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 803/1557] 10.0.0.32 () {34 vars in 693 bytes} [Tue Jul 21 07:55:04 2026] POST /v2.0/security-group-rules => generated 601 bytes in 118 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 755/1558] 10.0.0.32 () {34 vars in 693 bytes} [Tue Jul 21 07:55:04 2026] POST /v2.0/security-group-rules => generated 597 bytes in 103 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 804/1559] 10.0.0.32 () {34 vars in 693 bytes} [Tue Jul 21 07:55:04 2026] POST /v2.0/security-group-rules => generated 597 bytes in 165 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 756/1560] 10.0.0.32 () {34 vars in 693 bytes} [Tue Jul 21 07:55:04 2026] POST /v2.0/security-group-rules => generated 597 bytes in 128 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 805/1561] 10.0.0.32 () {34 vars in 693 bytes} [Tue Jul 21 07:55:04 2026] POST /v2.0/security-group-rules => generated 599 bytes in 134 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 806/1562] 10.0.0.32 () {32 vars in 621 bytes} [Tue Jul 21 07:55:04 2026] GET / => generated 151 bytes in 3 msecs (HTTP/1.1 200) 3 headers in 91 bytes (1 switches on core 0) [pid: 7|app: 0|req: 757/1563] 10.0.0.32 () {34 vars in 693 bytes} [Tue Jul 21 07:55:04 2026] POST /v2.0/security-group-rules => generated 601 bytes in 133 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 807/1564] 10.0.0.32 () {32 vars in 631 bytes} [Tue Jul 21 07:55:04 2026] GET /v2.0/ => generated 632 bytes in 147 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 758/1565] 10.0.0.32 () {34 vars in 693 bytes} [Tue Jul 21 07:55:05 2026] POST /v2.0/security-group-rules => generated 597 bytes in 158 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 808/1566] 10.0.0.218 () {34 vars in 989 bytes} [Tue Jul 21 07:55:05 2026] GET /v2.0/ports?device_id=8aae0f27-314b-4785-8785-2bd005c7ed43 => generated 1010 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 759/1567] 10.0.0.218 () {34 vars in 1119 bytes} [Tue Jul 21 07:55:05 2026] GET /v2.0/security-groups?id=e5bc7f5b-4257-4a62-a3fe-bdb5750cc086&id=f373836a-9d80-4c4e-95dd-1e193f3d9431&fields=id&fields=name => generated 207 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 809/1568] 10.0.0.218 () {34 vars in 1093 bytes} [Tue Jul 21 07:55:05 2026] GET /v2.0/security-groups?name=tempest-lb_member_SG-871579203&fields=id&tenant_id=f67e8fb851974f70b5a9eaa716c8f839 => generated 69 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 760/1569] 10.0.0.218 () {34 vars in 981 bytes} [Tue Jul 21 07:55:05 2026] GET /v2.0/networks?id=ce6b1180-0f78-4ae0-8c38-9c71be7a5d45 => generated 705 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 810/1570] 10.0.0.218 () {34 vars in 964 bytes} [Tue Jul 21 07:55:05 2026] GET /v2.0/quotas/f67e8fb851974f70b5a9eaa716c8f839 => 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: 761/1571] 10.0.0.218 () {34 vars in 1001 bytes} [Tue Jul 21 07:55:05 2026] GET /v2.0/ports?tenant_id=f67e8fb851974f70b5a9eaa716c8f839&fields=id => generated 241 bytes in 164 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 762/1572] 10.0.0.218 () {34 vars in 1007 bytes} [Tue Jul 21 07:55:05 2026] GET /v2.0/networks/ce6b1180-0f78-4ae0-8c38-9c71be7a5d45?fields=segments => generated 14 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 763/1573] 10.0.0.218 () {34 vars in 1107 bytes} [Tue Jul 21 07:55:05 2026] GET /v2.0/networks/ce6b1180-0f78-4ae0-8c38-9c71be7a5d45?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: 811/1574] 10.0.0.32 () {32 vars in 772 bytes} [Tue Jul 21 07:55:05 2026] GET /v2.0/security-groups?tenant_id=d542469e1c5746c0a26f13f85135503f&name=default => generated 2925 bytes in 255 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 764/1575] 10.0.0.32 () {32 vars in 738 bytes} [Tue Jul 21 07:55:05 2026] DELETE /v2.0/security-groups/df75d492-9946-4380-8209-4f3cd3faee88 => 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: 812/1576] 10.0.0.218 () {34 vars in 989 bytes} [Tue Jul 21 07:55:06 2026] GET /v2.0/ports?device_id=161cc309-6eef-4486-894e-3f155837abe0 => 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: 766/1579] 10.0.0.218 () {34 vars in 989 bytes} [Tue Jul 21 07:55:06 2026] GET /v2.0/ports?device_id=8aae0f27-314b-4785-8785-2bd005c7ed43 => generated 1010 bytes in 113 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 814/1580] 10.0.0.218 () {34 vars in 1119 bytes} [Tue Jul 21 07:55:06 2026] GET /v2.0/security-groups?id=e5bc7f5b-4257-4a62-a3fe-bdb5750cc086&id=f373836a-9d80-4c4e-95dd-1e193f3d9431&fields=id&fields=name => generated 207 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 767/1581] 10.0.0.218 () {34 vars in 989 bytes} [Tue Jul 21 07:55:07 2026] GET /v2.0/ports?device_id=8aae0f27-314b-4785-8785-2bd005c7ed43 => generated 1010 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 815/1582] 199.19.213.44 () {34 vars in 992 bytes} [Tue Jul 21 07:55:07 2026] GET /v2.0/ports?device_id=8aae0f27-314b-4785-8785-2bd005c7ed43 => generated 1010 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 816/1583] 10.0.0.218 () {34 vars in 1119 bytes} [Tue Jul 21 07:55:07 2026] GET /v2.0/security-groups?id=e5bc7f5b-4257-4a62-a3fe-bdb5750cc086&id=f373836a-9d80-4c4e-95dd-1e193f3d9431&fields=id&fields=name => generated 207 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-21 07:55:08.013 7 INFO neutron_taas.services.taas.taas_plugin [req-ec351232-0afb-4ffd-9921-617404d84324 req-e3240c4b-6210-4bde-8ccf-c7bcf91081da 1589a6b3c1754318910fce444a688a5f a5f0e685efbb4392b76189095b0a275c - - default default] TaaS: Handle Delete Port: 4f6bd94e-af8e-48fe-9a39-7216126e247b 2026-07-21 07:55:08.017 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-ec351232-0afb-4ffd-9921-617404d84324 req-e3240c4b-6210-4bde-8ccf-c7bcf91081da 1589a6b3c1754318910fce444a688a5f a5f0e685efbb4392b76189095b0a275c - - default default] Tap Mirror: Handle Delete Port: 4f6bd94e-af8e-48fe-9a39-7216126e247b 2026-07-21 07:55:08.163 7 INFO neutron.db.l3_db [req-ec351232-0afb-4ffd-9921-617404d84324 req-e3240c4b-6210-4bde-8ccf-c7bcf91081da 1589a6b3c1754318910fce444a688a5f a5f0e685efbb4392b76189095b0a275c - - default default] Floating IP 7db74543-1ae3-422b-92fe-3a7ef2331481 disassociated. External IP: 10.96.250.212, port: 4f6bd94e-af8e-48fe-9a39-7216126e247b. [pid: 7|app: 0|req: 768/1584] 199.19.213.44 () {36 vars in 995 bytes} [Tue Jul 21 07:55:07 2026] DELETE /v2.0/ports/4f6bd94e-af8e-48fe-9a39-7216126e247b => generated 0 bytes in 606 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-21 07:55:08.525 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-c177e4fe-c5ad-49e2-b456-b37ac06689ba'] response: {'server_uuid': '8aae0f27-314b-4785-8785-2bd005c7ed43', 'name': 'network-vif-deleted', 'tag': '4f6bd94e-af8e-48fe-9a39-7216126e247b', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 817/1585] 10.0.0.218 () {34 vars in 989 bytes} [Tue Jul 21 07:55:09 2026] GET /v2.0/ports?device_id=8aae0f27-314b-4785-8785-2bd005c7ed43 => 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: 769/1586] 10.0.0.218 () {34 vars in 989 bytes} [Tue Jul 21 07:55:10 2026] GET /v2.0/ports?device_id=8aae0f27-314b-4785-8785-2bd005c7ed43 => generated 12 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-21 07:55:10.441 8 INFO neutron.db.segments_db [None req-9cb1e771-fc02-419e-9b8a-2a3f8d7d502a 010998b534a8414aa8ef9461fadf2f72 1918f918c0f94b07a0cd3adedfd2f715 - - default default] Added segment fb81f612-9fde-462f-b681-78866ecc752f of type vxlan for network cb409ef8-4315-4beb-bd0a-baa3264c27b5 [pid: 7|app: 0|req: 770/1587] 199.19.213.44 () {34 vars in 984 bytes} [Tue Jul 21 07:55:10 2026] GET /v2.0/networks?id=ce6b1180-0f78-4ae0-8c38-9c71be7a5d45 => generated 705 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 818/1588] 10.0.0.32 () {34 vars in 668 bytes} [Tue Jul 21 07:55:10 2026] POST /v2.0/networks => generated 727 bytes in 374 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 771/1589] 199.19.213.44 () {34 vars in 1048 bytes} [Tue Jul 21 07:55:10 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=f67e8fb851974f70b5a9eaa716c8f839 => generated 178 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 819/1590] 10.0.0.32 () {34 vars in 667 bytes} [Tue Jul 21 07:55:10 2026] POST /v2.0/subnets => generated 644 bytes in 201 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-21 07:55:10.754 8 WARNING neutron.api.v2.base [None req-5bcca332-c33a-4cde-97af-7d6dc62a9709 010998b534a8414aa8ef9461fadf2f72 1918f918c0f94b07a0cd3adedfd2f715 - - 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-21 07:55:10.755 8 INFO neutron.api.v2.resource [None req-5bcca332-c33a-4cde-97af-7d6dc62a9709 010998b534a8414aa8ef9461fadf2f72 1918f918c0f94b07a0cd3adedfd2f715 - - default default] create failed (client error): Invalid input for target_tenant. Reason: 'None' is not a valid string. [pid: 8|app: 0|req: 820/1591] 10.0.0.32 () {34 vars in 679 bytes} [Tue Jul 21 07:55:10 2026] POST /v2.0/rbac-policies => generated 143 bytes in 7 msecs (HTTP/1.1 400) 4 headers in 166 bytes (1 switches on core 0) 2026-07-21 07:55:10.969 8 INFO neutron.services.segments.plugin [-] Segment fb81f612-9fde-462f-b681-78866ecc752f resource provider aggregate not found 2026-07-21 07:55:10.973 8 INFO neutron.services.segments.plugin [-] Segment fb81f612-9fde-462f-b681-78866ecc752f resource provider aggregate not found 2026-07-21 07:55:10.988 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment fb81f612-9fde-462f-b681-78866ecc752f resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fb81f612-9fde-462f-b681-78866ecc752f found for delete ", "request_id": "req-c2bf48c2-244b-4c43-8e19-c25ceb2550b1"}]} 2026-07-21 07:55:10.989 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment fb81f612-9fde-462f-b681-78866ecc752f resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fb81f612-9fde-462f-b681-78866ecc752f found for delete ", "request_id": "req-0998ff16-bf66-4aeb-8695-3ef1d6ab41d9"}]} [pid: 8|app: 0|req: 821/1592] 10.0.0.32 () {32 vars in 724 bytes} [Tue Jul 21 07:55:10 2026] DELETE /v2.0/networks/cb409ef8-4315-4beb-bd0a-baa3264c27b5 => 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: 772/1593] 199.19.213.44 () {38 vars in 953 bytes} [Tue Jul 21 07:55:10 2026] POST /v2.0/ports => generated 1175 bytes in 447 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-07-21 07:55:11.059 7 INFO neutron.db.segments_db [None req-04586ae4-74cf-4569-b2a0-7bf5628893cc 010998b534a8414aa8ef9461fadf2f72 1918f918c0f94b07a0cd3adedfd2f715 - - default default] Added segment c8b79177-4555-490a-99bd-af76253d3511 of type vxlan for network b627110a-eb82-42ce-84d8-bc823bcb4023 [pid: 8|app: 0|req: 822/1594] 10.0.0.218 () {34 vars in 989 bytes} [Tue Jul 21 07:55:10 2026] GET /v2.0/ports?device_id=8636ae73-e575-43f9-ad97-bc0ab71a089f => 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: 773/1595] 10.0.0.32 () {34 vars in 668 bytes} [Tue Jul 21 07:55:11 2026] POST /v2.0/networks => generated 727 bytes in 137 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 774/1596] 10.0.0.218 () {34 vars in 1039 bytes} [Tue Jul 21 07:55:11 2026] GET /v2.0/security-groups?id=417fc43b-4a8a-4986-803f-4eef751614cd&fields=id&fields=name => generated 114 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 775/1597] 10.0.0.218 () {34 vars in 989 bytes} [Tue Jul 21 07:55:11 2026] GET /v2.0/ports?device_id=161cc309-6eef-4486-894e-3f155837abe0 => generated 1178 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 776/1598] 10.0.0.32 () {34 vars in 667 bytes} [Tue Jul 21 07:55:11 2026] POST /v2.0/subnets => generated 647 bytes in 151 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 777/1599] 10.0.0.218 () {34 vars in 1039 bytes} [Tue Jul 21 07:55:11 2026] GET /v2.0/security-groups?id=b90677d9-a5f9-4a40-95e0-3d59ac664cb9&fields=id&fields=name => generated 111 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 778/1600] 10.0.0.218 () {34 vars in 989 bytes} [Tue Jul 21 07:55:11 2026] GET /v2.0/ports?device_id=8aae0f27-314b-4785-8785-2bd005c7ed43 => generated 12 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-21 07:55:11.439 7 WARNING neutron.api.v2.base [None req-5b9339f7-3783-457f-a7eb-3526fe5cf568 010998b534a8414aa8ef9461fadf2f72 1918f918c0f94b07a0cd3adedfd2f715 - - 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-21 07:55:11.440 7 INFO neutron.api.v2.resource [None req-5b9339f7-3783-457f-a7eb-3526fe5cf568 010998b534a8414aa8ef9461fadf2f72 1918f918c0f94b07a0cd3adedfd2f715 - - default default] create failed (client error): Invalid input for target_tenant. Reason: '1234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234' exceeds maximum length of 255. [pid: 7|app: 0|req: 779/1601] 10.0.0.32 () {34 vars in 679 bytes} [Tue Jul 21 07:55:11 2026] POST /v2.0/rbac-policies => generated 547 bytes in 8 msecs (HTTP/1.1 400) 4 headers in 166 bytes (1 switches on core 0) [pid: 8|app: 0|req: 823/1602] 199.19.213.44 () {38 vars in 1026 bytes} [Tue Jul 21 07:55:11 2026] PUT /v2.0/ports/009e7b55-eab1-48e2-a568-8854ac445dc2 => generated 1456 bytes in 525 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-21 07:55:11.642 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-bdc9fa50-5d8f-4d79-8be7-7fdf6ca5ae73'] response: {'name': 'network-changed', 'server_uuid': '161cc309-6eef-4486-894e-3f155837abe0', 'tag': '009e7b55-eab1-48e2-a568-8854ac445dc2', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 824/1603] 10.0.0.218 () {34 vars in 989 bytes} [Tue Jul 21 07:55:11 2026] GET /v2.0/ports?device_id=8636ae73-e575-43f9-ad97-bc0ab71a089f => generated 975 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-21 07:55:11.661 7 INFO neutron.services.segments.plugin [-] Segment c8b79177-4555-490a-99bd-af76253d3511 resource provider aggregate not found 2026-07-21 07:55:11.666 7 INFO neutron.services.segments.plugin [-] Segment c8b79177-4555-490a-99bd-af76253d3511 resource provider aggregate not found 2026-07-21 07:55:11.682 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment c8b79177-4555-490a-99bd-af76253d3511 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c8b79177-4555-490a-99bd-af76253d3511 found for delete ", "request_id": "req-32c917a2-bb3d-43b8-82c0-410663d9d7fa"}]} 2026-07-21 07:55:11.682 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment c8b79177-4555-490a-99bd-af76253d3511 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c8b79177-4555-490a-99bd-af76253d3511 found for delete ", "request_id": "req-595c4913-6c54-4b31-959c-909f1417a06e"}]} [pid: 8|app: 0|req: 825/1604] 10.0.0.218 () {34 vars in 1039 bytes} [Tue Jul 21 07:55:11 2026] GET /v2.0/security-groups?id=417fc43b-4a8a-4986-803f-4eef751614cd&fields=id&fields=name => generated 114 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 780/1605] 10.0.0.32 () {32 vars in 724 bytes} [Tue Jul 21 07:55:11 2026] DELETE /v2.0/networks/b627110a-eb82-42ce-84d8-bc823bcb4023 => generated 0 bytes in 249 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-21 07:55:11.756 8 INFO neutron.db.segments_db [None req-e785d154-253a-413d-8962-68504aa9c4c6 010998b534a8414aa8ef9461fadf2f72 1918f918c0f94b07a0cd3adedfd2f715 - - default default] Added segment 9765cfd9-3c2c-4fbd-9838-ac17036412a3 of type vxlan for network 5643f370-d98b-46d3-aeca-e7c50d11c7af [pid: 8|app: 0|req: 826/1606] 10.0.0.32 () {34 vars in 668 bytes} [Tue Jul 21 07:55:11 2026] POST /v2.0/networks => generated 727 bytes in 140 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 781/1607] 10.0.0.32 () {34 vars in 667 bytes} [Tue Jul 21 07:55:11 2026] POST /v2.0/subnets => generated 647 bytes in 212 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 782/1608] 10.0.0.218 () {34 vars in 989 bytes} [Tue Jul 21 07:55:12 2026] GET /v2.0/ports?device_id=8636ae73-e575-43f9-ad97-bc0ab71a089f => generated 975 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 783/1609] 199.19.213.44 () {34 vars in 1078 bytes} [Tue Jul 21 07:55:12 2026] GET /v2.0/ports?tenant_id=f67e8fb851974f70b5a9eaa716c8f839&device_id=161cc309-6eef-4486-894e-3f155837abe0 => generated 1459 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 784/1610] 10.0.0.218 () {34 vars in 1039 bytes} [Tue Jul 21 07:55:12 2026] GET /v2.0/security-groups?id=417fc43b-4a8a-4986-803f-4eef751614cd&fields=id&fields=name => generated 114 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 785/1611] 199.19.213.44 () {34 vars in 1016 bytes} [Tue Jul 21 07:55:12 2026] GET /v2.0/networks?tenant_id=f67e8fb851974f70b5a9eaa716c8f839&shared=False => generated 2375 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 827/1612] 10.0.0.32 () {34 vars in 679 bytes} [Tue Jul 21 07:55:12 2026] POST /v2.0/rbac-policies => generated 324 bytes in 220 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 786/1613] 199.19.213.44 () {34 vars in 928 bytes} [Tue Jul 21 07:55:12 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 828/1614] 10.0.0.32 () {32 vars in 738 bytes} [Tue Jul 21 07:55:12 2026] DELETE /v2.0/security-groups/e5bc7f5b-4257-4a62-a3fe-bdb5750cc086 => generated 0 bytes in 95 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-21 07:55:12.699 8 INFO neutron.api.v2.resource [None req-d8ebad36-b75d-436d-be10-55b99b1342a5 1589a6b3c1754318910fce444a688a5f a5f0e685efbb4392b76189095b0a275c - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 829/1615] 10.0.0.32 () {32 vars in 735 bytes} [Tue Jul 21 07:55:12 2026] GET /v2.0/security-groups/e5bc7f5b-4257-4a62-a3fe-bdb5750cc086 => generated 146 bytes in 9 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 787/1616] 10.0.0.32 () {32 vars in 721 bytes} [Tue Jul 21 07:55:12 2026] GET /v2.0/networks/5643f370-d98b-46d3-aeca-e7c50d11c7af => generated 655 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-21 07:55:12.806 8 INFO neutron_taas.services.taas.taas_plugin [None req-abdab5c5-285e-499b-a234-59f7113c4277 1589a6b3c1754318910fce444a688a5f a5f0e685efbb4392b76189095b0a275c - - default default] TaaS: Handle Delete Port: df2e037b-2ec5-42cc-b692-2f53fecd0627 2026-07-21 07:55:12.809 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-abdab5c5-285e-499b-a234-59f7113c4277 1589a6b3c1754318910fce444a688a5f a5f0e685efbb4392b76189095b0a275c - - default default] Tap Mirror: Handle Delete Port: df2e037b-2ec5-42cc-b692-2f53fecd0627 [pid: 8|app: 0|req: 830/1617] 10.0.0.32 () {32 vars in 730 bytes} [Tue Jul 21 07:55:12 2026] DELETE /v2.0/floatingips/7db74543-1ae3-422b-92fe-3a7ef2331481 => generated 0 bytes in 257 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 788/1618] 10.0.0.32 () {32 vars in 738 bytes} [Tue Jul 21 07:55:12 2026] DELETE /v2.0/security-groups/f373836a-9d80-4c4e-95dd-1e193f3d9431 => generated 0 bytes in 132 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-21 07:55:13.100 8 INFO neutron.pecan_wsgi.hooks.translation [None req-a3e279d0-4ee0-46ea-88be-2cf8b825d655 2625bbb5c325472eb741c242c206ac44 e4d75442f0ee4a9c8ab326a697f9ceb2 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 831/1619] 10.0.0.32 () {32 vars in 721 bytes} [Tue Jul 21 07:55:13 2026] GET /v2.0/networks/5643f370-d98b-46d3-aeca-e7c50d11c7af => generated 138 bytes in 41 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 789/1620] 10.0.0.32 () {32 vars in 724 bytes} [Tue Jul 21 07:55:13 2026] DELETE /v2.0/networks/5643f370-d98b-46d3-aeca-e7c50d11c7af => 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: 790/1621] 10.0.0.218 () {34 vars in 989 bytes} [Tue Jul 21 07:55:13 2026] GET /v2.0/ports?device_id=8636ae73-e575-43f9-ad97-bc0ab71a089f => generated 975 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-21 07:55:13.330 7 INFO neutron.pecan_wsgi.hooks.translation [None req-d36dad17-be7c-4c7b-a164-a5e3d4eedfd5 010998b534a8414aa8ef9461fadf2f72 1918f918c0f94b07a0cd3adedfd2f715 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 791/1622] 10.0.0.32 () {32 vars in 722 bytes} [Tue Jul 21 07:55:13 2026] DELETE /v2.0/subnets/93abd0f4-abc3-473f-ab83-c9078fbee94e => generated 136 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 792/1623] 10.0.0.218 () {34 vars in 1039 bytes} [Tue Jul 21 07:55:13 2026] GET /v2.0/security-groups?id=417fc43b-4a8a-4986-803f-4eef751614cd&fields=id&fields=name => generated 114 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-21 07:55:13.369 7 INFO neutron.pecan_wsgi.hooks.translation [None req-657d460a-cd80-4fd1-b796-fcb722aefeae 010998b534a8414aa8ef9461fadf2f72 1918f918c0f94b07a0cd3adedfd2f715 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 793/1624] 10.0.0.32 () {32 vars in 722 bytes} [Tue Jul 21 07:55:13 2026] DELETE /v2.0/subnets/b60c89ad-8e2e-4367-a8cd-ecc67bde57fe => generated 136 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 794/1625] 199.19.213.44 () {34 vars in 1078 bytes} [Tue Jul 21 07:55:13 2026] GET /v2.0/ports?tenant_id=f67e8fb851974f70b5a9eaa716c8f839&device_id=161cc309-6eef-4486-894e-3f155837abe0 => generated 1459 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-21 07:55:13.414 7 INFO neutron.pecan_wsgi.hooks.translation [None req-8a8723c6-3895-4bc4-9652-974c4df5ef8e 010998b534a8414aa8ef9461fadf2f72 1918f918c0f94b07a0cd3adedfd2f715 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 795/1626] 10.0.0.32 () {32 vars in 722 bytes} [Tue Jul 21 07:55:13 2026] DELETE /v2.0/subnets/2f641a6f-7a44-4b9a-84e3-81a778c3c376 => generated 136 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 796/1627] 199.19.213.44 () {34 vars in 1054 bytes} [Tue Jul 21 07:55:13 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.69&port_id=009e7b55-eab1-48e2-a568-8854ac445dc2 => 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: 797/1628] 199.19.213.44 () {34 vars in 1100 bytes} [Tue Jul 21 07:55:13 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A15&port_id=009e7b55-eab1-48e2-a568-8854ac445dc2 => 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: 798/1629] 199.19.213.44 () {34 vars in 1062 bytes} [Tue Jul 21 07:55:13 2026] GET /v2.0/subnets?id=9e91a7ba-82f5-4e48-b4d9-553725d47328&id=e4aedbff-287f-4dda-a743-a205667fb73d => generated 1410 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-21 07:55:13.524 8 INFO neutron_taas.services.taas.taas_plugin [None req-69d8d94e-43f3-476e-92b1-358e2aa33fd8 c91b302a1f0c4d688f2f771aebbdb373 3ab8b07b6cd247c2a83286280ea0a707 - - default default] TaaS: Handle Delete Port: 89bf7102-75c4-4d48-b911-6855ef710cce 2026-07-21 07:55:13.527 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-69d8d94e-43f3-476e-92b1-358e2aa33fd8 c91b302a1f0c4d688f2f771aebbdb373 3ab8b07b6cd247c2a83286280ea0a707 - - default default] Tap Mirror: Handle Delete Port: 89bf7102-75c4-4d48-b911-6855ef710cce [pid: 7|app: 0|req: 799/1630] 199.19.213.44 () {34 vars in 1050 bytes} [Tue Jul 21 07:55:13 2026] GET /v2.0/ports?network_id=ce6b1180-0f78-4ae0-8c38-9c71be7a5d45&device_owner=network%3Adhcp => generated 1457 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 800/1631] 199.19.213.44 () {34 vars in 1050 bytes} [Tue Jul 21 07:55:13 2026] GET /v2.0/ports?network_id=ce6b1180-0f78-4ae0-8c38-9c71be7a5d45&device_owner=network%3Adhcp => generated 1457 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 801/1632] 199.19.213.44 () {34 vars in 1010 bytes} [Tue Jul 21 07:55:13 2026] GET /v2.0/networks/ce6b1180-0f78-4ae0-8c38-9c71be7a5d45?fields=segments => generated 14 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-21 07:55:13.766 7 INFO neutron.services.segments.plugin [-] Segment 9765cfd9-3c2c-4fbd-9838-ac17036412a3 resource provider aggregate not found [pid: 7|app: 0|req: 802/1633] 199.19.213.44 () {34 vars in 1078 bytes} [Tue Jul 21 07:55:13 2026] GET /v2.0/ports?tenant_id=a9083b784383448b92dfb1422e03d661&device_id=8636ae73-e575-43f9-ad97-bc0ab71a089f => generated 1244 bytes in 117 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-21 07:55:13.781 7 INFO neutron.services.segments.plugin [-] Segment 9765cfd9-3c2c-4fbd-9838-ac17036412a3 resource provider aggregate not found 2026-07-21 07:55:13.794 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 9765cfd9-3c2c-4fbd-9838-ac17036412a3 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9765cfd9-3c2c-4fbd-9838-ac17036412a3 found for delete ", "request_id": "req-e98b175e-ca08-49f9-85cd-fecab67459f6"}]} 2026-07-21 07:55:13.802 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 9765cfd9-3c2c-4fbd-9838-ac17036412a3 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9765cfd9-3c2c-4fbd-9838-ac17036412a3 found for delete ", "request_id": "req-3d40b667-505a-4341-bf03-771d4bdc0875"}]} [pid: 7|app: 0|req: 803/1634] 199.19.213.44 () {34 vars in 1110 bytes} [Tue Jul 21 07:55:13 2026] GET /v2.0/networks/ce6b1180-0f78-4ae0-8c38-9c71be7a5d45?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: 804/1635] 199.19.213.44 () {34 vars in 984 bytes} [Tue Jul 21 07:55:13 2026] GET /v2.0/networks?id=9b6268c5-ca39-4626-9663-25863c47b3e3 => generated 771 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 805/1636] 199.19.213.44 () {34 vars in 1058 bytes} [Tue Jul 21 07:55:13 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.13&port_id=b3b78bcd-9422-4399-86a3-4140e4528209 => generated 861 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 806/1637] 199.19.213.44 () {34 vars in 982 bytes} [Tue Jul 21 07:55:13 2026] GET /v2.0/subnets?id=294ac5ee-5818-4292-acdc-8639181fbea8 => generated 693 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 807/1638] 199.19.213.44 () {34 vars in 1050 bytes} [Tue Jul 21 07:55:13 2026] GET /v2.0/ports?network_id=9b6268c5-ca39-4626-9663-25863c47b3e3&device_owner=network%3Adhcp => generated 1244 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 808/1639] 199.19.213.44 () {34 vars in 1010 bytes} [Tue Jul 21 07:55:13 2026] GET /v2.0/networks/9b6268c5-ca39-4626-9663-25863c47b3e3?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: 809/1640] 199.19.213.44 () {34 vars in 1110 bytes} [Tue Jul 21 07:55:14 2026] GET /v2.0/networks/9b6268c5-ca39-4626-9663-25863c47b3e3?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 832/1641] 10.0.0.32 () {34 vars in 787 bytes} [Tue Jul 21 07:55:13 2026] PUT /v2.0/routers/0648a407-2ca8-46fe-803b-ac2ffd4d30c0/remove_router_interface => generated 309 bytes in 1010 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-21 07:55:14.326 7 INFO neutron_taas.services.taas.taas_plugin [None req-4fddb3ca-b7f1-44f4-8366-900a5e5f353f c91b302a1f0c4d688f2f771aebbdb373 3ab8b07b6cd247c2a83286280ea0a707 - - default default] TaaS: Handle Delete Port: 27448bf1-adb5-41fa-9133-39b66bb162b9 2026-07-21 07:55:14.328 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4fddb3ca-b7f1-44f4-8366-900a5e5f353f c91b302a1f0c4d688f2f771aebbdb373 3ab8b07b6cd247c2a83286280ea0a707 - - default default] Tap Mirror: Handle Delete Port: 27448bf1-adb5-41fa-9133-39b66bb162b9 [pid: 8|app: 0|req: 833/1642] 10.0.0.32 () {32 vars in 772 bytes} [Tue Jul 21 07:55:14 2026] GET /v2.0/security-groups?tenant_id=1918f918c0f94b07a0cd3adedfd2f715&name=default => generated 2925 bytes in 135 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 834/1643] 10.0.0.218 () {34 vars in 989 bytes} [Tue Jul 21 07:55:14 2026] GET /v2.0/ports?device_id=8636ae73-e575-43f9-ad97-bc0ab71a089f => generated 975 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-21 07:55:14.559 7 INFO neutron_taas.services.taas.taas_plugin [None req-4fddb3ca-b7f1-44f4-8366-900a5e5f353f c91b302a1f0c4d688f2f771aebbdb373 3ab8b07b6cd247c2a83286280ea0a707 - - default default] TaaS: Handle Delete Port: e548d78f-ab97-454e-837e-f226d5ea2944 2026-07-21 07:55:14.561 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4fddb3ca-b7f1-44f4-8366-900a5e5f353f c91b302a1f0c4d688f2f771aebbdb373 3ab8b07b6cd247c2a83286280ea0a707 - - default default] Tap Mirror: Handle Delete Port: e548d78f-ab97-454e-837e-f226d5ea2944 [pid: 8|app: 0|req: 835/1644] 10.0.0.32 () {32 vars in 738 bytes} [Tue Jul 21 07:55:14 2026] DELETE /v2.0/security-groups/e0a9170e-fee2-4cbb-86a3-c00f6f6f8455 => generated 0 bytes in 117 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 836/1645] 10.0.0.218 () {34 vars in 1039 bytes} [Tue Jul 21 07:55:14 2026] GET /v2.0/security-groups?id=417fc43b-4a8a-4986-803f-4eef751614cd&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: 837/1646] 10.0.0.32 () {32 vars in 772 bytes} [Tue Jul 21 07:55:14 2026] GET /v2.0/security-groups?tenant_id=01fcd835ccdf49f4b07f0a08d1a76e25&name=default => generated 2925 bytes in 122 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-21 07:55:14.942 7 INFO neutron.db.l3_hamode_db [None req-4fddb3ca-b7f1-44f4-8366-900a5e5f353f c91b302a1f0c4d688f2f771aebbdb373 3ab8b07b6cd247c2a83286280ea0a707 - - default default] HA network a3277cea-dd7a-4e4f-a554-c82f2aa2634f was deleted as no HA routers are present in tenant a5f0e685efbb4392b76189095b0a275c. [pid: 8|app: 0|req: 838/1647] 10.0.0.32 () {32 vars in 738 bytes} [Tue Jul 21 07:55:14 2026] DELETE /v2.0/security-groups/ec806045-83f3-4f9c-ad81-e5752128274a => 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: 810/1648] 10.0.0.32 () {32 vars in 722 bytes} [Tue Jul 21 07:55:14 2026] DELETE /v2.0/routers/0648a407-2ca8-46fe-803b-ac2ffd4d30c0 => generated 0 bytes in 803 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 839/1649] 10.0.0.32 () {32 vars in 722 bytes} [Tue Jul 21 07:55:14 2026] DELETE /v2.0/subnets/f408b2fa-33ad-4559-bd18-2cb7ea7d78b5 => generated 0 bytes in 111 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-21 07:55:15.147 7 INFO neutron_taas.services.taas.taas_plugin [None req-5568c0d5-79c8-4594-8c45-b5049cc18d28 c91b302a1f0c4d688f2f771aebbdb373 3ab8b07b6cd247c2a83286280ea0a707 - - default default] TaaS: Handle Delete Port: 5bdab59c-3a53-4004-8465-0df993cbdac0 2026-07-21 07:55:15.149 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5568c0d5-79c8-4594-8c45-b5049cc18d28 c91b302a1f0c4d688f2f771aebbdb373 3ab8b07b6cd247c2a83286280ea0a707 - - default default] Tap Mirror: Handle Delete Port: 5bdab59c-3a53-4004-8465-0df993cbdac0 [pid: 8|app: 0|req: 840/1650] 10.0.0.32 () {32 vars in 772 bytes} [Tue Jul 21 07:55:15 2026] GET /v2.0/security-groups?tenant_id=e4d75442f0ee4a9c8ab326a697f9ceb2&name=default => generated 2925 bytes in 123 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 841/1651] 10.0.0.32 () {32 vars in 738 bytes} [Tue Jul 21 07:55:15 2026] DELETE /v2.0/security-groups/0d18e72b-ea3e-4ea0-8887-ec76f62f5371 => generated 0 bytes in 94 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 811/1652] 10.0.0.32 () {32 vars in 724 bytes} [Tue Jul 21 07:55:15 2026] DELETE /v2.0/networks/fff09192-ab11-4d56-880e-3c4f9c183aca => generated 0 bytes in 254 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-21 07:55:15.712 8 INFO neutron_taas.services.taas.taas_plugin [None req-39bba8e5-8ae3-43ff-a82d-67e0cf7eb4c9 c91b302a1f0c4d688f2f771aebbdb373 3ab8b07b6cd247c2a83286280ea0a707 - - default default] TaaS: Handle Delete Port: bc1e1788-2eae-47fd-96d1-5cb7b65cd1bf 2026-07-21 07:55:15.716 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-39bba8e5-8ae3-43ff-a82d-67e0cf7eb4c9 c91b302a1f0c4d688f2f771aebbdb373 3ab8b07b6cd247c2a83286280ea0a707 - - default default] Tap Mirror: Handle Delete Port: bc1e1788-2eae-47fd-96d1-5cb7b65cd1bf [pid: 7|app: 0|req: 812/1653] 10.0.0.218 () {34 vars in 989 bytes} [Tue Jul 21 07:55:15 2026] GET /v2.0/ports?device_id=8636ae73-e575-43f9-ad97-bc0ab71a089f => generated 975 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-21 07:55:15.813 7 INFO neutron.services.segments.plugin [-] Segment a4c4230f-8371-4270-bee1-df1ea95e824a resource provider aggregate not found [pid: 7|app: 0|req: 813/1654] 10.0.0.218 () {34 vars in 1039 bytes} [Tue Jul 21 07:55:15 2026] GET /v2.0/security-groups?id=417fc43b-4a8a-4986-803f-4eef751614cd&fields=id&fields=name => generated 114 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-21 07:55:15.827 7 INFO neutron.services.segments.plugin [-] Segment a4c4230f-8371-4270-bee1-df1ea95e824a resource provider aggregate not found 2026-07-21 07:55:15.832 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment a4c4230f-8371-4270-bee1-df1ea95e824a resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a4c4230f-8371-4270-bee1-df1ea95e824a found for delete ", "request_id": "req-6f5a4c7e-c577-4a3a-b81e-acaa80eb60a8"}]} 2026-07-21 07:55:15.845 7 INFO neutron.services.segments.plugin [-] Segment ddd964f3-04dd-49c6-ac14-4e89fe2938ce resource provider aggregate not found 2026-07-21 07:55:15.850 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment a4c4230f-8371-4270-bee1-df1ea95e824a resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a4c4230f-8371-4270-bee1-df1ea95e824a found for delete ", "request_id": "req-62976123-a09b-40e5-87bc-e38ba8cc0ac3"}]} 2026-07-21 07:55:15.861 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment ddd964f3-04dd-49c6-ac14-4e89fe2938ce resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ddd964f3-04dd-49c6-ac14-4e89fe2938ce found for delete ", "request_id": "req-5d9572a0-f0aa-4450-8cbb-9e0ec0a5e35b"}]} 2026-07-21 07:55:15.866 7 INFO neutron.services.segments.plugin [-] Segment ddd964f3-04dd-49c6-ac14-4e89fe2938ce resource provider aggregate not found 2026-07-21 07:55:15.881 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment ddd964f3-04dd-49c6-ac14-4e89fe2938ce resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ddd964f3-04dd-49c6-ac14-4e89fe2938ce found for delete ", "request_id": "req-ff066b69-7287-4981-b214-a8d2b38f8a1a"}]} [pid: 8|app: 0|req: 842/1655] 10.0.0.32 () {34 vars in 787 bytes} [Tue Jul 21 07:55:15 2026] PUT /v2.0/routers/43f2a32b-ff85-431d-8a05-b90138352269/remove_router_interface => generated 309 bytes in 968 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-21 07:55:16.617 7 INFO neutron_taas.services.taas.taas_plugin [None req-1fdb9cbf-a0e5-4144-b605-2f3ce790384c c91b302a1f0c4d688f2f771aebbdb373 3ab8b07b6cd247c2a83286280ea0a707 - - default default] TaaS: Handle Delete Port: 42e51733-f883-4a80-86ad-2331ef09e190 [pid: 8|app: 0|req: 843/1656] 10.0.0.218 () {34 vars in 989 bytes} [Tue Jul 21 07:55:16 2026] GET /v2.0/ports?device_id=161cc309-6eef-4486-894e-3f155837abe0 => generated 1190 bytes in 139 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-21 07:55:16.622 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1fdb9cbf-a0e5-4144-b605-2f3ce790384c c91b302a1f0c4d688f2f771aebbdb373 3ab8b07b6cd247c2a83286280ea0a707 - - default default] Tap Mirror: Handle Delete Port: 42e51733-f883-4a80-86ad-2331ef09e190 [pid: 8|app: 0|req: 844/1657] 10.0.0.218 () {34 vars in 1039 bytes} [Tue Jul 21 07:55:16 2026] GET /v2.0/security-groups?id=b90677d9-a5f9-4a40-95e0-3d59ac664cb9&fields=id&fields=name => generated 111 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-21 07:55:16.912 7 INFO neutron_taas.services.taas.taas_plugin [None req-1fdb9cbf-a0e5-4144-b605-2f3ce790384c c91b302a1f0c4d688f2f771aebbdb373 3ab8b07b6cd247c2a83286280ea0a707 - - default default] TaaS: Handle Delete Port: 18568c1d-1170-43ec-a340-0e3ccbc3991e 2026-07-21 07:55:16.917 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1fdb9cbf-a0e5-4144-b605-2f3ce790384c c91b302a1f0c4d688f2f771aebbdb373 3ab8b07b6cd247c2a83286280ea0a707 - - default default] Tap Mirror: Handle Delete Port: 18568c1d-1170-43ec-a340-0e3ccbc3991e [pid: 8|app: 0|req: 845/1658] 10.0.0.218 () {34 vars in 989 bytes} [Tue Jul 21 07:55:16 2026] GET /v2.0/ports?device_id=8636ae73-e575-43f9-ad97-bc0ab71a089f => generated 975 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 846/1659] 10.0.0.218 () {34 vars in 1039 bytes} [Tue Jul 21 07:55:16 2026] GET /v2.0/security-groups?id=417fc43b-4a8a-4986-803f-4eef751614cd&fields=id&fields=name => generated 114 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-21 07:55:17.277 7 INFO neutron.db.l3_hamode_db [None req-1fdb9cbf-a0e5-4144-b605-2f3ce790384c c91b302a1f0c4d688f2f771aebbdb373 3ab8b07b6cd247c2a83286280ea0a707 - - default default] HA network 27030a04-660f-47cf-be0c-0a74b82d266d was deleted as no HA routers are present in tenant cb488e05814d431992e3cb3c65413ec4. [pid: 7|app: 0|req: 814/1660] 10.0.0.32 () {32 vars in 722 bytes} [Tue Jul 21 07:55:16 2026] DELETE /v2.0/routers/43f2a32b-ff85-431d-8a05-b90138352269 => generated 0 bytes in 984 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 847/1661] 10.0.0.32 () {32 vars in 722 bytes} [Tue Jul 21 07:55:17 2026] DELETE /v2.0/subnets/d8dc1266-8e6d-43a7-834c-0f75570777ad => generated 0 bytes in 207 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-21 07:55:17.646 7 INFO neutron_taas.services.taas.taas_plugin [None req-824aeef6-5d40-414e-ac4d-a24b4fad62db c91b302a1f0c4d688f2f771aebbdb373 3ab8b07b6cd247c2a83286280ea0a707 - - default default] TaaS: Handle Delete Port: 016e6f6b-2b96-4076-b0e2-1561c452e3f5 2026-07-21 07:55:17.650 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-824aeef6-5d40-414e-ac4d-a24b4fad62db c91b302a1f0c4d688f2f771aebbdb373 3ab8b07b6cd247c2a83286280ea0a707 - - default default] Tap Mirror: Handle Delete Port: 016e6f6b-2b96-4076-b0e2-1561c452e3f5 [pid: 7|app: 0|req: 815/1662] 10.0.0.32 () {32 vars in 724 bytes} [Tue Jul 21 07:55:17 2026] DELETE /v2.0/networks/767b44bb-2886-42ff-9a40-ede361138632 => generated 0 bytes in 355 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-21 07:55:17.893 7 INFO neutron.services.segments.plugin [-] Segment 1e9586d0-417f-473c-be71-110e756c37b4 resource provider aggregate not found 2026-07-21 07:55:17.911 7 INFO neutron.services.segments.plugin [-] Segment 1e9586d0-417f-473c-be71-110e756c37b4 resource provider aggregate not found 2026-07-21 07:55:17.915 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 1e9586d0-417f-473c-be71-110e756c37b4 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1e9586d0-417f-473c-be71-110e756c37b4 found for delete ", "request_id": "req-966c23ff-ea71-43ab-a866-fb3326efab55"}]} 2026-07-21 07:55:17.932 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 1e9586d0-417f-473c-be71-110e756c37b4 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1e9586d0-417f-473c-be71-110e756c37b4 found for delete ", "request_id": "req-788e87e2-cd7d-40d0-af8a-1f447b4318e9"}]} 2026-07-21 07:55:17.941 7 INFO neutron.services.segments.plugin [-] Segment fb5a072c-31cb-4620-85c1-5003c9ac84d9 resource provider aggregate not found 2026-07-21 07:55:17.947 7 INFO neutron.services.segments.plugin [-] Segment fb5a072c-31cb-4620-85c1-5003c9ac84d9 resource provider aggregate not found 2026-07-21 07:55:17.965 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment fb5a072c-31cb-4620-85c1-5003c9ac84d9 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fb5a072c-31cb-4620-85c1-5003c9ac84d9 found for delete ", "request_id": "req-be2f709e-d2c2-40de-a986-d69fe641cc9d"}]} 2026-07-21 07:55:17.970 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment fb5a072c-31cb-4620-85c1-5003c9ac84d9 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fb5a072c-31cb-4620-85c1-5003c9ac84d9 found for delete ", "request_id": "req-cf8b9d0e-3329-43af-bed4-505d8290222d"}]} [pid: 8|app: 0|req: 848/1663] 10.0.0.218 () {34 vars in 989 bytes} [Tue Jul 21 07:55:18 2026] GET /v2.0/ports?device_id=8636ae73-e575-43f9-ad97-bc0ab71a089f => 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: 816/1664] 10.0.0.218 () {34 vars in 1039 bytes} [Tue Jul 21 07:55:18 2026] GET /v2.0/security-groups?id=417fc43b-4a8a-4986-803f-4eef751614cd&fields=id&fields=name => generated 114 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 849/1665] 10.0.0.32 () {32 vars in 772 bytes} [Tue Jul 21 07:55:18 2026] GET /v2.0/security-groups?tenant_id=a5f0e685efbb4392b76189095b0a275c&name=default => generated 2925 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 817/1666] 10.0.0.32 () {32 vars in 738 bytes} [Tue Jul 21 07:55:18 2026] DELETE /v2.0/security-groups/b21ebfbc-f6ea-49bc-8f8d-eb02c3e1e840 => generated 0 bytes in 99 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 850/1667] 10.0.0.32 () {32 vars in 772 bytes} [Tue Jul 21 07:55:18 2026] GET /v2.0/security-groups?tenant_id=cb488e05814d431992e3cb3c65413ec4&name=default => generated 2925 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 818/1668] 10.0.0.32 () {32 vars in 738 bytes} [Tue Jul 21 07:55:18 2026] DELETE /v2.0/security-groups/464e0612-55e3-4802-8d67-03d3c7e1dba0 => generated 0 bytes in 111 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 851/1669] 10.0.0.218 () {34 vars in 989 bytes} [Tue Jul 21 07:55:19 2026] GET /v2.0/ports?device_id=8636ae73-e575-43f9-ad97-bc0ab71a089f => 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: 819/1670] 10.0.0.218 () {34 vars in 1039 bytes} [Tue Jul 21 07:55:19 2026] GET /v2.0/security-groups?id=417fc43b-4a8a-4986-803f-4eef751614cd&fields=id&fields=name => generated 114 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 852/1671] 10.0.0.32 () {34 vars in 674 bytes} [Tue Jul 21 07:55:19 2026] POST /v2.0/floatingips => generated 552 bytes in 694 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 820/1672] 10.0.0.218 () {34 vars in 989 bytes} [Tue Jul 21 07:55:20 2026] GET /v2.0/ports?device_id=8636ae73-e575-43f9-ad97-bc0ab71a089f => generated 975 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 821/1673] 10.0.0.218 () {34 vars in 1039 bytes} [Tue Jul 21 07:55:20 2026] GET /v2.0/security-groups?id=417fc43b-4a8a-4986-803f-4eef751614cd&fields=id&fields=name => generated 114 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 853/1674] 10.0.0.32 () {34 vars in 674 bytes} [Tue Jul 21 07:55:20 2026] POST /v2.0/floatingips => generated 552 bytes in 608 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 822/1677] 10.0.0.32 () {34 vars in 674 bytes} [Tue Jul 21 07:55:21 2026] POST /v2.0/floatingips => generated 552 bytes in 519 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 823/1678] 10.0.0.218 () {34 vars in 989 bytes} [Tue Jul 21 07:55:21 2026] GET /v2.0/ports?device_id=8636ae73-e575-43f9-ad97-bc0ab71a089f => generated 973 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 824/1679] 10.0.0.218 () {34 vars in 1039 bytes} [Tue Jul 21 07:55:21 2026] GET /v2.0/security-groups?id=417fc43b-4a8a-4986-803f-4eef751614cd&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: 825/1680] 10.0.0.218 () {34 vars in 989 bytes} [Tue Jul 21 07:55:21 2026] GET /v2.0/ports?device_id=161cc309-6eef-4486-894e-3f155837abe0 => generated 1192 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 826/1681] 10.0.0.218 () {34 vars in 1039 bytes} [Tue Jul 21 07:55:21 2026] GET /v2.0/security-groups?id=b90677d9-a5f9-4a40-95e0-3d59ac664cb9&fields=id&fields=name => generated 111 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 827/1682] 10.0.0.32 () {32 vars in 816 bytes} [Tue Jul 21 07:55:21 2026] GET /v2.0/ports?network_id=ce6b1180-0f78-4ae0-8c38-9c71be7a5d45&mac_address=fa%3A16%3A3e%3A23%3A99%3A8b => 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: 856/1683] 10.0.0.32 () {34 vars in 674 bytes} [Tue Jul 21 07:55:21 2026] POST /v2.0/floatingips => generated 552 bytes in 490 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 857/1684] 10.0.0.32 () {34 vars in 674 bytes} [Tue Jul 21 07:55:22 2026] POST /v2.0/floatingips => generated 552 bytes in 553 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 858/1685] 10.0.0.32 () {34 vars in 757 bytes} [Tue Jul 21 07:55:22 2026] PUT /v2.0/floatingips/e3141884-e278-4b17-9780-2c3ad17a2053/tags => generated 17 bytes in 97 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-21 07:55:22.783 7 INFO neutron.db.l3_db [None req-70e9ad6a-5123-4260-98e5-fb6042cb7a92 877d0ab61e864eb2aa7a7eac16d26310 f67e8fb851974f70b5a9eaa716c8f839 - - default default] Floating IP c4b30809-31b4-45b6-bb40-eeaf36a0b53d associated. External IP: 10.96.250.210, port: 009e7b55-eab1-48e2-a568-8854ac445dc2. [pid: 8|app: 0|req: 859/1686] 10.0.0.32 () {34 vars in 757 bytes} [Tue Jul 21 07:55:22 2026] PUT /v2.0/floatingips/4ec84b27-d394-4c7d-9a00-6ab94e3c00cb/tags => generated 25 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 860/1687] 10.0.0.218 () {34 vars in 989 bytes} [Tue Jul 21 07:55:22 2026] GET /v2.0/ports?device_id=8636ae73-e575-43f9-ad97-bc0ab71a089f => generated 973 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 861/1688] 10.0.0.32 () {34 vars in 757 bytes} [Tue Jul 21 07:55:22 2026] PUT /v2.0/floatingips/66b15130-0c03-4c6f-a317-0604151882a6/tags => generated 34 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 862/1689] 10.0.0.218 () {34 vars in 1039 bytes} [Tue Jul 21 07:55:22 2026] GET /v2.0/security-groups?id=417fc43b-4a8a-4986-803f-4eef751614cd&fields=id&fields=name => generated 114 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 863/1690] 10.0.0.32 () {34 vars in 757 bytes} [Tue Jul 21 07:55:22 2026] PUT /v2.0/floatingips/dfd9a291-639e-48f0-9f85-2f4ca99562f3/tags => generated 19 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 864/1691] 10.0.0.32 () {32 vars in 670 bytes} [Tue Jul 21 07:55:23 2026] GET /v2.0/floatingips?tags=red => generated 1671 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 828/1692] 10.0.0.32 () {34 vars in 675 bytes} [Tue Jul 21 07:55:21 2026] POST /v2.0/floatingips => generated 854 bytes in 1138 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-21 07:55:23.178 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-01729f4e-2c1d-4610-91fa-ba15c5bce196'] response: {'name': 'network-changed', 'server_uuid': '161cc309-6eef-4486-894e-3f155837abe0', 'tag': '009e7b55-eab1-48e2-a568-8854ac445dc2', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 829/1693] 10.0.0.32 () {32 vars in 684 bytes} [Tue Jul 21 07:55:23 2026] GET /v2.0/floatingips?tags=red%2Cblue => generated 1128 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 830/1694] 10.0.0.32 () {32 vars in 680 bytes} [Tue Jul 21 07:55:23 2026] GET /v2.0/floatingips?tags-any=blue => generated 1128 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 831/1695] 10.0.0.218 () {34 vars in 1093 bytes} [Tue Jul 21 07:55:23 2026] GET /v2.0/security-groups?name=tempest-lb_member_SG-871579203&fields=id&tenant_id=f67e8fb851974f70b5a9eaa716c8f839 => generated 69 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 832/1696] 10.0.0.32 () {32 vars in 692 bytes} [Tue Jul 21 07:55:23 2026] GET /v2.0/floatingips?tags-any=red%2Cblue => generated 1671 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 833/1697] 10.0.0.218 () {34 vars in 981 bytes} [Tue Jul 21 07:55:23 2026] GET /v2.0/networks?id=c6dd29b5-9782-467b-b1bd-878dc86670be => generated 704 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 834/1698] 10.0.0.32 () {32 vars in 678 bytes} [Tue Jul 21 07:55:23 2026] GET /v2.0/floatingips?not-tags=red => generated 1100 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 835/1699] 10.0.0.218 () {34 vars in 964 bytes} [Tue Jul 21 07:55:23 2026] GET /v2.0/quotas/f67e8fb851974f70b5a9eaa716c8f839 => 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: 836/1700] 10.0.0.32 () {32 vars in 692 bytes} [Tue Jul 21 07:55:23 2026] GET /v2.0/floatingips?not-tags=red%2Cblue => generated 1643 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-21 07:55:23.494 8 INFO neutron.db.segments_db [None req-2030e347-e7ed-4f84-9a50-9abd728138b2 133049820ef9433cb4afa37fad1e8124 305d87c3a212432bb84c3a3b8154cc81 - - default default] Added segment a5fc64f4-7bca-4ffa-ad01-ac1a2877fa6e of type vxlan for network 5755002a-6126-41d9-bbdf-4d6f7c86fd66 [pid: 8|app: 0|req: 865/1701] 10.0.0.32 () {34 vars in 668 bytes} [Tue Jul 21 07:55:23 2026] POST /v2.0/networks => generated 632 bytes in 518 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 837/1702] 10.0.0.218 () {34 vars in 1001 bytes} [Tue Jul 21 07:55:23 2026] GET /v2.0/ports?tenant_id=f67e8fb851974f70b5a9eaa716c8f839&fields=id => generated 333 bytes in 135 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 866/1703] 10.0.0.32 () {32 vars in 688 bytes} [Tue Jul 21 07:55:23 2026] GET /v2.0/floatingips?not-tags-any=blue => generated 1643 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 867/1704] 10.0.0.218 () {34 vars in 1007 bytes} [Tue Jul 21 07:55:23 2026] GET /v2.0/networks/c6dd29b5-9782-467b-b1bd-878dc86670be?fields=segments => generated 14 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 868/1705] 10.0.0.32 () {32 vars in 700 bytes} [Tue Jul 21 07:55:23 2026] GET /v2.0/floatingips?not-tags-any=red%2Cblue => generated 1100 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 869/1706] 199.19.213.44 () {34 vars in 1078 bytes} [Tue Jul 21 07:55:23 2026] GET /v2.0/ports?tenant_id=f67e8fb851974f70b5a9eaa716c8f839&device_id=161cc309-6eef-4486-894e-3f155837abe0 => generated 1461 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 870/1707] 10.0.0.218 () {34 vars in 1107 bytes} [Tue Jul 21 07:55:23 2026] GET /v2.0/networks/c6dd29b5-9782-467b-b1bd-878dc86670be?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-21 07:55:23.890 8 INFO neutron_taas.services.taas.taas_plugin [None req-2b850b92-b96c-4103-9582-20175c2710c8 1d9f8a858b284a0889de7d4ba8eb3ca5 b7ef561cc3a347659e480fdbbe08dbb0 - - default default] TaaS: Handle Delete Port: 4ea9b88a-5871-47a5-a498-0ea8a4834447 2026-07-21 07:55:23.894 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2b850b92-b96c-4103-9582-20175c2710c8 1d9f8a858b284a0889de7d4ba8eb3ca5 b7ef561cc3a347659e480fdbbe08dbb0 - - default default] Tap Mirror: Handle Delete Port: 4ea9b88a-5871-47a5-a498-0ea8a4834447 [pid: 7|app: 0|req: 838/1708] 10.0.0.32 () {34 vars in 662 bytes} [Tue Jul 21 07:55:23 2026] POST /v2.0/ports => generated 743 bytes in 340 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: 839/1709] 199.19.213.44 () {34 vars in 984 bytes} [Tue Jul 21 07:55:23 2026] GET /v2.0/networks?id=ce6b1180-0f78-4ae0-8c38-9c71be7a5d45 => generated 801 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 840/1710] 10.0.0.218 () {34 vars in 989 bytes} [Tue Jul 21 07:55:23 2026] GET /v2.0/ports?device_id=82fa58b2-d0f7-450f-b646-0d9e5ea780fb => 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: 871/1711] 10.0.0.32 () {32 vars in 730 bytes} [Tue Jul 21 07:55:23 2026] DELETE /v2.0/floatingips/e3141884-e278-4b17-9780-2c3ad17a2053 => generated 0 bytes in 242 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-21 07:55:24.061 7 INFO neutron.db.segments_db [None req-15245f4a-2058-4c0a-a754-5b896c465d61 133049820ef9433cb4afa37fad1e8124 305d87c3a212432bb84c3a3b8154cc81 - - default default] Added segment ec412ea3-87e0-4df5-b01c-1a3781555352 of type vxlan for network 72b81fa1-428b-4205-ae7b-95817c2ca371 [pid: 8|app: 0|req: 872/1712] 199.19.213.44 () {34 vars in 1054 bytes} [Tue Jul 21 07:55:24 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.69&port_id=009e7b55-eab1-48e2-a568-8854ac445dc2 => generated 857 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 841/1713] 10.0.0.32 () {34 vars in 668 bytes} [Tue Jul 21 07:55:24 2026] POST /v2.0/networks => generated 632 bytes in 135 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 842/1714] 199.19.213.44 () {34 vars in 1100 bytes} [Tue Jul 21 07:55:24 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A15&port_id=009e7b55-eab1-48e2-a568-8854ac445dc2 => generated 19 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-21 07:55:24.178 8 INFO neutron_taas.services.taas.taas_plugin [None req-3e04e6a4-8964-4d8e-b37d-4b0aaa60c340 1d9f8a858b284a0889de7d4ba8eb3ca5 b7ef561cc3a347659e480fdbbe08dbb0 - - default default] TaaS: Handle Delete Port: db105395-57ea-4d84-985b-592f6b98b5df 2026-07-21 07:55:24.181 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3e04e6a4-8964-4d8e-b37d-4b0aaa60c340 1d9f8a858b284a0889de7d4ba8eb3ca5 b7ef561cc3a347659e480fdbbe08dbb0 - - default default] Tap Mirror: Handle Delete Port: db105395-57ea-4d84-985b-592f6b98b5df [pid: 8|app: 0|req: 873/1715] 10.0.0.32 () {32 vars in 730 bytes} [Tue Jul 21 07:55:24 2026] DELETE /v2.0/floatingips/4ec84b27-d394-4c7d-9a00-6ab94e3c00cb => generated 0 bytes in 241 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 874/1716] 199.19.213.44 () {34 vars in 1062 bytes} [Tue Jul 21 07:55:24 2026] GET /v2.0/subnets?id=9e91a7ba-82f5-4e48-b4d9-553725d47328&id=e4aedbff-287f-4dda-a743-a205667fb73d => generated 1410 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-21 07:55:24.438 8 INFO neutron_taas.services.taas.taas_plugin [None req-cb59ff6c-12f7-4b98-abf6-adbd9510d7fd 1d9f8a858b284a0889de7d4ba8eb3ca5 b7ef561cc3a347659e480fdbbe08dbb0 - - default default] TaaS: Handle Delete Port: 6b9168a4-e710-42c2-aa70-f5ea18cd1378 2026-07-21 07:55:24.442 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-cb59ff6c-12f7-4b98-abf6-adbd9510d7fd 1d9f8a858b284a0889de7d4ba8eb3ca5 b7ef561cc3a347659e480fdbbe08dbb0 - - default default] Tap Mirror: Handle Delete Port: 6b9168a4-e710-42c2-aa70-f5ea18cd1378 [pid: 7|app: 0|req: 843/1717] 10.0.0.32 () {34 vars in 662 bytes} [Tue Jul 21 07:55:24 2026] POST /v2.0/ports => generated 743 bytes in 276 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 844/1718] 199.19.213.44 () {34 vars in 1050 bytes} [Tue Jul 21 07:55:24 2026] GET /v2.0/ports?network_id=ce6b1180-0f78-4ae0-8c38-9c71be7a5d45&device_owner=network%3Adhcp => generated 1457 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-21 07:55:24.567 7 INFO neutron.db.segments_db [None req-dfec8c13-2684-454b-818e-5a0011130e29 133049820ef9433cb4afa37fad1e8124 305d87c3a212432bb84c3a3b8154cc81 - - default default] Added segment 07f9b488-0e5f-48c4-944c-b13ea9c9183a of type vxlan for network 979bf828-0951-4b43-9745-dd24b8b9162d [pid: 8|app: 0|req: 875/1719] 10.0.0.32 () {32 vars in 730 bytes} [Tue Jul 21 07:55:24 2026] DELETE /v2.0/floatingips/66b15130-0c03-4c6f-a317-0604151882a6 => generated 0 bytes in 305 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 845/1720] 10.0.0.32 () {34 vars in 668 bytes} [Tue Jul 21 07:55:24 2026] POST /v2.0/networks => generated 632 bytes in 186 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 876/1721] 199.19.213.44 () {34 vars in 1050 bytes} [Tue Jul 21 07:55:24 2026] GET /v2.0/ports?network_id=ce6b1180-0f78-4ae0-8c38-9c71be7a5d45&device_owner=network%3Adhcp => generated 1457 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-21 07:55:24.809 7 INFO neutron_taas.services.taas.taas_plugin [None req-262c006b-c55b-4682-842a-a2e3591142ab 1d9f8a858b284a0889de7d4ba8eb3ca5 b7ef561cc3a347659e480fdbbe08dbb0 - - default default] TaaS: Handle Delete Port: df9e5624-96d9-464f-869a-4342e8b77d69 2026-07-21 07:55:24.812 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-262c006b-c55b-4682-842a-a2e3591142ab 1d9f8a858b284a0889de7d4ba8eb3ca5 b7ef561cc3a347659e480fdbbe08dbb0 - - default default] Tap Mirror: Handle Delete Port: df9e5624-96d9-464f-869a-4342e8b77d69 [pid: 7|app: 0|req: 846/1722] 10.0.0.32 () {32 vars in 730 bytes} [Tue Jul 21 07:55:24 2026] DELETE /v2.0/floatingips/dfd9a291-639e-48f0-9f85-2f4ca99562f3 => generated 0 bytes in 284 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 877/1723] 10.0.0.32 () {34 vars in 662 bytes} [Tue Jul 21 07:55:24 2026] POST /v2.0/ports => generated 743 bytes in 283 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: 847/1724] 199.19.213.44 () {34 vars in 1010 bytes} [Tue Jul 21 07:55:24 2026] GET /v2.0/networks/ce6b1180-0f78-4ae0-8c38-9c71be7a5d45?fields=segments => generated 14 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-21 07:55:25.050 7 INFO neutron.db.segments_db [None req-2c1dfe76-c460-4604-9a7b-e6caf3c1bccd 133049820ef9433cb4afa37fad1e8124 305d87c3a212432bb84c3a3b8154cc81 - - default default] Added segment 410217b8-71e9-4fa9-bf9f-26dc9ee5a95a of type vxlan for network caffe13f-c9eb-41c8-bfae-b20c3c3e0db0 2026-07-21 07:55:25.077 8 INFO neutron_taas.services.taas.taas_plugin [None req-44cc3701-c8fe-4daa-ad00-43d5a38f7394 1d9f8a858b284a0889de7d4ba8eb3ca5 b7ef561cc3a347659e480fdbbe08dbb0 - - default default] TaaS: Handle Delete Port: 806cc989-1356-4e5f-ade3-29c2e7892182 2026-07-21 07:55:25.080 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-44cc3701-c8fe-4daa-ad00-43d5a38f7394 1d9f8a858b284a0889de7d4ba8eb3ca5 b7ef561cc3a347659e480fdbbe08dbb0 - - default default] Tap Mirror: Handle Delete Port: 806cc989-1356-4e5f-ade3-29c2e7892182 [pid: 7|app: 0|req: 848/1725] 10.0.0.32 () {34 vars in 668 bytes} [Tue Jul 21 07:55:24 2026] POST /v2.0/networks => generated 631 bytes in 139 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 849/1726] 199.19.213.44 () {34 vars in 1110 bytes} [Tue Jul 21 07:55:25 2026] GET /v2.0/networks/ce6b1180-0f78-4ae0-8c38-9c71be7a5d45?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: 878/1727] 10.0.0.32 () {32 vars in 730 bytes} [Tue Jul 21 07:55:24 2026] DELETE /v2.0/floatingips/c0e0246b-2455-49bb-b30e-10faa38f29ad => generated 0 bytes in 265 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 850/1728] 10.0.0.32 () {34 vars in 662 bytes} [Tue Jul 21 07:55:25 2026] POST /v2.0/ports => generated 743 bytes in 361 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-21 07:55:25.620 8 INFO neutron.db.segments_db [None req-5ad12e04-e5f6-4ec4-8d69-e9e001551d91 133049820ef9433cb4afa37fad1e8124 305d87c3a212432bb84c3a3b8154cc81 - - default default] Added segment 2a3052a5-8271-4fe1-be36-46ba3d92f616 of type vxlan for network a9c852cc-d698-4d84-a6c8-a33d338d24a8 [pid: 8|app: 0|req: 879/1729] 10.0.0.32 () {34 vars in 668 bytes} [Tue Jul 21 07:55:25 2026] POST /v2.0/networks => generated 632 bytes in 159 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: 851/1730] 10.0.0.32 () {34 vars in 662 bytes} [Tue Jul 21 07:55:25 2026] POST /v2.0/ports => generated 743 bytes in 235 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 880/1731] 10.0.0.32 () {34 vars in 745 bytes} [Tue Jul 21 07:55:25 2026] PUT /v2.0/ports/bdf4a6b7-645f-43b3-9f3a-d7549bbd6aa8/tags => generated 17 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 852/1732] 10.0.0.32 () {34 vars in 745 bytes} [Tue Jul 21 07:55:26 2026] PUT /v2.0/ports/42447db3-f019-4c1b-af71-186867efa7a2/tags => generated 25 bytes in 64 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: 881/1733] 10.0.0.32 () {34 vars in 745 bytes} [Tue Jul 21 07:55:26 2026] PUT /v2.0/ports/cd076c19-c206-4f78-84fa-c7efb40e00c5/tags => generated 34 bytes in 56 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: 882/1734] 10.0.0.32 () {34 vars in 745 bytes} [Tue Jul 21 07:55:26 2026] PUT /v2.0/ports/da80507e-3117-4a7a-b29d-3935ae0aaa10/tags => generated 19 bytes in 61 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, ' /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 883/1735] 10.0.0.32 () {32 vars in 658 bytes} [Tue Jul 21 07:55:26 2026] GET /v2.0/ports?tags=red => generated 2253 bytes in 127 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 853/1736] 10.0.0.32 () {32 vars in 772 bytes} [Tue Jul 21 07:55:26 2026] GET /v2.0/security-groups?tenant_id=b7ef561cc3a347659e480fdbbe08dbb0&name=default => generated 2925 bytes in 271 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 884/1737] 10.0.0.32 () {32 vars in 672 bytes} [Tue Jul 21 07:55:26 2026] GET /v2.0/ports?tags=red%2Cblue => generated 1513 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 854/1738] 10.0.0.32 () {32 vars in 738 bytes} [Tue Jul 21 07:55:26 2026] DELETE /v2.0/security-groups/cd2cb0d9-360a-4e7c-bbcb-a3fff1ef2689 => 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: 885/1739] 10.0.0.32 () {32 vars in 668 bytes} [Tue Jul 21 07:55:26 2026] GET /v2.0/ports?tags-any=blue => generated 1513 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 855/1740] 10.0.0.32 () {32 vars in 680 bytes} [Tue Jul 21 07:55:26 2026] GET /v2.0/ports?tags-any=red%2Cblue => generated 2253 bytes in 116 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 856/1741] 10.0.0.32 () {32 vars in 666 bytes} [Tue Jul 21 07:55:26 2026] GET /v2.0/ports?not-tags=red => generated 1488 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 886/1742] 10.0.0.32 () {32 vars in 772 bytes} [Tue Jul 21 07:55:26 2026] GET /v2.0/security-groups?tenant_id=aab563dff76d47e6b82cab835b6338b0&name=default => generated 2925 bytes in 135 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 857/1743] 10.0.0.32 () {32 vars in 680 bytes} [Tue Jul 21 07:55:26 2026] GET /v2.0/ports?not-tags=red%2Cblue => generated 2228 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 887/1744] 10.0.0.32 () {32 vars in 738 bytes} [Tue Jul 21 07:55:26 2026] DELETE /v2.0/security-groups/3b538759-f6fb-412f-8f28-07e8f7a72f6a => generated 0 bytes in 81 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 858/1745] 10.0.0.32 () {32 vars in 676 bytes} [Tue Jul 21 07:55:26 2026] GET /v2.0/ports?not-tags-any=blue => generated 2228 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 888/1746] 10.0.0.32 () {32 vars in 688 bytes} [Tue Jul 21 07:55:26 2026] GET /v2.0/ports?not-tags-any=red%2Cblue => generated 1488 bytes in 115 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-21 07:55:27.022 8 INFO neutron_taas.services.taas.taas_plugin [None req-9af15497-5468-45a1-a691-08772196b58c 133049820ef9433cb4afa37fad1e8124 305d87c3a212432bb84c3a3b8154cc81 - - default default] TaaS: Handle Delete Port: bdf4a6b7-645f-43b3-9f3a-d7549bbd6aa8 [pid: 7|app: 0|req: 859/1747] 10.0.0.32 () {32 vars in 772 bytes} [Tue Jul 21 07:55:26 2026] GET /v2.0/security-groups?tenant_id=94baf75c95bd412b9863f54a9fee1d14&name=default => generated 2925 bytes in 101 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-21 07:55:27.029 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9af15497-5468-45a1-a691-08772196b58c 133049820ef9433cb4afa37fad1e8124 305d87c3a212432bb84c3a3b8154cc81 - - default default] Tap Mirror: Handle Delete Port: bdf4a6b7-645f-43b3-9f3a-d7549bbd6aa8 [pid: 8|app: 0|req: 889/1748] 10.0.0.32 () {32 vars in 718 bytes} [Tue Jul 21 07:55:26 2026] DELETE /v2.0/ports/bdf4a6b7-645f-43b3-9f3a-d7549bbd6aa8 => generated 0 bytes in 202 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 860/1749] 10.0.0.32 () {32 vars in 738 bytes} [Tue Jul 21 07:55:27 2026] DELETE /v2.0/security-groups/a5625f1b-d9c0-4e02-9e68-d8d329d0f5e0 => generated 0 bytes in 109 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-21 07:55:27.207 8 INFO neutron_taas.services.taas.taas_plugin [None req-78021a40-87cc-4f37-a765-bcc51d18f5d4 133049820ef9433cb4afa37fad1e8124 305d87c3a212432bb84c3a3b8154cc81 - - default default] TaaS: Handle Delete Port: 42447db3-f019-4c1b-af71-186867efa7a2 2026-07-21 07:55:27.210 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-78021a40-87cc-4f37-a765-bcc51d18f5d4 133049820ef9433cb4afa37fad1e8124 305d87c3a212432bb84c3a3b8154cc81 - - default default] Tap Mirror: Handle Delete Port: 42447db3-f019-4c1b-af71-186867efa7a2 [pid: 8|app: 0|req: 890/1750] 10.0.0.32 () {32 vars in 718 bytes} [Tue Jul 21 07:55:27 2026] DELETE /v2.0/ports/42447db3-f019-4c1b-af71-186867efa7a2 => generated 0 bytes in 145 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-21 07:55:27.375 7 INFO neutron_taas.services.taas.taas_plugin [None req-0c0c33e3-5114-4480-9d38-b971d82aa370 133049820ef9433cb4afa37fad1e8124 305d87c3a212432bb84c3a3b8154cc81 - - default default] TaaS: Handle Delete Port: cd076c19-c206-4f78-84fa-c7efb40e00c5 2026-07-21 07:55:27.378 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0c0c33e3-5114-4480-9d38-b971d82aa370 133049820ef9433cb4afa37fad1e8124 305d87c3a212432bb84c3a3b8154cc81 - - default default] Tap Mirror: Handle Delete Port: cd076c19-c206-4f78-84fa-c7efb40e00c5 [pid: 7|app: 0|req: 861/1751] 10.0.0.32 () {32 vars in 718 bytes} [Tue Jul 21 07:55:27 2026] DELETE /v2.0/ports/cd076c19-c206-4f78-84fa-c7efb40e00c5 => generated 0 bytes in 177 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-21 07:55:27.556 8 INFO neutron_taas.services.taas.taas_plugin [None req-d9fa7271-e27d-4f99-b3eb-291a5363c230 133049820ef9433cb4afa37fad1e8124 305d87c3a212432bb84c3a3b8154cc81 - - default default] TaaS: Handle Delete Port: da80507e-3117-4a7a-b29d-3935ae0aaa10 2026-07-21 07:55:27.558 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d9fa7271-e27d-4f99-b3eb-291a5363c230 133049820ef9433cb4afa37fad1e8124 305d87c3a212432bb84c3a3b8154cc81 - - default default] Tap Mirror: Handle Delete Port: da80507e-3117-4a7a-b29d-3935ae0aaa10 [pid: 8|app: 0|req: 891/1752] 10.0.0.32 () {32 vars in 718 bytes} [Tue Jul 21 07:55:27 2026] DELETE /v2.0/ports/da80507e-3117-4a7a-b29d-3935ae0aaa10 => generated 0 bytes in 198 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-21 07:55:27.752 7 INFO neutron_taas.services.taas.taas_plugin [None req-5bfbafa9-facd-4bad-adff-9a335206c273 133049820ef9433cb4afa37fad1e8124 305d87c3a212432bb84c3a3b8154cc81 - - default default] TaaS: Handle Delete Port: 42c5a951-cb19-4529-9393-049dde66312e 2026-07-21 07:55:27.755 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5bfbafa9-facd-4bad-adff-9a335206c273 133049820ef9433cb4afa37fad1e8124 305d87c3a212432bb84c3a3b8154cc81 - - default default] Tap Mirror: Handle Delete Port: 42c5a951-cb19-4529-9393-049dde66312e [pid: 7|app: 0|req: 862/1753] 10.0.0.32 () {32 vars in 718 bytes} [Tue Jul 21 07:55:27 2026] DELETE /v2.0/ports/42c5a951-cb19-4529-9393-049dde66312e => generated 0 bytes in 154 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-21 07:55:27.928 8 INFO neutron.services.segments.plugin [-] Segment a5fc64f4-7bca-4ffa-ad01-ac1a2877fa6e resource provider aggregate not found 2026-07-21 07:55:27.935 8 INFO neutron.services.segments.plugin [-] Segment a5fc64f4-7bca-4ffa-ad01-ac1a2877fa6e resource provider aggregate not found 2026-07-21 07:55:27.950 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment a5fc64f4-7bca-4ffa-ad01-ac1a2877fa6e resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a5fc64f4-7bca-4ffa-ad01-ac1a2877fa6e found for delete ", "request_id": "req-480687e1-c8fa-4a82-a1f1-097ecef7d74d"}]} 2026-07-21 07:55:27.952 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment a5fc64f4-7bca-4ffa-ad01-ac1a2877fa6e resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a5fc64f4-7bca-4ffa-ad01-ac1a2877fa6e found for delete ", "request_id": "req-1bc25aa3-1115-4a4c-bb69-f501cae2c311"}]} [pid: 8|app: 0|req: 892/1754] 10.0.0.32 () {32 vars in 724 bytes} [Tue Jul 21 07:55:27 2026] DELETE /v2.0/networks/5755002a-6126-41d9-bbdf-4d6f7c86fd66 => generated 0 bytes in 132 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-21 07:55:28.054 7 INFO neutron.services.segments.plugin [-] Segment ec412ea3-87e0-4df5-b01c-1a3781555352 resource provider aggregate not found 2026-07-21 07:55:28.061 7 INFO neutron.services.segments.plugin [-] Segment ec412ea3-87e0-4df5-b01c-1a3781555352 resource provider aggregate not found 2026-07-21 07:55:28.069 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment ec412ea3-87e0-4df5-b01c-1a3781555352 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ec412ea3-87e0-4df5-b01c-1a3781555352 found for delete ", "request_id": "req-08f493f2-7853-40b2-948f-0a62492b09b7"}]} 2026-07-21 07:55:28.083 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment ec412ea3-87e0-4df5-b01c-1a3781555352 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ec412ea3-87e0-4df5-b01c-1a3781555352 found for delete ", "request_id": "req-15b0557b-3cc3-4bb3-831d-f9e4040ae48d"}]} [pid: 7|app: 0|req: 863/1755] 10.0.0.32 () {32 vars in 724 bytes} [Tue Jul 21 07:55:27 2026] DELETE /v2.0/networks/72b81fa1-428b-4205-ae7b-95817c2ca371 => generated 0 bytes in 135 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 893/1756] 10.0.0.32 () {32 vars in 724 bytes} [Tue Jul 21 07:55:28 2026] DELETE /v2.0/networks/979bf828-0951-4b43-9745-dd24b8b9162d => 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: 864/1757] 199.19.213.44 () {34 vars in 984 bytes} [Tue Jul 21 07:55:28 2026] GET /v2.0/networks?id=c6dd29b5-9782-467b-b1bd-878dc86670be => generated 704 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 865/1758] 199.19.213.44 () {34 vars in 1048 bytes} [Tue Jul 21 07:55:28 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=f67e8fb851974f70b5a9eaa716c8f839 => generated 178 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 894/1759] 10.0.0.32 () {32 vars in 724 bytes} [Tue Jul 21 07:55:28 2026] DELETE /v2.0/networks/caffe13f-c9eb-41c8-bfae-b20c3c3e0db0 => generated 0 bytes in 129 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 895/1760] 10.0.0.32 () {32 vars in 724 bytes} [Tue Jul 21 07:55:28 2026] DELETE /v2.0/networks/a9c852cc-d698-4d84-a6c8-a33d338d24a8 => generated 0 bytes in 127 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 866/1761] 199.19.213.44 () {38 vars in 953 bytes} [Tue Jul 21 07:55:28 2026] POST /v2.0/ports => generated 1187 bytes in 687 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: 867/1762] 10.0.0.218 () {34 vars in 989 bytes} [Tue Jul 21 07:55:29 2026] GET /v2.0/ports?device_id=82fa58b2-d0f7-450f-b646-0d9e5ea780fb => generated 1190 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 868/1763] 10.0.0.218 () {34 vars in 1039 bytes} [Tue Jul 21 07:55:29 2026] GET /v2.0/security-groups?id=b90677d9-a5f9-4a40-95e0-3d59ac664cb9&fields=id&fields=name => generated 111 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 896/1764] 199.19.213.44 () {38 vars in 1026 bytes} [Tue Jul 21 07:55:29 2026] PUT /v2.0/ports/718fb53d-4714-4d9a-93bf-73e4b78c7646 => generated 1468 bytes in 446 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-21 07:55:29.492 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-8d4696b3-3997-4e56-bb32-bf19e2b42a4e'] response: {'name': 'network-changed', 'server_uuid': '82fa58b2-d0f7-450f-b646-0d9e5ea780fb', 'tag': '718fb53d-4714-4d9a-93bf-73e4b78c7646', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 869/1765] 10.0.0.32 () {32 vars in 772 bytes} [Tue Jul 21 07:55:29 2026] GET /v2.0/security-groups?tenant_id=51f35c65806d4ef09c6cb9e0c1f7a08e&name=default => generated 2925 bytes in 263 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: 897/1766] 10.0.0.32 () {32 vars in 738 bytes} [Tue Jul 21 07:55:29 2026] DELETE /v2.0/security-groups/866873c8-c41b-4de0-8bb8-00846add17dc => 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: 870/1767] 10.0.0.32 () {32 vars in 772 bytes} [Tue Jul 21 07:55:29 2026] GET /v2.0/security-groups?tenant_id=305d87c3a212432bb84c3a3b8154cc81&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: 898/1768] 10.0.0.32 () {32 vars in 738 bytes} [Tue Jul 21 07:55:29 2026] DELETE /v2.0/security-groups/db684094-6454-4bbf-ae61-e7f55fb3ea36 => generated 0 bytes in 121 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-21 07:55:29.976 8 INFO neutron.services.segments.plugin [-] Segment 07f9b488-0e5f-48c4-944c-b13ea9c9183a resource provider aggregate not found 2026-07-21 07:55:29.976 8 INFO neutron.services.segments.plugin [-] Segment 07f9b488-0e5f-48c4-944c-b13ea9c9183a resource provider aggregate not found 2026-07-21 07:55:29.991 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 07f9b488-0e5f-48c4-944c-b13ea9c9183a resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 07f9b488-0e5f-48c4-944c-b13ea9c9183a found for delete ", "request_id": "req-f02a38a4-4fd3-48bc-ba5f-395347915457"}]} 2026-07-21 07:55:29.995 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 07f9b488-0e5f-48c4-944c-b13ea9c9183a resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 07f9b488-0e5f-48c4-944c-b13ea9c9183a found for delete ", "request_id": "req-ebd33d02-a8e6-4e14-a6c4-a38a41eaa29c"}]} 2026-07-21 07:55:30.011 8 INFO neutron.services.segments.plugin [-] Segment 410217b8-71e9-4fa9-bf9f-26dc9ee5a95a resource provider aggregate not found 2026-07-21 07:55:30.017 8 INFO neutron.services.segments.plugin [-] Segment 410217b8-71e9-4fa9-bf9f-26dc9ee5a95a resource provider aggregate not found 2026-07-21 07:55:30.026 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 410217b8-71e9-4fa9-bf9f-26dc9ee5a95a resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 410217b8-71e9-4fa9-bf9f-26dc9ee5a95a found for delete ", "request_id": "req-7f9d15ac-785f-4155-9f58-eca8f963e006"}]} 2026-07-21 07:55:30.034 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 410217b8-71e9-4fa9-bf9f-26dc9ee5a95a resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 410217b8-71e9-4fa9-bf9f-26dc9ee5a95a found for delete ", "request_id": "req-02cb4830-4290-4078-98ca-0ad337576aa0"}]} 2026-07-21 07:55:30.040 8 INFO neutron.services.segments.plugin [-] Segment 2a3052a5-8271-4fe1-be36-46ba3d92f616 resource provider aggregate not found [pid: 7|app: 0|req: 871/1769] 199.19.213.44 () {34 vars in 1078 bytes} [Tue Jul 21 07:55:30 2026] GET /v2.0/ports?tenant_id=f67e8fb851974f70b5a9eaa716c8f839&device_id=82fa58b2-d0f7-450f-b646-0d9e5ea780fb => generated 1471 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-21 07:55:30.047 8 INFO neutron.services.segments.plugin [-] Segment 2a3052a5-8271-4fe1-be36-46ba3d92f616 resource provider aggregate not found 2026-07-21 07:55:30.063 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 2a3052a5-8271-4fe1-be36-46ba3d92f616 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2a3052a5-8271-4fe1-be36-46ba3d92f616 found for delete ", "request_id": "req-17aaeabc-5199-44a9-87ca-a162fbca8db4"}]} 2026-07-21 07:55:30.064 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 2a3052a5-8271-4fe1-be36-46ba3d92f616 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2a3052a5-8271-4fe1-be36-46ba3d92f616 found for delete ", "request_id": "req-49a374d9-0847-4703-bc63-fd1cafa98bde"}]} [pid: 7|app: 0|req: 872/1770] 199.19.213.44 () {34 vars in 1016 bytes} [Tue Jul 21 07:55:30 2026] GET /v2.0/networks?tenant_id=f67e8fb851974f70b5a9eaa716c8f839&shared=False => generated 2375 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 873/1771] 199.19.213.44 () {34 vars in 928 bytes} [Tue Jul 21 07:55:30 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 899/1772] 10.0.0.32 () {32 vars in 772 bytes} [Tue Jul 21 07:55:30 2026] GET /v2.0/security-groups?tenant_id=7997b4219fc940e39badafc3c8824428&name=default => generated 2925 bytes in 125 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 900/1773] 10.0.0.179 () {34 vars in 989 bytes} [Tue Jul 21 07:55:30 2026] GET /v2.0/ports?device_id=161cc309-6eef-4486-894e-3f155837abe0 => generated 1461 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 874/1774] 10.0.0.32 () {32 vars in 738 bytes} [Tue Jul 21 07:55:30 2026] DELETE /v2.0/security-groups/64628543-677a-487d-a41a-9c1730a9b201 => 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: 901/1775] 10.0.0.179 () {34 vars in 1039 bytes} [Tue Jul 21 07:55:30 2026] GET /v2.0/security-groups?id=b90677d9-a5f9-4a40-95e0-3d59ac664cb9&fields=id&fields=name => generated 111 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 875/1776] 199.19.213.44 () {34 vars in 1078 bytes} [Tue Jul 21 07:55:31 2026] GET /v2.0/ports?tenant_id=f67e8fb851974f70b5a9eaa716c8f839&device_id=82fa58b2-d0f7-450f-b646-0d9e5ea780fb => 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: 876/1777] 199.19.213.44 () {34 vars in 1056 bytes} [Tue Jul 21 07:55:31 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.139&port_id=718fb53d-4714-4d9a-93bf-73e4b78c7646 => generated 19 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 877/1778] 199.19.213.44 () {34 vars in 1104 bytes} [Tue Jul 21 07:55:31 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A223&port_id=718fb53d-4714-4d9a-93bf-73e4b78c7646 => 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: 878/1779] 199.19.213.44 () {34 vars in 1062 bytes} [Tue Jul 21 07:55:31 2026] GET /v2.0/subnets?id=8a1ac748-19f8-4957-a454-75f22c0d74b3&id=22e892d9-2ba3-4d3a-aca1-c7bbfae6d664 => generated 1413 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 879/1780] 199.19.213.44 () {34 vars in 1050 bytes} [Tue Jul 21 07:55:31 2026] GET /v2.0/ports?network_id=c6dd29b5-9782-467b-b1bd-878dc86670be&device_owner=network%3Adhcp => generated 1461 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-21 07:55:31.397 8 INFO neutron.db.segments_db [None req-0ec44e5e-af78-441c-8650-83d29f24c02b 4162b80b843e4370958efcebf4f5ea5e 222f1cef6fef4ec894c98542ab7f53a0 - - default default] Added segment 93ebe8b6-c655-4a67-9422-5754c600e550 of type vxlan for network 2f72a6ad-f737-4e32-9f78-962767214436 [pid: 7|app: 0|req: 880/1781] 199.19.213.44 () {34 vars in 1050 bytes} [Tue Jul 21 07:55:31 2026] GET /v2.0/ports?network_id=c6dd29b5-9782-467b-b1bd-878dc86670be&device_owner=network%3Adhcp => generated 1461 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 881/1782] 199.19.213.44 () {34 vars in 1010 bytes} [Tue Jul 21 07:55:31 2026] GET /v2.0/networks/c6dd29b5-9782-467b-b1bd-878dc86670be?fields=segments => generated 14 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 882/1783] 199.19.213.44 () {34 vars in 1110 bytes} [Tue Jul 21 07:55:31 2026] GET /v2.0/networks/c6dd29b5-9782-467b-b1bd-878dc86670be?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-21 07:55:31.620 8 INFO neutron.db.l3_hamode_db [None req-0ec44e5e-af78-441c-8650-83d29f24c02b 4162b80b843e4370958efcebf4f5ea5e 222f1cef6fef4ec894c98542ab7f53a0 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-21 07:55:31.739 8 INFO neutron.db.l3_hamode_db [None req-0ec44e5e-af78-441c-8650-83d29f24c02b 4162b80b843e4370958efcebf4f5ea5e 222f1cef6fef4ec894c98542ab7f53a0 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 902/1784] 10.0.0.32 () {34 vars in 666 bytes} [Tue Jul 21 07:55:31 2026] POST /v2.0/routers => generated 474 bytes in 1063 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-21 07:55:32.320 7 INFO neutron.db.l3_hamode_db [None req-a44fe5fc-6941-4638-b24a-d747e6dc8360 4162b80b843e4370958efcebf4f5ea5e 222f1cef6fef4ec894c98542ab7f53a0 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-21 07:55:32.436 7 INFO neutron.db.l3_hamode_db [None req-a44fe5fc-6941-4638-b24a-d747e6dc8360 4162b80b843e4370958efcebf4f5ea5e 222f1cef6fef4ec894c98542ab7f53a0 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 883/1785] 10.0.0.32 () {34 vars in 666 bytes} [Tue Jul 21 07:55:32 2026] POST /v2.0/routers => generated 474 bytes in 706 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-21 07:55:33.040 8 INFO neutron.db.l3_hamode_db [None req-6bc35321-6a89-4005-aae4-41a78f24f97c 4162b80b843e4370958efcebf4f5ea5e 222f1cef6fef4ec894c98542ab7f53a0 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 884/1786] 10.0.0.179 () {34 vars in 989 bytes} [Tue Jul 21 07:55:33 2026] GET /v2.0/ports?device_id=8636ae73-e575-43f9-ad97-bc0ab71a089f => 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: 885/1787] 10.0.0.179 () {34 vars in 1039 bytes} [Tue Jul 21 07:55:33 2026] GET /v2.0/security-groups?id=417fc43b-4a8a-4986-803f-4eef751614cd&fields=id&fields=name => generated 114 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-21 07:55:33.160 8 INFO neutron.db.l3_hamode_db [None req-6bc35321-6a89-4005-aae4-41a78f24f97c 4162b80b843e4370958efcebf4f5ea5e 222f1cef6fef4ec894c98542ab7f53a0 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 903/1788] 10.0.0.32 () {34 vars in 666 bytes} [Tue Jul 21 07:55:32 2026] POST /v2.0/routers => generated 474 bytes in 729 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-21 07:55:33.764 7 INFO neutron.db.l3_hamode_db [None req-54577162-43e3-4818-8a05-a0336547060c 4162b80b843e4370958efcebf4f5ea5e 222f1cef6fef4ec894c98542ab7f53a0 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-21 07:55:33.882 7 INFO neutron.db.l3_hamode_db [None req-54577162-43e3-4818-8a05-a0336547060c 4162b80b843e4370958efcebf4f5ea5e 222f1cef6fef4ec894c98542ab7f53a0 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 886/1789] 10.0.0.32 () {34 vars in 666 bytes} [Tue Jul 21 07:55:33 2026] POST /v2.0/routers => generated 474 bytes in 740 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 887/1790] 10.0.0.218 () {34 vars in 989 bytes} [Tue Jul 21 07:55:34 2026] GET /v2.0/ports?device_id=82fa58b2-d0f7-450f-b646-0d9e5ea780fb => generated 1202 bytes in 122 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 904/1791] 10.0.0.32 () {34 vars in 682 bytes} [Tue Jul 21 07:55:34 2026] POST /v2.0/security-groups => generated 1601 bytes in 415 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-07-21 07:55:34.630 7 INFO neutron.db.l3_hamode_db [None req-67ca1cb0-3518-46b2-b88c-d9fa1cded67c 4162b80b843e4370958efcebf4f5ea5e 222f1cef6fef4ec894c98542ab7f53a0 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 905/1792] 10.0.0.32 () {34 vars in 682 bytes} [Tue Jul 21 07:55:34 2026] POST /v2.0/security-groups => generated 1601 bytes in 156 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-07-21 07:55:34.774 7 INFO neutron.db.l3_hamode_db [None req-67ca1cb0-3518-46b2-b88c-d9fa1cded67c 4162b80b843e4370958efcebf4f5ea5e 222f1cef6fef4ec894c98542ab7f53a0 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 906/1793] 10.0.0.218 () {34 vars in 1039 bytes} [Tue Jul 21 07:55:34 2026] GET /v2.0/security-groups?id=b90677d9-a5f9-4a40-95e0-3d59ac664cb9&fields=id&fields=name => generated 111 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 907/1794] 10.0.0.32 () {34 vars in 682 bytes} [Tue Jul 21 07:55:34 2026] POST /v2.0/security-groups => generated 1601 bytes in 132 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 908/1795] 10.0.0.32 () {34 vars in 682 bytes} [Tue Jul 21 07:55:34 2026] POST /v2.0/security-groups => generated 1601 bytes in 119 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 909/1796] 10.0.0.32 () {34 vars in 682 bytes} [Tue Jul 21 07:55:35 2026] POST /v2.0/security-groups => generated 1601 bytes in 120 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 910/1797] 10.0.0.32 () {34 vars in 765 bytes} [Tue Jul 21 07:55:35 2026] PUT /v2.0/security-groups/b04a3f59-f16d-4c32-a8e1-80029ecdabd5/tags => generated 17 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 911/1798] 10.0.0.32 () {34 vars in 765 bytes} [Tue Jul 21 07:55:35 2026] PUT /v2.0/security-groups/151343e9-fb69-4513-a138-f042774b65d6/tags => generated 25 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 912/1799] 10.0.0.32 () {34 vars in 765 bytes} [Tue Jul 21 07:55:35 2026] PUT /v2.0/security-groups/544cea0f-3478-43b9-970b-c62311cef587/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: 888/1800] 10.0.0.32 () {34 vars in 666 bytes} [Tue Jul 21 07:55:34 2026] POST /v2.0/routers => generated 474 bytes in 817 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 913/1801] 10.0.0.32 () {34 vars in 765 bytes} [Tue Jul 21 07:55:35 2026] PUT /v2.0/security-groups/84fab83e-8976-46fd-9e19-c449ee31dd89/tags => generated 19 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 914/1802] 10.0.0.32 () {32 vars in 678 bytes} [Tue Jul 21 07:55:35 2026] GET /v2.0/security-groups?tags=red => generated 4804 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 889/1803] 10.0.0.32 () {34 vars in 749 bytes} [Tue Jul 21 07:55:35 2026] PUT /v2.0/routers/cb1555b4-c57d-47f9-982c-e2d23584a7f5/tags => generated 17 bytes in 108 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 915/1804] 10.0.0.32 () {32 vars in 692 bytes} [Tue Jul 21 07:55:35 2026] GET /v2.0/security-groups?tags=red%2Cblue => generated 3218 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 916/1805] 10.0.0.32 () {32 vars in 688 bytes} [Tue Jul 21 07:55:35 2026] GET /v2.0/security-groups?tags-any=blue => generated 3218 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 917/1806] 10.0.0.32 () {32 vars in 700 bytes} [Tue Jul 21 07:55:35 2026] GET /v2.0/security-groups?tags-any=red%2Cblue => generated 4804 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 890/1807] 10.0.0.32 () {34 vars in 749 bytes} [Tue Jul 21 07:55:35 2026] PUT /v2.0/routers/d2e24de9-c23d-43b2-9bb3-0d0c9b2c2d88/tags => generated 25 bytes in 137 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 891/1808] 10.0.0.32 () {34 vars in 749 bytes} [Tue Jul 21 07:55:35 2026] PUT /v2.0/routers/15673143-5437-4db8-bd6d-eaa1e8308568/tags => generated 34 bytes in 105 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 892/1809] 10.0.0.32 () {34 vars in 749 bytes} [Tue Jul 21 07:55:35 2026] PUT /v2.0/routers/dbb5965f-0c2c-4fde-9cca-2209a93f3f9f/tags => generated 19 bytes in 100 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 893/1810] 10.0.0.32 () {32 vars in 662 bytes} [Tue Jul 21 07:55:35 2026] GET /v2.0/routers?tags=red => generated 1463 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 894/1811] 10.0.0.32 () {32 vars in 676 bytes} [Tue Jul 21 07:55:35 2026] GET /v2.0/routers?tags=red%2Cblue => generated 988 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 918/1812] 10.0.0.32 () {32 vars in 686 bytes} [Tue Jul 21 07:55:35 2026] GET /v2.0/security-groups?not-tags=red => generated 6094 bytes in 423 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 895/1813] 10.0.0.32 () {32 vars in 672 bytes} [Tue Jul 21 07:55:36 2026] GET /v2.0/routers?tags-any=blue => generated 988 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 919/1814] 10.0.0.32 () {32 vars in 700 bytes} [Tue Jul 21 07:55:36 2026] GET /v2.0/security-groups?not-tags=red%2Cblue => generated 7680 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 920/1815] 10.0.0.32 () {32 vars in 696 bytes} [Tue Jul 21 07:55:36 2026] GET /v2.0/security-groups?not-tags-any=blue => generated 7680 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 896/1818] 10.0.0.32 () {32 vars in 684 bytes} [Tue Jul 21 07:55:36 2026] GET /v2.0/routers?tags-any=red%2Cblue => generated 1463 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 923/1819] 10.0.0.32 () {32 vars in 708 bytes} [Tue Jul 21 07:55:36 2026] GET /v2.0/security-groups?not-tags-any=red%2Cblue => generated 6094 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 897/1820] 10.0.0.32 () {32 vars in 670 bytes} [Tue Jul 21 07:55:36 2026] GET /v2.0/routers?not-tags=red => generated 960 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 924/1821] 10.0.0.32 () {32 vars in 738 bytes} [Tue Jul 21 07:55:36 2026] DELETE /v2.0/security-groups/b04a3f59-f16d-4c32-a8e1-80029ecdabd5 => 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: 898/1822] 10.0.0.32 () {32 vars in 684 bytes} [Tue Jul 21 07:55:36 2026] GET /v2.0/routers?not-tags=red%2Cblue => generated 1435 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 925/1823] 10.0.0.32 () {32 vars in 738 bytes} [Tue Jul 21 07:55:36 2026] DELETE /v2.0/security-groups/151343e9-fb69-4513-a138-f042774b65d6 => generated 0 bytes in 95 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 899/1824] 10.0.0.32 () {32 vars in 680 bytes} [Tue Jul 21 07:55:36 2026] GET /v2.0/routers?not-tags-any=blue => generated 1435 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 900/1825] 10.0.0.32 () {32 vars in 692 bytes} [Tue Jul 21 07:55:36 2026] GET /v2.0/routers?not-tags-any=red%2Cblue => generated 960 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 926/1826] 10.0.0.32 () {32 vars in 738 bytes} [Tue Jul 21 07:55:36 2026] DELETE /v2.0/security-groups/544cea0f-3478-43b9-970b-c62311cef587 => 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: 901/1827] 10.0.0.32 () {32 vars in 719 bytes} [Tue Jul 21 07:55:36 2026] GET /v2.0/routers/cb1555b4-c57d-47f9-982c-e2d23584a7f5 => generated 485 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 927/1828] 10.0.0.32 () {32 vars in 738 bytes} [Tue Jul 21 07:55:36 2026] DELETE /v2.0/security-groups/84fab83e-8976-46fd-9e19-c449ee31dd89 => generated 0 bytes in 87 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 928/1829] 10.0.0.32 () {32 vars in 738 bytes} [Tue Jul 21 07:55:36 2026] DELETE /v2.0/security-groups/36ea4a82-05c8-4731-b128-440f1425932f => generated 0 bytes in 94 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 902/1830] 10.0.0.32 () {34 vars in 740 bytes} [Tue Jul 21 07:55:36 2026] PUT /v2.0/routers/cb1555b4-c57d-47f9-982c-e2d23584a7f5 => generated 485 bytes in 505 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 929/1831] 10.0.0.32 () {32 vars in 734 bytes} [Tue Jul 21 07:55:37 2026] GET /v2.0/ports?device_id=cb1555b4-c57d-47f9-982c-e2d23584a7f5 => generated 12 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-21 07:55:37.276 7 INFO neutron_taas.services.taas.taas_plugin [None req-c22c17b4-22ae-436d-8d3f-414c5c1cfe62 4162b80b843e4370958efcebf4f5ea5e 222f1cef6fef4ec894c98542ab7f53a0 - - default default] TaaS: Handle Delete Port: 8efcdb6e-8f2e-43aa-80d6-b6b6d065ea74 2026-07-21 07:55:37.279 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c22c17b4-22ae-436d-8d3f-414c5c1cfe62 4162b80b843e4370958efcebf4f5ea5e 222f1cef6fef4ec894c98542ab7f53a0 - - default default] Tap Mirror: Handle Delete Port: 8efcdb6e-8f2e-43aa-80d6-b6b6d065ea74 [pid: 7|app: 0|req: 903/1832] 10.0.0.32 () {32 vars in 722 bytes} [Tue Jul 21 07:55:37 2026] DELETE /v2.0/routers/cb1555b4-c57d-47f9-982c-e2d23584a7f5 => generated 0 bytes in 365 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 930/1833] 10.0.0.32 () {32 vars in 719 bytes} [Tue Jul 21 07:55:37 2026] GET /v2.0/routers/d2e24de9-c23d-43b2-9bb3-0d0c9b2c2d88 => generated 493 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 931/1834] 10.0.0.32 () {32 vars in 772 bytes} [Tue Jul 21 07:55:37 2026] GET /v2.0/security-groups?tenant_id=8187abb2ff1247bda8de56e58be59333&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: 932/1835] 10.0.0.32 () {32 vars in 738 bytes} [Tue Jul 21 07:55:37 2026] DELETE /v2.0/security-groups/fbbe7df8-c51d-4a05-abe6-77d77d124596 => generated 0 bytes in 79 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 904/1836] 10.0.0.32 () {34 vars in 740 bytes} [Tue Jul 21 07:55:37 2026] PUT /v2.0/routers/d2e24de9-c23d-43b2-9bb3-0d0c9b2c2d88 => generated 493 bytes in 533 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 933/1837] 10.0.0.32 () {32 vars in 734 bytes} [Tue Jul 21 07:55:38 2026] GET /v2.0/ports?device_id=d2e24de9-c23d-43b2-9bb3-0d0c9b2c2d88 => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-21 07:55:38.287 7 INFO neutron_taas.services.taas.taas_plugin [None req-b2b6f72b-2b20-4124-858b-48700fdf3f67 4162b80b843e4370958efcebf4f5ea5e 222f1cef6fef4ec894c98542ab7f53a0 - - default default] TaaS: Handle Delete Port: c17b6843-1a00-4b81-a54d-09bf491ddf3b 2026-07-21 07:55:38.290 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b2b6f72b-2b20-4124-858b-48700fdf3f67 4162b80b843e4370958efcebf4f5ea5e 222f1cef6fef4ec894c98542ab7f53a0 - - default default] Tap Mirror: Handle Delete Port: c17b6843-1a00-4b81-a54d-09bf491ddf3b [pid: 8|app: 0|req: 934/1838] 10.0.0.32 () {32 vars in 772 bytes} [Tue Jul 21 07:55:38 2026] GET /v2.0/security-groups?tenant_id=c3be9da912e24720a4df93db636e4ee8&name=default => generated 2925 bytes in 136 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 935/1839] 10.0.0.32 () {32 vars in 738 bytes} [Tue Jul 21 07:55:38 2026] DELETE /v2.0/security-groups/91e21486-202b-4f76-9650-991541f3844d => generated 0 bytes in 101 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 905/1840] 10.0.0.32 () {32 vars in 722 bytes} [Tue Jul 21 07:55:38 2026] DELETE /v2.0/routers/d2e24de9-c23d-43b2-9bb3-0d0c9b2c2d88 => generated 0 bytes in 340 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 936/1841] 10.0.0.32 () {32 vars in 719 bytes} [Tue Jul 21 07:55:38 2026] GET /v2.0/routers/15673143-5437-4db8-bd6d-eaa1e8308568 => generated 502 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 937/1842] 10.0.0.32 () {32 vars in 772 bytes} [Tue Jul 21 07:55:38 2026] GET /v2.0/security-groups?tenant_id=a368df04b34f45218dee567b9099d8e7&name=default => generated 2925 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 938/1843] 10.0.0.32 () {32 vars in 738 bytes} [Tue Jul 21 07:55:38 2026] DELETE /v2.0/security-groups/3a3fa707-7cd5-4375-9b22-6fc48c3ea524 => generated 0 bytes in 112 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 906/1844] 10.0.0.32 () {34 vars in 740 bytes} [Tue Jul 21 07:55:38 2026] PUT /v2.0/routers/15673143-5437-4db8-bd6d-eaa1e8308568 => generated 502 bytes in 535 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 939/1845] 10.0.0.32 () {32 vars in 734 bytes} [Tue Jul 21 07:55:39 2026] GET /v2.0/ports?device_id=15673143-5437-4db8-bd6d-eaa1e8308568 => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-21 07:55:39.254 7 INFO neutron_taas.services.taas.taas_plugin [None req-2e395f0f-c75b-4ddf-8bfa-5d3cb86a5db0 4162b80b843e4370958efcebf4f5ea5e 222f1cef6fef4ec894c98542ab7f53a0 - - default default] TaaS: Handle Delete Port: 3044aa39-b070-4b08-b514-41f92c5c1576 2026-07-21 07:55:39.257 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2e395f0f-c75b-4ddf-8bfa-5d3cb86a5db0 4162b80b843e4370958efcebf4f5ea5e 222f1cef6fef4ec894c98542ab7f53a0 - - default default] Tap Mirror: Handle Delete Port: 3044aa39-b070-4b08-b514-41f92c5c1576 [pid: 7|app: 0|req: 907/1846] 10.0.0.32 () {32 vars in 722 bytes} [Tue Jul 21 07:55:39 2026] DELETE /v2.0/routers/15673143-5437-4db8-bd6d-eaa1e8308568 => generated 0 bytes in 349 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 940/1847] 10.0.0.32 () {32 vars in 719 bytes} [Tue Jul 21 07:55:39 2026] GET /v2.0/routers/dbb5965f-0c2c-4fde-9cca-2209a93f3f9f => generated 487 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 941/1848] 10.0.0.218 () {34 vars in 989 bytes} [Tue Jul 21 07:55:39 2026] GET /v2.0/ports?device_id=82fa58b2-d0f7-450f-b646-0d9e5ea780fb => generated 1204 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 942/1849] 10.0.0.218 () {34 vars in 1039 bytes} [Tue Jul 21 07:55:39 2026] GET /v2.0/security-groups?id=b90677d9-a5f9-4a40-95e0-3d59ac664cb9&fields=id&fields=name => generated 111 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 908/1850] 10.0.0.32 () {34 vars in 740 bytes} [Tue Jul 21 07:55:39 2026] PUT /v2.0/routers/dbb5965f-0c2c-4fde-9cca-2209a93f3f9f => generated 487 bytes in 540 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 909/1851] 10.0.0.32 () {32 vars in 734 bytes} [Tue Jul 21 07:55:40 2026] GET /v2.0/ports?device_id=dbb5965f-0c2c-4fde-9cca-2209a93f3f9f => 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: 943/1852] 10.0.0.32 () {32 vars in 816 bytes} [Tue Jul 21 07:55:39 2026] GET /v2.0/ports?network_id=c6dd29b5-9782-467b-b1bd-878dc86670be&mac_address=fa%3A16%3A3e%3Abd%3Ab6%3Ae3 => generated 1204 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-21 07:55:40.218 7 INFO neutron_taas.services.taas.taas_plugin [None req-01c1229e-d3e9-47c0-8ceb-c9ebd84f43ed 4162b80b843e4370958efcebf4f5ea5e 222f1cef6fef4ec894c98542ab7f53a0 - - default default] TaaS: Handle Delete Port: e8358aa8-062c-4360-91f7-3c803f160103 2026-07-21 07:55:40.222 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-01c1229e-d3e9-47c0-8ceb-c9ebd84f43ed 4162b80b843e4370958efcebf4f5ea5e 222f1cef6fef4ec894c98542ab7f53a0 - - default default] Tap Mirror: Handle Delete Port: e8358aa8-062c-4360-91f7-3c803f160103 [pid: 7|app: 0|req: 910/1853] 10.0.0.32 () {32 vars in 722 bytes} [Tue Jul 21 07:55:40 2026] DELETE /v2.0/routers/dbb5965f-0c2c-4fde-9cca-2209a93f3f9f => generated 0 bytes in 360 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 911/1854] 10.0.0.32 () {32 vars in 719 bytes} [Tue Jul 21 07:55:40 2026] GET /v2.0/routers/cb8531bf-589b-4505-a387-9ce3b34c4fac => generated 480 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-21 07:55:40.744 8 INFO neutron.db.l3_db [None req-b889e1d3-55ca-43d2-b4ca-c04edacab696 877d0ab61e864eb2aa7a7eac16d26310 f67e8fb851974f70b5a9eaa716c8f839 - - default default] Floating IP 0f9c8c08-9348-4961-b87c-8edb42e4b418 associated. External IP: 10.96.250.202, port: 718fb53d-4714-4d9a-93bf-73e4b78c7646. [pid: 7|app: 0|req: 912/1855] 10.0.0.32 () {34 vars in 740 bytes} [Tue Jul 21 07:55:40 2026] PUT /v2.0/routers/cb8531bf-589b-4505-a387-9ce3b34c4fac => generated 480 bytes in 530 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 913/1856] 10.0.0.32 () {32 vars in 734 bytes} [Tue Jul 21 07:55:41 2026] GET /v2.0/ports?device_id=cb8531bf-589b-4505-a387-9ce3b34c4fac => generated 12 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 944/1857] 10.0.0.32 () {34 vars in 675 bytes} [Tue Jul 21 07:55:40 2026] POST /v2.0/floatingips => generated 855 bytes in 1012 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-21 07:55:41.108 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-6c544644-4625-4175-915f-a1d62903b2e5'] response: {'name': 'network-changed', 'server_uuid': '82fa58b2-d0f7-450f-b646-0d9e5ea780fb', 'tag': '718fb53d-4714-4d9a-93bf-73e4b78c7646', 'status': 'completed', 'code': 200} 2026-07-21 07:55:41.217 7 INFO neutron_taas.services.taas.taas_plugin [None req-7d5ed1c2-7002-40d7-98fa-b5cd3f47c0c2 4162b80b843e4370958efcebf4f5ea5e 222f1cef6fef4ec894c98542ab7f53a0 - - default default] TaaS: Handle Delete Port: 9f87fa88-d19c-4433-8b0b-5b6fd22cddc2 2026-07-21 07:55:41.219 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7d5ed1c2-7002-40d7-98fa-b5cd3f47c0c2 4162b80b843e4370958efcebf4f5ea5e 222f1cef6fef4ec894c98542ab7f53a0 - - default default] Tap Mirror: Handle Delete Port: 9f87fa88-d19c-4433-8b0b-5b6fd22cddc2 2026-07-21 07:55:41.591 7 INFO neutron.services.segments.plugin [-] Segment 93ebe8b6-c655-4a67-9422-5754c600e550 resource provider aggregate not found 2026-07-21 07:55:41.596 7 INFO neutron.services.segments.plugin [-] Segment 93ebe8b6-c655-4a67-9422-5754c600e550 resource provider aggregate not found 2026-07-21 07:55:41.614 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 93ebe8b6-c655-4a67-9422-5754c600e550 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 93ebe8b6-c655-4a67-9422-5754c600e550 found for delete ", "request_id": "req-3f615ad7-9876-4c56-a947-8b36987aeea0"}]} 2026-07-21 07:55:41.618 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 93ebe8b6-c655-4a67-9422-5754c600e550 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 93ebe8b6-c655-4a67-9422-5754c600e550 found for delete ", "request_id": "req-fcdc301b-50a0-4e05-92c4-0bdf26d621a7"}]} 2026-07-21 07:55:41.623 7 INFO neutron.db.l3_hamode_db [None req-7d5ed1c2-7002-40d7-98fa-b5cd3f47c0c2 4162b80b843e4370958efcebf4f5ea5e 222f1cef6fef4ec894c98542ab7f53a0 - - default default] HA network 2f72a6ad-f737-4e32-9f78-962767214436 was deleted as no HA routers are present in tenant 222f1cef6fef4ec894c98542ab7f53a0. [pid: 7|app: 0|req: 914/1858] 10.0.0.32 () {32 vars in 722 bytes} [Tue Jul 21 07:55:41 2026] DELETE /v2.0/routers/cb8531bf-589b-4505-a387-9ce3b34c4fac => generated 0 bytes in 580 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 945/1859] 199.19.213.44 () {34 vars in 1078 bytes} [Tue Jul 21 07:55:41 2026] GET /v2.0/ports?tenant_id=f67e8fb851974f70b5a9eaa716c8f839&device_id=82fa58b2-d0f7-450f-b646-0d9e5ea780fb => generated 1473 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 915/1860] 199.19.213.44 () {34 vars in 984 bytes} [Tue Jul 21 07:55:41 2026] GET /v2.0/networks?id=c6dd29b5-9782-467b-b1bd-878dc86670be => generated 800 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 946/1861] 199.19.213.44 () {34 vars in 1056 bytes} [Tue Jul 21 07:55:41 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.139&port_id=718fb53d-4714-4d9a-93bf-73e4b78c7646 => generated 858 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 916/1862] 199.19.213.44 () {34 vars in 1104 bytes} [Tue Jul 21 07:55:41 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A223&port_id=718fb53d-4714-4d9a-93bf-73e4b78c7646 => generated 19 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 947/1863] 199.19.213.44 () {34 vars in 1062 bytes} [Tue Jul 21 07:55:41 2026] GET /v2.0/subnets?id=8a1ac748-19f8-4957-a454-75f22c0d74b3&id=22e892d9-2ba3-4d3a-aca1-c7bbfae6d664 => generated 1413 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 917/1864] 199.19.213.44 () {34 vars in 1050 bytes} [Tue Jul 21 07:55:41 2026] GET /v2.0/ports?network_id=c6dd29b5-9782-467b-b1bd-878dc86670be&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: 948/1865] 199.19.213.44 () {34 vars in 1050 bytes} [Tue Jul 21 07:55:41 2026] GET /v2.0/ports?network_id=c6dd29b5-9782-467b-b1bd-878dc86670be&device_owner=network%3Adhcp => generated 1461 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 918/1866] 199.19.213.44 () {34 vars in 1010 bytes} [Tue Jul 21 07:55:41 2026] GET /v2.0/networks/c6dd29b5-9782-467b-b1bd-878dc86670be?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: 949/1867] 199.19.213.44 () {34 vars in 1110 bytes} [Tue Jul 21 07:55:42 2026] GET /v2.0/networks/c6dd29b5-9782-467b-b1bd-878dc86670be?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: 919/1868] 10.0.0.32 () {32 vars in 772 bytes} [Tue Jul 21 07:55:42 2026] GET /v2.0/security-groups?tenant_id=3071a59fef0e4229b1e28e8e9ad4092c&name=default => generated 2925 bytes in 265 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 950/1869] 10.0.0.32 () {32 vars in 738 bytes} [Tue Jul 21 07:55:42 2026] DELETE /v2.0/security-groups/ab01e7d5-463a-4995-9d59-a1f2e8f00c66 => generated 0 bytes in 95 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 920/1870] 10.0.0.32 () {32 vars in 772 bytes} [Tue Jul 21 07:55:42 2026] GET /v2.0/security-groups?tenant_id=222f1cef6fef4ec894c98542ab7f53a0&name=default => generated 2925 bytes in 109 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 951/1871] 10.0.0.32 () {32 vars in 738 bytes} [Tue Jul 21 07:55:42 2026] DELETE /v2.0/security-groups/5190ecac-81da-4859-92b2-d73c457d6d97 => generated 0 bytes in 103 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 921/1872] 10.0.0.32 () {34 vars in 674 bytes} [Tue Jul 21 07:55:43 2026] POST /v2.0/subnetpools => generated 516 bytes in 140 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 952/1873] 10.0.0.32 () {34 vars in 674 bytes} [Tue Jul 21 07:55:43 2026] POST /v2.0/subnetpools => generated 516 bytes in 57 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 953/1874] 10.0.0.32 () {34 vars in 674 bytes} [Tue Jul 21 07:55:43 2026] POST /v2.0/subnetpools => generated 516 bytes in 56 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 922/1875] 10.0.0.32 () {32 vars in 772 bytes} [Tue Jul 21 07:55:43 2026] GET /v2.0/security-groups?tenant_id=4e569110b23a4878818d9098739f5ae4&name=default => generated 2925 bytes in 113 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 954/1876] 10.0.0.32 () {34 vars in 674 bytes} [Tue Jul 21 07:55:43 2026] POST /v2.0/subnetpools => generated 516 bytes in 48 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 923/1877] 10.0.0.32 () {32 vars in 738 bytes} [Tue Jul 21 07:55:43 2026] DELETE /v2.0/security-groups/006b9301-e4b6-4f68-b069-66ea4e0e5995 => generated 0 bytes in 92 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 955/1878] 10.0.0.32 () {34 vars in 674 bytes} [Tue Jul 21 07:55:43 2026] POST /v2.0/subnetpools => generated 516 bytes in 49 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 924/1879] 10.0.0.32 () {34 vars in 757 bytes} [Tue Jul 21 07:55:43 2026] PUT /v2.0/subnetpools/89fcaef4-9a34-492b-ba77-f2ed056fed85/tags => generated 17 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 956/1880] 10.0.0.32 () {34 vars in 757 bytes} [Tue Jul 21 07:55:43 2026] PUT /v2.0/subnetpools/bc9ef918-2394-42a9-a7f5-c8af79ed8b7e/tags => generated 25 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 925/1881] 10.0.0.32 () {34 vars in 757 bytes} [Tue Jul 21 07:55:43 2026] PUT /v2.0/subnetpools/729ac07d-6033-4921-b4d1-3d25b9463b51/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: 957/1882] 10.0.0.32 () {34 vars in 757 bytes} [Tue Jul 21 07:55:43 2026] PUT /v2.0/subnetpools/4dd69e40-ae90-4682-9a4b-b93af2dd4a09/tags => generated 19 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 926/1883] 10.0.0.32 () {32 vars in 670 bytes} [Tue Jul 21 07:55:43 2026] GET /v2.0/subnetpools?tags=red => generated 1563 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 958/1884] 10.0.0.32 () {32 vars in 684 bytes} [Tue Jul 21 07:55:43 2026] GET /v2.0/subnetpools?tags=red%2Cblue => generated 1056 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 927/1885] 10.0.0.32 () {32 vars in 680 bytes} [Tue Jul 21 07:55:43 2026] GET /v2.0/subnetpools?tags-any=blue => generated 1056 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 959/1886] 10.0.0.32 () {32 vars in 692 bytes} [Tue Jul 21 07:55:43 2026] GET /v2.0/subnetpools?tags-any=red%2Cblue => generated 1563 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 928/1887] 10.0.0.32 () {32 vars in 678 bytes} [Tue Jul 21 07:55:43 2026] GET /v2.0/subnetpools?not-tags=red => generated 1028 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 960/1888] 10.0.0.32 () {32 vars in 692 bytes} [Tue Jul 21 07:55:43 2026] GET /v2.0/subnetpools?not-tags=red%2Cblue => generated 1535 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 929/1889] 10.0.0.32 () {32 vars in 688 bytes} [Tue Jul 21 07:55:43 2026] GET /v2.0/subnetpools?not-tags-any=blue => generated 1535 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 961/1890] 10.0.0.32 () {32 vars in 700 bytes} [Tue Jul 21 07:55:43 2026] GET /v2.0/subnetpools?not-tags-any=red%2Cblue => generated 1028 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 930/1891] 10.0.0.32 () {32 vars in 730 bytes} [Tue Jul 21 07:55:43 2026] DELETE /v2.0/subnetpools/89fcaef4-9a34-492b-ba77-f2ed056fed85 => generated 0 bytes in 65 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 962/1892] 10.0.0.32 () {32 vars in 730 bytes} [Tue Jul 21 07:55:43 2026] DELETE /v2.0/subnetpools/bc9ef918-2394-42a9-a7f5-c8af79ed8b7e => generated 0 bytes in 46 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 931/1893] 10.0.0.32 () {32 vars in 730 bytes} [Tue Jul 21 07:55:44 2026] DELETE /v2.0/subnetpools/729ac07d-6033-4921-b4d1-3d25b9463b51 => generated 0 bytes in 49 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 963/1894] 10.0.0.32 () {32 vars in 730 bytes} [Tue Jul 21 07:55:44 2026] DELETE /v2.0/subnetpools/4dd69e40-ae90-4682-9a4b-b93af2dd4a09 => generated 0 bytes in 56 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 932/1895] 10.0.0.32 () {32 vars in 730 bytes} [Tue Jul 21 07:55:44 2026] DELETE /v2.0/subnetpools/cdb151ff-bac4-4a9b-8b3b-3a96145549c8 => generated 0 bytes in 46 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 964/1896] 10.0.0.218 () {34 vars in 989 bytes} [Tue Jul 21 07:55:44 2026] GET /v2.0/ports?device_id=8636ae73-e575-43f9-ad97-bc0ab71a089f => 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: 933/1897] 10.0.0.218 () {34 vars in 1039 bytes} [Tue Jul 21 07:55:44 2026] GET /v2.0/security-groups?id=417fc43b-4a8a-4986-803f-4eef751614cd&fields=id&fields=name => generated 114 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 965/1898] 10.0.0.218 () {34 vars in 989 bytes} [Tue Jul 21 07:55:44 2026] GET /v2.0/ports?device_id=8636ae73-e575-43f9-ad97-bc0ab71a089f => generated 975 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 934/1899] 10.0.0.218 () {34 vars in 1039 bytes} [Tue Jul 21 07:55:44 2026] GET /v2.0/security-groups?id=417fc43b-4a8a-4986-803f-4eef751614cd&fields=id&fields=name => generated 114 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 966/1900] 10.0.0.32 () {32 vars in 772 bytes} [Tue Jul 21 07:55:44 2026] GET /v2.0/security-groups?tenant_id=766fef9aeaa74474942e1e7c5217a0a2&name=default => generated 2925 bytes in 304 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 935/1901] 10.0.0.32 () {32 vars in 738 bytes} [Tue Jul 21 07:55:45 2026] DELETE /v2.0/security-groups/811630c0-15b2-4811-991e-c2a78acdc59e => generated 0 bytes in 104 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 967/1902] 10.0.0.32 () {32 vars in 772 bytes} [Tue Jul 21 07:55:45 2026] GET /v2.0/security-groups?tenant_id=e1ceff4408e94ed7805a0d8f3b8e3ff4&name=default => generated 2925 bytes in 128 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 936/1903] 10.0.0.32 () {32 vars in 738 bytes} [Tue Jul 21 07:55:45 2026] DELETE /v2.0/security-groups/4dffce6d-53ba-4565-ab50-0d31b3c10a53 => 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: 937/1904] 10.0.0.218 () {34 vars in 989 bytes} [Tue Jul 21 07:55:45 2026] GET /v2.0/ports?device_id=8636ae73-e575-43f9-ad97-bc0ab71a089f => generated 975 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 968/1905] 10.0.0.32 () {32 vars in 772 bytes} [Tue Jul 21 07:55:45 2026] GET /v2.0/security-groups?tenant_id=a08494bc01c140ea95796cb236a4b69c&name=default => generated 2925 bytes in 140 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 938/1906] 10.0.0.218 () {34 vars in 1039 bytes} [Tue Jul 21 07:55:46 2026] GET /v2.0/security-groups?id=417fc43b-4a8a-4986-803f-4eef751614cd&fields=id&fields=name => generated 114 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 969/1907] 10.0.0.32 () {32 vars in 738 bytes} [Tue Jul 21 07:55:46 2026] DELETE /v2.0/security-groups/9f914433-1a68-4716-ad86-ce3b8f63da72 => generated 0 bytes in 104 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 970/1908] 10.0.0.218 () {34 vars in 989 bytes} [Tue Jul 21 07:55:47 2026] GET /v2.0/ports?device_id=8636ae73-e575-43f9-ad97-bc0ab71a089f => generated 975 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 971/1909] 10.0.0.218 () {34 vars in 1039 bytes} [Tue Jul 21 07:55:47 2026] GET /v2.0/security-groups?id=417fc43b-4a8a-4986-803f-4eef751614cd&fields=id&fields=name => generated 114 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 972/1910] 199.19.213.44 () {34 vars in 992 bytes} [Tue Jul 21 07:55:47 2026] GET /v2.0/ports?device_id=8636ae73-e575-43f9-ad97-bc0ab71a089f => generated 975 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 939/1911] 10.0.0.32 () {34 vars in 674 bytes} [Tue Jul 21 07:55:46 2026] POST /v2.0/floatingips => generated 552 bytes in 561 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-21 07:55:47.368 8 INFO neutron_taas.services.taas.taas_plugin [req-3d4ee4b9-ab22-47ce-be97-1be83f619ef1 req-147f057c-f75a-4328-824b-8ba5cb0bc10d 3e4a88ded6b4425b9525f777ea26efea a9083b784383448b92dfb1422e03d661 - - default default] TaaS: Handle Delete Port: b3b78bcd-9422-4399-86a3-4140e4528209 2026-07-21 07:55:47.371 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-3d4ee4b9-ab22-47ce-be97-1be83f619ef1 req-147f057c-f75a-4328-824b-8ba5cb0bc10d 3e4a88ded6b4425b9525f777ea26efea a9083b784383448b92dfb1422e03d661 - - default default] Tap Mirror: Handle Delete Port: b3b78bcd-9422-4399-86a3-4140e4528209 [pid: 7|app: 0|req: 940/1912] 10.0.0.32 () {34 vars in 757 bytes} [Tue Jul 21 07:55:47 2026] PUT /v2.0/floatingips/e6db9f98-4295-4852-a5cf-666229024b34/tags => generated 25 bytes in 101 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 941/1913] 10.0.0.32 () {32 vars in 737 bytes} [Tue Jul 21 07:55:47 2026] GET /v2.0/floatingips/e6db9f98-4295-4852-a5cf-666229024b34/tags => generated 25 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-21 07:55:47.478 8 INFO neutron.db.l3_db [req-3d4ee4b9-ab22-47ce-be97-1be83f619ef1 req-147f057c-f75a-4328-824b-8ba5cb0bc10d 3e4a88ded6b4425b9525f777ea26efea a9083b784383448b92dfb1422e03d661 - - default default] Floating IP befc9022-b4ee-4a25-9506-08a385a45aef disassociated. External IP: 10.96.250.206, port: b3b78bcd-9422-4399-86a3-4140e4528209. [pid: 7|app: 0|req: 942/1914] 10.0.0.32 () {34 vars in 768 bytes} [Tue Jul 21 07:55:47 2026] PUT /v2.0/floatingips/e6db9f98-4295-4852-a5cf-666229024b34/tags/green => generated 4 bytes in 66 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 943/1915] 10.0.0.179 () {34 vars in 989 bytes} [Tue Jul 21 07:55:47 2026] GET /v2.0/ports?device_id=82fa58b2-d0f7-450f-b646-0d9e5ea780fb => generated 1473 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 944/1916] 10.0.0.32 () {32 vars in 737 bytes} [Tue Jul 21 07:55:47 2026] GET /v2.0/floatingips/e6db9f98-4295-4852-a5cf-666229024b34/tags => generated 34 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 945/1917] 10.0.0.179 () {34 vars in 1039 bytes} [Tue Jul 21 07:55:47 2026] GET /v2.0/security-groups?id=b90677d9-a5f9-4a40-95e0-3d59ac664cb9&fields=id&fields=name => generated 111 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 946/1918] 10.0.0.32 () {34 vars in 764 bytes} [Tue Jul 21 07:55:47 2026] PUT /v2.0/floatingips/e6db9f98-4295-4852-a5cf-666229024b34/tags/red => generated 4 bytes in 83 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 947/1919] 10.0.0.32 () {32 vars in 737 bytes} [Tue Jul 21 07:55:47 2026] GET /v2.0/floatingips/e6db9f98-4295-4852-a5cf-666229024b34/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: 948/1920] 10.0.0.32 () {34 vars in 786 bytes} [Tue Jul 21 07:55:47 2026] PUT /v2.0/floatingips/e6db9f98-4295-4852-a5cf-666229024b34/tags/black.or.white => generated 4 bytes in 65 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 949/1921] 10.0.0.32 () {32 vars in 737 bytes} [Tue Jul 21 07:55:47 2026] GET /v2.0/floatingips/e6db9f98-4295-4852-a5cf-666229024b34/tags => generated 52 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 973/1922] 199.19.213.44 () {36 vars in 995 bytes} [Tue Jul 21 07:55:47 2026] DELETE /v2.0/ports/b3b78bcd-9422-4399-86a3-4140e4528209 => generated 0 bytes in 612 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-21 07:55:47.912 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-119980dc-b135-42dc-9c65-583ad079c89c'] response: {'server_uuid': '8636ae73-e575-43f9-ad97-bc0ab71a089f', 'name': 'network-vif-deleted', 'tag': 'b3b78bcd-9422-4399-86a3-4140e4528209', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 950/1923] 10.0.0.32 () {34 vars in 757 bytes} [Tue Jul 21 07:55:47 2026] PUT /v2.0/floatingips/e6db9f98-4295-4852-a5cf-666229024b34/tags => generated 37 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 974/1924] 10.0.0.32 () {32 vars in 737 bytes} [Tue Jul 21 07:55:47 2026] GET /v2.0/floatingips/e6db9f98-4295-4852-a5cf-666229024b34/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: 951/1925] 10.0.0.32 () {32 vars in 745 bytes} [Tue Jul 21 07:55:47 2026] GET /v2.0/floatingips/e6db9f98-4295-4852-a5cf-666229024b34/tags/red => generated 0 bytes in 56 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-21 07:55:48.088 8 INFO neutron.api.v2.resource [None req-a786beaf-0d37-4a71-852a-10aa812c1420 7117b79198474ad8bcadb05b5952c559 a89f3feb3ec74fcf8d47611c3e3603d2 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 975/1926] 10.0.0.32 () {32 vars in 749 bytes} [Tue Jul 21 07:55:48 2026] GET /v2.0/floatingips/e6db9f98-4295-4852-a5cf-666229024b34/tags/green => generated 99 bytes in 51 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 976/1927] 10.0.0.218 () {34 vars in 989 bytes} [Tue Jul 21 07:55:48 2026] GET /v2.0/ports?device_id=8636ae73-e575-43f9-ad97-bc0ab71a089f => 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: 952/1928] 10.0.0.32 () {32 vars in 748 bytes} [Tue Jul 21 07:55:48 2026] DELETE /v2.0/floatingips/e6db9f98-4295-4852-a5cf-666229024b34/tags/red => generated 0 bytes in 554 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 977/1929] 10.0.0.32 () {32 vars in 737 bytes} [Tue Jul 21 07:55:48 2026] GET /v2.0/floatingips/e6db9f98-4295-4852-a5cf-666229024b34/tags => generated 30 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-21 07:55:48.744 7 INFO neutron.api.v2.resource [None req-4176083a-0198-4fb6-9814-70af24de3cdb 7117b79198474ad8bcadb05b5952c559 a89f3feb3ec74fcf8d47611c3e3603d2 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 953/1930] 10.0.0.32 () {32 vars in 752 bytes} [Tue Jul 21 07:55:48 2026] DELETE /v2.0/floatingips/e6db9f98-4295-4852-a5cf-666229024b34/tags/green => generated 99 bytes in 45 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 978/1931] 10.0.0.32 () {32 vars in 740 bytes} [Tue Jul 21 07:55:48 2026] DELETE /v2.0/floatingips/e6db9f98-4295-4852-a5cf-666229024b34/tags => generated 0 bytes in 48 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 954/1932] 10.0.0.32 () {32 vars in 737 bytes} [Tue Jul 21 07:55:48 2026] GET /v2.0/floatingips/e6db9f98-4295-4852-a5cf-666229024b34/tags => generated 12 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-21 07:55:48.948 8 INFO neutron_taas.services.taas.taas_plugin [None req-0c000928-fc23-49c7-9687-2235e53d6c0a 7117b79198474ad8bcadb05b5952c559 a89f3feb3ec74fcf8d47611c3e3603d2 - - default default] TaaS: Handle Delete Port: ced2ccc2-e262-4382-935c-637a10702cea 2026-07-21 07:55:48.951 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0c000928-fc23-49c7-9687-2235e53d6c0a 7117b79198474ad8bcadb05b5952c559 a89f3feb3ec74fcf8d47611c3e3603d2 - - default default] Tap Mirror: Handle Delete Port: ced2ccc2-e262-4382-935c-637a10702cea [pid: 8|app: 0|req: 979/1933] 10.0.0.32 () {32 vars in 730 bytes} [Tue Jul 21 07:55:48 2026] DELETE /v2.0/floatingips/e6db9f98-4295-4852-a5cf-666229024b34 => generated 0 bytes in 273 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 955/1934] 10.0.0.218 () {34 vars in 989 bytes} [Tue Jul 21 07:55:49 2026] GET /v2.0/ports?device_id=8636ae73-e575-43f9-ad97-bc0ab71a089f => 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: 980/1935] 10.0.0.32 () {32 vars in 772 bytes} [Tue Jul 21 07:55:49 2026] GET /v2.0/security-groups?tenant_id=a89f3feb3ec74fcf8d47611c3e3603d2&name=default => generated 2925 bytes in 332 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 956/1936] 10.0.0.32 () {32 vars in 738 bytes} [Tue Jul 21 07:55:50 2026] DELETE /v2.0/security-groups/62a783bc-caf6-45d8-b6db-f2e938a24f03 => 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: 981/1937] 10.0.0.32 () {32 vars in 772 bytes} [Tue Jul 21 07:55:50 2026] GET /v2.0/security-groups?tenant_id=99b06bbac6e24028aa7123e7aa4120d7&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: 957/1938] 10.0.0.32 () {32 vars in 738 bytes} [Tue Jul 21 07:55:50 2026] DELETE /v2.0/security-groups/3df781f3-a32e-4866-a249-709abee125e5 => 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: 958/1939] 10.0.0.218 () {34 vars in 989 bytes} [Tue Jul 21 07:55:50 2026] GET /v2.0/ports?device_id=8636ae73-e575-43f9-ad97-bc0ab71a089f => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-21 07:55:50.655 8 INFO neutron.db.segments_db [None req-a54180b8-7755-4ffa-8f48-f7b870b236ee 1f498a21840046df9afbf4e1abddce62 04087b09c2b34fc09bbb69082a65428e - - default default] Added segment f3746c49-dffb-4cc2-aefb-c6aa49b66884 of type vxlan for network c8cd4a20-8304-4904-9ebd-4b4134492a9f [pid: 8|app: 0|req: 982/1940] 10.0.0.32 () {34 vars in 668 bytes} [Tue Jul 21 07:55:50 2026] POST /v2.0/networks => generated 631 bytes in 374 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 959/1941] 10.0.0.32 () {34 vars in 662 bytes} [Tue Jul 21 07:55:50 2026] POST /v2.0/ports => generated 743 bytes in 349 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 961/1944] 10.0.0.32 () {34 vars in 664 bytes} [Tue Jul 21 07:55:51 2026] POST /v2.0/trunks => generated 407 bytes in 232 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-21 07:55:51.420 8 INFO neutron.db.segments_db [None req-e1c1c5ae-c1a3-4ab8-b2ba-ef8004935f3b 1f498a21840046df9afbf4e1abddce62 04087b09c2b34fc09bbb69082a65428e - - default default] Added segment 796dd33d-8f1e-4531-97cf-85d504790c5b of type vxlan for network df553651-294e-464d-9288-50adc241e156 [pid: 8|app: 0|req: 984/1945] 10.0.0.32 () {34 vars in 668 bytes} [Tue Jul 21 07:55:51 2026] POST /v2.0/networks => generated 632 bytes in 208 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 962/1946] 10.0.0.32 () {32 vars in 738 bytes} [Tue Jul 21 07:55:51 2026] DELETE /v2.0/security-groups/417fc43b-4a8a-4986-803f-4eef751614cd => generated 0 bytes in 106 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-21 07:55:51.663 7 INFO neutron.api.v2.resource [None req-38b86bc1-36e9-4918-94b3-fe019d6d6445 3e4a88ded6b4425b9525f777ea26efea a9083b784383448b92dfb1422e03d661 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 963/1947] 10.0.0.32 () {32 vars in 735 bytes} [Tue Jul 21 07:55:51 2026] GET /v2.0/security-groups/417fc43b-4a8a-4986-803f-4eef751614cd => generated 146 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-21 07:55:51.778 7 INFO neutron_taas.services.taas.taas_plugin [None req-67d0e172-c5a7-432b-b361-559926041531 3e4a88ded6b4425b9525f777ea26efea a9083b784383448b92dfb1422e03d661 - - default default] TaaS: Handle Delete Port: b35b04e2-c004-4b5f-88ab-e16a88a2fa37 2026-07-21 07:55:51.781 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-67d0e172-c5a7-432b-b361-559926041531 3e4a88ded6b4425b9525f777ea26efea a9083b784383448b92dfb1422e03d661 - - default default] Tap Mirror: Handle Delete Port: b35b04e2-c004-4b5f-88ab-e16a88a2fa37 [pid: 8|app: 0|req: 985/1948] 10.0.0.32 () {34 vars in 662 bytes} [Tue Jul 21 07:55:51 2026] POST /v2.0/ports => generated 743 bytes in 279 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 964/1949] 10.0.0.32 () {32 vars in 730 bytes} [Tue Jul 21 07:55:51 2026] DELETE /v2.0/floatingips/befc9022-b4ee-4a25-9506-08a385a45aef => generated 0 bytes in 278 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 986/1950] 10.0.0.32 () {34 vars in 664 bytes} [Tue Jul 21 07:55:51 2026] POST /v2.0/trunks => generated 407 bytes in 131 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-21 07:55:52.047 8 INFO neutron.db.segments_db [None req-4e5ddfa2-1127-4cfa-a0dd-050b6b71fd0f 1f498a21840046df9afbf4e1abddce62 04087b09c2b34fc09bbb69082a65428e - - default default] Added segment f6c7e28e-48ae-4adc-b169-81d7dfa3eaf3 of type vxlan for network 51fe6739-aa51-4d14-87e6-203fc61509d5 [pid: 8|app: 0|req: 987/1951] 10.0.0.32 () {34 vars in 668 bytes} [Tue Jul 21 07:55:52 2026] POST /v2.0/networks => generated 632 bytes in 111 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-21 07:55:52.286 7 INFO neutron_taas.services.taas.taas_plugin [None req-d8b66514-2124-4536-8574-ab1ee552abb1 c91b302a1f0c4d688f2f771aebbdb373 3ab8b07b6cd247c2a83286280ea0a707 - - default default] TaaS: Handle Delete Port: 7fb21961-4307-419f-9ca0-cc8c69710c0b 2026-07-21 07:55:52.288 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d8b66514-2124-4536-8574-ab1ee552abb1 c91b302a1f0c4d688f2f771aebbdb373 3ab8b07b6cd247c2a83286280ea0a707 - - default default] Tap Mirror: Handle Delete Port: 7fb21961-4307-419f-9ca0-cc8c69710c0b [pid: 8|app: 0|req: 988/1952] 10.0.0.32 () {34 vars in 662 bytes} [Tue Jul 21 07:55:52 2026] POST /v2.0/ports => generated 743 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: 8|app: 0|req: 989/1953] 10.0.0.32 () {34 vars in 664 bytes} [Tue Jul 21 07:55:52 2026] POST /v2.0/trunks => generated 407 bytes in 166 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-21 07:55:52.630 8 INFO neutron.db.segments_db [None req-7e0656f2-12b4-43d0-b030-7b18e63d9eb1 1f498a21840046df9afbf4e1abddce62 04087b09c2b34fc09bbb69082a65428e - - default default] Added segment 66219f14-bcf2-48f1-bd90-8d7cf62bfd3f of type vxlan for network a72326e4-c782-4128-a942-7cb08717f62d [pid: 8|app: 0|req: 990/1954] 10.0.0.32 () {34 vars in 668 bytes} [Tue Jul 21 07:55:52 2026] POST /v2.0/networks => generated 632 bytes in 155 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 965/1955] 10.0.0.32 () {34 vars in 787 bytes} [Tue Jul 21 07:55:51 2026] PUT /v2.0/routers/5f53e3e1-0ef2-41e9-b3d1-9e4669eccf70/remove_router_interface => generated 309 bytes in 868 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 991/1956] 10.0.0.32 () {34 vars in 662 bytes} [Tue Jul 21 07:55:52 2026] POST /v2.0/ports => generated 743 bytes in 258 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-21 07:55:53.035 7 INFO neutron_taas.services.taas.taas_plugin [None req-2c2adad6-ad3b-412d-92d4-5758e3f76775 c91b302a1f0c4d688f2f771aebbdb373 3ab8b07b6cd247c2a83286280ea0a707 - - default default] TaaS: Handle Delete Port: dad398b4-d3ba-4553-95b4-8fe0b9469fa1 2026-07-21 07:55:53.038 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2c2adad6-ad3b-412d-92d4-5758e3f76775 c91b302a1f0c4d688f2f771aebbdb373 3ab8b07b6cd247c2a83286280ea0a707 - - default default] Tap Mirror: Handle Delete Port: dad398b4-d3ba-4553-95b4-8fe0b9469fa1 [pid: 8|app: 0|req: 992/1957] 10.0.0.32 () {34 vars in 664 bytes} [Tue Jul 21 07:55:52 2026] POST /v2.0/trunks => generated 407 bytes in 105 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-21 07:55:53.143 8 INFO neutron.db.segments_db [None req-eceeba24-27ed-48b9-ae5e-2058668395ea 1f498a21840046df9afbf4e1abddce62 04087b09c2b34fc09bbb69082a65428e - - default default] Added segment b8611392-9234-4f87-886b-bac36cb2f020 of type vxlan for network f4c4b666-5567-48e6-bb52-d627bf3662f8 [pid: 8|app: 0|req: 993/1958] 10.0.0.32 () {34 vars in 668 bytes} [Tue Jul 21 07:55:53 2026] POST /v2.0/networks => generated 631 bytes in 129 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-21 07:55:53.284 7 INFO neutron_taas.services.taas.taas_plugin [None req-2c2adad6-ad3b-412d-92d4-5758e3f76775 c91b302a1f0c4d688f2f771aebbdb373 3ab8b07b6cd247c2a83286280ea0a707 - - default default] TaaS: Handle Delete Port: 7ed18b5d-f5b4-4292-b9cc-3523857f3bca 2026-07-21 07:55:53.287 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2c2adad6-ad3b-412d-92d4-5758e3f76775 c91b302a1f0c4d688f2f771aebbdb373 3ab8b07b6cd247c2a83286280ea0a707 - - default default] Tap Mirror: Handle Delete Port: 7ed18b5d-f5b4-4292-b9cc-3523857f3bca [pid: 8|app: 0|req: 994/1959] 10.0.0.32 () {34 vars in 662 bytes} [Tue Jul 21 07:55:53 2026] POST /v2.0/ports => generated 743 bytes in 321 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-21 07:55:53.709 7 INFO neutron.services.segments.plugin [-] Segment 5031132b-4179-4941-b6d4-44a4845ae00d resource provider aggregate not found 2026-07-21 07:55:53.714 7 INFO neutron.services.segments.plugin [-] Segment 5031132b-4179-4941-b6d4-44a4845ae00d resource provider aggregate not found 2026-07-21 07:55:53.725 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 5031132b-4179-4941-b6d4-44a4845ae00d resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5031132b-4179-4941-b6d4-44a4845ae00d found for delete ", "request_id": "req-eebafb77-c6f0-4e28-a5e9-5e5a7542d7fa"}]} 2026-07-21 07:55:53.729 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 5031132b-4179-4941-b6d4-44a4845ae00d resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5031132b-4179-4941-b6d4-44a4845ae00d found for delete ", "request_id": "req-f794dd2f-11d6-4137-8068-112e63e91507"}]} 2026-07-21 07:55:53.741 7 INFO neutron.db.l3_hamode_db [None req-2c2adad6-ad3b-412d-92d4-5758e3f76775 c91b302a1f0c4d688f2f771aebbdb373 3ab8b07b6cd247c2a83286280ea0a707 - - default default] HA network b6504c32-f379-410a-baae-ae2cbfeba5f9 was deleted as no HA routers are present in tenant a9083b784383448b92dfb1422e03d661. [pid: 7|app: 0|req: 966/1960] 10.0.0.32 () {32 vars in 722 bytes} [Tue Jul 21 07:55:52 2026] DELETE /v2.0/routers/5f53e3e1-0ef2-41e9-b3d1-9e4669eccf70 => generated 0 bytes in 925 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-21 07:55:53.846 8 INFO neutron.db.segments_db [None req-82d356dc-b27a-4050-b97f-736965f034da a1b76827465c46e3a81f683fd22f19ee 66d859f5e46f474d915a4f96fbe62f49 - - default default] Added segment d2879a47-4a6c-493a-a89b-f900d9dce9c7 of type vxlan for network 975e7b43-332c-4e77-96a7-d0a435c1fdf5 [pid: 7|app: 0|req: 967/1961] 10.0.0.32 () {34 vars in 664 bytes} [Tue Jul 21 07:55:53 2026] POST /v2.0/trunks => generated 407 bytes in 142 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 995/1962] 10.0.0.32 () {34 vars in 668 bytes} [Tue Jul 21 07:55:53 2026] POST /v2.0/networks => generated 631 bytes in 382 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 996/1963] 10.0.0.32 () {34 vars in 747 bytes} [Tue Jul 21 07:55:53 2026] PUT /v2.0/trunks/809816b0-abf5-4564-b956-e40b053af1b1/tags => generated 17 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 997/1964] 10.0.0.32 () {34 vars in 751 bytes} [Tue Jul 21 07:55:53 2026] PUT /v2.0/networks/975e7b43-332c-4e77-96a7-d0a435c1fdf5/tags => generated 25 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 968/1965] 10.0.0.32 () {32 vars in 722 bytes} [Tue Jul 21 07:55:53 2026] DELETE /v2.0/subnets/294ac5ee-5818-4292-acdc-8639181fbea8 => generated 0 bytes in 142 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 998/1966] 10.0.0.32 () {34 vars in 747 bytes} [Tue Jul 21 07:55:54 2026] PUT /v2.0/trunks/c699dc64-78bf-4264-858f-15de32bcce7a/tags => generated 25 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 969/1967] 10.0.0.32 () {32 vars in 731 bytes} [Tue Jul 21 07:55:54 2026] GET /v2.0/networks/975e7b43-332c-4e77-96a7-d0a435c1fdf5/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: 970/1968] 10.0.0.32 () {34 vars in 747 bytes} [Tue Jul 21 07:55:54 2026] PUT /v2.0/trunks/1edec413-f3b3-41e5-9b2c-4c3d4ff3a66a/tags => generated 34 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-21 07:55:54.144 8 INFO neutron_taas.services.taas.taas_plugin [None req-3857b906-894c-48da-b95a-f8b051c85d6b c91b302a1f0c4d688f2f771aebbdb373 3ab8b07b6cd247c2a83286280ea0a707 - - default default] TaaS: Handle Delete Port: 4144ba06-b3d4-47b5-9799-11b555559caf 2026-07-21 07:55:54.146 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3857b906-894c-48da-b95a-f8b051c85d6b c91b302a1f0c4d688f2f771aebbdb373 3ab8b07b6cd247c2a83286280ea0a707 - - default default] Tap Mirror: Handle Delete Port: 4144ba06-b3d4-47b5-9799-11b555559caf [pid: 7|app: 0|req: 971/1969] 10.0.0.32 () {34 vars in 762 bytes} [Tue Jul 21 07:55:54 2026] PUT /v2.0/networks/975e7b43-332c-4e77-96a7-d0a435c1fdf5/tags/green => generated 4 bytes in 63 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 972/1970] 10.0.0.32 () {34 vars in 747 bytes} [Tue Jul 21 07:55:54 2026] PUT /v2.0/trunks/76358f1d-37ad-461e-a5df-d003e78faf79/tags => generated 19 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 973/1971] 10.0.0.32 () {32 vars in 731 bytes} [Tue Jul 21 07:55:54 2026] GET /v2.0/networks/975e7b43-332c-4e77-96a7-d0a435c1fdf5/tags => generated 34 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 974/1972] 10.0.0.32 () {32 vars in 660 bytes} [Tue Jul 21 07:55:54 2026] GET /v2.0/trunks?tags=red => generated 1246 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 975/1973] 10.0.0.32 () {34 vars in 758 bytes} [Tue Jul 21 07:55:54 2026] PUT /v2.0/networks/975e7b43-332c-4e77-96a7-d0a435c1fdf5/tags/red => generated 4 bytes in 55 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) 2026-07-21 07:55:54.310 8 INFO neutron.services.segments.plugin [-] Segment 460f286a-5948-4279-a8d6-79296e58ecde resource provider aggregate not found 2026-07-21 07:55:54.318 8 INFO neutron.services.segments.plugin [-] Segment 460f286a-5948-4279-a8d6-79296e58ecde resource provider aggregate not found [pid: 7|app: 0|req: 976/1974] 10.0.0.32 () {32 vars in 674 bytes} [Tue Jul 21 07:55:54 2026] GET /v2.0/trunks?tags=red%2Cblue => generated 843 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-21 07:55:54.330 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 460f286a-5948-4279-a8d6-79296e58ecde resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 460f286a-5948-4279-a8d6-79296e58ecde found for delete ", "request_id": "req-b960c118-382d-4933-800f-2aaac8764658"}]} 2026-07-21 07:55:54.332 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 460f286a-5948-4279-a8d6-79296e58ecde resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 460f286a-5948-4279-a8d6-79296e58ecde found for delete ", "request_id": "req-ea7f663b-accc-4cd3-ac08-a4593133ee3a"}]} [pid: 8|app: 0|req: 999/1975] 10.0.0.32 () {32 vars in 724 bytes} [Tue Jul 21 07:55:54 2026] DELETE /v2.0/networks/9b6268c5-ca39-4626-9663-25863c47b3e3 => generated 0 bytes in 294 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 977/1976] 10.0.0.32 () {32 vars in 731 bytes} [Tue Jul 21 07:55:54 2026] GET /v2.0/networks/975e7b43-332c-4e77-96a7-d0a435c1fdf5/tags => generated 34 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1000/1977] 10.0.0.32 () {32 vars in 670 bytes} [Tue Jul 21 07:55:54 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: 7|app: 0|req: 978/1978] 10.0.0.32 () {32 vars in 682 bytes} [Tue Jul 21 07:55:54 2026] GET /v2.0/trunks?tags-any=red%2Cblue => generated 1246 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 979/1979] 10.0.0.32 () {32 vars in 668 bytes} [Tue Jul 21 07:55:54 2026] GET /v2.0/trunks?not-tags=red => generated 815 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 980/1980] 10.0.0.32 () {32 vars in 682 bytes} [Tue Jul 21 07:55:54 2026] GET /v2.0/trunks?not-tags=red%2Cblue => generated 1218 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1001/1981] 10.0.0.32 () {34 vars in 780 bytes} [Tue Jul 21 07:55:54 2026] PUT /v2.0/networks/975e7b43-332c-4e77-96a7-d0a435c1fdf5/tags/black.or.white => generated 4 bytes in 89 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 981/1982] 10.0.0.32 () {32 vars in 678 bytes} [Tue Jul 21 07:55:54 2026] GET /v2.0/trunks?not-tags-any=blue => generated 1218 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 982/1983] 10.0.0.32 () {32 vars in 690 bytes} [Tue Jul 21 07:55:54 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: 7|app: 0|req: 983/1984] 10.0.0.32 () {32 vars in 717 bytes} [Tue Jul 21 07:55:54 2026] GET /v2.0/trunks/809816b0-abf5-4564-b956-e40b053af1b1 => generated 412 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1002/1985] 10.0.0.32 () {32 vars in 731 bytes} [Tue Jul 21 07:55:54 2026] GET /v2.0/networks/975e7b43-332c-4e77-96a7-d0a435c1fdf5/tags => generated 52 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 984/1986] 10.0.0.32 () {32 vars in 772 bytes} [Tue Jul 21 07:55:54 2026] GET /v2.0/security-groups?tenant_id=a9083b784383448b92dfb1422e03d661&name=default => generated 2925 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 985/1987] 10.0.0.32 () {34 vars in 751 bytes} [Tue Jul 21 07:55:54 2026] PUT /v2.0/networks/975e7b43-332c-4e77-96a7-d0a435c1fdf5/tags => generated 37 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1003/1988] 10.0.0.32 () {32 vars in 715 bytes} [Tue Jul 21 07:55:54 2026] GET /v2.0/ports/15d63197-6d88-4d9f-89c6-3aa10e36a2f3 => generated 826 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1004/1989] 10.0.0.32 () {32 vars in 731 bytes} [Tue Jul 21 07:55:54 2026] GET /v2.0/networks/975e7b43-332c-4e77-96a7-d0a435c1fdf5/tags => generated 37 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 986/1990] 10.0.0.32 () {32 vars in 738 bytes} [Tue Jul 21 07:55:54 2026] DELETE /v2.0/security-groups/f416bb86-90fa-46be-95f7-a64cbcba538b => 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: 1005/1991] 10.0.0.32 () {32 vars in 720 bytes} [Tue Jul 21 07:55:54 2026] DELETE /v2.0/trunks/809816b0-abf5-4564-b956-e40b053af1b1 => generated 0 bytes in 51 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1006/1992] 10.0.0.32 () {32 vars in 717 bytes} [Tue Jul 21 07:55:54 2026] GET /v2.0/trunks/c699dc64-78bf-4264-858f-15de32bcce7a => generated 420 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 987/1993] 10.0.0.32 () {32 vars in 739 bytes} [Tue Jul 21 07:55:54 2026] GET /v2.0/networks/975e7b43-332c-4e77-96a7-d0a435c1fdf5/tags/red => generated 0 bytes in 51 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1007/1994] 10.0.0.32 () {32 vars in 715 bytes} [Tue Jul 21 07:55:54 2026] GET /v2.0/ports/2d485890-7ce5-4fd8-b8b6-ec4c59e29105 => generated 826 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-21 07:55:54.804 7 INFO neutron.api.v2.resource [None req-a923acf9-0aaa-44a1-a818-68f4f306eba8 a1b76827465c46e3a81f683fd22f19ee 66d859f5e46f474d915a4f96fbe62f49 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 988/1995] 10.0.0.32 () {32 vars in 743 bytes} [Tue Jul 21 07:55:54 2026] GET /v2.0/networks/975e7b43-332c-4e77-96a7-d0a435c1fdf5/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: 1008/1996] 10.0.0.32 () {32 vars in 720 bytes} [Tue Jul 21 07:55:54 2026] DELETE /v2.0/trunks/c699dc64-78bf-4264-858f-15de32bcce7a => generated 0 bytes in 51 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1009/1997] 10.0.0.32 () {32 vars in 717 bytes} [Tue Jul 21 07:55:54 2026] GET /v2.0/trunks/1edec413-f3b3-41e5-9b2c-4c3d4ff3a66a => 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: 989/1998] 10.0.0.32 () {32 vars in 742 bytes} [Tue Jul 21 07:55:54 2026] DELETE /v2.0/networks/975e7b43-332c-4e77-96a7-d0a435c1fdf5/tags/red => generated 0 bytes in 65 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1010/1999] 10.0.0.32 () {32 vars in 715 bytes} [Tue Jul 21 07:55:54 2026] GET /v2.0/ports/56a8346b-9407-4619-93b5-f0ab9aefb68e => generated 826 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 990/2000] 10.0.0.32 () {32 vars in 731 bytes} [Tue Jul 21 07:55:54 2026] GET /v2.0/networks/975e7b43-332c-4e77-96a7-d0a435c1fdf5/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: 1011/2001] 10.0.0.32 () {32 vars in 720 bytes} [Tue Jul 21 07:55:54 2026] DELETE /v2.0/trunks/1edec413-f3b3-41e5-9b2c-4c3d4ff3a66a => generated 0 bytes in 77 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-21 07:55:54.976 7 INFO neutron.api.v2.resource [None req-5387b725-4010-490b-ab96-7b1e954ffdf5 a1b76827465c46e3a81f683fd22f19ee 66d859f5e46f474d915a4f96fbe62f49 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 991/2002] 10.0.0.32 () {32 vars in 746 bytes} [Tue Jul 21 07:55:54 2026] DELETE /v2.0/networks/975e7b43-332c-4e77-96a7-d0a435c1fdf5/tags/green => generated 99 bytes in 48 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1012/2003] 10.0.0.32 () {32 vars in 717 bytes} [Tue Jul 21 07:55:54 2026] GET /v2.0/trunks/76358f1d-37ad-461e-a5df-d003e78faf79 => generated 414 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 992/2004] 10.0.0.32 () {32 vars in 734 bytes} [Tue Jul 21 07:55:54 2026] DELETE /v2.0/networks/975e7b43-332c-4e77-96a7-d0a435c1fdf5/tags => generated 0 bytes in 45 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1013/2005] 10.0.0.32 () {32 vars in 715 bytes} [Tue Jul 21 07:55:54 2026] GET /v2.0/ports/eb7bd4f1-ad23-48b5-80fb-b3844e9fd2b3 => generated 826 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 993/2006] 10.0.0.32 () {32 vars in 731 bytes} [Tue Jul 21 07:55:55 2026] GET /v2.0/networks/975e7b43-332c-4e77-96a7-d0a435c1fdf5/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: 1014/2007] 10.0.0.32 () {32 vars in 720 bytes} [Tue Jul 21 07:55:55 2026] DELETE /v2.0/trunks/76358f1d-37ad-461e-a5df-d003e78faf79 => 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: 1015/2008] 10.0.0.32 () {32 vars in 717 bytes} [Tue Jul 21 07:55:55 2026] GET /v2.0/trunks/94cbdc08-4654-458b-b7ba-c44bab03b4e0 => generated 407 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 994/2009] 10.0.0.32 () {32 vars in 724 bytes} [Tue Jul 21 07:55:55 2026] DELETE /v2.0/networks/975e7b43-332c-4e77-96a7-d0a435c1fdf5 => generated 0 bytes in 117 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1016/2010] 10.0.0.32 () {32 vars in 715 bytes} [Tue Jul 21 07:55:55 2026] GET /v2.0/ports/8564de15-4eaf-4b2a-b839-2c79016de40c => generated 826 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 995/2011] 10.0.0.32 () {32 vars in 720 bytes} [Tue Jul 21 07:55:55 2026] DELETE /v2.0/trunks/94cbdc08-4654-458b-b7ba-c44bab03b4e0 => generated 0 bytes in 83 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-21 07:55:55.377 8 INFO neutron_taas.services.taas.taas_plugin [None req-c163d717-6ad9-48f4-b052-2eb92bde9f51 1f498a21840046df9afbf4e1abddce62 04087b09c2b34fc09bbb69082a65428e - - default default] TaaS: Handle Delete Port: 15d63197-6d88-4d9f-89c6-3aa10e36a2f3 2026-07-21 07:55:55.380 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c163d717-6ad9-48f4-b052-2eb92bde9f51 1f498a21840046df9afbf4e1abddce62 04087b09c2b34fc09bbb69082a65428e - - default default] Tap Mirror: Handle Delete Port: 15d63197-6d88-4d9f-89c6-3aa10e36a2f3 [pid: 8|app: 0|req: 1017/2012] 10.0.0.32 () {32 vars in 718 bytes} [Tue Jul 21 07:55:55 2026] DELETE /v2.0/ports/15d63197-6d88-4d9f-89c6-3aa10e36a2f3 => generated 0 bytes in 210 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-21 07:55:55.617 7 INFO neutron_taas.services.taas.taas_plugin [None req-b4b4420c-8284-4c86-a551-b2532cfd546f 1f498a21840046df9afbf4e1abddce62 04087b09c2b34fc09bbb69082a65428e - - default default] TaaS: Handle Delete Port: 2d485890-7ce5-4fd8-b8b6-ec4c59e29105 2026-07-21 07:55:55.621 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b4b4420c-8284-4c86-a551-b2532cfd546f 1f498a21840046df9afbf4e1abddce62 04087b09c2b34fc09bbb69082a65428e - - default default] Tap Mirror: Handle Delete Port: 2d485890-7ce5-4fd8-b8b6-ec4c59e29105 [pid: 7|app: 0|req: 996/2013] 10.0.0.32 () {32 vars in 718 bytes} [Tue Jul 21 07:55:55 2026] DELETE /v2.0/ports/2d485890-7ce5-4fd8-b8b6-ec4c59e29105 => generated 0 bytes in 199 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-21 07:55:55.747 7 INFO neutron.services.segments.plugin [-] Segment d2879a47-4a6c-493a-a89b-f900d9dce9c7 resource provider aggregate not found 2026-07-21 07:55:55.750 7 INFO neutron.services.segments.plugin [-] Segment d2879a47-4a6c-493a-a89b-f900d9dce9c7 resource provider aggregate not found 2026-07-21 07:55:55.764 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment d2879a47-4a6c-493a-a89b-f900d9dce9c7 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d2879a47-4a6c-493a-a89b-f900d9dce9c7 found for delete ", "request_id": "req-c4cde70b-a434-47fe-a21c-65e057ee18d4"}]} 2026-07-21 07:55:55.783 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment d2879a47-4a6c-493a-a89b-f900d9dce9c7 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d2879a47-4a6c-493a-a89b-f900d9dce9c7 found for delete ", "request_id": "req-f0883559-d3e7-4899-b1ab-5c9a855b276a"}]} 2026-07-21 07:55:55.820 8 INFO neutron_taas.services.taas.taas_plugin [None req-76cdaf7f-e596-4ed6-9c98-32f663a470d7 1f498a21840046df9afbf4e1abddce62 04087b09c2b34fc09bbb69082a65428e - - default default] TaaS: Handle Delete Port: 56a8346b-9407-4619-93b5-f0ab9aefb68e 2026-07-21 07:55:55.822 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-76cdaf7f-e596-4ed6-9c98-32f663a470d7 1f498a21840046df9afbf4e1abddce62 04087b09c2b34fc09bbb69082a65428e - - default default] Tap Mirror: Handle Delete Port: 56a8346b-9407-4619-93b5-f0ab9aefb68e [pid: 8|app: 0|req: 1018/2014] 10.0.0.32 () {32 vars in 718 bytes} [Tue Jul 21 07:55:55 2026] DELETE /v2.0/ports/56a8346b-9407-4619-93b5-f0ab9aefb68e => generated 0 bytes in 199 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 997/2015] 10.0.0.32 () {32 vars in 772 bytes} [Tue Jul 21 07:55:55 2026] GET /v2.0/security-groups?tenant_id=66d859f5e46f474d915a4f96fbe62f49&name=default => generated 2925 bytes in 152 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-21 07:55:56.014 8 INFO neutron_taas.services.taas.taas_plugin [None req-810aac95-322b-4fee-80f3-e40ccd7456f4 1f498a21840046df9afbf4e1abddce62 04087b09c2b34fc09bbb69082a65428e - - default default] TaaS: Handle Delete Port: eb7bd4f1-ad23-48b5-80fb-b3844e9fd2b3 2026-07-21 07:55:56.018 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-810aac95-322b-4fee-80f3-e40ccd7456f4 1f498a21840046df9afbf4e1abddce62 04087b09c2b34fc09bbb69082a65428e - - default default] Tap Mirror: Handle Delete Port: eb7bd4f1-ad23-48b5-80fb-b3844e9fd2b3 [pid: 7|app: 0|req: 998/2016] 10.0.0.32 () {32 vars in 738 bytes} [Tue Jul 21 07:55:55 2026] DELETE /v2.0/security-groups/ab42042d-2851-43e2-a876-4b1c730cd76a => generated 0 bytes in 84 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1019/2017] 10.0.0.32 () {32 vars in 718 bytes} [Tue Jul 21 07:55:55 2026] DELETE /v2.0/ports/eb7bd4f1-ad23-48b5-80fb-b3844e9fd2b3 => generated 0 bytes in 181 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-21 07:55:56.197 7 INFO neutron_taas.services.taas.taas_plugin [None req-dfe522eb-6840-451a-8a4a-4d6f36e6d1ec 1f498a21840046df9afbf4e1abddce62 04087b09c2b34fc09bbb69082a65428e - - default default] TaaS: Handle Delete Port: 8564de15-4eaf-4b2a-b839-2c79016de40c 2026-07-21 07:55:56.200 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-dfe522eb-6840-451a-8a4a-4d6f36e6d1ec 1f498a21840046df9afbf4e1abddce62 04087b09c2b34fc09bbb69082a65428e - - default default] Tap Mirror: Handle Delete Port: 8564de15-4eaf-4b2a-b839-2c79016de40c [pid: 8|app: 0|req: 1020/2018] 10.0.0.32 () {32 vars in 772 bytes} [Tue Jul 21 07:55:56 2026] GET /v2.0/security-groups?tenant_id=0a09884c34c54a6bb83c7abc663d0dab&name=default => generated 2925 bytes in 124 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 999/2019] 10.0.0.32 () {32 vars in 718 bytes} [Tue Jul 21 07:55:56 2026] DELETE /v2.0/ports/8564de15-4eaf-4b2a-b839-2c79016de40c => 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: 1021/2020] 10.0.0.32 () {32 vars in 738 bytes} [Tue Jul 21 07:55:56 2026] DELETE /v2.0/security-groups/d5376ccc-fbbd-4710-bc0a-a60091cf6bcf => generated 0 bytes in 90 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1000/2021] 10.0.0.32 () {32 vars in 724 bytes} [Tue Jul 21 07:55:56 2026] DELETE /v2.0/networks/c8cd4a20-8304-4904-9ebd-4b4134492a9f => generated 0 bytes in 93 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-21 07:55:56.487 8 INFO neutron.services.segments.plugin [-] Segment 796dd33d-8f1e-4531-97cf-85d504790c5b resource provider aggregate not found 2026-07-21 07:55:56.492 8 INFO neutron.services.segments.plugin [-] Segment 796dd33d-8f1e-4531-97cf-85d504790c5b resource provider aggregate not found 2026-07-21 07:55:56.510 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 796dd33d-8f1e-4531-97cf-85d504790c5b resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 796dd33d-8f1e-4531-97cf-85d504790c5b found for delete ", "request_id": "req-5743fe13-6c1b-46f2-b434-ba863fcdcc33"}]} 2026-07-21 07:55:56.520 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 796dd33d-8f1e-4531-97cf-85d504790c5b resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 796dd33d-8f1e-4531-97cf-85d504790c5b found for delete ", "request_id": "req-bdf5660d-003a-4caf-94fb-e81e96ae2ac7"}]} [pid: 8|app: 0|req: 1022/2022] 10.0.0.32 () {32 vars in 724 bytes} [Tue Jul 21 07:55:56 2026] DELETE /v2.0/networks/df553651-294e-464d-9288-50adc241e156 => generated 0 bytes in 130 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1023/2023] 10.0.0.32 () {32 vars in 724 bytes} [Tue Jul 21 07:55:56 2026] DELETE /v2.0/networks/51fe6739-aa51-4d14-87e6-203fc61509d5 => generated 0 bytes in 166 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1024/2024] 10.0.0.32 () {32 vars in 724 bytes} [Tue Jul 21 07:55:56 2026] DELETE /v2.0/networks/a72326e4-c782-4128-a942-7cb08717f62d => generated 0 bytes in 158 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-21 07:55:56.910 7 INFO neutron.db.segments_db [None req-5a2943b4-1dca-4103-9ba7-35a3b67eb07c c91b302a1f0c4d688f2f771aebbdb373 3ab8b07b6cd247c2a83286280ea0a707 - - default default] Added segment e9b0c4e4-d12b-40c8-b25b-d7013adf586a of type vxlan for network 00f181a2-ac26-49f4-b19e-aeb66d014bbd [pid: 7|app: 0|req: 1001/2025] 10.0.0.32 () {34 vars in 669 bytes} [Tue Jul 21 07:55:56 2026] POST /v2.0/networks => generated 745 bytes in 521 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1025/2026] 10.0.0.32 () {32 vars in 724 bytes} [Tue Jul 21 07:55:56 2026] DELETE /v2.0/networks/f4c4b666-5567-48e6-bb52-d627bf3662f8 => generated 0 bytes in 121 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1002/2027] 10.0.0.32 () {34 vars in 667 bytes} [Tue Jul 21 07:55:56 2026] POST /v2.0/subnets => generated 692 bytes in 173 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-21 07:55:57.203 8 INFO neutron.db.segments_db [None req-6d9f170c-2841-4bbf-abab-93a9e90108e0 c91b302a1f0c4d688f2f771aebbdb373 3ab8b07b6cd247c2a83286280ea0a707 - - default default] Added segment e89f2c1b-11e5-4eeb-9250-ef30719f2410 of type vxlan for network 6392dd7f-8c78-4c86-a24b-d35178b99a14 2026-07-21 07:55:57.457 8 INFO neutron.db.l3_hamode_db [None req-6d9f170c-2841-4bbf-abab-93a9e90108e0 c91b302a1f0c4d688f2f771aebbdb373 8acd622b7ceb4506b64d6a0b417cdf74 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-21 07:55:57.783 7 INFO neutron.services.segments.plugin [-] Segment f3746c49-dffb-4cc2-aefb-c6aa49b66884 resource provider aggregate not found 2026-07-21 07:55:57.800 7 INFO neutron.services.segments.plugin [-] Segment f3746c49-dffb-4cc2-aefb-c6aa49b66884 resource provider aggregate not found 2026-07-21 07:55:57.804 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment f3746c49-dffb-4cc2-aefb-c6aa49b66884 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f3746c49-dffb-4cc2-aefb-c6aa49b66884 found for delete ", "request_id": "req-c37cab1a-d926-4558-9ba5-e9b28e556d0b"}]} 2026-07-21 07:55:57.811 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment f3746c49-dffb-4cc2-aefb-c6aa49b66884 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f3746c49-dffb-4cc2-aefb-c6aa49b66884 found for delete ", "request_id": "req-690bfa2e-30a1-4e7a-a76c-a866604ac929"}]} [pid: 7|app: 0|req: 1003/2028] 10.0.0.32 () {32 vars in 772 bytes} [Tue Jul 21 07:55:57 2026] GET /v2.0/security-groups?tenant_id=c7f766b3169c430f8265b7a4ac8b0fb3&name=default => generated 2925 bytes in 372 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1004/2029] 10.0.0.32 () {32 vars in 719 bytes} [Tue Jul 21 07:55:58 2026] GET /v2.0/subnets/b35f03ea-99fd-432e-9789-1f9b024859e0 => generated 676 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1005/2030] 10.0.0.32 () {32 vars in 738 bytes} [Tue Jul 21 07:55:58 2026] DELETE /v2.0/security-groups/763b00ac-455e-4e90-922c-0b20f1f55cdd => generated 0 bytes in 104 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-21 07:55:58.332 8 INFO neutron.db.l3_hamode_db [None req-6d9f170c-2841-4bbf-abab-93a9e90108e0 c91b302a1f0c4d688f2f771aebbdb373 3ab8b07b6cd247c2a83286280ea0a707 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1006/2031] 10.0.0.32 () {32 vars in 772 bytes} [Tue Jul 21 07:55:58 2026] GET /v2.0/security-groups?tenant_id=04087b09c2b34fc09bbb69082a65428e&name=default => generated 2925 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-21 07:55:58.536 8 INFO neutron.services.segments.plugin [-] Segment f6c7e28e-48ae-4adc-b169-81d7dfa3eaf3 resource provider aggregate not found 2026-07-21 07:55:58.546 8 INFO neutron.services.segments.plugin [-] Segment f6c7e28e-48ae-4adc-b169-81d7dfa3eaf3 resource provider aggregate not found 2026-07-21 07:55:58.551 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment f6c7e28e-48ae-4adc-b169-81d7dfa3eaf3 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f6c7e28e-48ae-4adc-b169-81d7dfa3eaf3 found for delete ", "request_id": "req-b77bf760-56b6-4349-a2aa-298ff3904f9a"}]} [pid: 7|app: 0|req: 1007/2032] 10.0.0.32 () {32 vars in 738 bytes} [Tue Jul 21 07:55:58 2026] DELETE /v2.0/security-groups/91b26998-a0ff-469d-a301-36fe620c1ed2 => generated 0 bytes in 143 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-21 07:55:58.574 8 INFO neutron.services.segments.plugin [-] Segment 66219f14-bcf2-48f1-bd90-8d7cf62bfd3f resource provider aggregate not found 2026-07-21 07:55:58.576 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment f6c7e28e-48ae-4adc-b169-81d7dfa3eaf3 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f6c7e28e-48ae-4adc-b169-81d7dfa3eaf3 found for delete ", "request_id": "req-47a3540c-d84a-450b-8616-844adfb8c3eb"}]} 2026-07-21 07:55:58.592 8 INFO neutron.services.segments.plugin [-] Segment 66219f14-bcf2-48f1-bd90-8d7cf62bfd3f resource provider aggregate not found 2026-07-21 07:55:58.599 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 66219f14-bcf2-48f1-bd90-8d7cf62bfd3f resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 66219f14-bcf2-48f1-bd90-8d7cf62bfd3f found for delete ", "request_id": "req-2206bb1c-df16-443a-970f-06ae412deb19"}]} 2026-07-21 07:55:58.613 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 66219f14-bcf2-48f1-bd90-8d7cf62bfd3f resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 66219f14-bcf2-48f1-bd90-8d7cf62bfd3f found for delete ", "request_id": "req-fdf43e09-dce0-4fd3-b539-bb4a19400993"}]} 2026-07-21 07:55:58.621 8 INFO neutron.services.segments.plugin [-] Segment b8611392-9234-4f87-886b-bac36cb2f020 resource provider aggregate not found 2026-07-21 07:55:58.643 8 INFO neutron.services.segments.plugin [-] Segment b8611392-9234-4f87-886b-bac36cb2f020 resource provider aggregate not found 2026-07-21 07:55:58.648 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment b8611392-9234-4f87-886b-bac36cb2f020 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b8611392-9234-4f87-886b-bac36cb2f020 found for delete ", "request_id": "req-099b5a6b-f4ab-40cb-989d-b3afcb375243"}]} 2026-07-21 07:55:58.667 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment b8611392-9234-4f87-886b-bac36cb2f020 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b8611392-9234-4f87-886b-bac36cb2f020 found for delete ", "request_id": "req-98fefc2e-a936-4a57-bf27-7da0cfb595a7"}]} [pid: 7|app: 0|req: 1008/2033] 10.0.0.32 () {32 vars in 772 bytes} [Tue Jul 21 07:55:58 2026] GET /v2.0/security-groups?tenant_id=0bd4be7a79a548fa8744493353ad66c9&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: 1009/2034] 10.0.0.32 () {32 vars in 738 bytes} [Tue Jul 21 07:55:58 2026] DELETE /v2.0/security-groups/518ceb4a-3dc5-417b-b4f9-2a2ac4302e91 => generated 0 bytes in 103 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1026/2035] 10.0.0.32 () {34 vars in 667 bytes} [Tue Jul 21 07:55:57 2026] POST /v2.0/routers => generated 732 bytes in 2208 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1010/2036] 10.0.0.185 () {30 vars in 689 bytes} [Tue Jul 21 07:55:59 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 131 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1011/2037] 10.0.0.185 () {30 vars in 691 bytes} [Tue Jul 21 07:55:59 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1012/2038] 10.0.0.185 () {30 vars in 667 bytes} [Tue Jul 21 07:55:59 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: 1013/2039] 10.0.0.185 () {30 vars in 703 bytes} [Tue Jul 21 07:55:59 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: 1014/2040] 10.0.0.32 () {34 vars in 682 bytes} [Tue Jul 21 07:55:59 2026] POST /v2.0/security-groups => generated 1603 bytes in 266 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1015/2041] 10.0.0.32 () {34 vars in 765 bytes} [Tue Jul 21 07:55:59 2026] PUT /v2.0/security-groups/2646e1a7-8e3e-4c40-b6b2-99101faf2289/tags => generated 25 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1016/2042] 10.0.0.185 () {28 vars in 438 bytes} [Tue Jul 21 07:56:00 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: 1017/2043] 10.0.0.32 () {32 vars in 745 bytes} [Tue Jul 21 07:56:00 2026] GET /v2.0/security-groups/2646e1a7-8e3e-4c40-b6b2-99101faf2289/tags => generated 25 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1018/2044] 10.0.0.185 () {30 vars in 727 bytes} [Tue Jul 21 07:56:00 2026] GET /v2.0/subnets/b35f03ea-99fd-432e-9789-1f9b024859e0 => generated 658 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1019/2045] 10.0.0.32 () {34 vars in 776 bytes} [Tue Jul 21 07:56:00 2026] PUT /v2.0/security-groups/2646e1a7-8e3e-4c40-b6b2-99101faf2289/tags/green => generated 4 bytes in 60 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1020/2046] 10.0.0.185 () {30 vars in 689 bytes} [Tue Jul 21 07:56:00 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: 1021/2047] 10.0.0.32 () {32 vars in 745 bytes} [Tue Jul 21 07:56:00 2026] GET /v2.0/security-groups/2646e1a7-8e3e-4c40-b6b2-99101faf2289/tags => generated 34 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1022/2048] 10.0.0.185 () {30 vars in 691 bytes} [Tue Jul 21 07:56:00 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: 1023/2049] 10.0.0.32 () {34 vars in 772 bytes} [Tue Jul 21 07:56:00 2026] PUT /v2.0/security-groups/2646e1a7-8e3e-4c40-b6b2-99101faf2289/tags/red => generated 4 bytes in 57 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1024/2050] 10.0.0.185 () {30 vars in 667 bytes} [Tue Jul 21 07:56:00 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: 1025/2051] 10.0.0.32 () {32 vars in 745 bytes} [Tue Jul 21 07:56:00 2026] GET /v2.0/security-groups/2646e1a7-8e3e-4c40-b6b2-99101faf2289/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: 1026/2052] 10.0.0.185 () {30 vars in 703 bytes} [Tue Jul 21 07:56:00 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1027/2053] 10.0.0.32 () {34 vars in 794 bytes} [Tue Jul 21 07:56:00 2026] PUT /v2.0/security-groups/2646e1a7-8e3e-4c40-b6b2-99101faf2289/tags/black.or.white => generated 4 bytes in 50 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1028/2054] 10.0.0.185 () {30 vars in 727 bytes} [Tue Jul 21 07:56:00 2026] GET /v2.0/subnets/b35f03ea-99fd-432e-9789-1f9b024859e0 => generated 676 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1029/2055] 10.0.0.32 () {32 vars in 745 bytes} [Tue Jul 21 07:56:00 2026] GET /v2.0/security-groups/2646e1a7-8e3e-4c40-b6b2-99101faf2289/tags => generated 52 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1030/2056] 10.0.0.32 () {34 vars in 765 bytes} [Tue Jul 21 07:56:00 2026] PUT /v2.0/security-groups/2646e1a7-8e3e-4c40-b6b2-99101faf2289/tags => generated 37 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1031/2057] 10.0.0.185 () {30 vars in 689 bytes} [Tue Jul 21 07:56:00 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: 1027/2058] 10.0.0.32 () {34 vars in 781 bytes} [Tue Jul 21 07:55:59 2026] PUT /v2.0/routers/8f392e57-e345-418d-9f6e-bdc6bbde9403/add_router_interface => generated 309 bytes in 1219 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1028/2059] 10.0.0.185 () {30 vars in 691 bytes} [Tue Jul 21 07:56:00 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1032/2060] 10.0.0.32 () {32 vars in 745 bytes} [Tue Jul 21 07:56:00 2026] GET /v2.0/security-groups/2646e1a7-8e3e-4c40-b6b2-99101faf2289/tags => generated 37 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1033/2061] 10.0.0.185 () {30 vars in 667 bytes} [Tue Jul 21 07:56:00 2026] GET /v2.0/extensions/qos => generated 166 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1034/2062] 10.0.0.185 () {30 vars in 703 bytes} [Tue Jul 21 07:56:00 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: 1029/2063] 10.0.0.32 () {32 vars in 753 bytes} [Tue Jul 21 07:56:00 2026] GET /v2.0/security-groups/2646e1a7-8e3e-4c40-b6b2-99101faf2289/tags/red => generated 0 bytes in 34 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-21 07:56:00.672 8 INFO neutron.api.v2.resource [None req-95f5b69e-b385-42f6-9139-d7bc4942655f d616d0afdbc34486ad1adbbf500733c0 c3a6771b7f254632aeba8b6ecd0ec555 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1030/2064] 10.0.0.32 () {32 vars in 757 bytes} [Tue Jul 21 07:56:00 2026] GET /v2.0/security-groups/2646e1a7-8e3e-4c40-b6b2-99101faf2289/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: 1035/2065] 10.0.0.185 () {30 vars in 729 bytes} [Tue Jul 21 07:56:00 2026] GET /v2.0/networks/01d5e989-5b82-494d-8159-019c7348e6fc => 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: 1036/2066] 10.0.0.185 () {30 vars in 681 bytes} [Tue Jul 21 07:56:00 2026] GET /v2.0/extensions/project-id => generated 204 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1031/2067] 10.0.0.32 () {32 vars in 756 bytes} [Tue Jul 21 07:56:00 2026] DELETE /v2.0/security-groups/2646e1a7-8e3e-4c40-b6b2-99101faf2289/tags/red => generated 0 bytes in 64 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1032/2068] 10.0.0.32 () {32 vars in 745 bytes} [Tue Jul 21 07:56:00 2026] GET /v2.0/security-groups/2646e1a7-8e3e-4c40-b6b2-99101faf2289/tags => generated 30 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-21 07:56:00.834 8 INFO neutron.api.v2.resource [None req-a7d49825-1f6e-4d3d-8140-da4f7f595c50 d616d0afdbc34486ad1adbbf500733c0 c3a6771b7f254632aeba8b6ecd0ec555 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1033/2069] 10.0.0.32 () {32 vars in 760 bytes} [Tue Jul 21 07:56:00 2026] DELETE /v2.0/security-groups/2646e1a7-8e3e-4c40-b6b2-99101faf2289/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: 1034/2070] 10.0.0.32 () {32 vars in 748 bytes} [Tue Jul 21 07:56:00 2026] DELETE /v2.0/security-groups/2646e1a7-8e3e-4c40-b6b2-99101faf2289/tags => generated 0 bytes in 49 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1035/2071] 10.0.0.32 () {32 vars in 745 bytes} [Tue Jul 21 07:56:00 2026] GET /v2.0/security-groups/2646e1a7-8e3e-4c40-b6b2-99101faf2289/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: 1036/2072] 10.0.0.32 () {32 vars in 738 bytes} [Tue Jul 21 07:56:00 2026] DELETE /v2.0/security-groups/2646e1a7-8e3e-4c40-b6b2-99101faf2289 => generated 0 bytes in 73 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1037/2073] 10.0.0.185 () {34 vars in 703 bytes} [Tue Jul 21 07:56:00 2026] POST /v2.0/ports => generated 1132 bytes in 345 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: 1038/2074] 10.0.0.218 () {34 vars in 981 bytes} [Tue Jul 21 07:56:01 2026] GET /v2.0/networks?id=00f181a2-ac26-49f4-b19e-aeb66d014bbd => generated 677 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1039/2075] 10.0.0.218 () {34 vars in 964 bytes} [Tue Jul 21 07:56:01 2026] GET /v2.0/quotas/8acd622b7ceb4506b64d6a0b417cdf74 => 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: 1040/2076] 10.0.0.218 () {34 vars in 1001 bytes} [Tue Jul 21 07:56:01 2026] GET /v2.0/ports?tenant_id=8acd622b7ceb4506b64d6a0b417cdf74&fields=id => generated 103 bytes in 91 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1041/2077] 10.0.0.218 () {34 vars in 1007 bytes} [Tue Jul 21 07:56:01 2026] GET /v2.0/networks/00f181a2-ac26-49f4-b19e-aeb66d014bbd?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: 1037/2078] 10.0.0.32 () {32 vars in 772 bytes} [Tue Jul 21 07:56:01 2026] GET /v2.0/security-groups?tenant_id=d3b92c40d9f149a6b65816cdf0707ea5&name=default => generated 2929 bytes in 412 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1042/2079] 10.0.0.218 () {34 vars in 1107 bytes} [Tue Jul 21 07:56:01 2026] GET /v2.0/networks/00f181a2-ac26-49f4-b19e-aeb66d014bbd?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: 1038/2080] 10.0.0.32 () {32 vars in 738 bytes} [Tue Jul 21 07:56:01 2026] DELETE /v2.0/security-groups/78cbcdde-7755-4389-8dcb-7960fd77c7b4 => 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: 1043/2081] 10.0.0.218 () {34 vars in 989 bytes} [Tue Jul 21 07:56:02 2026] GET /v2.0/ports?device_id=22bb117f-eef6-4186-8ad0-7b1ec9eeaf37 => 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: 1039/2082] 10.0.0.32 () {32 vars in 772 bytes} [Tue Jul 21 07:56:02 2026] GET /v2.0/security-groups?tenant_id=c3a6771b7f254632aeba8b6ecd0ec555&name=default => generated 2929 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1044/2083] 10.0.0.32 () {32 vars in 738 bytes} [Tue Jul 21 07:56:02 2026] DELETE /v2.0/security-groups/7550ce32-7e6d-4c7a-97b0-822e62708932 => generated 0 bytes in 99 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1040/2084] 10.0.0.32 () {34 vars in 676 bytes} [Tue Jul 21 07:56:02 2026] POST /v2.0/qos/policies => generated 359 bytes in 150 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1045/2085] 10.0.0.32 () {34 vars in 751 bytes} [Tue Jul 21 07:56:02 2026] PUT /v2.0/policies/3d20906b-ddf3-4d37-932d-d0ec0284d504/tags => generated 25 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1041/2086] 10.0.0.32 () {32 vars in 731 bytes} [Tue Jul 21 07:56:02 2026] GET /v2.0/policies/3d20906b-ddf3-4d37-932d-d0ec0284d504/tags => generated 25 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1046/2087] 10.0.0.32 () {34 vars in 762 bytes} [Tue Jul 21 07:56:02 2026] PUT /v2.0/policies/3d20906b-ddf3-4d37-932d-d0ec0284d504/tags/green => generated 4 bytes in 55 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1042/2088] 10.0.0.32 () {32 vars in 731 bytes} [Tue Jul 21 07:56:02 2026] GET /v2.0/policies/3d20906b-ddf3-4d37-932d-d0ec0284d504/tags => generated 34 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1047/2089] 10.0.0.32 () {34 vars in 758 bytes} [Tue Jul 21 07:56:02 2026] PUT /v2.0/policies/3d20906b-ddf3-4d37-932d-d0ec0284d504/tags/red => generated 4 bytes in 49 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1043/2090] 10.0.0.32 () {32 vars in 731 bytes} [Tue Jul 21 07:56:02 2026] GET /v2.0/policies/3d20906b-ddf3-4d37-932d-d0ec0284d504/tags => generated 34 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1048/2091] 10.0.0.32 () {34 vars in 780 bytes} [Tue Jul 21 07:56:02 2026] PUT /v2.0/policies/3d20906b-ddf3-4d37-932d-d0ec0284d504/tags/black.or.white => generated 4 bytes in 48 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1044/2092] 10.0.0.32 () {32 vars in 731 bytes} [Tue Jul 21 07:56:02 2026] GET /v2.0/policies/3d20906b-ddf3-4d37-932d-d0ec0284d504/tags => generated 52 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1049/2093] 10.0.0.32 () {34 vars in 751 bytes} [Tue Jul 21 07:56:02 2026] PUT /v2.0/policies/3d20906b-ddf3-4d37-932d-d0ec0284d504/tags => generated 37 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1045/2094] 10.0.0.32 () {32 vars in 731 bytes} [Tue Jul 21 07:56:03 2026] GET /v2.0/policies/3d20906b-ddf3-4d37-932d-d0ec0284d504/tags => generated 37 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1050/2095] 10.0.0.32 () {32 vars in 739 bytes} [Tue Jul 21 07:56:03 2026] GET /v2.0/policies/3d20906b-ddf3-4d37-932d-d0ec0284d504/tags/red => generated 0 bytes in 31 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-21 07:56:03.111 8 INFO neutron.api.v2.resource [None req-6ba2f96f-bcd9-4fcf-8a68-2104288f1d14 f77deed4687a499bb92e47b161613a45 f77dd7a327e644cf9cdace73f94fbfa6 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1046/2096] 10.0.0.32 () {32 vars in 743 bytes} [Tue Jul 21 07:56:03 2026] GET /v2.0/policies/3d20906b-ddf3-4d37-932d-d0ec0284d504/tags/green => generated 99 bytes in 25 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1051/2097] 10.0.0.32 () {32 vars in 742 bytes} [Tue Jul 21 07:56:03 2026] DELETE /v2.0/policies/3d20906b-ddf3-4d37-932d-d0ec0284d504/tags/red => generated 0 bytes in 51 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1047/2098] 10.0.0.32 () {32 vars in 731 bytes} [Tue Jul 21 07:56:03 2026] GET /v2.0/policies/3d20906b-ddf3-4d37-932d-d0ec0284d504/tags => generated 30 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1052/2099] 10.0.0.218 () {34 vars in 989 bytes} [Tue Jul 21 07:56:03 2026] GET /v2.0/ports?device_id=22bb117f-eef6-4186-8ad0-7b1ec9eeaf37 => generated 12 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-21 07:56:03.261 8 INFO neutron.api.v2.resource [None req-787db0a6-c97f-4830-bab0-f259945902c2 f77deed4687a499bb92e47b161613a45 f77dd7a327e644cf9cdace73f94fbfa6 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1048/2100] 10.0.0.32 () {32 vars in 746 bytes} [Tue Jul 21 07:56:03 2026] DELETE /v2.0/policies/3d20906b-ddf3-4d37-932d-d0ec0284d504/tags/green => generated 99 bytes in 51 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1053/2101] 10.0.0.32 () {32 vars in 734 bytes} [Tue Jul 21 07:56:03 2026] DELETE /v2.0/policies/3d20906b-ddf3-4d37-932d-d0ec0284d504/tags => generated 0 bytes in 64 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1049/2102] 10.0.0.32 () {32 vars in 731 bytes} [Tue Jul 21 07:56:03 2026] GET /v2.0/policies/3d20906b-ddf3-4d37-932d-d0ec0284d504/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: 1054/2103] 10.0.0.32 () {32 vars in 732 bytes} [Tue Jul 21 07:56:03 2026] DELETE /v2.0/qos/policies/3d20906b-ddf3-4d37-932d-d0ec0284d504 => generated 0 bytes in 54 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1055/2104] 199.19.213.44 () {30 vars in 701 bytes} [Tue Jul 21 07:56:04 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 103 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1056/2105] 199.19.213.44 () {30 vars in 703 bytes} [Tue Jul 21 07:56:04 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: 1057/2106] 199.19.213.44 () {30 vars in 679 bytes} [Tue Jul 21 07:56:04 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: 1058/2107] 199.19.213.44 () {30 vars in 715 bytes} [Tue Jul 21 07:56:04 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: 1059/2108] 199.19.213.44 () {30 vars in 735 bytes} [Tue Jul 21 07:56:04 2026] GET /v2.0/ports/777e642b-c6e8-4e05-85e0-8b4c67b0254e => generated 1132 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1050/2109] 10.0.0.32 () {32 vars in 772 bytes} [Tue Jul 21 07:56:04 2026] GET /v2.0/security-groups?tenant_id=5cc4b6b54be849ffbc5baf7257d721b9&name=default => generated 2929 bytes in 209 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1051/2110] 10.0.0.218 () {34 vars in 989 bytes} [Tue Jul 21 07:56:04 2026] GET /v2.0/ports?device_id=22bb117f-eef6-4186-8ad0-7b1ec9eeaf37 => 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: 1060/2111] 10.0.0.32 () {32 vars in 738 bytes} [Tue Jul 21 07:56:04 2026] DELETE /v2.0/security-groups/56450123-dd66-4394-9fc9-35ef17706cb9 => 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: 1061/2112] 199.19.213.44 () {30 vars in 701 bytes} [Tue Jul 21 07:56:04 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: 1062/2113] 199.19.213.44 () {30 vars in 703 bytes} [Tue Jul 21 07:56:04 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1063/2114] 199.19.213.44 () {30 vars in 679 bytes} [Tue Jul 21 07:56:04 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: 1064/2115] 199.19.213.44 () {30 vars in 715 bytes} [Tue Jul 21 07:56:04 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-21 07:56:04.517 7 INFO neutron.api.v2.resource [None req-903950d6-4188-4e00-abb7-9020afb8e135 c91b302a1f0c4d688f2f771aebbdb373 3ab8b07b6cd247c2a83286280ea0a707 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1065/2116] 199.19.213.44 () {30 vars in 761 bytes} [Tue Jul 21 07:56:04 2026] GET /v2.0/security-groups/lb-898662fe-c82f-4e17-b264-6cd0260d3588 => generated 149 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1066/2117] 199.19.213.44 () {30 vars in 783 bytes} [Tue Jul 21 07:56:04 2026] GET /v2.0/security-groups?name=lb-898662fe-c82f-4e17-b264-6cd0260d3588 => generated 23 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1052/2118] 10.0.0.32 () {32 vars in 772 bytes} [Tue Jul 21 07:56:04 2026] GET /v2.0/security-groups?tenant_id=f77dd7a327e644cf9cdace73f94fbfa6&name=default => generated 2929 bytes in 124 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1067/2119] 199.19.213.44 () {34 vars in 734 bytes} [Tue Jul 21 07:56:04 2026] POST /v2.0/security-groups => generated 1638 bytes in 127 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1053/2120] 10.0.0.32 () {32 vars in 738 bytes} [Tue Jul 21 07:56:04 2026] DELETE /v2.0/security-groups/47e63d59-9b2b-468d-8003-fc4aedb4f5c9 => 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: 1068/2121] 199.19.213.44 () {30 vars in 813 bytes} [Tue Jul 21 07:56:04 2026] GET /v2.0/security-group-rules?security_group_id=1e05de2a-41e8-4fee-810d-41363bbe979b => generated 1182 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1054/2122] 199.19.213.44 () {34 vars in 787 bytes} [Tue Jul 21 07:56:04 2026] PUT /v2.0/ports/777e642b-c6e8-4e05-85e0-8b4c67b0254e => generated 1132 bytes in 250 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1069/2123] 199.19.213.44 () {30 vars in 701 bytes} [Tue Jul 21 07:56:05 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) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 1055/2124] 199.19.213.44 () {30 vars in 703 bytes} [Tue Jul 21 07:56:05 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: 1070/2125] 199.19.213.44 () {30 vars in 679 bytes} [Tue Jul 21 07:56:05 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: 1056/2126] 199.19.213.44 () {30 vars in 715 bytes} [Tue Jul 21 07:56:05 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: 1071/2127] 199.19.213.44 () {30 vars in 739 bytes} [Tue Jul 21 07:56:05 2026] GET /v2.0/subnets/b35f03ea-99fd-432e-9789-1f9b024859e0 => generated 676 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1057/2128] 10.0.0.218 () {34 vars in 989 bytes} [Tue Jul 21 07:56:05 2026] GET /v2.0/ports?device_id=22bb117f-eef6-4186-8ad0-7b1ec9eeaf37 => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1072/2129] 10.0.0.32 () {34 vars in 674 bytes} [Tue Jul 21 07:56:05 2026] POST /v2.0/subnetpools => generated 516 bytes in 156 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1058/2130] 10.0.0.32 () {34 vars in 757 bytes} [Tue Jul 21 07:56:05 2026] PUT /v2.0/subnetpools/e4090d08-1581-4914-8316-6f471b16c412/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: 1073/2131] 10.0.0.32 () {32 vars in 737 bytes} [Tue Jul 21 07:56:05 2026] GET /v2.0/subnetpools/e4090d08-1581-4914-8316-6f471b16c412/tags => generated 25 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1059/2132] 10.0.0.32 () {34 vars in 768 bytes} [Tue Jul 21 07:56:06 2026] PUT /v2.0/subnetpools/e4090d08-1581-4914-8316-6f471b16c412/tags/green => generated 4 bytes in 46 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1074/2133] 10.0.0.32 () {32 vars in 737 bytes} [Tue Jul 21 07:56:06 2026] GET /v2.0/subnetpools/e4090d08-1581-4914-8316-6f471b16c412/tags => generated 34 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1060/2136] 10.0.0.32 () {34 vars in 764 bytes} [Tue Jul 21 07:56:06 2026] PUT /v2.0/subnetpools/e4090d08-1581-4914-8316-6f471b16c412/tags/red => generated 4 bytes in 37 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1077/2137] 10.0.0.32 () {32 vars in 737 bytes} [Tue Jul 21 07:56:06 2026] GET /v2.0/subnetpools/e4090d08-1581-4914-8316-6f471b16c412/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: 1061/2138] 10.0.0.32 () {34 vars in 786 bytes} [Tue Jul 21 07:56:06 2026] PUT /v2.0/subnetpools/e4090d08-1581-4914-8316-6f471b16c412/tags/black.or.white => generated 4 bytes in 42 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1078/2139] 10.0.0.32 () {32 vars in 737 bytes} [Tue Jul 21 07:56:06 2026] GET /v2.0/subnetpools/e4090d08-1581-4914-8316-6f471b16c412/tags => generated 52 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1062/2140] 10.0.0.32 () {34 vars in 757 bytes} [Tue Jul 21 07:56:06 2026] PUT /v2.0/subnetpools/e4090d08-1581-4914-8316-6f471b16c412/tags => generated 37 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1079/2141] 10.0.0.32 () {32 vars in 737 bytes} [Tue Jul 21 07:56:06 2026] GET /v2.0/subnetpools/e4090d08-1581-4914-8316-6f471b16c412/tags => generated 37 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1063/2142] 10.0.0.32 () {32 vars in 745 bytes} [Tue Jul 21 07:56:06 2026] GET /v2.0/subnetpools/e4090d08-1581-4914-8316-6f471b16c412/tags/red => generated 0 bytes in 23 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-21 07:56:06.372 7 INFO neutron.api.v2.resource [None req-b5954aac-b1fb-4ff7-9584-7fcb755fac49 97f7ac311c6146c395a57279ef158df5 9b0fe122d1f043ed92be7c088a1c2d9c - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1080/2143] 10.0.0.32 () {32 vars in 749 bytes} [Tue Jul 21 07:56:06 2026] GET /v2.0/subnetpools/e4090d08-1581-4914-8316-6f471b16c412/tags/green => generated 99 bytes in 29 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1064/2144] 10.0.0.32 () {32 vars in 748 bytes} [Tue Jul 21 07:56:06 2026] DELETE /v2.0/subnetpools/e4090d08-1581-4914-8316-6f471b16c412/tags/red => generated 0 bytes in 42 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1081/2145] 10.0.0.32 () {32 vars in 737 bytes} [Tue Jul 21 07:56:06 2026] GET /v2.0/subnetpools/e4090d08-1581-4914-8316-6f471b16c412/tags => generated 30 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1065/2146] 199.19.213.44 () {34 vars in 984 bytes} [Tue Jul 21 07:56:06 2026] GET /v2.0/networks?id=00f181a2-ac26-49f4-b19e-aeb66d014bbd => generated 677 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-21 07:56:06.490 7 INFO neutron.api.v2.resource [None req-06a9c925-e2d2-497d-9085-e7b740bfc418 97f7ac311c6146c395a57279ef158df5 9b0fe122d1f043ed92be7c088a1c2d9c - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1082/2147] 10.0.0.32 () {32 vars in 752 bytes} [Tue Jul 21 07:56:06 2026] DELETE /v2.0/subnetpools/e4090d08-1581-4914-8316-6f471b16c412/tags/green => generated 99 bytes in 32 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1066/2148] 10.0.0.218 () {34 vars in 989 bytes} [Tue Jul 21 07:56:06 2026] GET /v2.0/ports?device_id=22bb117f-eef6-4186-8ad0-7b1ec9eeaf37 => 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: 1067/2149] 10.0.0.32 () {32 vars in 740 bytes} [Tue Jul 21 07:56:06 2026] DELETE /v2.0/subnetpools/e4090d08-1581-4914-8316-6f471b16c412/tags => generated 0 bytes in 53 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1068/2150] 10.0.0.32 () {32 vars in 737 bytes} [Tue Jul 21 07:56:06 2026] GET /v2.0/subnetpools/e4090d08-1581-4914-8316-6f471b16c412/tags => 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: 1069/2151] 10.0.0.32 () {32 vars in 730 bytes} [Tue Jul 21 07:56:06 2026] DELETE /v2.0/subnetpools/e4090d08-1581-4914-8316-6f471b16c412 => generated 0 bytes in 65 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1083/2152] 199.19.213.44 () {38 vars in 953 bytes} [Tue Jul 21 07:56:06 2026] POST /v2.0/ports => generated 954 bytes in 314 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1070/2153] 199.19.213.44 () {38 vars in 1026 bytes} [Tue Jul 21 07:56:06 2026] PUT /v2.0/ports/1756ac94-2997-47be-8ae9-cbe3b6dd9b40 => generated 1235 bytes in 437 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-21 07:56:07.292 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-33a88fd5-c184-4338-8350-4db74b224f4a'] response: {'name': 'network-changed', 'server_uuid': '22bb117f-eef6-4186-8ad0-7b1ec9eeaf37', 'tag': '1756ac94-2997-47be-8ae9-cbe3b6dd9b40', 'status': 'completed', 'code': 200} /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1084/2154] 10.0.0.32 () {32 vars in 772 bytes} [Tue Jul 21 07:56:07 2026] GET /v2.0/security-groups?tenant_id=1b6acd9a115846c7846daea3b7e65a84&name=default => generated 2929 bytes in 336 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1071/2155] 10.0.0.218 () {34 vars in 989 bytes} [Tue Jul 21 07:56:07 2026] GET /v2.0/ports?device_id=22bb117f-eef6-4186-8ad0-7b1ec9eeaf37 => generated 969 bytes in 101 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1072/2156] 10.0.0.218 () {34 vars in 1039 bytes} [Tue Jul 21 07:56:07 2026] GET /v2.0/security-groups?id=d980bc51-e907-4e9b-8d33-24d10c5ed377&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: 1085/2157] 10.0.0.32 () {32 vars in 738 bytes} [Tue Jul 21 07:56:07 2026] DELETE /v2.0/security-groups/1fadb540-d0d1-4c1d-bf42-6482698c3114 => 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: 1073/2158] 199.19.213.44 () {34 vars in 1078 bytes} [Tue Jul 21 07:56:07 2026] GET /v2.0/ports?tenant_id=8acd622b7ceb4506b64d6a0b417cdf74&device_id=22bb117f-eef6-4186-8ad0-7b1ec9eeaf37 => generated 1238 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1074/2159] 199.19.213.44 () {34 vars in 1016 bytes} [Tue Jul 21 07:56:07 2026] GET /v2.0/networks?tenant_id=8acd622b7ceb4506b64d6a0b417cdf74&shared=False => generated 773 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1075/2160] 199.19.213.44 () {34 vars in 928 bytes} [Tue Jul 21 07:56:07 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1086/2161] 10.0.0.32 () {32 vars in 772 bytes} [Tue Jul 21 07:56:07 2026] GET /v2.0/security-groups?tenant_id=9b0fe122d1f043ed92be7c088a1c2d9c&name=default => generated 2929 bytes in 158 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1087/2162] 10.0.0.32 () {32 vars in 738 bytes} [Tue Jul 21 07:56:07 2026] DELETE /v2.0/security-groups/5417f76d-911f-4c8c-8d5c-1c439729cd8c => generated 0 bytes in 102 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-21 07:56:08.195 8 INFO neutron.db.segments_db [None req-47e1e872-dff5-4ac4-a765-62dd54fad264 091fce4f981c43699b4d6915ae3cbfb5 2965486347aa447c8f07754926278f40 - - default default] Added segment 3ec0fe40-f775-4ea0-a5e6-97b137670f8b of type vxlan for network 8ab2f924-3c23-4992-b9e6-d2800557e376 [pid: 8|app: 0|req: 1076/2163] 10.0.0.32 () {34 vars in 668 bytes} [Tue Jul 21 07:56:07 2026] POST /v2.0/networks => generated 631 bytes in 333 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-21 07:56:08.345 7 INFO neutron.db.segments_db [None req-ccbe81db-edcf-4b5b-8bc3-cd2ab924208c 091fce4f981c43699b4d6915ae3cbfb5 2965486347aa447c8f07754926278f40 - - default default] Added segment 009d2cde-e16c-4d0a-8b23-51de46683417 of type vxlan for network a7a4bd46-0b87-448e-9c54-fff8585b7228 [pid: 7|app: 0|req: 1088/2164] 10.0.0.32 () {34 vars in 668 bytes} [Tue Jul 21 07:56:08 2026] POST /v2.0/networks => generated 632 bytes in 142 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1077/2165] 10.0.0.32 () {34 vars in 751 bytes} [Tue Jul 21 07:56:08 2026] PUT /v2.0/networks/8ab2f924-3c23-4992-b9e6-d2800557e376/tags => generated 25 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1089/2166] 10.0.0.32 () {32 vars in 731 bytes} [Tue Jul 21 07:56:08 2026] GET /v2.0/networks/8ab2f924-3c23-4992-b9e6-d2800557e376/tags => generated 25 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1078/2167] 10.0.0.32 () {34 vars in 751 bytes} [Tue Jul 21 07:56:08 2026] PUT /v2.0/networks/a7a4bd46-0b87-448e-9c54-fff8585b7228/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: 1090/2168] 10.0.0.32 () {32 vars in 731 bytes} [Tue Jul 21 07:56:08 2026] GET /v2.0/networks/a7a4bd46-0b87-448e-9c54-fff8585b7228/tags => generated 17 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1079/2169] 10.0.0.32 () {34 vars in 751 bytes} [Tue Jul 21 07:56:08 2026] PUT /v2.0/networks/a7a4bd46-0b87-448e-9c54-fff8585b7228/tags => generated 12 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1091/2170] 10.0.0.32 () {32 vars in 731 bytes} [Tue Jul 21 07:56:08 2026] GET /v2.0/networks/a7a4bd46-0b87-448e-9c54-fff8585b7228/tags => generated 12 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1080/2171] 10.0.0.32 () {32 vars in 731 bytes} [Tue Jul 21 07:56:08 2026] GET /v2.0/networks/8ab2f924-3c23-4992-b9e6-d2800557e376/tags => generated 25 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1092/2172] 10.0.0.218 () {34 vars in 989 bytes} [Tue Jul 21 07:56:08 2026] GET /v2.0/ports?device_id=22bb117f-eef6-4186-8ad0-7b1ec9eeaf37 => generated 969 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1093/2173] 10.0.0.218 () {34 vars in 1039 bytes} [Tue Jul 21 07:56:08 2026] GET /v2.0/security-groups?id=d980bc51-e907-4e9b-8d33-24d10c5ed377&fields=id&fields=name => generated 88 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-21 07:56:08.868 8 INFO neutron.services.segments.plugin [-] Segment 3ec0fe40-f775-4ea0-a5e6-97b137670f8b resource provider aggregate not found 2026-07-21 07:56:08.869 8 INFO neutron.services.segments.plugin [-] Segment 3ec0fe40-f775-4ea0-a5e6-97b137670f8b resource provider aggregate not found 2026-07-21 07:56:08.883 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 3ec0fe40-f775-4ea0-a5e6-97b137670f8b resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3ec0fe40-f775-4ea0-a5e6-97b137670f8b found for delete ", "request_id": "req-97484b3f-8d14-40f9-91de-87f8542d8471"}]} 2026-07-21 07:56:08.895 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 3ec0fe40-f775-4ea0-a5e6-97b137670f8b resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3ec0fe40-f775-4ea0-a5e6-97b137670f8b found for delete ", "request_id": "req-dd8e7e47-94f8-45ae-9a2b-97c2fca53636"}]} [pid: 8|app: 0|req: 1081/2174] 10.0.0.32 () {32 vars in 724 bytes} [Tue Jul 21 07:56:08 2026] DELETE /v2.0/networks/8ab2f924-3c23-4992-b9e6-d2800557e376 => generated 0 bytes in 116 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-21 07:56:09.000 7 INFO neutron.services.segments.plugin [-] Segment 009d2cde-e16c-4d0a-8b23-51de46683417 resource provider aggregate not found [pid: 8|app: 0|req: 1082/2175] 199.19.213.44 () {34 vars in 1078 bytes} [Tue Jul 21 07:56:08 2026] GET /v2.0/ports?tenant_id=8acd622b7ceb4506b64d6a0b417cdf74&device_id=22bb117f-eef6-4186-8ad0-7b1ec9eeaf37 => generated 1238 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-21 07:56:09.007 7 INFO neutron.services.segments.plugin [-] Segment 009d2cde-e16c-4d0a-8b23-51de46683417 resource provider aggregate not found 2026-07-21 07:56:09.019 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 009d2cde-e16c-4d0a-8b23-51de46683417 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 009d2cde-e16c-4d0a-8b23-51de46683417 found for delete ", "request_id": "req-0b1c91fd-cb83-4f13-bd88-7931965aa7ad"}]} 2026-07-21 07:56:09.022 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 009d2cde-e16c-4d0a-8b23-51de46683417 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 009d2cde-e16c-4d0a-8b23-51de46683417 found for delete ", "request_id": "req-819e30c3-9a7f-432f-aad9-4621612ad61e"}]} [pid: 7|app: 0|req: 1094/2176] 10.0.0.32 () {32 vars in 724 bytes} [Tue Jul 21 07:56:08 2026] DELETE /v2.0/networks/a7a4bd46-0b87-448e-9c54-fff8585b7228 => generated 0 bytes in 130 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1083/2177] 199.19.213.44 () {34 vars in 1056 bytes} [Tue Jul 21 07:56:09 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.8&port_id=1756ac94-2997-47be-8ae9-cbe3b6dd9b40 => generated 19 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1095/2178] 199.19.213.44 () {34 vars in 982 bytes} [Tue Jul 21 07:56:09 2026] GET /v2.0/subnets?id=4a8f27d2-9d20-4b5e-b1f7-9f8643143cbb => generated 695 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1084/2179] 199.19.213.44 () {34 vars in 1050 bytes} [Tue Jul 21 07:56:09 2026] GET /v2.0/ports?network_id=00f181a2-ac26-49f4-b19e-aeb66d014bbd&device_owner=network%3Adhcp => generated 1244 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1096/2180] 199.19.213.44 () {34 vars in 1010 bytes} [Tue Jul 21 07:56:09 2026] GET /v2.0/networks/00f181a2-ac26-49f4-b19e-aeb66d014bbd?fields=segments => generated 14 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1085/2181] 199.19.213.44 () {34 vars in 1110 bytes} [Tue Jul 21 07:56:09 2026] GET /v2.0/networks/00f181a2-ac26-49f4-b19e-aeb66d014bbd?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1097/2182] 10.0.0.32 () {32 vars in 772 bytes} [Tue Jul 21 07:56:09 2026] GET /v2.0/security-groups?tenant_id=97ada0568c2c45d5997e9e2caf548f3b&name=default => generated 2929 bytes in 253 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1086/2183] 10.0.0.218 () {34 vars in 989 bytes} [Tue Jul 21 07:56:09 2026] GET /v2.0/ports?device_id=22bb117f-eef6-4186-8ad0-7b1ec9eeaf37 => generated 969 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1087/2184] 10.0.0.218 () {34 vars in 1039 bytes} [Tue Jul 21 07:56:09 2026] GET /v2.0/security-groups?id=d980bc51-e907-4e9b-8d33-24d10c5ed377&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: 1098/2185] 10.0.0.32 () {32 vars in 738 bytes} [Tue Jul 21 07:56:09 2026] DELETE /v2.0/security-groups/4b46276e-cdb2-4095-a45d-113afca96741 => generated 0 bytes in 91 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1088/2186] 10.0.0.32 () {32 vars in 772 bytes} [Tue Jul 21 07:56:10 2026] GET /v2.0/security-groups?tenant_id=2965486347aa447c8f07754926278f40&name=default => generated 2929 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1099/2187] 10.0.0.32 () {32 vars in 738 bytes} [Tue Jul 21 07:56:10 2026] DELETE /v2.0/security-groups/a48dab76-fec0-46a1-a0dd-627f64c47cb6 => 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: 1089/2188] 10.0.0.218 () {34 vars in 989 bytes} [Tue Jul 21 07:56:11 2026] GET /v2.0/ports?device_id=22bb117f-eef6-4186-8ad0-7b1ec9eeaf37 => generated 969 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1100/2189] 10.0.0.218 () {34 vars in 1039 bytes} [Tue Jul 21 07:56:11 2026] GET /v2.0/security-groups?id=d980bc51-e907-4e9b-8d33-24d10c5ed377&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: 1090/2190] 10.0.0.218 () {34 vars in 989 bytes} [Tue Jul 21 07:56:12 2026] GET /v2.0/ports?device_id=22bb117f-eef6-4186-8ad0-7b1ec9eeaf37 => 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: 1101/2191] 10.0.0.218 () {34 vars in 1039 bytes} [Tue Jul 21 07:56:12 2026] GET /v2.0/security-groups?id=d980bc51-e907-4e9b-8d33-24d10c5ed377&fields=id&fields=name => generated 88 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1091/2192] 10.0.0.218 () {34 vars in 1015 bytes} [Tue Jul 21 07:56:12 2026] GET /v2.0/security-groups?id=230d6419-69f7-4f9c-aad9-6844b89180b3&fields=id => 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: 1102/2193] 10.0.0.218 () {34 vars in 981 bytes} [Tue Jul 21 07:56:12 2026] GET /v2.0/networks?id=62074393-f04b-440e-b4ad-761200171e02 => generated 735 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1092/2194] 10.0.0.218 () {34 vars in 964 bytes} [Tue Jul 21 07:56:12 2026] GET /v2.0/quotas/3ab8b07b6cd247c2a83286280ea0a707 => generated 291 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1103/2195] 10.0.0.218 () {34 vars in 1001 bytes} [Tue Jul 21 07:56:12 2026] GET /v2.0/ports?tenant_id=3ab8b07b6cd247c2a83286280ea0a707&fields=id => generated 149 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1093/2196] 10.0.0.218 () {34 vars in 1007 bytes} [Tue Jul 21 07:56:12 2026] GET /v2.0/networks/62074393-f04b-440e-b4ad-761200171e02?fields=segments => generated 14 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1104/2197] 10.0.0.218 () {34 vars in 1107 bytes} [Tue Jul 21 07:56:12 2026] GET /v2.0/networks/62074393-f04b-440e-b4ad-761200171e02?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1094/2198] 10.0.0.218 () {34 vars in 989 bytes} [Tue Jul 21 07:56:13 2026] GET /v2.0/ports?device_id=d7f5790d-0042-4483-a22d-347ec9df621d => 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: 1095/2199] 10.0.0.218 () {34 vars in 989 bytes} [Tue Jul 21 07:56:13 2026] GET /v2.0/ports?device_id=d7f5790d-0042-4483-a22d-347ec9df621d => 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: 1105/2200] 10.0.0.218 () {34 vars in 989 bytes} [Tue Jul 21 07:56:13 2026] GET /v2.0/ports?device_id=22bb117f-eef6-4186-8ad0-7b1ec9eeaf37 => generated 971 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1096/2201] 10.0.0.218 () {34 vars in 1039 bytes} [Tue Jul 21 07:56:13 2026] GET /v2.0/security-groups?id=d980bc51-e907-4e9b-8d33-24d10c5ed377&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: 1106/2202] 10.0.0.32 () {32 vars in 772 bytes} [Tue Jul 21 07:56:13 2026] GET /v2.0/security-groups?tenant_id=1a7c348daa984908959b76ec56c8e2dd&name=default => generated 2929 bytes in 305 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1097/2203] 10.0.0.32 () {32 vars in 738 bytes} [Tue Jul 21 07:56:14 2026] DELETE /v2.0/security-groups/20e9f93a-827c-4fec-9137-589a0a5bbd17 => 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: 1107/2204] 10.0.0.32 () {32 vars in 772 bytes} [Tue Jul 21 07:56:14 2026] GET /v2.0/security-groups?tenant_id=01ff633557df40f281e6fcb961781200&name=default => generated 2929 bytes in 136 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1098/2205] 10.0.0.218 () {34 vars in 989 bytes} [Tue Jul 21 07:56:14 2026] GET /v2.0/ports?device_id=22bb117f-eef6-4186-8ad0-7b1ec9eeaf37 => generated 971 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1099/2206] 10.0.0.218 () {34 vars in 1039 bytes} [Tue Jul 21 07:56:14 2026] GET /v2.0/security-groups?id=d980bc51-e907-4e9b-8d33-24d10c5ed377&fields=id&fields=name => generated 88 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1108/2207] 10.0.0.32 () {32 vars in 738 bytes} [Tue Jul 21 07:56:14 2026] DELETE /v2.0/security-groups/9c426655-d9cd-4563-9cd9-0b8e98290aa0 => generated 0 bytes in 92 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1100/2208] 10.0.0.218 () {34 vars in 989 bytes} [Tue Jul 21 07:56:14 2026] GET /v2.0/ports?device_id=22bb117f-eef6-4186-8ad0-7b1ec9eeaf37 => generated 971 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1109/2209] 10.0.0.218 () {34 vars in 1039 bytes} [Tue Jul 21 07:56:15 2026] GET /v2.0/security-groups?id=d980bc51-e907-4e9b-8d33-24d10c5ed377&fields=id&fields=name => generated 88 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1101/2210] 10.0.0.218 () {34 vars in 989 bytes} [Tue Jul 21 07:56:16 2026] GET /v2.0/ports?device_id=22bb117f-eef6-4186-8ad0-7b1ec9eeaf37 => generated 971 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1110/2211] 10.0.0.218 () {34 vars in 1039 bytes} [Tue Jul 21 07:56:16 2026] GET /v2.0/security-groups?id=d980bc51-e907-4e9b-8d33-24d10c5ed377&fields=id&fields=name => generated 88 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1102/2212] 10.0.0.218 () {34 vars in 989 bytes} [Tue Jul 21 07:56:16 2026] GET /v2.0/ports?device_id=d7f5790d-0042-4483-a22d-347ec9df621d => 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: 1111/2213] 10.0.0.218 () {34 vars in 989 bytes} [Tue Jul 21 07:56:16 2026] GET /v2.0/ports?device_id=d7f5790d-0042-4483-a22d-347ec9df621d => 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: 1103/2214] 10.0.0.218 () {34 vars in 989 bytes} [Tue Jul 21 07:56:17 2026] GET /v2.0/ports?device_id=22bb117f-eef6-4186-8ad0-7b1ec9eeaf37 => generated 971 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1112/2215] 10.0.0.218 () {34 vars in 1039 bytes} [Tue Jul 21 07:56:17 2026] GET /v2.0/security-groups?id=d980bc51-e907-4e9b-8d33-24d10c5ed377&fields=id&fields=name => generated 88 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1104/2216] 199.19.213.44 () {34 vars in 992 bytes} [Tue Jul 21 07:56:17 2026] GET /v2.0/ports?device_id=22bb117f-eef6-4186-8ad0-7b1ec9eeaf37 => generated 971 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1105/2217] 199.19.213.44 () {34 vars in 984 bytes} [Tue Jul 21 07:56:17 2026] GET /v2.0/networks?id=62074393-f04b-440e-b4ad-761200171e02 => generated 735 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-21 07:56:17.619 7 INFO neutron_taas.services.taas.taas_plugin [req-fd15cad5-d5b0-4c8b-8801-d29ffd18a64c req-382ede9b-df57-491d-a4ef-7627a0b0bc2f a3d7e0f514154cc9abb405e668ea5c8d 8acd622b7ceb4506b64d6a0b417cdf74 - - default default] TaaS: Handle Delete Port: 1756ac94-2997-47be-8ae9-cbe3b6dd9b40 2026-07-21 07:56:17.623 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-fd15cad5-d5b0-4c8b-8801-d29ffd18a64c req-382ede9b-df57-491d-a4ef-7627a0b0bc2f a3d7e0f514154cc9abb405e668ea5c8d 8acd622b7ceb4506b64d6a0b417cdf74 - - default default] Tap Mirror: Handle Delete Port: 1756ac94-2997-47be-8ae9-cbe3b6dd9b40 [pid: 8|app: 0|req: 1106/2218] 199.19.213.44 () {34 vars in 1048 bytes} [Tue Jul 21 07:56:17 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=3ab8b07b6cd247c2a83286280ea0a707 => generated 343 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1113/2219] 199.19.213.44 () {36 vars in 995 bytes} [Tue Jul 21 07:56:17 2026] DELETE /v2.0/ports/1756ac94-2997-47be-8ae9-cbe3b6dd9b40 => generated 0 bytes in 309 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-21 07:56:17.798 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-a92c18e8-2d6b-4a07-858b-876b656d2de1'] response: {'server_uuid': '22bb117f-eef6-4186-8ad0-7b1ec9eeaf37', 'name': 'network-vif-deleted', 'tag': '1756ac94-2997-47be-8ae9-cbe3b6dd9b40', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1107/2220] 199.19.213.44 () {38 vars in 953 bytes} [Tue Jul 21 07:56:17 2026] POST /v2.0/ports => generated 1082 bytes in 280 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1114/2221] 199.19.213.44 () {38 vars in 1026 bytes} [Tue Jul 21 07:56:17 2026] PUT /v2.0/ports/fc3722d3-022c-49ec-adf7-a8bbacb41cc5 => generated 1243 bytes in 385 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: 1108/2222] 10.0.0.218 () {34 vars in 989 bytes} [Tue Jul 21 07:56:18 2026] GET /v2.0/ports?device_id=22bb117f-eef6-4186-8ad0-7b1ec9eeaf37 => generated 12 bytes in 21 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: 1115/2223] 10.0.0.218 () {34 vars in 989 bytes} [Tue Jul 21 07:56:19 2026] GET /v2.0/ports?device_id=d7f5790d-0042-4483-a22d-347ec9df621d => generated 1246 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1109/2224] 10.0.0.218 () {34 vars in 1039 bytes} [Tue Jul 21 07:56:19 2026] GET /v2.0/security-groups?id=230d6419-69f7-4f9c-aad9-6844b89180b3&fields=id&fields=name => generated 96 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1116/2225] 10.0.0.218 () {34 vars in 989 bytes} [Tue Jul 21 07:56:19 2026] GET /v2.0/ports?device_id=d7f5790d-0042-4483-a22d-347ec9df621d => generated 1246 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1110/2226] 199.19.213.44 () {34 vars in 1078 bytes} [Tue Jul 21 07:56:19 2026] GET /v2.0/ports?tenant_id=3ab8b07b6cd247c2a83286280ea0a707&device_id=d7f5790d-0042-4483-a22d-347ec9df621d => generated 1246 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1117/2227] 199.19.213.44 () {34 vars in 1060 bytes} [Tue Jul 21 07:56:19 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.0.103&port_id=fc3722d3-022c-49ec-adf7-a8bbacb41cc5 => 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: 1111/2228] 199.19.213.44 () {34 vars in 982 bytes} [Tue Jul 21 07:56:19 2026] GET /v2.0/subnets?id=a7ad2997-d008-4b91-81a8-a60ebc0bccaa => generated 654 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1118/2229] 10.0.0.218 () {34 vars in 989 bytes} [Tue Jul 21 07:56:19 2026] GET /v2.0/ports?device_id=22bb117f-eef6-4186-8ad0-7b1ec9eeaf37 => 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: 1112/2230] 199.19.213.44 () {34 vars in 1050 bytes} [Tue Jul 21 07:56:19 2026] GET /v2.0/ports?network_id=62074393-f04b-440e-b4ad-761200171e02&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: 1119/2231] 199.19.213.44 () {34 vars in 1010 bytes} [Tue Jul 21 07:56:19 2026] GET /v2.0/networks/62074393-f04b-440e-b4ad-761200171e02?fields=segments => generated 14 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1113/2232] 199.19.213.44 () {34 vars in 1110 bytes} [Tue Jul 21 07:56:19 2026] GET /v2.0/networks/62074393-f04b-440e-b4ad-761200171e02?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-21 07:56:19.835 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-059c22db-3eb0-4c06-af1c-a95808841b3b'] response: {'name': 'network-changed', 'server_uuid': 'd7f5790d-0042-4483-a22d-347ec9df621d', 'tag': 'fc3722d3-022c-49ec-adf7-a8bbacb41cc5', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1120/2233] 10.0.0.218 () {34 vars in 989 bytes} [Tue Jul 21 07:56:20 2026] GET /v2.0/ports?device_id=22bb117f-eef6-4186-8ad0-7b1ec9eeaf37 => 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: 1114/2234] 199.19.213.44 () {34 vars in 1078 bytes} [Tue Jul 21 07:56:20 2026] GET /v2.0/ports?tenant_id=3ab8b07b6cd247c2a83286280ea0a707&device_id=d7f5790d-0042-4483-a22d-347ec9df621d => generated 1246 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1121/2235] 199.19.213.44 () {34 vars in 984 bytes} [Tue Jul 21 07:56:20 2026] GET /v2.0/networks?id=62074393-f04b-440e-b4ad-761200171e02 => generated 735 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1115/2236] 199.19.213.44 () {34 vars in 1060 bytes} [Tue Jul 21 07:56:20 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.0.103&port_id=fc3722d3-022c-49ec-adf7-a8bbacb41cc5 => 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: 1122/2237] 199.19.213.44 () {34 vars in 982 bytes} [Tue Jul 21 07:56:20 2026] GET /v2.0/subnets?id=a7ad2997-d008-4b91-81a8-a60ebc0bccaa => generated 654 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1116/2238] 199.19.213.44 () {34 vars in 1050 bytes} [Tue Jul 21 07:56:20 2026] GET /v2.0/ports?network_id=62074393-f04b-440e-b4ad-761200171e02&device_owner=network%3Adhcp => generated 1244 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1123/2239] 199.19.213.44 () {34 vars in 1010 bytes} [Tue Jul 21 07:56:20 2026] GET /v2.0/networks/62074393-f04b-440e-b4ad-761200171e02?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: 1117/2240] 199.19.213.44 () {34 vars in 1110 bytes} [Tue Jul 21 07:56:20 2026] GET /v2.0/networks/62074393-f04b-440e-b4ad-761200171e02?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-21 07:56:22.018 7 INFO neutron_taas.services.taas.taas_plugin [None req-ce3afb9f-7d72-42d0-b5ee-38200e9fd806 c91b302a1f0c4d688f2f771aebbdb373 3ab8b07b6cd247c2a83286280ea0a707 - - default default] TaaS: Handle Delete Port: 8e2b41f4-f309-40cd-a87a-1d53d4f0da43 2026-07-21 07:56:22.022 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ce3afb9f-7d72-42d0-b5ee-38200e9fd806 c91b302a1f0c4d688f2f771aebbdb373 3ab8b07b6cd247c2a83286280ea0a707 - - default default] Tap Mirror: Handle Delete Port: 8e2b41f4-f309-40cd-a87a-1d53d4f0da43 [pid: 8|app: 0|req: 1119/2243] 10.0.0.218 () {34 vars in 989 bytes} [Tue Jul 21 07:56:22 2026] GET /v2.0/ports?device_id=d7f5790d-0042-4483-a22d-347ec9df621d => generated 1246 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1120/2244] 10.0.0.218 () {34 vars in 1039 bytes} [Tue Jul 21 07:56:22 2026] GET /v2.0/security-groups?id=230d6419-69f7-4f9c-aad9-6844b89180b3&fields=id&fields=name => generated 96 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1121/2245] 10.0.0.218 () {34 vars in 989 bytes} [Tue Jul 21 07:56:22 2026] GET /v2.0/ports?device_id=d7f5790d-0042-4483-a22d-347ec9df621d => generated 1246 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1125/2246] 10.0.0.32 () {34 vars in 787 bytes} [Tue Jul 21 07:56:21 2026] PUT /v2.0/routers/8f392e57-e345-418d-9f6e-bdc6bbde9403/remove_router_interface => generated 309 bytes in 1032 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-21 07:56:22.824 8 INFO neutron_taas.services.taas.taas_plugin [None req-84b6d456-a152-49c1-9775-086ba7d8a5e9 c91b302a1f0c4d688f2f771aebbdb373 3ab8b07b6cd247c2a83286280ea0a707 - - default default] TaaS: Handle Delete Port: 76243e48-ea93-469c-b248-7c1534731f89 2026-07-21 07:56:22.827 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-84b6d456-a152-49c1-9775-086ba7d8a5e9 c91b302a1f0c4d688f2f771aebbdb373 3ab8b07b6cd247c2a83286280ea0a707 - - default default] Tap Mirror: Handle Delete Port: 76243e48-ea93-469c-b248-7c1534731f89 2026-07-21 07:56:23.079 8 INFO neutron_taas.services.taas.taas_plugin [None req-84b6d456-a152-49c1-9775-086ba7d8a5e9 c91b302a1f0c4d688f2f771aebbdb373 3ab8b07b6cd247c2a83286280ea0a707 - - default default] TaaS: Handle Delete Port: f9294f13-1f53-405f-8b41-ad7f9b9fd90e 2026-07-21 07:56:23.082 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-84b6d456-a152-49c1-9775-086ba7d8a5e9 c91b302a1f0c4d688f2f771aebbdb373 3ab8b07b6cd247c2a83286280ea0a707 - - default default] Tap Mirror: Handle Delete Port: f9294f13-1f53-405f-8b41-ad7f9b9fd90e 2026-07-21 07:56:23.403 8 INFO neutron.services.segments.plugin [-] Segment e89f2c1b-11e5-4eeb-9250-ef30719f2410 resource provider aggregate not found 2026-07-21 07:56:23.412 8 INFO neutron.services.segments.plugin [-] Segment e89f2c1b-11e5-4eeb-9250-ef30719f2410 resource provider aggregate not found 2026-07-21 07:56:23.426 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment e89f2c1b-11e5-4eeb-9250-ef30719f2410 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e89f2c1b-11e5-4eeb-9250-ef30719f2410 found for delete ", "request_id": "req-98534e6c-a925-4b66-bb26-823b283699b5"}]} 2026-07-21 07:56:23.432 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment e89f2c1b-11e5-4eeb-9250-ef30719f2410 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e89f2c1b-11e5-4eeb-9250-ef30719f2410 found for delete ", "request_id": "req-c89460bb-9940-42e5-9ed1-3ca657b41ba8"}]} 2026-07-21 07:56:23.436 8 INFO neutron.db.l3_hamode_db [None req-84b6d456-a152-49c1-9775-086ba7d8a5e9 c91b302a1f0c4d688f2f771aebbdb373 3ab8b07b6cd247c2a83286280ea0a707 - - default default] HA network 6392dd7f-8c78-4c86-a24b-d35178b99a14 was deleted as no HA routers are present in tenant 8acd622b7ceb4506b64d6a0b417cdf74. [pid: 8|app: 0|req: 1122/2247] 10.0.0.32 () {32 vars in 722 bytes} [Tue Jul 21 07:56:22 2026] DELETE /v2.0/routers/8f392e57-e345-418d-9f6e-bdc6bbde9403 => generated 0 bytes in 787 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1126/2248] 10.0.0.32 () {32 vars in 722 bytes} [Tue Jul 21 07:56:23 2026] DELETE /v2.0/subnets/4a8f27d2-9d20-4b5e-b1f7-9f8643143cbb => generated 0 bytes in 185 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-21 07:56:23.711 8 INFO neutron_taas.services.taas.taas_plugin [None req-7eb4aaaf-74d5-42a1-933f-293cceb9b788 c91b302a1f0c4d688f2f771aebbdb373 3ab8b07b6cd247c2a83286280ea0a707 - - default default] TaaS: Handle Delete Port: edc43d8c-8a9d-4b79-8c30-28fa11b7db67 2026-07-21 07:56:23.713 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7eb4aaaf-74d5-42a1-933f-293cceb9b788 c91b302a1f0c4d688f2f771aebbdb373 3ab8b07b6cd247c2a83286280ea0a707 - - default default] Tap Mirror: Handle Delete Port: edc43d8c-8a9d-4b79-8c30-28fa11b7db67 [pid: 8|app: 0|req: 1123/2249] 10.0.0.32 () {32 vars in 724 bytes} [Tue Jul 21 07:56:23 2026] DELETE /v2.0/networks/00f181a2-ac26-49f4-b19e-aeb66d014bbd => 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: 1127/2250] 199.19.213.44 () {34 vars in 992 bytes} [Tue Jul 21 07:56:23 2026] GET /v2.0/ports?device_id=d7f5790d-0042-4483-a22d-347ec9df621d => generated 1248 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1124/2251] 199.19.213.44 () {34 vars in 1042 bytes} [Tue Jul 21 07:56:23 2026] GET /v2.0/security-groups?id=230d6419-69f7-4f9c-aad9-6844b89180b3&fields=id&fields=name => generated 96 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1128/2252] 10.0.0.32 () {32 vars in 772 bytes} [Tue Jul 21 07:56:23 2026] GET /v2.0/security-groups?tenant_id=8acd622b7ceb4506b64d6a0b417cdf74&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: 1125/2253] 10.0.0.32 () {32 vars in 738 bytes} [Tue Jul 21 07:56:24 2026] DELETE /v2.0/security-groups/d980bc51-e907-4e9b-8d33-24d10c5ed377 => 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: 1129/2254] 10.0.0.218 () {34 vars in 989 bytes} [Tue Jul 21 07:56:24 2026] GET /v2.0/ports?device_id=d7f5790d-0042-4483-a22d-347ec9df621d => generated 1248 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1126/2255] 10.0.0.218 () {34 vars in 1039 bytes} [Tue Jul 21 07:56:24 2026] GET /v2.0/security-groups?id=230d6419-69f7-4f9c-aad9-6844b89180b3&fields=id&fields=name => generated 96 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1130/2256] 10.0.0.218 () {34 vars in 989 bytes} [Tue Jul 21 07:56:25 2026] GET /v2.0/ports?device_id=d7f5790d-0042-4483-a22d-347ec9df621d => generated 1248 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-21 07:56:25.453 8 INFO neutron.services.segments.plugin [-] Segment e9b0c4e4-d12b-40c8-b25b-d7013adf586a resource provider aggregate not found 2026-07-21 07:56:25.458 8 INFO neutron.services.segments.plugin [-] Segment e9b0c4e4-d12b-40c8-b25b-d7013adf586a resource provider aggregate not found 2026-07-21 07:56:25.476 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment e9b0c4e4-d12b-40c8-b25b-d7013adf586a resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e9b0c4e4-d12b-40c8-b25b-d7013adf586a found for delete ", "request_id": "req-b4ee9400-7d3a-4842-bb70-74bd212e764c"}]} 2026-07-21 07:56:25.476 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment e9b0c4e4-d12b-40c8-b25b-d7013adf586a resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e9b0c4e4-d12b-40c8-b25b-d7013adf586a found for delete ", "request_id": "req-d18f1bfa-e60b-499c-914a-3656d200825a"}]} [pid: 8|app: 0|req: 1127/2257] 10.0.0.218 () {34 vars in 989 bytes} [Tue Jul 21 07:56:28 2026] GET /v2.0/ports?device_id=d7f5790d-0042-4483-a22d-347ec9df621d => generated 1248 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1131/2258] 10.0.0.218 () {34 vars in 1039 bytes} [Tue Jul 21 07:56:28 2026] GET /v2.0/security-groups?id=230d6419-69f7-4f9c-aad9-6844b89180b3&fields=id&fields=name => generated 96 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1128/2259] 10.0.0.218 () {34 vars in 989 bytes} [Tue Jul 21 07:56:28 2026] GET /v2.0/ports?device_id=d7f5790d-0042-4483-a22d-347ec9df621d => 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: 1132/2260] 10.0.0.32 () {32 vars in 772 bytes} [Tue Jul 21 07:56:28 2026] GET /v2.0/security-groups?tenant_id=cf2294d33ad14dd9b9db0c94afbcd3df&name=default => generated 2929 bytes in 289 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1129/2261] 10.0.0.32 () {32 vars in 738 bytes} [Tue Jul 21 07:56:28 2026] DELETE /v2.0/security-groups/19e639c7-2147-44c3-9113-2f13e09ac97f => generated 0 bytes in 79 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1133/2262] 10.0.0.32 () {32 vars in 772 bytes} [Tue Jul 21 07:56:28 2026] GET /v2.0/security-groups?tenant_id=78ce791556e94709950e34609efd3250&name=default => generated 2929 bytes in 150 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1130/2263] 10.0.0.32 () {32 vars in 738 bytes} [Tue Jul 21 07:56:29 2026] DELETE /v2.0/security-groups/1ca9fc13-c71b-44da-953c-2866a869fbd7 => 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: 1134/2264] 10.0.0.32 () {32 vars in 772 bytes} [Tue Jul 21 07:56:33 2026] GET /v2.0/security-groups?tenant_id=d64e7e6face442b2a0669e22f8a8631d&name=default => generated 2929 bytes in 312 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1131/2265] 10.0.0.32 () {32 vars in 738 bytes} [Tue Jul 21 07:56:33 2026] DELETE /v2.0/security-groups/4b31f1a5-f0b0-4444-9631-105881e742da => generated 0 bytes in 83 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1135/2266] 10.0.0.32 () {32 vars in 772 bytes} [Tue Jul 21 07:56:33 2026] GET /v2.0/security-groups?tenant_id=e84c176a521c4e00a5643c7ed24a4c36&name=default => generated 2929 bytes in 131 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1132/2267] 10.0.0.32 () {32 vars in 738 bytes} [Tue Jul 21 07:56:33 2026] DELETE /v2.0/security-groups/fe436cb4-80b6-4954-81af-08dfa91591ef => 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: 1136/2268] 10.0.0.32 () {32 vars in 651 bytes} [Tue Jul 21 07:56:35 2026] GET /v2.0/extensions => generated 21537 bytes in 153 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1133/2269] 10.0.0.32 () {32 vars in 679 bytes} [Tue Jul 21 07:56:35 2026] GET /v2.0/extensions/address-group => generated 159 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1137/2270] 10.0.0.32 () {32 vars in 679 bytes} [Tue Jul 21 07:56:35 2026] GET /v2.0/extensions/address-scope => generated 163 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1134/2271] 10.0.0.32 () {32 vars in 727 bytes} [Tue Jul 21 07:56:35 2026] GET /v2.0/extensions/router-admin-state-down-before-update => generated 312 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1138/2272] 10.0.0.32 () {32 vars in 663 bytes} [Tue Jul 21 07:56:35 2026] GET /v2.0/extensions/agent => generated 153 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1135/2273] 10.0.0.32 () {32 vars in 697 bytes} [Tue Jul 21 07:56:35 2026] GET /v2.0/extensions/agent-resources-synced => generated 223 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1139/2274] 10.0.0.32 () {32 vars in 695 bytes} [Tue Jul 21 07:56:35 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: 1136/2275] 10.0.0.32 () {32 vars in 699 bytes} [Tue Jul 21 07:56:35 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: 1140/2276] 10.0.0.32 () {32 vars in 687 bytes} [Tue Jul 21 07:56:35 2026] GET /v2.0/extensions/availability_zone => generated 178 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1137/2277] 10.0.0.32 () {32 vars in 701 bytes} [Tue Jul 21 07:56:35 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: 1141/2278] 10.0.0.32 () {32 vars in 691 bytes} [Tue Jul 21 07:56:35 2026] GET /v2.0/extensions/default-subnetpools => generated 211 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1138/2279] 10.0.0.32 () {32 vars in 693 bytes} [Tue Jul 21 07:56:35 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: 1142/2280] 10.0.0.32 () {32 vars in 683 bytes} [Tue Jul 21 07:56:35 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1139/2281] 10.0.0.32 () {32 vars in 685 bytes} [Tue Jul 21 07:56:35 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: 1143/2282] 10.0.0.32 () {32 vars in 659 bytes} [Tue Jul 21 07:56:35 2026] GET /v2.0/extensions/dvr => generated 193 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1140/2283] 10.0.0.32 () {32 vars in 697 bytes} [Tue Jul 21 07:56:35 2026] GET /v2.0/extensions/empty-string-filtering => generated 219 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1144/2284] 10.0.0.32 () {32 vars in 677 bytes} [Tue Jul 21 07:56:35 2026] GET /v2.0/extensions/external-net => generated 200 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1141/2285] 10.0.0.32 () {32 vars in 681 bytes} [Tue Jul 21 07:56:35 2026] GET /v2.0/extensions/extra_dhcp_opt => generated 304 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1145/2286] 10.0.0.32 () {32 vars in 673 bytes} [Tue Jul 21 07:56:35 2026] GET /v2.0/extensions/extraroute => generated 181 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1142/2287] 10.0.0.32 () {32 vars in 687 bytes} [Tue Jul 21 07:56:35 2026] GET /v2.0/extensions/extraroute-atomic => generated 250 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1146/2288] 10.0.0.32 () {32 vars in 721 bytes} [Tue Jul 21 07:56:35 2026] GET /v2.0/extensions/floating-ip-port-forwarding-detail => generated 271 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1143/2289] 10.0.0.32 () {32 vars in 685 bytes} [Tue Jul 21 07:56:35 2026] GET /v2.0/extensions/fip-port-details => generated 212 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1147/2290] 10.0.0.32 () {32 vars in 667 bytes} [Tue Jul 21 07:56:35 2026] GET /v2.0/extensions/flavors => generated 193 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1144/2291] 10.0.0.32 () {32 vars in 685 bytes} [Tue Jul 21 07:56:35 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: 1148/2292] 10.0.0.32 () {32 vars in 679 bytes} [Tue Jul 21 07:56:35 2026] GET /v2.0/extensions/ip_allocation => generated 162 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1145/2293] 10.0.0.32 () {32 vars in 697 bytes} [Tue Jul 21 07:56:35 2026] GET /v2.0/extensions/ip-substring-filtering => generated 222 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1149/2294] 10.0.0.32 () {32 vars in 677 bytes} [Tue Jul 21 07:56:35 2026] GET /v2.0/extensions/l2_adjacency => generated 178 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1146/2295] 10.0.0.32 () {32 vars in 665 bytes} [Tue Jul 21 07:56:35 2026] GET /v2.0/extensions/router => generated 256 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1150/2296] 10.0.0.32 () {32 vars in 675 bytes} [Tue Jul 21 07:56:35 2026] GET /v2.0/extensions/ext-gw-mode => generated 268 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1147/2297] 10.0.0.32 () {32 vars in 663 bytes} [Tue Jul 21 07:56:35 2026] GET /v2.0/extensions/l3-ha => 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: 1151/2298] 10.0.0.32 () {32 vars in 673 bytes} [Tue Jul 21 07:56:35 2026] GET /v2.0/extensions/l3-flavors => generated 172 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1148/2299] 10.0.0.32 () {32 vars in 711 bytes} [Tue Jul 21 07:56:35 2026] GET /v2.0/extensions/l3-port-ip-change-not-allowed => generated 245 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1152/2300] 10.0.0.32 () {32 vars in 689 bytes} [Tue Jul 21 07:56:35 2026] GET /v2.0/extensions/l3_agent_scheduler => generated 180 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1149/2301] 10.0.0.32 () {32 vars in 681 bytes} [Tue Jul 21 07:56:35 2026] GET /v2.0/extensions/multi-provider => generated 212 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1153/2302] 10.0.0.32 () {32 vars in 667 bytes} [Tue Jul 21 07:56:35 2026] GET /v2.0/extensions/net-mtu => generated 176 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1150/2303] 10.0.0.32 () {32 vars in 685 bytes} [Tue Jul 21 07:56:36 2026] GET /v2.0/extensions/net-mtu-writable => generated 207 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1154/2304] 10.0.0.32 () {32 vars in 703 bytes} [Tue Jul 21 07:56:36 2026] GET /v2.0/extensions/network_availability_zone => generated 200 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1151/2305] 10.0.0.32 () {32 vars in 673 bytes} [Tue Jul 21 07:56:36 2026] GET /v2.0/extensions/network_ha => generated 186 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1155/2306] 10.0.0.32 () {32 vars in 699 bytes} [Tue Jul 21 07:56:36 2026] GET /v2.0/extensions/network-ip-availability => generated 216 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1152/2307] 10.0.0.32 () {32 vars in 673 bytes} [Tue Jul 21 07:56:36 2026] GET /v2.0/extensions/pagination => generated 192 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1156/2308] 10.0.0.32 () {32 vars in 691 bytes} [Tue Jul 21 07:56:36 2026] GET /v2.0/extensions/port-device-profile => generated 189 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1153/2309] 10.0.0.32 () {32 vars in 687 bytes} [Tue Jul 21 07:56:36 2026] GET /v2.0/extensions/port-mac-override => 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: 1157/2310] 10.0.0.32 () {32 vars in 707 bytes} [Tue Jul 21 07:56:36 2026] GET /v2.0/extensions/port-mac-address-regenerate => generated 209 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1154/2311] 10.0.0.32 () {32 vars in 703 bytes} [Tue Jul 21 07:56:36 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: 1158/2312] 10.0.0.32 () {32 vars in 717 bytes} [Tue Jul 21 07:56:36 2026] GET /v2.0/extensions/port-numa-affinity-policy-socket => generated 240 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1155/2313] 10.0.0.32 () {32 vars in 695 bytes} [Tue Jul 21 07:56:36 2026] GET /v2.0/extensions/port-resource-request => generated 185 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1159/2314] 10.0.0.32 () {32 vars in 709 bytes} [Tue Jul 21 07:56:36 2026] GET /v2.0/extensions/port-resource-request-groups => generated 271 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1157/2317] 10.0.0.32 () {32 vars in 667 bytes} [Tue Jul 21 07:56:36 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: 1161/2318] 10.0.0.32 () {32 vars in 685 bytes} [Tue Jul 21 07:56:36 2026] GET /v2.0/extensions/binding-extended => generated 212 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1158/2319] 10.0.0.32 () {32 vars in 679 bytes} [Tue Jul 21 07:56:36 2026] GET /v2.0/extensions/port-security => generated 160 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1162/2320] 10.0.0.32 () {32 vars in 673 bytes} [Tue Jul 21 07:56:36 2026] GET /v2.0/extensions/project-id => generated 204 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1159/2321] 10.0.0.32 () {32 vars in 669 bytes} [Tue Jul 21 07:56:36 2026] GET /v2.0/extensions/provider => generated 191 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1163/2322] 10.0.0.32 () {32 vars in 659 bytes} [Tue Jul 21 07:56:36 2026] GET /v2.0/extensions/qos => generated 166 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1160/2323] 10.0.0.32 () {32 vars in 697 bytes} [Tue Jul 21 07:56:36 2026] GET /v2.0/extensions/qos-bw-limit-direction => generated 258 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1164/2324] 10.0.0.32 () {32 vars in 697 bytes} [Tue Jul 21 07:56:36 2026] GET /v2.0/extensions/qos-bw-minimum-ingress => generated 251 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1161/2325] 10.0.0.32 () {32 vars in 675 bytes} [Tue Jul 21 07:56:36 2026] GET /v2.0/extensions/qos-default => generated 183 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1165/2326] 10.0.0.32 () {32 vars in 667 bytes} [Tue Jul 21 07:56:36 2026] GET /v2.0/extensions/qos-fip => generated 178 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1162/2327] 10.0.0.32 () {32 vars in 681 bytes} [Tue Jul 21 07:56:36 2026] GET /v2.0/extensions/qos-gateway-ip => generated 197 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1166/2328] 10.0.0.32 () {32 vars in 699 bytes} [Tue Jul 21 07:56:36 2026] GET /v2.0/extensions/qos-port-network-policy => generated 209 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1163/2329] 10.0.0.32 () {32 vars in 683 bytes} [Tue Jul 21 07:56:36 2026] GET /v2.0/extensions/qos-pps-minimum => generated 203 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1167/2330] 10.0.0.32 () {32 vars in 705 bytes} [Tue Jul 21 07:56:36 2026] GET /v2.0/extensions/qos-pps-minimum-rule-alias => generated 277 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1164/2331] 10.0.0.32 () {32 vars in 667 bytes} [Tue Jul 21 07:56:36 2026] GET /v2.0/extensions/qos-pps => generated 195 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1168/2332] 10.0.0.32 () {32 vars in 695 bytes} [Tue Jul 21 07:56:36 2026] GET /v2.0/extensions/qos-rule-type-details => generated 229 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1165/2333] 10.0.0.32 () {32 vars in 693 bytes} [Tue Jul 21 07:56:36 2026] GET /v2.0/extensions/qos-rule-type-filter => generated 373 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1169/2334] 10.0.0.32 () {32 vars in 683 bytes} [Tue Jul 21 07:56:36 2026] GET /v2.0/extensions/qos-rules-alias => generated 254 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1166/2335] 10.0.0.32 () {32 vars in 687 bytes} [Tue Jul 21 07:56:36 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: 7|app: 0|req: 1170/2336] 10.0.0.32 () {32 vars in 703 bytes} [Tue Jul 21 07:56:36 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: 8|app: 0|req: 1167/2337] 10.0.0.32 () {32 vars in 665 bytes} [Tue Jul 21 07:56:36 2026] GET /v2.0/extensions/quotas => generated 192 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1171/2338] 10.0.0.32 () {32 vars in 679 bytes} [Tue Jul 21 07:56:36 2026] GET /v2.0/extensions/quota_details => generated 213 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1168/2339] 10.0.0.32 () {32 vars in 679 bytes} [Tue Jul 21 07:56:36 2026] GET /v2.0/extensions/rbac-policies => generated 223 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1172/2340] 10.0.0.32 () {32 vars in 689 bytes} [Tue Jul 21 07:56:36 2026] GET /v2.0/extensions/rbac-address-group => generated 198 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1169/2341] 10.0.0.32 () {32 vars in 689 bytes} [Tue Jul 21 07:56:36 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: 7|app: 0|req: 1173/2342] 10.0.0.32 () {32 vars in 693 bytes} [Tue Jul 21 07:56:36 2026] GET /v2.0/extensions/rbac-security-groups => generated 210 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1170/2343] 10.0.0.32 () {32 vars in 683 bytes} [Tue Jul 21 07:56:36 2026] GET /v2.0/extensions/rbac-subnetpool => 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: 1174/2344] 10.0.0.32 () {32 vars in 687 bytes} [Tue Jul 21 07:56:36 2026] GET /v2.0/extensions/revision-if-match => generated 247 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1171/2345] 10.0.0.32 () {32 vars in 699 bytes} [Tue Jul 21 07:56:36 2026] GET /v2.0/extensions/standard-attr-revisions => generated 229 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1175/2346] 10.0.0.32 () {32 vars in 701 bytes} [Tue Jul 21 07:56:36 2026] GET /v2.0/extensions/router_availability_zone => generated 197 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1172/2347] 10.0.0.32 () {32 vars in 711 bytes} [Tue Jul 21 07:56:36 2026] GET /v2.0/extensions/security-groups-default-rules => generated 262 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1176/2348] 10.0.0.32 () {32 vars in 715 bytes} [Tue Jul 21 07:56:36 2026] GET /v2.0/extensions/security-groups-normalized-cidr => generated 251 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1173/2349] 10.0.0.32 () {32 vars in 713 bytes} [Tue Jul 21 07:56:36 2026] GET /v2.0/extensions/port-security-groups-filtering => generated 228 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1177/2350] 10.0.0.32 () {32 vars in 725 bytes} [Tue Jul 21 07:56:36 2026] GET /v2.0/extensions/security-groups-remote-address-group => generated 254 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1174/2351] 10.0.0.32 () {32 vars in 739 bytes} [Tue Jul 21 07:56:36 2026] GET /v2.0/extensions/security-groups-rules-belongs-to-default-sg => generated 314 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1178/2352] 10.0.0.32 () {32 vars in 717 bytes} [Tue Jul 21 07:56:36 2026] GET /v2.0/extensions/security-groups-shared-filtering => generated 241 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1175/2353] 10.0.0.32 () {32 vars in 681 bytes} [Tue Jul 21 07:56:36 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1179/2354] 10.0.0.32 () {32 vars in 667 bytes} [Tue Jul 21 07:56:36 2026] GET /v2.0/extensions/segment => generated 145 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1176/2355] 10.0.0.32 () {32 vars in 717 bytes} [Tue Jul 21 07:56:36 2026] GET /v2.0/extensions/segments-peer-subnet-host-routes => generated 233 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1180/2356] 10.0.0.32 () {32 vars in 677 bytes} [Tue Jul 21 07:56:36 2026] GET /v2.0/extensions/service-type => generated 221 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1177/2357] 10.0.0.32 () {32 vars in 667 bytes} [Tue Jul 21 07:56:36 2026] GET /v2.0/extensions/sorting => generated 183 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1181/2358] 10.0.0.32 () {32 vars in 695 bytes} [Tue Jul 21 07:56:36 2026] GET /v2.0/extensions/standard-attr-segment => generated 212 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1178/2359] 10.0.0.32 () {32 vars in 703 bytes} [Tue Jul 21 07:56:36 2026] GET /v2.0/extensions/standard-attr-description => generated 214 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1182/2360] 10.0.0.32 () {32 vars in 699 bytes} [Tue Jul 21 07:56:36 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: 8|app: 0|req: 1179/2361] 10.0.0.32 () {32 vars in 699 bytes} [Tue Jul 21 07:56:36 2026] GET /v2.0/extensions/subnet-external-network => generated 224 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1183/2362] 10.0.0.32 () {32 vars in 681 bytes} [Tue Jul 21 07:56:36 2026] GET /v2.0/extensions/subnet_onboard => generated 197 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1180/2363] 10.0.0.32 () {32 vars in 703 bytes} [Tue Jul 21 07:56:36 2026] GET /v2.0/extensions/subnet-segmentid-writable => generated 227 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1184/2364] 10.0.0.32 () {32 vars in 693 bytes} [Tue Jul 21 07:56:36 2026] GET /v2.0/extensions/subnet-service-types => generated 206 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1181/2365] 10.0.0.32 () {32 vars in 687 bytes} [Tue Jul 21 07:56:36 2026] GET /v2.0/extensions/subnet_allocation => generated 194 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1185/2366] 10.0.0.32 () {32 vars in 695 bytes} [Tue Jul 21 07:56:36 2026] GET /v2.0/extensions/subnetpool-prefix-ops => generated 224 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1182/2367] 10.0.0.32 () {32 vars in 677 bytes} [Tue Jul 21 07:56:36 2026] GET /v2.0/extensions/tag-creation => generated 190 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1186/2368] 10.0.0.32 () {32 vars in 687 bytes} [Tue Jul 21 07:56:36 2026] GET /v2.0/extensions/standard-attr-tag => generated 343 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1183/2369] 10.0.0.32 () {32 vars in 699 bytes} [Tue Jul 21 07:56:36 2026] GET /v2.0/extensions/standard-attr-timestamp => generated 255 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1187/2370] 10.0.0.32 () {32 vars in 663 bytes} [Tue Jul 21 07:56:36 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: 8|app: 0|req: 1184/2371] 10.0.0.32 () {32 vars in 679 bytes} [Tue Jul 21 07:56:36 2026] GET /v2.0/extensions/trunk-details => generated 168 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1188/2372] 10.0.0.32 () {32 vars in 675 bytes} [Tue Jul 21 07:56:36 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: 8|app: 0|req: 1185/2373] 10.0.0.32 () {32 vars in 691 bytes} [Tue Jul 21 07:56:36 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: 7|app: 0|req: 1189/2374] 10.0.0.32 () {32 vars in 675 bytes} [Tue Jul 21 07:56:36 2026] GET /v2.0/extensions/vpn-flavors => generated 182 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1186/2375] 10.0.0.32 () {32 vars in 665 bytes} [Tue Jul 21 07:56:36 2026] GET /v2.0/extensions/vpnaas => generated 154 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1190/2376] 10.0.0.32 () {32 vars in 661 bytes} [Tue Jul 21 07:56:36 2026] GET /v2.0/extensions/taas => generated 175 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1187/2377] 10.0.0.32 () {32 vars in 673 bytes} [Tue Jul 21 07:56:36 2026] GET /v2.0/extensions/tap-mirror => generated 222 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1191/2378] 10.0.0.32 () {32 vars in 685 bytes} [Tue Jul 21 07:56:36 2026] GET /v2.0/extensions/taas-vlan-filter => 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: 1188/2379] 10.0.0.32 () {32 vars in 772 bytes} [Tue Jul 21 07:56:37 2026] GET /v2.0/security-groups?tenant_id=053fab24c0554f6294c3de99cfae2ee1&name=default => generated 2929 bytes in 254 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1192/2380] 10.0.0.32 () {32 vars in 738 bytes} [Tue Jul 21 07:56:37 2026] DELETE /v2.0/security-groups/e7aa27ef-1acd-4b1a-8248-1dc15b3f6ed4 => generated 0 bytes in 92 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-21 07:56:39.682 8 INFO neutron.db.segments_db [None req-0a683bce-569f-4fdc-ba63-2d7c17c2b96e f86242cad6de4e038ae9bf6c400011bd 58c8b159417d4c36a1787c156fe037a6 - - default default] Added segment 3cbd06e0-7306-40bb-a719-59af137631d1 of type vxlan for network 4a04b4a1-681d-4ce6-a7a1-d4e44ba052be 2026-07-21 07:56:39.736 8 INFO neutron.db.segments_db [None req-0a683bce-569f-4fdc-ba63-2d7c17c2b96e f86242cad6de4e038ae9bf6c400011bd 58c8b159417d4c36a1787c156fe037a6 - - default default] Added segment 8d4184fa-d1eb-4331-aebe-0077277db73e of type vxlan for network f25aa050-6c0d-4a82-a9fd-024930f94c08 [pid: 8|app: 0|req: 1189/2381] 10.0.0.32 () {34 vars in 668 bytes} [Tue Jul 21 07:56:39 2026] POST /v2.0/networks => generated 1246 bytes in 491 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1193/2382] 10.0.0.32 () {32 vars in 647 bytes} [Tue Jul 21 07:56:39 2026] GET /v2.0/networks => generated 1845 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-21 07:56:40.023 8 INFO neutron.services.segments.plugin [-] Segment 3cbd06e0-7306-40bb-a719-59af137631d1 resource provider aggregate not found 2026-07-21 07:56:40.031 8 INFO neutron.services.segments.plugin [-] Segment 3cbd06e0-7306-40bb-a719-59af137631d1 resource provider aggregate not found 2026-07-21 07:56:40.048 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 3cbd06e0-7306-40bb-a719-59af137631d1 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3cbd06e0-7306-40bb-a719-59af137631d1 found for delete ", "request_id": "req-06e608a6-207f-4a86-b372-56673c71a619"}]} 2026-07-21 07:56:40.057 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 3cbd06e0-7306-40bb-a719-59af137631d1 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3cbd06e0-7306-40bb-a719-59af137631d1 found for delete ", "request_id": "req-2d610a07-233d-4c23-936f-ae15c7c80dcc"}]} [pid: 8|app: 0|req: 1190/2383] 10.0.0.32 () {32 vars in 724 bytes} [Tue Jul 21 07:56:39 2026] DELETE /v2.0/networks/4a04b4a1-681d-4ce6-a7a1-d4e44ba052be => generated 0 bytes in 152 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-21 07:56:40.180 7 INFO neutron.services.segments.plugin [-] Segment 8d4184fa-d1eb-4331-aebe-0077277db73e resource provider aggregate not found 2026-07-21 07:56:40.189 7 INFO neutron.services.segments.plugin [-] Segment 8d4184fa-d1eb-4331-aebe-0077277db73e resource provider aggregate not found 2026-07-21 07:56:40.205 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 8d4184fa-d1eb-4331-aebe-0077277db73e resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8d4184fa-d1eb-4331-aebe-0077277db73e found for delete ", "request_id": "req-a08bba53-f1b0-4011-a47e-46cef07ca633"}]} 2026-07-21 07:56:40.215 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 8d4184fa-d1eb-4331-aebe-0077277db73e resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8d4184fa-d1eb-4331-aebe-0077277db73e found for delete ", "request_id": "req-6f7a560f-f0b7-43d5-b2f5-5c524d8034a8"}]} [pid: 7|app: 0|req: 1194/2384] 10.0.0.32 () {32 vars in 724 bytes} [Tue Jul 21 07:56:40 2026] DELETE /v2.0/networks/f25aa050-6c0d-4a82-a9fd-024930f94c08 => generated 0 bytes in 159 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1191/2385] 10.0.0.32 () {32 vars in 647 bytes} [Tue Jul 21 07:56:40 2026] GET /v2.0/networks => generated 651 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-21 07:56:40.356 7 INFO neutron.db.segments_db [None req-fb4eb096-07b6-49bf-ac70-74da4a26c883 f86242cad6de4e038ae9bf6c400011bd 58c8b159417d4c36a1787c156fe037a6 - - default default] Added segment 681f2696-bdf8-4282-b66e-c2d41105be27 of type vxlan for network 2f6688d6-73ed-4863-903c-e1a5eeabc14f [pid: 7|app: 0|req: 1195/2386] 10.0.0.32 () {34 vars in 668 bytes} [Tue Jul 21 07:56:40 2026] POST /v2.0/networks => generated 654 bytes in 157 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-21 07:56:40.519 8 INFO neutron.db.segments_db [None req-d33a8ea1-acd8-429d-af3e-67771d74ade2 f86242cad6de4e038ae9bf6c400011bd 58c8b159417d4c36a1787c156fe037a6 - - default default] Added segment 328f5e09-23e1-45b0-ae57-e7464f1bdff2 of type vxlan for network 63faee64-dd98-4ad4-9606-2f7d23b41399 [pid: 8|app: 0|req: 1192/2387] 10.0.0.32 () {34 vars in 668 bytes} [Tue Jul 21 07:56:40 2026] POST /v2.0/networks => generated 653 bytes in 159 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1196/2388] 10.0.0.32 () {34 vars in 663 bytes} [Tue Jul 21 07:56:40 2026] POST /v2.0/ports => generated 1506 bytes in 688 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1193/2389] 10.0.0.32 () {32 vars in 641 bytes} [Tue Jul 21 07:56:41 2026] GET /v2.0/ports => generated 1506 bytes in 101 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-21 07:56:41.526 7 INFO neutron_taas.services.taas.taas_plugin [None req-c2f9c8e9-c667-4116-808e-b9a6387ab973 f86242cad6de4e038ae9bf6c400011bd 58c8b159417d4c36a1787c156fe037a6 - - default default] TaaS: Handle Delete Port: e242d26d-f489-41c7-b3c7-320f9d2bae2b 2026-07-21 07:56:41.530 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c2f9c8e9-c667-4116-808e-b9a6387ab973 f86242cad6de4e038ae9bf6c400011bd 58c8b159417d4c36a1787c156fe037a6 - - default default] Tap Mirror: Handle Delete Port: e242d26d-f489-41c7-b3c7-320f9d2bae2b [pid: 7|app: 0|req: 1197/2390] 10.0.0.32 () {32 vars in 718 bytes} [Tue Jul 21 07:56:41 2026] DELETE /v2.0/ports/e242d26d-f489-41c7-b3c7-320f9d2bae2b => generated 0 bytes in 191 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-21 07:56:41.712 8 INFO neutron_taas.services.taas.taas_plugin [None req-1150f136-171a-4abb-a566-1cfe8cc8639a f86242cad6de4e038ae9bf6c400011bd 58c8b159417d4c36a1787c156fe037a6 - - default default] TaaS: Handle Delete Port: b2e752be-70d5-4e0d-b6cc-6f2bd95feda3 2026-07-21 07:56:41.715 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1150f136-171a-4abb-a566-1cfe8cc8639a f86242cad6de4e038ae9bf6c400011bd 58c8b159417d4c36a1787c156fe037a6 - - default default] Tap Mirror: Handle Delete Port: b2e752be-70d5-4e0d-b6cc-6f2bd95feda3 [pid: 8|app: 0|req: 1194/2391] 10.0.0.32 () {32 vars in 718 bytes} [Tue Jul 21 07:56:41 2026] DELETE /v2.0/ports/b2e752be-70d5-4e0d-b6cc-6f2bd95feda3 => generated 0 bytes in 185 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1198/2392] 10.0.0.32 () {32 vars in 641 bytes} [Tue Jul 21 07:56:41 2026] GET /v2.0/ports => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-21 07:56:41.885 8 INFO neutron.db.segments_db [None req-dd17e30e-845b-473a-ad14-f0407b363809 f86242cad6de4e038ae9bf6c400011bd 58c8b159417d4c36a1787c156fe037a6 - - default default] Added segment 4f66d1ad-0a9b-4955-bf50-cfbbc1bb4913 of type vxlan for network 379d4c82-d88e-4595-ab55-ceb8fdfe7c14 [pid: 8|app: 0|req: 1195/2393] 10.0.0.32 () {34 vars in 668 bytes} [Tue Jul 21 07:56:41 2026] POST /v2.0/networks => generated 654 bytes in 142 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-21 07:56:42.034 7 INFO neutron.db.segments_db [None req-ed1786fb-1088-4646-a113-44ca68534c3c f86242cad6de4e038ae9bf6c400011bd 58c8b159417d4c36a1787c156fe037a6 - - default default] Added segment 5b695e15-765b-485a-b098-7197f1b9184a of type vxlan for network 14ef4107-4a60-4e55-9de0-32fcda9589a0 [pid: 7|app: 0|req: 1199/2394] 10.0.0.32 () {34 vars in 668 bytes} [Tue Jul 21 07:56:41 2026] POST /v2.0/networks => generated 654 bytes in 137 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1196/2395] 10.0.0.32 () {34 vars in 667 bytes} [Tue Jul 21 07:56:42 2026] POST /v2.0/subnets => generated 1323 bytes in 411 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1200/2396] 10.0.0.32 () {32 vars in 645 bytes} [Tue Jul 21 07:56:43 2026] GET /v2.0/subnets => generated 1959 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1197/2397] 10.0.0.32 () {32 vars in 722 bytes} [Tue Jul 21 07:56:43 2026] DELETE /v2.0/subnets/05419d9e-e9a2-47aa-99c2-06d1980e1dfb => generated 0 bytes in 108 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1201/2398] 10.0.0.32 () {32 vars in 722 bytes} [Tue Jul 21 07:56:43 2026] DELETE /v2.0/subnets/7367131a-97c6-4fda-9baa-37b7efa9f68b => generated 0 bytes in 123 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1198/2399] 10.0.0.32 () {32 vars in 645 bytes} [Tue Jul 21 07:56:43 2026] GET /v2.0/subnets => generated 649 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-21 07:56:43.453 7 INFO neutron.services.segments.plugin [-] Segment 5b695e15-765b-485a-b098-7197f1b9184a resource provider aggregate not found 2026-07-21 07:56:43.456 7 INFO neutron.services.segments.plugin [-] Segment 5b695e15-765b-485a-b098-7197f1b9184a resource provider aggregate not found 2026-07-21 07:56:43.472 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 5b695e15-765b-485a-b098-7197f1b9184a resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5b695e15-765b-485a-b098-7197f1b9184a found for delete ", "request_id": "req-03b6dddd-8a09-44c2-8117-22beef23cc4d"}]} 2026-07-21 07:56:43.473 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 5b695e15-765b-485a-b098-7197f1b9184a resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5b695e15-765b-485a-b098-7197f1b9184a found for delete ", "request_id": "req-7823df5d-0473-4ec7-b186-6057aac6d55b"}]} [pid: 7|app: 0|req: 1202/2400] 10.0.0.32 () {32 vars in 724 bytes} [Tue Jul 21 07:56:43 2026] DELETE /v2.0/networks/14ef4107-4a60-4e55-9de0-32fcda9589a0 => generated 0 bytes in 132 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-21 07:56:43.614 8 INFO neutron.services.segments.plugin [-] Segment 4f66d1ad-0a9b-4955-bf50-cfbbc1bb4913 resource provider aggregate not found 2026-07-21 07:56:43.617 8 INFO neutron.services.segments.plugin [-] Segment 4f66d1ad-0a9b-4955-bf50-cfbbc1bb4913 resource provider aggregate not found 2026-07-21 07:56:43.637 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 4f66d1ad-0a9b-4955-bf50-cfbbc1bb4913 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4f66d1ad-0a9b-4955-bf50-cfbbc1bb4913 found for delete ", "request_id": "req-00f9dfe6-bc05-4ca6-b1c6-3233a579e133"}]} 2026-07-21 07:56:43.639 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 4f66d1ad-0a9b-4955-bf50-cfbbc1bb4913 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4f66d1ad-0a9b-4955-bf50-cfbbc1bb4913 found for delete ", "request_id": "req-5507a420-78c9-44b1-9367-3eb678c0d821"}]} [pid: 8|app: 0|req: 1199/2401] 10.0.0.32 () {32 vars in 724 bytes} [Tue Jul 21 07:56:43 2026] DELETE /v2.0/networks/379d4c82-d88e-4595-ab55-ceb8fdfe7c14 => generated 0 bytes in 156 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1203/2402] 10.0.0.32 () {32 vars in 724 bytes} [Tue Jul 21 07:56:43 2026] DELETE /v2.0/networks/63faee64-dd98-4ad4-9606-2f7d23b41399 => generated 0 bytes in 124 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1200/2403] 10.0.0.32 () {32 vars in 724 bytes} [Tue Jul 21 07:56:43 2026] DELETE /v2.0/networks/2f6688d6-73ed-4863-903c-e1a5eeabc14f => generated 0 bytes in 121 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1204/2404] 10.0.0.32 () {32 vars in 772 bytes} [Tue Jul 21 07:56:44 2026] GET /v2.0/security-groups?tenant_id=58c8b159417d4c36a1787c156fe037a6&name=default => generated 2929 bytes in 120 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1201/2405] 10.0.0.32 () {32 vars in 738 bytes} [Tue Jul 21 07:56:44 2026] DELETE /v2.0/security-groups/d5ed9f17-73d8-494a-9564-40dbdfbe7773 => generated 0 bytes in 121 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-21 07:56:45.491 7 INFO neutron.services.segments.plugin [-] Segment 328f5e09-23e1-45b0-ae57-e7464f1bdff2 resource provider aggregate not found 2026-07-21 07:56:45.501 7 INFO neutron.services.segments.plugin [-] Segment 328f5e09-23e1-45b0-ae57-e7464f1bdff2 resource provider aggregate not found 2026-07-21 07:56:45.509 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 328f5e09-23e1-45b0-ae57-e7464f1bdff2 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 328f5e09-23e1-45b0-ae57-e7464f1bdff2 found for delete ", "request_id": "req-a26af347-a230-437e-aa41-aaedb35b290b"}]} 2026-07-21 07:56:45.542 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 328f5e09-23e1-45b0-ae57-e7464f1bdff2 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 328f5e09-23e1-45b0-ae57-e7464f1bdff2 found for delete ", "request_id": "req-0dbdab87-3fe8-4c05-98c0-6973f26e169f"}]} 2026-07-21 07:56:45.657 8 INFO neutron.services.segments.plugin [-] Segment 681f2696-bdf8-4282-b66e-c2d41105be27 resource provider aggregate not found 2026-07-21 07:56:45.666 8 INFO neutron.services.segments.plugin [-] Segment 681f2696-bdf8-4282-b66e-c2d41105be27 resource provider aggregate not found 2026-07-21 07:56:45.681 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 681f2696-bdf8-4282-b66e-c2d41105be27 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 681f2696-bdf8-4282-b66e-c2d41105be27 found for delete ", "request_id": "req-086a303c-da49-4e05-8da7-bdbbebb9b72b"}]} 2026-07-21 07:56:45.682 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 681f2696-bdf8-4282-b66e-c2d41105be27 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 681f2696-bdf8-4282-b66e-c2d41105be27 found for delete ", "request_id": "req-b396e0e5-8db7-4d09-9b2e-df5e0d2c1056"}]} 2026-07-21 07:56:46.714 7 INFO neutron.db.segments_db [None req-ac0f8010-f00c-48de-bf11-89d26524bce3 7736529f65f7474cae2a8024ad40649c 8ef3ba8815e148e1b31961196454239d - - default default] Added segment 4fcd8095-3fbc-464b-ab15-b0050f95aac0 of type vxlan for network 350be537-df74-46c8-b950-7119e2123c26 [pid: 7|app: 0|req: 1205/2406] 10.0.0.32 () {34 vars in 668 bytes} [Tue Jul 21 07:56:46 2026] POST /v2.0/networks => generated 648 bytes in 467 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1202/2407] 10.0.0.32 () {34 vars in 667 bytes} [Tue Jul 21 07:56:47 2026] POST /v2.0/subnets => generated 673 bytes in 323 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-21 07:56:47.713 7 INFO neutron.db.segments_db [None req-1c43f765-f87c-4210-a6af-ea1696fbd6f2 7736529f65f7474cae2a8024ad40649c 8ef3ba8815e148e1b31961196454239d - - default default] Added segment b2f22c56-7f7c-4fb8-8647-b62c53286f28 of type vxlan for network ffe40443-cfef-49dd-b485-c91f0de5ce33 [pid: 7|app: 0|req: 1206/2408] 10.0.0.32 () {34 vars in 668 bytes} [Tue Jul 21 07:56:47 2026] POST /v2.0/networks => generated 647 bytes in 255 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1203/2409] 10.0.0.32 () {34 vars in 741 bytes} [Tue Jul 21 07:56:47 2026] PUT /v2.0/networks/ffe40443-cfef-49dd-b485-c91f0de5ce33 => generated 592 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1207/2410] 10.0.0.32 () {34 vars in 667 bytes} [Tue Jul 21 07:56:47 2026] POST /v2.0/subnets => generated 646 bytes in 214 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1204/2411] 10.0.0.32 () {34 vars in 739 bytes} [Tue Jul 21 07:56:48 2026] PUT /v2.0/subnets/2935adb7-b431-422f-b871-529b609c7120 => generated 656 bytes in 126 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-21 07:56:48.472 7 INFO neutron.services.segments.plugin [-] Segment b2f22c56-7f7c-4fb8-8647-b62c53286f28 resource provider aggregate not found 2026-07-21 07:56:48.475 7 INFO neutron.services.segments.plugin [-] Segment b2f22c56-7f7c-4fb8-8647-b62c53286f28 resource provider aggregate not found [pid: 7|app: 0|req: 1208/2412] 10.0.0.32 () {32 vars in 724 bytes} [Tue Jul 21 07:56:48 2026] DELETE /v2.0/networks/ffe40443-cfef-49dd-b485-c91f0de5ce33 => generated 0 bytes in 167 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-21 07:56:48.496 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment b2f22c56-7f7c-4fb8-8647-b62c53286f28 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b2f22c56-7f7c-4fb8-8647-b62c53286f28 found for delete ", "request_id": "req-8a8fc1ca-72d3-4276-95ed-fb6e5db2065e"}]} 2026-07-21 07:56:48.497 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment b2f22c56-7f7c-4fb8-8647-b62c53286f28 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b2f22c56-7f7c-4fb8-8647-b62c53286f28 found for delete ", "request_id": "req-4250ec4f-cc35-4e31-acd3-54e0e1ffdacb"}]} 2026-07-21 07:56:48.513 8 INFO neutron.pecan_wsgi.hooks.translation [None req-af097ebb-e5a1-4b01-b5b9-d5ca6ff53719 7736529f65f7474cae2a8024ad40649c 8ef3ba8815e148e1b31961196454239d - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1205/2413] 10.0.0.32 () {32 vars in 724 bytes} [Tue Jul 21 07:56:48 2026] DELETE /v2.0/networks/ffe40443-cfef-49dd-b485-c91f0de5ce33 => generated 138 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1209/2414] 10.0.0.32 () {32 vars in 692 bytes} [Tue Jul 21 07:56:48 2026] GET /v2.0/networks?router%3Aexternal=True => generated 651 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1206/2415] 10.0.0.32 () {32 vars in 740 bytes} [Tue Jul 21 07:56:48 2026] GET /v2.0/subnets?network_id=317f6b37-c4ed-463e-9ada-63bc17d28900 => generated 649 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1210/2416] 10.0.0.32 () {32 vars in 651 bytes} [Tue Jul 21 07:56:48 2026] GET /v2.0/extensions => generated 21537 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1207/2417] 10.0.0.32 () {32 vars in 647 bytes} [Tue Jul 21 07:56:48 2026] GET /v2.0/networks => generated 1313 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1211/2418] 10.0.0.32 () {32 vars in 645 bytes} [Tue Jul 21 07:56:48 2026] GET /v2.0/subnets => generated 1312 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1208/2419] 10.0.0.32 () {32 vars in 721 bytes} [Tue Jul 21 07:56:48 2026] GET /v2.0/networks/350be537-df74-46c8-b950-7119e2123c26 => generated 673 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1212/2420] 10.0.0.32 () {32 vars in 719 bytes} [Tue Jul 21 07:56:48 2026] GET /v2.0/subnets/59adb073-3cb6-4921-a4c3-282fc3b630f0 => generated 673 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-21 07:56:48.869 8 INFO neutron.pecan_wsgi.hooks.translation [None req-63387b4c-acc8-497d-b764-c3a1fd0295d8 7736529f65f7474cae2a8024ad40649c 8ef3ba8815e148e1b31961196454239d - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1209/2421] 10.0.0.32 () {32 vars in 722 bytes} [Tue Jul 21 07:56:48 2026] DELETE /v2.0/subnets/2935adb7-b431-422f-b871-529b609c7120 => generated 136 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-21 07:56:48.889 7 INFO neutron.pecan_wsgi.hooks.translation [None req-461f9c7c-686b-4c4f-abc3-8fb088e6e824 7736529f65f7474cae2a8024ad40649c 8ef3ba8815e148e1b31961196454239d - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1213/2422] 10.0.0.32 () {32 vars in 724 bytes} [Tue Jul 21 07:56:48 2026] DELETE /v2.0/networks/ffe40443-cfef-49dd-b485-c91f0de5ce33 => generated 138 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1210/2423] 10.0.0.32 () {32 vars in 722 bytes} [Tue Jul 21 07:56:48 2026] DELETE /v2.0/subnets/59adb073-3cb6-4921-a4c3-282fc3b630f0 => generated 0 bytes in 161 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-21 07:56:49.153 7 INFO neutron_taas.services.taas.taas_plugin [None req-d886bcb3-2d10-40c0-9b73-273a05bd7ca5 7736529f65f7474cae2a8024ad40649c 8ef3ba8815e148e1b31961196454239d - - default default] TaaS: Handle Delete Port: d1e2a17e-0232-4b31-85b5-a8098781d79e 2026-07-21 07:56:49.161 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d886bcb3-2d10-40c0-9b73-273a05bd7ca5 7736529f65f7474cae2a8024ad40649c 8ef3ba8815e148e1b31961196454239d - - default default] Tap Mirror: Handle Delete Port: d1e2a17e-0232-4b31-85b5-a8098781d79e [pid: 7|app: 0|req: 1214/2424] 10.0.0.32 () {32 vars in 724 bytes} [Tue Jul 21 07:56:49 2026] DELETE /v2.0/networks/350be537-df74-46c8-b950-7119e2123c26 => generated 0 bytes in 319 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1211/2425] 10.0.0.32 () {32 vars in 772 bytes} [Tue Jul 21 07:56:49 2026] GET /v2.0/security-groups?tenant_id=8ef3ba8815e148e1b31961196454239d&name=default => generated 2929 bytes in 123 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1215/2426] 10.0.0.32 () {32 vars in 738 bytes} [Tue Jul 21 07:56:50 2026] DELETE /v2.0/security-groups/2b865dec-5b56-4742-b9e0-789d072659b2 => generated 0 bytes in 122 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-21 07:56:50.519 7 INFO neutron.services.segments.plugin [-] Segment 4fcd8095-3fbc-464b-ab15-b0050f95aac0 resource provider aggregate not found 2026-07-21 07:56:50.532 7 INFO neutron.services.segments.plugin [-] Segment 4fcd8095-3fbc-464b-ab15-b0050f95aac0 resource provider aggregate not found 2026-07-21 07:56:50.537 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 4fcd8095-3fbc-464b-ab15-b0050f95aac0 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4fcd8095-3fbc-464b-ab15-b0050f95aac0 found for delete ", "request_id": "req-473a823e-6437-45e0-b673-64370f7e36ad"}]} 2026-07-21 07:56:50.545 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 4fcd8095-3fbc-464b-ab15-b0050f95aac0 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4fcd8095-3fbc-464b-ab15-b0050f95aac0 found for delete ", "request_id": "req-47cec774-15b0-4c19-87d4-b5ae1195f88a"}]} [pid: 7|app: 0|req: 1217/2429] 10.0.0.32 () {34 vars in 674 bytes} [Tue Jul 21 07:56:51 2026] POST /v2.0/subnetpools => generated 548 bytes in 246 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1213/2430] 10.0.0.32 () {32 vars in 727 bytes} [Tue Jul 21 07:56:52 2026] GET /v2.0/subnetpools/733daa90-211f-4faf-b567-b3063998a77d => generated 548 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1218/2431] 10.0.0.32 () {34 vars in 747 bytes} [Tue Jul 21 07:56:52 2026] PUT /v2.0/subnetpools/733daa90-211f-4faf-b567-b3063998a77d => generated 501 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1214/2432] 10.0.0.32 () {32 vars in 730 bytes} [Tue Jul 21 07:56:52 2026] DELETE /v2.0/subnetpools/733daa90-211f-4faf-b567-b3063998a77d => generated 0 bytes in 47 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-21 07:56:52.216 7 INFO neutron.api.v2.resource [None req-6295809d-b8dd-4d7b-b3d5-3a09752a3488 9221317b8f924c14be044a08bbc58f81 9b7349b2be0e407e8caf8b861a8d825d - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1219/2433] 10.0.0.32 () {32 vars in 727 bytes} [Tue Jul 21 07:56:52 2026] GET /v2.0/subnetpools/733daa90-211f-4faf-b567-b3063998a77d => generated 145 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-21 07:56:52.232 8 INFO neutron.api.v2.resource [None req-5647d353-cb6d-437f-961c-c02825e1aec5 9221317b8f924c14be044a08bbc58f81 9b7349b2be0e407e8caf8b861a8d825d - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1215/2434] 10.0.0.32 () {32 vars in 730 bytes} [Tue Jul 21 07:56:52 2026] DELETE /v2.0/subnetpools/733daa90-211f-4faf-b567-b3063998a77d => generated 145 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1220/2435] 10.0.0.32 () {32 vars in 772 bytes} [Tue Jul 21 07:56:52 2026] GET /v2.0/security-groups?tenant_id=9b7349b2be0e407e8caf8b861a8d825d&name=default => generated 2929 bytes in 228 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1216/2436] 10.0.0.32 () {32 vars in 738 bytes} [Tue Jul 21 07:56:52 2026] DELETE /v2.0/security-groups/b9f86948-96ba-4ec7-9cee-f08afb6fe116 => generated 0 bytes in 79 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1221/2437] 10.0.0.32 () {32 vars in 772 bytes} [Tue Jul 21 07:56:56 2026] GET /v2.0/security-groups?tenant_id=a1021c4ea6434d2690f507e697be6bb3&name=default => generated 2929 bytes in 282 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1217/2438] 10.0.0.32 () {32 vars in 738 bytes} [Tue Jul 21 07:56:56 2026] DELETE /v2.0/security-groups/37ee4724-29ca-4345-86fe-360ea90f4b6f => generated 0 bytes in 145 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1222/2439] 199.19.213.44 () {30 vars in 701 bytes} [Tue Jul 21 07:56:57 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1218/2440] 199.19.213.44 () {30 vars in 703 bytes} [Tue Jul 21 07:56:57 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1223/2441] 199.19.213.44 () {30 vars in 679 bytes} [Tue Jul 21 07:56:57 2026] GET /v2.0/extensions/qos => generated 166 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1219/2442] 199.19.213.44 () {30 vars in 715 bytes} [Tue Jul 21 07:56:57 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: 1224/2443] 199.19.213.44 () {30 vars in 739 bytes} [Tue Jul 21 07:56:57 2026] GET /v2.0/subnets/b35f03ea-99fd-432e-9789-1f9b024859e0 => 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: 1220/2444] 199.19.213.44 () {30 vars in 767 bytes} [Tue Jul 21 07:56:57 2026] GET /v2.0/ports?device_id=d7f5790d-0042-4483-a22d-347ec9df621d => generated 1248 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1225/2445] 199.19.213.44 () {34 vars in 715 bytes} [Tue Jul 21 07:56:57 2026] POST /v2.0/ports => generated 1059 bytes in 304 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1221/2446] 10.0.0.218 () {34 vars in 970 bytes} [Tue Jul 21 07:56:58 2026] GET /v2.0/ports/041e9d64-22e6-46cd-b945-b20e455b5f59 => generated 1059 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1226/2447] 10.0.0.218 () {34 vars in 906 bytes} [Tue Jul 21 07:56:58 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) 2026-07-21 07:56:58.646 8 INFO neutron.db.segments_db [None req-b88c1558-de77-442b-b38b-df0b09c93ec3 c91b302a1f0c4d688f2f771aebbdb373 3ab8b07b6cd247c2a83286280ea0a707 - - default default] Added segment 7f826235-3bdf-4a6f-8203-f3afd6e16dee of type vxlan for network 770c98ae-1b29-4643-8b21-281237f98cbf [pid: 8|app: 0|req: 1222/2448] 10.0.0.32 () {34 vars in 669 bytes} [Tue Jul 21 07:56:58 2026] POST /v2.0/networks => generated 740 bytes in 394 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1227/2449] 10.0.0.32 () {34 vars in 667 bytes} [Tue Jul 21 07:56:58 2026] POST /v2.0/subnets => generated 687 bytes in 190 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-21 07:56:58.974 8 INFO neutron.db.segments_db [None req-4d707801-a594-4d51-a2f7-974c3fb7103f c91b302a1f0c4d688f2f771aebbdb373 3ab8b07b6cd247c2a83286280ea0a707 - - default default] Added segment 553072d5-6213-4797-8dcf-03dafcbbe8ef of type vxlan for network 442a74b0-504d-4e50-9bd2-9d45d724c5a1 [pid: 7|app: 0|req: 1228/2450] 199.19.213.44 () {34 vars in 1260 bytes} [Tue Jul 21 07:56:59 2026] GET /v2.0/ports/041e9d64-22e6-46cd-b945-b20e455b5f59?fields=binding%3Avnic_type&fields=binding%3Aprofile&fields=network_id&fields=resource_request&fields=numa_affinity_policy&fields=device_profile => generated 136 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1229/2451] 199.19.213.44 () {34 vars in 1010 bytes} [Tue Jul 21 07:56:59 2026] GET /v2.0/networks/01d5e989-5b82-494d-8159-019c7348e6fc?fields=segments => generated 14 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1230/2452] 199.19.213.44 () {34 vars in 1110 bytes} [Tue Jul 21 07:56:59 2026] GET /v2.0/networks/01d5e989-5b82-494d-8159-019c7348e6fc?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-21 07:56:59.225 8 INFO neutron.db.l3_hamode_db [None req-4d707801-a594-4d51-a2f7-974c3fb7103f c91b302a1f0c4d688f2f771aebbdb373 43c2c48e4ddb462899696a61d08ae50d - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1231/2453] 199.19.213.44 () {34 vars in 973 bytes} [Tue Jul 21 07:56:59 2026] GET /v2.0/ports/041e9d64-22e6-46cd-b945-b20e455b5f59 => generated 1059 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1232/2454] 199.19.213.44 () {34 vars in 984 bytes} [Tue Jul 21 07:56:59 2026] GET /v2.0/networks?id=01d5e989-5b82-494d-8159-019c7348e6fc => generated 802 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-21 07:57:00.021 8 INFO neutron.db.l3_hamode_db [None req-4d707801-a594-4d51-a2f7-974c3fb7103f c91b302a1f0c4d688f2f771aebbdb373 3ab8b07b6cd247c2a83286280ea0a707 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1233/2455] 199.19.213.44 () {38 vars in 1026 bytes} [Tue Jul 21 07:56:59 2026] PUT /v2.0/ports/041e9d64-22e6-46cd-b945-b20e455b5f59 => generated 1249 bytes in 404 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-21 07:57:00.251 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-63c60b26-78e8-4f9b-bd41-aa3cd6d6eca3'] response: {'name': 'network-changed', 'server_uuid': 'd7f5790d-0042-4483-a22d-347ec9df621d', 'tag': '041e9d64-22e6-46cd-b945-b20e455b5f59', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1234/2456] 199.19.213.44 () {34 vars in 1078 bytes} [Tue Jul 21 07:57:00 2026] GET /v2.0/ports?tenant_id=3ab8b07b6cd247c2a83286280ea0a707&device_id=d7f5790d-0042-4483-a22d-347ec9df621d => generated 2489 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1235/2457] 199.19.213.44 () {34 vars in 984 bytes} [Tue Jul 21 07:57:00 2026] GET /v2.0/networks?id=01d5e989-5b82-494d-8159-019c7348e6fc => generated 802 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1236/2458] 199.19.213.44 () {34 vars in 1056 bytes} [Tue Jul 21 07:57:00 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.155&port_id=041e9d64-22e6-46cd-b945-b20e455b5f59 => 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: 1237/2459] 199.19.213.44 () {34 vars in 982 bytes} [Tue Jul 21 07:57:00 2026] GET /v2.0/subnets?id=b35f03ea-99fd-432e-9789-1f9b024859e0 => generated 679 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1223/2460] 10.0.0.32 () {34 vars in 667 bytes} [Tue Jul 21 07:56:58 2026] POST /v2.0/routers => generated 727 bytes in 2032 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1238/2461] 199.19.213.44 () {34 vars in 1050 bytes} [Tue Jul 21 07:57:00 2026] GET /v2.0/ports?network_id=01d5e989-5b82-494d-8159-019c7348e6fc&device_owner=network%3Adhcp => generated 1461 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1239/2462] 199.19.213.44 () {34 vars in 1010 bytes} [Tue Jul 21 07:57:01 2026] GET /v2.0/networks/01d5e989-5b82-494d-8159-019c7348e6fc?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: 1240/2463] 199.19.213.44 () {34 vars in 1110 bytes} [Tue Jul 21 07:57:01 2026] GET /v2.0/networks/01d5e989-5b82-494d-8159-019c7348e6fc?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: 1224/2464] 10.0.0.32 () {34 vars in 781 bytes} [Tue Jul 21 07:57:00 2026] PUT /v2.0/routers/1cf9ad1d-14e1-461d-99aa-42f479dfd43d/add_router_interface => generated 309 bytes in 1176 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1241/2465] 199.19.213.44 () {34 vars in 1078 bytes} [Tue Jul 21 07:57:02 2026] GET /v2.0/ports?tenant_id=3ab8b07b6cd247c2a83286280ea0a707&device_id=d7f5790d-0042-4483-a22d-347ec9df621d => generated 2489 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1225/2466] 199.19.213.44 () {34 vars in 1060 bytes} [Tue Jul 21 07:57:02 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.0.103&port_id=fc3722d3-022c-49ec-adf7-a8bbacb41cc5 => 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: 1242/2467] 199.19.213.44 () {34 vars in 982 bytes} [Tue Jul 21 07:57:02 2026] GET /v2.0/subnets?id=a7ad2997-d008-4b91-81a8-a60ebc0bccaa => generated 654 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1226/2468] 199.19.213.44 () {34 vars in 1050 bytes} [Tue Jul 21 07:57:02 2026] GET /v2.0/ports?network_id=62074393-f04b-440e-b4ad-761200171e02&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: 1243/2469] 199.19.213.44 () {34 vars in 1010 bytes} [Tue Jul 21 07:57:02 2026] GET /v2.0/networks/62074393-f04b-440e-b4ad-761200171e02?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: 1227/2470] 199.19.213.44 () {34 vars in 1110 bytes} [Tue Jul 21 07:57:02 2026] GET /v2.0/networks/62074393-f04b-440e-b4ad-761200171e02?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: 1244/2471] 199.19.213.44 () {34 vars in 1056 bytes} [Tue Jul 21 07:57:02 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.155&port_id=041e9d64-22e6-46cd-b945-b20e455b5f59 => 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: 1228/2472] 199.19.213.44 () {34 vars in 982 bytes} [Tue Jul 21 07:57:02 2026] GET /v2.0/subnets?id=b35f03ea-99fd-432e-9789-1f9b024859e0 => generated 679 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1245/2473] 199.19.213.44 () {34 vars in 1050 bytes} [Tue Jul 21 07:57:02 2026] GET /v2.0/ports?network_id=01d5e989-5b82-494d-8159-019c7348e6fc&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: 1229/2474] 199.19.213.44 () {34 vars in 1010 bytes} [Tue Jul 21 07:57:02 2026] GET /v2.0/networks/01d5e989-5b82-494d-8159-019c7348e6fc?fields=segments => generated 14 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1246/2475] 199.19.213.44 () {34 vars in 1110 bytes} [Tue Jul 21 07:57:02 2026] GET /v2.0/networks/01d5e989-5b82-494d-8159-019c7348e6fc?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1230/2476] 10.0.0.218 () {34 vars in 981 bytes} [Tue Jul 21 07:57:04 2026] GET /v2.0/networks?id=770c98ae-1b29-4643-8b21-281237f98cbf => 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: 1247/2477] 10.0.0.218 () {34 vars in 964 bytes} [Tue Jul 21 07:57:04 2026] GET /v2.0/quotas/43c2c48e4ddb462899696a61d08ae50d => generated 292 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1231/2478] 10.0.0.218 () {34 vars in 1001 bytes} [Tue Jul 21 07:57:04 2026] GET /v2.0/ports?tenant_id=43c2c48e4ddb462899696a61d08ae50d&fields=id => generated 103 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1248/2479] 10.0.0.218 () {34 vars in 1007 bytes} [Tue Jul 21 07:57:04 2026] GET /v2.0/networks/770c98ae-1b29-4643-8b21-281237f98cbf?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: 1232/2480] 10.0.0.218 () {34 vars in 1107 bytes} [Tue Jul 21 07:57:04 2026] GET /v2.0/networks/770c98ae-1b29-4643-8b21-281237f98cbf?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: 1249/2481] 10.0.0.218 () {34 vars in 989 bytes} [Tue Jul 21 07:57:04 2026] GET /v2.0/ports?device_id=1422b8f4-8858-47cf-964e-f7fffbf17078 => 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: 1233/2482] 10.0.0.218 () {34 vars in 989 bytes} [Tue Jul 21 07:57:05 2026] GET /v2.0/ports?device_id=1422b8f4-8858-47cf-964e-f7fffbf17078 => 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: 1251/2485] 10.0.0.218 () {34 vars in 970 bytes} [Tue Jul 21 07:57:06 2026] GET /v2.0/ports/041e9d64-22e6-46cd-b945-b20e455b5f59 => generated 1251 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1252/2486] 10.0.0.218 () {34 vars in 989 bytes} [Tue Jul 21 07:57:06 2026] GET /v2.0/ports?device_id=1422b8f4-8858-47cf-964e-f7fffbf17078 => 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: 1235/2487] 199.19.213.44 () {34 vars in 787 bytes} [Tue Jul 21 07:57:06 2026] PUT /v2.0/ports/041e9d64-22e6-46cd-b945-b20e455b5f59 => generated 1276 bytes in 265 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-21 07:57:06.989 7 INFO neutron.api.v2.resource [None req-d3981e64-4003-46c7-81b7-d6c829fc3e86 c91b302a1f0c4d688f2f771aebbdb373 3ab8b07b6cd247c2a83286280ea0a707 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1253/2488] 199.19.213.44 () {30 vars in 761 bytes} [Tue Jul 21 07:57:06 2026] GET /v2.0/security-groups/lb-898662fe-c82f-4e17-b264-6cd0260d3588 => generated 149 bytes in 25 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-21 07:57:07.004 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-db6488dc-2f29-4f3c-9ac0-7a9ac69d59b9'] response: {'name': 'network-changed', 'server_uuid': 'd7f5790d-0042-4483-a22d-347ec9df621d', 'tag': '041e9d64-22e6-46cd-b945-b20e455b5f59', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1236/2489] 199.19.213.44 () {30 vars in 783 bytes} [Tue Jul 21 07:57:06 2026] GET /v2.0/security-groups?name=lb-898662fe-c82f-4e17-b264-6cd0260d3588 => generated 1639 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1254/2490] 199.19.213.44 () {34 vars in 787 bytes} [Tue Jul 21 07:57:07 2026] PUT /v2.0/ports/041e9d64-22e6-46cd-b945-b20e455b5f59 => generated 1314 bytes in 300 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-21 07:57:07.377 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-a1eda9b0-8aed-4096-86fa-a22f7a11e40a'] response: {'name': 'network-changed', 'server_uuid': 'd7f5790d-0042-4483-a22d-347ec9df621d', 'tag': '041e9d64-22e6-46cd-b945-b20e455b5f59', '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: 1255/2491] 199.19.213.44 () {30 vars in 701 bytes} [Tue Jul 21 07:57:07 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: 1256/2492] 199.19.213.44 () {30 vars in 703 bytes} [Tue Jul 21 07:57:07 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1257/2493] 199.19.213.44 () {30 vars in 679 bytes} [Tue Jul 21 07:57: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: 1258/2494] 199.19.213.44 () {30 vars in 715 bytes} [Tue Jul 21 07:57:07 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: 1237/2495] 199.19.213.44 () {34 vars in 1078 bytes} [Tue Jul 21 07:57:07 2026] GET /v2.0/ports?tenant_id=3ab8b07b6cd247c2a83286280ea0a707&device_id=d7f5790d-0042-4483-a22d-347ec9df621d => generated 2590 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1259/2496] 199.19.213.44 () {30 vars in 739 bytes} [Tue Jul 21 07:57:07 2026] GET /v2.0/subnets/b35f03ea-99fd-432e-9789-1f9b024859e0 => 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: 1238/2497] 199.19.213.44 () {34 vars in 984 bytes} [Tue Jul 21 07:57:07 2026] GET /v2.0/networks?id=01d5e989-5b82-494d-8159-019c7348e6fc => generated 802 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1260/2498] 199.19.213.44 () {30 vars in 735 bytes} [Tue Jul 21 07:57:07 2026] GET /v2.0/ports/777e642b-c6e8-4e05-85e0-8b4c67b0254e => generated 1132 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1239/2499] 199.19.213.44 () {34 vars in 1056 bytes} [Tue Jul 21 07:57:07 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.155&port_id=041e9d64-22e6-46cd-b945-b20e455b5f59 => 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: 1261/2500] 199.19.213.44 () {30 vars in 735 bytes} [Tue Jul 21 07:57:07 2026] GET /v2.0/ports/041e9d64-22e6-46cd-b945-b20e455b5f59 => generated 1350 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1240/2501] 199.19.213.44 () {34 vars in 982 bytes} [Tue Jul 21 07:57:07 2026] GET /v2.0/subnets?id=b35f03ea-99fd-432e-9789-1f9b024859e0 => generated 679 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1262/2502] 199.19.213.44 () {30 vars in 739 bytes} [Tue Jul 21 07:57:07 2026] GET /v2.0/subnets/b35f03ea-99fd-432e-9789-1f9b024859e0 => generated 676 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1241/2503] 199.19.213.44 () {34 vars in 1050 bytes} [Tue Jul 21 07:57:07 2026] GET /v2.0/ports?network_id=01d5e989-5b82-494d-8159-019c7348e6fc&device_owner=network%3Adhcp => generated 1461 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1263/2504] 199.19.213.44 () {30 vars in 741 bytes} [Tue Jul 21 07:57:07 2026] GET /v2.0/networks/01d5e989-5b82-494d-8159-019c7348e6fc => generated 799 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1242/2505] 199.19.213.44 () {34 vars in 1010 bytes} [Tue Jul 21 07:57:07 2026] GET /v2.0/networks/01d5e989-5b82-494d-8159-019c7348e6fc?fields=segments => generated 14 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1264/2506] 199.19.213.44 () {30 vars in 735 bytes} [Tue Jul 21 07:57:07 2026] GET /v2.0/ports/777e642b-c6e8-4e05-85e0-8b4c67b0254e => generated 1132 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1265/2507] 199.19.213.44 () {30 vars in 739 bytes} [Tue Jul 21 07:57:07 2026] GET /v2.0/subnets/b35f03ea-99fd-432e-9789-1f9b024859e0 => 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: 1243/2508] 199.19.213.44 () {34 vars in 1110 bytes} [Tue Jul 21 07:57:07 2026] GET /v2.0/networks/01d5e989-5b82-494d-8159-019c7348e6fc?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: 1266/2509] 10.0.0.218 () {34 vars in 989 bytes} [Tue Jul 21 07:57:07 2026] GET /v2.0/ports?device_id=1422b8f4-8858-47cf-964e-f7fffbf17078 => 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: 1244/2510] 199.19.213.44 () {34 vars in 1078 bytes} [Tue Jul 21 07:57:08 2026] GET /v2.0/ports?tenant_id=3ab8b07b6cd247c2a83286280ea0a707&device_id=d7f5790d-0042-4483-a22d-347ec9df621d => generated 2590 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1267/2511] 199.19.213.44 () {34 vars in 984 bytes} [Tue Jul 21 07:57:08 2026] GET /v2.0/networks?id=01d5e989-5b82-494d-8159-019c7348e6fc => generated 802 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1245/2512] 199.19.213.44 () {34 vars in 1056 bytes} [Tue Jul 21 07:57:08 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.155&port_id=041e9d64-22e6-46cd-b945-b20e455b5f59 => generated 19 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1268/2513] 199.19.213.44 () {34 vars in 982 bytes} [Tue Jul 21 07:57:08 2026] GET /v2.0/subnets?id=b35f03ea-99fd-432e-9789-1f9b024859e0 => 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: 1246/2514] 199.19.213.44 () {34 vars in 984 bytes} [Tue Jul 21 07:57:09 2026] GET /v2.0/networks?id=770c98ae-1b29-4643-8b21-281237f98cbf => generated 672 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1247/2515] 10.0.0.218 () {34 vars in 989 bytes} [Tue Jul 21 07:57:09 2026] GET /v2.0/ports?device_id=1422b8f4-8858-47cf-964e-f7fffbf17078 => 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: 1269/2516] 199.19.213.44 () {34 vars in 1050 bytes} [Tue Jul 21 07:57:09 2026] GET /v2.0/ports?network_id=01d5e989-5b82-494d-8159-019c7348e6fc&device_owner=network%3Adhcp => generated 1461 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1270/2517] 199.19.213.44 () {34 vars in 1010 bytes} [Tue Jul 21 07:57:09 2026] GET /v2.0/networks/01d5e989-5b82-494d-8159-019c7348e6fc?fields=segments => generated 14 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1271/2518] 199.19.213.44 () {34 vars in 1110 bytes} [Tue Jul 21 07:57:09 2026] GET /v2.0/networks/01d5e989-5b82-494d-8159-019c7348e6fc?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1248/2519] 199.19.213.44 () {38 vars in 953 bytes} [Tue Jul 21 07:57:09 2026] POST /v2.0/ports => generated 958 bytes in 377 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1272/2520] 199.19.213.44 () {38 vars in 1026 bytes} [Tue Jul 21 07:57:09 2026] PUT /v2.0/ports/fe2a3b33-84e0-4e0e-a891-ab2d6fca9830 => generated 1239 bytes in 439 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-21 07:57:09.946 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-eabc6477-0eb7-4c9a-bd40-84776a7487ae'] response: {'name': 'network-changed', 'server_uuid': '1422b8f4-8858-47cf-964e-f7fffbf17078', 'tag': 'fe2a3b33-84e0-4e0e-a891-ab2d6fca9830', 'status': 'completed', 'code': 200} /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1249/2521] 10.0.0.218 () {34 vars in 989 bytes} [Tue Jul 21 07:57:10 2026] GET /v2.0/ports?device_id=1422b8f4-8858-47cf-964e-f7fffbf17078 => generated 973 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1273/2522] 10.0.0.218 () {34 vars in 1039 bytes} [Tue Jul 21 07:57:10 2026] GET /v2.0/security-groups?id=822b5987-d438-498c-9e82-9d69b9b19919&fields=id&fields=name => generated 88 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1250/2523] 199.19.213.44 () {34 vars in 1078 bytes} [Tue Jul 21 07:57:10 2026] GET /v2.0/ports?tenant_id=43c2c48e4ddb462899696a61d08ae50d&device_id=1422b8f4-8858-47cf-964e-f7fffbf17078 => 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: 1274/2524] 199.19.213.44 () {34 vars in 1016 bytes} [Tue Jul 21 07:57:10 2026] GET /v2.0/networks?tenant_id=43c2c48e4ddb462899696a61d08ae50d&shared=False => generated 768 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1251/2525] 199.19.213.44 () {34 vars in 928 bytes} [Tue Jul 21 07:57:10 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: 7|app: 0|req: 1275/2526] 10.0.0.218 () {34 vars in 989 bytes} [Tue Jul 21 07:57:11 2026] GET /v2.0/ports?device_id=1422b8f4-8858-47cf-964e-f7fffbf17078 => 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: 1252/2527] 10.0.0.218 () {34 vars in 1039 bytes} [Tue Jul 21 07:57:11 2026] GET /v2.0/security-groups?id=822b5987-d438-498c-9e82-9d69b9b19919&fields=id&fields=name => generated 88 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1253/2528] 199.19.213.44 () {34 vars in 1078 bytes} [Tue Jul 21 07:57:11 2026] GET /v2.0/ports?tenant_id=43c2c48e4ddb462899696a61d08ae50d&device_id=1422b8f4-8858-47cf-964e-f7fffbf17078 => generated 1242 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1254/2529] 199.19.213.44 () {34 vars in 1058 bytes} [Tue Jul 21 07:57:11 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.10&port_id=fe2a3b33-84e0-4e0e-a891-ab2d6fca9830 => 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: 1255/2530] 199.19.213.44 () {34 vars in 982 bytes} [Tue Jul 21 07:57:11 2026] GET /v2.0/subnets?id=9c6b911a-d6ee-4faa-9ad1-6564b19a4d63 => generated 690 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1256/2531] 199.19.213.44 () {34 vars in 1050 bytes} [Tue Jul 21 07:57:11 2026] GET /v2.0/ports?network_id=770c98ae-1b29-4643-8b21-281237f98cbf&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: 1257/2532] 199.19.213.44 () {34 vars in 1010 bytes} [Tue Jul 21 07:57:11 2026] GET /v2.0/networks/770c98ae-1b29-4643-8b21-281237f98cbf?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: 1258/2533] 199.19.213.44 () {34 vars in 1110 bytes} [Tue Jul 21 07:57:11 2026] GET /v2.0/networks/770c98ae-1b29-4643-8b21-281237f98cbf?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-21 07:57:12.376 7 INFO neutron.db.l3_db [None req-f91910fa-5764-4a46-a399-c1e717c45b61 877d0ab61e864eb2aa7a7eac16d26310 f67e8fb851974f70b5a9eaa716c8f839 - - default default] Floating IP 804925a1-d734-4f7c-95e1-6d2711adebe1 associated. External IP: 10.96.250.220, port: 777e642b-c6e8-4e05-85e0-8b4c67b0254e. [pid: 8|app: 0|req: 1259/2534] 10.0.0.218 () {34 vars in 989 bytes} [Tue Jul 21 07:57:12 2026] GET /v2.0/ports?device_id=1422b8f4-8858-47cf-964e-f7fffbf17078 => generated 973 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1260/2535] 10.0.0.218 () {34 vars in 1039 bytes} [Tue Jul 21 07:57:12 2026] GET /v2.0/security-groups?id=822b5987-d438-498c-9e82-9d69b9b19919&fields=id&fields=name => generated 88 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1276/2536] 10.0.0.32 () {34 vars in 675 bytes} [Tue Jul 21 07:57:11 2026] POST /v2.0/floatingips => generated 899 bytes in 1095 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1261/2537] 10.0.0.218 () {34 vars in 989 bytes} [Tue Jul 21 07:57:13 2026] GET /v2.0/ports?device_id=1422b8f4-8858-47cf-964e-f7fffbf17078 => 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: 1277/2538] 10.0.0.218 () {34 vars in 1039 bytes} [Tue Jul 21 07:57:13 2026] GET /v2.0/security-groups?id=822b5987-d438-498c-9e82-9d69b9b19919&fields=id&fields=name => generated 88 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1262/2539] 10.0.0.218 () {34 vars in 989 bytes} [Tue Jul 21 07:57:14 2026] GET /v2.0/ports?device_id=1422b8f4-8858-47cf-964e-f7fffbf17078 => generated 973 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1278/2540] 10.0.0.218 () {34 vars in 1039 bytes} [Tue Jul 21 07:57:14 2026] GET /v2.0/security-groups?id=822b5987-d438-498c-9e82-9d69b9b19919&fields=id&fields=name => generated 88 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1279/2541] 199.19.213.44 () {30 vars in 701 bytes} [Tue Jul 21 07:57:16 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: 1263/2542] 10.0.0.218 () {34 vars in 989 bytes} [Tue Jul 21 07:57:15 2026] GET /v2.0/ports?device_id=1422b8f4-8858-47cf-964e-f7fffbf17078 => generated 975 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1280/2543] 199.19.213.44 () {30 vars in 703 bytes} [Tue Jul 21 07:57:16 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: 1281/2544] 199.19.213.44 () {30 vars in 679 bytes} [Tue Jul 21 07:57:16 2026] GET /v2.0/extensions/qos => generated 166 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1282/2545] 199.19.213.44 () {30 vars in 715 bytes} [Tue Jul 21 07:57: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: 1264/2546] 10.0.0.218 () {34 vars in 1039 bytes} [Tue Jul 21 07:57:16 2026] GET /v2.0/security-groups?id=822b5987-d438-498c-9e82-9d69b9b19919&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-21 07:57:16.114 7 INFO neutron.api.v2.resource [None req-e73dbc71-1629-4ee5-862f-1fbe21849123 c91b302a1f0c4d688f2f771aebbdb373 3ab8b07b6cd247c2a83286280ea0a707 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1283/2547] 199.19.213.44 () {30 vars in 761 bytes} [Tue Jul 21 07:57:16 2026] GET /v2.0/security-groups/lb-898662fe-c82f-4e17-b264-6cd0260d3588 => generated 149 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1265/2548] 199.19.213.44 () {30 vars in 783 bytes} [Tue Jul 21 07:57:16 2026] GET /v2.0/security-groups?name=lb-898662fe-c82f-4e17-b264-6cd0260d3588 => generated 1639 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1284/2549] 199.19.213.44 () {30 vars in 813 bytes} [Tue Jul 21 07:57:16 2026] GET /v2.0/security-group-rules?security_group_id=1e05de2a-41e8-4fee-810d-41363bbe979b => generated 1182 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1266/2550] 199.19.213.44 () {34 vars in 745 bytes} [Tue Jul 21 07:57:16 2026] POST /v2.0/security-group-rules => generated 597 bytes in 91 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1285/2551] 199.19.213.44 () {34 vars in 745 bytes} [Tue Jul 21 07:57:16 2026] POST /v2.0/security-group-rules => generated 601 bytes in 114 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1267/2552] 10.0.0.218 () {34 vars in 989 bytes} [Tue Jul 21 07:57:17 2026] GET /v2.0/ports?device_id=1422b8f4-8858-47cf-964e-f7fffbf17078 => generated 975 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1286/2553] 10.0.0.218 () {34 vars in 1039 bytes} [Tue Jul 21 07:57:17 2026] GET /v2.0/security-groups?id=822b5987-d438-498c-9e82-9d69b9b19919&fields=id&fields=name => generated 88 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1268/2554] 10.0.0.218 () {34 vars in 989 bytes} [Tue Jul 21 07:57:18 2026] GET /v2.0/ports?device_id=1422b8f4-8858-47cf-964e-f7fffbf17078 => generated 975 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1287/2555] 10.0.0.218 () {34 vars in 1039 bytes} [Tue Jul 21 07:57:18 2026] GET /v2.0/security-groups?id=822b5987-d438-498c-9e82-9d69b9b19919&fields=id&fields=name => generated 88 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1269/2556] 10.0.0.218 () {34 vars in 989 bytes} [Tue Jul 21 07:57:19 2026] GET /v2.0/ports?device_id=1422b8f4-8858-47cf-964e-f7fffbf17078 => 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: 1288/2557] 10.0.0.218 () {34 vars in 1039 bytes} [Tue Jul 21 07:57:19 2026] GET /v2.0/security-groups?id=822b5987-d438-498c-9e82-9d69b9b19919&fields=id&fields=name => generated 88 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1270/2558] 10.0.0.218 () {34 vars in 989 bytes} [Tue Jul 21 07:57:20 2026] GET /v2.0/ports?device_id=1422b8f4-8858-47cf-964e-f7fffbf17078 => 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: 1289/2559] 10.0.0.218 () {34 vars in 1039 bytes} [Tue Jul 21 07:57:20 2026] GET /v2.0/security-groups?id=822b5987-d438-498c-9e82-9d69b9b19919&fields=id&fields=name => generated 88 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1272/2562] 10.0.0.218 () {34 vars in 989 bytes} [Tue Jul 21 07:57:22 2026] GET /v2.0/ports?device_id=1422b8f4-8858-47cf-964e-f7fffbf17078 => 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: 1291/2563] 10.0.0.218 () {34 vars in 1039 bytes} [Tue Jul 21 07:57:22 2026] GET /v2.0/security-groups?id=822b5987-d438-498c-9e82-9d69b9b19919&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: 1273/2564] 199.19.213.44 () {34 vars in 992 bytes} [Tue Jul 21 07:57:22 2026] GET /v2.0/ports?device_id=1422b8f4-8858-47cf-964e-f7fffbf17078 => generated 975 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-21 07:57:22.402 7 INFO neutron_taas.services.taas.taas_plugin [req-079ae3e5-37a5-487b-9022-44d1d7ec7844 req-6fba9d19-d622-4dd5-a9c9-d5daf111a8e9 109043b3783948daa59932a6d3e79e19 43c2c48e4ddb462899696a61d08ae50d - - default default] TaaS: Handle Delete Port: fe2a3b33-84e0-4e0e-a891-ab2d6fca9830 2026-07-21 07:57:22.404 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-079ae3e5-37a5-487b-9022-44d1d7ec7844 req-6fba9d19-d622-4dd5-a9c9-d5daf111a8e9 109043b3783948daa59932a6d3e79e19 43c2c48e4ddb462899696a61d08ae50d - - default default] Tap Mirror: Handle Delete Port: fe2a3b33-84e0-4e0e-a891-ab2d6fca9830 [pid: 7|app: 0|req: 1292/2565] 199.19.213.44 () {36 vars in 995 bytes} [Tue Jul 21 07:57:22 2026] DELETE /v2.0/ports/fe2a3b33-84e0-4e0e-a891-ab2d6fca9830 => generated 0 bytes in 283 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-21 07:57:22.585 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-bb2c6ff6-c42a-43c7-aee4-f9361cd4b2c1'] response: {'server_uuid': '1422b8f4-8858-47cf-964e-f7fffbf17078', 'name': 'network-vif-deleted', 'tag': 'fe2a3b33-84e0-4e0e-a891-ab2d6fca9830', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1274/2566] 10.0.0.218 () {34 vars in 989 bytes} [Tue Jul 21 07:57:23 2026] GET /v2.0/ports?device_id=1422b8f4-8858-47cf-964e-f7fffbf17078 => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1293/2567] 10.0.0.218 () {34 vars in 989 bytes} [Tue Jul 21 07:57:24 2026] GET /v2.0/ports?device_id=1422b8f4-8858-47cf-964e-f7fffbf17078 => 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: 1275/2568] 10.0.0.185 () {30 vars in 689 bytes} [Tue Jul 21 07:57:24 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: 1294/2569] 10.0.0.185 () {30 vars in 691 bytes} [Tue Jul 21 07:57:24 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: 1276/2570] 10.0.0.185 () {30 vars in 667 bytes} [Tue Jul 21 07:57:24 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: 1295/2571] 10.0.0.185 () {30 vars in 703 bytes} [Tue Jul 21 07:57:24 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1277/2572] 10.0.0.185 () {28 vars in 438 bytes} [Tue Jul 21 07:57:25 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: 1296/2573] 10.0.0.185 () {30 vars in 727 bytes} [Tue Jul 21 07:57:25 2026] GET /v2.0/subnets/e4aedbff-287f-4dda-a743-a205667fb73d => generated 656 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1278/2574] 10.0.0.218 () {34 vars in 989 bytes} [Tue Jul 21 07:57:25 2026] GET /v2.0/ports?device_id=1422b8f4-8858-47cf-964e-f7fffbf17078 => 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: 1297/2575] 199.19.213.44 () {30 vars in 701 bytes} [Tue Jul 21 07:57:27 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1279/2576] 199.19.213.44 () {30 vars in 703 bytes} [Tue Jul 21 07:57:27 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: 1298/2577] 199.19.213.44 () {30 vars in 679 bytes} [Tue Jul 21 07:57:27 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: 1280/2578] 199.19.213.44 () {30 vars in 715 bytes} [Tue Jul 21 07:57:27 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: 1299/2579] 199.19.213.44 () {30 vars in 739 bytes} [Tue Jul 21 07:57:27 2026] GET /v2.0/subnets/e4aedbff-287f-4dda-a743-a205667fb73d => 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: 1281/2580] 199.19.213.44 () {30 vars in 767 bytes} [Tue Jul 21 07:57:27 2026] GET /v2.0/ports?device_id=d7f5790d-0042-4483-a22d-347ec9df621d => generated 2590 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1300/2581] 199.19.213.44 () {30 vars in 701 bytes} [Tue Jul 21 07:57:27 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1282/2582] 199.19.213.44 () {30 vars in 703 bytes} [Tue Jul 21 07:57:27 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: 1301/2583] 199.19.213.44 () {30 vars in 679 bytes} [Tue Jul 21 07:57:27 2026] GET /v2.0/extensions/qos => generated 166 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1283/2584] 199.19.213.44 () {30 vars in 715 bytes} [Tue Jul 21 07:57:27 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1302/2585] 199.19.213.44 () {34 vars in 715 bytes} [Tue Jul 21 07:57:27 2026] POST /v2.0/ports => generated 1324 bytes in 371 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-07-21 07:57:27.988 8 INFO neutron_taas.services.taas.taas_plugin [None req-2095b910-b9a7-4e0b-bed0-84c2e74b0a96 c91b302a1f0c4d688f2f771aebbdb373 3ab8b07b6cd247c2a83286280ea0a707 - - default default] TaaS: Handle Delete Port: 62e17405-9434-40dd-942a-d4d3430d3808 2026-07-21 07:57:27.990 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2095b910-b9a7-4e0b-bed0-84c2e74b0a96 c91b302a1f0c4d688f2f771aebbdb373 3ab8b07b6cd247c2a83286280ea0a707 - - default default] Tap Mirror: Handle Delete Port: 62e17405-9434-40dd-942a-d4d3430d3808 /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 1303/2586] 10.0.0.218 () {34 vars in 970 bytes} [Tue Jul 21 07:57:28 2026] GET /v2.0/ports/02db3dff-877c-43fb-950f-8023fd95e21d => generated 1324 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1284/2587] 10.0.0.32 () {34 vars in 787 bytes} [Tue Jul 21 07:57:27 2026] PUT /v2.0/routers/1cf9ad1d-14e1-461d-99aa-42f479dfd43d/remove_router_interface => generated 309 bytes in 1233 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-21 07:57:29.056 7 INFO neutron_taas.services.taas.taas_plugin [None req-417101ff-79f9-4a57-bab2-0798e506a48c c91b302a1f0c4d688f2f771aebbdb373 3ab8b07b6cd247c2a83286280ea0a707 - - default default] TaaS: Handle Delete Port: 4ef12fc4-ff53-4020-b839-f33dc8692678 2026-07-21 07:57:29.059 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-417101ff-79f9-4a57-bab2-0798e506a48c c91b302a1f0c4d688f2f771aebbdb373 3ab8b07b6cd247c2a83286280ea0a707 - - default default] Tap Mirror: Handle Delete Port: 4ef12fc4-ff53-4020-b839-f33dc8692678 2026-07-21 07:57:29.310 7 INFO neutron_taas.services.taas.taas_plugin [None req-417101ff-79f9-4a57-bab2-0798e506a48c c91b302a1f0c4d688f2f771aebbdb373 3ab8b07b6cd247c2a83286280ea0a707 - - default default] TaaS: Handle Delete Port: 6695e2b1-a87e-4f13-b80c-57acd89399c7 2026-07-21 07:57:29.312 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-417101ff-79f9-4a57-bab2-0798e506a48c c91b302a1f0c4d688f2f771aebbdb373 3ab8b07b6cd247c2a83286280ea0a707 - - default default] Tap Mirror: Handle Delete Port: 6695e2b1-a87e-4f13-b80c-57acd89399c7 [pid: 8|app: 0|req: 1285/2588] 199.19.213.44 () {34 vars in 1260 bytes} [Tue Jul 21 07:57:29 2026] GET /v2.0/ports/02db3dff-877c-43fb-950f-8023fd95e21d?fields=binding%3Avnic_type&fields=binding%3Aprofile&fields=network_id&fields=resource_request&fields=numa_affinity_policy&fields=device_profile => generated 136 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1286/2589] 199.19.213.44 () {34 vars in 1010 bytes} [Tue Jul 21 07:57:29 2026] GET /v2.0/networks/ce6b1180-0f78-4ae0-8c38-9c71be7a5d45?fields=segments => generated 14 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1287/2590] 199.19.213.44 () {34 vars in 1110 bytes} [Tue Jul 21 07:57:29 2026] GET /v2.0/networks/ce6b1180-0f78-4ae0-8c38-9c71be7a5d45?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-21 07:57:29.665 7 INFO neutron.services.segments.plugin [-] Segment 553072d5-6213-4797-8dcf-03dafcbbe8ef resource provider aggregate not found 2026-07-21 07:57:29.665 7 INFO neutron.services.segments.plugin [-] Segment 553072d5-6213-4797-8dcf-03dafcbbe8ef resource provider aggregate not found 2026-07-21 07:57:29.686 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 553072d5-6213-4797-8dcf-03dafcbbe8ef resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 553072d5-6213-4797-8dcf-03dafcbbe8ef found for delete ", "request_id": "req-11c87686-b8b0-4739-9402-ff384e6301ca"}]} 2026-07-21 07:57:29.692 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 553072d5-6213-4797-8dcf-03dafcbbe8ef resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 553072d5-6213-4797-8dcf-03dafcbbe8ef found for delete ", "request_id": "req-cdbc027e-1970-466d-95e0-3abc5adc74f6"}]} 2026-07-21 07:57:29.704 7 INFO neutron.db.l3_hamode_db [None req-417101ff-79f9-4a57-bab2-0798e506a48c c91b302a1f0c4d688f2f771aebbdb373 3ab8b07b6cd247c2a83286280ea0a707 - - default default] HA network 442a74b0-504d-4e50-9bd2-9d45d724c5a1 was deleted as no HA routers are present in tenant 43c2c48e4ddb462899696a61d08ae50d. [pid: 7|app: 0|req: 1304/2591] 10.0.0.32 () {32 vars in 722 bytes} [Tue Jul 21 07:57:28 2026] DELETE /v2.0/routers/1cf9ad1d-14e1-461d-99aa-42f479dfd43d => generated 0 bytes in 839 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1288/2592] 10.0.0.32 () {32 vars in 722 bytes} [Tue Jul 21 07:57:29 2026] DELETE /v2.0/subnets/9c6b911a-d6ee-4faa-9ad1-6564b19a4d63 => generated 0 bytes in 145 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-21 07:57:29.949 7 INFO neutron_taas.services.taas.taas_plugin [None req-4c3b2395-0676-42b6-973f-140d82009df6 c91b302a1f0c4d688f2f771aebbdb373 3ab8b07b6cd247c2a83286280ea0a707 - - default default] TaaS: Handle Delete Port: c38513c2-f837-4373-95b2-a5bf3f4d52e6 2026-07-21 07:57:29.953 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4c3b2395-0676-42b6-973f-140d82009df6 c91b302a1f0c4d688f2f771aebbdb373 3ab8b07b6cd247c2a83286280ea0a707 - - default default] Tap Mirror: Handle Delete Port: c38513c2-f837-4373-95b2-a5bf3f4d52e6 [pid: 7|app: 0|req: 1305/2593] 10.0.0.32 () {32 vars in 724 bytes} [Tue Jul 21 07:57:29 2026] DELETE /v2.0/networks/770c98ae-1b29-4643-8b21-281237f98cbf => generated 0 bytes in 267 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1289/2594] 199.19.213.44 () {34 vars in 973 bytes} [Tue Jul 21 07:57:30 2026] GET /v2.0/ports/02db3dff-877c-43fb-950f-8023fd95e21d => generated 1324 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1306/2595] 199.19.213.44 () {34 vars in 984 bytes} [Tue Jul 21 07:57:30 2026] GET /v2.0/networks?id=ce6b1180-0f78-4ae0-8c38-9c71be7a5d45 => generated 801 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1307/2596] 10.0.0.32 () {32 vars in 772 bytes} [Tue Jul 21 07:57:30 2026] GET /v2.0/security-groups?tenant_id=43c2c48e4ddb462899696a61d08ae50d&name=default => generated 2929 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1308/2597] 10.0.0.32 () {32 vars in 738 bytes} [Tue Jul 21 07:57:30 2026] DELETE /v2.0/security-groups/822b5987-d438-498c-9e82-9d69b9b19919 => generated 0 bytes in 99 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1290/2598] 199.19.213.44 () {38 vars in 1026 bytes} [Tue Jul 21 07:57:30 2026] PUT /v2.0/ports/02db3dff-877c-43fb-950f-8023fd95e21d => generated 1514 bytes in 461 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-21 07:57:30.682 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-4f8fb1ab-8920-4746-b8bc-43f517e84126'] response: {'name': 'network-changed', 'server_uuid': 'd7f5790d-0042-4483-a22d-347ec9df621d', 'tag': '02db3dff-877c-43fb-950f-8023fd95e21d', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1309/2599] 199.19.213.44 () {34 vars in 1078 bytes} [Tue Jul 21 07:57:31 2026] GET /v2.0/ports?tenant_id=3ab8b07b6cd247c2a83286280ea0a707&device_id=d7f5790d-0042-4483-a22d-347ec9df621d => generated 4096 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, ' [pid: 8|app: 0|req: 1291/2600] 199.19.213.44 () {34 vars in 984 bytes} [Tue Jul 21 07:57:31 2026] GET /v2.0/networks?id=ce6b1180-0f78-4ae0-8c38-9c71be7a5d45 => generated 801 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1310/2601] 199.19.213.44 () {34 vars in 1054 bytes} [Tue Jul 21 07:57:31 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.88&port_id=02db3dff-877c-43fb-950f-8023fd95e21d => 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: 1292/2602] 199.19.213.44 () {34 vars in 1102 bytes} [Tue Jul 21 07:57:31 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A2b4&port_id=02db3dff-877c-43fb-950f-8023fd95e21d => 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: 1311/2603] 199.19.213.44 () {34 vars in 1062 bytes} [Tue Jul 21 07:57:31 2026] GET /v2.0/subnets?id=9e91a7ba-82f5-4e48-b4d9-553725d47328&id=e4aedbff-287f-4dda-a743-a205667fb73d => generated 1410 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1293/2604] 199.19.213.44 () {34 vars in 1050 bytes} [Tue Jul 21 07:57:31 2026] GET /v2.0/ports?network_id=ce6b1180-0f78-4ae0-8c38-9c71be7a5d45&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: 1312/2605] 199.19.213.44 () {34 vars in 1050 bytes} [Tue Jul 21 07:57:31 2026] GET /v2.0/ports?network_id=ce6b1180-0f78-4ae0-8c38-9c71be7a5d45&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: 1294/2606] 199.19.213.44 () {34 vars in 1010 bytes} [Tue Jul 21 07:57:31 2026] GET /v2.0/networks/ce6b1180-0f78-4ae0-8c38-9c71be7a5d45?fields=segments => generated 14 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1313/2607] 199.19.213.44 () {34 vars in 1110 bytes} [Tue Jul 21 07:57:31 2026] GET /v2.0/networks/ce6b1180-0f78-4ae0-8c38-9c71be7a5d45?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-21 07:57:31.702 7 INFO neutron.services.segments.plugin [-] Segment 7f826235-3bdf-4a6f-8203-f3afd6e16dee resource provider aggregate not found 2026-07-21 07:57:31.709 7 INFO neutron.services.segments.plugin [-] Segment 7f826235-3bdf-4a6f-8203-f3afd6e16dee resource provider aggregate not found 2026-07-21 07:57:31.723 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 7f826235-3bdf-4a6f-8203-f3afd6e16dee resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7f826235-3bdf-4a6f-8203-f3afd6e16dee found for delete ", "request_id": "req-7432d85e-f11f-4869-bdf5-c29e8fc39170"}]} 2026-07-21 07:57:31.726 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 7f826235-3bdf-4a6f-8203-f3afd6e16dee resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7f826235-3bdf-4a6f-8203-f3afd6e16dee found for delete ", "request_id": "req-b1b99598-01e9-4b58-a7ac-c9df7edb1e7a"}]} [pid: 8|app: 0|req: 1295/2608] 199.19.213.44 () {34 vars in 1078 bytes} [Tue Jul 21 07:57:32 2026] GET /v2.0/ports?tenant_id=3ab8b07b6cd247c2a83286280ea0a707&device_id=d7f5790d-0042-4483-a22d-347ec9df621d => generated 4096 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1314/2609] 199.19.213.44 () {34 vars in 1060 bytes} [Tue Jul 21 07:57:32 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.0.103&port_id=fc3722d3-022c-49ec-adf7-a8bbacb41cc5 => 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: 1296/2610] 199.19.213.44 () {34 vars in 982 bytes} [Tue Jul 21 07:57:32 2026] GET /v2.0/subnets?id=a7ad2997-d008-4b91-81a8-a60ebc0bccaa => 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: 1315/2611] 199.19.213.44 () {34 vars in 1050 bytes} [Tue Jul 21 07:57:32 2026] GET /v2.0/ports?network_id=62074393-f04b-440e-b4ad-761200171e02&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: 1297/2612] 199.19.213.44 () {34 vars in 1010 bytes} [Tue Jul 21 07:57:32 2026] GET /v2.0/networks/62074393-f04b-440e-b4ad-761200171e02?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: 1316/2613] 199.19.213.44 () {34 vars in 1110 bytes} [Tue Jul 21 07:57:32 2026] GET /v2.0/networks/62074393-f04b-440e-b4ad-761200171e02?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: 1298/2614] 199.19.213.44 () {34 vars in 1056 bytes} [Tue Jul 21 07:57:32 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.155&port_id=041e9d64-22e6-46cd-b945-b20e455b5f59 => generated 19 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1317/2615] 199.19.213.44 () {34 vars in 982 bytes} [Tue Jul 21 07:57:32 2026] GET /v2.0/subnets?id=b35f03ea-99fd-432e-9789-1f9b024859e0 => generated 679 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1299/2616] 199.19.213.44 () {34 vars in 1050 bytes} [Tue Jul 21 07:57:32 2026] GET /v2.0/ports?network_id=01d5e989-5b82-494d-8159-019c7348e6fc&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: 1318/2617] 199.19.213.44 () {34 vars in 1010 bytes} [Tue Jul 21 07:57:32 2026] GET /v2.0/networks/01d5e989-5b82-494d-8159-019c7348e6fc?fields=segments => generated 14 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1300/2618] 199.19.213.44 () {34 vars in 1110 bytes} [Tue Jul 21 07:57:33 2026] GET /v2.0/networks/01d5e989-5b82-494d-8159-019c7348e6fc?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1319/2619] 199.19.213.44 () {34 vars in 1054 bytes} [Tue Jul 21 07:57:33 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.88&port_id=02db3dff-877c-43fb-950f-8023fd95e21d => 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: 1301/2620] 199.19.213.44 () {34 vars in 1102 bytes} [Tue Jul 21 07:57:33 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A2b4&port_id=02db3dff-877c-43fb-950f-8023fd95e21d => 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: 1320/2621] 199.19.213.44 () {34 vars in 1062 bytes} [Tue Jul 21 07:57:33 2026] GET /v2.0/subnets?id=9e91a7ba-82f5-4e48-b4d9-553725d47328&id=e4aedbff-287f-4dda-a743-a205667fb73d => generated 1410 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1302/2622] 199.19.213.44 () {34 vars in 1050 bytes} [Tue Jul 21 07:57:33 2026] GET /v2.0/ports?network_id=ce6b1180-0f78-4ae0-8c38-9c71be7a5d45&device_owner=network%3Adhcp => generated 1457 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1321/2623] 199.19.213.44 () {34 vars in 1050 bytes} [Tue Jul 21 07:57:33 2026] GET /v2.0/ports?network_id=ce6b1180-0f78-4ae0-8c38-9c71be7a5d45&device_owner=network%3Adhcp => generated 1457 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1303/2624] 199.19.213.44 () {34 vars in 1010 bytes} [Tue Jul 21 07:57:33 2026] GET /v2.0/networks/ce6b1180-0f78-4ae0-8c38-9c71be7a5d45?fields=segments => generated 14 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1322/2625] 199.19.213.44 () {34 vars in 1110 bytes} [Tue Jul 21 07:57:33 2026] GET /v2.0/networks/ce6b1180-0f78-4ae0-8c38-9c71be7a5d45?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: 1305/2628] 10.0.0.218 () {34 vars in 970 bytes} [Tue Jul 21 07:57:37 2026] GET /v2.0/ports/02db3dff-877c-43fb-950f-8023fd95e21d => generated 1516 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1324/2629] 199.19.213.44 () {30 vars in 741 bytes} [Tue Jul 21 07:57:37 2026] GET /v2.0/networks/ce6b1180-0f78-4ae0-8c38-9c71be7a5d45 => generated 798 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1306/2630] 199.19.213.44 () {30 vars in 739 bytes} [Tue Jul 21 07:57:37 2026] GET /v2.0/subnets/e4aedbff-287f-4dda-a743-a205667fb73d => generated 674 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1325/2631] 199.19.213.44 () {30 vars in 739 bytes} [Tue Jul 21 07:57:37 2026] GET /v2.0/subnets/9e91a7ba-82f5-4e48-b4d9-553725d47328 => generated 743 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1307/2632] 199.19.213.44 () {30 vars in 701 bytes} [Tue Jul 21 07:57: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: 7|app: 0|req: 1326/2633] 199.19.213.44 () {30 vars in 703 bytes} [Tue Jul 21 07:57:37 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: 1308/2634] 199.19.213.44 () {30 vars in 679 bytes} [Tue Jul 21 07:57:37 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: 1327/2635] 199.19.213.44 () {30 vars in 715 bytes} [Tue Jul 21 07:57:37 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: 1309/2636] 199.19.213.44 () {30 vars in 739 bytes} [Tue Jul 21 07:57:37 2026] GET /v2.0/subnets/b35f03ea-99fd-432e-9789-1f9b024859e0 => generated 676 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1328/2637] 199.19.213.44 () {30 vars in 735 bytes} [Tue Jul 21 07:57:37 2026] GET /v2.0/ports/777e642b-c6e8-4e05-85e0-8b4c67b0254e => generated 1132 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1310/2638] 199.19.213.44 () {30 vars in 735 bytes} [Tue Jul 21 07:57:37 2026] GET /v2.0/ports/041e9d64-22e6-46cd-b945-b20e455b5f59 => generated 1350 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1329/2639] 199.19.213.44 () {30 vars in 739 bytes} [Tue Jul 21 07:57:37 2026] GET /v2.0/subnets/b35f03ea-99fd-432e-9789-1f9b024859e0 => generated 676 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1311/2640] 199.19.213.44 () {30 vars in 741 bytes} [Tue Jul 21 07:57:37 2026] GET /v2.0/networks/01d5e989-5b82-494d-8159-019c7348e6fc => generated 799 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1330/2641] 199.19.213.44 () {30 vars in 735 bytes} [Tue Jul 21 07:57:37 2026] GET /v2.0/ports/777e642b-c6e8-4e05-85e0-8b4c67b0254e => generated 1132 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1312/2642] 199.19.213.44 () {30 vars in 739 bytes} [Tue Jul 21 07:57:38 2026] GET /v2.0/subnets/b35f03ea-99fd-432e-9789-1f9b024859e0 => generated 676 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1331/2643] 10.0.0.32 () {32 vars in 772 bytes} [Tue Jul 21 07:57:40 2026] GET /v2.0/security-groups?tenant_id=2d82d9b63ca442c0a9f7e1315a63ed8f&name=default => generated 2929 bytes in 271 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1313/2644] 10.0.0.32 () {32 vars in 738 bytes} [Tue Jul 21 07:57:40 2026] DELETE /v2.0/security-groups/b820ee9d-2ced-4a79-8177-9985bd333a14 => generated 0 bytes in 111 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-21 07:57:43.848 7 INFO neutron.db.segments_db [None req-ced07241-a764-4857-bad1-f3d048bf704a 2a58671539ed46f981bc8b93509af3a7 7c619acd04b14e8795a9c9981e86de36 - - default default] Added segment 6a8c405e-1348-44ca-b524-ba40f48b9b67 of type vxlan for network b8faaec1-aac0-43f7-b339-2433fcf67ab1 [pid: 7|app: 0|req: 1332/2645] 10.0.0.32 () {34 vars in 669 bytes} [Tue Jul 21 07:57:43 2026] POST /v2.0/networks => generated 632 bytes in 454 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-21 07:57:43.980 8 INFO neutron.db.segments_db [None req-712b3459-7215-4967-86ae-ef3ce3905d88 2a58671539ed46f981bc8b93509af3a7 7c619acd04b14e8795a9c9981e86de36 - - default default] Added segment ed8b024f-75fa-43e7-a72d-b7688e5223f1 of type vxlan for network 3441ed26-b295-4e8a-9bc4-0796f80fdddc 2026-07-21 07:57:44.214 8 INFO neutron.db.l3_hamode_db [None req-712b3459-7215-4967-86ae-ef3ce3905d88 2a58671539ed46f981bc8b93509af3a7 7c619acd04b14e8795a9c9981e86de36 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-21 07:57:44.944 8 INFO neutron.db.l3_hamode_db [None req-712b3459-7215-4967-86ae-ef3ce3905d88 2a58671539ed46f981bc8b93509af3a7 7c619acd04b14e8795a9c9981e86de36 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1333/2646] 10.0.0.185 () {30 vars in 689 bytes} [Tue Jul 21 07:57:45 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: 1334/2647] 10.0.0.185 () {30 vars in 691 bytes} [Tue Jul 21 07:57:45 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: 1335/2648] 10.0.0.185 () {30 vars in 667 bytes} [Tue Jul 21 07:57:45 2026] GET /v2.0/extensions/qos => generated 166 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1336/2649] 10.0.0.185 () {30 vars in 703 bytes} [Tue Jul 21 07:57:45 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: 1314/2650] 10.0.0.32 () {34 vars in 667 bytes} [Tue Jul 21 07:57:43 2026] POST /v2.0/routers => generated 695 bytes in 1823 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1337/2651] 10.0.0.32 () {32 vars in 774 bytes} [Tue Jul 21 07:57:45 2026] GET /v2.0/subnets?project_id=7c619acd04b14e8795a9c9981e86de36&cidr=10.100.0.0%2F28 => generated 14 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1315/2652] 10.0.0.32 () {32 vars in 692 bytes} [Tue Jul 21 07:57:45 2026] GET /v2.0/networks?router%3Aexternal=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: 1338/2653] 10.0.0.32 () {32 vars in 782 bytes} [Tue Jul 21 07:57:45 2026] GET /v2.0/subnets?network_id=317f6b37-c4ed-463e-9ada-63bc17d28900&cidr=10.100.0.0%2F28 => generated 14 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1339/2654] 10.0.0.185 () {28 vars in 438 bytes} [Tue Jul 21 07:57:46 2026] GET / => generated 151 bytes in 5 msecs (HTTP/1.1 200) 3 headers in 91 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1316/2655] 10.0.0.32 () {34 vars in 667 bytes} [Tue Jul 21 07:57:45 2026] POST /v2.0/subnets => generated 657 bytes in 222 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1340/2656] 10.0.0.185 () {30 vars in 727 bytes} [Tue Jul 21 07:57:46 2026] GET /v2.0/subnets/22e892d9-2ba3-4d3a-aca1-c7bbfae6d664 => generated 655 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1341/2657] 199.19.213.44 () {30 vars in 701 bytes} [Tue Jul 21 07:57:46 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: 1342/2658] 199.19.213.44 () {30 vars in 703 bytes} [Tue Jul 21 07:57:47 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: 1343/2659] 199.19.213.44 () {30 vars in 679 bytes} [Tue Jul 21 07:57:47 2026] GET /v2.0/extensions/qos => generated 166 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1344/2660] 199.19.213.44 () {30 vars in 715 bytes} [Tue Jul 21 07:57:47 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1345/2661] 199.19.213.44 () {30 vars in 739 bytes} [Tue Jul 21 07:57:47 2026] GET /v2.0/subnets/e4aedbff-287f-4dda-a743-a205667fb73d => generated 674 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1346/2662] 199.19.213.44 () {30 vars in 739 bytes} [Tue Jul 21 07:57:47 2026] GET /v2.0/subnets/22e892d9-2ba3-4d3a-aca1-c7bbfae6d664 => generated 673 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1347/2663] 199.19.213.44 () {30 vars in 767 bytes} [Tue Jul 21 07:57:47 2026] GET /v2.0/ports?device_id=d7f5790d-0042-4483-a22d-347ec9df621d => generated 4098 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1348/2664] 199.19.213.44 () {30 vars in 701 bytes} [Tue Jul 21 07:57:47 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: 1349/2665] 199.19.213.44 () {30 vars in 703 bytes} [Tue Jul 21 07:57:47 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1350/2666] 199.19.213.44 () {30 vars in 679 bytes} [Tue Jul 21 07:57:47 2026] GET /v2.0/extensions/qos => generated 166 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1351/2667] 199.19.213.44 () {30 vars in 715 bytes} [Tue Jul 21 07:57:47 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: 1317/2668] 10.0.0.32 () {34 vars in 781 bytes} [Tue Jul 21 07:57:46 2026] PUT /v2.0/routers/8bd069ab-e9fd-4718-887b-ff7f6d188c01/add_router_interface => generated 309 bytes in 1291 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1318/2669] 10.0.0.32 () {32 vars in 647 bytes} [Tue Jul 21 07:57:47 2026] GET /v2.0/networks => generated 6662 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1319/2670] 10.0.0.32 () {32 vars in 645 bytes} [Tue Jul 21 07:57:47 2026] GET /v2.0/subnets => generated 7419 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1320/2671] 10.0.0.32 () {32 vars in 645 bytes} [Tue Jul 21 07:57:47 2026] GET /v2.0/routers => generated 1453 bytes in 98 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1352/2672] 199.19.213.44 () {34 vars in 715 bytes} [Tue Jul 21 07:57:47 2026] POST /v2.0/ports => generated 1332 bytes in 428 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1321/2673] 10.0.0.32 () {34 vars in 683 bytes} [Tue Jul 21 07:57:47 2026] POST /v2.0/security-groups => generated 1677 bytes in 114 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: 1353/2674] 10.0.0.32 () {34 vars in 693 bytes} [Tue Jul 21 07:57:47 2026] POST /v2.0/security-group-rules => generated 597 bytes in 108 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1322/2675] 10.0.0.218 () {34 vars in 970 bytes} [Tue Jul 21 07:57:47 2026] GET /v2.0/ports/e34158d0-d3e0-43cf-a4b0-5690ab8a0003 => generated 1332 bytes in 138 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1323/2676] 10.0.0.218 () {34 vars in 906 bytes} [Tue Jul 21 07:57:48 2026] GET /v2.0/extensions => generated 21537 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1354/2677] 10.0.0.32 () {34 vars in 693 bytes} [Tue Jul 21 07:57:48 2026] POST /v2.0/security-group-rules => generated 596 bytes in 110 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1324/2678] 10.0.0.32 () {34 vars in 693 bytes} [Tue Jul 21 07:57:48 2026] POST /v2.0/security-group-rules => generated 602 bytes in 127 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1355/2679] 10.0.0.32 () {34 vars in 693 bytes} [Tue Jul 21 07:57:48 2026] POST /v2.0/security-group-rules => generated 601 bytes in 105 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-21 07:57:48.419 8 INFO neutron.db.securitygroups_db [None req-b8a08fd0-a739-45b5-9834-4ac08012088e 2a58671539ed46f981bc8b93509af3a7 7c619acd04b14e8795a9c9981e86de36 - - default default] Project 7c619acd04b14e8795a9c9981e86de36 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: 1325/2680] 10.0.0.32 () {34 vars in 693 bytes} [Tue Jul 21 07:57:48 2026] POST /v2.0/security-group-rules => generated 607 bytes in 109 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-21 07:57:48.543 7 INFO neutron.db.securitygroups_db [None req-99282cd0-153f-4229-8228-f895dd1bb58d 2a58671539ed46f981bc8b93509af3a7 7c619acd04b14e8795a9c9981e86de36 - - default default] Project 7c619acd04b14e8795a9c9981e86de36 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: 1356/2681] 10.0.0.32 () {34 vars in 693 bytes} [Tue Jul 21 07:57:48 2026] POST /v2.0/security-group-rules => generated 606 bytes in 136 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1326/2682] 10.0.0.32 () {32 vars in 647 bytes} [Tue Jul 21 07:57:48 2026] GET /v2.0/networks => generated 1297 bytes in 106 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1357/2683] 199.19.213.44 () {34 vars in 1260 bytes} [Tue Jul 21 07:57:49 2026] GET /v2.0/ports/e34158d0-d3e0-43cf-a4b0-5690ab8a0003?fields=binding%3Avnic_type&fields=binding%3Aprofile&fields=network_id&fields=resource_request&fields=numa_affinity_policy&fields=device_profile => generated 136 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1327/2684] 199.19.213.44 () {34 vars in 1010 bytes} [Tue Jul 21 07:57:49 2026] GET /v2.0/networks/c6dd29b5-9782-467b-b1bd-878dc86670be?fields=segments => generated 14 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1358/2685] 199.19.213.44 () {34 vars in 1110 bytes} [Tue Jul 21 07:57:49 2026] GET /v2.0/networks/c6dd29b5-9782-467b-b1bd-878dc86670be?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: 1328/2686] 10.0.0.218 () {34 vars in 1099 bytes} [Tue Jul 21 07:57:49 2026] GET /v2.0/security-groups?name=tempest-secgroup-smoke-1962195548&fields=id&tenant_id=7c619acd04b14e8795a9c9981e86de36 => 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: 1359/2687] 10.0.0.218 () {34 vars in 981 bytes} [Tue Jul 21 07:57:49 2026] GET /v2.0/networks?id=b8faaec1-aac0-43f7-b339-2433fcf67ab1 => generated 660 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1329/2688] 10.0.0.218 () {34 vars in 964 bytes} [Tue Jul 21 07:57:49 2026] GET /v2.0/quotas/7c619acd04b14e8795a9c9981e86de36 => 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: 1360/2689] 10.0.0.218 () {34 vars in 1001 bytes} [Tue Jul 21 07:57:49 2026] GET /v2.0/ports?tenant_id=7c619acd04b14e8795a9c9981e86de36&fields=id => generated 103 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1330/2690] 10.0.0.218 () {34 vars in 1007 bytes} [Tue Jul 21 07:57:49 2026] GET /v2.0/networks/b8faaec1-aac0-43f7-b339-2433fcf67ab1?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: 1361/2691] 10.0.0.218 () {34 vars in 1107 bytes} [Tue Jul 21 07:57:49 2026] GET /v2.0/networks/b8faaec1-aac0-43f7-b339-2433fcf67ab1?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1331/2692] 199.19.213.44 () {34 vars in 973 bytes} [Tue Jul 21 07:57:49 2026] GET /v2.0/ports/e34158d0-d3e0-43cf-a4b0-5690ab8a0003 => generated 1332 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1362/2693] 10.0.0.218 () {34 vars in 989 bytes} [Tue Jul 21 07:57:49 2026] GET /v2.0/ports?device_id=22747e79-1da1-4e26-b1be-3062f651df41 => 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: 1332/2694] 199.19.213.44 () {34 vars in 984 bytes} [Tue Jul 21 07:57:49 2026] GET /v2.0/networks?id=c6dd29b5-9782-467b-b1bd-878dc86670be => generated 800 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1363/2695] 199.19.213.44 () {38 vars in 1026 bytes} [Tue Jul 21 07:57:49 2026] PUT /v2.0/ports/e34158d0-d3e0-43cf-a4b0-5690ab8a0003 => generated 1522 bytes in 450 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-21 07:57:50.328 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-6a2062a5-07e6-41a2-8585-9209ce022a8e'] response: {'name': 'network-changed', 'server_uuid': 'd7f5790d-0042-4483-a22d-347ec9df621d', 'tag': 'e34158d0-d3e0-43cf-a4b0-5690ab8a0003', '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: 1364/2696] 10.0.0.218 () {34 vars in 989 bytes} [Tue Jul 21 07:57:50 2026] GET /v2.0/ports?device_id=22747e79-1da1-4e26-b1be-3062f651df41 => 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: 1333/2697] 199.19.213.44 () {34 vars in 1078 bytes} [Tue Jul 21 07:57:50 2026] GET /v2.0/ports?tenant_id=3ab8b07b6cd247c2a83286280ea0a707&device_id=d7f5790d-0042-4483-a22d-347ec9df621d => generated 5612 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1365/2698] 199.19.213.44 () {34 vars in 984 bytes} [Tue Jul 21 07:57:50 2026] GET /v2.0/networks?id=c6dd29b5-9782-467b-b1bd-878dc86670be => generated 800 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1334/2699] 199.19.213.44 () {34 vars in 1056 bytes} [Tue Jul 21 07:57:50 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.174&port_id=e34158d0-d3e0-43cf-a4b0-5690ab8a0003 => generated 19 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1366/2700] 199.19.213.44 () {34 vars in 1104 bytes} [Tue Jul 21 07:57:51 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A327&port_id=e34158d0-d3e0-43cf-a4b0-5690ab8a0003 => 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: 1335/2701] 199.19.213.44 () {34 vars in 1062 bytes} [Tue Jul 21 07:57:51 2026] GET /v2.0/subnets?id=8a1ac748-19f8-4957-a454-75f22c0d74b3&id=22e892d9-2ba3-4d3a-aca1-c7bbfae6d664 => generated 1413 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1367/2703] 199.19.213.44 () {34 vars in 1050 bytes} [Tue Jul 21 07:57:51 2026] GET /v2.0/ports?network_id=c6dd29b5-9782-467b-b1bd-878dc86670be&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: 1368/2705] 199.19.213.44 () {34 vars in 1050 bytes} [Tue Jul 21 07:57:51 2026] GET /v2.0/ports?network_id=c6dd29b5-9782-467b-b1bd-878dc86670be&device_owner=network%3Adhcp => generated 1461 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1338/2706] 199.19.213.44 () {34 vars in 1010 bytes} [Tue Jul 21 07:57:51 2026] GET /v2.0/networks/c6dd29b5-9782-467b-b1bd-878dc86670be?fields=segments => generated 14 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1369/2707] 199.19.213.44 () {34 vars in 1110 bytes} [Tue Jul 21 07:57:51 2026] GET /v2.0/networks/c6dd29b5-9782-467b-b1bd-878dc86670be?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1339/2708] 10.0.0.218 () {34 vars in 989 bytes} [Tue Jul 21 07:57:51 2026] GET /v2.0/ports?device_id=22747e79-1da1-4e26-b1be-3062f651df41 => 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: 1370/2709] 199.19.213.44 () {34 vars in 1078 bytes} [Tue Jul 21 07:57:52 2026] GET /v2.0/ports?tenant_id=3ab8b07b6cd247c2a83286280ea0a707&device_id=d7f5790d-0042-4483-a22d-347ec9df621d => generated 5612 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1340/2710] 199.19.213.44 () {34 vars in 1060 bytes} [Tue Jul 21 07:57:52 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.0.103&port_id=fc3722d3-022c-49ec-adf7-a8bbacb41cc5 => 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: 1371/2711] 199.19.213.44 () {34 vars in 982 bytes} [Tue Jul 21 07:57:52 2026] GET /v2.0/subnets?id=a7ad2997-d008-4b91-81a8-a60ebc0bccaa => generated 654 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1341/2712] 199.19.213.44 () {34 vars in 1050 bytes} [Tue Jul 21 07:57:52 2026] GET /v2.0/ports?network_id=62074393-f04b-440e-b4ad-761200171e02&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: 1372/2713] 199.19.213.44 () {34 vars in 1010 bytes} [Tue Jul 21 07:57:52 2026] GET /v2.0/networks/62074393-f04b-440e-b4ad-761200171e02?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: 1342/2714] 199.19.213.44 () {34 vars in 1110 bytes} [Tue Jul 21 07:57:52 2026] GET /v2.0/networks/62074393-f04b-440e-b4ad-761200171e02?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: 1373/2715] 199.19.213.44 () {34 vars in 1056 bytes} [Tue Jul 21 07:57:52 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.155&port_id=041e9d64-22e6-46cd-b945-b20e455b5f59 => generated 19 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1343/2716] 199.19.213.44 () {34 vars in 982 bytes} [Tue Jul 21 07:57:52 2026] GET /v2.0/subnets?id=b35f03ea-99fd-432e-9789-1f9b024859e0 => 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: 1374/2717] 199.19.213.44 () {34 vars in 1050 bytes} [Tue Jul 21 07:57:52 2026] GET /v2.0/ports?network_id=01d5e989-5b82-494d-8159-019c7348e6fc&device_owner=network%3Adhcp => generated 1461 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1344/2718] 199.19.213.44 () {34 vars in 1010 bytes} [Tue Jul 21 07:57:52 2026] GET /v2.0/networks/01d5e989-5b82-494d-8159-019c7348e6fc?fields=segments => generated 14 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1375/2719] 199.19.213.44 () {34 vars in 1110 bytes} [Tue Jul 21 07:57:52 2026] GET /v2.0/networks/01d5e989-5b82-494d-8159-019c7348e6fc?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1345/2720] 199.19.213.44 () {34 vars in 1054 bytes} [Tue Jul 21 07:57:52 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.88&port_id=02db3dff-877c-43fb-950f-8023fd95e21d => 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: 1376/2721] 199.19.213.44 () {34 vars in 1102 bytes} [Tue Jul 21 07:57:52 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A2b4&port_id=02db3dff-877c-43fb-950f-8023fd95e21d => generated 19 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1346/2722] 199.19.213.44 () {34 vars in 1062 bytes} [Tue Jul 21 07:57:52 2026] GET /v2.0/subnets?id=9e91a7ba-82f5-4e48-b4d9-553725d47328&id=e4aedbff-287f-4dda-a743-a205667fb73d => generated 1410 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1377/2723] 199.19.213.44 () {34 vars in 1050 bytes} [Tue Jul 21 07:57:52 2026] GET /v2.0/ports?network_id=ce6b1180-0f78-4ae0-8c38-9c71be7a5d45&device_owner=network%3Adhcp => generated 1457 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1347/2724] 199.19.213.44 () {34 vars in 1050 bytes} [Tue Jul 21 07:57:52 2026] GET /v2.0/ports?network_id=ce6b1180-0f78-4ae0-8c38-9c71be7a5d45&device_owner=network%3Adhcp => generated 1457 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1378/2725] 10.0.0.218 () {34 vars in 989 bytes} [Tue Jul 21 07:57:53 2026] GET /v2.0/ports?device_id=22747e79-1da1-4e26-b1be-3062f651df41 => 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: 1348/2726] 199.19.213.44 () {34 vars in 1010 bytes} [Tue Jul 21 07:57:53 2026] GET /v2.0/networks/ce6b1180-0f78-4ae0-8c38-9c71be7a5d45?fields=segments => generated 14 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1379/2727] 199.19.213.44 () {34 vars in 1110 bytes} [Tue Jul 21 07:57:53 2026] GET /v2.0/networks/ce6b1180-0f78-4ae0-8c38-9c71be7a5d45?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: 1349/2728] 199.19.213.44 () {34 vars in 1056 bytes} [Tue Jul 21 07:57:53 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.174&port_id=e34158d0-d3e0-43cf-a4b0-5690ab8a0003 => 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: 1380/2729] 199.19.213.44 () {34 vars in 1104 bytes} [Tue Jul 21 07:57:53 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A327&port_id=e34158d0-d3e0-43cf-a4b0-5690ab8a0003 => generated 19 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1350/2730] 199.19.213.44 () {34 vars in 1062 bytes} [Tue Jul 21 07:57:53 2026] GET /v2.0/subnets?id=8a1ac748-19f8-4957-a454-75f22c0d74b3&id=22e892d9-2ba3-4d3a-aca1-c7bbfae6d664 => generated 1413 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1381/2731] 199.19.213.44 () {34 vars in 1050 bytes} [Tue Jul 21 07:57:53 2026] GET /v2.0/ports?network_id=c6dd29b5-9782-467b-b1bd-878dc86670be&device_owner=network%3Adhcp => generated 1461 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1351/2732] 199.19.213.44 () {34 vars in 1050 bytes} [Tue Jul 21 07:57:53 2026] GET /v2.0/ports?network_id=c6dd29b5-9782-467b-b1bd-878dc86670be&device_owner=network%3Adhcp => generated 1461 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1382/2733] 199.19.213.44 () {34 vars in 1010 bytes} [Tue Jul 21 07:57:53 2026] GET /v2.0/networks/c6dd29b5-9782-467b-b1bd-878dc86670be?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: 1352/2734] 199.19.213.44 () {34 vars in 1110 bytes} [Tue Jul 21 07:57:53 2026] GET /v2.0/networks/c6dd29b5-9782-467b-b1bd-878dc86670be?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1353/2735] 10.0.0.218 () {34 vars in 989 bytes} [Tue Jul 21 07:57:54 2026] GET /v2.0/ports?device_id=22747e79-1da1-4e26-b1be-3062f651df41 => 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: 1383/2736] 199.19.213.44 () {34 vars in 984 bytes} [Tue Jul 21 07:57:54 2026] GET /v2.0/networks?id=b8faaec1-aac0-43f7-b339-2433fcf67ab1 => generated 660 bytes in 105 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1354/2737] 199.19.213.44 () {34 vars in 1048 bytes} [Tue Jul 21 07:57:54 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=7c619acd04b14e8795a9c9981e86de36 => generated 181 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1384/2738] 199.19.213.44 () {38 vars in 953 bytes} [Tue Jul 21 07:57:54 2026] POST /v2.0/ports => generated 954 bytes in 408 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1355/2739] 199.19.213.44 () {38 vars in 1026 bytes} [Tue Jul 21 07:57:54 2026] PUT /v2.0/ports/629e3023-0124-4a70-a0eb-9a7700e72d33 => generated 1235 bytes in 399 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-21 07:57:55.057 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-a50f71e4-ff2c-4f79-9839-ff620beedb10'] response: {'name': 'network-changed', 'server_uuid': '22747e79-1da1-4e26-b1be-3062f651df41', 'tag': '629e3023-0124-4a70-a0eb-9a7700e72d33', '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: 1385/2740] 10.0.0.218 () {34 vars in 989 bytes} [Tue Jul 21 07:57:55 2026] GET /v2.0/ports?device_id=22747e79-1da1-4e26-b1be-3062f651df41 => generated 969 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1356/2741] 10.0.0.218 () {34 vars in 1039 bytes} [Tue Jul 21 07:57:55 2026] GET /v2.0/security-groups?id=85b336aa-e42e-4fd9-b9e8-410cdc8209d8&fields=id&fields=name => generated 114 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1386/2742] 199.19.213.44 () {34 vars in 1078 bytes} [Tue Jul 21 07:57:55 2026] GET /v2.0/ports?tenant_id=7c619acd04b14e8795a9c9981e86de36&device_id=22747e79-1da1-4e26-b1be-3062f651df41 => generated 1238 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1357/2743] 199.19.213.44 () {34 vars in 1016 bytes} [Tue Jul 21 07:57:55 2026] GET /v2.0/networks?tenant_id=7c619acd04b14e8795a9c9981e86de36&shared=False => generated 756 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1387/2744] 199.19.213.44 () {34 vars in 928 bytes} [Tue Jul 21 07:57:55 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1358/2745] 10.0.0.218 () {34 vars in 989 bytes} [Tue Jul 21 07:57:56 2026] GET /v2.0/ports?device_id=22747e79-1da1-4e26-b1be-3062f651df41 => generated 969 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1388/2746] 10.0.0.218 () {34 vars in 1039 bytes} [Tue Jul 21 07:57:56 2026] GET /v2.0/security-groups?id=85b336aa-e42e-4fd9-b9e8-410cdc8209d8&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: 1359/2747] 199.19.213.44 () {34 vars in 1078 bytes} [Tue Jul 21 07:57:56 2026] GET /v2.0/ports?tenant_id=7c619acd04b14e8795a9c9981e86de36&device_id=22747e79-1da1-4e26-b1be-3062f651df41 => generated 1238 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1389/2748] 199.19.213.44 () {34 vars in 1056 bytes} [Tue Jul 21 07:57:56 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.5&port_id=629e3023-0124-4a70-a0eb-9a7700e72d33 => 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: 1360/2749] 199.19.213.44 () {34 vars in 982 bytes} [Tue Jul 21 07:57:56 2026] GET /v2.0/subnets?id=3492458f-a2ce-43b3-b42d-b2de1a66bcc5 => generated 678 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1390/2750] 199.19.213.44 () {34 vars in 1050 bytes} [Tue Jul 21 07:57:56 2026] GET /v2.0/ports?network_id=b8faaec1-aac0-43f7-b339-2433fcf67ab1&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: 1361/2751] 199.19.213.44 () {34 vars in 1010 bytes} [Tue Jul 21 07:57:56 2026] GET /v2.0/networks/b8faaec1-aac0-43f7-b339-2433fcf67ab1?fields=segments => generated 14 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1391/2752] 199.19.213.44 () {34 vars in 1110 bytes} [Tue Jul 21 07:57:56 2026] GET /v2.0/networks/b8faaec1-aac0-43f7-b339-2433fcf67ab1?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1362/2753] 10.0.0.218 () {34 vars in 989 bytes} [Tue Jul 21 07:57:57 2026] GET /v2.0/ports?device_id=22747e79-1da1-4e26-b1be-3062f651df41 => generated 969 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1392/2754] 10.0.0.218 () {34 vars in 1039 bytes} [Tue Jul 21 07:57:57 2026] GET /v2.0/security-groups?id=85b336aa-e42e-4fd9-b9e8-410cdc8209d8&fields=id&fields=name => generated 114 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1363/2755] 10.0.0.218 () {34 vars in 970 bytes} [Tue Jul 21 07:57:57 2026] GET /v2.0/ports/e34158d0-d3e0-43cf-a4b0-5690ab8a0003 => generated 1524 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1393/2756] 199.19.213.44 () {30 vars in 741 bytes} [Tue Jul 21 07:57:57 2026] GET /v2.0/networks/c6dd29b5-9782-467b-b1bd-878dc86670be => generated 797 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1364/2757] 199.19.213.44 () {30 vars in 739 bytes} [Tue Jul 21 07:57:57 2026] GET /v2.0/subnets/22e892d9-2ba3-4d3a-aca1-c7bbfae6d664 => generated 673 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1394/2758] 199.19.213.44 () {30 vars in 739 bytes} [Tue Jul 21 07:57:57 2026] GET /v2.0/subnets/8a1ac748-19f8-4957-a454-75f22c0d74b3 => generated 747 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1365/2759] 199.19.213.44 () {30 vars in 735 bytes} [Tue Jul 21 07:57:57 2026] GET /v2.0/ports/02db3dff-877c-43fb-950f-8023fd95e21d => generated 1516 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1395/2760] 199.19.213.44 () {34 vars in 788 bytes} [Tue Jul 21 07:57:57 2026] PUT /v2.0/ports/02db3dff-877c-43fb-950f-8023fd95e21d => generated 1251 bytes in 308 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-21 07:57:58.202 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-536b5460-d844-4fae-b863-820f96836fb8'] response: {'name': 'network-changed', 'server_uuid': 'd7f5790d-0042-4483-a22d-347ec9df621d', 'tag': '02db3dff-877c-43fb-950f-8023fd95e21d', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1366/2761] 199.19.213.44 () {30 vars in 741 bytes} [Tue Jul 21 07:57:58 2026] GET /v2.0/networks/ce6b1180-0f78-4ae0-8c38-9c71be7a5d45 => generated 798 bytes in 35 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: 1396/2762] 199.19.213.44 () {30 vars in 739 bytes} [Tue Jul 21 07:57:58 2026] GET /v2.0/subnets/e4aedbff-287f-4dda-a743-a205667fb73d => generated 674 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1367/2763] 199.19.213.44 () {30 vars in 701 bytes} [Tue Jul 21 07:57:58 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: 1397/2764] 199.19.213.44 () {30 vars in 703 bytes} [Tue Jul 21 07:57:58 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: 1368/2765] 199.19.213.44 () {30 vars in 679 bytes} [Tue Jul 21 07:57:58 2026] GET /v2.0/extensions/qos => generated 166 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1398/2766] 199.19.213.44 () {30 vars in 715 bytes} [Tue Jul 21 07:57:58 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: 1369/2767] 199.19.213.44 () {30 vars in 739 bytes} [Tue Jul 21 07:57:58 2026] GET /v2.0/subnets/b35f03ea-99fd-432e-9789-1f9b024859e0 => generated 676 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1399/2768] 199.19.213.44 () {30 vars in 735 bytes} [Tue Jul 21 07:57:58 2026] GET /v2.0/ports/777e642b-c6e8-4e05-85e0-8b4c67b0254e => generated 1132 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1370/2769] 199.19.213.44 () {30 vars in 735 bytes} [Tue Jul 21 07:57:58 2026] GET /v2.0/ports/041e9d64-22e6-46cd-b945-b20e455b5f59 => generated 1350 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1400/2770] 199.19.213.44 () {30 vars in 739 bytes} [Tue Jul 21 07:57:58 2026] GET /v2.0/subnets/b35f03ea-99fd-432e-9789-1f9b024859e0 => generated 676 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1371/2771] 199.19.213.44 () {30 vars in 741 bytes} [Tue Jul 21 07:57:58 2026] GET /v2.0/networks/01d5e989-5b82-494d-8159-019c7348e6fc => generated 799 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1401/2772] 199.19.213.44 () {30 vars in 735 bytes} [Tue Jul 21 07:57:58 2026] GET /v2.0/ports/777e642b-c6e8-4e05-85e0-8b4c67b0254e => generated 1132 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1372/2773] 199.19.213.44 () {30 vars in 739 bytes} [Tue Jul 21 07:57:58 2026] GET /v2.0/subnets/b35f03ea-99fd-432e-9789-1f9b024859e0 => 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: 1402/2774] 10.0.0.218 () {34 vars in 989 bytes} [Tue Jul 21 07:57:58 2026] GET /v2.0/ports?device_id=22747e79-1da1-4e26-b1be-3062f651df41 => generated 969 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1403/2775] 10.0.0.218 () {34 vars in 1039 bytes} [Tue Jul 21 07:57:58 2026] GET /v2.0/security-groups?id=85b336aa-e42e-4fd9-b9e8-410cdc8209d8&fields=id&fields=name => generated 114 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1373/2776] 199.19.213.44 () {34 vars in 1078 bytes} [Tue Jul 21 07:57:58 2026] GET /v2.0/ports?tenant_id=3ab8b07b6cd247c2a83286280ea0a707&device_id=d7f5790d-0042-4483-a22d-347ec9df621d => generated 5385 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1404/2777] 199.19.213.44 () {34 vars in 984 bytes} [Tue Jul 21 07:57:58 2026] GET /v2.0/networks?id=ce6b1180-0f78-4ae0-8c38-9c71be7a5d45 => generated 801 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1374/2778] 199.19.213.44 () {34 vars in 1054 bytes} [Tue Jul 21 07:57:58 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.88&port_id=02db3dff-877c-43fb-950f-8023fd95e21d => 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: 1405/2779] 199.19.213.44 () {34 vars in 982 bytes} [Tue Jul 21 07:57:58 2026] GET /v2.0/subnets?id=e4aedbff-287f-4dda-a743-a205667fb73d => generated 677 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1375/2780] 199.19.213.44 () {34 vars in 1050 bytes} [Tue Jul 21 07:57:58 2026] GET /v2.0/ports?network_id=ce6b1180-0f78-4ae0-8c38-9c71be7a5d45&device_owner=network%3Adhcp => generated 1457 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1406/2781] 199.19.213.44 () {34 vars in 1010 bytes} [Tue Jul 21 07:57:58 2026] GET /v2.0/networks/ce6b1180-0f78-4ae0-8c38-9c71be7a5d45?fields=segments => generated 14 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1376/2782] 199.19.213.44 () {34 vars in 1110 bytes} [Tue Jul 21 07:57:58 2026] GET /v2.0/networks/ce6b1180-0f78-4ae0-8c38-9c71be7a5d45?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: 1407/2783] 10.0.0.218 () {34 vars in 989 bytes} [Tue Jul 21 07:57:59 2026] GET /v2.0/ports?device_id=22747e79-1da1-4e26-b1be-3062f651df41 => generated 971 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1377/2784] 10.0.0.218 () {34 vars in 1039 bytes} [Tue Jul 21 07:57:59 2026] GET /v2.0/security-groups?id=85b336aa-e42e-4fd9-b9e8-410cdc8209d8&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: 1408/2785] 10.0.0.218 () {34 vars in 989 bytes} [Tue Jul 21 07:58:00 2026] GET /v2.0/ports?device_id=22747e79-1da1-4e26-b1be-3062f651df41 => generated 971 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1378/2786] 10.0.0.218 () {34 vars in 1039 bytes} [Tue Jul 21 07:58:01 2026] GET /v2.0/security-groups?id=85b336aa-e42e-4fd9-b9e8-410cdc8209d8&fields=id&fields=name => generated 114 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1409/2787] 10.0.0.218 () {34 vars in 989 bytes} [Tue Jul 21 07:58:02 2026] GET /v2.0/ports?device_id=22747e79-1da1-4e26-b1be-3062f651df41 => 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: 1379/2788] 10.0.0.218 () {34 vars in 1039 bytes} [Tue Jul 21 07:58:02 2026] GET /v2.0/security-groups?id=85b336aa-e42e-4fd9-b9e8-410cdc8209d8&fields=id&fields=name => generated 114 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1410/2789] 10.0.0.218 () {34 vars in 989 bytes} [Tue Jul 21 07:58:02 2026] GET /v2.0/ports?device_id=22747e79-1da1-4e26-b1be-3062f651df41 => generated 971 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1380/2790] 10.0.0.218 () {34 vars in 1039 bytes} [Tue Jul 21 07:58:02 2026] GET /v2.0/security-groups?id=85b336aa-e42e-4fd9-b9e8-410cdc8209d8&fields=id&fields=name => generated 114 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1411/2791] 10.0.0.32 () {32 vars in 734 bytes} [Tue Jul 21 07:58:02 2026] GET /v2.0/ports?device_id=22747e79-1da1-4e26-b1be-3062f651df41 => generated 1240 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-21 07:58:03.144 8 INFO neutron.db.l3_db [None req-32c0f648-f8d7-440a-bd7d-4bfb8944dfba 2a58671539ed46f981bc8b93509af3a7 7c619acd04b14e8795a9c9981e86de36 - - default default] Floating IP 83e94f92-b411-4520-bbb7-192cad308b70 associated. External IP: 10.96.250.213, port: 629e3023-0124-4a70-a0eb-9a7700e72d33. [pid: 8|app: 0|req: 1381/2792] 10.0.0.32 () {34 vars in 675 bytes} [Tue Jul 21 07:58:02 2026] POST /v2.0/floatingips => generated 855 bytes in 1024 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1412/2793] 10.0.0.32 () {32 vars in 727 bytes} [Tue Jul 21 07:58:03 2026] GET /v2.0/floatingips/83e94f92-b411-4520-bbb7-192cad308b70 => generated 855 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-21 07:58:03.569 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-15197ab1-b350-479d-a195-dd71dc6b2c88'] response: {'name': 'network-changed', 'server_uuid': '22747e79-1da1-4e26-b1be-3062f651df41', 'tag': '629e3023-0124-4a70-a0eb-9a7700e72d33', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1382/2794] 199.19.213.44 () {34 vars in 1078 bytes} [Tue Jul 21 07:58:04 2026] GET /v2.0/ports?tenant_id=7c619acd04b14e8795a9c9981e86de36&device_id=22747e79-1da1-4e26-b1be-3062f651df41 => generated 1240 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1413/2795] 199.19.213.44 () {34 vars in 984 bytes} [Tue Jul 21 07:58:04 2026] GET /v2.0/networks?id=b8faaec1-aac0-43f7-b339-2433fcf67ab1 => generated 756 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1383/2796] 199.19.213.44 () {34 vars in 1056 bytes} [Tue Jul 21 07:58:04 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.5&port_id=629e3023-0124-4a70-a0eb-9a7700e72d33 => generated 858 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1414/2797] 199.19.213.44 () {34 vars in 982 bytes} [Tue Jul 21 07:58:04 2026] GET /v2.0/subnets?id=3492458f-a2ce-43b3-b42d-b2de1a66bcc5 => generated 678 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1384/2798] 199.19.213.44 () {34 vars in 1050 bytes} [Tue Jul 21 07:58:04 2026] GET /v2.0/ports?network_id=b8faaec1-aac0-43f7-b339-2433fcf67ab1&device_owner=network%3Adhcp => generated 1244 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1415/2799] 199.19.213.44 () {34 vars in 1010 bytes} [Tue Jul 21 07:58:04 2026] GET /v2.0/networks/b8faaec1-aac0-43f7-b339-2433fcf67ab1?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: 1385/2800] 199.19.213.44 () {34 vars in 1110 bytes} [Tue Jul 21 07:58:04 2026] GET /v2.0/networks/b8faaec1-aac0-43f7-b339-2433fcf67ab1?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: 1416/2801] 10.0.0.32 () {32 vars in 727 bytes} [Tue Jul 21 07:58:04 2026] GET /v2.0/floatingips/83e94f92-b411-4520-bbb7-192cad308b70 => generated 855 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1386/2802] 10.0.0.32 () {32 vars in 727 bytes} [Tue Jul 21 07:58:05 2026] GET /v2.0/floatingips/83e94f92-b411-4520-bbb7-192cad308b70 => generated 857 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1418/2805] 199.19.213.44 () {30 vars in 701 bytes} [Tue Jul 21 07:58:10 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: 1388/2806] 199.19.213.44 () {30 vars in 703 bytes} [Tue Jul 21 07:58:10 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: 1419/2807] 199.19.213.44 () {30 vars in 679 bytes} [Tue Jul 21 07:58:10 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: 1389/2808] 199.19.213.44 () {30 vars in 715 bytes} [Tue Jul 21 07:58:10 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: 1420/2809] 199.19.213.44 () {30 vars in 739 bytes} [Tue Jul 21 07:58:10 2026] GET /v2.0/subnets/e4aedbff-287f-4dda-a743-a205667fb73d => generated 674 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1390/2810] 199.19.213.44 () {30 vars in 767 bytes} [Tue Jul 21 07:58:10 2026] GET /v2.0/ports?device_id=d7f5790d-0042-4483-a22d-347ec9df621d => generated 5385 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1421/2811] 199.19.213.44 () {30 vars in 701 bytes} [Tue Jul 21 07:58:10 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1391/2812] 199.19.213.44 () {30 vars in 703 bytes} [Tue Jul 21 07:58:10 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1422/2813] 199.19.213.44 () {30 vars in 679 bytes} [Tue Jul 21 07:58:10 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: 1423/2814] 199.19.213.44 () {30 vars in 715 bytes} [Tue Jul 21 07:58:10 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: 1392/2815] 10.0.0.179 () {34 vars in 989 bytes} [Tue Jul 21 07:58:10 2026] GET /v2.0/ports?device_id=22747e79-1da1-4e26-b1be-3062f651df41 => generated 1240 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1424/2816] 199.19.213.44 () {30 vars in 735 bytes} [Tue Jul 21 07:58:10 2026] GET /v2.0/ports/e34158d0-d3e0-43cf-a4b0-5690ab8a0003 => generated 1524 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1393/2817] 10.0.0.179 () {34 vars in 1039 bytes} [Tue Jul 21 07:58:10 2026] GET /v2.0/security-groups?id=85b336aa-e42e-4fd9-b9e8-410cdc8209d8&fields=id&fields=name => generated 114 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1425/2818] 199.19.213.44 () {34 vars in 788 bytes} [Tue Jul 21 07:58:10 2026] PUT /v2.0/ports/e34158d0-d3e0-43cf-a4b0-5690ab8a0003 => generated 1255 bytes in 355 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-21 07:58:11.390 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-03e48560-c041-4253-a8dc-fb69441c32e3'] response: {'name': 'network-changed', 'server_uuid': 'd7f5790d-0042-4483-a22d-347ec9df621d', 'tag': 'e34158d0-d3e0-43cf-a4b0-5690ab8a0003', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1394/2819] 199.19.213.44 () {30 vars in 741 bytes} [Tue Jul 21 07:58:11 2026] GET /v2.0/networks/c6dd29b5-9782-467b-b1bd-878dc86670be => generated 797 bytes in 47 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: 1426/2820] 199.19.213.44 () {30 vars in 739 bytes} [Tue Jul 21 07:58:11 2026] GET /v2.0/subnets/22e892d9-2ba3-4d3a-aca1-c7bbfae6d664 => generated 673 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1395/2821] 199.19.213.44 () {30 vars in 735 bytes} [Tue Jul 21 07:58:11 2026] GET /v2.0/ports/e34158d0-d3e0-43cf-a4b0-5690ab8a0003 => generated 1291 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1427/2822] 199.19.213.44 () {34 vars in 787 bytes} [Tue Jul 21 07:58:11 2026] PUT /v2.0/ports/e34158d0-d3e0-43cf-a4b0-5690ab8a0003 => generated 1080 bytes in 341 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1396/2823] 199.19.213.44 () {30 vars in 741 bytes} [Tue Jul 21 07:58:11 2026] GET /v2.0/networks/c6dd29b5-9782-467b-b1bd-878dc86670be => generated 797 bytes in 37 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: 1428/2824] 199.19.213.44 () {30 vars in 767 bytes} [Tue Jul 21 07:58:11 2026] GET /v2.0/ports?device_id=d7f5790d-0042-4483-a22d-347ec9df621d => generated 4977 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1397/2825] 199.19.213.44 () {34 vars in 1078 bytes} [Tue Jul 21 07:58:11 2026] GET /v2.0/ports?tenant_id=3ab8b07b6cd247c2a83286280ea0a707&device_id=d7f5790d-0042-4483-a22d-347ec9df621d => generated 4977 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1429/2826] 199.19.213.44 () {34 vars in 984 bytes} [Tue Jul 21 07:58:11 2026] GET /v2.0/networks?id=c6dd29b5-9782-467b-b1bd-878dc86670be => generated 800 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1398/2827] 199.19.213.44 () {34 vars in 1010 bytes} [Tue Jul 21 07:58:12 2026] GET /v2.0/networks/c6dd29b5-9782-467b-b1bd-878dc86670be?fields=segments => generated 14 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1430/2828] 199.19.213.44 () {30 vars in 767 bytes} [Tue Jul 21 07:58:12 2026] GET /v2.0/ports?device_id=d7f5790d-0042-4483-a22d-347ec9df621d => generated 4977 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1399/2829] 199.19.213.44 () {34 vars in 1110 bytes} [Tue Jul 21 07:58:12 2026] GET /v2.0/networks/c6dd29b5-9782-467b-b1bd-878dc86670be?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: 1431/2830] 199.19.213.44 () {30 vars in 767 bytes} [Tue Jul 21 07:58:13 2026] GET /v2.0/ports?device_id=d7f5790d-0042-4483-a22d-347ec9df621d => generated 4977 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-21 07:58:13.425 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-3309e158-f158-4524-855d-550739aba619'] response: {'name': 'network-changed', 'server_uuid': 'd7f5790d-0042-4483-a22d-347ec9df621d', 'tag': 'e34158d0-d3e0-43cf-a4b0-5690ab8a0003', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1400/2831] 199.19.213.44 () {34 vars in 1078 bytes} [Tue Jul 21 07:58:13 2026] GET /v2.0/ports?tenant_id=3ab8b07b6cd247c2a83286280ea0a707&device_id=d7f5790d-0042-4483-a22d-347ec9df621d => generated 4977 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1432/2832] 199.19.213.44 () {34 vars in 984 bytes} [Tue Jul 21 07:58:13 2026] GET /v2.0/networks?id=c6dd29b5-9782-467b-b1bd-878dc86670be => generated 800 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1401/2833] 199.19.213.44 () {34 vars in 1010 bytes} [Tue Jul 21 07:58:14 2026] GET /v2.0/networks/c6dd29b5-9782-467b-b1bd-878dc86670be?fields=segments => generated 14 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1433/2834] 199.19.213.44 () {34 vars in 1110 bytes} [Tue Jul 21 07:58:14 2026] GET /v2.0/networks/c6dd29b5-9782-467b-b1bd-878dc86670be?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1402/2835] 199.19.213.44 () {30 vars in 767 bytes} [Tue Jul 21 07:58:14 2026] GET /v2.0/ports?device_id=d7f5790d-0042-4483-a22d-347ec9df621d => generated 4977 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1434/2836] 199.19.213.44 () {34 vars in 973 bytes} [Tue Jul 21 07:58:14 2026] GET /v2.0/ports/e34158d0-d3e0-43cf-a4b0-5690ab8a0003 => generated 1116 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1403/2837] 199.19.213.44 () {34 vars in 1058 bytes} [Tue Jul 21 07:58:14 2026] GET /v2.0/ports/e34158d0-d3e0-43cf-a4b0-5690ab8a0003?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: 1435/2838] 199.19.213.44 () {34 vars in 1014 bytes} [Tue Jul 21 07:58:14 2026] GET /v2.0/networks/c6dd29b5-9782-467b-b1bd-878dc86670be?fields=dns_domain => generated 29 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1404/2839] 199.19.213.44 () {38 vars in 1026 bytes} [Tue Jul 21 07:58:14 2026] PUT /v2.0/ports/e34158d0-d3e0-43cf-a4b0-5690ab8a0003 => generated 917 bytes in 262 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1436/2840] 199.19.213.44 () {30 vars in 767 bytes} [Tue Jul 21 07:58:15 2026] GET /v2.0/ports?device_id=d7f5790d-0042-4483-a22d-347ec9df621d => generated 3869 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-07-21 07:58:15.425 8 INFO neutron_taas.services.taas.taas_plugin [None req-767d63d1-b06c-41bd-9b9d-091462ccde59 c91b302a1f0c4d688f2f771aebbdb373 3ab8b07b6cd247c2a83286280ea0a707 - - default default] TaaS: Handle Delete Port: e34158d0-d3e0-43cf-a4b0-5690ab8a0003 2026-07-21 07:58:15.427 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-767d63d1-b06c-41bd-9b9d-091462ccde59 c91b302a1f0c4d688f2f771aebbdb373 3ab8b07b6cd247c2a83286280ea0a707 - - default default] Tap Mirror: Handle Delete Port: e34158d0-d3e0-43cf-a4b0-5690ab8a0003 [pid: 8|app: 0|req: 1405/2841] 199.19.213.44 () {32 vars in 757 bytes} [Tue Jul 21 07:58:15 2026] DELETE /v2.0/ports/e34158d0-d3e0-43cf-a4b0-5690ab8a0003 => generated 0 bytes in 195 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1437/2842] 199.19.213.44 () {30 vars in 701 bytes} [Tue Jul 21 07:58:15 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: 1406/2843] 199.19.213.44 () {30 vars in 703 bytes} [Tue Jul 21 07:58: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: 1438/2844] 199.19.213.44 () {30 vars in 679 bytes} [Tue Jul 21 07:58:15 2026] GET /v2.0/extensions/qos => generated 166 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1407/2845] 199.19.213.44 () {30 vars in 715 bytes} [Tue Jul 21 07:58: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: 1439/2846] 199.19.213.44 () {30 vars in 739 bytes} [Tue Jul 21 07:58:15 2026] GET /v2.0/subnets/b35f03ea-99fd-432e-9789-1f9b024859e0 => generated 676 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1408/2847] 199.19.213.44 () {30 vars in 735 bytes} [Tue Jul 21 07:58:15 2026] GET /v2.0/ports/777e642b-c6e8-4e05-85e0-8b4c67b0254e => generated 1132 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1440/2848] 199.19.213.44 () {30 vars in 735 bytes} [Tue Jul 21 07:58:15 2026] GET /v2.0/ports/041e9d64-22e6-46cd-b945-b20e455b5f59 => generated 1350 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1409/2849] 199.19.213.44 () {30 vars in 739 bytes} [Tue Jul 21 07:58:15 2026] GET /v2.0/subnets/b35f03ea-99fd-432e-9789-1f9b024859e0 => 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: 1441/2850] 199.19.213.44 () {30 vars in 741 bytes} [Tue Jul 21 07:58:15 2026] GET /v2.0/networks/01d5e989-5b82-494d-8159-019c7348e6fc => generated 799 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1410/2851] 199.19.213.44 () {30 vars in 735 bytes} [Tue Jul 21 07:58:15 2026] GET /v2.0/ports/777e642b-c6e8-4e05-85e0-8b4c67b0254e => generated 1132 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1442/2852] 199.19.213.44 () {30 vars in 739 bytes} [Tue Jul 21 07:58:15 2026] GET /v2.0/subnets/b35f03ea-99fd-432e-9789-1f9b024859e0 => generated 676 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1411/2853] 199.19.213.44 () {34 vars in 1078 bytes} [Tue Jul 21 07:58:16 2026] GET /v2.0/ports?tenant_id=3ab8b07b6cd247c2a83286280ea0a707&device_id=d7f5790d-0042-4483-a22d-347ec9df621d => generated 3869 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1443/2854] 199.19.213.44 () {34 vars in 1224 bytes} [Tue Jul 21 07:58:16 2026] GET /v2.0/networks?id=62074393-f04b-440e-b4ad-761200171e02&id=01d5e989-5b82-494d-8159-019c7348e6fc&id=ce6b1180-0f78-4ae0-8c38-9c71be7a5d45&id=c6dd29b5-9782-467b-b1bd-878dc86670be => generated 3096 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1412/2855] 199.19.213.44 () {34 vars in 1060 bytes} [Tue Jul 21 07:58:16 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.0.103&port_id=fc3722d3-022c-49ec-adf7-a8bbacb41cc5 => 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: 1444/2856] 199.19.213.44 () {34 vars in 982 bytes} [Tue Jul 21 07:58:16 2026] GET /v2.0/subnets?id=a7ad2997-d008-4b91-81a8-a60ebc0bccaa => generated 654 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1413/2857] 199.19.213.44 () {34 vars in 1050 bytes} [Tue Jul 21 07:58:16 2026] GET /v2.0/ports?network_id=62074393-f04b-440e-b4ad-761200171e02&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: 1445/2858] 199.19.213.44 () {34 vars in 1010 bytes} [Tue Jul 21 07:58:16 2026] GET /v2.0/networks/62074393-f04b-440e-b4ad-761200171e02?fields=segments => generated 14 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1414/2859] 199.19.213.44 () {34 vars in 1110 bytes} [Tue Jul 21 07:58:16 2026] GET /v2.0/networks/62074393-f04b-440e-b4ad-761200171e02?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: 1446/2860] 199.19.213.44 () {34 vars in 1056 bytes} [Tue Jul 21 07:58:16 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.155&port_id=041e9d64-22e6-46cd-b945-b20e455b5f59 => 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: 1415/2861] 199.19.213.44 () {34 vars in 982 bytes} [Tue Jul 21 07:58:16 2026] GET /v2.0/subnets?id=b35f03ea-99fd-432e-9789-1f9b024859e0 => 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: 1447/2862] 199.19.213.44 () {34 vars in 1050 bytes} [Tue Jul 21 07:58:16 2026] GET /v2.0/ports?network_id=01d5e989-5b82-494d-8159-019c7348e6fc&device_owner=network%3Adhcp => generated 1461 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1416/2863] 199.19.213.44 () {34 vars in 1010 bytes} [Tue Jul 21 07:58:16 2026] GET /v2.0/networks/01d5e989-5b82-494d-8159-019c7348e6fc?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: 1448/2864] 199.19.213.44 () {34 vars in 1110 bytes} [Tue Jul 21 07:58:16 2026] GET /v2.0/networks/01d5e989-5b82-494d-8159-019c7348e6fc?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1417/2865] 199.19.213.44 () {34 vars in 1054 bytes} [Tue Jul 21 07:58:16 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.88&port_id=02db3dff-877c-43fb-950f-8023fd95e21d => generated 19 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1449/2866] 199.19.213.44 () {34 vars in 982 bytes} [Tue Jul 21 07:58:16 2026] GET /v2.0/subnets?id=e4aedbff-287f-4dda-a743-a205667fb73d => generated 677 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1418/2867] 199.19.213.44 () {34 vars in 1050 bytes} [Tue Jul 21 07:58:16 2026] GET /v2.0/ports?network_id=ce6b1180-0f78-4ae0-8c38-9c71be7a5d45&device_owner=network%3Adhcp => generated 1457 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1450/2868] 199.19.213.44 () {34 vars in 1010 bytes} [Tue Jul 21 07:58:16 2026] GET /v2.0/networks/ce6b1180-0f78-4ae0-8c38-9c71be7a5d45?fields=segments => generated 14 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1419/2869] 199.19.213.44 () {34 vars in 1110 bytes} [Tue Jul 21 07:58:16 2026] GET /v2.0/networks/ce6b1180-0f78-4ae0-8c38-9c71be7a5d45?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: 1452/2872] 199.19.213.44 () {30 vars in 701 bytes} [Tue Jul 21 07:58:21 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: 1421/2873] 199.19.213.44 () {30 vars in 703 bytes} [Tue Jul 21 07:58:21 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1453/2874] 199.19.213.44 () {30 vars in 679 bytes} [Tue Jul 21 07:58: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: 8|app: 0|req: 1422/2875] 199.19.213.44 () {30 vars in 715 bytes} [Tue Jul 21 07:58:21 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: 1454/2876] 199.19.213.44 () {30 vars in 767 bytes} [Tue Jul 21 07:58:21 2026] GET /v2.0/ports?device_id=d7f5790d-0042-4483-a22d-347ec9df621d => generated 3869 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1423/2877] 199.19.213.44 () {30 vars in 701 bytes} [Tue Jul 21 07:58:21 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: 1424/2878] 199.19.213.44 () {30 vars in 703 bytes} [Tue Jul 21 07:58:21 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1425/2879] 199.19.213.44 () {30 vars in 679 bytes} [Tue Jul 21 07:58:21 2026] GET /v2.0/extensions/qos => generated 166 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1426/2880] 199.19.213.44 () {30 vars in 715 bytes} [Tue Jul 21 07:58:21 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: 1455/2881] 10.0.0.32 () {32 vars in 824 bytes} [Tue Jul 21 07:58:21 2026] GET /v2.0/ports?project_id=7c619acd04b14e8795a9c9981e86de36&network_id=b8faaec1-aac0-43f7-b339-2433fcf67ab1 => generated 3691 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1427/2882] 199.19.213.44 () {30 vars in 735 bytes} [Tue Jul 21 07:58:21 2026] GET /v2.0/ports/02db3dff-877c-43fb-950f-8023fd95e21d => generated 1287 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1428/2883] 10.0.0.32 () {32 vars in 740 bytes} [Tue Jul 21 07:58:21 2026] GET /v2.0/subnets?network_id=317f6b37-c4ed-463e-9ada-63bc17d28900 => generated 667 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1456/2884] 199.19.213.44 () {34 vars in 787 bytes} [Tue Jul 21 07:58:21 2026] PUT /v2.0/ports/02db3dff-877c-43fb-950f-8023fd95e21d => generated 1080 bytes in 368 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-21 07:58:21.958 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-d8a596c3-2a0a-4147-ac93-bfaefadbc34e'] response: {'name': 'network-changed', 'server_uuid': 'd7f5790d-0042-4483-a22d-347ec9df621d', 'tag': '02db3dff-877c-43fb-950f-8023fd95e21d', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1429/2885] 199.19.213.44 () {30 vars in 741 bytes} [Tue Jul 21 07:58:21 2026] GET /v2.0/networks/ce6b1180-0f78-4ae0-8c38-9c71be7a5d45 => generated 798 bytes in 55 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: 1457/2886] 199.19.213.44 () {30 vars in 767 bytes} [Tue Jul 21 07:58:21 2026] GET /v2.0/ports?device_id=d7f5790d-0042-4483-a22d-347ec9df621d => generated 3698 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1458/2887] 199.19.213.44 () {30 vars in 767 bytes} [Tue Jul 21 07:58:22 2026] GET /v2.0/ports?device_id=d7f5790d-0042-4483-a22d-347ec9df621d => generated 3698 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-21 07:58:22.195 8 INFO neutron.db.l3_db [None req-48bf0dd5-a0a2-4328-bc96-019e8f84a28b 2a58671539ed46f981bc8b93509af3a7 7c619acd04b14e8795a9c9981e86de36 - - default default] Floating IP 83e94f92-b411-4520-bbb7-192cad308b70 disassociated. External IP: 10.96.250.213, port: 629e3023-0124-4a70-a0eb-9a7700e72d33. [pid: 8|app: 0|req: 1430/2888] 10.0.0.32 () {34 vars in 747 bytes} [Tue Jul 21 07:58:22 2026] PUT /v2.0/floatingips/83e94f92-b411-4520-bbb7-192cad308b70 => generated 554 bytes in 427 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1459/2889] 199.19.213.44 () {34 vars in 1078 bytes} [Tue Jul 21 07:58:22 2026] GET /v2.0/ports?tenant_id=3ab8b07b6cd247c2a83286280ea0a707&device_id=d7f5790d-0042-4483-a22d-347ec9df621d => generated 3698 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1431/2890] 10.0.0.32 () {32 vars in 727 bytes} [Tue Jul 21 07:58:22 2026] GET /v2.0/floatingips/83e94f92-b411-4520-bbb7-192cad308b70 => generated 554 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-21 07:58:22.552 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-74afa13b-2462-41a9-9463-cf67bb53e9ea'] response: {'name': 'network-changed', 'server_uuid': '22747e79-1da1-4e26-b1be-3062f651df41', 'tag': '629e3023-0124-4a70-a0eb-9a7700e72d33', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1460/2891] 199.19.213.44 () {34 vars in 984 bytes} [Tue Jul 21 07:58:22 2026] GET /v2.0/networks?id=ce6b1180-0f78-4ae0-8c38-9c71be7a5d45 => generated 801 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1432/2892] 199.19.213.44 () {34 vars in 1010 bytes} [Tue Jul 21 07:58:22 2026] GET /v2.0/networks/ce6b1180-0f78-4ae0-8c38-9c71be7a5d45?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: 1461/2893] 199.19.213.44 () {34 vars in 1110 bytes} [Tue Jul 21 07:58:22 2026] GET /v2.0/networks/ce6b1180-0f78-4ae0-8c38-9c71be7a5d45?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: 1433/2894] 199.19.213.44 () {34 vars in 1078 bytes} [Tue Jul 21 07:58:23 2026] GET /v2.0/ports?tenant_id=7c619acd04b14e8795a9c9981e86de36&device_id=22747e79-1da1-4e26-b1be-3062f651df41 => generated 1240 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1462/2895] 199.19.213.44 () {34 vars in 984 bytes} [Tue Jul 21 07:58:23 2026] GET /v2.0/networks?id=b8faaec1-aac0-43f7-b339-2433fcf67ab1 => generated 756 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1434/2896] 199.19.213.44 () {34 vars in 1056 bytes} [Tue Jul 21 07:58:23 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.5&port_id=629e3023-0124-4a70-a0eb-9a7700e72d33 => generated 19 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1463/2897] 199.19.213.44 () {34 vars in 982 bytes} [Tue Jul 21 07:58:23 2026] GET /v2.0/subnets?id=3492458f-a2ce-43b3-b42d-b2de1a66bcc5 => generated 678 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1435/2898] 199.19.213.44 () {30 vars in 767 bytes} [Tue Jul 21 07:58:23 2026] GET /v2.0/ports?device_id=d7f5790d-0042-4483-a22d-347ec9df621d => generated 3698 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1464/2899] 199.19.213.44 () {34 vars in 1050 bytes} [Tue Jul 21 07:58:23 2026] GET /v2.0/ports?network_id=b8faaec1-aac0-43f7-b339-2433fcf67ab1&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: 1436/2900] 199.19.213.44 () {34 vars in 1010 bytes} [Tue Jul 21 07:58:23 2026] GET /v2.0/networks/b8faaec1-aac0-43f7-b339-2433fcf67ab1?fields=segments => generated 14 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1465/2901] 199.19.213.44 () {34 vars in 1110 bytes} [Tue Jul 21 07:58:23 2026] GET /v2.0/networks/b8faaec1-aac0-43f7-b339-2433fcf67ab1?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: 1437/2902] 10.0.0.32 () {32 vars in 727 bytes} [Tue Jul 21 07:58:23 2026] GET /v2.0/floatingips/83e94f92-b411-4520-bbb7-192cad308b70 => generated 554 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1466/2903] 199.19.213.44 () {34 vars in 973 bytes} [Tue Jul 21 07:58:24 2026] GET /v2.0/ports/02db3dff-877c-43fb-950f-8023fd95e21d => generated 1116 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1438/2904] 199.19.213.44 () {34 vars in 1058 bytes} [Tue Jul 21 07:58:24 2026] GET /v2.0/ports/02db3dff-877c-43fb-950f-8023fd95e21d?fields=binding%3Aprofile&fields=network_id => generated 83 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1467/2905] 199.19.213.44 () {30 vars in 767 bytes} [Tue Jul 21 07:58:24 2026] GET /v2.0/ports?device_id=d7f5790d-0042-4483-a22d-347ec9df621d => generated 3698 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1439/2906] 199.19.213.44 () {34 vars in 1014 bytes} [Tue Jul 21 07:58:24 2026] GET /v2.0/networks/ce6b1180-0f78-4ae0-8c38-9c71be7a5d45?fields=dns_domain => generated 29 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1468/2907] 199.19.213.44 () {38 vars in 1026 bytes} [Tue Jul 21 07:58:24 2026] PUT /v2.0/ports/02db3dff-877c-43fb-950f-8023fd95e21d => generated 917 bytes in 235 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1440/2908] 10.0.0.32 () {32 vars in 727 bytes} [Tue Jul 21 07:58:24 2026] GET /v2.0/floatingips/83e94f92-b411-4520-bbb7-192cad308b70 => generated 552 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1469/2909] 199.19.213.44 () {30 vars in 767 bytes} [Tue Jul 21 07:58:25 2026] GET /v2.0/ports?device_id=d7f5790d-0042-4483-a22d-347ec9df621d => generated 2590 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-21 07:58:25.456 8 INFO neutron_taas.services.taas.taas_plugin [None req-86b36afc-0d49-4df0-ac61-6b64053d29d7 c91b302a1f0c4d688f2f771aebbdb373 3ab8b07b6cd247c2a83286280ea0a707 - - default default] TaaS: Handle Delete Port: 02db3dff-877c-43fb-950f-8023fd95e21d 2026-07-21 07:58:25.459 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-86b36afc-0d49-4df0-ac61-6b64053d29d7 c91b302a1f0c4d688f2f771aebbdb373 3ab8b07b6cd247c2a83286280ea0a707 - - default default] Tap Mirror: Handle Delete Port: 02db3dff-877c-43fb-950f-8023fd95e21d [pid: 8|app: 0|req: 1441/2910] 199.19.213.44 () {32 vars in 757 bytes} [Tue Jul 21 07:58:25 2026] DELETE /v2.0/ports/02db3dff-877c-43fb-950f-8023fd95e21d => generated 0 bytes in 202 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1470/2911] 199.19.213.44 () {30 vars in 701 bytes} [Tue Jul 21 07:58:25 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1471/2912] 199.19.213.44 () {30 vars in 703 bytes} [Tue Jul 21 07:58:25 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1472/2913] 199.19.213.44 () {30 vars in 679 bytes} [Tue Jul 21 07:58:25 2026] GET /v2.0/extensions/qos => generated 166 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1473/2914] 199.19.213.44 () {30 vars in 715 bytes} [Tue Jul 21 07:58:25 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1474/2915] 199.19.213.44 () {30 vars in 739 bytes} [Tue Jul 21 07:58:25 2026] GET /v2.0/subnets/b35f03ea-99fd-432e-9789-1f9b024859e0 => generated 676 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1475/2916] 199.19.213.44 () {30 vars in 735 bytes} [Tue Jul 21 07:58:25 2026] GET /v2.0/ports/777e642b-c6e8-4e05-85e0-8b4c67b0254e => generated 1132 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1442/2917] 10.0.0.32 () {34 vars in 683 bytes} [Tue Jul 21 07:58:25 2026] POST /v2.0/security-groups => generated 1677 bytes in 153 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1476/2918] 199.19.213.44 () {30 vars in 735 bytes} [Tue Jul 21 07:58:25 2026] GET /v2.0/ports/041e9d64-22e6-46cd-b945-b20e455b5f59 => generated 1350 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1477/2919] 199.19.213.44 () {30 vars in 739 bytes} [Tue Jul 21 07:58:25 2026] GET /v2.0/subnets/b35f03ea-99fd-432e-9789-1f9b024859e0 => generated 676 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1478/2920] 199.19.213.44 () {30 vars in 741 bytes} [Tue Jul 21 07:58:25 2026] GET /v2.0/networks/01d5e989-5b82-494d-8159-019c7348e6fc => generated 799 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1443/2921] 10.0.0.32 () {34 vars in 693 bytes} [Tue Jul 21 07:58:25 2026] POST /v2.0/security-group-rules => generated 597 bytes in 126 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1479/2922] 199.19.213.44 () {30 vars in 735 bytes} [Tue Jul 21 07:58:25 2026] GET /v2.0/ports/777e642b-c6e8-4e05-85e0-8b4c67b0254e => generated 1132 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1480/2923] 199.19.213.44 () {30 vars in 739 bytes} [Tue Jul 21 07:58:25 2026] GET /v2.0/subnets/b35f03ea-99fd-432e-9789-1f9b024859e0 => generated 676 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1444/2924] 10.0.0.32 () {34 vars in 693 bytes} [Tue Jul 21 07:58:25 2026] POST /v2.0/security-group-rules => generated 596 bytes in 90 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1445/2925] 199.19.213.44 () {34 vars in 1078 bytes} [Tue Jul 21 07:58:26 2026] GET /v2.0/ports?tenant_id=3ab8b07b6cd247c2a83286280ea0a707&device_id=d7f5790d-0042-4483-a22d-347ec9df621d => generated 2590 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1481/2926] 10.0.0.32 () {34 vars in 693 bytes} [Tue Jul 21 07:58:26 2026] POST /v2.0/security-group-rules => generated 602 bytes in 126 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1446/2927] 199.19.213.44 () {34 vars in 1144 bytes} [Tue Jul 21 07:58:26 2026] GET /v2.0/networks?id=62074393-f04b-440e-b4ad-761200171e02&id=01d5e989-5b82-494d-8159-019c7348e6fc&id=ce6b1180-0f78-4ae0-8c38-9c71be7a5d45 => generated 2310 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1447/2928] 199.19.213.44 () {34 vars in 1060 bytes} [Tue Jul 21 07:58:26 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.0.103&port_id=fc3722d3-022c-49ec-adf7-a8bbacb41cc5 => 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: 1448/2929] 199.19.213.44 () {34 vars in 982 bytes} [Tue Jul 21 07:58:26 2026] GET /v2.0/subnets?id=a7ad2997-d008-4b91-81a8-a60ebc0bccaa => 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: 1482/2931] 10.0.0.32 () {34 vars in 693 bytes} [Tue Jul 21 07:58:26 2026] POST /v2.0/security-group-rules => generated 601 bytes in 137 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1449/2931] 199.19.213.44 () {34 vars in 1050 bytes} [Tue Jul 21 07:58:26 2026] GET /v2.0/ports?network_id=62074393-f04b-440e-b4ad-761200171e02&device_owner=network%3Adhcp => generated 1244 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-21 07:58:26.407 8 INFO neutron.db.securitygroups_db [None req-30d63d9f-b81b-4d50-806b-b3ad3a8d94d6 2a58671539ed46f981bc8b93509af3a7 7c619acd04b14e8795a9c9981e86de36 - - default default] Project 7c619acd04b14e8795a9c9981e86de36 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: 1483/2932] 199.19.213.44 () {34 vars in 1010 bytes} [Tue Jul 21 07:58:26 2026] GET /v2.0/networks/62074393-f04b-440e-b4ad-761200171e02?fields=segments => generated 14 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1484/2933] 199.19.213.44 () {34 vars in 1110 bytes} [Tue Jul 21 07:58:26 2026] GET /v2.0/networks/62074393-f04b-440e-b4ad-761200171e02?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: 1450/2934] 10.0.0.32 () {34 vars in 693 bytes} [Tue Jul 21 07:58:26 2026] POST /v2.0/security-group-rules => generated 607 bytes in 136 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1485/2935] 199.19.213.44 () {34 vars in 1056 bytes} [Tue Jul 21 07:58:26 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.155&port_id=041e9d64-22e6-46cd-b945-b20e455b5f59 => 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: 1451/2936] 199.19.213.44 () {34 vars in 982 bytes} [Tue Jul 21 07:58:26 2026] GET /v2.0/subnets?id=b35f03ea-99fd-432e-9789-1f9b024859e0 => generated 679 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-21 07:58:26.556 7 INFO neutron.db.securitygroups_db [None req-2e494190-697a-4433-8280-055c85b762a7 2a58671539ed46f981bc8b93509af3a7 7c619acd04b14e8795a9c9981e86de36 - - default default] Project 7c619acd04b14e8795a9c9981e86de36 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: 1452/2937] 199.19.213.44 () {34 vars in 1050 bytes} [Tue Jul 21 07:58:26 2026] GET /v2.0/ports?network_id=01d5e989-5b82-494d-8159-019c7348e6fc&device_owner=network%3Adhcp => generated 1461 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1453/2938] 199.19.213.44 () {34 vars in 1010 bytes} [Tue Jul 21 07:58:26 2026] GET /v2.0/networks/01d5e989-5b82-494d-8159-019c7348e6fc?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: 1486/2939] 10.0.0.32 () {34 vars in 693 bytes} [Tue Jul 21 07:58:26 2026] POST /v2.0/security-group-rules => generated 606 bytes in 152 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1454/2940] 199.19.213.44 () {34 vars in 1110 bytes} [Tue Jul 21 07:58:26 2026] GET /v2.0/networks/01d5e989-5b82-494d-8159-019c7348e6fc?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1487/2941] 10.0.0.32 () {32 vars in 647 bytes} [Tue Jul 21 07:58:26 2026] GET /v2.0/networks => generated 1297 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1455/2942] 10.0.0.218 () {34 vars in 1099 bytes} [Tue Jul 21 07:58:27 2026] GET /v2.0/security-groups?name=tempest-secgroup-smoke-1323120574&fields=id&tenant_id=7c619acd04b14e8795a9c9981e86de36 => generated 69 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1488/2943] 10.0.0.218 () {34 vars in 981 bytes} [Tue Jul 21 07:58:27 2026] GET /v2.0/networks?id=b8faaec1-aac0-43f7-b339-2433fcf67ab1 => generated 660 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1456/2944] 10.0.0.218 () {34 vars in 964 bytes} [Tue Jul 21 07:58:27 2026] GET /v2.0/quotas/7c619acd04b14e8795a9c9981e86de36 => 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: 1489/2945] 10.0.0.218 () {34 vars in 1001 bytes} [Tue Jul 21 07:58:27 2026] GET /v2.0/ports?tenant_id=7c619acd04b14e8795a9c9981e86de36&fields=id => generated 149 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1457/2946] 10.0.0.218 () {34 vars in 1007 bytes} [Tue Jul 21 07:58:27 2026] GET /v2.0/networks/b8faaec1-aac0-43f7-b339-2433fcf67ab1?fields=segments => generated 14 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1490/2947] 10.0.0.218 () {34 vars in 1107 bytes} [Tue Jul 21 07:58:27 2026] GET /v2.0/networks/b8faaec1-aac0-43f7-b339-2433fcf67ab1?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1458/2948] 10.0.0.218 () {34 vars in 989 bytes} [Tue Jul 21 07:58:27 2026] GET /v2.0/ports?device_id=a3ebc7e8-cef5-4a07-b783-49cf1564a5d9 => 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: 1491/2949] 10.0.0.218 () {34 vars in 989 bytes} [Tue Jul 21 07:58:28 2026] GET /v2.0/ports?device_id=a3ebc7e8-cef5-4a07-b783-49cf1564a5d9 => 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: 1459/2950] 10.0.0.218 () {34 vars in 989 bytes} [Tue Jul 21 07:58:29 2026] GET /v2.0/ports?device_id=a3ebc7e8-cef5-4a07-b783-49cf1564a5d9 => 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: 1492/2951] 10.0.0.218 () {34 vars in 989 bytes} [Tue Jul 21 07:58:30 2026] GET /v2.0/ports?device_id=a3ebc7e8-cef5-4a07-b783-49cf1564a5d9 => 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: 1460/2952] 199.19.213.44 () {34 vars in 984 bytes} [Tue Jul 21 07:58:31 2026] GET /v2.0/networks?id=b8faaec1-aac0-43f7-b339-2433fcf67ab1 => generated 660 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1493/2953] 10.0.0.218 () {34 vars in 989 bytes} [Tue Jul 21 07:58:32 2026] GET /v2.0/ports?device_id=a3ebc7e8-cef5-4a07-b783-49cf1564a5d9 => 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: 1461/2954] 199.19.213.44 () {34 vars in 1048 bytes} [Tue Jul 21 07:58:32 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=7c619acd04b14e8795a9c9981e86de36 => generated 274 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1494/2955] 199.19.213.44 () {38 vars in 953 bytes} [Tue Jul 21 07:58:32 2026] POST /v2.0/ports => generated 954 bytes in 845 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: 1495/2956] 10.0.0.218 () {34 vars in 989 bytes} [Tue Jul 21 07:58:33 2026] GET /v2.0/ports?device_id=a3ebc7e8-cef5-4a07-b783-49cf1564a5d9 => generated 957 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1496/2957] 10.0.0.218 () {34 vars in 1039 bytes} [Tue Jul 21 07:58:33 2026] GET /v2.0/security-groups?id=2648ce48-eb97-4f20-82b6-396d75e4366d&fields=id&fields=name => generated 114 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1462/2958] 199.19.213.44 () {38 vars in 1026 bytes} [Tue Jul 21 07:58:32 2026] PUT /v2.0/ports/a4d4d5ec-7eaa-4a5b-bf1b-8b388b4a61a3 => generated 1235 bytes in 436 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-21 07:58:33.432 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-d8847619-5fb3-4146-8ea6-546e5a2d280c'] response: {'name': 'network-changed', 'server_uuid': 'a3ebc7e8-cef5-4a07-b783-49cf1564a5d9', 'tag': 'a4d4d5ec-7eaa-4a5b-bf1b-8b388b4a61a3', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1497/2959] 199.19.213.44 () {34 vars in 1078 bytes} [Tue Jul 21 07:58:33 2026] GET /v2.0/ports?tenant_id=7c619acd04b14e8795a9c9981e86de36&device_id=a3ebc7e8-cef5-4a07-b783-49cf1564a5d9 => generated 1238 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1463/2960] 199.19.213.44 () {34 vars in 1016 bytes} [Tue Jul 21 07:58:33 2026] GET /v2.0/networks?tenant_id=7c619acd04b14e8795a9c9981e86de36&shared=False => generated 756 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1498/2961] 199.19.213.44 () {34 vars in 928 bytes} [Tue Jul 21 07:58:34 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1464/2962] 10.0.0.218 () {34 vars in 989 bytes} [Tue Jul 21 07:58:34 2026] GET /v2.0/ports?device_id=a3ebc7e8-cef5-4a07-b783-49cf1564a5d9 => generated 969 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1499/2963] 10.0.0.218 () {34 vars in 1039 bytes} [Tue Jul 21 07:58:34 2026] GET /v2.0/security-groups?id=2648ce48-eb97-4f20-82b6-396d75e4366d&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: 1465/2964] 199.19.213.44 () {34 vars in 1078 bytes} [Tue Jul 21 07:58:35 2026] GET /v2.0/ports?tenant_id=7c619acd04b14e8795a9c9981e86de36&device_id=a3ebc7e8-cef5-4a07-b783-49cf1564a5d9 => generated 1238 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1500/2965] 199.19.213.44 () {34 vars in 1056 bytes} [Tue Jul 21 07:58:35 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.7&port_id=a4d4d5ec-7eaa-4a5b-bf1b-8b388b4a61a3 => 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: 1466/2966] 199.19.213.44 () {34 vars in 982 bytes} [Tue Jul 21 07:58:35 2026] GET /v2.0/subnets?id=3492458f-a2ce-43b3-b42d-b2de1a66bcc5 => generated 678 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1501/2967] 199.19.213.44 () {34 vars in 1050 bytes} [Tue Jul 21 07:58:35 2026] GET /v2.0/ports?network_id=b8faaec1-aac0-43f7-b339-2433fcf67ab1&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: 1467/2968] 199.19.213.44 () {34 vars in 1010 bytes} [Tue Jul 21 07:58:35 2026] GET /v2.0/networks/b8faaec1-aac0-43f7-b339-2433fcf67ab1?fields=segments => generated 14 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1502/2969] 199.19.213.44 () {34 vars in 1110 bytes} [Tue Jul 21 07:58:35 2026] GET /v2.0/networks/b8faaec1-aac0-43f7-b339-2433fcf67ab1?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: 1468/2970] 10.0.0.218 () {34 vars in 989 bytes} [Tue Jul 21 07:58:35 2026] GET /v2.0/ports?device_id=a3ebc7e8-cef5-4a07-b783-49cf1564a5d9 => 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: 1503/2971] 10.0.0.218 () {34 vars in 1039 bytes} [Tue Jul 21 07:58:35 2026] GET /v2.0/security-groups?id=2648ce48-eb97-4f20-82b6-396d75e4366d&fields=id&fields=name => generated 114 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1505/2974] 10.0.0.218 () {34 vars in 989 bytes} [Tue Jul 21 07:58:36 2026] GET /v2.0/ports?device_id=a3ebc7e8-cef5-4a07-b783-49cf1564a5d9 => generated 969 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1470/2975] 10.0.0.218 () {34 vars in 1039 bytes} [Tue Jul 21 07:58:36 2026] GET /v2.0/security-groups?id=2648ce48-eb97-4f20-82b6-396d75e4366d&fields=id&fields=name => generated 114 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1506/2976] 199.19.213.44 () {30 vars in 701 bytes} [Tue Jul 21 07:58:37 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1471/2977] 199.19.213.44 () {30 vars in 703 bytes} [Tue Jul 21 07:58:37 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: 1507/2978] 199.19.213.44 () {30 vars in 679 bytes} [Tue Jul 21 07:58:37 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: 1472/2979] 199.19.213.44 () {30 vars in 715 bytes} [Tue Jul 21 07:58:37 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) 2026-07-21 07:58:37.623 7 INFO neutron.api.v2.resource [None req-22a93b30-67dd-4440-ad3f-9183529bed6c c91b302a1f0c4d688f2f771aebbdb373 3ab8b07b6cd247c2a83286280ea0a707 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1508/2980] 199.19.213.44 () {30 vars in 761 bytes} [Tue Jul 21 07:58:37 2026] GET /v2.0/security-groups/lb-898662fe-c82f-4e17-b264-6cd0260d3588 => generated 149 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1473/2981] 199.19.213.44 () {30 vars in 783 bytes} [Tue Jul 21 07:58:37 2026] GET /v2.0/security-groups?name=lb-898662fe-c82f-4e17-b264-6cd0260d3588 => generated 2865 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1509/2982] 199.19.213.44 () {30 vars in 813 bytes} [Tue Jul 21 07:58:37 2026] GET /v2.0/security-group-rules?security_group_id=1e05de2a-41e8-4fee-810d-41363bbe979b => generated 2334 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1474/2983] 10.0.0.218 () {34 vars in 989 bytes} [Tue Jul 21 07:58:37 2026] GET /v2.0/ports?device_id=a3ebc7e8-cef5-4a07-b783-49cf1564a5d9 => generated 971 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1475/2984] 10.0.0.218 () {34 vars in 1039 bytes} [Tue Jul 21 07:58:37 2026] GET /v2.0/security-groups?id=2648ce48-eb97-4f20-82b6-396d75e4366d&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: 1510/2985] 199.19.213.44 () {32 vars in 787 bytes} [Tue Jul 21 07:58:37 2026] DELETE /v2.0/security-group-rules/11a4e96f-b211-4a09-957e-125f32bf342c => generated 0 bytes in 49 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1476/2986] 199.19.213.44 () {32 vars in 787 bytes} [Tue Jul 21 07:58:37 2026] DELETE /v2.0/security-group-rules/f29bd746-3ed4-44ae-b120-ecaa0d46be4a => generated 0 bytes in 55 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1511/2987] 10.0.0.218 () {34 vars in 989 bytes} [Tue Jul 21 07:58:38 2026] GET /v2.0/ports?device_id=a3ebc7e8-cef5-4a07-b783-49cf1564a5d9 => generated 971 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1477/2988] 10.0.0.218 () {34 vars in 1039 bytes} [Tue Jul 21 07:58:38 2026] GET /v2.0/security-groups?id=2648ce48-eb97-4f20-82b6-396d75e4366d&fields=id&fields=name => generated 114 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1512/2989] 10.0.0.218 () {34 vars in 989 bytes} [Tue Jul 21 07:58:40 2026] GET /v2.0/ports?device_id=a3ebc7e8-cef5-4a07-b783-49cf1564a5d9 => 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: 1478/2990] 10.0.0.218 () {34 vars in 1039 bytes} [Tue Jul 21 07:58:40 2026] GET /v2.0/security-groups?id=2648ce48-eb97-4f20-82b6-396d75e4366d&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: 1513/2991] 10.0.0.218 () {34 vars in 989 bytes} [Tue Jul 21 07:58:40 2026] GET /v2.0/ports?device_id=a3ebc7e8-cef5-4a07-b783-49cf1564a5d9 => generated 971 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1479/2992] 10.0.0.218 () {34 vars in 1039 bytes} [Tue Jul 21 07:58:40 2026] GET /v2.0/security-groups?id=2648ce48-eb97-4f20-82b6-396d75e4366d&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: 1514/2993] 10.0.0.32 () {32 vars in 734 bytes} [Tue Jul 21 07:58:40 2026] GET /v2.0/ports?device_id=a3ebc7e8-cef5-4a07-b783-49cf1564a5d9 => generated 1240 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-21 07:58:40.699 8 INFO neutron.db.l3_db [None req-5258ffee-9b22-4294-b212-d350d0ae81c5 2a58671539ed46f981bc8b93509af3a7 7c619acd04b14e8795a9c9981e86de36 - - default default] Floating IP 83e94f92-b411-4520-bbb7-192cad308b70 associated. External IP: 10.96.250.213, port: a4d4d5ec-7eaa-4a5b-bf1b-8b388b4a61a3. [pid: 8|app: 0|req: 1480/2994] 10.0.0.32 () {34 vars in 747 bytes} [Tue Jul 21 07:58:40 2026] PUT /v2.0/floatingips/83e94f92-b411-4520-bbb7-192cad308b70 => generated 855 bytes in 743 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-21 07:58:41.125 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-d92b570f-d108-4db7-a187-7b450453a3e5'] response: {'name': 'network-changed', 'server_uuid': 'a3ebc7e8-cef5-4a07-b783-49cf1564a5d9', 'tag': 'a4d4d5ec-7eaa-4a5b-bf1b-8b388b4a61a3', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1515/2995] 10.0.0.32 () {32 vars in 727 bytes} [Tue Jul 21 07:58:41 2026] GET /v2.0/floatingips/83e94f92-b411-4520-bbb7-192cad308b70 => generated 855 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-21 07:58:41.421 8 INFO neutron_taas.services.taas.taas_plugin [None req-c6478a86-5406-4772-b46e-4fd021b6d349 877d0ab61e864eb2aa7a7eac16d26310 f67e8fb851974f70b5a9eaa716c8f839 - - default default] TaaS: Handle Delete Port: d589c508-9ac1-4549-8b8f-e8f6af6fd238 2026-07-21 07:58:41.424 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c6478a86-5406-4772-b46e-4fd021b6d349 877d0ab61e864eb2aa7a7eac16d26310 f67e8fb851974f70b5a9eaa716c8f839 - - default default] Tap Mirror: Handle Delete Port: d589c508-9ac1-4549-8b8f-e8f6af6fd238 2026-07-21 07:58:41.624 8 INFO neutron.db.l3_db [None req-c6478a86-5406-4772-b46e-4fd021b6d349 877d0ab61e864eb2aa7a7eac16d26310 f67e8fb851974f70b5a9eaa716c8f839 - - default default] Floating IP 804925a1-d734-4f7c-95e1-6d2711adebe1 disassociated (deleted). External IP: 10.96.250.220, port: 777e642b-c6e8-4e05-85e0-8b4c67b0254e. [pid: 7|app: 0|req: 1516/2996] 199.19.213.44 () {34 vars in 1078 bytes} [Tue Jul 21 07:58:41 2026] GET /v2.0/ports?tenant_id=7c619acd04b14e8795a9c9981e86de36&device_id=a3ebc7e8-cef5-4a07-b783-49cf1564a5d9 => generated 1240 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1517/2997] 199.19.213.44 () {34 vars in 984 bytes} [Tue Jul 21 07:58:41 2026] GET /v2.0/networks?id=b8faaec1-aac0-43f7-b339-2433fcf67ab1 => generated 756 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1518/2998] 199.19.213.44 () {34 vars in 1056 bytes} [Tue Jul 21 07:58:41 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.7&port_id=a4d4d5ec-7eaa-4a5b-bf1b-8b388b4a61a3 => generated 858 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1519/2999] 199.19.213.44 () {34 vars in 982 bytes} [Tue Jul 21 07:58:41 2026] GET /v2.0/subnets?id=3492458f-a2ce-43b3-b42d-b2de1a66bcc5 => generated 678 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1520/3000] 199.19.213.44 () {34 vars in 1050 bytes} [Tue Jul 21 07:58:41 2026] GET /v2.0/ports?network_id=b8faaec1-aac0-43f7-b339-2433fcf67ab1&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: 1521/3001] 199.19.213.44 () {34 vars in 1010 bytes} [Tue Jul 21 07:58:41 2026] GET /v2.0/networks/b8faaec1-aac0-43f7-b339-2433fcf67ab1?fields=segments => generated 14 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1481/3002] 10.0.0.32 () {32 vars in 730 bytes} [Tue Jul 21 07:58:41 2026] DELETE /v2.0/floatingips/804925a1-d734-4f7c-95e1-6d2711adebe1 => generated 0 bytes in 650 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-21 07:58:41.966 8 INFO neutron.api.v2.resource [None req-80a7625d-59e4-4bc6-af6c-f4be2f6d40d3 877d0ab61e864eb2aa7a7eac16d26310 f67e8fb851974f70b5a9eaa716c8f839 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1482/3003] 10.0.0.32 () {32 vars in 727 bytes} [Tue Jul 21 07:58:41 2026] GET /v2.0/floatingips/804925a1-d734-4f7c-95e1-6d2711adebe1 => generated 144 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1522/3004] 199.19.213.44 () {34 vars in 1110 bytes} [Tue Jul 21 07:58:41 2026] GET /v2.0/networks/b8faaec1-aac0-43f7-b339-2433fcf67ab1?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1483/3005] 10.0.0.32 () {32 vars in 727 bytes} [Tue Jul 21 07:58:42 2026] GET /v2.0/floatingips/83e94f92-b411-4520-bbb7-192cad308b70 => generated 855 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1523/3006] 199.19.213.44 () {30 vars in 701 bytes} [Tue Jul 21 07:58:42 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: 1484/3007] 199.19.213.44 () {30 vars in 703 bytes} [Tue Jul 21 07:58:42 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1524/3008] 199.19.213.44 () {30 vars in 679 bytes} [Tue Jul 21 07:58:42 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: 1485/3009] 199.19.213.44 () {30 vars in 715 bytes} [Tue Jul 21 07:58:42 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-21 07:58:42.935 7 INFO neutron.api.v2.resource [None req-c7b34956-5624-4013-aef0-a5f077d163f6 c91b302a1f0c4d688f2f771aebbdb373 3ab8b07b6cd247c2a83286280ea0a707 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1525/3010] 199.19.213.44 () {30 vars in 761 bytes} [Tue Jul 21 07:58:42 2026] GET /v2.0/security-groups/lb-898662fe-c82f-4e17-b264-6cd0260d3588 => generated 149 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1486/3011] 199.19.213.44 () {30 vars in 783 bytes} [Tue Jul 21 07:58:42 2026] GET /v2.0/security-groups?name=lb-898662fe-c82f-4e17-b264-6cd0260d3588 => generated 1639 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1526/3012] 199.19.213.44 () {30 vars in 813 bytes} [Tue Jul 21 07:58:42 2026] GET /v2.0/security-group-rules?security_group_id=1e05de2a-41e8-4fee-810d-41363bbe979b => generated 1182 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1487/3013] 199.19.213.44 () {30 vars in 701 bytes} [Tue Jul 21 07:58:43 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: 1527/3014] 199.19.213.44 () {30 vars in 703 bytes} [Tue Jul 21 07:58:43 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: 1488/3015] 199.19.213.44 () {30 vars in 679 bytes} [Tue Jul 21 07:58:43 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: 1528/3016] 199.19.213.44 () {30 vars in 715 bytes} [Tue Jul 21 07:58:43 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: 1489/3017] 199.19.213.44 () {30 vars in 739 bytes} [Tue Jul 21 07:58:43 2026] GET /v2.0/subnets/b35f03ea-99fd-432e-9789-1f9b024859e0 => generated 676 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1529/3018] 199.19.213.44 () {30 vars in 767 bytes} [Tue Jul 21 07:58:43 2026] GET /v2.0/ports?device_id=d7f5790d-0042-4483-a22d-347ec9df621d => generated 2590 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1490/3019] 199.19.213.44 () {30 vars in 767 bytes} [Tue Jul 21 07:58:43 2026] GET /v2.0/ports?device_id=d7f5790d-0042-4483-a22d-347ec9df621d => generated 2590 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1530/3020] 10.0.0.32 () {32 vars in 727 bytes} [Tue Jul 21 07:58:43 2026] GET /v2.0/floatingips/83e94f92-b411-4520-bbb7-192cad308b70 => generated 857 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1491/3021] 199.19.213.44 () {30 vars in 767 bytes} [Tue Jul 21 07:58:43 2026] GET /v2.0/ports?device_id=d7f5790d-0042-4483-a22d-347ec9df621d => generated 2590 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1531/3022] 199.19.213.44 () {30 vars in 767 bytes} [Tue Jul 21 07:58:44 2026] GET /v2.0/ports?device_id=d7f5790d-0042-4483-a22d-347ec9df621d => generated 2590 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1492/3023] 199.19.213.44 () {34 vars in 973 bytes} [Tue Jul 21 07:58:45 2026] GET /v2.0/ports/041e9d64-22e6-46cd-b945-b20e455b5f59 => generated 1350 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1532/3024] 199.19.213.44 () {34 vars in 1058 bytes} [Tue Jul 21 07:58:45 2026] GET /v2.0/ports/041e9d64-22e6-46cd-b945-b20e455b5f59?fields=binding%3Aprofile&fields=network_id => generated 83 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1493/3025] 199.19.213.44 () {30 vars in 767 bytes} [Tue Jul 21 07:58:45 2026] GET /v2.0/ports?device_id=d7f5790d-0042-4483-a22d-347ec9df621d => generated 2590 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1533/3026] 199.19.213.44 () {34 vars in 1014 bytes} [Tue Jul 21 07:58:45 2026] GET /v2.0/networks/01d5e989-5b82-494d-8159-019c7348e6fc?fields=dns_domain => generated 29 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1494/3027] 199.19.213.44 () {38 vars in 1026 bytes} [Tue Jul 21 07:58:45 2026] PUT /v2.0/ports/041e9d64-22e6-46cd-b945-b20e455b5f59 => generated 1151 bytes in 296 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1534/3028] 199.19.213.44 () {30 vars in 767 bytes} [Tue Jul 21 07:58:46 2026] GET /v2.0/ports?device_id=d7f5790d-0042-4483-a22d-347ec9df621d => generated 1248 bytes in 28 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: 1495/3029] 199.19.213.44 () {34 vars in 787 bytes} [Tue Jul 21 07:58:46 2026] PUT /v2.0/ports/041e9d64-22e6-46cd-b945-b20e455b5f59 => generated 1090 bytes in 217 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1535/3030] 199.19.213.44 () {30 vars in 735 bytes} [Tue Jul 21 07:58:46 2026] GET /v2.0/ports/041e9d64-22e6-46cd-b945-b20e455b5f59 => generated 1090 bytes in 29 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-21 07:58:46.812 8 INFO neutron_taas.services.taas.taas_plugin [None req-3203883e-474e-4194-a2dd-755d997b2357 c91b302a1f0c4d688f2f771aebbdb373 3ab8b07b6cd247c2a83286280ea0a707 - - default default] TaaS: Handle Delete Port: 041e9d64-22e6-46cd-b945-b20e455b5f59 2026-07-21 07:58:46.814 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3203883e-474e-4194-a2dd-755d997b2357 c91b302a1f0c4d688f2f771aebbdb373 3ab8b07b6cd247c2a83286280ea0a707 - - default default] Tap Mirror: Handle Delete Port: 041e9d64-22e6-46cd-b945-b20e455b5f59 [pid: 8|app: 0|req: 1496/3031] 199.19.213.44 () {32 vars in 757 bytes} [Tue Jul 21 07:58:46 2026] DELETE /v2.0/ports/041e9d64-22e6-46cd-b945-b20e455b5f59 => generated 0 bytes in 211 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1536/3032] 199.19.213.44 () {30 vars in 701 bytes} [Tue Jul 21 07:58:47 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1497/3033] 199.19.213.44 () {30 vars in 703 bytes} [Tue Jul 21 07:58:47 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: 1537/3034] 199.19.213.44 () {30 vars in 679 bytes} [Tue Jul 21 07:58:47 2026] GET /v2.0/extensions/qos => generated 166 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1498/3035] 199.19.213.44 () {30 vars in 715 bytes} [Tue Jul 21 07:58:47 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-21 07:58:47.083 7 INFO neutron.pecan_wsgi.hooks.translation [None req-116c5af7-b7fe-47a7-bf9e-fa68ba4f6521 c91b302a1f0c4d688f2f771aebbdb373 3ab8b07b6cd247c2a83286280ea0a707 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1538/3036] 199.19.213.44 () {32 vars in 757 bytes} [Tue Jul 21 07:58:47 2026] DELETE /v2.0/ports/041e9d64-22e6-46cd-b945-b20e455b5f59 => generated 132 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1499/3037] 199.19.213.44 () {30 vars in 735 bytes} [Tue Jul 21 07:58:47 2026] GET /v2.0/ports/777e642b-c6e8-4e05-85e0-8b4c67b0254e => generated 1132 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-21 07:58:47.150 7 INFO neutron.api.v2.resource [None req-6567e995-b448-434c-8e60-665bf3fed658 c91b302a1f0c4d688f2f771aebbdb373 3ab8b07b6cd247c2a83286280ea0a707 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1539/3038] 199.19.213.44 () {30 vars in 761 bytes} [Tue Jul 21 07:58:47 2026] GET /v2.0/security-groups/lb-898662fe-c82f-4e17-b264-6cd0260d3588 => generated 149 bytes in 9 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1500/3039] 199.19.213.44 () {30 vars in 783 bytes} [Tue Jul 21 07:58:47 2026] GET /v2.0/security-groups?name=lb-898662fe-c82f-4e17-b264-6cd0260d3588 => generated 1639 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1540/3040] 199.19.213.44 () {30 vars in 735 bytes} [Tue Jul 21 07:58:47 2026] GET /v2.0/ports/777e642b-c6e8-4e05-85e0-8b4c67b0254e => generated 1132 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1501/3041] 199.19.213.44 () {34 vars in 1078 bytes} [Tue Jul 21 07:58:47 2026] GET /v2.0/ports?tenant_id=3ab8b07b6cd247c2a83286280ea0a707&device_id=d7f5790d-0042-4483-a22d-347ec9df621d => generated 1248 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1502/3042] 199.19.213.44 () {34 vars in 1064 bytes} [Tue Jul 21 07:58:47 2026] GET /v2.0/networks?id=62074393-f04b-440e-b4ad-761200171e02&id=01d5e989-5b82-494d-8159-019c7348e6fc => generated 1523 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1503/3043] 199.19.213.44 () {34 vars in 1060 bytes} [Tue Jul 21 07:58:47 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.0.103&port_id=fc3722d3-022c-49ec-adf7-a8bbacb41cc5 => generated 19 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1504/3044] 199.19.213.44 () {34 vars in 982 bytes} [Tue Jul 21 07:58:47 2026] GET /v2.0/subnets?id=a7ad2997-d008-4b91-81a8-a60ebc0bccaa => generated 654 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1541/3045] 199.19.213.44 () {34 vars in 787 bytes} [Tue Jul 21 07:58:47 2026] PUT /v2.0/ports/777e642b-c6e8-4e05-85e0-8b4c67b0254e => generated 1094 bytes in 199 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1505/3046] 199.19.213.44 () {34 vars in 1050 bytes} [Tue Jul 21 07:58:47 2026] GET /v2.0/ports?network_id=62074393-f04b-440e-b4ad-761200171e02&device_owner=network%3Adhcp => generated 1244 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1506/3047] 199.19.213.44 () {34 vars in 1010 bytes} [Tue Jul 21 07:58:47 2026] GET /v2.0/networks/62074393-f04b-440e-b4ad-761200171e02?fields=segments => generated 14 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1542/3048] 199.19.213.44 () {32 vars in 777 bytes} [Tue Jul 21 07:58:47 2026] DELETE /v2.0/security-groups/1e05de2a-41e8-4fee-810d-41363bbe979b => 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: 1507/3049] 199.19.213.44 () {34 vars in 1110 bytes} [Tue Jul 21 07:58:47 2026] GET /v2.0/networks/62074393-f04b-440e-b4ad-761200171e02?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) 2026-07-21 07:58:47.731 7 INFO neutron_taas.services.taas.taas_plugin [None req-e7a1755a-bbca-4028-90bd-c015fbe0df0d c91b302a1f0c4d688f2f771aebbdb373 3ab8b07b6cd247c2a83286280ea0a707 - - default default] TaaS: Handle Delete Port: 777e642b-c6e8-4e05-85e0-8b4c67b0254e 2026-07-21 07:58:47.737 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e7a1755a-bbca-4028-90bd-c015fbe0df0d c91b302a1f0c4d688f2f771aebbdb373 3ab8b07b6cd247c2a83286280ea0a707 - - default default] Tap Mirror: Handle Delete Port: 777e642b-c6e8-4e05-85e0-8b4c67b0254e [pid: 7|app: 0|req: 1543/3050] 199.19.213.44 () {32 vars in 757 bytes} [Tue Jul 21 07:58:47 2026] DELETE /v2.0/ports/777e642b-c6e8-4e05-85e0-8b4c67b0254e => generated 0 bytes in 345 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1508/3051] 199.19.213.44 () {34 vars in 992 bytes} [Tue Jul 21 07:58:50 2026] GET /v2.0/ports?device_id=d7f5790d-0042-4483-a22d-347ec9df621d => generated 1248 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-21 07:58:50.886 7 INFO neutron_taas.services.taas.taas_plugin [req-d0064407-ffd5-404a-8979-642a1e718ea7 req-e22970ce-d477-468d-a22f-8a24fcf0c8cc c91b302a1f0c4d688f2f771aebbdb373 3ab8b07b6cd247c2a83286280ea0a707 - - default default] TaaS: Handle Delete Port: fc3722d3-022c-49ec-adf7-a8bbacb41cc5 2026-07-21 07:58:50.889 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-d0064407-ffd5-404a-8979-642a1e718ea7 req-e22970ce-d477-468d-a22f-8a24fcf0c8cc c91b302a1f0c4d688f2f771aebbdb373 3ab8b07b6cd247c2a83286280ea0a707 - - default default] Tap Mirror: Handle Delete Port: fc3722d3-022c-49ec-adf7-a8bbacb41cc5 [pid: 7|app: 0|req: 1544/3052] 199.19.213.44 () {36 vars in 995 bytes} [Tue Jul 21 07:58:50 2026] DELETE /v2.0/ports/fc3722d3-022c-49ec-adf7-a8bbacb41cc5 => generated 0 bytes in 327 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-21 07:58:51.198 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-0cf20fd5-90c5-4068-99ca-fc1a1b359343'] response: {'server_uuid': 'd7f5790d-0042-4483-a22d-347ec9df621d', 'name': 'network-vif-deleted', 'tag': 'fc3722d3-022c-49ec-adf7-a8bbacb41cc5', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1510/3055] 10.0.0.179 () {34 vars in 989 bytes} [Tue Jul 21 07:58:51 2026] GET /v2.0/ports?device_id=a3ebc7e8-cef5-4a07-b783-49cf1564a5d9 => generated 1240 bytes in 101 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1546/3056] 10.0.0.179 () {34 vars in 1039 bytes} [Tue Jul 21 07:58:51 2026] GET /v2.0/security-groups?id=2648ce48-eb97-4f20-82b6-396d75e4366d&fields=id&fields=name => generated 114 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-21 07:58:52.278 8 INFO neutron_taas.services.taas.taas_plugin [None req-c1b979d8-0b6e-464c-b03e-8fdb47dcde69 877d0ab61e864eb2aa7a7eac16d26310 f67e8fb851974f70b5a9eaa716c8f839 - - default default] TaaS: Handle Delete Port: 73c33b3a-5626-43a7-806c-39bc97465f2a 2026-07-21 07:58:52.281 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c1b979d8-0b6e-464c-b03e-8fdb47dcde69 877d0ab61e864eb2aa7a7eac16d26310 f67e8fb851974f70b5a9eaa716c8f839 - - default default] Tap Mirror: Handle Delete Port: 73c33b3a-5626-43a7-806c-39bc97465f2a 2026-07-21 07:58:52.462 8 INFO neutron.db.l3_db [None req-c1b979d8-0b6e-464c-b03e-8fdb47dcde69 877d0ab61e864eb2aa7a7eac16d26310 f67e8fb851974f70b5a9eaa716c8f839 - - default default] Floating IP 0f9c8c08-9348-4961-b87c-8edb42e4b418 disassociated (deleted). External IP: 10.96.250.202, port: 718fb53d-4714-4d9a-93bf-73e4b78c7646. [pid: 8|app: 0|req: 1511/3057] 10.0.0.32 () {32 vars in 730 bytes} [Tue Jul 21 07:58:52 2026] DELETE /v2.0/floatingips/0f9c8c08-9348-4961-b87c-8edb42e4b418 => generated 0 bytes in 621 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-21 07:58:52.811 7 INFO neutron.api.v2.resource [None req-e56fe59e-e5a9-4f7f-8b19-b7b9a7be419e 877d0ab61e864eb2aa7a7eac16d26310 f67e8fb851974f70b5a9eaa716c8f839 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1547/3058] 10.0.0.32 () {32 vars in 727 bytes} [Tue Jul 21 07:58:52 2026] GET /v2.0/floatingips/0f9c8c08-9348-4961-b87c-8edb42e4b418 => generated 144 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-21 07:58:52.822 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-5aff337b-34a3-4564-a4b1-9de4c5a34d81'] response: {'name': 'network-changed', 'server_uuid': '82fa58b2-d0f7-450f-b646-0d9e5ea780fb', 'tag': '718fb53d-4714-4d9a-93bf-73e4b78c7646', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1512/3059] 10.0.0.218 () {34 vars in 989 bytes} [Tue Jul 21 07:58:52 2026] GET /v2.0/ports?device_id=82fa58b2-d0f7-450f-b646-0d9e5ea780fb => generated 1204 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1548/3060] 10.0.0.218 () {34 vars in 1039 bytes} [Tue Jul 21 07:58:53 2026] GET /v2.0/security-groups?id=b90677d9-a5f9-4a40-95e0-3d59ac664cb9&fields=id&fields=name => generated 111 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1513/3061] 199.19.213.44 () {34 vars in 1078 bytes} [Tue Jul 21 07:58:53 2026] GET /v2.0/ports?tenant_id=f67e8fb851974f70b5a9eaa716c8f839&device_id=82fa58b2-d0f7-450f-b646-0d9e5ea780fb => generated 1473 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1549/3062] 199.19.213.44 () {34 vars in 984 bytes} [Tue Jul 21 07:58:53 2026] GET /v2.0/networks?id=c6dd29b5-9782-467b-b1bd-878dc86670be => generated 800 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1514/3063] 199.19.213.44 () {34 vars in 1056 bytes} [Tue Jul 21 07:58:53 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.139&port_id=718fb53d-4714-4d9a-93bf-73e4b78c7646 => generated 19 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1550/3064] 199.19.213.44 () {34 vars in 1104 bytes} [Tue Jul 21 07:58:53 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A223&port_id=718fb53d-4714-4d9a-93bf-73e4b78c7646 => generated 19 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1515/3065] 199.19.213.44 () {34 vars in 1062 bytes} [Tue Jul 21 07:58:53 2026] GET /v2.0/subnets?id=8a1ac748-19f8-4957-a454-75f22c0d74b3&id=22e892d9-2ba3-4d3a-aca1-c7bbfae6d664 => generated 1413 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1551/3066] 199.19.213.44 () {34 vars in 1050 bytes} [Tue Jul 21 07:58:53 2026] GET /v2.0/ports?network_id=c6dd29b5-9782-467b-b1bd-878dc86670be&device_owner=network%3Adhcp => generated 1461 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1516/3067] 199.19.213.44 () {34 vars in 1050 bytes} [Tue Jul 21 07:58:53 2026] GET /v2.0/ports?network_id=c6dd29b5-9782-467b-b1bd-878dc86670be&device_owner=network%3Adhcp => generated 1461 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1552/3068] 199.19.213.44 () {34 vars in 1010 bytes} [Tue Jul 21 07:58:53 2026] GET /v2.0/networks/c6dd29b5-9782-467b-b1bd-878dc86670be?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: 1517/3069] 199.19.213.44 () {34 vars in 1110 bytes} [Tue Jul 21 07:58:53 2026] GET /v2.0/networks/c6dd29b5-9782-467b-b1bd-878dc86670be?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: 1553/3070] 199.19.213.44 () {34 vars in 992 bytes} [Tue Jul 21 07:58:55 2026] GET /v2.0/ports?device_id=82fa58b2-d0f7-450f-b646-0d9e5ea780fb => generated 1204 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-21 07:58:55.770 8 INFO neutron_taas.services.taas.taas_plugin [req-a1f91656-b126-4ad5-9891-838d3f5e3581 req-c85ebd61-88a7-46fe-ae2c-b5dbc12b7458 877d0ab61e864eb2aa7a7eac16d26310 f67e8fb851974f70b5a9eaa716c8f839 - - default default] TaaS: Handle Delete Port: 718fb53d-4714-4d9a-93bf-73e4b78c7646 2026-07-21 07:58:55.773 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-a1f91656-b126-4ad5-9891-838d3f5e3581 req-c85ebd61-88a7-46fe-ae2c-b5dbc12b7458 877d0ab61e864eb2aa7a7eac16d26310 f67e8fb851974f70b5a9eaa716c8f839 - - default default] Tap Mirror: Handle Delete Port: 718fb53d-4714-4d9a-93bf-73e4b78c7646 [pid: 8|app: 0|req: 1518/3071] 199.19.213.44 () {36 vars in 995 bytes} [Tue Jul 21 07:58:55 2026] DELETE /v2.0/ports/718fb53d-4714-4d9a-93bf-73e4b78c7646 => generated 0 bytes in 268 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-21 07:58:55.959 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-e9870bc5-9e7b-457d-94be-0d8ff0e3b800'] response: {'server_uuid': '82fa58b2-d0f7-450f-b646-0d9e5ea780fb', 'name': 'network-vif-deleted', 'tag': '718fb53d-4714-4d9a-93bf-73e4b78c7646', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1554/3072] 10.0.0.218 () {34 vars in 989 bytes} [Tue Jul 21 07:58:58 2026] GET /v2.0/ports?device_id=82fa58b2-d0f7-450f-b646-0d9e5ea780fb => 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: 1519/3073] 10.0.0.218 () {34 vars in 989 bytes} [Tue Jul 21 07:59:01 2026] GET /v2.0/ports?device_id=a3ebc7e8-cef5-4a07-b783-49cf1564a5d9 => generated 971 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1555/3074] 10.0.0.218 () {34 vars in 1039 bytes} [Tue Jul 21 07:59:01 2026] GET /v2.0/security-groups?id=2648ce48-eb97-4f20-82b6-396d75e4366d&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: 1520/3075] 10.0.0.218 () {34 vars in 989 bytes} [Tue Jul 21 07:59:02 2026] GET /v2.0/ports?device_id=a3ebc7e8-cef5-4a07-b783-49cf1564a5d9 => generated 971 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1556/3076] 10.0.0.218 () {34 vars in 1039 bytes} [Tue Jul 21 07:59:02 2026] GET /v2.0/security-groups?id=2648ce48-eb97-4f20-82b6-396d75e4366d&fields=id&fields=name => generated 114 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-21 07:59:03.314 8 INFO neutron_taas.services.taas.taas_plugin [None req-eb77dfe1-afc8-463d-aed5-25a2220c4a47 877d0ab61e864eb2aa7a7eac16d26310 f67e8fb851974f70b5a9eaa716c8f839 - - default default] TaaS: Handle Delete Port: 988c3e88-7293-414f-ab35-1253f7430031 2026-07-21 07:59:03.316 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-eb77dfe1-afc8-463d-aed5-25a2220c4a47 877d0ab61e864eb2aa7a7eac16d26310 f67e8fb851974f70b5a9eaa716c8f839 - - default default] Tap Mirror: Handle Delete Port: 988c3e88-7293-414f-ab35-1253f7430031 2026-07-21 07:59:03.468 8 INFO neutron.db.l3_db [None req-eb77dfe1-afc8-463d-aed5-25a2220c4a47 877d0ab61e864eb2aa7a7eac16d26310 f67e8fb851974f70b5a9eaa716c8f839 - - default default] Floating IP c4b30809-31b4-45b6-bb40-eeaf36a0b53d disassociated (deleted). External IP: 10.96.250.210, port: 009e7b55-eab1-48e2-a568-8854ac445dc2. [pid: 7|app: 0|req: 1557/3077] 10.0.0.218 () {34 vars in 989 bytes} [Tue Jul 21 07:59:03 2026] GET /v2.0/ports?device_id=a3ebc7e8-cef5-4a07-b783-49cf1564a5d9 => generated 971 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1558/3078] 199.19.213.44 () {34 vars in 992 bytes} [Tue Jul 21 07:59:03 2026] GET /v2.0/ports?device_id=a3ebc7e8-cef5-4a07-b783-49cf1564a5d9 => generated 971 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1559/3079] 10.0.0.218 () {34 vars in 1039 bytes} [Tue Jul 21 07:59:03 2026] GET /v2.0/security-groups?id=2648ce48-eb97-4f20-82b6-396d75e4366d&fields=id&fields=name => generated 114 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1521/3080] 10.0.0.32 () {32 vars in 730 bytes} [Tue Jul 21 07:59:03 2026] DELETE /v2.0/floatingips/c4b30809-31b4-45b6-bb40-eeaf36a0b53d => generated 0 bytes in 564 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-21 07:59:03.788 8 INFO neutron.api.v2.resource [None req-b676d34d-02ba-45cc-b36f-93983da9ec7d 877d0ab61e864eb2aa7a7eac16d26310 f67e8fb851974f70b5a9eaa716c8f839 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1522/3081] 10.0.0.32 () {32 vars in 727 bytes} [Tue Jul 21 07:59:03 2026] GET /v2.0/floatingips/c4b30809-31b4-45b6-bb40-eeaf36a0b53d => generated 144 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-21 07:59:03.798 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-8f6e88ed-82af-4960-9a7b-9dc03d3d0721'] response: {'name': 'network-changed', 'server_uuid': '161cc309-6eef-4486-894e-3f155837abe0', 'tag': '009e7b55-eab1-48e2-a568-8854ac445dc2', 'status': 'completed', 'code': 200} 2026-07-21 07:59:03.857 7 INFO neutron_taas.services.taas.taas_plugin [req-50246e03-3354-4148-907b-3a1aa8dff704 req-c20f6b30-c1dc-49b6-8165-48474fae2b1e 2a58671539ed46f981bc8b93509af3a7 7c619acd04b14e8795a9c9981e86de36 - - default default] TaaS: Handle Delete Port: a4d4d5ec-7eaa-4a5b-bf1b-8b388b4a61a3 2026-07-21 07:59:03.860 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-50246e03-3354-4148-907b-3a1aa8dff704 req-c20f6b30-c1dc-49b6-8165-48474fae2b1e 2a58671539ed46f981bc8b93509af3a7 7c619acd04b14e8795a9c9981e86de36 - - default default] Tap Mirror: Handle Delete Port: a4d4d5ec-7eaa-4a5b-bf1b-8b388b4a61a3 2026-07-21 07:59:03.963 7 INFO neutron.db.l3_db [req-50246e03-3354-4148-907b-3a1aa8dff704 req-c20f6b30-c1dc-49b6-8165-48474fae2b1e 2a58671539ed46f981bc8b93509af3a7 7c619acd04b14e8795a9c9981e86de36 - - default default] Floating IP 83e94f92-b411-4520-bbb7-192cad308b70 disassociated. External IP: 10.96.250.213, port: a4d4d5ec-7eaa-4a5b-bf1b-8b388b4a61a3. [pid: 8|app: 0|req: 1523/3082] 10.0.0.218 () {34 vars in 989 bytes} [Tue Jul 21 07:59:03 2026] GET /v2.0/ports?device_id=161cc309-6eef-4486-894e-3f155837abe0 => generated 1192 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1524/3083] 10.0.0.218 () {34 vars in 1039 bytes} [Tue Jul 21 07:59:03 2026] GET /v2.0/security-groups?id=b90677d9-a5f9-4a40-95e0-3d59ac664cb9&fields=id&fields=name => generated 111 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1560/3084] 199.19.213.44 () {36 vars in 995 bytes} [Tue Jul 21 07:59:03 2026] DELETE /v2.0/ports/a4d4d5ec-7eaa-4a5b-bf1b-8b388b4a61a3 => generated 0 bytes in 531 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-21 07:59:04.329 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-f28c359e-ee9d-40fa-98c2-4a7140a1e266'] response: {'server_uuid': 'a3ebc7e8-cef5-4a07-b783-49cf1564a5d9', 'name': 'network-vif-deleted', 'tag': 'a4d4d5ec-7eaa-4a5b-bf1b-8b388b4a61a3', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1525/3085] 199.19.213.44 () {34 vars in 1078 bytes} [Tue Jul 21 07:59:04 2026] GET /v2.0/ports?tenant_id=f67e8fb851974f70b5a9eaa716c8f839&device_id=161cc309-6eef-4486-894e-3f155837abe0 => generated 1461 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1561/3086] 199.19.213.44 () {34 vars in 984 bytes} [Tue Jul 21 07:59:04 2026] GET /v2.0/networks?id=ce6b1180-0f78-4ae0-8c38-9c71be7a5d45 => generated 801 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1526/3087] 199.19.213.44 () {34 vars in 1054 bytes} [Tue Jul 21 07:59:04 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.69&port_id=009e7b55-eab1-48e2-a568-8854ac445dc2 => generated 19 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1562/3088] 199.19.213.44 () {34 vars in 1100 bytes} [Tue Jul 21 07:59:04 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A15&port_id=009e7b55-eab1-48e2-a568-8854ac445dc2 => generated 19 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1527/3089] 199.19.213.44 () {34 vars in 1062 bytes} [Tue Jul 21 07:59:04 2026] GET /v2.0/subnets?id=9e91a7ba-82f5-4e48-b4d9-553725d47328&id=e4aedbff-287f-4dda-a743-a205667fb73d => generated 1410 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1563/3090] 199.19.213.44 () {34 vars in 1050 bytes} [Tue Jul 21 07:59:04 2026] GET /v2.0/ports?network_id=ce6b1180-0f78-4ae0-8c38-9c71be7a5d45&device_owner=network%3Adhcp => generated 1457 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1528/3091] 199.19.213.44 () {34 vars in 1050 bytes} [Tue Jul 21 07:59:04 2026] GET /v2.0/ports?network_id=ce6b1180-0f78-4ae0-8c38-9c71be7a5d45&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: 1564/3092] 199.19.213.44 () {34 vars in 1010 bytes} [Tue Jul 21 07:59:04 2026] GET /v2.0/networks/ce6b1180-0f78-4ae0-8c38-9c71be7a5d45?fields=segments => generated 14 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1529/3093] 199.19.213.44 () {34 vars in 1110 bytes} [Tue Jul 21 07:59:04 2026] GET /v2.0/networks/ce6b1180-0f78-4ae0-8c38-9c71be7a5d45?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: 1565/3094] 10.0.0.218 () {34 vars in 989 bytes} [Tue Jul 21 07:59:04 2026] GET /v2.0/ports?device_id=a3ebc7e8-cef5-4a07-b783-49cf1564a5d9 => 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: 1530/3095] 10.0.0.218 () {34 vars in 989 bytes} [Tue Jul 21 07:59:05 2026] GET /v2.0/ports?device_id=a3ebc7e8-cef5-4a07-b783-49cf1564a5d9 => 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: 1567/3098] 199.19.213.44 () {34 vars in 992 bytes} [Tue Jul 21 07:59:06 2026] GET /v2.0/ports?device_id=161cc309-6eef-4486-894e-3f155837abe0 => generated 1192 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-21 07:59:06.520 8 INFO neutron_taas.services.taas.taas_plugin [req-eb641843-07e7-46c9-a5cc-cb50aefe75ae req-85e052c8-c4bc-452c-9164-766d884cd646 877d0ab61e864eb2aa7a7eac16d26310 f67e8fb851974f70b5a9eaa716c8f839 - - default default] TaaS: Handle Delete Port: 009e7b55-eab1-48e2-a568-8854ac445dc2 2026-07-21 07:59:06.523 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-eb641843-07e7-46c9-a5cc-cb50aefe75ae req-85e052c8-c4bc-452c-9164-766d884cd646 877d0ab61e864eb2aa7a7eac16d26310 f67e8fb851974f70b5a9eaa716c8f839 - - default default] Tap Mirror: Handle Delete Port: 009e7b55-eab1-48e2-a568-8854ac445dc2 [pid: 8|app: 0|req: 1532/3099] 199.19.213.44 () {36 vars in 995 bytes} [Tue Jul 21 07:59:06 2026] DELETE /v2.0/ports/009e7b55-eab1-48e2-a568-8854ac445dc2 => generated 0 bytes in 314 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-21 07:59:06.751 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-70820fdc-030b-497e-9cda-00e1f3abe242'] response: {'server_uuid': '161cc309-6eef-4486-894e-3f155837abe0', 'name': 'network-vif-deleted', 'tag': '009e7b55-eab1-48e2-a568-8854ac445dc2', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1568/3100] 10.0.0.218 () {34 vars in 989 bytes} [Tue Jul 21 07:59:07 2026] GET /v2.0/ports?device_id=a3ebc7e8-cef5-4a07-b783-49cf1564a5d9 => 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: 1533/3101] 10.0.0.32 () {32 vars in 738 bytes} [Tue Jul 21 07:59:08 2026] DELETE /v2.0/security-groups/2648ce48-eb97-4f20-82b6-396d75e4366d => generated 0 bytes in 126 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-21 07:59:08.349 7 INFO neutron_taas.services.taas.taas_plugin [None req-b37b0c16-bf4d-489b-b66b-0c2619ae8bcc 2a58671539ed46f981bc8b93509af3a7 7c619acd04b14e8795a9c9981e86de36 - - default default] TaaS: Handle Delete Port: b6ea1e2a-f061-4e2e-b37e-93053dfffb9a 2026-07-21 07:59:08.353 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b37b0c16-bf4d-489b-b66b-0c2619ae8bcc 2a58671539ed46f981bc8b93509af3a7 7c619acd04b14e8795a9c9981e86de36 - - default default] Tap Mirror: Handle Delete Port: b6ea1e2a-f061-4e2e-b37e-93053dfffb9a [pid: 7|app: 0|req: 1569/3102] 10.0.0.32 () {32 vars in 730 bytes} [Tue Jul 21 07:59:08 2026] DELETE /v2.0/floatingips/83e94f92-b411-4520-bbb7-192cad308b70 => generated 0 bytes in 264 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1534/3103] 10.0.0.218 () {34 vars in 989 bytes} [Tue Jul 21 07:59:08 2026] GET /v2.0/ports?device_id=22747e79-1da1-4e26-b1be-3062f651df41 => generated 971 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1570/3104] 10.0.0.218 () {34 vars in 1039 bytes} [Tue Jul 21 07:59:08 2026] GET /v2.0/security-groups?id=85b336aa-e42e-4fd9-b9e8-410cdc8209d8&fields=id&fields=name => generated 114 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1535/3105] 10.0.0.218 () {34 vars in 989 bytes} [Tue Jul 21 07:59:09 2026] GET /v2.0/ports?device_id=161cc309-6eef-4486-894e-3f155837abe0 => 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: 1571/3106] 10.0.0.218 () {34 vars in 989 bytes} [Tue Jul 21 07:59:09 2026] GET /v2.0/ports?device_id=22747e79-1da1-4e26-b1be-3062f651df41 => generated 971 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1536/3107] 10.0.0.218 () {34 vars in 1039 bytes} [Tue Jul 21 07:59:09 2026] GET /v2.0/security-groups?id=85b336aa-e42e-4fd9-b9e8-410cdc8209d8&fields=id&fields=name => generated 114 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1572/3108] 10.0.0.218 () {34 vars in 989 bytes} [Tue Jul 21 07:59:11 2026] GET /v2.0/ports?device_id=22747e79-1da1-4e26-b1be-3062f651df41 => generated 969 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1537/3109] 10.0.0.218 () {34 vars in 1039 bytes} [Tue Jul 21 07:59:11 2026] GET /v2.0/security-groups?id=85b336aa-e42e-4fd9-b9e8-410cdc8209d8&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: 1573/3110] 199.19.213.44 () {34 vars in 992 bytes} [Tue Jul 21 07:59:11 2026] GET /v2.0/ports?device_id=22747e79-1da1-4e26-b1be-3062f651df41 => generated 969 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-21 07:59:11.309 8 INFO neutron_taas.services.taas.taas_plugin [req-4879315f-feb6-4edc-9870-dda0f47fc136 req-27aea054-a199-4f8e-a767-e2b75d587176 2a58671539ed46f981bc8b93509af3a7 7c619acd04b14e8795a9c9981e86de36 - - default default] TaaS: Handle Delete Port: 629e3023-0124-4a70-a0eb-9a7700e72d33 2026-07-21 07:59:11.312 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-4879315f-feb6-4edc-9870-dda0f47fc136 req-27aea054-a199-4f8e-a767-e2b75d587176 2a58671539ed46f981bc8b93509af3a7 7c619acd04b14e8795a9c9981e86de36 - - default default] Tap Mirror: Handle Delete Port: 629e3023-0124-4a70-a0eb-9a7700e72d33 [pid: 8|app: 0|req: 1538/3111] 199.19.213.44 () {36 vars in 995 bytes} [Tue Jul 21 07:59:11 2026] DELETE /v2.0/ports/629e3023-0124-4a70-a0eb-9a7700e72d33 => generated 0 bytes in 331 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-21 07:59:11.503 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-40c2127a-154b-412d-8c4c-09a133478fb5'] response: {'server_uuid': '22747e79-1da1-4e26-b1be-3062f651df41', 'name': 'network-vif-deleted', 'tag': '629e3023-0124-4a70-a0eb-9a7700e72d33', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1574/3112] 10.0.0.218 () {34 vars in 989 bytes} [Tue Jul 21 07:59:12 2026] GET /v2.0/ports?device_id=22747e79-1da1-4e26-b1be-3062f651df41 => 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: 1539/3113] 10.0.0.218 () {34 vars in 989 bytes} [Tue Jul 21 07:59:13 2026] GET /v2.0/ports?device_id=22747e79-1da1-4e26-b1be-3062f651df41 => 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: 1575/3114] 10.0.0.32 () {32 vars in 748 bytes} [Tue Jul 21 07:59:14 2026] DELETE /v2.0/security-group-rules/fe1611b9-3804-41dd-85ef-40064aa898d1 => generated 0 bytes in 76 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-21 07:59:14.264 8 INFO neutron.api.v2.resource [None req-b99c19e3-b6e6-4fca-885f-00290aedea35 877d0ab61e864eb2aa7a7eac16d26310 f67e8fb851974f70b5a9eaa716c8f839 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1540/3115] 10.0.0.32 () {32 vars in 745 bytes} [Tue Jul 21 07:59:14 2026] GET /v2.0/security-group-rules/fe1611b9-3804-41dd-85ef-40064aa898d1 => generated 155 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1576/3116] 10.0.0.32 () {32 vars in 748 bytes} [Tue Jul 21 07:59:14 2026] DELETE /v2.0/security-group-rules/10ee2de6-ee50-4ea0-af5f-27da5792ff97 => generated 0 bytes in 64 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-21 07:59:14.350 8 INFO neutron.api.v2.resource [None req-422a83f6-48c1-44e5-bb4c-4d07a1fb4e1e 877d0ab61e864eb2aa7a7eac16d26310 f67e8fb851974f70b5a9eaa716c8f839 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1541/3117] 10.0.0.32 () {32 vars in 745 bytes} [Tue Jul 21 07:59:14 2026] GET /v2.0/security-group-rules/10ee2de6-ee50-4ea0-af5f-27da5792ff97 => generated 155 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1577/3118] 10.0.0.32 () {32 vars in 748 bytes} [Tue Jul 21 07:59:14 2026] DELETE /v2.0/security-group-rules/c1caa9a7-abc6-41f1-926e-f83410d02541 => generated 0 bytes in 67 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1542/3119] 10.0.0.218 () {34 vars in 989 bytes} [Tue Jul 21 07:59:14 2026] GET /v2.0/ports?device_id=22747e79-1da1-4e26-b1be-3062f651df41 => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-21 07:59:14.438 7 INFO neutron.api.v2.resource [None req-abcb64a4-eb37-4542-a543-449a85f178e6 877d0ab61e864eb2aa7a7eac16d26310 f67e8fb851974f70b5a9eaa716c8f839 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1578/3120] 10.0.0.32 () {32 vars in 745 bytes} [Tue Jul 21 07:59:14 2026] GET /v2.0/security-group-rules/c1caa9a7-abc6-41f1-926e-f83410d02541 => generated 155 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1543/3121] 10.0.0.32 () {32 vars in 748 bytes} [Tue Jul 21 07:59:14 2026] DELETE /v2.0/security-group-rules/65d2e121-e846-42e6-8785-4993d5f730ae => generated 0 bytes in 72 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-21 07:59:14.542 7 INFO neutron.api.v2.resource [None req-e48d9c78-0cf9-413c-be33-f3f6ea83bf0d 877d0ab61e864eb2aa7a7eac16d26310 f67e8fb851974f70b5a9eaa716c8f839 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1579/3122] 10.0.0.32 () {32 vars in 745 bytes} [Tue Jul 21 07:59:14 2026] GET /v2.0/security-group-rules/65d2e121-e846-42e6-8785-4993d5f730ae => generated 155 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1544/3123] 10.0.0.32 () {32 vars in 748 bytes} [Tue Jul 21 07:59:14 2026] DELETE /v2.0/security-group-rules/8036fad7-f2c0-486a-83ee-faea9f660bea => generated 0 bytes in 80 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-21 07:59:14.645 7 INFO neutron.api.v2.resource [None req-faf2c45e-f4f7-48d4-aa01-9e206fdb52d3 877d0ab61e864eb2aa7a7eac16d26310 f67e8fb851974f70b5a9eaa716c8f839 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1580/3124] 10.0.0.32 () {32 vars in 745 bytes} [Tue Jul 21 07:59:14 2026] GET /v2.0/security-group-rules/8036fad7-f2c0-486a-83ee-faea9f660bea => 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: 1545/3125] 10.0.0.32 () {32 vars in 748 bytes} [Tue Jul 21 07:59:14 2026] DELETE /v2.0/security-group-rules/717a5f55-46fd-471a-97b9-f13aefb4eab3 => generated 0 bytes in 71 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-21 07:59:14.742 7 INFO neutron.api.v2.resource [None req-bf2a46d8-f54d-4846-9d4d-1bab3f6aa814 877d0ab61e864eb2aa7a7eac16d26310 f67e8fb851974f70b5a9eaa716c8f839 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1581/3126] 10.0.0.32 () {32 vars in 745 bytes} [Tue Jul 21 07:59:14 2026] GET /v2.0/security-group-rules/717a5f55-46fd-471a-97b9-f13aefb4eab3 => generated 155 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1546/3127] 10.0.0.32 () {32 vars in 748 bytes} [Tue Jul 21 07:59:14 2026] DELETE /v2.0/security-group-rules/f5a2fe0d-8d11-4329-a643-8c6831d35dcf => generated 0 bytes in 89 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-21 07:59:14.852 7 INFO neutron.api.v2.resource [None req-c3802bed-551d-4ae1-beee-9dae915c5c60 877d0ab61e864eb2aa7a7eac16d26310 f67e8fb851974f70b5a9eaa716c8f839 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1582/3128] 10.0.0.32 () {32 vars in 745 bytes} [Tue Jul 21 07:59:14 2026] GET /v2.0/security-group-rules/f5a2fe0d-8d11-4329-a643-8c6831d35dcf => generated 155 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1547/3129] 10.0.0.32 () {32 vars in 748 bytes} [Tue Jul 21 07:59:14 2026] DELETE /v2.0/security-group-rules/2d522205-e4c8-4264-a83f-263ae1c5f42e => generated 0 bytes in 61 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-21 07:59:14.933 7 INFO neutron.api.v2.resource [None req-b7fda5da-4ce3-4a3f-b20a-222cb583e1d6 877d0ab61e864eb2aa7a7eac16d26310 f67e8fb851974f70b5a9eaa716c8f839 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1583/3130] 10.0.0.32 () {32 vars in 745 bytes} [Tue Jul 21 07:59:14 2026] GET /v2.0/security-group-rules/2d522205-e4c8-4264-a83f-263ae1c5f42e => 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: 1548/3131] 10.0.0.32 () {32 vars in 748 bytes} [Tue Jul 21 07:59:14 2026] DELETE /v2.0/security-group-rules/7f313c11-7f52-448d-bc0e-f5980548a296 => generated 0 bytes in 62 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-21 07:59:15.017 7 INFO neutron.api.v2.resource [None req-26950953-321b-45e0-9700-38a26b683135 877d0ab61e864eb2aa7a7eac16d26310 f67e8fb851974f70b5a9eaa716c8f839 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1584/3132] 10.0.0.32 () {32 vars in 745 bytes} [Tue Jul 21 07:59:15 2026] GET /v2.0/security-group-rules/7f313c11-7f52-448d-bc0e-f5980548a296 => 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: 1549/3133] 10.0.0.32 () {32 vars in 748 bytes} [Tue Jul 21 07:59:15 2026] DELETE /v2.0/security-group-rules/e2c52ed2-2af5-42de-b59a-ecaf475606ab => generated 0 bytes in 58 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-21 07:59:15.099 7 INFO neutron.api.v2.resource [None req-04f8f9e7-3759-4305-88d6-73d04fd1c36f 877d0ab61e864eb2aa7a7eac16d26310 f67e8fb851974f70b5a9eaa716c8f839 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1585/3134] 10.0.0.32 () {32 vars in 745 bytes} [Tue Jul 21 07:59:15 2026] GET /v2.0/security-group-rules/e2c52ed2-2af5-42de-b59a-ecaf475606ab => generated 155 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1550/3135] 10.0.0.32 () {32 vars in 748 bytes} [Tue Jul 21 07:59:15 2026] DELETE /v2.0/security-group-rules/bcf40b3f-3c9a-4da7-bece-14ed4d669245 => generated 0 bytes in 64 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-21 07:59:15.187 7 INFO neutron.api.v2.resource [None req-0380b66f-6188-44b0-8abb-67066331a12c 877d0ab61e864eb2aa7a7eac16d26310 f67e8fb851974f70b5a9eaa716c8f839 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1586/3136] 10.0.0.32 () {32 vars in 745 bytes} [Tue Jul 21 07:59:15 2026] GET /v2.0/security-group-rules/bcf40b3f-3c9a-4da7-bece-14ed4d669245 => generated 155 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1551/3137] 10.0.0.32 () {32 vars in 738 bytes} [Tue Jul 21 07:59:15 2026] DELETE /v2.0/security-groups/b90677d9-a5f9-4a40-95e0-3d59ac664cb9 => generated 0 bytes in 74 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-21 07:59:15.283 7 INFO neutron.api.v2.resource [None req-c6c4ac79-f2fb-4b88-8fc8-7f764def3f31 877d0ab61e864eb2aa7a7eac16d26310 f67e8fb851974f70b5a9eaa716c8f839 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1587/3138] 10.0.0.32 () {32 vars in 735 bytes} [Tue Jul 21 07:59:15 2026] GET /v2.0/security-groups/b90677d9-a5f9-4a40-95e0-3d59ac664cb9 => 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: 1588/3139] 10.0.0.32 () {32 vars in 738 bytes} [Tue Jul 21 07:59:15 2026] DELETE /v2.0/security-groups/85b336aa-e42e-4fd9-b9e8-410cdc8209d8 => generated 0 bytes in 136 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-21 07:59:15.689 8 INFO neutron_taas.services.taas.taas_plugin [None req-d20eb7f8-8855-48e4-bbae-f6a7635b0104 877d0ab61e864eb2aa7a7eac16d26310 f67e8fb851974f70b5a9eaa716c8f839 - - default default] TaaS: Handle Delete Port: 86b65d3f-887a-4f9d-96de-cf9f18622f44 2026-07-21 07:59:15.694 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d20eb7f8-8855-48e4-bbae-f6a7635b0104 877d0ab61e864eb2aa7a7eac16d26310 f67e8fb851974f70b5a9eaa716c8f839 - - default default] Tap Mirror: Handle Delete Port: 86b65d3f-887a-4f9d-96de-cf9f18622f44 2026-07-21 07:59:15.965 7 INFO neutron_taas.services.taas.taas_plugin [None req-97b5df08-af82-4499-b988-edfaf244e67b 2a58671539ed46f981bc8b93509af3a7 7c619acd04b14e8795a9c9981e86de36 - - default default] TaaS: Handle Delete Port: 434c8159-93f6-46ca-9e60-d0d2a23ca43c 2026-07-21 07:59:15.968 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-97b5df08-af82-4499-b988-edfaf244e67b 2a58671539ed46f981bc8b93509af3a7 7c619acd04b14e8795a9c9981e86de36 - - default default] Tap Mirror: Handle Delete Port: 434c8159-93f6-46ca-9e60-d0d2a23ca43c [pid: 8|app: 0|req: 1552/3140] 10.0.0.32 () {34 vars in 787 bytes} [Tue Jul 21 07:59:15 2026] PUT /v2.0/routers/9fb008dd-30ba-479b-be41-1489f2341934/remove_router_interface => generated 309 bytes in 909 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-21 07:59:16.382 8 INFO neutron.api.v2.resource [None req-cf848621-69ea-420c-9426-34f4331762fd 877d0ab61e864eb2aa7a7eac16d26310 f67e8fb851974f70b5a9eaa716c8f839 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1553/3141] 10.0.0.32 () {34 vars in 787 bytes} [Tue Jul 21 07:59:16 2026] PUT /v2.0/routers/9fb008dd-30ba-479b-be41-1489f2341934/remove_router_interface => generated 198 bytes in 143 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1589/3142] 10.0.0.32 () {34 vars in 787 bytes} [Tue Jul 21 07:59:15 2026] PUT /v2.0/routers/8bd069ab-e9fd-4718-887b-ff7f6d188c01/remove_router_interface => generated 309 bytes in 816 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1590/3143] 10.0.0.32 () {32 vars in 722 bytes} [Tue Jul 21 07:59:16 2026] DELETE /v2.0/subnets/3492458f-a2ce-43b3-b42d-b2de1a66bcc5 => generated 0 bytes in 151 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-21 07:59:16.771 8 INFO neutron_taas.services.taas.taas_plugin [None req-2fd129f6-7c3e-460b-b462-8108dcf1c6d7 877d0ab61e864eb2aa7a7eac16d26310 f67e8fb851974f70b5a9eaa716c8f839 - - default default] TaaS: Handle Delete Port: 3d537e68-5276-44d2-bf8f-e0ada3651951 2026-07-21 07:59:16.773 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2fd129f6-7c3e-460b-b462-8108dcf1c6d7 877d0ab61e864eb2aa7a7eac16d26310 f67e8fb851974f70b5a9eaa716c8f839 - - default default] Tap Mirror: Handle Delete Port: 3d537e68-5276-44d2-bf8f-e0ada3651951 2026-07-21 07:59:16.832 7 INFO neutron_taas.services.taas.taas_plugin [None req-1bcc3672-9cd1-4083-9d4d-ff9cc040085b 2a58671539ed46f981bc8b93509af3a7 7c619acd04b14e8795a9c9981e86de36 - - default default] TaaS: Handle Delete Port: d78a81a5-b459-4884-b2de-e888a6d3ff7f 2026-07-21 07:59:16.834 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1bcc3672-9cd1-4083-9d4d-ff9cc040085b 2a58671539ed46f981bc8b93509af3a7 7c619acd04b14e8795a9c9981e86de36 - - default default] Tap Mirror: Handle Delete Port: d78a81a5-b459-4884-b2de-e888a6d3ff7f 2026-07-21 07:59:17.085 7 INFO neutron_taas.services.taas.taas_plugin [None req-1bcc3672-9cd1-4083-9d4d-ff9cc040085b 2a58671539ed46f981bc8b93509af3a7 7c619acd04b14e8795a9c9981e86de36 - - default default] TaaS: Handle Delete Port: b8c6eba4-d111-407a-b6ee-d301ee6930f4 2026-07-21 07:59:17.088 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1bcc3672-9cd1-4083-9d4d-ff9cc040085b 2a58671539ed46f981bc8b93509af3a7 7c619acd04b14e8795a9c9981e86de36 - - default default] Tap Mirror: Handle Delete Port: b8c6eba4-d111-407a-b6ee-d301ee6930f4 2026-07-21 07:59:17.454 7 INFO neutron.db.l3_hamode_db [None req-1bcc3672-9cd1-4083-9d4d-ff9cc040085b 2a58671539ed46f981bc8b93509af3a7 7c619acd04b14e8795a9c9981e86de36 - - default default] HA network 3441ed26-b295-4e8a-9bc4-0796f80fdddc was deleted as no HA routers are present in tenant 7c619acd04b14e8795a9c9981e86de36. [pid: 7|app: 0|req: 1591/3144] 10.0.0.32 () {32 vars in 722 bytes} [Tue Jul 21 07:59:16 2026] DELETE /v2.0/routers/8bd069ab-e9fd-4718-887b-ff7f6d188c01 => generated 0 bytes in 831 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-21 07:59:17.495 7 INFO neutron.services.segments.plugin [-] Segment ed8b024f-75fa-43e7-a72d-b7688e5223f1 resource provider aggregate not found 2026-07-21 07:59:17.518 7 INFO neutron.services.segments.plugin [-] Segment ed8b024f-75fa-43e7-a72d-b7688e5223f1 resource provider aggregate not found 2026-07-21 07:59:17.525 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment ed8b024f-75fa-43e7-a72d-b7688e5223f1 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ed8b024f-75fa-43e7-a72d-b7688e5223f1 found for delete ", "request_id": "req-1e23fce6-3378-4815-baf6-a1b0b2f0d6c9"}]} 2026-07-21 07:59:17.553 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment ed8b024f-75fa-43e7-a72d-b7688e5223f1 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ed8b024f-75fa-43e7-a72d-b7688e5223f1 found for delete ", "request_id": "req-ed5ea1c5-f682-42e7-9a4c-ef428f2324db"}]} 2026-07-21 07:59:17.631 7 INFO neutron_taas.services.taas.taas_plugin [None req-3e012fd1-eccf-45c7-98c4-d6de21d472dc 2a58671539ed46f981bc8b93509af3a7 7c619acd04b14e8795a9c9981e86de36 - - default default] TaaS: Handle Delete Port: 1017f0fb-ac5f-4de8-9229-6a75d679979e 2026-07-21 07:59:17.635 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3e012fd1-eccf-45c7-98c4-d6de21d472dc 2a58671539ed46f981bc8b93509af3a7 7c619acd04b14e8795a9c9981e86de36 - - default default] Tap Mirror: Handle Delete Port: 1017f0fb-ac5f-4de8-9229-6a75d679979e [pid: 7|app: 0|req: 1592/3145] 10.0.0.32 () {32 vars in 724 bytes} [Tue Jul 21 07:59:17 2026] DELETE /v2.0/networks/b8faaec1-aac0-43f7-b339-2433fcf67ab1 => generated 0 bytes in 353 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1554/3146] 10.0.0.32 () {34 vars in 787 bytes} [Tue Jul 21 07:59:16 2026] PUT /v2.0/routers/9fb008dd-30ba-479b-be41-1489f2341934/remove_router_interface => generated 309 bytes in 1481 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-21 07:59:18.013 7 INFO neutron.api.v2.resource [None req-deb14d81-85b8-447f-930c-2eb9c130217b 877d0ab61e864eb2aa7a7eac16d26310 f67e8fb851974f70b5a9eaa716c8f839 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1593/3147] 10.0.0.32 () {34 vars in 787 bytes} [Tue Jul 21 07:59:17 2026] PUT /v2.0/routers/9fb008dd-30ba-479b-be41-1489f2341934/remove_router_interface => generated 198 bytes in 139 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-21 07:59:18.396 8 INFO neutron_taas.services.taas.taas_plugin [None req-0c169e99-76dd-4446-a27f-c549694e8072 877d0ab61e864eb2aa7a7eac16d26310 f67e8fb851974f70b5a9eaa716c8f839 - - default default] TaaS: Handle Delete Port: e36e07c2-5e92-4276-86e3-d5871cac1ab5 2026-07-21 07:59:18.399 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0c169e99-76dd-4446-a27f-c549694e8072 877d0ab61e864eb2aa7a7eac16d26310 f67e8fb851974f70b5a9eaa716c8f839 - - default default] Tap Mirror: Handle Delete Port: e36e07c2-5e92-4276-86e3-d5871cac1ab5 [pid: 7|app: 0|req: 1594/3148] 10.0.0.32 () {32 vars in 772 bytes} [Tue Jul 21 07:59:18 2026] GET /v2.0/security-groups?tenant_id=4925194a39d54a37a71a030097a0712f&name=default => generated 2929 bytes in 258 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1595/3149] 10.0.0.32 () {32 vars in 738 bytes} [Tue Jul 21 07:59:18 2026] DELETE /v2.0/security-groups/05b94aba-4dc6-4d6e-9fcc-b3e11697c2e8 => generated 0 bytes in 101 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1596/3150] 10.0.0.32 () {32 vars in 772 bytes} [Tue Jul 21 07:59:18 2026] GET /v2.0/security-groups?tenant_id=7c619acd04b14e8795a9c9981e86de36&name=default => generated 2929 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1555/3151] 10.0.0.32 () {34 vars in 787 bytes} [Tue Jul 21 07:59:18 2026] PUT /v2.0/routers/9fb008dd-30ba-479b-be41-1489f2341934/remove_router_interface => generated 309 bytes in 979 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1597/3152] 10.0.0.32 () {32 vars in 738 bytes} [Tue Jul 21 07:59:18 2026] DELETE /v2.0/security-groups/69986499-1a47-4a9d-a4c6-db30af2c0ca3 => generated 0 bytes in 81 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-21 07:59:19.160 8 INFO neutron.api.v2.resource [None req-da96f5d2-7cd1-428d-8409-8cebc59ae6e0 877d0ab61e864eb2aa7a7eac16d26310 f67e8fb851974f70b5a9eaa716c8f839 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1556/3153] 10.0.0.32 () {34 vars in 787 bytes} [Tue Jul 21 07:59:19 2026] PUT /v2.0/routers/9fb008dd-30ba-479b-be41-1489f2341934/remove_router_interface => generated 198 bytes in 157 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-21 07:59:19.355 7 INFO neutron_taas.services.taas.taas_plugin [None req-03f85cfe-d8da-4e8b-b579-90248b383c84 877d0ab61e864eb2aa7a7eac16d26310 f67e8fb851974f70b5a9eaa716c8f839 - - default default] TaaS: Handle Delete Port: 4c18f402-9af3-489f-b96a-fe8473507f8a 2026-07-21 07:59:19.358 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-03f85cfe-d8da-4e8b-b579-90248b383c84 877d0ab61e864eb2aa7a7eac16d26310 f67e8fb851974f70b5a9eaa716c8f839 - - default default] Tap Mirror: Handle Delete Port: 4c18f402-9af3-489f-b96a-fe8473507f8a 2026-07-21 07:59:19.565 7 INFO neutron.services.segments.plugin [-] Segment 6a8c405e-1348-44ca-b524-ba40f48b9b67 resource provider aggregate not found 2026-07-21 07:59:19.581 7 INFO neutron.services.segments.plugin [-] Segment 6a8c405e-1348-44ca-b524-ba40f48b9b67 resource provider aggregate not found 2026-07-21 07:59:19.590 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 6a8c405e-1348-44ca-b524-ba40f48b9b67 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6a8c405e-1348-44ca-b524-ba40f48b9b67 found for delete ", "request_id": "req-6cc96200-4f6e-4c3b-aed4-2b4cf2aba47a"}]} 2026-07-21 07:59:19.608 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 6a8c405e-1348-44ca-b524-ba40f48b9b67 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6a8c405e-1348-44ca-b524-ba40f48b9b67 found for delete ", "request_id": "req-5bf00122-a34c-4f32-8183-23512456dc28"}]} 2026-07-21 07:59:19.645 7 INFO neutron_taas.services.taas.taas_plugin [None req-03f85cfe-d8da-4e8b-b579-90248b383c84 877d0ab61e864eb2aa7a7eac16d26310 f67e8fb851974f70b5a9eaa716c8f839 - - default default] TaaS: Handle Delete Port: c96b661b-96da-44f6-9083-377e4ece6053 2026-07-21 07:59:19.648 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-03f85cfe-d8da-4e8b-b579-90248b383c84 877d0ab61e864eb2aa7a7eac16d26310 f67e8fb851974f70b5a9eaa716c8f839 - - default default] Tap Mirror: Handle Delete Port: c96b661b-96da-44f6-9083-377e4ece6053 2026-07-21 07:59:19.988 7 INFO neutron.db.l3_hamode_db [None req-03f85cfe-d8da-4e8b-b579-90248b383c84 877d0ab61e864eb2aa7a7eac16d26310 f67e8fb851974f70b5a9eaa716c8f839 - - default default] HA network ec981084-6844-49b4-af38-f5419f57d521 was deleted as no HA routers are present in tenant f67e8fb851974f70b5a9eaa716c8f839. [pid: 7|app: 0|req: 1598/3154] 10.0.0.32 () {32 vars in 722 bytes} [Tue Jul 21 07:59:19 2026] DELETE /v2.0/routers/9fb008dd-30ba-479b-be41-1489f2341934 => generated 0 bytes in 829 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-21 07:59:20.018 8 INFO neutron.api.v2.resource [None req-d2960b94-cfbd-472e-b3d9-4cd72c8cb7d6 877d0ab61e864eb2aa7a7eac16d26310 f67e8fb851974f70b5a9eaa716c8f839 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1557/3155] 10.0.0.32 () {32 vars in 719 bytes} [Tue Jul 21 07:59:19 2026] GET /v2.0/routers/9fb008dd-30ba-479b-be41-1489f2341934 => generated 135 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1599/3156] 10.0.0.32 () {32 vars in 722 bytes} [Tue Jul 21 07:59:20 2026] DELETE /v2.0/subnets/8a1ac748-19f8-4957-a454-75f22c0d74b3 => generated 0 bytes in 131 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-21 07:59:20.174 8 INFO neutron.pecan_wsgi.hooks.translation [None req-8e6acb27-f8c0-4821-b10c-eaa5699fd74e 877d0ab61e864eb2aa7a7eac16d26310 f67e8fb851974f70b5a9eaa716c8f839 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1558/3157] 10.0.0.32 () {32 vars in 719 bytes} [Tue Jul 21 07:59:20 2026] GET /v2.0/subnets/8a1ac748-19f8-4957-a454-75f22c0d74b3 => 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: 1600/3158] 10.0.0.32 () {32 vars in 722 bytes} [Tue Jul 21 07:59:20 2026] DELETE /v2.0/subnets/22e892d9-2ba3-4d3a-aca1-c7bbfae6d664 => generated 0 bytes in 169 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-21 07:59:20.368 8 INFO neutron.pecan_wsgi.hooks.translation [None req-3dfa3860-aa88-4df7-b421-0d22a7a8079d 877d0ab61e864eb2aa7a7eac16d26310 f67e8fb851974f70b5a9eaa716c8f839 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1559/3159] 10.0.0.32 () {32 vars in 719 bytes} [Tue Jul 21 07:59:20 2026] GET /v2.0/subnets/22e892d9-2ba3-4d3a-aca1-c7bbfae6d664 => generated 136 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-21 07:59:20.469 7 INFO neutron_taas.services.taas.taas_plugin [None req-937e2199-1e82-493c-b840-d6000cf5c00f 877d0ab61e864eb2aa7a7eac16d26310 f67e8fb851974f70b5a9eaa716c8f839 - - default default] TaaS: Handle Delete Port: e0dd5158-9731-42a1-b95a-b70c03fb095a 2026-07-21 07:59:20.471 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-937e2199-1e82-493c-b840-d6000cf5c00f 877d0ab61e864eb2aa7a7eac16d26310 f67e8fb851974f70b5a9eaa716c8f839 - - default default] Tap Mirror: Handle Delete Port: e0dd5158-9731-42a1-b95a-b70c03fb095a [pid: 7|app: 0|req: 1601/3160] 10.0.0.32 () {32 vars in 724 bytes} [Tue Jul 21 07:59:20 2026] DELETE /v2.0/networks/c6dd29b5-9782-467b-b1bd-878dc86670be => generated 0 bytes in 287 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-21 07:59:20.682 8 INFO neutron.pecan_wsgi.hooks.translation [None req-2d07cb56-c660-490f-9c50-2dfac9d0adb3 877d0ab61e864eb2aa7a7eac16d26310 f67e8fb851974f70b5a9eaa716c8f839 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1560/3161] 10.0.0.32 () {32 vars in 721 bytes} [Tue Jul 21 07:59:20 2026] GET /v2.0/networks/c6dd29b5-9782-467b-b1bd-878dc86670be => generated 138 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1602/3162] 10.0.0.32 () {32 vars in 722 bytes} [Tue Jul 21 07:59:20 2026] DELETE /v2.0/subnets/9e91a7ba-82f5-4e48-b4d9-553725d47328 => generated 0 bytes in 152 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-21 07:59:20.870 8 INFO neutron.pecan_wsgi.hooks.translation [None req-3fcc08e2-b96b-4472-9ae6-4cf1e2848676 877d0ab61e864eb2aa7a7eac16d26310 f67e8fb851974f70b5a9eaa716c8f839 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1561/3163] 10.0.0.32 () {32 vars in 719 bytes} [Tue Jul 21 07:59:20 2026] GET /v2.0/subnets/9e91a7ba-82f5-4e48-b4d9-553725d47328 => generated 136 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1603/3164] 10.0.0.32 () {32 vars in 722 bytes} [Tue Jul 21 07:59:20 2026] DELETE /v2.0/subnets/e4aedbff-287f-4dda-a743-a205667fb73d => generated 0 bytes in 156 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-21 07:59:21.064 8 INFO neutron.pecan_wsgi.hooks.translation [None req-8e26505f-8596-4e97-a8df-feae198a19dd 877d0ab61e864eb2aa7a7eac16d26310 f67e8fb851974f70b5a9eaa716c8f839 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1562/3165] 10.0.0.32 () {32 vars in 719 bytes} [Tue Jul 21 07:59:21 2026] GET /v2.0/subnets/e4aedbff-287f-4dda-a743-a205667fb73d => generated 136 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-21 07:59:21.159 7 INFO neutron_taas.services.taas.taas_plugin [None req-1ec3e8da-d8ad-4420-81ea-7431ba814d73 877d0ab61e864eb2aa7a7eac16d26310 f67e8fb851974f70b5a9eaa716c8f839 - - default default] TaaS: Handle Delete Port: fd65a33f-937d-46cc-a924-c1628173836f 2026-07-21 07:59:21.161 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1ec3e8da-d8ad-4420-81ea-7431ba814d73 877d0ab61e864eb2aa7a7eac16d26310 f67e8fb851974f70b5a9eaa716c8f839 - - default default] Tap Mirror: Handle Delete Port: fd65a33f-937d-46cc-a924-c1628173836f [pid: 7|app: 0|req: 1604/3168] 10.0.0.32 () {32 vars in 724 bytes} [Tue Jul 21 07:59:21 2026] DELETE /v2.0/networks/ce6b1180-0f78-4ae0-8c38-9c71be7a5d45 => generated 0 bytes in 282 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-21 07:59:21.378 8 INFO neutron.pecan_wsgi.hooks.translation [None req-16855444-a557-4b6d-af9f-b490e4f8c13e 877d0ab61e864eb2aa7a7eac16d26310 f67e8fb851974f70b5a9eaa716c8f839 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1565/3169] 10.0.0.32 () {32 vars in 721 bytes} [Tue Jul 21 07:59:21 2026] GET /v2.0/networks/ce6b1180-0f78-4ae0-8c38-9c71be7a5d45 => generated 138 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1605/3170] 10.0.0.32 () {32 vars in 722 bytes} [Tue Jul 21 07:59:21 2026] DELETE /v2.0/subnets/10ef1b41-46d6-43a5-b77b-1a5ba65c7c21 => generated 0 bytes in 188 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-21 07:59:21.595 8 INFO neutron.pecan_wsgi.hooks.translation [None req-ad67ee51-8d75-4d35-9e0b-6d2a79471117 877d0ab61e864eb2aa7a7eac16d26310 f67e8fb851974f70b5a9eaa716c8f839 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1566/3171] 10.0.0.32 () {32 vars in 719 bytes} [Tue Jul 21 07:59:21 2026] GET /v2.0/subnets/10ef1b41-46d6-43a5-b77b-1a5ba65c7c21 => generated 136 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-21 07:59:21.617 7 INFO neutron.services.segments.plugin [-] Segment ecb96fa3-8924-41cd-a82c-6e8f76f5f4b3 resource provider aggregate not found 2026-07-21 07:59:21.638 7 INFO neutron.services.segments.plugin [-] Segment ecb96fa3-8924-41cd-a82c-6e8f76f5f4b3 resource provider aggregate not found 2026-07-21 07:59:21.647 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment ecb96fa3-8924-41cd-a82c-6e8f76f5f4b3 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ecb96fa3-8924-41cd-a82c-6e8f76f5f4b3 found for delete ", "request_id": "req-406c1210-59f2-4179-8ad3-aec65a6be3c9"}]} 2026-07-21 07:59:21.664 7 INFO neutron.services.segments.plugin [-] Segment e2055b58-6cf0-4ea4-92be-aa7890d73fe3 resource provider aggregate not found 2026-07-21 07:59:21.673 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment ecb96fa3-8924-41cd-a82c-6e8f76f5f4b3 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ecb96fa3-8924-41cd-a82c-6e8f76f5f4b3 found for delete ", "request_id": "req-c4f1d1fa-7fca-46c3-8142-44517360e0dd"}]} 2026-07-21 07:59:21.683 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment e2055b58-6cf0-4ea4-92be-aa7890d73fe3 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e2055b58-6cf0-4ea4-92be-aa7890d73fe3 found for delete ", "request_id": "req-b1e56156-d13f-438a-8d0c-4b4eebf28fb1"}]} 2026-07-21 07:59:21.694 7 INFO neutron.services.segments.plugin [-] Segment e2055b58-6cf0-4ea4-92be-aa7890d73fe3 resource provider aggregate not found 2026-07-21 07:59:21.701 7 INFO neutron.services.segments.plugin [-] Segment 24694f71-987a-47ba-9989-041271a18672 resource provider aggregate not found 2026-07-21 07:59:21.714 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment e2055b58-6cf0-4ea4-92be-aa7890d73fe3 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e2055b58-6cf0-4ea4-92be-aa7890d73fe3 found for delete ", "request_id": "req-3de52012-9945-4c67-9639-e0aa208edfce"}]} 2026-07-21 07:59:21.722 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 24694f71-987a-47ba-9989-041271a18672 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 24694f71-987a-47ba-9989-041271a18672 found for delete ", "request_id": "req-0313cb2e-17d2-4cf2-8424-335ebfcd1c45"}]} 2026-07-21 07:59:21.742 7 INFO neutron.services.segments.plugin [-] Segment 24694f71-987a-47ba-9989-041271a18672 resource provider aggregate not found 2026-07-21 07:59:21.761 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 24694f71-987a-47ba-9989-041271a18672 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 24694f71-987a-47ba-9989-041271a18672 found for delete ", "request_id": "req-b6b6d06b-81af-46a4-ba0f-455f34dbb09c"}]} [pid: 7|app: 0|req: 1606/3172] 10.0.0.32 () {32 vars in 722 bytes} [Tue Jul 21 07:59:21 2026] DELETE /v2.0/subnets/b35f03ea-99fd-432e-9789-1f9b024859e0 => generated 0 bytes in 242 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-21 07:59:21.870 8 INFO neutron.pecan_wsgi.hooks.translation [None req-01309789-c08b-4fc4-b86c-b06f9a411f4d 877d0ab61e864eb2aa7a7eac16d26310 f67e8fb851974f70b5a9eaa716c8f839 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1567/3173] 10.0.0.32 () {32 vars in 719 bytes} [Tue Jul 21 07:59:21 2026] GET /v2.0/subnets/b35f03ea-99fd-432e-9789-1f9b024859e0 => generated 136 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-21 07:59:21.965 7 INFO neutron_taas.services.taas.taas_plugin [None req-4bcd3309-d53b-40d6-8bf3-7a60cb948010 877d0ab61e864eb2aa7a7eac16d26310 f67e8fb851974f70b5a9eaa716c8f839 - - default default] TaaS: Handle Delete Port: 10f9a140-1cdd-44e2-b95a-a1ba34372fbb 2026-07-21 07:59:21.968 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4bcd3309-d53b-40d6-8bf3-7a60cb948010 877d0ab61e864eb2aa7a7eac16d26310 f67e8fb851974f70b5a9eaa716c8f839 - - default default] Tap Mirror: Handle Delete Port: 10f9a140-1cdd-44e2-b95a-a1ba34372fbb [pid: 7|app: 0|req: 1607/3174] 10.0.0.32 () {32 vars in 724 bytes} [Tue Jul 21 07:59:21 2026] DELETE /v2.0/networks/01d5e989-5b82-494d-8159-019c7348e6fc => generated 0 bytes in 306 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-21 07:59:22.198 8 INFO neutron.pecan_wsgi.hooks.translation [None req-288b5b41-a5d1-4c2c-afc2-3774d67a8fa9 877d0ab61e864eb2aa7a7eac16d26310 f67e8fb851974f70b5a9eaa716c8f839 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1568/3175] 10.0.0.32 () {32 vars in 721 bytes} [Tue Jul 21 07:59:22 2026] GET /v2.0/networks/01d5e989-5b82-494d-8159-019c7348e6fc => generated 138 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-21 07:59:23.646 7 INFO neutron.db.segments_db [None req-66618cc4-a34c-4669-8310-92cc74b9c07a c1fccd90f2b44481868cb0a0e11a85e6 87e3eb023cb945ba9925c148824341ec - - default default] Added segment c80be7f5-a6e2-4a34-8b85-21791bcc333a of type vxlan for network 92ec503c-952a-4911-9d15-f94ea7921a12 [pid: 7|app: 0|req: 1608/3176] 10.0.0.32 () {34 vars in 668 bytes} [Tue Jul 21 07:59:23 2026] POST /v2.0/networks => generated 632 bytes in 525 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-21 07:59:23.745 7 INFO neutron.services.segments.plugin [-] Segment 89907674-7bb5-4abb-a74c-b4696073c505 resource provider aggregate not found 2026-07-21 07:59:23.765 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 89907674-7bb5-4abb-a74c-b4696073c505 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 89907674-7bb5-4abb-a74c-b4696073c505 found for delete ", "request_id": "req-25b680a9-029d-4670-87ea-7fc6d7abff5b"}]} 2026-07-21 07:59:23.776 7 INFO neutron.services.segments.plugin [-] Segment 89907674-7bb5-4abb-a74c-b4696073c505 resource provider aggregate not found 2026-07-21 07:59:23.790 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 89907674-7bb5-4abb-a74c-b4696073c505 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 89907674-7bb5-4abb-a74c-b4696073c505 found for delete ", "request_id": "req-d6fe8df6-74ab-4953-87a3-b8f84b8e3cd9"}]} 2026-07-21 07:59:23.790 8 INFO neutron.db.segments_db [None req-0b7ff9b9-85a8-4c0d-8a8f-1ba4697d7583 c1fccd90f2b44481868cb0a0e11a85e6 87e3eb023cb945ba9925c148824341ec - - default default] Added segment 81cf2f2a-7eb0-4b47-9806-246dad917760 of type vxlan for network b74a86d9-c2bc-4a23-b0ea-ebc03db64712 [pid: 8|app: 0|req: 1569/3177] 10.0.0.32 () {34 vars in 668 bytes} [Tue Jul 21 07:59:23 2026] POST /v2.0/networks => generated 631 bytes in 123 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-21 07:59:23.920 7 INFO neutron.db.segments_db [None req-36ca4aec-ab41-459e-82cd-c5df5bbc8f9b c1fccd90f2b44481868cb0a0e11a85e6 87e3eb023cb945ba9925c148824341ec - - default default] Added segment ac32a1f9-f4ae-4968-82a7-87e1591a73cb of type vxlan for network aebc9f2d-d081-4b1f-950c-43b179797037 [pid: 7|app: 0|req: 1609/3178] 10.0.0.32 () {34 vars in 668 bytes} [Tue Jul 21 07:59:23 2026] POST /v2.0/networks => generated 631 bytes in 127 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-21 07:59:24.041 8 INFO neutron.db.segments_db [None req-af911a4f-5d22-4381-b947-efdcb470785b c1fccd90f2b44481868cb0a0e11a85e6 87e3eb023cb945ba9925c148824341ec - - default default] Added segment 0adc7cc5-9d43-4cd3-b671-369d13a89523 of type vxlan for network 2d0f8291-6ada-42a3-b585-c7d1cbb78177 [pid: 8|app: 0|req: 1570/3179] 10.0.0.32 () {34 vars in 668 bytes} [Tue Jul 21 07:59:23 2026] POST /v2.0/networks => generated 632 bytes in 111 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-21 07:59:24.167 7 INFO neutron.db.segments_db [None req-f299998f-eaf1-4c1c-85c4-ef71e29d1216 c1fccd90f2b44481868cb0a0e11a85e6 87e3eb023cb945ba9925c148824341ec - - default default] Added segment 79eb46cb-870a-4f34-9b41-16c150c318ae of type vxlan for network 99b9c96a-183b-45c1-9b31-8720dda08140 [pid: 7|app: 0|req: 1610/3180] 10.0.0.32 () {34 vars in 668 bytes} [Tue Jul 21 07:59:24 2026] POST /v2.0/networks => generated 632 bytes in 140 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1571/3181] 10.0.0.32 () {34 vars in 751 bytes} [Tue Jul 21 07:59:24 2026] PUT /v2.0/networks/92ec503c-952a-4911-9d15-f94ea7921a12/tags => generated 17 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1572/3182] 10.0.0.32 () {34 vars in 751 bytes} [Tue Jul 21 07:59:24 2026] PUT /v2.0/networks/b74a86d9-c2bc-4a23-b0ea-ebc03db64712/tags => generated 25 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1573/3183] 10.0.0.32 () {34 vars in 751 bytes} [Tue Jul 21 07:59:24 2026] PUT /v2.0/networks/aebc9f2d-d081-4b1f-950c-43b179797037/tags => generated 34 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1574/3184] 10.0.0.32 () {34 vars in 751 bytes} [Tue Jul 21 07:59:24 2026] PUT /v2.0/networks/2d0f8291-6ada-42a3-b585-c7d1cbb78177/tags => generated 19 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1611/3185] 10.0.0.32 () {32 vars in 772 bytes} [Tue Jul 21 07:59:24 2026] GET /v2.0/security-groups?tenant_id=e80c763a25b04c0c9bacd878a1767b3d&name=default => generated 2929 bytes in 258 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1575/3186] 10.0.0.32 () {32 vars in 664 bytes} [Tue Jul 21 07:59:24 2026] GET /v2.0/networks?tags=red => generated 1855 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1576/3187] 10.0.0.32 () {32 vars in 678 bytes} [Tue Jul 21 07:59:24 2026] GET /v2.0/networks?tags=red%2Cblue => generated 1248 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1612/3188] 10.0.0.32 () {32 vars in 738 bytes} [Tue Jul 21 07:59:24 2026] DELETE /v2.0/security-groups/e70cfcc9-5dbd-4867-84ac-bcb7f0f3b756 => generated 0 bytes in 120 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1577/3189] 10.0.0.32 () {32 vars in 674 bytes} [Tue Jul 21 07:59:24 2026] GET /v2.0/networks?tags-any=blue => generated 1248 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1613/3190] 10.0.0.32 () {32 vars in 686 bytes} [Tue Jul 21 07:59:24 2026] GET /v2.0/networks?tags-any=red%2Cblue => generated 1855 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1614/3191] 10.0.0.32 () {32 vars in 672 bytes} [Tue Jul 21 07:59:24 2026] GET /v2.0/networks?not-tags=red => generated 1862 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1578/3192] 10.0.0.32 () {32 vars in 772 bytes} [Tue Jul 21 07:59:24 2026] GET /v2.0/security-groups?tenant_id=33d68429a36c4b06a4f6e47276f7d8e3&name=default => generated 2929 bytes in 131 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1615/3193] 10.0.0.32 () {32 vars in 686 bytes} [Tue Jul 21 07:59:24 2026] GET /v2.0/networks?not-tags=red%2Cblue => generated 2469 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1616/3194] 10.0.0.32 () {32 vars in 682 bytes} [Tue Jul 21 07:59:24 2026] GET /v2.0/networks?not-tags-any=blue => generated 2469 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1579/3195] 10.0.0.32 () {32 vars in 738 bytes} [Tue Jul 21 07:59:24 2026] DELETE /v2.0/security-groups/01e8f609-80d9-4ecd-992d-a27c04bce047 => 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: 1617/3196] 10.0.0.32 () {32 vars in 694 bytes} [Tue Jul 21 07:59:24 2026] GET /v2.0/networks?not-tags-any=red%2Cblue => generated 1862 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1580/3197] 10.0.0.32 () {32 vars in 724 bytes} [Tue Jul 21 07:59:25 2026] DELETE /v2.0/networks/92ec503c-952a-4911-9d15-f94ea7921a12 => generated 0 bytes in 125 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1618/3198] 10.0.0.32 () {32 vars in 772 bytes} [Tue Jul 21 07:59:25 2026] GET /v2.0/security-groups?tenant_id=f67e8fb851974f70b5a9eaa716c8f839&name=default => 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: 1581/3199] 10.0.0.32 () {32 vars in 724 bytes} [Tue Jul 21 07:59:25 2026] DELETE /v2.0/networks/b74a86d9-c2bc-4a23-b0ea-ebc03db64712 => generated 0 bytes in 105 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1619/3200] 10.0.0.32 () {32 vars in 738 bytes} [Tue Jul 21 07:59:25 2026] DELETE /v2.0/security-groups/44926de7-712e-41e7-9c24-d1a4829dd605 => generated 0 bytes in 104 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-21 07:59:25.345 8 INFO neutron.services.segments.plugin [-] Segment c80be7f5-a6e2-4a34-8b85-21791bcc333a resource provider aggregate not found 2026-07-21 07:59:25.351 8 INFO neutron.services.segments.plugin [-] Segment c80be7f5-a6e2-4a34-8b85-21791bcc333a resource provider aggregate not found 2026-07-21 07:59:25.358 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment c80be7f5-a6e2-4a34-8b85-21791bcc333a resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c80be7f5-a6e2-4a34-8b85-21791bcc333a found for delete ", "request_id": "req-7a6f1ac8-9d20-46b8-9c18-8811fb59345e"}]} 2026-07-21 07:59:25.367 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment c80be7f5-a6e2-4a34-8b85-21791bcc333a resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c80be7f5-a6e2-4a34-8b85-21791bcc333a found for delete ", "request_id": "req-62ff004b-6ca6-496c-af11-863fe257eed2"}]} [pid: 8|app: 0|req: 1582/3201] 10.0.0.32 () {32 vars in 724 bytes} [Tue Jul 21 07:59:25 2026] DELETE /v2.0/networks/aebc9f2d-d081-4b1f-950c-43b179797037 => generated 0 bytes in 126 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1583/3202] 10.0.0.32 () {32 vars in 724 bytes} [Tue Jul 21 07:59:25 2026] DELETE /v2.0/networks/2d0f8291-6ada-42a3-b585-c7d1cbb78177 => generated 0 bytes in 108 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1620/3203] 10.0.0.32 () {32 vars in 772 bytes} [Tue Jul 21 07:59:25 2026] GET /v2.0/security-groups?tenant_id=46314a0c0ae34e868e4d47af30d3d6dd&name=default => generated 2929 bytes in 120 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1621/3204] 10.0.0.32 () {32 vars in 738 bytes} [Tue Jul 21 07:59:25 2026] DELETE /v2.0/security-groups/2e234eaf-2c27-4635-94f5-c394297f99d0 => generated 0 bytes in 117 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1584/3205] 10.0.0.32 () {32 vars in 724 bytes} [Tue Jul 21 07:59:25 2026] DELETE /v2.0/networks/99b9c96a-183b-45c1-9b31-8720dda08140 => generated 0 bytes in 129 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1622/3206] 10.0.0.32 () {32 vars in 772 bytes} [Tue Jul 21 07:59:25 2026] GET /v2.0/security-groups?tenant_id=feea72f9216042a99215974db84801ab&name=default => generated 2929 bytes in 125 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1585/3207] 10.0.0.32 () {32 vars in 738 bytes} [Tue Jul 21 07:59:25 2026] DELETE /v2.0/security-groups/a2e32ccb-8b74-4368-90bd-a7ce4fb42fd6 => 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: 1623/3208] 10.0.0.32 () {32 vars in 772 bytes} [Tue Jul 21 07:59:26 2026] GET /v2.0/security-groups?tenant_id=faf6d2c48bb24c4188ca8e641d44d776&name=default => generated 2929 bytes in 104 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1586/3209] 10.0.0.32 () {32 vars in 738 bytes} [Tue Jul 21 07:59:26 2026] DELETE /v2.0/security-groups/c20cb063-0407-4d46-9c32-a4f1247ea4d3 => generated 0 bytes in 73 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1587/3210] 10.0.0.32 () {32 vars in 772 bytes} [Tue Jul 21 07:59:26 2026] GET /v2.0/security-groups?tenant_id=2107d6f266f14cc59541255d4c32a4c5&name=default => generated 2929 bytes in 119 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1588/3211] 10.0.0.32 () {32 vars in 738 bytes} [Tue Jul 21 07:59:26 2026] DELETE /v2.0/security-groups/982506a6-f9dc-4ed4-b2d0-2c4677db8dcd => 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: 1624/3212] 10.0.0.32 () {32 vars in 772 bytes} [Tue Jul 21 07:59:26 2026] GET /v2.0/security-groups?tenant_id=aec71621b4974384821e439f399df7f5&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: 1589/3213] 10.0.0.32 () {32 vars in 738 bytes} [Tue Jul 21 07:59:26 2026] DELETE /v2.0/security-groups/f305858b-b558-41a1-823c-d9730d4e42ab => 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: 1625/3214] 10.0.0.32 () {32 vars in 772 bytes} [Tue Jul 21 07:59:27 2026] GET /v2.0/security-groups?tenant_id=e100f592676d460d97964de163868075&name=default => generated 2929 bytes in 119 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1590/3215] 10.0.0.32 () {32 vars in 738 bytes} [Tue Jul 21 07:59:27 2026] DELETE /v2.0/security-groups/44628479-1a55-4618-9293-43b0c538a740 => generated 0 bytes in 102 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-21 07:59:27.373 8 INFO neutron.services.segments.plugin [-] Segment 81cf2f2a-7eb0-4b47-9806-246dad917760 resource provider aggregate not found 2026-07-21 07:59:27.390 8 INFO neutron.services.segments.plugin [-] Segment 81cf2f2a-7eb0-4b47-9806-246dad917760 resource provider aggregate not found 2026-07-21 07:59:27.394 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 81cf2f2a-7eb0-4b47-9806-246dad917760 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 81cf2f2a-7eb0-4b47-9806-246dad917760 found for delete ", "request_id": "req-d89a77e9-a36b-4182-ac00-465a3d86c9f8"}]} 2026-07-21 07:59:27.409 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 81cf2f2a-7eb0-4b47-9806-246dad917760 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 81cf2f2a-7eb0-4b47-9806-246dad917760 found for delete ", "request_id": "req-36623f1c-9cd3-4917-925c-c167daba8db8"}]} 2026-07-21 07:59:27.412 8 INFO neutron.services.segments.plugin [-] Segment ac32a1f9-f4ae-4968-82a7-87e1591a73cb resource provider aggregate not found 2026-07-21 07:59:27.427 8 INFO neutron.services.segments.plugin [-] Segment ac32a1f9-f4ae-4968-82a7-87e1591a73cb resource provider aggregate not found 2026-07-21 07:59:27.432 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment ac32a1f9-f4ae-4968-82a7-87e1591a73cb resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ac32a1f9-f4ae-4968-82a7-87e1591a73cb found for delete ", "request_id": "req-1e29b6ba-e550-49dd-8f42-1a4f3a41014e"}]} 2026-07-21 07:59:27.447 8 INFO neutron.services.segments.plugin [-] Segment 0adc7cc5-9d43-4cd3-b671-369d13a89523 resource provider aggregate not found 2026-07-21 07:59:27.449 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment ac32a1f9-f4ae-4968-82a7-87e1591a73cb resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ac32a1f9-f4ae-4968-82a7-87e1591a73cb found for delete ", "request_id": "req-555a97eb-bbee-498d-bb20-b90eeefd8701"}]} [pid: 7|app: 0|req: 1626/3216] 10.0.0.32 () {32 vars in 772 bytes} [Tue Jul 21 07:59:27 2026] GET /v2.0/security-groups?tenant_id=87e3eb023cb945ba9925c148824341ec&name=default => generated 2929 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-21 07:59:27.466 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 0adc7cc5-9d43-4cd3-b671-369d13a89523 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0adc7cc5-9d43-4cd3-b671-369d13a89523 found for delete ", "request_id": "req-17f7a0dc-70c7-48d4-af7f-866f1f22e05a"}]} 2026-07-21 07:59:27.472 8 INFO neutron.services.segments.plugin [-] Segment 0adc7cc5-9d43-4cd3-b671-369d13a89523 resource provider aggregate not found 2026-07-21 07:59:27.491 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 0adc7cc5-9d43-4cd3-b671-369d13a89523 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0adc7cc5-9d43-4cd3-b671-369d13a89523 found for delete ", "request_id": "req-79e9c20a-93e6-4b0c-a510-a1a93ae9cb1e"}]} 2026-07-21 07:59:27.495 8 INFO neutron.services.segments.plugin [-] Segment 79eb46cb-870a-4f34-9b41-16c150c318ae resource provider aggregate not found 2026-07-21 07:59:27.519 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 79eb46cb-870a-4f34-9b41-16c150c318ae resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 79eb46cb-870a-4f34-9b41-16c150c318ae found for delete ", "request_id": "req-063b8f0e-8090-44cc-b20e-9fa859d033be"}]} 2026-07-21 07:59:27.524 8 INFO neutron.services.segments.plugin [-] Segment 79eb46cb-870a-4f34-9b41-16c150c318ae resource provider aggregate not found 2026-07-21 07:59:27.548 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 79eb46cb-870a-4f34-9b41-16c150c318ae resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 79eb46cb-870a-4f34-9b41-16c150c318ae found for delete ", "request_id": "req-f0cb66c0-e052-42d7-ad11-94982890f3a5"}]} [pid: 8|app: 0|req: 1591/3217] 10.0.0.32 () {32 vars in 738 bytes} [Tue Jul 21 07:59:27 2026] DELETE /v2.0/security-groups/98fa5ba8-8e5e-41e9-8ead-366770394aa1 => generated 0 bytes in 135 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-21 07:59:30.852 7 INFO neutron.db.segments_db [None req-a37544c4-4e12-4f5a-9822-7ac13e676f3a 74de053224bf46a49d023bc70e1b9d12 0eb46ea73d474b73a1fa07f8e4aa5f8e - - default default] Added segment 630f8231-1cde-4794-9d5a-283a36d9ebb8 of type vxlan for network db76d75e-7a45-455e-8778-6c3c63e31a7c [pid: 7|app: 0|req: 1627/3218] 10.0.0.32 () {34 vars in 668 bytes} [Tue Jul 21 07:59:30 2026] POST /v2.0/networks => generated 632 bytes in 413 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1592/3219] 10.0.0.32 () {34 vars in 662 bytes} [Tue Jul 21 07:59:30 2026] POST /v2.0/ports => generated 743 bytes in 301 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1628/3220] 10.0.0.32 () {34 vars in 745 bytes} [Tue Jul 21 07:59:31 2026] PUT /v2.0/ports/e750893e-f759-48f0-8183-89aad904ca2a/tags => generated 25 bytes in 66 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: 1593/3221] 10.0.0.32 () {32 vars in 725 bytes} [Tue Jul 21 07:59:31 2026] GET /v2.0/ports/e750893e-f759-48f0-8183-89aad904ca2a/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: 1629/3222] 10.0.0.32 () {34 vars in 756 bytes} [Tue Jul 21 07:59:31 2026] PUT /v2.0/ports/e750893e-f759-48f0-8183-89aad904ca2a/tags/green => generated 4 bytes in 82 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1594/3223] 10.0.0.32 () {32 vars in 725 bytes} [Tue Jul 21 07:59:31 2026] GET /v2.0/ports/e750893e-f759-48f0-8183-89aad904ca2a/tags => generated 34 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1630/3224] 10.0.0.32 () {34 vars in 752 bytes} [Tue Jul 21 07:59:31 2026] PUT /v2.0/ports/e750893e-f759-48f0-8183-89aad904ca2a/tags/red => generated 4 bytes in 121 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1595/3225] 10.0.0.32 () {32 vars in 725 bytes} [Tue Jul 21 07:59:31 2026] GET /v2.0/ports/e750893e-f759-48f0-8183-89aad904ca2a/tags => generated 34 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1631/3226] 10.0.0.32 () {34 vars in 774 bytes} [Tue Jul 21 07:59:31 2026] PUT /v2.0/ports/e750893e-f759-48f0-8183-89aad904ca2a/tags/black.or.white => generated 4 bytes in 94 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1596/3227] 10.0.0.32 () {32 vars in 725 bytes} [Tue Jul 21 07:59:31 2026] GET /v2.0/ports/e750893e-f759-48f0-8183-89aad904ca2a/tags => generated 52 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: 1632/3228] 10.0.0.32 () {34 vars in 745 bytes} [Tue Jul 21 07:59:31 2026] PUT /v2.0/ports/e750893e-f759-48f0-8183-89aad904ca2a/tags => generated 37 bytes in 66 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: 1597/3229] 10.0.0.32 () {32 vars in 725 bytes} [Tue Jul 21 07:59:31 2026] GET /v2.0/ports/e750893e-f759-48f0-8183-89aad904ca2a/tags => generated 37 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1633/3230] 10.0.0.32 () {32 vars in 733 bytes} [Tue Jul 21 07:59:32 2026] GET /v2.0/ports/e750893e-f759-48f0-8183-89aad904ca2a/tags/red => generated 0 bytes in 73 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-21 07:59:32.153 8 INFO neutron.api.v2.resource [None req-93316a2a-1c7d-4a77-b537-baa75b225381 74de053224bf46a49d023bc70e1b9d12 0eb46ea73d474b73a1fa07f8e4aa5f8e - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1598/3231] 10.0.0.32 () {32 vars in 737 bytes} [Tue Jul 21 07:59:32 2026] GET /v2.0/ports/e750893e-f759-48f0-8183-89aad904ca2a/tags/green => generated 99 bytes in 49 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: 1634/3232] 10.0.0.32 () {32 vars in 736 bytes} [Tue Jul 21 07:59:32 2026] DELETE /v2.0/ports/e750893e-f759-48f0-8183-89aad904ca2a/tags/red => generated 0 bytes in 61 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1599/3233] 10.0.0.32 () {32 vars in 725 bytes} [Tue Jul 21 07:59:32 2026] GET /v2.0/ports/e750893e-f759-48f0-8183-89aad904ca2a/tags => generated 30 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-07-21 07:59:32.325 7 INFO neutron.api.v2.resource [None req-16d9a1b3-36e1-4a88-a701-46001da2956e 74de053224bf46a49d023bc70e1b9d12 0eb46ea73d474b73a1fa07f8e4aa5f8e - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1635/3234] 10.0.0.32 () {32 vars in 740 bytes} [Tue Jul 21 07:59:32 2026] DELETE /v2.0/ports/e750893e-f759-48f0-8183-89aad904ca2a/tags/green => generated 99 bytes in 50 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1600/3235] 10.0.0.32 () {32 vars in 728 bytes} [Tue Jul 21 07:59:32 2026] DELETE /v2.0/ports/e750893e-f759-48f0-8183-89aad904ca2a/tags => generated 0 bytes in 64 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: 1636/3236] 10.0.0.32 () {32 vars in 725 bytes} [Tue Jul 21 07:59:32 2026] GET /v2.0/ports/e750893e-f759-48f0-8183-89aad904ca2a/tags => generated 12 bytes in 42 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-21 07:59:32.560 8 INFO neutron_taas.services.taas.taas_plugin [None req-3b32f3f3-be87-4ae5-a990-195af4d4e1a4 74de053224bf46a49d023bc70e1b9d12 0eb46ea73d474b73a1fa07f8e4aa5f8e - - default default] TaaS: Handle Delete Port: e750893e-f759-48f0-8183-89aad904ca2a 2026-07-21 07:59:32.563 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3b32f3f3-be87-4ae5-a990-195af4d4e1a4 74de053224bf46a49d023bc70e1b9d12 0eb46ea73d474b73a1fa07f8e4aa5f8e - - default default] Tap Mirror: Handle Delete Port: e750893e-f759-48f0-8183-89aad904ca2a [pid: 8|app: 0|req: 1601/3237] 10.0.0.32 () {32 vars in 718 bytes} [Tue Jul 21 07:59:32 2026] DELETE /v2.0/ports/e750893e-f759-48f0-8183-89aad904ca2a => generated 0 bytes in 192 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-07-21 07:59:32.767 7 INFO neutron.services.segments.plugin [-] Segment 630f8231-1cde-4794-9d5a-283a36d9ebb8 resource provider aggregate not found 2026-07-21 07:59:32.767 7 INFO neutron.services.segments.plugin [-] Segment 630f8231-1cde-4794-9d5a-283a36d9ebb8 resource provider aggregate not found 2026-07-21 07:59:32.787 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 630f8231-1cde-4794-9d5a-283a36d9ebb8 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 630f8231-1cde-4794-9d5a-283a36d9ebb8 found for delete ", "request_id": "req-710b518c-c1fd-4603-9e52-ab4133da3dbe"}]} [pid: 7|app: 0|req: 1637/3238] 10.0.0.32 () {32 vars in 724 bytes} [Tue Jul 21 07:59:32 2026] DELETE /v2.0/networks/db76d75e-7a45-455e-8778-6c3c63e31a7c => generated 0 bytes in 134 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-21 07:59:32.794 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 630f8231-1cde-4794-9d5a-283a36d9ebb8 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 630f8231-1cde-4794-9d5a-283a36d9ebb8 found for delete ", "request_id": "req-6d9340e8-15f2-477f-8c49-30762f961664"}]} [pid: 8|app: 0|req: 1602/3239] 10.0.0.32 () {32 vars in 772 bytes} [Tue Jul 21 07:59:33 2026] GET /v2.0/security-groups?tenant_id=cf35b35cccb04dd290fba7accc26d918&name=default => generated 2929 bytes in 213 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1638/3240] 10.0.0.32 () {32 vars in 738 bytes} [Tue Jul 21 07:59:33 2026] DELETE /v2.0/security-groups/b399a2a2-a806-4c3f-b229-0505cf40f772 => generated 0 bytes in 90 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1603/3241] 10.0.0.32 () {32 vars in 772 bytes} [Tue Jul 21 07:59:33 2026] GET /v2.0/security-groups?tenant_id=0eb46ea73d474b73a1fa07f8e4aa5f8e&name=default => generated 2929 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1639/3242] 10.0.0.32 () {32 vars in 738 bytes} [Tue Jul 21 07:59:33 2026] DELETE /v2.0/security-groups/d45e6491-0eeb-4ebf-9a6e-796fe762fbb5 => generated 0 bytes in 94 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1605/3245] 10.0.0.32 () {32 vars in 647 bytes} [Tue Jul 21 07:59:36 2026] GET /v2.0/networks => generated 2168 bytes in 202 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1641/3246] 10.0.0.32 () {32 vars in 653 bytes} [Tue Jul 21 07:59:37 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: 1606/3247] 10.0.0.32 () {32 vars in 645 bytes} [Tue Jul 21 07:59:37 2026] GET /v2.0/routers => generated 15 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1642/3248] 10.0.0.32 () {32 vars in 641 bytes} [Tue Jul 21 07:59:37 2026] GET /v2.0/ports => generated 4725 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1607/3249] 10.0.0.32 () {32 vars in 645 bytes} [Tue Jul 21 07:59:37 2026] GET /v2.0/subnets => generated 1308 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1643/3250] 10.0.0.32 () {32 vars in 647 bytes} [Tue Jul 21 07:59:37 2026] GET /v2.0/networks => generated 2168 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1608/3251] 10.0.0.32 () {32 vars in 661 bytes} [Tue Jul 21 07:59:37 2026] GET /v2.0/security-groups => generated 17401 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1644/3252] 10.0.0.32 () {32 vars in 653 bytes} [Tue Jul 21 07:59:37 2026] GET /v2.0/subnetpools => generated 19 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0)